@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&amp;display=swap');



@font-face {
    font-family: 'Clash Display';
    src: url('/public/assets/webfonts/ClashDisplay-Variable.ttf'), format('truetype');

}

@font-face {
    font-family: 'Aeonik Regular';
    src: url('/public/assets/webfonts/Aeonik-Regular.otf'), format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-primary: #1DBF73;
}

.btn-primary {
    --bs-btn-bg: #1DBF73;
    --bs-btn-border-color: #1DBF73;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #26d483;
    --bs-btn-hover-border-color: #279361;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1DBF73;
    --bs-btn-active-border-color: #107e4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1DBF73;
    --bs-btn-disabled-border-color: #1DBF73;
}


.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #c4fbd170;
    border-color: 0;
    border: 1px solid #e6e6e6;
}

.btn-primary {
    
    background-color:#198754 !important;
    color:#fff !important;
}

.btn {
    padding: 10px 25px;

}

.noti-item-title {
    text-transform: uppercase;
    font-size: 15px;
}

.noti-item-subtitle {
    font-size: 12px;
    margin-top: -6px;
    
}



.btn-primary {

    padding: 10px 25px;
    background: #1d4f30;
    border: 0;
    
}


.table>:not(caption)>*>* {
    
    border-bottom-width: 0;
    
}

.table {
    
    font-size:13px;
}



.text-primary {
    color: #18a966 !important;
}

.card-header {
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-bottom: 0 !important;
    margin-bottom: -15px !important;
        background: #fff;
    }
    
    .card-notif {
        
        padding:50px 16px !important;
    }

.btn-sm {
padding: 3px 5px !important;
    font-size: 10px !important;
}

.badge {
    
    font-size: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
}


b, strong {
    font-weight: 800;
}


html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    font-family: Aeonik Regular, sans-serif;
    background: #f9fafe;
}
.wrapper {
    min-height: 100vh;
    max-width: 100vw;
    position: relative;
    background: #f9fafe;
    font-size: 15px;
    color: #23242a;
}


.form-control:focus {
    color: var(--bs-body-color);
    border-color: #dededf !important;
    outline: 0;
    box-shadow: none;
}


 .s-item{
        /* background-color: #f8f8f8; */
        padding: 5px;
        border-radius: 15px;
        text-align: center;
        justify-items: center;
        margin-bottom:0;
        font-size: 11px;
    }
    .s-icon{
        margin-bottom: 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: transparent;
        margin-right: auto!important;
        margin-left: auto!important;
        box-shadow: none;
    }
    .s-icon img{
        height: 70px;
        width: 70px;
        border-radius: 50%;
        margin: auto!important;
    }

    .s-desc h6{
        font-size: inherit;
        font-weight:bold;
        overflow: hidden;
        color: #0e0e0e;
        margin-bottom: 2px;
    }
    .s-desc {
    margin-top: -14px;
    font-size: 14px;
    font-weight:400;
    line-height: 1.06;
    }



