* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

body {
    height: 100vh;
    width: 100%;
}
:root {
    scroll-behavior: smooth;
}

.logo-img {
    background: transparent;
}

.button {
    width: 100%;
    margin: 5px 0;
    gap: 8px;
    border: none;
    opacity: 0px;
    height: 44px;
    padding: 10px 18px 10px 18px;
}
.header {
    height: 60px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
    /* background-color: #fff; */
    width: calc(100% - 260px);
    position: fixed;
    top: 0;
    z-index: 110;
    margin-bottom: 10px;
    left: 260px;
    padding: 20px;
    justify-content: space-between !important;
    border-bottom: solid 1px rgba(1, 41, 112, 0.1);
}



#toggler {
    font-size: 30px;
    color: #000;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    display: none;
}


.header .user-profile{
    display: flex;
    justify-content: space-between;
}
.user-profile img{
    height:  30px;
    width: 30px;
    margin-right: 3px;;
}

.user-profile >span{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #273240F0;
    text-transform: lowercase;
}

.font-icon{
    color: #787474;
    margin-right: 5px;
}
.sidebar {
    position: fixed;
    left: 0;
    background: #fff;
    height: 100vh !important;
    width: 260px;
    z-index: 120 !important;
    transition: all .5s ease;
    border-right: solid 1px rgba(1, 41, 112, 0.1);
}


.sidebar #qplusLogo {
    margin-top: 20px;
    width:30%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    align-items: center;
    transition: .3s ease;
    transition-delay: .1s;
    /* margin-left: 20px; */
    text-align: center !important;

}

.header-nav{
    padding-top: 20px;
}

.header-nav li ul li a{
    color: #000;
}
.sidebar-nav{
    padding: 2rem 0;
    flex:1 1 auto;
}


li{
    text-decoration: none;
    list-style: none;
}
a.sidebar-link{
    padding: 10px;
    margin-left: 10px;
    color: #273240 !important;
    display: block;
    font-size: .9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    font-size: 14px !important;
    font-weight: 400 !important;
    cursor: pointer;
    background-color: #0001;
    margin-bottom: 1px;
}

a.sidebar-link{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

a.sidebar-link:hover,a.sidebar:active{
    background-color: rgba(255, 255, 255, 0.075);
}

.sidebar-link[data-bs-toggle="collapse"]::after{
    border: solid;
    border-width: 0 0.15rem 0.15rem 0;
    height: 12px;
    width: 12px;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(305deg);
    transition: all .3s ease-in-out;
    color: #273240;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}
.nav-item i {
    color: #fff !important;
    font-size: 0.4rem;
    margin: 0 .75rem;
}

a.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

li ul {
    margin-left: 10px;
    padding: 6px 6px 14px 35px;
    background-color: rgba(255, 255, 255, 0.075);
    color: #fff !important;
    font-size: 13px !important;
}
li ul li{
    margin-left: 10px;
    color: #fff !important;
}

li ul > :not(:first-child){
    border-top: 1px solid #000;
}

.pointer{
    cursor: pointer !important;
}
/* main content */
#main{
    position: relative;
    height: calc(100vh - 60px) !important;
    left: 260px ;
    width: calc(100% - 260px);
    transition: all .5s ease;
    padding-top: 65px;
}

#bodyWrapper{
    /* min-height: 100vh; */
    display: flex;
    min-height: 76vh;
    flex-direction: column;
    justify-content: flex-start;
}



/* media query  */
@media (max-width: 756px) {
    .header {
        left: 0;
        width: 100%;
        justify-content: space-between !important;
        padding:20px 10px;
    }
        #toggler {
            display: block;
        }
    .sidebar {
 	    display: none;
    }
    .sidebar #qplusLogo {
        width: 20%;
    }
    #main {
        position: relative;
        left: 0;
        width: 100%;
    }

    /* toggle side bar  */
    
    .sidebar.open.sidebar {
        display: block !important;
        z-index: 100 !important;
        transition: all .5s ease;
        margin-top: 60px;
        height: calc(100vh - 60px) !important;
        /* background-color: #0001; */
        background-color: #fff;
        position: absolute;
        opacity: 1;
    }
        
}




/* spinner loader  */
.overlay {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.loader{
    top: 30% !important;
    /* left: 30% !important; */
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.8em;
    height: 2.8em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #3d3b3b;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


