/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --ct-logo-lg-height: 20px;
    --ct-logo-sm-height: 22px;
    --ct-leftbar-width: 240px;
    --ct-leftbar-width-md: 175px;
    --ct-leftbar-width-sm: 80px;
    --ct-leftbar-condensed-height: 1600px;
    --ct-twocolumn-sidebar-width: 220px;
    --ct-twocolumn-sidebar-iconview-width: 70px;
    --ct-twocolumn-sidebar-iconview-size: 22px;
    --ct-topbar-height: 70px;
    --ct-horizontal-menu-height: 55px;
    --ct-menu-transition: all .1s ease-in-out;
    --ct-menu-item-padding-x: 10px;
    --ct-menu-item-gap: 5px;
    --ct-menu-link-padding-x: 15px;
    --ct-menu-link-padding-y: 10px;
    --ct-menu-link-item-gap: 10px;
    --ct-menu-item-icon-size: 16px;
    --ct-menu-item-font-size: 15.2px;
    --ct-footer-height: 60px;
    --ct-boxed-layout-width: 1300px
}

:root,
html[data-bs-theme=light] {
    --ct-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    --ct-box-shadow-sm: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    --ct-box-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    --ct-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --ct-theme-border-width: 0px
}

html[data-bs-theme=dark] {
    --ct-gray-100: #323a46;
    --ct-gray-200: #36404a;
    --ct-gray-300: #424e5a;
    --ct-gray-400: #5d7186;
    --ct-gray-500: #8c98a5;
    --ct-gray-600: #cedeef;
    --ct-gray-700: #dee2e6;
    --ct-gray-800: #f7f7f7;
    --ct-gray-900: #f3f7f9;
    --ct-light: #424e5a;
    --ct-light-rgb: 66, 78, 90;
    --ct-dark: #f3f7f9;
    --ct-dark-rgb: 243, 247, 249;
    --ct-gray: #8c98a5;
    --ct-box-shadow: 0px 0px 35px 0px rgba(66, 72, 80, 0.15);
    --ct-box-shadow-sm: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    --ct-box-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    --ct-box-shadow-inset: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.075)
}

html[data-menu-color=light] {
    --ct-menu-bg: #fff;
    --ct-menu-item-color: #6c757d;
    --ct-menu-item-hover-color: #6658dd;
    --ct-menu-item-active-color: #6658dd;
    --ct-menu-icon-twotone-fill: rgba(102, 88, 221, 0.2);
    --ct-menu-item-active-bg: rgba(102, 88, 221, 0.2)
}

html[data-bs-theme=dark][data-menu-color=light],
html[data-menu-color=dark] {
    --ct-menu-bg: #38414a;
    --ct-menu-item-color: #9097a7;
    --ct-menu-item-hover-color: #c8cddc;
    --ct-menu-item-active-color: #6658dd;
    --ct-menu-icon-twotone-fill: rgba(102, 88, 221, 0.2);
    --ct-menu-item-active-bg: rgba(102, 88, 221, 0.2)
}

html[data-menu-color=brand] {
    --ct-menu-bg: #4a81d4;
    --ct-menu-item-color: #cedce4;
    --ct-menu-item-hover-color: #ffffff;
    --ct-menu-item-active-color: #ffffff;
    --ct-menu-icon-twotone-fill: rgba(255, 255, 255, 0.2);
    --ct-menu-item-active-bg: rgba(255, 255, 255, 0.2)
}

html[data-menu-color=gradient] {
    --ct-menu-bg: #683ba9;
    --ct-menu-item-color: #cedce4;
    --ct-menu-item-hover-color: #ffffff;
    --ct-menu-item-active-color: #ffffff;
    --ct-menu-icon-twotone-fill: rgba(255, 255, 255, 0.2);
    --ct-menu-item-active-bg: rgba(255, 255, 255, 0.2);
    --ct-menu-gradient-image: linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent)
}

html[data-two-column-color=light] {
    --ct-twocolumn-iconview-bg: #fff;
    --ct-twocolumn-iconview-item-color: #6c757d;
    --ct-twocolumn-iconview-item-hover-color: #6658dd;
    --ct-twocolumn-iconview-item-active-color: #6658dd;
    --ct-twocolumn-iconview-icon-active-bg: rgba(102, 88, 221, 0.2)
}

html[data-bs-theme=dark][data-two-column-color=light],
html[data-two-column-color=dark] {
    --ct-twocolumn-iconview-bg: #37424c;
    --ct-twocolumn-iconview-item-color: #9097a7;
    --ct-twocolumn-iconview-item-hover-color: #c8cddc;
    --ct-twocolumn-iconview-item-active-color: #fff;
    --ct-twocolumn-iconview-icon-active-bg: rgba(102, 88, 221, 0.2)
}

html[data-two-column-color=brand] {
    --ct-twocolumn-iconview-bg: #6658dd;
    --ct-twocolumn-iconview-item-color: #cedce4;
    --ct-twocolumn-iconview-item-hover-color: #ffffff;
    --ct-twocolumn-iconview-item-active-color: #ffffff;
    --ct-twocolumn-iconview-icon-active-bg: rgba(255, 255, 255, 0.2)
}

html[data-two-column-color=gradient] {
    --ct-twocolumn-iconview-bg: #683ba9;
    --ct-twocolumn-iconview-item-color: #cedce4;
    --ct-twocolumn-iconview-item-hover-color: #ffffff;
    --ct-twocolumn-iconview-item-active-color: #ffffff;
    --ct-twocolumn-iconview-icon-active-bg: rgba(255, 255, 255, 0.2)
}

html[data-topbar-color=light] {
    --ct-topbar-bg: #fff;
    --ct-topbar-item-color: #6c757d;
    --ct-topbar-item-hover-color: #6658dd;
    --ct-topbar-search-bg: #f8f8f8
}

html[data-bs-theme=dark][data-topbar-color=light],
html[data-topbar-color=dark] {
    --ct-topbar-bg: #38414a;
    --ct-topbar-item-color: rgba(255, 255, 255, .6);
    --ct-topbar-item-hover-color: #bccee4;
    --ct-topbar-search-bg: #464f5b
}

html[data-topbar-color=brand] {
    --ct-topbar-bg: linear-gradient(135deg, #6379c3 0%, #546ee5 60%);
    --ct-topbar-item-color: rgba(255, 255, 255, 0.7);
    --ct-topbar-item-hover-color: #ffffff;
    --ct-topbar-search-bg: rgba(255, 255, 255, 0.1)
}

body {/*font-family: "Poppins", sans-serif !important;*/font-family: "Inter", sans-serif !important;background-color: #F8FAFC;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif !important;
}
.navbar-custom {
    background:var(--ct-topbar-bg);
    min-height:var(--ct-topbar-height);
    top:0;
    position:sticky;
    -webkit-transition:var(--ct-menu-transition);
    transition:var(--ct-menu-transition);
    z-index:1000;
    border:var(--ct-theme-border-width) solid transparent;
    border-bottom:var(--ct-theme-border-width) solid var(--ct-border-color);
    -webkit-box-shadow:var(--ct-box-shadow);
    box-shadow:var(--ct-box-shadow)
}
/* Remove number input spinner (for Chrome, Safari, Edge, Opera) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove number input spinner (for Firefox) */
input[type="number"] {
    -moz-appearance: textfield;
}

.swal2-container {
    z-index: 9999 !important;
}

.navbar-custom .topbar {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    /*margin:0 auto;
    padding:0 1.5rem*/
}
.navbar-custom .topbar ul {
    list-style-type: none;
    margin-bottom: 0
}

.navbar-custom .topbar li {
    max-height: var(--ct-topbar-height)
}

.navbar-custom .topbar li .nav-link.show {
    color: var(--ct-topbar-item-hover-color)
}

.navbar-custom .topbar .nav-link {
    padding: 0 .75rem;
    position: relative;
    color: var(--ct-topbar-item-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height:var(--ct-topbar-height);*/
    cursor: pointer
}

.navbar-custom .topbar .nav-link:hover {
    color: var(--ct-topbar-item-hover-color)
}

.navbar-custom .topbar .app-search form .form-control {
    color: var(--ct-topbar-item-color);
    background-color: var(--ct-topbar-search-bg)
}

.navbar-custom .topbar .app-search form .form-control::-webkit-input-placeholder {
    color: var(--ct-topbar-item-color)
}

.navbar-custom .topbar .app-search form .form-control::-moz-placeholder {
    color: var(--ct-topbar-item-color)
}

.navbar-custom .topbar .app-search form .form-control:-ms-input-placeholder {
    color: var(--ct-topbar-item-color)
}

.navbar-custom .topbar .app-search form .form-control::-ms-input-placeholder {
    color: var(--ct-topbar-item-color)
}

.navbar-custom .topbar .app-search form .form-control::placeholder {
    color: var(--ct-topbar-item-color)
}

.navbar-custom .topbar .app-search form span.search-icon {
    color: var(--ct-topbar-item-color)
}

.app-search {
    position: static;
    overflow-y: hidden
}

.app-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.app-search form .form-control {
    border: none;
    height: calc(1.5em + .9rem + 2px);
    padding-right: 40px;
    padding-left: 20px;
    background-color: var(--ct-secondary-bg);
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-search form span.search-icon {
    position: absolute;
    z-index: 4;
    font-size: 20px;
    line-height: 38px;
    right: 10px;
    top: 0;
    z-index: 5;
    color: var(--ct-secondary)
}

.app-search form .input-group-text {
    margin-left: 0;
    z-index: 4
}

.app-search form .dropdown-menu {
    z-index: 1060
}

.nav-user {
    padding: 0 12px !important
}

.nav-user img {
    height: 32px;
    width: 32px
}

html[data-bs-theme=dark] .navbar-custom .logo-box .logo-light,
html[data-topbar-color=brand] .navbar-custom .logo-box .logo-light,
html[data-topbar-color=dark] .navbar-custom .logo-box .logo-light {
    display: block
}

html[data-bs-theme=dark] .navbar-custom .logo-box .logo-dark,
html[data-topbar-color=brand] .navbar-custom .logo-box .logo-dark,
html[data-topbar-color=dark] .navbar-custom .logo-box .logo-dark {
    display: none
}

html[data-bs-theme=dark] #light-dark-mode .ri-moon-line::before {
    content: "\f1bf"
}

.button-toggle-menu {
    border: none;
    display: none;
    color: var(--ct-topbar-item-color);
    width: 60px;
    height: var(--ct-topbar-height);
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    color: black;
    position: relative
}

.fullscreen-enable .fe-maximize::before {
    content: "\e88d"
}
.sidebar .menu-link{
    display: flex;
    align-items: center;
    text-decoration:none;
}
.sidebar .logo-box{
    height: 55.5px;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 10px;
    padding: 0 15px;
}
/* sidebar */
.sidebar {
    background-color: #ffffff;
    width: 250px;
    min-height: 100vh;
    color: #000;
    padding: 15px 0px 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1112;
    transition: 0.3s;
    border-right: 1px solid #E2E8F0;
}
.sidebar:hover{
   /* width: 250px;
    transition: 0.3s;*/
}
.sidebar:hover .overview-menu-text{
    /*opacity: 1;
    visibility: visible;*/
}
.list-title {
    color: #737373;
    font-size: 10px;
    font-weight: 500;
}

.sidebar .overview-menu {
    list-style-type: none;
    list-style: none;
    overflow-y: auto;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    margin-right: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.logout-btm-col {
    border-top: 1px solid #E2E8F0;
}
.notification-count{
    width: 20px;
    height: 20px;
    right: -7px !important;
    background: red !important;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12px;
}

.overview-menu-item.active{
    border-radius: 8.8px;
    border: 1px solid #FFF;
    background-color: #375193;
    box-shadow: 0px 0px 3.57px 0px rgba(0, 0, 0, 0.03);
}

.overview-menu-item {
    padding: 10.71px 0px 11.59px 12.33px;
}

.overview-menu-text {
    color: #314158;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    /*opacity: 1;
    visibility: hidden;*/
    white-space: nowrap;
    width: calc(100% - 40px);
}
.sidebar:hover .overview-menu-item{
    width: 100%;
}
.sidebar .overview-menu::-webkit-scrollbar{width:5px}
.sidebar .overview-menu::-webkit-scrollbar-track{background:#f1f1f1}
.sidebar .overview-menu::-webkit-scrollbar-thumb{background:rgba(117, 209, 0, 0.2);border-radius:20px}
.custom-scroll::-webkit-scrollbar{width:5px}
.custom-scroll::-webkit-scrollbar-track{background:#f1f1f1}
.custom-scroll::-webkit-scrollbar-thumb{background:rgba(117, 209, 0, 0.2);border-radius:20px}
/* my-navbar */
.my-navbar {
    padding: 10px 24px 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111;
    background: #ffffff;
}
body{
    padding-top: 77px;
}

.notification-img {
    width: 41px;
}

.my-navbar>h2 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.right-section-my-navbar {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 2px;
}

.vr-line {
    border-left: 1px solid #D9D9D9;
    height: 43px;
}

.profile-div {
    display: flex;
    gap: 10px;
    align-items: center;
    /*border: 1px solid #e2e2e2;*/
    border-radius: 50px;
    padding: 5px 10px;
    width: 175px;
    cursor: pointer;
}
.user_name_col{
    width: calc(100% - 50px);
    padding-right: 15px;
    position: relative;
}
.arrow-down-user{
    position: absolute;
    right: 1px;
    top: 1px;
    transform:rotate(90deg);
}
.arrow-down-user svg{
    width: 10px;
}

.usr-name {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-profile {
    padding: 0px;
    margin: 0px;
    columns: #818181;
    font-size: 13px;

}

/* bond page */
.bond-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 49px;
    
    flex-wrap: wrap;

}

.bond-title-box-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}



.bond-title {
    display: flex;
    flex-direction: column;
    gap: 5px;

}

.bond-title>h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.bond-title>p {
    color: #707070;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.bond-title-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.primary-button {
    display: flex;
    padding: 8.744px 13.991px;
    justify-content: center;
    align-items: center;
    gap: 6.99px;
    border-radius: 6px;
    border: 1px solid #375193;
    color: #FFF;
    font-size: 13.991px;
    min-width: fit-content;
    line-height: 17.488px;
    background-color: #375193;
}

.white-button {
    display: flex;
    padding: 8.744px 13.991px;
    justify-content: center;
    align-items: center;
    gap: 6.99px;
    border-radius: 8.744px;
    border: 1px solid #D0D5DD;
    color: #000;
    min-width: fit-content;
    font-size: 13.991px;
    line-height: 17.488px;
    background-color: transparent;
}

.bond-title-box-2 {
    display: flex;
    align-items: center;
    gap: 7px;
    
}



.bond-cards {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
    overflow-x: auto; /* Use auto instead of scroll to hide scrollbar when not needed */
    max-width: 100%;
    /* scrollbar-width:none;  */
   }



.bond-card {
    display: flex;
    flex-direction: column;
    min-width: 340px;
    padding: 20px;
    border-radius: 7.174px;
    border: 0.763px solid #D0D5DD;
    background: #FBFBFB;
}

.bond-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7C7C7C;
    font-size: 15px;
}

.bond-card-title>p,
.bond-card-date>p,
.bond-card-compare>p {
    margin: 0;
    padding: 0;
}

.bond-card-date {
    display: flex;
    padding: 8.462px;
    height: 22px;
    border-radius: 33.846px;
    border: 0.846px solid #E0E0E0;
    background: #FFF;
    color: #585858;
    width: 91px;
    font-size: 12.692px;
}

.bond-card-row-2 {
    gap: 15px;
    margin-top: 24px;
}

.bond-card-row-2>h2 {
    color: #000;
    font-size: 24.32px;
    font-weight: 600;
    margin: 0;
}

.bond-card-compare-1 {
    display: flex;
    width: 77px;
    height: 26px;
    padding: 10px;
    border-radius: 40px;
    background: #CAFFE6;
    color: #00A156;
    font-size: 15px;
}

.table-title {
    padding: 20px;
    border-radius: 5px;

}

.table-title>h2 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}



.table-title>button {
    display: inline-flex;
    height: 31px;
    padding: 9.338px 14.941px;
    justify-content: center;
    align-items: center;
    gap: 7.47px;
    flex-shrink: 0;
    border-radius: 9.338px;
    border: 0.934px solid #D0D5DD;
    background: #2F3849;
    box-shadow: 0px 0.934px 1.868px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 13.073px;
    line-height: 18.676px; /* 142.857% */
}

.custom-table {
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    background: #FFF;
    /* padding: 15px; */
}

.table th, .table td {
    padding: 15px 20px;
    border-color: #E2E8F0;
}

.table thead {
    border-top: 0;
    border-bottom: 1px solid #E2E8F0;
    background: none;
}
td.text-center {
    color: #62748E !important;
    font-weight: 400;
    font-size: 16px; 
}
.table th {
    color: #45556C;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.table tbody tr {
    border-bottom: 1px solid #E9E9E9;
}

.table tbody td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.company-row {
    width: 340px;
}

.light-text {
    color: #667085;
font-size: 12px;
font-style: normal;
font-weight: 500;
}

.dropdown-item1{
    /*background: #2f3849;
    width: 250px;*/
}
.dropdown-item1:hover {
    /*background: #AB8F66;*/
}
.right-section-main-col{
    width: calc(100% - 250px);
    margin-left: 250px;
}

@media (max-width:375px) {
    .navbar-custom .button-toggle-menu {
        width: auto;

    }

    .navbar-custom .logo-box {
        /*display:none!important*/
    }
}

@media (max-width:575.98px) {
    .navbar-custom .topbar-menu {
        position: initial
    }

    .navbar-custom .dropdown {
        position: relative;
    }

    .navbar-custom .dropdown .dropdown-menu {
        /*left:10px!important;
        right:10px!important*/
    }

    .my-navbar>h2 {
        font-size: 16px;
    }

    .view-profile {
        font-size: 10px;
    }

    .usr-name {
        font-size: 12px;
    }

    .right-section-my-navbar {
        gap: 10px;
    }

    .notification-img {
        width: 24px;
    }
}


.button-success {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(33, 174, 4, 0.30);
    background: rgba(33, 174, 4, 0.05);
    color:#21AE04;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.button-warning {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(242, 226, 0, 0.3);
    background: rgba(195, 255, 0, 0.05);
    color:#f7b84b;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.button-failed {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(224, 45, 0, 0.30);
    background: rgba(255, 51, 0, 0.15);
    color:#E02D00;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width:767.98px) {
    .navbar-custom {
        padding: 0 .75rem
    }
    .logo-box .logo img{
        width: 70px;
    }

    .right-section-my-navbar .button-toggle-menu {
        display: block;
        width: 20px;
        position: absolute;
        left: 15px;
    }

    .sidebar {
        display: none;
    }

    .overview-menu-item {
        padding: 0px;

    }

    .my-navbar>h2 {
        font-size: 18px;
    }

    .vr-line {
        height: 32px;
    }


    .view-profile {
        font-size: 11px;
    }

    .usr-name {
        font-size: 13px;
    }

    .right-section-my-navbar {
        gap: 12px;
    }

    .notification-img {
        width: 32px;
    }

    .navbar-custom .logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-custom .logo-box .logo-lg {
        display: none
    }

    .navbar-custom .logo-box .logo-sm {
        display: block
    }

   
  
}
@media (max-width: 1024px) {
    .bond-title-box, .bond-title-box-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .bond-title-box-2 {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 12px;
    }
}

@media (min-width:1200px) {
    .navbar-custom .logo-box {
        display: none
    }
}

.right-bar {
    width: 260px !important
}

.user-box {
    padding: 25px;
    text-align: center
}

.user-box .user-img {
    position: relative;
    height: 64px;
    width: 64px;
    margin: 0 auto 15px auto
}

.user-box .user-img .user-edit {
    position: absolute;
    right: -5px;
    bottom: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg)
}

.user-box h5 {
    margin-bottom: 2px
}

.user-box h5 a {
    color: var(--ct-gray-900)
}

.notification-item .noti-user-item {
    padding: .75rem 1rem
}

.notification-item .noti-user-item:hover {
    background-color: var(--ct-light)
}

.notification-item .user-status {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 10px
}

.notification-item .user-status.online {
    color: #1abc9c
}

.notification-item .user-status.away {
    color: #f7b84b
}

.notification-item .user-status.busy {
    color: #f1556c
}

.page-title-box .page-title {
    font-size: 1rem;
    margin: 0;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.page-title-box .page-title a {
    color: var(--ct-heading-color, inherit);
}

.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
}

@media (max-width:767.98px) {
    .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
    }
}