.sidebar-wrap{
        left: -280px;
    width: 250px;
    background-color: #ffffff;
    top: 0px;
    bottom: 0px;
    position: fixed;
    overflow: auto;
    height: 100vh;
    overflow-y: auto;
    z-index: 99;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: 102;
    border-right: 0;
    background-size: cover;
    
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

.sidebar-nav{
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: auto;
    color: #1a1a27;
    /* border-right: 1px solid #edf2f9; */
    border-right: 0;
    height: calc(100vh - 25px);
    z-index: 99;
}

.sidebar-nav .side-nav-logo {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between !important;
    background-color: #ffffff;
}
.sidebar-nav .sidenav-closer{
    display: none;
    text-align: center;
    font-size: 20px;
}
.sidebar-nav .side-nav-logo a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.sidebar-nav .side-nav-logo img {
    max-height: 40px;
}
.side-nav-content{
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav-footer{
    position: fixed;
    bottom: 20px;
}
.side-nav-content a{
    display: -webkit-box;
    display: block;
    padding: 9px 20px 9px 35px;
    font-size: 1.075rem;
    font-weight: 500;
    color: #191921;
    align-items: center;
        text-decoration: none;
}
.side-nav-link  i {
    opacity: 1;
    text-align: center;
    display: inline-block;
    align-items: center;
    margin-right: 6px !important;
    margin-top: 0;
    width: 2rem;

}
.side-nav-content a.active {
    background: #c4fbd170 !important;
    color: #1b2621 !important;
    margin: 0px 20px 0px 25px;
    padding: 8px;
    border: 0;
    border-radius: 5px !important;
}

.side-nav-content a:hover {
    color: #198754;
    border: 0;
    border-radius: 10px;
}


.side-nav-footer a.active, .side-nav-footer a:hover {
     color: #198754;
    border: 0;
    border-radius: 10px;

}

.side-nav-footer >a{
    margin: 0px 25px 0px 25px;
    padding: 8px 12px 8px 8px;
}
.side-nav-link .side-nav-arrow{
    float: right;
    align-items: center;
    margin-right: 5px;
}
.side-nav-link .side-nav-arrow::before{
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-nav-content a.active .side-nav-arrow{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-nav-content a.toc .side-nav-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(90deg);
}
.submenu .sublink {
    display: block;
    position: relative;
    padding: 10px 25px 10px 54px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #19191b;
}

.submenu a{
    display: -webkit-box;
    display: block;
    padding: 9px 20px 9px 35px;
    font-size: 0.98rem;
    font-weight: 500;
    color: #191921;
    align-items: center;
}
/*
.submenu .sublink::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border: 1px solid #575979;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submenu .sublink:hover:after ,.submenu .sublink.active:after {
    left: 0px;
    background: #575979;
} */
.submenu .sublink.active, .submenu a.active, .submenu .sublink:hover, .submenu a:hover {
    border:1px solid #cce9dc;
    background-color: transparent;
    color: #185237;
    margin: 0px 20px 0px 45px;
    padding: 8px 8px 8px 12px;
    border-radius: 10px;
}
.sidebar-overlay {
    cursor: pointer;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -ms-webkit-transition: opacity 0.3s, visibility 0.3s;
}

.content-wrap {
    padding-top: 75px;
    height: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-left: 0px;
    width: 100%;
}

.nav-topbar{
    height: 65px;
    top: 0;
    position: fixed;
    background-color: #f8f9fe;
    padding: 8px 20px;
    z-index: 99;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    border-bottom: 0;
}
.nav-topbar-toggler{
    margin-left: 0;
    margin-right: 1rem;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.topbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 10px;
}
.main-container{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    padding: 0px 15px 10px 15px;
    left: auto;
    background-color: #f8f9fe;
    margin-bottom: 65px;
}
.page-content{
    padding: 20px;
}
.nav-title{
    font-size: 1.35rem;
    font-weight: 600 !important;
}
.nav-logo {
    display: inline-block !important;
}
.mobile-logo img{
    max-height: 39px;
}
.mobile-menu-icon {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    margin-right: 0;
    order: 1;
}

#side-nav{
    display: none !important;
}
.nav-toolbar{
    margin-left: auto !important;
    margin-right: 0;
    justify-items: right;
}
.nav-user-image{
    border-radius: 50%;
    height: 35px;
    width: auto;
    border: 1px solid #a2a4a9;
}
.nav-user-name{
    font-size: 1rem;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer {
    background-color: #f9fafe;
    border-top: 0;
    bottom: 0px;
    text-align: left;
    padding: 20px 30px;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.footer p{
    margin-bottom: 0;
    color: #050708;
}

.notify-dropdown{
    width: 350px;
}

.sidebar-closed .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
}
.sidebar-open{
    left: 0;
}

.sidebar-closed .sidebar-wrap{
    /* left: -280px; */
    width: 255px;
}
.sidebar-closed .content-wrap{
    padding-left: 0;
    width: 100%;
}
.sidebar-closed .content-wrap .nav-topbar{
    left: 0;
    width: 100%;
}

.sidebar-wrap-open{
    left: 0;
}

.side-nav-wrap{
    padding: 0px 0;
}

@media only screen and (max-width: 1199.8px) {

    .notify-dropdown{
        width: 98%;
    }
   .side-nav-footer {
    position: relative;
    bottom: 5px;
    margin-top: 200px !important;
}
    .nav-topbar .mobile-logo{
        display: inline-block;
        height: 40px;
        margin-right: 10px;
    }
    .sidebar-open .sidebar-wrap-open .sidebar-overlay {
        visibility: visible;
        opacity: 1;
    }

    .btn-lang>span {
        display: none !important;
    }

    .sidebar-nav .sidenav-closer{
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrap {
        width: 100%;
    }
    .sidebar-wrap{
        left: 0;
        width: 255px;
    }
    .nav-topbar{
        padding-left: 255px;
        height: 65px;
    }
    .main-container{
        padding-left: 265px;
    }
    .footer{
        padding-left: 265px;
    }
    .nav-topbar .mobile-logo{
        display: none;
    }
    #mobile-nav{
        display: none !important;
    }
    #side-nav{
        display: block !important;
    }

    .sidebar-overlay {
        visibility: hidden;
        opacity: 0;
    }
}


.mobile-toggler {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0 !important;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}

.mobile-toggler span:before,
.mobile-toggler span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}
.mobile-toggler.light span,
.mobile-toggler.light span:before,
.mobile-toggler.light span:after {
    background: #fff;
}
.mobile-toggler span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 50%;
    top: -8px;
}

