.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e9b100;
    --bs-btn-border-color: #e9b100f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d09f02;
    --bs-btn-hover-border-color: #daa601;
    --bs-btn-focus-shadow-rgb: 47,201,109;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #089942;
    --bs-btn-active-border-color: #088f3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0ABF53;
    --bs-btn-disabled-border-color: #0ABF53;
}

.avatar-xlg
{
    width:7rem;
    height:7rem;
}

.avatar-xxlg
{
    width:8rem;
    height:8rem;
}

.font-size-sm-8
{
    font-size:0.8rem;
}

.font-color-white-transparent-7
{
    color:rgba(255,255,255,.7);
}

.img-width-6rem {width:6rem;}
.img-width-5rem {width:5rem;}
.img-width-4rem {width:4rem;}

.img-round-borders{
    position: relative;
    display: inline-block;
    border-radius: .5rem;
    border:solid 1px #212529;
}

.img-border-1px
{
    border:1px solid #212529;
}

.list-checked-item, .list-unchecked-item{
    color: #000 !important;
}

p{
    color:#000 !important;
}

@media (min-width: 1600px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1400px;
    }
    .navbar-expand-lg .hs-position-right-fix{
        right:45%;
        left:auto;
    }
}

.home-card-body{
 flex:1 1 auto;
 color: var(--bs-card-color);
 padding: 10px;
 background-color: #2d374b;
}

.home-card-body .card-title{
    font-size:20px;
    color:#ffffff;
}

.display-7 { font-size: 2rem;}

.p-r-l-1 {padding-right: 1rem; padding-left: 1rem;}

.b-c-97 {border-color:#97a4af;}

.bd-c-97 {border-color:#97a4af;}

.bg-semisoft-dark {background-color:rgb(45 55 75 / 13%) !important;}

.list-sm-bg::before {background-size:1.2rem 1.2rem !important;}