.app-menu {
    top: 0;
    position: sticky;
    z-index: 1001;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    width: var(--ct-leftbar-width);
    min-width: var(--ct-leftbar-width);
    padding-bottom: var(--ct-topbar-height);
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    background: var(--ct-menu-bg);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    border-right: var(--ct-theme-border-width) solid var(--ct-border-color)
}

.logo-box {
    /* top:0; */
    /* position:sticky; */
    /* z-index:1000; */
    /* display:-webkit-box; */
    /* display:-ms-flexbox; */
    margin-bottom: 20px;
    display: flex;
    white-space: nowrap;
    height: var(--ct-topbar-height);
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    padding: 0 var(--ct-menu-item-padding-x)
}

.logo-box .logo-lg {
    height: var(--ct-logo-lg-height)
}

.logo-box .logo-sm {
    height: var(--ct-logo-sm-height)
}

.logo-box .logo-sm {
    display: none
}

.logo-box .logo-light {
    display: none
}

.logo-box .logo-dark {
    display: block
}

html[data-bs-theme=dark] .app-menu .logo-box .logo-light,
html[data-menu-color=brand] .app-menu .logo-box .logo-light,
html[data-menu-color=dark] .app-menu .logo-box .logo-light,
html[data-menu-color=gradient] .app-menu .logo-box .logo-light {
    display: block
}

html[data-bs-theme=dark] .app-menu .logo-box .logo-dark,
html[data-menu-color=brand] .app-menu .logo-box .logo-dark,
html[data-menu-color=dark] .app-menu .logo-box .logo-dark,
html[data-menu-color=gradient] .app-menu .logo-box .logo-dark {
    display: none
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    
}

.content-page {
    /* display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;*/
    /* height: fit-content; */
    width: 100%;
    /* position:relative; */
    display: flex;
    
    /* -webkit-transition:var(--ct-menu-transition);
    transition:var(--ct-menu-transition)*/
}

.content-page .content {
    min-height: 100%;
}

.user-box {
    padding: 30px 20px;
    text-align: center;
    display: none
}

.user-box a {
    color: var(--ct-menu-item-color)
}


.user-box .user-pro-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 90%;
    margin-left: 5% !important;
    margin-top: 10px !important
}

.user-box .user-pro-dropdown .dropdown-item {
    border-radius: 3px
}

.user-box .user-pro-dropdown .dropdown-item:hover {
    background-color: #6658dd;
    color: #fff
}

.bond-name-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.875px;
}

.business-desc-card {
    display: flex;
    padding: 30px 20px 29px 32px;
    flex-direction: column;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    background: rgba(103, 103, 103, 0.01);
    align-items: flex-start;
    gap: 7px;
}

.business-desc-card > h2 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bond-detail-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    /* width: 100%; */
}

.trade-card {
    border-radius: 4.372px;
    border: 0.874px solid rgba(56, 65, 74, 0.20);
    background: rgba(103, 103, 103, 0.01);
    width: 100%;
    padding: 27px 27px 16px 24px;
}

.trade-card > h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 34px;
}

.comming-soon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.trade-available-box {
    display: flex;
    align-items: center;
    gap: 20.113px;
    width: 100%;
}

.trade-available-col {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.247px;
}

.trade-available-col >p, .comming-soon-row > p {
    color: #667085;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trade-available-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 21px;
    max-width: 100%;
}

.trade-available-card {
    display: flex;
    padding: 18.598px 20px 19.236px 18.365px;
    align-items: center;  
    width: 100%;  
    align-self: stretch;
    /* min-width: 330px; */
    border-radius: 6.273px;
    border: 0.667px solid #D0D5DD;
    background: #FFF;
}

.bond-card-info {
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    background: rgba(103, 103, 103, 0.01);
    padding: 32px 44px 0px 32px;
    width: 100%;
}

.bond-card-info > h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 44px;
}

.bond-card-row {
    display: flex;
    min-height: 41px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 20px;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 20px;
}

.bond-card-row-key {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bond-card-row-value {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
}


.bond-card-row-2 {
    gap: 15px;
    margin-top: 24px;
}

.bond-card-row-2>h2 {
    color: #000;
    font-size: 24.32px;
    font-weight: 600;
    margin: 0;
}

.capital-risk-card {
    display: flex;
    padding: 21px 0px 20px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    background: rgba(255, 0, 0, 0.07);
}
.capital-risk-card > h4 {
    color: #F00;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.capital-risk-card > p {
    color: #7C7C7C;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}


.business-desc-card > p {
    color: #7C7C7C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bond-name-box-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.188px;
}

.bond-name-box-head > h2 {
    color: #000;
    font-size: 20.313px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.bond-name-box-head > p {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.bond-detail-card-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;  
}


html[data-sidenav-user=true] .user-box {
    display: block
}

.menu {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    gap: var(--ct-menu-item-gap);
    padding-top: var(--ct-menu-item-gap)
}

.menu ul {
    padding-left: 0;
    list-style-type: none
}

.menu>.menu-item {
    padding: 0 var(--ct-menu-item-padding-x)
}

.menu .menu-title {
    opacity: .6;
    cursor: default;
    font-size: calc(var(--ct-menu-item-font-size) * .75);
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--ct-menu-item-color);
    font-weight: 600;
    padding: var(--ct-menu-link-padding-y) calc(var(--ct-menu-link-padding-x) + var(--ct-menu-item-padding-x))
}

.menu .menu-item .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: relative;
    color: #fff;
    gap: var(--ct-menu-link-item-gap);
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    border-radius: var(--ct-border-radius);
    font-size: var(--ct-menu-item-font-size);
    padding: var(--ct-menu-link-padding-y) var(--ct-menu-link-padding-x)
}

.menu .menu-item .menu-link.show,
.menu .menu-item .menu-link:focus,
.menu .menu-item .menu-link:hover,
.menu .menu-item .menu-link[aria-expanded=true] {
    color: #AB8F66
}

.menu .menu-item .menu-link>.menu-icon {
    width: var(--ct-menu-item-icon-size);
    font-size: var(--ct-menu-item-icon-size);
    line-height: var(--ct-menu-item-icon-size);
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition)
}

.menu .menu-item .menu-link>.menu-icon svg {
    width: var(--ct-menu-item-icon-size);
    height: var(--ct-menu-item-icon-size)
}

.menu .menu-item .menu-link>.menu-icon+.menu-text {
    padding-left: 0
}

.menu .menu-item .menu-link>.menu-text {
    white-space: nowrap;
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    font-size: var(--ct-menu-item-font-size);
    line-height: var(--ct-menu-item-font-size);
    padding-left: calc(var(--ct-menu-item-icon-size) + var(--ct-menu-link-item-gap))
}

.menu .menu-item .menu-link>.menu-arrow {
    margin-left: auto;
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    line-height: var(--ct-menu-item-font-size);
    font-size: calc(var(--ct-menu-item-font-size) * 1.18)
}

.menu .menu-item .menu-link>.menu-arrow:before {
    content: "\f0142";
    font-family: "Material Design Icons"
}

.menu .menu-item .menu-link[aria-expanded=true]>.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu .menu-item .sub-menu {
    display: grid
}

.menu .menu-item .sub-menu .menu-text {
    font-size: calc(var(--ct-menu-item-font-size) * .95)
}

.menu .menu-item .sub-menu .sub-menu {
    padding-left: calc(var(--ct-menu-item-icon-size))
}

.menu .menu-item.menuitem-active>.menu-link {
    color: var(--ct-menu-item-active-color)
}

.menu .menu-item.menuitem-active>.menu-link:not(.collapsed)>.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

html[dir=rtl] .menu-arrow:before {
    content: "\f0141" !important
}

