.panel-wrap{
    position: fixed;
    z-index: 1;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    min-height: 100vh;
    transition: all 0.3s ease-in-out;
}
.logo-area {
    padding: 10vh 0px 100vh 17vw;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #EDf1ef;
}
.logo-area:before {
    position: absolute;
    z-index: 0;
    background-color: #3c8dbc;
    content: "";
    min-height: 100%;
    width: 33vw;
    top: 0;
    left: 0;
}
.logo-area .pannel{
    padding: 45px 50px 31px;
    min-height: 100%;
    background-color: #EDEDF1;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 8px 0px 0px 8px;
}
.logo-area .pannel:before{
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.logo-area .pannel:after{
    content: "";
    right: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
}
.pannel .head{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.fourth-delay img{
    max-width: 100%;
}
.logo{
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}
.pannel h1{
    color: #000;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: Lora;
    font-weight: 700;
}
.pannel p{
    color: #000;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-family: Lora;
    font-weight: 400;
}
.form .form-label{
    color: #3A3A3A;
}
.form::placeholder{
    color: #666;
}
.transformY{
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.loaded .transformY{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loaded .transformY.first-delay {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.loaded .transformY.second-delay {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.loaded .transformY.third-delay {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3   s;
}
 
.form-area{
    background-color: #EDf1ef ;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10vh 17vw 100vh 0px;
}
.form-content{
    padding: 25px;
    max-width: 585px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
}
.form-area .form{
    margin-top: 10px;
    width: 100%;
}

.select2-container .select2-selection--single{
    height:34px !important;
}
.select2-container--default .select2-selection--single{
    border: none !important;
    border-bottom: 1px solid #747474 !important;
    border-radius: 0 !important;
}
.select-options {
    display: flex;
    flex-direction: column;
}
.select-options .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: #495057 !important;
    background-color: #F3F3F9 !important;
}
.select2-container--open .select2-dropdown--below{
    border-radius: 4px !important; 
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-area .form-control{
    border: none;
    border-bottom: 1px solid #747474;
    border-radius: 0;
    padding: 10px 0px;
}
.password {
    position: relative;
}
.password input {
    padding-right: 30px !important;
}
.password svg {
    position: absolute;
    bottom: 14px;
    right: 6px;
    cursor: pointer;
}
.captha {
    width: 100%;
    float: inline-end;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.captha .char {
    width: 90px;
    height: 40px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    margin-right: 15px;
}
.captha .char img {
    margin: 5px 4px;
}
.reload-icon {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}
.button-green {
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 7px;
    padding: 10px;
    border: none;
    font-size: 15px;
    font-weight: 700;
}
.form-area .form-select:focus, .form-area .form-control:focus{  
    box-shadow: none;
}
.mobile-only{
    display: none;
}
.desktop-only{
    display: block !important;
}
@media (min-width :1200px) and (max-width: 1499px){
  .fourth-delay{
     max-width: 200px;
  }
  .form-content{
    padding: 50px;
  }
  .logo-area {
    padding: 9vh 0px 9vh 19vw;
  }
  .form-area{
    padding: 9vh 19vw 9vh 0px;
  }
}
@media (min-width :768px) and (max-width: 1199px){
    .logo-area{
        padding: 24vh 0px 24vh 6vw;
    }
    .form-area{
        padding: 24vh 6vw 24vh 0px;
    }
    .form-content{
        padding: 45px;
    }
    .pannel h1{
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .logo-area{
        display: none;
    }
    .form-area {
        min-height: 100%;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
    }
    .form-content{
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .mobile-only{
        display: block;
        text-align: center;
    }
    .desktop-only{
        display: none !important;
    }
}


/* ###########################   DASHBOARD   #################################### */

.b-r-25 {
    border-radius: 25px;
}

.b-r-10 {
    border-radius: 10px;
}

.login-and-reg-btn {
    border-radius: 25px;
    outline: 0 !important;
}
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border-bottom: 1px solid #e9ebec;
}
@media (min-width: 768px) {
    #page-topbar {
        left: 87px;
    }
}
.account a{ 
    color: #6F6B7D;
    font-size: 14px;
}
.account svg{
    height: 15px;
    width: 15px;
    margin-right: 10px;
}
.account svg path{
    fill: #706b7c;
}
.user-name-sub-text{
    font-size: 14px;
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 1.5rem 0 calc(1.5rem* .5);
}
@media (max-width: 767.98px) {
    .navbar-header {
        padding: 0 calc(1.5rem* .5) 0 calc(1.5rem* .5);
        height: 85px;
    }
}
.navbar-menu:hover .nav-link span:hover{
    color: #F79428;
}

@media (min-width: 1025px) {
    .navbar-header {
        padding-left: 1.5rem;
    }
}
.header-item {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
}
.navbar-header .user-name-text {
    color: #495057;
    font-weight: 700;
    font-size: 16px;
}
.system-time {
    color: #6D7787;
}
.system-time-box {
    padding: 0 10px;
}
.navbar-header .btn-topbar {
    height: 42px;
    width: 42px;
    color: #878a99;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
button:not(:disabled) {
    cursor: pointer;
}
.topbar-badge {
    right: -9px;
    top: 4px !important;
}
.badge {
    line-height: .95;
}
.navbar-header .bg-orange {
    background-color: #fa896b;
}
@media (min-width: 768px) {
    .topbar-user {
        background-color: #F3F3F9;
    }
}
.app-search {
    padding: calc(32px* .5) 0;
}   

.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #F3F3F9;
    color: #272D37;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.app-search span.search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #878a99;
}
.app-search svg{
    position: absolute;
    top: 30%;
    left: 10px;
}
.app-search .select2-container--default .select2-selection--single{
    border: none !important;
}
.app-search .select2-container--default .select2-selection--single:after{
    content: "";
    right: 0;
    top: 15%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid #c8c1c1;
    border-right: 2px solid #c8c1c1;
    border-bottom: 10px solid #c8c1c1;
    
}
.app-search .select2-container--default .select2-selection--single{
    background-color: #F3F3F9;
}
.app-search .select2-container .select2-selection--single {
    height: 38px !important;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.app-search .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
}
.app-search .select2-container--default .select2-selection--single{
    border-radius: 0.25rem 0px 0px 0.25rem !important;
}

.btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(1rem + 1.5em + 2px);
    width: calc(1rem + 1.5em + 2px);
    padding: 0;
}
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.topbar-user .dropdown-menu {
    top: 70px !important;
    right: 0;
}
@media (max-width: 768px) {
    .navbar-header .dropdown .dropdown-menu {
        top: 76px !important;
    }
    
}
.navbar-header .user-logo {
    height: 40px;
    width: 40px;
    background-color: green;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.dropdown-menu {
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    z-index: 1000;
}

.navbar-menu {
    width: 85px;
    z-index: 1002;
    background: #fff;
    border-right: 1px solid #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    -webkit-box-shadow:  0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    padding: 0 0 calc(70px + 25px) 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.navbar-menu:hover {
    width: 250px !important;
}
.navbar-brand-box {
    padding: 0 1.3rem;
    text-align: left;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}  
@media (max-width: 767.98px) {
    .navbar-brand-box {
         display: none;
    }
    .app-menu {
        margin-left: -100%;
        padding: 10px 0 20px 0;
    }
    .sidebar-enable .app-menu {
        margin-left: 0 !important;
        z-index: 1004;
    }
    .sidebar-enable .navbar-menu {
        width: 250px;
    }
} 
@media (min-width: 768px) {
    .topnav-hamburger {
        display: none;
    }
}
.navbar-menu:hover .navbar-brand-box {
    border-bottom: 1px solid #e9ebec;
}
.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.hamburger-icon.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hamburger-icon span {
    background-color: #878a99;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .3s cubic-bezier(.8,.5,.2,1.4);
    transition: .3s cubic-bezier(.8,.5,.2,1.4);
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
}
.hamburger-icon span:nth-child(1) {
    top: 0;
    width: 80%;
}
.hamburger-icon span:nth-child(2) {
    top: 6px;
}
.hamburger-icon span:nth-child(3) {
    bottom: 0;
    width: 60%;
}
.hamburger-icon.open span:nth-child(1) {
    left: 1px;
    top: 5px;
    width: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.hamburger-icon.open span:nth-child(2) {
    left: 3px;
    top: 13px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.hamburger-icon.open span:nth-child(3) {
    left: 9px;
    top: 13px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.logo {
    line-height: 70px;
}
.dashboard-logo img {
    height: 50px;
}
.navbar-menu .navbar-nav .menu-title span, .navbar-menu .navbar-brand-box .logo-label {
    display: none;
}
.navbar-menu:hover .menu-title span, .navbar-menu:hover .navbar-brand-box .logo-label {
    display: inline-block;
}
@media (max-width: 768px) { 
    .sidebar-enable .navbar-menu .navbar-nav .menu-title span, .sidebar-enable .navbar-menu .navbar-nav .nav-link span{
        display: block;
    }

}

.logo-label {
    font-size: 19px;
    font-weight: 600;
    color: #3c8dbc;
    padding: 0 20px;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.menu-title {
    letter-spacing: .05em;
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    color: #919da9;
    font-weight: 600;
}
.menu-title span {
    padding: 12px 20px;
    display: inline-block;
}
.navbar-menu .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 1.1rem;
    color: #6d7080;
    font-size: .9375rem;
}
.navbar-menu .navbar-nav .nav-link.show:after {
    display: block;
    content: url(../images/chevron-down.svg);
    font-family: "Material Design Icons";
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-size: 1.05rem;
    position: absolute;
    right: 18px;
    color: inherit; 
}
.navbar-menu .navbar-nav .nav-link.hide:after {
    content: url(../images/chevron-right.svg);
    position: absolute;
    right: 18px;
    
}
/* .navbar-menu:hover .nav-link:hover svg path{
    fill: #F79428;
} */
.navbar-menu .navbar-nav .menu-dropdown .nav-link:after {
    display: none;
}
.navbar-menu .navbar-nav .nav-link i {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 28px;
    line-height: inherit;
    margin-right: 10px;
}
.navbar-menu .navbar-nav .nav-link span, .navbar-menu .navbar-nav .nav-link:after {
    display: none;
}
.navbar-menu:hover .nav-link span, .navbar-menu:hover .nav-link:after {
    display: inline-block;
}
.navbar-menu .navbar-nav .menu-dropdown{
    display: none;
}
.navbar-menu .navbar-nav .nav-sm {
    padding-left: 1.75rem;
}
.navbar-menu:hover .navbar-nav .menu-dropdown.show {
    display: block;
}


/* ***************** PAGE TITLE ********************** */

.slide-tabs-container {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.scroll-button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}
.slide-tabs-container .scroll-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.scroll-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width: 100%;
}
.page-title-box {
    display: none; /* Hide scrollbar */   
    -ms-overflow-style: none; /** For IE */
    scrollbar-width: none /** For Firefox */
}

.page-title-box {
    background-color: #fff;
    -webkit-box-shadow:  0 1px 2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width: 100%;
}
.tabs-item {
    padding: 8px 15px 8px 30px;
    border: 1px solid #f3f3f9;
    font-size: 15px;
    min-width: max-content;
}
.tabs-item svg{
    margin-left: 15px;
    opacity: 0.3;
    cursor: pointer;
}
.tabs-item-active {
    background-color: #3c8dbc;
    color: #fff;
    border: none;
}




/* ***************** MAIN CONTENT ********************** */

@media (min-width: 768px) {
    .main-content {
        margin-left: 85px;
}
}
.main-content {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-color: #f1f1f1;
}
.page-content {
    padding: calc(40px + 6.5rem) calc(2.5rem* 0.5) 60px calc(4.5rem* .5);
}     
.card:last-child{
    margin-right: 0;
}
.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    background-color: #fff;
}
@media (max-width: 766px) {
    .disbursements-section .row {
    flex-direction: column;
    }
    .page-content {
        padding: calc(45px + 6.5rem) calc(2.5rem* 0.5) 10px calc(2.5rem* .5);
    } 
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .disbursements-section .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .disbursements-section .col.half-width {
        flex: 0 0 50%;
    }
    .disbursements-section .col.full-width {
        flex: 0 0 100%;
    }

}
.disbursements-section .title {
   font-size: 14px;
   font-weight: 600;
}
.disbursements-section .block-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.card-title {
    font-size: 16px;
    font-weight: 700;   
}

.margin-auto{
    margin-top: auto;
}
.height-full{
    height: 100%;
}
.disbursements-section .count {
    font-size: 14px;
    font-weight: 700;   
    }
@media (min-width: 768px) {
    .disbursements-section .count {
        font-size: 30px; 
    }
}
@media (max-width: 1400px) {
    .disbursements-section .count {
        font-size: 20px;
    }
    .card-title {
        font-size: 14px;
        font-weight: 700;   
    }
}
@media (max-width: 767px) {
    .disbursements-section .count {
        font-size: 26px;
        font-weight: 700;   
        }
}
.disbursements-section .icon-bg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #dff8ed;
}
.disbursements-section .icon {
    bottom: 50%;
    right: 50%;
    transform: translate(12px, 12px);
}
.card-header {
     border-bottom: 1px solid #e9ebec;
}
.table-card {
    margin: -1rem -1rem;
}
.table-light{
    background-color: #F3F6F9;
}
.table>:not(caption)>*>* {
    color: initial, initial, initial;
}   
.table-card td:first-child, .table-card th:first-child {
    padding-left: 16px;
}
.table-card td:last-child, .table-card th:last-child {
    padding-right: 16px;
}

/* **************************   CHART    *********************************** */

.barchart, .piechart, .linechart, .comparechart {
    background-color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
}
.apexcharts-text tspan {
    font-family: inter !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.barchart path{
    fill: #F79428;
}
.chart-section .card-header{
    background-color: #fff;
    padding: 1rem;
}
.chart-section .card-header a, .list-section .card-header a{
    text-decoration: none;
}
.chart-section .card-header .fw-semibold, .list-section  .card-header .fw-semibold{
    font-weight: 600;
}
.apexcharts-toolbar{
    display: none !important;
}

/* **************************   LIST    *********************************** */

.list-section tbody tr{
    border-bottom: 1px solid  #E9EBEC;
}
/* **************************   FOOTER    *********************************** */

.footer {
    padding: 20px calc(1.5rem* .5);
    position: absolute;
    right: 0;
    left: 85px;
    color: #888;
    height: 60px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
        position: inherit;
    }
}