.inter {
    font-family: 'inter';
}
.sidebar {
    height: calc(100vh - 50px);
    width: 240px;
    position: fixed !important;
    top: 19px;
    left: 0;
    /*margin-top: 39px;*/
    margin-top:37px;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    z-index: 99999;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    padding-top: 24px;
    transition: 0.5s;
}
.Account-navs{
    white-space:nowrap;
}
.f-weight{
    font-weight:600 !important;
}
/* tabs active*/
.activeSidebar {
    color: rgb(0,24,153) !important;
    text-decoration: underline !important;
}
.close-icon{
    width:15px !important;
}

#btnToggle:hover {
    cursor: pointer;
}
.btn-hover {
  /*  border: 1px solid #81c5be;*/
    background: #81c5be;
    color:white !important

}
    .btn-hover:hover {
        background: linear-gradient(to right, #81c5be, transparent);
        border: 1px solid #81c5be;
        color: #fff;
    } 
/*end*/
.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: black;
    display: block;
    /*transition: 0.3s;*/
}
.mark-position{
    right:0;
}
.sidebar a:hover {
    color: #81c5be !important;
}

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
.log-btn{
    position:fixed !important;
    bottom:0px !important; 
}
.openbtn {
    cursor: pointer;
    background: none;
    border: 1px solid black;
    /* padding: 10px 15px;*/
    border: none;
    /*margin-left: 200px;*/
    display: none;
    position: fixed !important;
    top: 16px;
    /*    margin-left:-5px;*/
}
.navbar-toggler-icon-custom {
    display: block;
    border: 1px solid white !important;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.smenu-weight{
    font-weight:400 !important;
    font-size:15px !important;
}
.active-last{
    white-space:nowrap;
}
#main {
    transition: margin-left 0.5s;
    /*    padding: 20px;*/
    position: fixed;
    /*  right: 0px;*/
}
.side-offsett {
    margin-left: 23.5% !important;
}







/*@media screen and (max-height: 450px) {
    .sidebar {
        transition: none;
    }

  
}
@media screen and (max-width: 991px) {
    .sidebar {
        width: 0;
        transition: none;
    }

    .openbtn {
        display: block;
    }*/
    /*.side-offsett {
        margin-left: 11% !important;
    }*/


/*}
@media screen and (min-width: 991px) and (max-width: 1100px) {
    .sidbar-responsive{
        width:193px;
    }

}
@media screen and (max-width: 575px) {
    .responsive-btnlog {
        margin-bottom: 12px !important;
    }
    .lo-admin{
        margin-bottom:41px;
    }
    .sidebar {
        height: 100%;
        width: 240px;
        position: fixed !important;
        top: 21px;
        left: 0;
        margin-top: 38px;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        z-index: 999999;
        background-color: white;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        overflow-x: hidden;
        padding-top: 1px;
        transition: none;
    }
        .sidebar a {
            font-size: 12px !important;
            padding: 5px 8px 5px 8px !important;
        }

    h6, .h6 {
        font-size: 0.7rem;
    }
}*/
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    /*.footer-color {
        color: #81c5be;
    }

    .footer {
        position: fixed !important;
        background: border-box white;
        bottom: 0;
        width: 100%;
        z-index: 99999;*/
        /*   padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;*/
        /*border-top: 1px solid #cddfff;
    }

        .footer .copyright {
            text-align: center;
            color: #012970;
        }

        .footer .credits {
            padding-top: 5px;
            text-align: center;
            font-size: 13px;
            color: #012970;
        }

    @media (max-width:375px) {

        .openbtn {
            top: 17px;
        }
    }*/









@media screen and (max-height: 450px) {


    .sidebar a {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .mb-sidead{
        margin-bottom:60px !important
    }

    .sidebar {
        margin-top: 40px !important;
    }
}

    @media screen and (max-width: 1100px) {
        .sidebar {
            /*        display: none;*/
        }
    }

    @media screen and (max-width: 991px) {
        .sidebar {
            width: 0;
            margin-top: 40px !important;
        }

        .openbtn {
            display: block;
        }
        /*.side-offsett {
        margin-left: 11% !important;
    }*/
    }

    @media screen and (min-width: 991px) and (max-width: 1100px) {
        .sidbar-responsive {
            width: 192px;
        }
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    /*.footer {
    position: fixed;
    background: border-box white;
    bottom: 0;
    width: 100%;
    z-index: 99999;*/
    /*   padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;*/
    /*border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }*/
    .footer {
        position: absolute !important;
        bottom: 0 !important;
        width: 100% !important;
        white-space: nowrap !important;
        line-height: 60px !important;
    }