html[data-menu-icon=twotones] .menu-icon svg {
    fill: var(--ct-menu-icon-twotone-fill)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu {
    width: var(--ct-leftbar-width-sm);
    min-width: var(--ct-leftbar-width-sm);
    min-height: var(--ct-leftbar-condensed-height)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-content-wrapper,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-mask {
    overflow: visible !important
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-scrollbar {
    display: none !important
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-offset {
    bottom: 0 !important
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .user-box {
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .logo-box {
    background: var(--ct-menu-bg);
    border-radius: var(--ct-border-radius)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .logo-box .logo-lg {
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .logo-box .logo-sm {
    display: block
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-title {
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item {
    position: relative
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link {
    -webkit-transition: none;
    transition: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.badge,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-arrow,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-text {
    -webkit-transition: none;
    transition: none;
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-icon {
    text-align: center;
    -webkit-transition: none;
    transition: none;
    width: calc(var(--ct-leftbar-width-sm) - var(--ct-menu-item-padding-x) * 2 - var(--ct-menu-link-padding-x) * 2);
    font-size: calc(var(--ct-menu-item-icon-size) * 1.25)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-icon svg {
    width: calc(var(--ct-menu-item-icon-size) * 1.25);
    height: calc(var(--ct-menu-item-icon-size) * 1.25)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-text {
    padding-left: 0
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.menu-link>.menu-text::before {
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item>.collapsing {
    display: none
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing {
    display: block;
    left: 100%;
    margin-top: -2px;
    position: absolute;
    height: inherit !important;
    -webkit-transition: none !important;
    transition: none !important
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu {
    background: var(--ct-secondary-bg);
    margin-left: 1px;
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    width: calc(var(--ct-leftbar-width) - var(--ct-leftbar-width-sm));
    border: var(--ct-theme-border-width) solid var(--ct-border-color);
    padding-bottom: var(--ct-menu-item-gap)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu>.menu-item>.menu-link,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu>.menu-item>.menu-link {
    margin: 0 var(--ct-menu-item-gap);
    z-index: 5
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu>.menu-item>.menu-link>.menu-text,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu>.menu-item>.menu-link>.menu-text {
    display: block
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu>.menu-item>.menu-link>.menu-arrow,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu>.menu-item>.menu-link>.menu-arrow {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu>.menu-item>.collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu>.menu-item>.collapsing,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu>.menu-item>.collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu>.menu-item>.collapsing {
    top: 0
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .menu-link,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .menu-link {
    color: var(--ct-body-color)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .menu-link.show,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .menu-link:focus,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .menu-link:hover,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .menu-link[aria-expanded=true],
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .menu-link.show,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .menu-link:focus,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .menu-link:hover,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .menu-link[aria-expanded=true] {
    color: var(--ct-primary)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item.menuitem-active>.menu-link,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item.menuitem-active>.menu-link {
    color: var(--ct-primary)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapse>.sub-menu .menu-item .collapsing,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .collapse,
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu .menu-item:hover>.collapsing>.sub-menu .menu-item .collapsing {
    top: 0
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu>.menu-item:hover>.menu-link::after {
    content: "";
    inset: 0;
    position: absolute;
    width: var(--ct-leftbar-width)
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .menu>.menu-item:hover>.menu-link>.menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: calc(var(--ct-leftbar-width-sm) - var(--ct-menu-item-padding-x) + 1px);
    background: var(--ct-menu-bg);
    line-height: var(--ct-menu-item-icon-size);
    width: calc(var(--ct-leftbar-width) - var(--ct-leftbar-width-sm));
    padding: var(--ct-menu-link-padding-y) var(--ct-menu-link-padding-x);
    border: var(--ct-theme-border-width) solid var(--ct-border-color);
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg)
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu {
    width: var(--ct-leftbar-width-md);
    min-width: var(--ct-leftbar-width-md)
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu {
    gap: calc(var(--ct-menu-item-gap) * 2)
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .menu-title {
    text-align: center
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--ct-menu-link-item-gap);
    text-align: center
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .menu-link .badge,
html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .menu-link .menu-arrow {
    display: none
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .sub-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--ct-menu-link-item-gap);
    padding-top: var(--ct-menu-link-padding-y)
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .sub-menu .menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .sub-menu .menu-link .menu-arrow {
    margin: 0;
    display: block
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .sub-menu .menu-text {
    padding-left: 0
}

html[data-sidenav-size=compact]:not([data-layout=horizontal]) .app-menu .menu .sub-menu .menu-text::before {
    display: none
}

html[data-sidenav-size=full]:not([data-layout=horizontal]) .app-menu {
    position: fixed;
    margin-left: calc(var(--ct-leftbar-width) * -1);
    border-color: transparent;
    opacity: 0
}

html[data-sidenav-size=full]:not([data-layout=horizontal]) .app-menu .sub-menu .sub-menu {
    padding-left: 0
}

html[data-sidenav-size=full]:not([data-layout=horizontal]) .navbar-custom .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html[data-sidenav-size=full]:not([data-layout=horizontal]).sidebar-enable .app-menu {
    opacity: 1;
    z-index: 1055;
    margin-left: 0
}

html[data-sidenav-size=full]:not([data-layout=horizontal])[data-layout=two-column].sidebar-enable .app-menu {
    left: var(--ct-twocolumn-sidebar-iconview-width)
}

html[data-sidenav-size=fullscreen]:not([data-layout=horizontal]) .app-menu {
    margin-left: calc(var(--ct-leftbar-width) * -1);
    opacity: 0
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) {
    margin: .75rem .75rem
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) #wrapper .logo-box {
    border-radius: var(--ct-border-radius)
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) #wrapper .app-menu {
    top: .75rem;
    height: calc(100vh - 1.5rem);
    min-height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    border-radius: var(--ct-border-radius);
    border: var(--ct-theme-border-width) solid var(--ct-border-color)
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) #wrapper .content-page .content {
    min-height: calc(100vh - var(--ct-topbar-height) - 1.5rem - var(--ct-theme-border-width) * 2)
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) #wrapper .content-page .navbar-custom {
    top: .75rem;
    margin: 0 .75rem;
    border-radius: var(--ct-border-radius);
    border: var(--ct-theme-border-width) solid var(--ct-border-color)
}

html[data-layout-mode=detached]:not([data-layout=horizontal]) body:not(.auth-fluid-pages) #wrapper .content-page .footer {
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    margin: 0 .75rem;
    border-radius: var(--ct-border-radius);
    border: var(--ct-theme-border-width) solid var(--ct-border-color)
}

html[data-layout-mode=detached]:not([data-layout=horizontal])[data-sidenav-size=full] #wrapper .app-menu {
    top: .75rem;
    left: .75rem
}

html[data-layout-mode=detached]:not([data-layout=horizontal])[data-sidenav-size=condensed] #wrapper .app-menu {
    height: var(--ct-leftbar-condensed-height) !important;
    min-height: var(--ct-leftbar-condensed-height) !important;
    max-height: var(--ct-leftbar-condensed-height) !important
}

@media (min-width:1400px) {
    html[data-layout-width=boxed] .content-page .content {
        width: 100%;
        max-width: var(--ct-boxed-layout-width);
        margin: 0 auto
    }
}

@media (max-width:767.98px) {
    html[data-layout-mode=detached]:not([data-layout=horizontal]) #wrapper {
        max-width: 100% !important
    }

    html[data-layout-mode=detached]:not([data-layout=horizontal]) #wrapper .navbar-custom {
        margin: 0;
        padding: 0
    }
}

html[data-menu-color=gradient] .app-menu {
    background-image: var(--ct-menu-gradient-image)
}

html[data-layout=two-column] .left-side-menu {
    width: calc(var(--ct-twocolumn-sidebar-iconview-width) + var(--ct-twocolumn-sidebar-width));
    min-width: calc(var(--ct-twocolumn-sidebar-iconview-width) + var(--ct-twocolumn-sidebar-width));
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow)
}

html[data-layout=two-column] .sidebar-icon-menu {
    position: fixed;
    width: var(--ct-twocolumn-sidebar-iconview-width);
    min-width: var(--ct-twocolumn-sidebar-iconview-width);
    padding-bottom: var(--ct-topbar-height);
    background: var(--ct-twocolumn-iconview-bg);
    top: 0;
    bottom: 0;
    border: var(--ct-theme-border-width) solid var(--ct-border-color);
    border-right: 0 !important
}

html[data-layout=two-column] .sidebar-icon-menu .menu .menu-item>.menu-link {
    text-align: center;
    margin: var(--ct-menu-item-gap) auto;
    border-radius: var(--ct-border-radius);
    color: var(--ct-twocolumn-iconview-item-color);
    padding: 0
}

html[data-layout=two-column] .sidebar-icon-menu .menu .menu-item>.menu-link>.menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(var(--ct-twocolumn-sidebar-iconview-width) - var(--ct-menu-item-padding-x) * 2);
    height: calc(var(--ct-twocolumn-sidebar-iconview-width) - var(--ct-menu-item-padding-x) * 2)
}

html[data-layout=two-column] .sidebar-icon-menu .menu .menu-item>.menu-link svg {
    height: var(--ct-twocolumn-sidebar-iconview-size);
    width: var(--ct-twocolumn-sidebar-iconview-size);
    color: var(--ct-twocolumn-iconview-item-color)
}

html[data-layout=two-column] .sidebar-icon-menu .menu .menu-item>.menu-link.active {
    color: var(--ct-twocolumn-iconview-item-active-color);
    background-color: var(--ct-twocolumn-iconview-icon-active-bg)
}

html[data-layout=two-column] .sidebar-icon-menu .menu .menu-item>.menu-link.active svg {
    color: var(--ct-twocolumn-iconview-item-active-color)
}

html[data-layout=two-column] .app-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: var(--ct-twocolumn-sidebar-width);
    min-width: var(--ct-twocolumn-sidebar-width);
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: var(--ct-twocolumn-sidebar-iconview-width);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border-left: 1px solid var(--ct-twocolumn-iconview-icon-active-bg) !important
}

html[data-layout=two-column] .app-menu .menu>.menu-item>.menu-link>.menu-text {
    padding-left: 0
}

html[data-layout=two-column] .app-menu .menu .menu-item .sub-menu .menu-link .menu-text {
    padding-left: calc(var(--ct-menu-link-item-gap) * 1.25)
}

html[data-layout=two-column] .app-menu .menu>.menu-item.menuitem-active>.menu-link {
    background-color: var(--ct-menu-item-active-bg)
}

html[data-layout=two-column] .twocolumn-menu-item {
    display: none
}

html[data-layout=two-column] #menu-icon-color {
    display: block
}

html[data-layout=two-column] #sidebar-size,
html[data-layout=two-column] #sidebar-user {
    display: none
}

#menu-icon-color {
    display: none
}

html[data-layout=two-column][data-sidenav-size=condensed] .left-side-menu {
    width: calc(var(--ct-twocolumn-sidebar-iconview-width));
    min-width: calc(var(--ct-twocolumn-sidebar-iconview-width))
}

html[data-layout=two-column][data-sidenav-size=condensed] .left-side-menu .app-menu {
    width: 0;
    min-width: 0;
    opacity: 0;
    z-index: -99
}

html[data-layout=two-column][data-sidenav-size=full] .left-side-menu {
    height: calc(100vh - 1.5rem);
    min-height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    position: fixed;
    margin-left: calc((var(--ct-twocolumn-sidebar-iconview-width) + var(--ct-twocolumn-sidebar-width)) * -1);
    opacity: 0
}

html[data-layout=two-column][data-sidenav-size=full].sidebar-enable .left-side-menu {
    opacity: 1;
    z-index: 1055;
    margin-left: 0
}

html[data-layout=two-column][data-layout-mode=detached] .left-side-menu {
    border-radius: var(--ct-border-radius)
}

html[data-layout=two-column][data-layout-mode=detached] .left-side-menu .sidebar-icon-menu {
    position: sticky;
    top: .75rem;
    height: calc(100vh - 1.5rem);
    min-height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    border-radius: var(--ct-border-radius) 0 0 var(--ct-border-radius) !important
}

html[data-layout=two-column][data-layout-mode=detached] .left-side-menu .app-menu {
    top: .75rem;
    border-radius: 0 var(--ct-border-radius) var(--ct-border-radius) 0 !important
}

html[data-layout=two-column][data-sidenav-size=condensed] .left-side-menu {
    width: calc(var(--ct-twocolumn-sidebar-iconview-width));
    min-width: calc(var(--ct-twocolumn-sidebar-iconview-width))
}

html[data-layout=two-column][data-sidenav-size=condensed] .left-side-menu .app-menu {
    width: 0;
    min-width: 0;
    opacity: 0;
    z-index: -99
}

html[data-layout=two-column][data-sidenav-size=condensed][data-layout-mode=detached] .sidebar-icon-menu {
    border-radius: var(--ct-border-radius) !important
}

html[data-layout=two-column][data-sidenav-size=full][data-layout-mode=detached] .left-side-menu {
    margin-left: calc((var(--ct-twocolumn-sidebar-iconview-width) + var(--ct-twocolumn-sidebar-width)) * -1);
    opacity: 0
}

html[data-layout=two-column][data-sidenav-size=full][data-layout-mode=detached].sidebar-enable .left-side-menu {
    opacity: 1;
    z-index: 1055;
    margin-left: 0
}

html[data-layout=two-column][data-sidenav-size=full][data-layout-mode=detached].sidebar-enable .left-side-menu .app-menu {
    left: calc(var(--ct-twocolumn-sidebar-iconview-width) + .75rem) !important
}

html[data-layout=horizontal] #wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html[data-layout=horizontal] .content,
html[data-layout=horizontal] .menu,
html[data-layout=horizontal] .topbar,
html[data-layout=horizontal] footer>* {
    width: 100%;
    max-width: 97%;
    margin: 0 auto
}

html[data-layout=horizontal] .content {
    min-height: calc(100vh - var(--ct-topbar-height) - var(--ct-horizontal-menu-height))
}

html[data-layout=horizontal] .navbar-custom {
    margin-top: calc(var(--ct-topbar-height) * -1);
    /*margin-bottom:var(--ct-topbar-height);*/
    -webkit-box-shadow: none;
    box-shadow: none
}

html[data-layout=horizontal] .navbar-custom .topbar .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0 0
}

html[data-layout=horizontal] .navbar-custom .topbar .button-toggle-menu {
    display: none
}

html[data-layout=horizontal] .app-menu {

    display: flex;

    align-items: center;
    height: var(--ct-horizontal-menu-height);
    min-height: var(--ct-horizontal-menu-height);
    max-height: var(--ct-horizontal-menu-height);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    z-index: 999;

    padding: 0;
    border-radius: 0;
    background: #455167;
    border-top: 1px solid #AB8F66;
}

html[data-layout=horizontal] .app-menu .simplebar-content-wrapper,
html[data-layout=horizontal] .app-menu .simplebar-mask {
    overflow: visible !important;
    position: static !important
}

html[data-layout=horizontal] .app-menu .simplebar-placeholder {
    width: 100% !important;
    height: 100% !important
}

html[data-layout=horizontal] .app-menu .simplebar-scrollbar {
    display: none !important
}

html[data-layout=horizontal] .app-menu .simplebar-offset {
    bottom: 0 !important;
    right: auto !important;
    left: auto !important
}

html[data-layout=horizontal] .app-menu .logo-box,
html[data-layout=horizontal] .app-menu .user-box {
    display: none
}

html[data-layout=horizontal] .app-menu .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 1.5rem
}

html[data-layout=horizontal] .app-menu .menu>.menu-item>.menu-link {
    height: var(--ct-horizontal-menu-height)
}

html[data-layout=horizontal] .app-menu .menu>.menu-item:first-of-type>.menu-link {
    padding-left: 0
}

html[data-layout=horizontal] .app-menu .menu .menu-item {
    position: relative;
    padding: 0 var(--ct-menu-item-gap)
}

html[data-layout=horizontal] .app-menu .menu .menu-item .menu-link>.menu-text {
    padding-left: 0
}

html[data-layout=horizontal] .app-menu .menu .menu-item .menu-link .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

html[data-layout=horizontal] .app-menu .menu .menu-item:hover .menu-arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

html[data-layout=horizontal] .app-menu .menu .menu-item:hover>.collapse,
html[data-layout=horizontal] .app-menu .menu .menu-item:hover>.collapsing {
    display: block !important;
    position: absolute;
    height: inherit !important;
    -webkit-transition: none !important;
    transition: none !important
}

html[data-layout=horizontal] .app-menu .menu .menu-item .sub-menu {
    padding: var(--ct-menu-item-gap) 0
}

html[data-layout=horizontal] .app-menu .menu .menu-item .sub-menu .menu-arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

html[data-layout=horizontal] .app-menu .menu .menu-item.menuitem-active>.menu-link:not(.collapsed)>.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

html[data-layout=horizontal] .app-menu .collapse,
html[data-layout=horizontal] .app-menu .collapsing {
    width: 200px;
    display: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-clip: padding-box;
    background: var(--ct-secondary-bg);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    z-index: 1000;
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    border-radius: var(--ct-border-radius);
    border: 1px solid var(--ct-border-color)
}

html[data-layout=horizontal] .app-menu .collapse .menu-item .menu-link,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .menu-link {
    color: var(--ct-body-color)
}

html[data-layout=horizontal] .app-menu .collapse .menu-item .menu-link.show,
html[data-layout=horizontal] .app-menu .collapse .menu-item .menu-link:focus,
html[data-layout=horizontal] .app-menu .collapse .menu-item .menu-link:hover,
html[data-layout=horizontal] .app-menu .collapse .menu-item .menu-link[aria-expanded=true],
html[data-layout=horizontal] .app-menu .collapsing .menu-item .menu-link.show,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .menu-link:focus,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .menu-link:hover,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .menu-link[aria-expanded=true] {
    color: var(--ct-dark)
}

html[data-layout=horizontal] .app-menu .collapse .menu-item.menuitem-active>.menu-link,
html[data-layout=horizontal] .app-menu .collapsing .menu-item.menuitem-active>.menu-link {
    color: var(--ct-dark);
    background-color: var(--ct-light)
}

html[data-layout=horizontal] .app-menu .collapse .menu-item .collapse,
html[data-layout=horizontal] .app-menu .collapse .menu-item .collapsing,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .collapse,
html[data-layout=horizontal] .app-menu .collapsing .menu-item .collapsing {
    top: 0
}

html[data-layout=horizontal] .app-menu .collapse.collapse-lg,
html[data-layout=horizontal] .app-menu .collapsing.collapse-lg {
    width: 30rem
}

html[data-layout=horizontal] .app-menu .collapse.collapse-lg .sub-menu,
html[data-layout=horizontal] .app-menu .collapsing.collapse-lg .sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

html[data-layout=horizontal] .app-menu .collapse.collapse-md,
html[data-layout=horizontal] .app-menu .collapsing.collapse-md {
    width: 20rem
}

html[data-layout=horizontal] .app-menu .collapse.collapse-md .sub-menu,
html[data-layout=horizontal] .app-menu .collapsing.collapse-md .sub-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

html[data-layout=horizontal] #layout-mode,
html[data-layout=horizontal] #sidebar-size,
html[data-layout=horizontal] #sidebar-user,
html[data-layout=horizontal] .menu-title {
    display: none
}

@media (min-width:992px) {

    html[data-layout=horizontal] .collapse .collapse,
    html[data-layout=horizontal] .collapse .collapsing,
    html[data-layout=horizontal] .collapsing .collapse,
    html[data-layout=horizontal] .collapsing .collapsing {
        left: 100%;
        right: auto
    }
}

@media (max-width:1700px) {

    html[data-layout=horizontal] .collapse .collapse,
    html[data-layout=horizontal] .collapse .collapsing,
    html[data-layout=horizontal] .collapsing .collapse,
    html[data-layout=horizontal] .collapsing .collapsing {
        right: 100%;
        left: auto
    }
}

@media (max-width:1440px) {

    html[data-layout=horizontal] .collapse-lg .collapse,
    html[data-layout=horizontal] .collapse-lg .collapsing,
    html[data-layout=horizontal] .collapse-md .collapse,
    html[data-layout=horizontal] .collapse-md .collapsing {
        right: 100% !important;
        left: auto !important
    }
}

@media (min-width:1400px) {
    html[data-layout=horizontal][data-layout-width=boxed] #wrapper {
        -webkit-box-shadow: var(--ct-box-shadow);
        box-shadow: var(--ct-box-shadow);
        width: 100%;
        max-width: var(--ct-boxed-layout-width);
        margin: 0 auto
    }

    html[data-layout=horizontal][data-layout-width=boxed] #wrapper .content,
    html[data-layout=horizontal][data-layout-width=boxed] #wrapper .menu,
    html[data-layout=horizontal][data-layout-width=boxed] #wrapper .topbar,
    html[data-layout=horizontal][data-layout-width=boxed] #wrapper footer>* {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: var(--ct-footer-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    background-color: var(--ct-secondary-bg);
    color: var(--ct-secondary-color);
    border-top: var(--ct-theme-border-width) solid var(--ct-border-color);
    -webkit-transition: var(--ct-menu-transition);
    transition: var(--ct-menu-transition)
}

.footer .footer-links a {
    color: var(--ct-secondary-color);
    -webkit-transition: all .4s;
    transition: all .4s
}

.footer .footer-links a:hover {
    color: var(--ct-secondary-color)
}

.footer-alt {
    border: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .footer {
        text-align: center
    }
}

.bg-pattern {
    background-image: url(../images/bg-pattern-2.png);
    background-size: cover
}

body.authentication-bg {
    background-color: #00acc1;
    background-size: cover;
    background-position: center
}

body.authentication-bg footer {
    background-color: transparent !important
}

body.authentication-bg-pattern {
    background-image: url(../images/bg-pattern.png)
}

.logout-icon {
    width: 140px
}

.auth-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: url(../images/bg-auth.jpg) center;
    background-size: cover
}

.auth-fluid .auth-fluid-form-box {
    max-width: 480px;
    border-radius: 0;
    z-index: 2;
    padding: 3rem;
    background-color: var(--ct-secondary-bg);
    position: relative;
    width: 100%
}

.auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.auth-brand {
    margin-bottom: 2rem
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0
}

.auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px
}

@media (max-width:991.98px) {
    .auth-fluid {
        display: block
    }

    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 100vh
    }

    .auth-fluid .auth-fluid-right {
        display: none
    }
}

.auth-brand {
    margin-bottom: 2rem
}

.auth-brand .logo-dark {
    display: block
}

.auth-brand .logo-light {
    display: none
}

html[data-bs-theme=dark] .auth-brand .logo-light {
    display: block
}

html[data-bs-theme=dark] .auth-brand .logo-dark {
    display: none
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.grid-structure .grid-container {
    background-color: var(--ct-gray-100);
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: 600;
    padding: 10px 20px
}

.icons-list-demo div.col-sm-6 {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.icons-list-demo div.col-sm-6 p {
    margin-bottom: 0;
    line-height: inherit
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: var(--ct-gray);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s
}

.icons-list-demo .col-md-4 {
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px
}

.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
    color: #6658dd
}

.icons-list-demo .icon-item svg {
    margin-right: 10px
}

.icons-list-demo .icon-item span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.text-error {
    color: #6658dd;
    text-shadow: rgba(102, 88, 221, .3) 5px 1px, rgba(102, 88, 221, .2) 10px 3px;
    font-size: 84px;
    line-height: 90px;
    font-family: "Poppins", sans-serif;
}

.error-text-box {
    font-size: 10rem;
    font-family: "Poppins", sans-serif;
    ;
    min-height: 200px
}

.error-text-box .text {
    fill: none;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-dasharray: 30 100;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 9s infinite linear;
    animation: stroke 9s infinite linear
}

.error-text-box .text:nth-child(5n+1) {
    stroke: #f1556c;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.error-text-box .text:nth-child(5n+2) {
    stroke: #f7b84b;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s
}

.error-text-box .text:nth-child(5n+3) {
    stroke: #6658dd;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s
}

.error-text-box .text:nth-child(5n+4) {
    stroke: #43bfe5;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s
}

.error-text-box .text:nth-child(5n+5) {
    stroke: #1abc9c;
    -webkit-animation-delay: -6s;
    animation-delay: -6s
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: -400
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: -400
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .error-text-box .text {
        fill: #f1556c;
        stroke: #f1556c;
        stroke-width: 6;
        stroke-dasharray: 0 0;
        stroke-dashoffset: 0;
        -webkit-animation: none;
        animation: none
    }
}

.logout-checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0
}

.logout-checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash 2s ease-in-out;
    animation: dash 2s ease-in-out
}

.logout-checkmark .spin {
    -webkit-animation: spin 2s;
    animation: spin 2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes text {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #6658dd;
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px;
    background-color: rgba(102, 88, 221, .15)
}

.faq-question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px
}

.faq-answer {
    margin-left: 50px;
    color: var(--ct-gray)
}

.svg-computer {
    stroke-dasharray: 1134;
    stroke-dashoffset: -1134;
    -webkit-animation: draw-me 5s infinite;
    animation: draw-me 5s infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    height: 160px
}

@-webkit-keyframes draw-me {
    from {
        stroke-dashoffset: -1134
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw-me {
    from {
        stroke-dashoffset: -1134
    }

    to {
        stroke-dashoffset: 0
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .svg-computer {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-animation-direction: normal;
        animation-direction: normal
    }
}

.timeline {
    margin-bottom: 50px;
    position: relative
}

.timeline:before {
    background-color: var(--ct-gray-300);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative
}

.timeline .timeline-box {
    background: var(--ct-secondary-bg);
    display: block;
    margin: 15px 0;
    position: relative;
    padding: 20px;
    border-radius: var(--ct-border-radius);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow)
}

.timeline .timeline-album {
    margin-top: 12px
}

.timeline .timeline-album a {
    display: inline-block;
    margin-right: 5px
}

.timeline .timeline-album img {
    height: 36px;
    width: auto;
    border-radius: 3px
}

@media (min-width:768px) {
    .timeline .time-show {
        right: 35px;
        text-align: right
    }

    .timeline .timeline-box {
        margin-left: 45px
    }

    .timeline .timeline-icon {
        background: var(--ct-gray-300);
        border-radius: 50%;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px
    }

    .timeline .timeline-icon i {
        color: var(--ct-gray-600);
        font-size: 13px;
        position: absolute;
        left: 4px;
        margin-top: 1px
    }

    .timeline .timeline-desk {
        display: table-cell;
        vertical-align: top;
        width: 50%
    }

    .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid var(--ct-secondary-bg) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: -12px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        width: 0
    }

    .timeline-item.timeline-item-left:after {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item.timeline-item-left .timeline-desk .arrow-alt {
        border-bottom: 12px solid transparent;
        border-left: 12px solid var(--ct-secondary-bg) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -12px;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0
    }

    .timeline-item.timeline-item-left .timeline-desk .album {
        float: right;
        margin-top: 20px
    }

    .timeline-item.timeline-item-left .timeline-desk .album a {
        float: right;
        margin-left: 5px
    }

    .timeline-item.timeline-item-left .timeline-icon {
        left: auto;
        right: -56px
    }

    .timeline-item.timeline-item-left:before {
        display: none
    }

    .timeline-item.timeline-item-left .timeline-box {
        margin-right: 45px;
        margin-left: 0;
        text-align: right
    }
}

@media (max-width:767.98px) {
    .timeline .time-show {
        text-align: center;
        position: relative
    }

    .timeline .timeline-icon {
        display: none
    }
}

.timeline-sm {
    padding-left: 110px
}

.timeline-sm .timeline-sm-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 40px;
    border-left: 2px solid var(--ct-gray-300)
}

.timeline-sm .timeline-sm-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--ct-secondary-bg);
    border: 2px solid #6658dd
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
    position: absolute;
    left: -104px
}

@media (max-width:420px) {
    .timeline-sm {
        padding-left: 0
    }

    .timeline-sm .timeline-sm-date {
        position: relative !important;
        display: block;
        left: 0 !important;
        margin-bottom: 10px
    }
}

.inbox-leftbar {
    width: 240px;
    float: left;
    padding: 0 20px 20px 10px;
    position: relative
}

.inbox-leftbar:before {
    border-right: 5px solid var(--ct-body-bg);
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: -1.5rem
}

.inbox-rightbar {
    margin: -1.5rem 0 -1.5rem 250px;
    border-left: 5px solid var(--ct-body-bg);
    padding: 1.5rem 0 1.5rem 25px
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    position: relative;
    display: block;
    height: 51px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.message-list li a {
    color: var(--ct-body-color)
}

.message-list li:hover {
    background: var(--ct-light);
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

.message-list li .col-mail {
    float: left;
    position: relative
}

.message-list li .col-mail-1 {
    width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    color: var(--ct-gray-500);
    margin-left: 10px
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 50px
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 100px;
    padding-left: 10px
}

.message-list li.active,
.message-list li.mail-selected {
    background: var(--ct-gray-100);
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #43bfe5;
    box-shadow: inset 3px 0 0 #43bfe5
}

.message-list li.unread a {
    font-weight: 600;
    color: var(--ct-gray-800)
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 2px var(--ct-gray-400);
    box-shadow: inset 0 0 0 2px var(--ct-gray-400);
    border-radius: 3px
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked~label {
    opacity: 1
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: var(--ct-gray-600);
    opacity: 0;
    margin-bottom: 0 !important;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

.message-list .checkbox-wrapper-mail label:active {
    background: #87949b
}

.mail-list a {
    color: var(--ct-body-color);
    padding: 9px 10px;
    display: block;
    font-size: 15px
}

.reply-box {
    border: 2px solid var(--ct-gray-100)
}

@media (max-width:648px) {
    .inbox-leftbar {
        width: 100%;
        float: none;
        padding: 0 20px
    }

    .inbox-leftbar:before {
        border-right: none
    }

    .inbox-rightbar {
        padding-top: 40px;
        margin: 0;
        border: 0;
        padding-left: 0
    }

    .message-list li .col-mail-1 .checkbox-wrapper-mail {
        margin-left: 0
    }
}

@media (max-width:520px) {
    .inbox-rightbar>.btn-group {
        margin-bottom: 10px
    }

    .message-list li .col-mail-1 {
        width: 150px
    }

    .message-list li .col-mail-1 .title {
        left: 80px
    }

    .message-list li .col-mail-2 {
        left: 160px
    }

    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px
    }
}

.sitemap {
    list-style: none;
    padding-left: 0
}

.sitemap>li>ul {
    margin-top: 1rem;
    padding-left: 0
}

.sitemap li {
    line-height: 1.5rem;
    vertical-align: top;
    list-style: none;
    position: relative
}

.sitemap li a {
    text-decoration: none;
    color: var(--ct-body-color);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sitemap li a i {
    display: inline-block
}

.sitemap li a:hover {
    color: #6658dd
}

.sitemap ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    padding-top: 10px
}

.sitemap ul li {
    position: relative
}

.sitemap ul li a {
    margin-left: 2rem
}

.sitemap ul li:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 1px solid var(--ct-gray-300);
    border-left: 1px solid var(--ct-gray-300);
    position: absolute;
    top: -1rem
}

.search-result-box .tab-content {
    padding: 30px 30px 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ct-gray-100);
    margin-bottom: 20px
}

.search-result-box .nav-bordered .nav-link {
    padding: 10px 5px !important;
    margin-right: 10px
}

.card-pricing {
    position: relative
}

.card-pricing .card-pricing-plan-name {
    padding-bottom: 20px
}

.card-pricing .card-pricing-icon {
    font-size: 22px;
    background-color: rgba(102, 88, 221, .1);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 62px;
    border-radius: 50%
}

.card-pricing .card-pricing-price {
    padding: 30px 0 0
}

.card-pricing .card-pricing-price span {
    font-size: 40%;
    color: var(--ct-gray);
    letter-spacing: 2px;
    text-transform: uppercase
}

.card-pricing .card-pricing-features {
    color: var(--ct-gray);
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0
}

.card-pricing .card-pricing-features li {
    padding: 10px
}

.card-pricing-recommended {
    background-color: #6658dd;
    color: #fff
}

.card-pricing-recommended .card-pricing-icon {
    background-color: rgba(255, 255, 255, .1)
}

.card-pricing-recommended .card-pricing-features,
.card-pricing-recommended .card-pricing-price span {
    color: rgba(255, 255, 255, .7)
}

.filter-menu {
    margin-bottom: 20px
}

.filter-menu a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: var(--ct-gray-900);
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.filter-menu a:hover {
    background-color: rgba(102, 88, 221, .15);
    color: #6658dd
}

.filter-menu a.active {
    background-color: #6658dd;
    color: #fff
}

.gal-box {
    background-color: var(--ct-secondary-bg);
    border-radius: 3px;
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    margin-bottom: 24px
}

.gal-box .image-popup {
    padding: 10px;
    display: block
}

.gal-box .image-popup img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.gal-box .gall-info {
    padding: 15px;
    border-top: 1px solid var(--ct-gray-200);
    position: relative
}

.gal-box .gall-info h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gal-box .gall-info .gal-like-btn {
    position: absolute;
    right: 15px;
    font-size: 22px;
    top: 24px
}

.counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.counter-number span {
    font-size: 15px;
    font-weight: 400;
    display: block
}

.coming-box {
    float: left;
    width: 25%
}

.svg-rocket {
    height: 80px
}

.rocket-clouds__bubble,
.rocket-clouds__cloud,
.rocket-inner__rocket-and-lines,
.rocket-rocket {
    fill: #fff
}

.post-user-comment-box {
    background-color: var(--ct-gray-100);
    margin: 0 -.75rem;
    padding: 1rem;
    margin-top: 20px
}

.task-item {
    padding-left: 12px;
    position: relative
}

.task-item:before {
    content: "\f01db";
    font-family: "Material Design Icons";
    position: absolute;
    left: 0;
    font-size: 19px;
    top: -3px
}

.tasklist {
    min-height: 40px;
    margin-bottom: 0
}

.tasklist li {
    background-color: var(--ct-secondary-bg);
    border: 1px solid var(--ct-gray-300);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow)
}

.tasklist li:last-of-type {
    margin-bottom: 0
}

.tasklist li .btn-sm {
    padding: 2px 8px;
    font-size: 12px
}

.tasklist .form-check {
    margin-left: 20px;
    margin-top: 5px
}

.tasklist .form-check .form-check-input {
    margin-left: 0
}

.task-placeholder {
    border: 1px dashed var(--ct-gray-300) !important;
    background-color: var(--ct-gray-100) !important;
    padding: 20px
}

.product-box {
    position: relative;
    overflow: hidden
}

.product-box .product-action {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-box:hover .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.product-box .product-info {
    padding-top: 1.5rem
}

.product-box .product-price-tag {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 20px;
    background-color: var(--ct-gray-100);
    text-align: center;
    padding: 0 10px;
    border-radius: 3px
}

.product-thumb {
    padding: 3px;
    margin-top: 3px
}

.product-thumb.active {
    background-color: var(--ct-gray-700) !important
}

.track-order-list ul li {
    position: relative;
    border-left: 2px solid var(--ct-gray-300);
    padding: 0 0 14px 21px
}

.track-order-list ul li:first-child {
    padding-top: 0
}

.track-order-list ul li:last-child {
    padding-bottom: 0
}

.track-order-list ul li:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    height: 12px;
    width: 12px;
    background-color: #6658dd;
    border-radius: 50%;
    border: 3px solid var(--ct-secondary-bg)
}

.track-order-list ul li.completed {
    border-color: #6658dd
}

.track-order-list ul li .active-dot.dot {
    top: -9px;
    left: -16px;
    border-color: #6658dd
}

.dot {
    border: 4px solid #6658dd;
    background: 0 0;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -15px;
    right: -2px;
    z-index: 1;
    opacity: 0
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

/*!
 * Waves v0.7.6
 

*/
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 100%);
    mask-image: radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.apex-charts {
    min-height: 10px !important;
}

.apex-charts text {
    font-family: var(--ct-font-sans-serif) !important;
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto;
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: var(--ct-font-sans-serif) !important;
}

.apexcharts-tooltip {
    border: 1px solid var(--ct-border-color) !important;
    background-color: var(--ct-secondary-bg) !important;
    -webkit-box-shadow: var(--ct-box-shadow) !important;
    box-shadow: var(--ct-box-shadow) !important;
}

.apexcharts-tooltip * {
    font-family: var(--ct-font-sans-serif) !important;
    color: var(--ct-gray-600) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-title {
    background-color: rgba(var(--ct-light-rgb), 0.75) !important;
    border-bottom: 1px solid var(--ct-border-color) !important;
}

.apexcharts-tooltip.apexcharts-theme-dark * {
    color: #fff !important;
}

.apexcharts-legend-series {
    font-weight: 600;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: var(--ct-gray-100);
}

.apexcharts-legend-text {
    color: var(--ct-body-color) !important;
    font-family: var(--ct-font-sans-serif) !important;
    font-size: 13px !important;
    vertical-align: middle;
}

.apexcharts-legend-marker {
    vertical-align: middle;
    margin-right: 5px !important;
}

.apexcharts-pie-label {
    fill: #fff !important;
}

.apexcharts-subtitle-text,
.apexcharts-title-text {
    fill: var(--ct-body-color);
    font-family: var(--ct-font-sans-serif) !important;
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: var(--ct-font-sans-serif) !important;
    fill: var(--ct-body-color);
}

.apexcharts-yaxis-title {
    font-weight: 500;
}

.apexcharts-annotation-rect {
    fill: var(--ct-gray-100) !important;
}

.apexcharts-xaxis-annotations rect,
.apexcharts-yaxis-annotations rect {
    stroke: none;
}

.apex-toolbar .btn-light.active {
    background-color: #6658dd;
    border-color: #6658dd;
    color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(var(--ct-primary-rgb), 0.5);
    box-shadow: 0 2px 6px 0 rgba(var(--ct-primary-rgb), 0.5);
}

.apexcharts-xaxistooltip {
    background-color: var(--ct-secondary-bg) !important;
    border: 1px solid var(--ct-border-color) !important;
    -webkit-box-shadow: var(--ct-box-shadow) !important;
    box-shadow: var(--ct-box-shadow) !important;
    color: var(--ct-body-color) !important;
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: var(--ct-border-color) !important;
}

.apexcharts-datalabels text,
.apexcharts-xaxistooltip-text {
    font-family: var(--ct-font-sans-serif) !important;
}

.apexcharts-datalabel-value {
    fill: var(--ct-body-color) !important;
}

.apexcharts-menu {
    background: var(--ct-secondary-bg) !important;
    padding: 0.25rem 0.25rem !important;
    -webkit-box-shadow: var(--ct-box-shadow) !important;
    box-shadow: var(--ct-box-shadow) !important;
    border: 1px solid var(--ct-border-color) !important;
    text-align: center !important;
}

.apexcharts-menu .apexcharts-menu-item:hover {
    color: var(--ct-dark) !important;
    background-color: var(--ct-light) !important;
}

.apexcharts-radar-series polygon {
    fill: transparent;
    stroke: var(--ct-border-color);
}

.apexcharts-radar-series line {
    stroke: var(--ct-border-color);
}

.apexcharts-track path {
    stroke: var(--ct-border-color);
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
    right: auto;
}

.irs-max {
    right: 0;
    left: auto;
}

[dir="rtl"] .irs-min {
    right: 0;
    left: auto;
}

[dir="rtl"] .irs-max {
    left: 0;
    right: auto;
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #6c757d;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #6c757d;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #6c757d;
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: var(--ct-light);
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #6658dd;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: var(--ct-light);
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #4b3ad7;
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: var(--ct-secondary-text);
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: var(--ct-light);
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #6658dd;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #6658dd;
}

.irs--flat .irs-grid-pol {
    background-color: var(--ct-light);
}

.irs--flat .irs-grid-text {
    color: var(--ct-secondary-text);
}

[dir="rtl"] .irs-bar--single {
    border-radius: 0 4px 4px 0 !important;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin: 6px 0 5px 0 !important;
}

.fc-toolbar h2 {
    font-size: 1.25rem !important;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-weight: 600;
}

th.fc-day-header {
    padding: 0.5rem 0;
}

.fc-day {
    background: 0 0;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: var(--ct-gray-100);
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.fc .fc-daygrid-body,
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    width: 100% !important;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: var(--ct-gray-100);
}

.fc-unthemed .fc-divider,
.fc-unthemed td.fc-today {
    background: var(--ct-gray-100);
}

.fc-button {
    background: var(--ct-gray-100);
    border: none;
    color: var(--ct-secondary-text);
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}

.fc-cell-overlay,
.fc-state-highlight,
.fc-state-hover {
    background: var(--ct-gray-100);
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: #6658dd;
    color: #fff;
    text-shadow: none;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
}

.fc-event.bg-dark .fc-event-time,
.fc-event.bg-dark .fc-event-title {
    color: var(--ct-gray-100);
}

.fc-event.bg-dark .fc-daygrid-event-dot {
    border-color: var(--ct-gray-100);
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}

.fc-basic-view .fc-content {
    color: #fff;
}

.fc-time-grid-event .fc-content {
    color: #fff;
}

.fc-daygrid-day-number {
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--ct-gray-100);
    border-radius: 50%;
    margin: 5px;
    font-size: 11px;
    padding: 0 !important;
}

.fc-daygrid-event-dot {
    border-color: #fff;
}

.fc-event-time,
.fc-event-title {
    color: #fff;
}

.fc .fc-list-sticky .fc-list-day>*,
.table-active,
.table-active>td,
.table-active>th {
    background-color: transparent;
}

.fc .fc-list-event:hover td {
    background-color: inherit;
}

@media (max-width: 767.98px) {
    .fc-toolbar {
        display: block !important;
    }

    .fc-toolbar .fc-toolbar-chunk {
        margin: 6px 0;
    }

    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar>*>* {
        float: none;
    }

    .fc-today-button {
        display: none;
    }
}

.fc-toolbar .btn {
    --ct-btn-padding-y: 0.28rem;
    --ct-btn-padding-x: 0.8rem;
    --ct-btn-font-size: 0.765625rem;
    --ct-btn-border-radius: var(--ct-border-radius-sm);
}

.fc-list-item-time,
.fc-list-item-title {
    color: #fff;
}

#calendar .table-bordered td,
#calendar .table-bordered th {
    border: var(--ct-border-width) solid var(--ct-border-color);
}

[dir="rtl"] .fc-toolbar-chunk .btn-group .btn:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: var(--ct-border-radius-sm);
}

[dir="rtl"] .fc-toolbar-chunk .btn-group .btn:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: var(--ct-border-radius-sm);
}

.colorpicker {
    background: var(--ct-secondary-bg);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-border-color);
}

.sp-picker-container .sp-alpha-handle {
    right: 0;
    left: auto;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #fff !important;
}

.jqsfield {
    color: #000 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: var(--ct-font-sans-serif) !important;
    font-weight: 600 !important;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr th.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    background-color: #6658dd;
    -webkit-box-shadow: 0 0 2px 0 #6658dd;
    box-shadow: 0 0 2px 0 #6658dd;
}

table.dataTable thead:not.table-light th {
    background-color: transparent;
    border-bottom-color: var(--ct-border-color);
}

table.dataTable tbody tr.even td,
table.dataTable tbody tr.odd td {
    background-color: transparent;
}

table.dataTable tbody>tr.selected td {
    background-color: #6658dd;
}

table.dataTable.table-striped>tbody>tr.selected:nth-of-type(odd)>* {
    --ct-table-accent-bg: $primary !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0.5rem;
    left: auto;
    content: "\f0360";
    font-family: "Material Design Icons";
    font-size: 1rem;
    top: 12px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    left: auto;
    content: "\f035d";
    font-family: "Material Design Icons";
    top: 18px;
    font-size: 1rem;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px;
    padding-left: 0.85rem;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #6658dd;
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #6658dd;
}

table.dataTable tbody td:focus {
    outline: 0 !important;
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #6658dd !important;
    outline-offset: -1px;
    background-color: rgba(var(--ct-primary-rgb), 0.15);
}

.dataTables_info {
    font-weight: 600;
}

.dtfh-floatingparent {
    top: var(--ct-topbar-height) !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    background-color: #1abc9c;
    top: auto;
    bottom: auto;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #f1556c;
}

div.dt-button-info {
    background-color: #6658dd;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 767.98px) {

    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem;
    }

    li.paginate_button {
        display: none;
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }

    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem;
    }
}

.activate-select .sorting_1 {
    background-color: var(--ct-gray-100) !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

@media (max-width: 576px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    margin-right: 0;
}

div.dataTables_wrapper div.dataTables_length {
    text-align: left;
}

@media (max-width: 576px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align: center;
    }
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0;
}

div.dataTables_scrollBody {
    border-left: none !important;
}

div.dataTables_scrollBody>table {
    margin-bottom: 15px !important;
}

div.dataTables_scrollBody>table> :not(:first-child) {
    border-top: none !important;
}

.daterangepicker {
    font-family: var(--ct-font-sans-serif);
    border: 1px solid var(--ct-border-color);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-secondary-bg);
}

.daterangepicker .calendar-table {
    border: 1px solid var(--ct-secondary-bg);
    background-color: var(--ct-secondary-bg);
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    color: var(--ct-gray-600);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: var(--ct-body-color);
}

.daterangepicker .ranges li:hover {
    background-color: var(--ct-light);
}

.daterangepicker .ranges li.active {
    background-color: #6658dd;
}

.daterangepicker td.in-range {
    background: var(--ct-gray-100);
    color: var(--ct-secondary-text);
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: var(--ct-secondary-bg);
    color: var(--ct-body-color);
    opacity: 0.5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6658dd;
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #6658dd;
    color: #fff;
}

.daterangepicker td.active span,
.daterangepicker td.active:hover span,
.daterangepicker td.available:hover span,
.daterangepicker th.available:hover span {
    border-color: #fff;
}

.daterangepicker:after {
    border-bottom: 6px solid var(--ct-secondary-bg);
}

.daterangepicker:before {
    border-bottom: 7px solid var(--ct-border-color);
}

.daterangepicker .drp-buttons {
    border-top: 1px solid var(--ct-border-color);
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: var(--ct-gray-100);
    border: 1px solid var(--ct-gray-100);
    color: var(--ct-body-color);
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid var(--ct-border-color) !important;
}

.form-wizard-header {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    background-color: var(--ct-gray-100);
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    border: 1px solid var(--ct-border-color);
    height: calc(1.5em + 0.9rem + 2px);
    background-color: var(--ct-secondary-bg);
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: var(--ct-body-color);
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--ct-secondary-color) transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--ct-secondary-color) transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid var(--ct-border-color);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-secondary-bg);
    z-index: 1056;
}