.mobile-toggler span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 75%;
    bottom: -9px;
}

.btn-circle {
    border-radius: 50em;
}
.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}
.btn-nav {
    font-size: 1.5rem;
    font-weight: 700;
    /* margin-left: 1rem; */
}
.noti-badge {
     display: inline-block;
    width: 12px;
    height: 12px;
    color: white;
    font-size: 8px;
    border-radius: 50%;
    position: relative;
    top: -15px;
    right: 0;
    margin-left: -10px;
    background: #f7692b;
}
/*card elements*/
.card {
    margin-bottom: 20px;
    border-color: #fff;
    border-radius: 12px !important;
    /* box-shadow: 0 2px 16px rgba(0,0,0,.04);
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}
.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}
.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}
.card-bordered {
    border: 1px solid #ebedf2;
}
/* Service styles */
.service-item{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: left;
    justify-items: left;
    margin-bottom: 25px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);

}

.image-show {
    max-width: 100%;
    padding: 0 20px 5px 5px;
    margin-top:30px;
}


.order-btn{
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 0.775rem;
    font-weight: 500;
    border-radius: 100px;
    width: 100%;
    background-color: #000000;
    color: #FFFEFF;
    border: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.order-btn:hover{
    background-color: rgb(45, 205, 130);
    color: #FFFEFF;
}
.service-icon{
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: auto!important;
    margin-left: auto !important;
}
.service-icon img{
    height: 78px;
    width: 78px;
    border-radius: 50%;
    margin: auto!important;
}
.service-desc h6{
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    color: #0e0e0e;
    margin-bottom: 5px;
}
.service-desc {
    margin-bottom: 5px;
}

/* Breadcrumb */
.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-title-box .page-title-right {
  float: right;
  margin-top: 20px;
}
.page-title-box .breadcrumb {
  padding-top: 8px;
}

.page-title-box-sm .page-title {
  line-height: 1 !important;
  margin-bottom: 25px;
}
.page-title-box-sm .page-title-right {
  float: right;
  margin-top: 0;
}
.page-title-box-sm .breadcrumb {
  padding-top: 0;
  margin-top: -3px !important;
}

.text-title {
  color: var(--ct-secondary-color);
}
.text-title:hover {
  color: var(--ct-tertiary-color);
}





@media (max-width: 767.98px) {
    
    .side-nav-wrap {
    padding: 30px 0;
}
    
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
    
  }
  
 
  .page-title-box .breadcrumb {
    display: none;
  }
  .page-title-box .page-title-right {
    display: none;
  }
}
@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}