.select2-results__options::-webkit-scrollbar {
    -webkit-appearance: none;
}

.select2-results__options::-webkit-scrollbar:vertical {
    width: 5px;
    margin-right: 5px;
}

.select2-results__options::-webkit-scrollbar:horizontal {
    height: 5px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(var(--ct-dark-rgb), 0.2);
    border-radius: 10px;
    margin-right: 5px;
    border: none;
}

.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-corner {
    background-color: transparent;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--ct-gray-100);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--ct-secondary-bg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid var(--ct-border-color);
    background-color: var(--ct-secondary-bg);
    color: var(--ct-body-color);
    border-radius: var(--ct-border-radius);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6658dd;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--ct-secondary-bg);
    color: var(--ct-dark);
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: #6658dd;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 36px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.9rem + 2px);
    border: 1px solid var(--ct-border-color) !important;
    background-color: var(--ct-secondary-bg);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 4px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--ct-body-color);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #6658dd;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px 0 0;
    margin-top: 6px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 7px;
    border-color: #7569e0;
    padding: 0 8px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #6658dd;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    font-family: var(--ct-font-sans-serif);
}

.select2-container .select2-search textarea::-webkit-input-placeholder {
    color: var(--ct-secondary-color);
}

.select2-container .select2-search textarea::-moz-placeholder {
    color: var(--ct-secondary-color);
}

.select2-container .select2-search textarea:-ms-input-placeholder {
    color: var(--ct-secondary-color);
}

.select2-container .select2-search textarea::-ms-input-placeholder {
    color: var(--ct-secondary-color);
}

.select2-container .select2-search textarea::placeholder {
    color: var(--ct-secondary-color);
}

[dir="rtl"] .select2-container--open .select2-dropdown {
    left: auto;
    right: 0;
}

[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 !important;
    bottom: 0;
    right: 0 !important;
    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%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:after,
.simplebar-content:before {
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    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 {
    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:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[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%;
}

.jq-toast-single {
    text-align: left !important;
    padding: 15px;
    font-family: var(--ct-font-sans-serif);
    background-color: #6658dd;
    font-size: 13px;
    line-height: 22px;
}

.jq-toast-single h2 {
    font-family: var(--ct-font-sans-serif);
}

.jq-toast-single a {
    font-size: 0.875rem;
}

.jq-toast-single a:hover {
    color: #fff;
}

.jq-has-icon {
    padding: 10px;
}

.close-jq-toast-single {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 20px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background: var(--ct-gray-900);
    color: var(--ct-gray-100);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.jq-toast-loader {
    height: 3px;
    top: 0;
    border-radius: 0;
}

.jq-icon-primary {
    background-color: #6658dd;
    color: #fff;
    border-color: #6658dd;
}

.jq-icon-secondary {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.jq-icon-success {
    background-color: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
}

.jq-icon-info {
    background-color: #43bfe5;
    color: #fff;
    border-color: #43bfe5;
}

.jq-icon-warning {
    background-color: #f7b84b;
    color: #fff;
    border-color: #f7b84b;
}

.jq-icon-danger {
    background-color: #f1556c;
    color: #fff;
    border-color: #f1556c;
}

.jq-icon-light {
    background-color: #f3f7f9;
    color: #fff;
    border-color: #f3f7f9;
}

.jq-icon-dark {
    background-color: #323a46;
    color: #fff;
    border-color: #323a46;
}

.jq-icon-pink {
    background-color: #f672a7;
    color: #fff;
    border-color: #f672a7;
}

.jq-icon-blue {
    background-color: #4a81d4;
    color: #fff;
    border-color: #4a81d4;
}

.jq-icon-error {
    background-color: #f1556c;
    color: #fff;
    border-color: #f1556c;
}

.jq-icon-error,
.jq-icon-info,
.jq-icon-success,
.jq-icon-warning {
    background-image: none;
}

.swal2-popup {
    background-color: var(--ct-secondary-bg) !important;
    border-radius: 0.25rem;
}

.swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--ct-dark);
}

.swal2-popup .swal2-content,
.swal2-popup .swal2-html-container {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: var(--ct-gray-800);
}

.swal2-popup .swal2-footer {
    border-top-color: var(--ct-border-color) !important;
}

.swal2-popup .btn {
    margin: 15px 5px 0;
}

.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-popup .swal2-actions {
    margin: 1.5rem auto 1rem auto;
}

.swal2-modal {
    font-family: var(--ct-font-sans-serif);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
    font-size: 24px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid var(--ct-gray-300);
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-modal .swal2-confirm {
    background-color: #3a6800 !important;
    font-size: 0.875rem !important;
    color: #fff;
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #3b3b3b !important;
    font-size: 0.875rem;
}

.swal2-cancel {
    font-size: 0.875rem;
    background-color: #3b3b3b !important;
    color: #fff;
    /* border: 2px solid #ad9067; */

}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-confirm {
    margin: 0.3125em;
    padding: 5px 10px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem !important;
}

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-confirm:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #6658dd;
}

.swal2-icon.swal2-question {
    color: #6658dd !important;
    border-color: #6658dd !important;
}

.swal2-icon.swal2-success {
    border-color: #1abc9c;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    background-color: #1abc9c !important;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #1abc9c !important;
}

.swal2-icon.swal2-warning {
    color: #f7b84b !important;
    border-color: #f7b84b !important;
}

.swal2-icon.swal2-error {
    border-color: #f1556c !important;
}

.swal2-icon.swal2-error .line {
    background-color: #f1556c !important;
}

.swal2-icon.swal2-info {
    border-color: #43bfe5;
    color: #43bfe5;
}

.swal2-actions {
    margin: 1.6em auto 0 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.selectize-input {
    min-height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg) !important;
    border: 1px solid var(--ct-border-color);
    -webkit-box-shadow: var(--ct-box-shadow-sm);
    box-shadow: var(--ct-box-shadow-sm);
}

.selectize-input>input {
    color: var(--ct-body-color);
}

.selectize-input>input::-webkit-input-placeholder {
    color: var(--ct-secondary-color);
}

.selectize-input>input::-moz-placeholder {
    color: var(--ct-secondary-color);
}

.selectize-input>input:-ms-input-placeholder {
    color: var(--ct-secondary-color);
}

.selectize-input>input::-ms-input-placeholder {
    color: var(--ct-secondary-color);
}

.selectize-input>input::placeholder {
    color: var(--ct-secondary-color);
}

.selectize-input.focus {
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg);
    border-color: var(--ct-border-color);
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-control.multi .selectize-input>div {
    padding: 1px 8px;
    background-color: var(--ct-gray-300);
    color: var(--ct-gray-800);
}

.selectize-control.multi .selectize-input>div>a {
    color: var(--ct-gray-800);
}

.selectize-control.multi .selectize-input>div.active {
    background: #6658dd;
}

.selectize-control.multi .selectize-input>div.active>a {
    color: color-yiq(#6658dd);
}

.selectize-control.single .selectize-input:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent var(--ct-gray-500) var(--ct-gray-500) transparent;
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 2px 2px 0;
    margin-top: -5px;
    border-color: transparent var(--ct-gray-500) var(--ct-gray-500) transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.selectize-dropdown {
    padding: 0.3rem;
    color: var(--ct-body-color);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-secondary-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    font-size: 0.875rem;
    position: absolute;
    z-index: 1000;
}

.selectize-dropdown.show {
    top: 100% !important;
}

.selectize-dropdown.active {
    color: var(--ct-dark);
    background-color: var(--ct-light);
}

.selectize-dropdown .scientific {
    color: var(--ct-gray-600);
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    clear: both;
    cursor: pointer;
    font-weight: 400;
    color: var(--ct-body-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}

.selectize-dropdown .optgroup-header:focus,
.selectize-dropdown .optgroup-header:hover,
.selectize-dropdown .option:focus,
.selectize-dropdown .option:hover {
    color: var(--ct-dark);
    text-decoration: none;
    background-color: var(--ct-light) !important;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: var(--ct-gray-300);
}

.selectize-dropdown .optgroup:before {
    background-color: var(--ct-gray-300);
}

.selectize-dropdown-header {
    border-bottom: 1px solid transparent;
    color: var(--ct-dark);
    background-color: var(--ct-light);
    text-decoration: none;
}

.selectize-dropdown-header .selectize-dropdown-header-close {
    right: 12px;
    left: auto;
}

.selectize-dropdown-content>div {
    background-color: transparent !important;
    color: var(--ct-body-color) !important;
}

.tippy-tooltip .light-theme[data-animatefill] {
    background-color: transparent;
}

.light-theme {
    color: color-yiq(#fff);
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    background-color: #fff;
}

.light-theme .tippy-backdrop {
    background-color: #fff;
}

.light-theme .tippy-roundarrow {
    fill: #fff;
}

.gradient-theme .tippy-backdrop {
    background: #6658dd;
    background: -webkit-gradient(linear, right top, left top, from(#f1556c), to(#6658dd));
    background: linear-gradient(to left, #f1556c, #6658dd);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.dd-list .dd-item .dd-handle {
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
    background: var(--ct-light);
    color: var(--ct-body-color);
}

.dd-list .dd-item .dd-handle:hover {
    color: #6658dd;
}

.dd-list .dd-item button {
    height: 36px;
    font-size: 17px;
    margin: 0;
    color: var(--ct-gray-600);
    width: 36px;
}

.dd-list .dd3-item {
    margin: 5px 0;
}

.dd-list .dd3-item .dd-item button {
    width: 36px;
    height: 36px;
}

.dd-list .dd3-handle {
    margin: 0;
    height: 36px !important;
    float: left;
}

.dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: var(--ct-light);
    color: var(--ct-body-color);
    font-weight: 600;
}

.dd-list .dd3-content:hover {
    color: #6658dd;
}

.dd-list .dd3-handle:before {
    content: "\f035c";
    font-family: "Material Design Icons";
    color: var(--ct-gray-500);
}

.dd-empty,
.dd-placeholder {
    background: rgba(var(--ct-gray-400-rgb), 0.2);
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
}

div.hopscotch-bubble {
    border: 3px solid #6658dd;
    border-radius: 5px;
    z-index: 999;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
    background-color: #6658dd !important;
    background-image: none !important;
    border-color: #6658dd !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: var(--ct-font-sans-serif);
    color: #fff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #f1556c;
    padding: 0;
    border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #6658dd;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #6658dd;
    left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #6658dd;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #6658dd;
    top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #6658dd;
    top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble h3 {
    font-family: "Cerebri Sans,sans-serif";
    margin-bottom: 10px;
}

div.hopscotch-bubble .hopscotch-content {
    font-family: var(--ct-font-sans-serif);
}

.flotTip {
    padding: 8px 12px;
    background-color: var(--ct-gray-900);
    z-index: 100;
    color: var(--ct-gray-100);
    opacity: 1;
    border-radius: 3px;
}

.legend {
    font-size: 14px;
}

.legend tr {
    height: 30px;
    font-family: "Cerebri Sans,sans-serif";
}

.legend>div {
    background-color: transparent !important;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ct-gray-600);
    text-transform: uppercase;
}

.legendColorBox div div {
    border-radius: 50%;
}

.flot-text {
    color: var(--ct-gray) !important;
}

.flot-svg text {
    fill: var(--ct-gray) !important;
}

@media (max-width: 767.98px) {
    .legendLabel {
        display: none;
    }
}

.legendIcon {
    width: 1.5em;
    height: 1.5em;
}

.morris-chart text {
    font-family: "Cerebri Sans,sans-serif" !important;
    fill: var(--ct-body-color);
}

.morris-hover {
    position: absolute;
    z-index: 10;
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: var(--ct-gray-900);
    color: var(--ct-gray-100);
    font-family: var(--ct-font-sans-serif);
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: 0.25em 0;
    font-family: "Cerebri Sans,sans-serif";
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #fff;
}

.chartjs-chart {
    margin: auto;
    position: relative;
    width: 100%;
}

.ct-golden-section:before {
    float: none;
}

.ct-grid {
    stroke: rgba(var(--ct-gray), 0.2);
}

.ct-chart {
    max-height: 300px;
}

.ct-chart .ct-label {
    fill: var(--ct-gray-500);
    color: var(--ct-gray-500);
    font-size: 12px;
    line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4a81d4;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1abc9c;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f7b84b;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1556c;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #43bfe5;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #f672a7;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #6658dd;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #4a81d4;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #1abc9c;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #f7b84b;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #f1556c;
}

.ct-area {
    fill-opacity: 0.33;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: var(--ct-gray-900);
    color: var(--ct-gray-100);
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
}

.c3-tooltip {
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    opacity: 1;
}

.c3-tooltip td {
    border-left: none;
    font-family: "Cerebri Sans,sans-serif";
}

.c3-tooltip td>span {
    background: var(--ct-gray-900);
}

.c3-tooltip tr {
    border: none !important;
}

.c3-tooltip th {
    background-color: var(--ct-gray-900);
    color: var(--ct-gray-100);
}

.c3-chart-arcs-title {
    font-size: 18px;
    font-weight: 600;
}

.c3 text {
    font-family: var(--ct-font-sans-serif);
    fill: var(--ct-body-color);
}

.c3-legend-item {
    font-family: "Cerebri Sans,sans-serif";
    font-size: 14px;
}

.c3 line,
.c3 path {
    stroke: var(--ct-gray-400);
}

.c3-chart-arc.c3-target g path {
    stroke: #fff;
}

#legend {
    background: #fff;
    position: absolute;
    top: 0;
    right: 15px;
}

#legend .line {
    color: var(--ct-gray-900);
}

.rickshaw_graph svg {
    max-width: 100%;
}

.rickshaw_legend .label {
    font-family: inherit;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.rickshaw_graph .detail .item,
.rickshaw_graph .detail .x_label,
.rickshaw_graph .x_tick .title {
    font-family: var(--ct-font-sans-serif);
}

.gauge-chart text {
    font-family: var(--ct-font-sans-serif) !important;
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
    color: var(--ct-body-color);
}

.responsive-table-plugin .table-responsive {
    border: none;
    margin-bottom: 0;
}

.responsive-table-plugin .btn-toolbar {
    display: block;
}

.responsive-table-plugin tbody th {
    font-size: 14px;
    font-weight: 400;
}

.responsive-table-plugin .checkbox-row {
    padding-left: 40px;
}

.responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0;
}

.responsive-table-plugin .checkbox-row label::before {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid var(--ct-gray-400);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: 0;
}

.responsive-table-plugin .checkbox-row label::after {
    color: var(--ct-gray-400);
    display: inline-block;
    font-size: 9px;
    height: 16px;
    left: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -2px;
    width: 16px;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: 0;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
    background-color: var(--ct-gray-300);
    cursor: not-allowed;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
    background-color: transparent;
    border-color: #6658dd;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    color: #6658dd;
}

.responsive-table-plugin .sticky-table-header,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin table.focus-on tbody tr.focused th {
    background: #6658dd;
    --ct-table-accent-bg: $primary !important;
    border-color: #6658dd;
    color: #fff;
}

.responsive-table-plugin .sticky-table-header table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin table.focus-on tbody tr.focused th table {
    color: #fff;
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
    top: var(--ct-topbar-height) !important;
}

.responsive-table-plugin .btn-default {
    --ct-btn-color: var(--ct-gray-900);
    --ct-btn-hover-bg: var(--ct-gray-100);
    --ct-btn-border-color: var(--ct-gray-300);
    --ct-btn-hover-border-color: var(--ct-gray-100);
}

.responsive-table-plugin .btn-default.btn-primary {
    background-color: #6658dd !important;
    border-color: #6658dd !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 2px rgba(102, 88, 221, 0.5);
    box-shadow: 0 0 0 2px rgba(102, 88, 221, 0.5);
}

.container .btn-primary,
.page-title-box .btn-primary {
    background-color: #0f172d;
    border-color: #0f172d;
    border-radius: 6px;
}

.container .btn-primary:hover,
.page-title-box .btn-primary:hover {
    background-color: #0f172d;
    border-color: #0f172d;
}

.btn-primary-sm{
    /* padding: 0.25rem 0.5rem; */
    font-size: 10px;
    background-color: #0f172d;
    border-color: #0f172d;
    border-radius: 6px;
    width: 11em;
    height: 4em;
    align-content: center;

}

.btn-primary-sm:hover {
    background-color: #0f172d;
    border-color: #0f172d;
}

.button-primary:hover {
    background-color: #0f172d;
    border-color: #0f172d;
}


.profile-img-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.profile-img-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.img-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.img-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 5px; */
}

.profile-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img-row > button {
    display: flex;
    /* width: 140px; */
    height: 30px;
    padding: 9.338px 14.941px;
    justify-content: center;
    align-items: center;
    gap: 7.47px;
    border-radius: 5px;
    background: #2F3849;
    box-shadow: 0px 0.934px 1.868px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 13.073px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.676px; /* 142.857% */
}

.remove-btn {
    display: flex;
    width: 73px;
    height: 30px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(56, 65, 74, 0.15);
    color: #38414A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.hor-line {
    height: 1px;
    align-self: stretch;
    background: #D9D9D9;   
}


.profile-input-row {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    
}

.input-box {
    display: flex;
    width: 380px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex-shrink: 0;
}
.input-box > label {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-box > input, .input-box > select {
    display: flex;
    padding: 12px 26px 12px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    background: rgba(56, 65, 74, 0.02);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.prof-boxes {
    display: flex; 
    gap: 20px;
    width: 100%;
}

.prof-box {
    border-radius: 5px;
    border: 1px solid rgba(56, 65, 74, 0.20);
    width: 100%;
}

.prof-box > h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
}

.prof-box-row {
    display: flex;
    padding: 15px 37px 14px 24px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
}

.prof-box-row-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.prof-box-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.prof-box-left-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.prof-box-left-col > p {
    color: #000;
}

.toggle-switch {
    display: flex;
    width: 44.471px;
    height: 27px;
    padding: 4.909px 3.682px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 63.529px;
    border: 0.794px solid rgba(56, 65, 74, 0.30);
    background: rgba(56, 65, 74, 0.05);
    position: relative;
    cursor: pointer;
}

.toggle-input {
    display: none;
}

.toggle-slider {
    width: 18px;
    height: 18px;
    background: #38414A;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    transition: transform 0.3s ease-in-out;
}

.toggle-input:checked ~ .toggle-slider {
    transform: translateX(17px);
    background: #75d100;
}


.toggle-input {
    display: none;
}


.add-input-box {
    display: flex;
    width: 611px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
}

.add-select {
    width: 371px;
}

.add-input-box>label {
    color: #000;
    font-size: 15px;
    line-height: normal;
    align-self: stretch;
}

.add-input-box>input {
    display: flex;
    padding: 16px 62px 16px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #CFD1D4;
    background: #F5F5F6;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.add-input-box>input::placeholder {
    color: #959595;
}

.add-input-box>select {
    display: flex;
    width: 100%;
    /* width: 371px; */
    padding: 16px 15.474px 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 196px;
    border-radius: 5px;
    border: 1px solid #CFD1D4;
    background: #F5F5F6;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.add-input-box>select:focus {
    outline: none;
    border-color: #007BFF;
}


.add-company-info {
    display: flex;
    align-items: center;
    /* align-content: center; */
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.bond_image_all{
    height: 73px;
    width: 75px;
    border-radius: 100px;
}

.bond-info {
    width: 292px;
}


.img-upload-input {
    display: inline-flex;
    padding: 22px 20px 22px 23px;
    justify-content: center;
    align-items: center;
    gap: 53px;
    border-radius: 5px;
    border: 1.5px dashed #CFD1D4;
    background: #F5F5F6;
}

.img-upload-text-1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.img-upload-text-2 {
    color: #959595;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.add-bond-buttons {
    display: flex;
    gap: 7px;
    align-items: center;
}

.add-bond-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



@media (max-width: 1024px) {
    .bond-title-box, .bond-title-box-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .bond-title-box-2 {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 12px;
    }
    .add-bond-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    
    .add-input-box {
        width: 100%;
    }


    .add-bond-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .add-input-box {
        width: 100%;
    }

    .investment-table {
        flex-direction: column;
    }
    .bond-card-info {
        margin-bottom: 20px;
    }
    .trade-available-cards {
        flex-direction: column;
    }

}


.responsive-table-plugin .btn-group.pull-right {
    float: right;
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.no-touch .dropdown-menu>.checkbox-row:active,
.no-touch .dropdown-menu>.checkbox-row:hover {
    color: var(--ct-dark);
    background-color: var(--ct-light);
}

@font-face {
    font-family: footable;
    src: url(../fonts/footable.eot);
    src: url(../fonts/footable.eot?#iefix) format("embedded-opentype"), url(../fonts/footable.woff) format("woff"), url(../fonts/footable.ttf) format("truetype"), url(../fonts/footable.svg#footable) format("svg");
    font-weight: 400;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: footable;
        src: url(../fonts/footable.svg#footable) format("svg");
        font-weight: 400;
        font-style: normal;
    }
}

.footable-odd {
    background-color: transparent;
}

.footable-detail-show,
.footable-row-detail {
    background-color: rgba(0, 0, 0, 0.025);
}

.footable-pagination li {
    margin-left: 5px;
    float: left;
}

.footable-pagination li a {
    padding: 0.375rem 0.75rem;
    margin-left: -var(--ct-border-width);
    line-height: 1.5;
    color: var(--ct-dark);
    background-color: var(--bs-body-bg);
    display: block;
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
}

.footable-pagination li a:hover {
    z-index: 2;
    color: var(--ct-dark);
    text-decoration: none;
    background-color: var(--ct-gray-100);
    border-color: var(--ct-border-color);
}

.footable-pagination li.active a {
    color: #fff;
    background-color: #6658dd;
    border-color: #6658dd;
}

.footable>thead>tr>th>span.footable-sort-indicator {
    float: right;
}

.footable {
    width: 100%;
}

.footable.breakpoint>tbody>tr.footable-detail-show>td {
    border-bottom: none;
}

.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e001";
}

.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.footable.breakpoint>tbody>tr>td.footable-cell-detail {
    border-top: none;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    display: inline-block;
    font-family: footable;
    padding-right: 5px;
    font-size: 14px;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
    content: "\e000";
}

.footable.breakpoint.toggle-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e005";
}

.footable.breakpoint.toggle-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e004";
}

.footable.breakpoint.toggle-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e003";
}

.footable.breakpoint.toggle-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e002";
}

.footable.breakpoint.toggle-square>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e007";
}

.footable.breakpoint.toggle-square>tbody>tr>td>span.footable-toggle:before {
    content: "\e006";
}

.footable.breakpoint.toggle-square-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e009";
}

.footable.breakpoint.toggle-square-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e008";
}

.footable.breakpoint.toggle-arrow>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00f";
}