#itemList .list-group-item.active, #itemList .list-group-item:hover {
    z-index: 2;
    color: #1b2621;
    background-color: #CFF1E1;
    border-color: #d9dce0;
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}
.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}
.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
}
.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.jdv-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.jdv-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 31px;
    width: 60px;
    border-radius: 12px;
}
.jdv-switch input:empty ~ span:after,
.jdv-switch input:empty ~ span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 60px;
    border-radius: 12px;
}
.jdv-switch input:checked ~ span::after {
    left: 28px;
}
.jdv-switch input:empty ~ span:before {
    background-color: #e8ebf1;
}
.jdv-switch input:empty ~ span:after {
    height: 27px;
    width: 27px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    color: #89aaeb;
    background-color: #fff;
}

.jdv-switch-success input:checked ~ span:after {
  background-color: #38c172;
}
.jdv-switch-info input:checked ~ span:after {
  background-color: #6cb2eb;
}
.jdv-switch-warning input:checked ~ span:after {
  background-color: #ffed4a;
}
.jdv-switch-danger input:checked ~ span:after {
  background-color: #e3342f;
}
.switch-label{
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
  color: #8480ae
}


a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--hov-primary);
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-label{
    font-weight: bold;
        font-size: 13px;
}
.filepond--credits{
    display: none;
}
.btn-block{
    width: 100% !important;
}
/* Auth Page */
.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.page-content {
    padding: 2px 4px;
    margin-bottom: 25px;
    /*background: #fff;*/
    min-height: 80vh;
}


[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

[data-simplebar-lg] .simplebar-scrollbar {
  right: 1px;
  width: 10px;
}

[data-simplebar-primary] .simplebar-scrollbar:before {
  background: var(--ct-primary);
}


/*bootstrap extend*/
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.5625rem !important;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.fs-11 {
    font-size: 0.6875rem !important;
}
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-13 {
    font-size: 0.8125rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-17 {
    font-size: 1.0625rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-19 {
    font-size: 1.1875rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-21 {
    font-size: 1.3125rem !important;
}
.fs-22 {
    font-size: 1.375rem !important;
}
.fs-23 {
    font-size: 1.4375rem !important;
}
.fs-24 {
    font-size: 1.5rem !important;
}
.fs-26 {
    font-size: 1.625rem !important;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.fs-30 {
    font-size: 1.875rem !important;
}
.fs-36 {
    font-size: 2.25rem !important;
}

.lh-1 {
    line-height: 1 !important;
}
.lh-1-1 {
    line-height: 1.1 !important;
}
.lh-1-2 {
    line-height: 1.2 !important;
}
.lh-1-3 {
    line-height: 1.3 !important;
}
.lh-1-4 {
    line-height: 1.4 !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-1-6 {
    line-height: 1.6 !important;
}
.lh-1-7 {
    line-height: 1.7 !important;
}
.lh-1-8 {
    line-height: 1.8 !important;
}
.lh-1-9 {
    line-height: 1.9 !important;
}
.lh-2 {
    line-height: 2 !important;
}

.opacity-0,
.hov-opacity-0:hover {
    opacity: 0 !important;
}
.opacity-10 ,
.hov-opacity-10:hover {
    opacity: 0.1 !important;
}
.opacity-20 ,
.hov-opacity-20:hover {
    opacity: 0.2 !important;
}
.opacity-30 ,
.hov-opacity-30:hover {
    opacity: 0.3 !important;
}
.opacity-40 ,
.hov-opacity-40:hover {
    opacity: 0.4 !important;
}
.opacity-50 ,
.hov-opacity-50:hover {
    opacity: 0.5 !important;
}
.opacity-60 ,
.hov-opacity-60:hover {
    opacity: 0.6 !important;
}
.opacity-70 ,
.hov-opacity-70:hover {
    opacity: 0.7 !important;
}
.opacity-80 ,
.hov-opacity-80:hover {
    opacity: 0.8 !important;
}
.opacity-90 ,
.hov-opacity-90:hover {
    opacity: 0.9 !important;
}
.opacity-100 ,
.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs ,
.hov-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
.shadow-sm ,
.hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow ,
.hov-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md ,
.hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg ,
.hov-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl ,
.hov-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl ,
.hov-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-out ,
.hov-shadow-out:hover {
    z-index: 2 !important;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%) !important;
    /* box-shadow: 0px 2px 30px -7px rgb(0 0 0 / 30%) !important; */
}
.shadow-none ,
.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