.footable.breakpoint.toggle-arrow>tbody>tr>td>span.footable-toggle:before {
    content: "\e011";
}

.footable.breakpoint.toggle-arrow-small>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e013";
}

.footable.breakpoint.toggle-arrow-small>tbody>tr>td>span.footable-toggle:before {
    content: "\e015";
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01b";
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e01d";
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00b";
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e00d";
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01f";
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr>td>span.footable-toggle:before {
    content: "\e021";
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e017";
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr>td>span.footable-toggle:before {
    content: "\e019";
}

.footable.breakpoint.toggle-medium>tbody>tr>td>span.footable-toggle {
    font-size: 18px;
}

.footable.breakpoint.toggle-large>tbody>tr>td>span.footable-toggle {
    font-size: 24px;
}

.footable>thead>tr>th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.footable>thead>tr>th.footable-sortable:hover {
    cursor: pointer;
}

.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator:before {
    content: "\e012";
}

.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator:before {
    content: "\e013";
}

.footable>thead>tr>th>span.footable-sort-indicator {
    display: inline-block;
    font-family: footable;
    padding-left: 5px;
    opacity: 0.3;
}

.footable>thead>tr>th>span.footable-sort-indicator:before {
    content: "\e022";
}

.footable>tfoot .pagination {
    margin: 0;
}

.footable.no-paging .hide-if-no-paging {
    display: none;
}

.footable-row-detail-inner {
    display: table;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700;
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: 700;
    padding-right: 0.5em;
}

.footable-row-detail-value {
    display: table-cell;
}

/* Financial summary cards */
.card {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
    /* margin: 0 8px; */
    width: 100%;
}
.full-width{
    width: 100%;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}
.pl-8{
    padding-left: 8px;
}
.pr-8{
    padding-right: 8px;
}
.card-body {
    padding: 1.5rem;
}
.sidebar-table tr td{
    color: #0F172B;
    padding: 5px 0;
}
.sidebar-table tr td:first-child{
    color: #45556C;
}
.card-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
}

.card-title {
    color: #0A0A0A;
    font-size: 24px;
    font-weight: 400;
}
.text-dark{
    color: #0F172B !important;
}
.card-title-small {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0.5rem;
}
.text-muted{
    color: #45556C !important;
}
.text-success {
    color: #22c55e !important;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.text-danger {
    color: #ef4444 !important;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.balance-chart {
    min-width: 100px;
    position: relative;
}

.balance-chart svg {
    position: relative;
    z-index: 2;
}

/* Red chart gradient */
.balance-chart.red-chart::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(255, 107, 107, 0.2), transparent);
    border-radius: 8px;
    z-index: 1;
}

/* Green chart gradient */
.balance-chart.green-chart::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(74, 222, 128, 0.2), transparent);
    border-radius: 8px;
    z-index: 1;
}


.button-success {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(33, 174, 4, 0.30);
    background: rgba(33, 174, 4, 0.05);
    color:#21AE04;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.button-warning {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(242, 226, 0, 0.3);
    background: rgba(195, 255, 0, 0.05);
    color:#f7b84b;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.button-failed {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(224, 45, 0, 0.30);
    background: rgba(255, 51, 0, 0.15);
    color:#E02D00;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

/* Add Funds Card styling */
.button-primary {
    background-color: #0f172d;
    border-color: #0f172d;
    color: white;
    border-radius: 6px;
    font-weight: 500;
}

.button-primary:hover {
    background-color: #0f172d;
    border-color: #0f172d;
    color: white;
}
.overflow-x-auto{
    overflow-x:auto;
}

.button-primary {
    background-color: #0f172d;
    border-color: #0f172d;
    border-radius: 6px;
}

.button-primary:hover {
    background-color: #0f172d;
    border-color: #0f172d;
}

/* For better mobile display */
@media (max-width: 767.98px) {
    .row > .col-md-4 {
        margin-bottom: 1rem;
    }
    
    .card {
        height: auto !important;
        margin: 0 0 15px 0;
    }
}

/* Add gap between cards */
.row.mb-4 {
    margin-left: -8px;
    margin-right: -8px;
}

.row.mb-4 > .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

/* Chart Cash Flow and Recent Transactions cards */
.btn-group .btn {
    border-radius: 6px;
}

.btn-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-dark.active {
    background-color: #2F3849;
    border-color: #2F3849;
}

.button-success {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(33, 174, 4, 0.30);
    background: rgba(33, 174, 4, 0.05);
    color:#21AE04;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.button-warning {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(242, 226, 0, 0.3);
    background: rgba(195, 255, 0, 0.05);
    color:#f7b84b;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.button-failed {
    width: 5.8em;
    height: 1.8em;
    border-radius: 5px;
    border: 1px solid rgba(224, 45, 0, 0.30);
    background: rgba(255, 51, 0, 0.15);
    color:#E02D00;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.cash-flow-chart {
    position: relative;
}

.chart-container {
    background-color: #fcfcfc;
    border-radius: 8px;
    overflow: hidden;
}

.chart-data {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.data-point .income,
.data-point .expenditure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
}

.data-point .income .label::before {
    content: "•";
    color: #2F3849;
    font-size: 1.5rem;
    line-height: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.data-point .expenditure .label::before {
    content: "•";
    color: #AB8F66;
    font-size: 1.5rem;
    line-height: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.data-point .value {
    font-weight: 600;
}


.bootstrap-table .table:not(.table-sm)>tbody>tr>td,
.bootstrap-table .table:not(.table-sm)>tbody>tr>th,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>td,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>th,
.bootstrap-table .table:not(.table-sm)>thead>tr>td {
    padding: 0.85rem;
}

.bootstrap-table .table {
    border-bottom: none;
}

.bootstrap-table .table>thead>tr>th {
    border-bottom: none;
}

.bootstrap-table table.table-borderless tr {
    border: none !important;
}

.bootstrap-table table.table-borderless tr td,
.bootstrap-table table.table-borderless tr th {
    border: none !important;
}

.bootstrap-table table.table-bordered tr {
    border-color: var(--ct-border-color) !important;
}

.table-borderless.table-bordered {
    border: none !important;
}

table[data-toggle="table"] {
    display: none;
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
    margin-top: 20px;
    margin-bottom: 0;
}

.fixed-table-pagination .pagination .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
}

.fixed-table-container {
    border: none;
}

.fixed-table-container thead th .th-inner {
    padding: 0.85rem;
}

.fixed-table-toolbar .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.fixed-table-toolbar .fa.fa-sync {
    font-weight: 900;
}

.fixed-table-toolbar .fa-toggle-down:before {
    content: "\f150";
}

.fixed-table-toolbar .fa-toggle-up:before {
    content: "\f151";
}

.fixed-table-toolbar .fa-refresh:before {
    content: "\f01e";
    font-weight: 900;
}

.fixed-table-toolbar .fa-th-list:before {
    content: "\f0ca";
    font-weight: 900;
}

.tablesaw thead {
    background: var(--ct-gray-100);
    background-image: none;
    border: none;
}

.tablesaw thead th {
    text-shadow: none;
}

.tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
}

.tablesaw td {
    border-top: 1px solid var(--ct-gray-100) !important;
    border-bottom-width: 0;
}

.tablesaw tbody th,
.tablesaw td {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
    border-bottom: none;
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--ct-gray-100);
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
    text-transform: none;
    border: 1px solid var(--ct-gray-300);
    padding: 3px 10px;
    color: var(--ct-gray-900);
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #6658dd !important;
    background-color: rgba(0, 0, 0, 0.075);
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
}

.tablesaw-columntoggle-popup .btn-group {
    display: block;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid var(--ct-gray-100);
}

.tablesaw-sortable-btn {
    cursor: pointer;
}

.tablesaw-swipe-cellpersist {
    width: auto !important;
}

.tablesaw-bar-section label {
    color: inherit;
    margin-bottom: 0.5rem;
}

.jsgrid-cell {
    padding: 0.85rem;
    border: var(--ct-border-width) solid var(--ct-border-color);
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
    border: none;
}

.jsgrid-row>.jsgrid-cell {
    background: 0 0 !important;
}

.jsgrid-alt-row>.jsgrid-cell {
    background: rgba(0, 0, 0, 0.025);
}

.jsgrid-selected-row>.jsgrid-cell {
    background: rgba(0, 0, 0, 0.075);
    border-color: var(--ct-border-color);
}

.jsgrid-header-row>.jsgrid-header-cell {
    background: var(--ct-gray-100);
    text-align: center !important;
}

.jsgrid-filter-row>.jsgrid-cell {
    background: var(--ct-gray-200);
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-insert-row>.jsgrid-cell {
    background: var(--ct-gray-100);
}

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
    padding: 0.4em 0.6em;
    outline: 0 !important;
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg);
    border: 1px solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
}

.jsgrid-pager-container {
    margin-top: 10px;
}

.jsgrid-pager-page {
    padding: 0;
    margin: 0 2px;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    background-color: #6658dd;
    color: #fff;
}

.jsgrid-pager-current-page,
.jsgrid-pager-page a {
    background-color: var(--ct-gray-100);
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: var(--ct-gray-700);
}

.jsgrid-pager-nav-button a {
    color: var(--ct-gray-700);
    font-weight: 600;
}

.jsgrid-pager-nav-button a:hover {
    color: #6658dd;
}

.jsgrid .jsgrid-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(../images/jsgrid.png);
    background-color: var(--ct-gray-200);
    outline: 0 !important;
}

.jsgrid .jsgrid-button:hover {
    opacity: 0.9;
    background-color: var(--ct-gray-100);
}

.jsgrid-search-mode-button {
    background-position: 0 -295px;
}

.jsgrid-insert-button {
    background-position: 0 -160px;
}

.jsgrid-header-sort:before {
    position: absolute;
}

.ms-container {
    background: transparent url(../images/multiple-arrow.png) no-repeat 50% 50%;
    width: auto;
    max-width: 370px;
}

.ms-container .ms-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ct-border-color);
    -webkit-box-shadow: var(--ct-box-shadow-sm);
    box-shadow: var(--ct-box-shadow-sm);
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ct-border-color);
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: var(--ct-body-color);
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #6658dd;
    color: #fff;
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: var(--ct-body-color);
}

.ms-container .ms-selection li.ms-hover {
    background-color: #6658dd;
    color: #fff;
}

.ms-selectable {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.ms-optgroup-label {
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
    color: var(--ct-gray-900) !important;
    font-size: 13px;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    background-color: var(--ct-secondary-bg);
}

.autocomplete-suggestions {
    border: 1px solid var(--ct-border-color);
    background-color: var(--ct-secondary-bg);
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 5px;
}

.autocomplete-selected {
    background: var(--ct-gray-200);
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: var(--ct-gray-900);
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
}

.autocomplete-group strong {
    font-weight: 700;
    font-size: 16px;
    color: var(--ct-gray-900);
    display: block;
}

.bootstrap-touchspin .btn .input-group-text {
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list>li {
    list-style: none;
    color: #f1556c;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.parsley-errors-list>li:before {
    content: "\f0159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px;
}

.parsley-error {
    border-color: #f1556c;
}

.parsley-success {
    border-color: #1abc9c;
}

.flatpickr-calendar {
    background: var(--ct-secondary-bg);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-border-color);
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--ct-secondary-bg);
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: var(--ct-secondary-bg);
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--ct-secondary-bg);
}

.flatpickr-current-month {
    font-size: 110%;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #6658dd;
    border-color: #6658dd;
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #6658dd;
    box-shadow: -10px 0 0 #6658dd;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: var(--ct-secondary-bg);
    color: var(--ct-dark);
}

.flatpickr-months .flatpickr-month {
    height: 36px;
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    color: var(--ct-body-color);
    fill: var(--ct-body-color);
}

.flatpickr-weekdays {
    background-color: var(--ct-light);
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-day,
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input,
span.flatpickr-weekday {
    color: var(--ct-body-color);
    fill: var(--ct-body-color);
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: var(--ct-gray-500);
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: var(--ct-light);
    border-color: var(--ct-light);
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border-top: 1px solid var(--ct-secondary-bg);
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover {
    background-color: transparent;
    color: var(--ct-dark);
}

.flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 var(--ct-light), 5px 0 0 var(--ct-light);
    box-shadow: -5px 0 0 var(--ct-light), 5px 0 0 var(--ct-light);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: var(--ct-gray-500);
}

.sp-container {
    background-color: var(--ct-secondary-bg);
    z-index: 9;
}

.sp-container button {
    padding: 0.25rem 0.5rem;
    font-size: 0.71094rem;
    border-radius: 0.2rem;
    font-weight: 400;
    color: var(--ct-gray-900);
}

.sp-container button.sp-palette-toggle {
    background-color: var(--ct-gray-100);
}

.sp-container button.sp-choose {
    background-color: #1abc9c;
    margin-left: 5px;
    margin-right: 0;
}

.sp-palette-container {
    border-right: 1px solid var(--ct-gray-300);
}

.sp-input {
    background-color: var(--ct-secondary-bg);
    border-color: var(--ct-border-color) !important;
    color: var(--ct-body-color);
}

.sp-input:focus {
    outline: 0;
}

.clockpicker-popover .btn-default {
    background-color: #6658dd;
    color: #fff;
}

.clockpicker-popover {
    background: var(--ct-secondary-bg);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-border-color);
}

.clockpicker-popover .popover-title {
    background-color: transparent;
    font-weight: 500;
}

.clockpicker-popover .clockpicker-plate {
    background: var(--ct-light);
    border: 1px solid var(--ct-border-color);
}

.clockpicker-popover .popover-content {
    background-color: transparent;
}

.clockpicker-tick {
    color: var(--ct-body-color);
}

.clockpicker-tick:hover {
    background-color: rgba(102, 88, 221, 0.35);
}

.clockpicker-canvas line {
    stroke: #6658dd;
}

.clockpicker-canvas-bg {
    fill: rgba(102, 88, 221, 0.35);
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #6658dd;
}

.clockpicker-button {
    display: block;
    width: 100%;
}

[dir="rtl"] .sp-alpha {
    direction: ltr;
}

[dir="rtl"] .sp-original-input-container .sp-add-on {
    border: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

[dir="rtl"] input.spectrum.with-add-on {
    border: 1px solid var(--ct-border-color);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--ct-border-radius);
    border-bottom-right-radius: var(--ct-border-radius);
}

.sp-original-input-container .sp-add-on {
    border: none !important;
}

.ql-container {
    font-family: var(--ct-font-sans-serif);
    border-bottom-left-radius: var(--ct-border-radius);
    border-bottom-right-radius: var(--ct-border-radius);
}

.ql-container.ql-snow {
    border-color: var(--ct-border-color);
}

.ql-bubble {
    border: 1px solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
}

.ql-toolbar {
    font-family: var(--ct-font-sans-serif) !important;
    border-top-left-radius: var(--ct-border-radius);
    border-top-right-radius: var(--ct-border-radius);
}

.ql-toolbar span {
    outline: 0 !important;
    color: var(--ct-body-color);
}

.ql-toolbar span:hover {
    color: #6658dd !important;
}

.ql-toolbar.ql-snow {
    border-color: var(--ct-border-color);
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: transparent;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
    margin-left: 0;
}

.ql-snow .ql-script,
.ql-snow .ql-strike svg,
.ql-snow .ql-stroke {
    stroke: var(--ct-body-color);
}

.ql-snow .ql-fill {
    fill: var(--ct-body-color);
}

.ql-snow .ql-picker-options {
    background-color: var(--ct-secondary-bg);
    border-color: var(--ct-border-color) !important;
}

.ql-editor {
    text-align: left;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    left: auto;
    top: 50%;
    width: 18px;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
    padding-right: 0;
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
    padding-right: 0;
}

.dropzone {
    border: 2px dashed var(--ct-border-color);
    background: var(--ct-secondary-bg);
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    padding: 20px;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2rem 0;
}

.dropzone.dz-started .dz-message {
    display: none;
}

@font-face {
    font-family: dropify;
    src: url(../fonts/dropify.eot);
    src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"), url(../fonts/dropify.woff) format("woff"), url(../fonts/dropify.ttf) format("truetype"), url(../fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal;
}

.dropify-wrapper {
    border: 2px dashed var(--ct-border-color);
    background: var(--ct-secondary-bg);
    border-radius: 6px;
    color: var(--ct-body-color);
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, var(--ct-secondary-bg) 25%, transparent 25%, transparent 50%, var(--ct-secondary-bg) 50%, var(--ct-secondary-bg) 75%, transparent 75%, transparent);
}

.dropify-wrapper .dropify-preview {
    background-color: var(--ct-gray-200);
}

.file-icon p {
    font-size: 20px;
}

.editable-clear-x {
    background: url(../images/clear.png) center center no-repeat;
}

.editableform-loading {
    background: url(../images/loading.gif) center center no-repeat;
}

.editable-checklist label {
    display: block;
}

.editable-input .form-control,
.editable-input .form-select {
    display: inline-block;
}

.editable-buttons {
    margin-left: 7px;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}

.editable-checklist>div {
    margin-bottom: 7px;
}

.image-crop-preview .img-preview {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
    background-color: var(--ct-gray-100);
    text-align: center;
    width: 100%;
}

.image-crop-preview .img-preview>img {
    max-width: 100%;
}

.image-crop-preview .preview-lg {
    height: 9rem;
    width: 16rem;
}

.image-crop-preview .preview-md {
    height: 4.5rem;
    width: 8rem;
}

.image-crop-preview .preview-sm {
    height: 2.25rem;
    width: 4rem;
}

.image-crop-preview .preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem;
}

.img-crop-preview-btns>.btn,
.img-crop-preview-btns>.btn-group {
    margin-bottom: 8px;
    margin-right: 8px;
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img {
    max-width: 100%;
}

.docs-drop-options {
    max-height: 400px;
    overflow-y: auto;
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: var(--ct-gray-100);
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #6658dd;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #6658dd;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #6658dd;
}

.jvectormap-label {
    border: none;
    background: var(--ct-gray-900);
    color: var(--ct-gray-100);
    font-family: "Cerebri Sans,sans-serif";
    font-size: 0.875rem;
    padding: 5px 8px;
}

.mapael .map {
    position: relative;
}

.mapael .map .zoomIn {
    top: 25px;
}

.mapael .map .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #6658dd;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
    font-family: "Cerebri Sans,sans-serif";
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #6658dd;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.mapael .plotLegend text {
    font-family: var(--ct-font-sans-serif) !important;
    fill: var(--ct-gray);
}

.datepicker {
    padding: 10px !important;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px;
}

.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #6658dd !important;
    background-image: none !important;
    color: #fff;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: var(--ct-gray-100);
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: var(--ct-secondary-text);
    opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: var(--ct-gray-100);
}

.datepicker .datepicker-switch:hover {
    background: 0 0;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid var(--ct-secondary-bg);
}

.datepicker-dropdown:before {
    border-bottom-color: var(--ct-border-color);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid var(--ct-border-color);
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid var(--ct-secondary-bg);
}

.daterangepicker {
    z-index: 1000;
}

[dir="rtl"] .daterangepicker.opensright:after {
    right: 10px;
    left: auto;
}

[dir="rtl"] .daterangepicker.opensright:before {
    right: 9px;
    left: auto;
}

.bg-dragula {
    background-color: var(--ct-gray-100);
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
}

.dragula-handle {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 24px;
    text-align: center;
    cursor: move;
}

.dragula-handle:before {
    content: "\f01db";
    font-family: "Material Design Icons";
    position: absolute;
}

/*# sourceMappingURL=app.min.css.map */

.row {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

/*data table*/

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    margin-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    content: "\2b";
    /* border-top: 5px solid transparent; */
    /* border-left: 10px solid rgba(0, 0, 0, 0.5); */
    /* border-bottom: 5px solid transparent; */
    /* border-right: 0px solid transparent; */
    background: green;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before {
    border-top: 5px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
    /*border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;*/
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
    padding-left: 0.333em;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control,
table.dataTable.dtr-column>tbody>tr>th.dtr-control,
table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid transparent;
    border-right: 0px solid transparent;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before {
    border-top: 5px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before {
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
}

table.dataTable>tbody>tr.child {
    padding: 0.5em 1em;
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: fit-content;
    max-height: 75%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
    margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

html.dark table.dataTable>tbody>tr>td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before {
    border-left-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right::before {
    border-right-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,
html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before {
    border-top-color: rgba(255, 255, 255, 0.5) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

html.dark table.dataTable>tbody>tr.child ul.dtr-details>li,
html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom-color: rgb(64, 67, 70);
}

html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
    background-color: rgb(33, 37, 41);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}

table.dataTable.table-bordered th.dtr-control.dtr-hidden+*,
table.dataTable.table-bordered td.dtr-control.dtr-hidden+* {
    border-left-width: 1px;
}

.dtr-control {
    display: flex;
    align-items: center;
    border: none;
}


/* How it works card styling - Updated */
.how-it-works-container {
    display: flex;
    position: relative;
    margin: 20px 0 30px;
}

.timeline-container {
    flex: 1;
    position: relative;
    padding-right: 40px;
}

.vertical-line-1 {
    position: absolute;
    left: -1px;
    top: 44px;
    bottom: 0;
    width: 1px;
    background-color: #e2e8f0;
    z-index: 1;
    height: 125%;
}

.timeline-step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 30px;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-dot-svg {
    width: 10px;
    height: 10px;
}

.timeline-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.timeline-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.timeline-content {
    flex: 1;
    padding-top: 8px;
}

.timeline-content h6 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #333;
}

.timeline-content p {
    color: #6c757d;
    line-height: 1.4;
}

.numbered-steps {
    width: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.curved-line {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 20px;
    width: 1px;
    border-left: 1px dashed #ccc;
    border-radius: 50px 0 0 50px;
    z-index: 1;
}

.curved-line:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

.curved-line:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 25px 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: #666;
    z-index: 2;
}


.card-body.p-4 {
    padding: 1.5rem !important;
}

/* Updated timeline styling for SVG images */
.timeline-container {
    flex: 1;
    position: relative;
    padding-right: 40px;
}

.timeline-step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 30px;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-dot-svg {
    width: 18px;
    height: 18px;
}

.timeline-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.timeline-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Updated numbered steps styling */
.numbered-steps {
    width: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 25px 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: #666;
    z-index: 2;
}

/* Connector lines positioning */
.connector-line {
    position: absolute;
    z-index: 1;
}

.left-connector {
    top: 15px;
    left: -60px;
    height: 80px;
}

.right-connector {
    top: 15px;
    right: -60px;
    height: 80px;
}

/* Vertical line for left timeline */
.vertical-line-1 {
    position: absolute;
    left: -1px;
    top: 44px;
    bottom: 0;
    width: 1px;
    background-color: #e2e8f0;
    z-index: 1;
    height: 125%;
}

/* Last step doesn't need a connector */
.step-circle.step-4 .connector-line {
    display: none;
}

.custom-tooltip {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 12px;
    min-width: 150px;
}

.tooltip-date {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.tooltip-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.tooltip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.income-dot {
    background-color: #4ADE80;
}

.expenditure-dot {
    background-color: #AB8F66;
}

.tooltip-label {
    flex: 1;
    color: #666;
    font-size: 12px;
}

.tooltip-value {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}
.sidebaricons{
    filter: invert(0);
}
.overview-menu-item.active .sidebaricons{
    filter: invert(1);
}
.newSidebar .overview-menu-item.active .sidebaricons {
    filter: brightness(0) invert(1);
}
.overview-menu-item.active .overview-menu-text{
    color: #ffffff;
}
.user-img-col{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #375193;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
}
.user-img-col img{
    border-radius: 50%;
    object-fit: cover;
    width: 35px;
    height: 35px;
}
.toggle-dropdown-open {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 65px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0px 1px 8px 0px #00000014;
    display: none;
}
.toggle-dropdown-open ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.toggle-dropdown-open ul li a {
    padding: 7px 15px;
    color: #6F6F6F;
    display: flex;
    align-items: center;
    text-decoration:none;
    justify-content: space-between;
}
.dropdown-menu-animated{
    top: 20px;
    left: -60px !important;
}
.notification-col{
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}
.visible-notifi-col:hover .dropdown-menu-animated{
    display: block;
}
.visible-notifi-col .dropdown-lg{
    width: 300px;
}
.nav-pills-gray{
    background: #ECECF0;
    width: fit-content;
    border-radius: 14px;
    padding: 5px !important;
}
.nav-pills.nav-pills-gray .nav-link{
    background: transparent !important;
    color: #0A0A0A !important;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
}
.nav-pills.nav-pills-gray .nav-link.active{
    background: #ffffff !important;
}
.filter-icon-doc{
    position: absolute;
    left: 15px;
    top: 8px;
}

.filter-dropdown-col{
    max-width: 240px;
    margin-left: auto;
}
select.form-control.filter-dropdown {
    border-color: transparent;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding-left: 40px;
    appearance: none !important;
}
.down-arrow-select:after {
    content: "";
    border-top: 1px solid #717182;
    border-left: 1px solid #717182;
    border-right: 0px solid transparent;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 13px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -khtml-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.official-documents-col{
    background: #ffffff;
    border:1px solid #F3E8FF;
    border-radius: 14px;
    padding: 10px 15px;
    width: 100%;
}
.view-document-cta{
    border:1px solid #F3E8FF;
    border-radius: 6px;
    color: #0A0A0A;
    font-weight: 500;
}
.col-icon-doc{
    width: 50px;
}
.doc-type-cta{
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
}
.contract-cta{
    background: #DBEAFE;
    color: #1447E6;
}
.illustration-cta{
    background: #F3E8FF;
    color: #8200DB;
}
.information-cta{
    background: #D0FAE5;
    color: #007A55;
}
.policy-cta{
    background: #FEF3C6;
    color: #BB4D00;
}
.sample-document-cta{
    background: #F1F5F9;
    color: #314158;
}
.upload-file-cta{
    padding: 15px;
    border-radius: 10px;
    border:2px solid #CAD5E2;
    cursor: pointer;
}
.page-title-col {
    position: fixed;
    z-index: 11111;
    top: 13px;
}
.modal-with-bg-img{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.down-arrow-select select{
    appearance: none !important;
}
.bank-logo-img{
    width: 50px;
    height: 50px;
    padding: 6px;
    background: #7d97b1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.bank-logo-img img{
    max-width: 100%;
    max-height: 100%;
}
.boost-btn{
    background: #ECFCCA;
    color: #497D00;
    border-radius: 8px;
    padding: 5px 10px;
    width: fit-content;
    margin: auto;
}
.custom-popup{
    position: fixed;
    z-index: 111111;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    padding: 15px 0;
    overflow-y: auto;
}
.body-popup-col{
    position: relative;
    width: 512px;
    background: #ffffff;
    border-radius: 10px;
    min-height: 200px;
    padding: 15px;
    margin: auto;
}
.alert-col {
    color: #7B3306;
    background-color: #FFFBEB;
    border: 1px solid #FEE685;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
}
.save-rate-calu-table{
    width: 100%;
}
.save-rate-calu-table tr td{
    color: #C10007;
    padding: 3px 0;
} 
.save-rate-calu-table tr:first-child td{
    color: #7B3306;
}
.border-btm{
    border-bottom:1px solid rgba(0,0,0,0.10);
}
.btn-secondary{
    background: #ffffff;
    color: #0A0A0A;
    border-color: rgba(0,0,0,0.10);
}
.btn-secondary:hover{
    background: #ffffff;
    color: #0A0A0A;
    border-color: rgba(0,0,0,0.10);
}
.btn-primary:hover{
    border-color: #0f172d;
}
.close-btn-col{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
}
.pl-15{
    padding-left: 15px;
}
#request_data .btn-primary-sm{
    width:auto;
    height: auto;
    font-size: 12px;
    white-space: nowrap;
}
.request_data_th th, #request_data td{
    padding: 10px;
}
#request_data  tr td{
    color: #314158;
    text-align: left;
}
#request_data tr td:first-child{
    color: #0F172B;
}
.request_data_th tr th{
    text-align: left;
}
.bg-gray{
    background: #F8FAFC;
}
.border-corner-10{
    border-radius: 10px;
}
.center-popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dt-empty{
    color: #62748E !important;
    font-size: 16px;
}
.list-item-with-checkIcon{
    list-style: none;
    padding-left: 0;
}
.list-item-with-checkIcon li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-item-with-checkIcon li:before{
    content: '';
    background-image:url('../images/single-check-icon.png');
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}
.date-colm{
    background:#F8FAFC;
    padding: 10px 15px;
    border:1px solid #E2E8F0;
    border-radius: 10px;
    width: 100%; 
}
.date-colm .date{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    padding: 8px 10px;
    border-radius: 10px;
}
.calendar-img{
    width: 16px;
    position: absolute;
    right: 8px;
    top: 10px;
}
.date-colm .date:focus, .date-colm .date:focus-visible{
    outline: inherit;
}
.chat-icon-col, .close-icon-col{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 11;
}
.chat-icon-col img{
    cursor: pointer;
}
.chat-col{
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 11;
    background:#ffffff;
    padding: 15px;
    display: none;
    transition: 0.6s ease-in-out;
    box-shadow: 0 4px 4px #e2e2e2; 
}
.border-color-gray{
    border:1px solid rgba(0,0,0,0.1);
}
.close-icon-col{
    display: none;
    cursor: pointer;
}
.right-section-main-col{
    margin-bottom: 15px;
}
.prf-img-col img{
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    object-fit: cover;
}
.bank_logo_rat_col{
    display: inline-block;
    width: 60px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bank_logo_rat_col img{
    max-height: 100%;
    max-width: 100%;
}
.rates_table tr td:first-child, .rates_table tr th:first-child{
    text-align: start;
    display: flex;
    align-items: center;
}
.preview i{
    font-size: 46px;
}
.img-black-gb{
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    border-radius: 6px;    
}
@media screen and (max-width: 767px){
    .login-section .d-flex.flex-wrap{
        flex-direction: column-reverse;
    }
    .login-col{
        height: auto !important;
        padding: 25px 15px !important;
    }
    .login-right-col-img{
        height: auto !important;
    }
    .right-section-main-col{
        width: 100%;
        margin-left: 0;
    }
    .notification-count{
        bottom: initial;
        top: -10px;
    }
    .chat-col{
        width: 87%;
    }
    .page-title-col {
        width: 100% !important;
        position: initial;
    }
    .notification-count{
        bottom: initial;
        top: -10px;
    }
    .card-body {
        padding: 25px 15px !important;
    }
    .overflow-x-auto .table-responsive{
        width: 600px;
    }
    .xs-full-width, .col-md-4, .col-md-8{
        width: 100%;
    }
    .xs-pl-0{
        padding-left: 0 !important;
    } 
    .xs-pr-0{
        padding-right: 0 !important;
    }
    .card-body .card-title{
        padding-bottom: 10px;
    }
    .filter-row.row .col-md-2{
        margin-bottom: 10px;
    }
    .filter-row.row .col-md-2{
        width: 50%;
    }
    .prof-boxes{
        flex-wrap: wrap;
    }
    .overview-menu-item.active{
        padding:0;
    }
    .modal-box{
        width:95% !important;
    }
}