@import url('style-latest.css');
html,
body {
    height: 100%
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px !important;
}

a,
a:has(.tbl-actions) {
    text-decoration: none;
}

section {
    position: relative;
}

/* .section {
    display: flex;
} */

.navbar-aside {
    background-image: linear-gradient(to bottom right, #01123F 0%, #0C38B6 100%);
    /* width: 215px; */
    /* height: 100vh; */
    padding: 1rem;
    width: 15%;
    min-width: 15%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
}

.navbar-nav {
    margin-top: 30px;
}

.navbar-aside .logo {
    width: 140px;
    margin: 0 auto;
    display: block;
}

.navbar-aside .nav-link {
    --bs-link-hover-color-rgb: #fff;
    color: var(--bs-link-hover-color-rgb) !important;
    font-weight: 600;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    height: 45px;
    font-size: 14px;
}


    .navbar-aside .nav-link:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.nav-link i {
    font-size: 18px;
    font-weight: 500;
}

.navbar-aside .nav-link.active {
    background: #1242C9;
    color: #fff !important
}

a.nav-link img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    overflow: visible;
}

.page-right {
    width: 85%;
    margin-bottom: 125px;
    margin-left: 230px;
}

    .page-right.page {
        margin-bottom: 0;
        flex-grow: 1;
    }

.page-box.box {
    /* height: calc(100vh - 100px); */
    /* min-height: calc(100vh - 100px); */
}

    .page-box.box .table-responsive {
        min-height: calc(100vh - 220px);
        max-height: calc(100vh - 220px);
        overflow-y: auto;
    }

.page-right .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 0; */
    background: #fff;
    border-color: #eaeef4;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-tabs {
    border: 1px solid #edf1f7;
    padding: 0 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: transparent;
    background: #fff;
}

    .table-tabs .nav-link {
        padding: 12px 0;
        color: #616C89 !important;
        font-weight: 700 !important;
    }

        .table-tabs .nav-link.active {
            color: #2E63E4 !important
        }

    .table-tabs + .tab-content {
        margin-top: -1px;
        border: 1px solid #edf1f7;
    }

.general-table .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: none;
}



.heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.flatpicker {
    position: relative;
}

    .flatpicker i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 1rem;
    }

.form-control {
    border: 1px solid #edf1f7;
    font-size: 12px;
}

.flatpicker .form-control {
    color: #000 !important;
    font-weight: 600;
    /* font-size: 13px; */
}

    .flatpicker .form-control:not(.search-filters .flatpicker-v1 .form-control) {
        min-width: 210px;
    }

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #1242c9;
}

.chevron-down {
    right: 35px !important;
    font-size: 18px;
}

.card-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}



.info {
    display: inline-block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #235FFD;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.user-info.form-select {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.user-name-short {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.general-text {
    max-width: 100px;
    display: inline-block;
}

.dropdown-item {
    font-weight: 600;
    font-size: 12px;
}

.user-info .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 5px 2px #e2e3e5;
}

.user-info .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification i {
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.notification .bg-danger {
    background: #FB0604 !important;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    min-width: unset;
}

.stats-card {
    background: #fff;
    border: 1px solid #EAEEF4;
    border-radius: 14px;
    padding: 12px;
    transition: .3s;
    height: 100%;
}

    .stats-card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    }

.icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 8px;
}

.text-purple {
    color: #6f42c1;
}

.title {
    font-size: 13px;
    color: #374052;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .title i {
        font-size: 14px;
        font-weight: normal;
    }

.stats-card h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #090D28;
}


.bg-success-subtle {
    background: #E2F5E9 !important;
    color: #04A340 !important;
}

.bg-primary-subtle {
    background-color: #E9EFFD;
    color: #E9EFFD;
}

    .bg-success-subtle i,
    .bg-primary-subtle i,
    .bg-primary-purple i,
    .bg-danger-subtle i {
        font-size: 24px;
    }

.bg-primary-purple {
    background: #F3EFFE;
    color: #4C35EE
}

.bg-danger-subtle {
    background: #FEEDED;
    color: #F72128;
}

.box {
    padding: 12px;
    border: 1px solid #eaeef4;
    border-radius: 12px;
    /* height: 100% */
}

.trend {
    display: flex;
    align-items: center;
    /* gap:5px; */
    font-size: 14px;
    font-weight: 700;
}

    .trend span {
        color: #525971;
        font-weight: 500;
        margin-left: 5px;
        ;
        white-space: nowrap;
    }

    .trend i {
        font-size: 18px;
        color: #04a340;
        display: inline-block;
        position: relative;
        z-index: 5;
        top: -2px;
        margin-right: 3px;
    }

        .trend i:after {
            content: '';
            position: absolute;
            width: 4px;
            height: 6px;
            background: #04a340;
            right: 50%;
            transform: translateX(50%);
            bottom: 6px;
            z-index: -1;
        }

    .trend .ri-arrow-down-s-fill {
        color: #F6101E;
        top: 5px;
    }

        .trend .ri-arrow-down-s-fill:after {
            top: 5px;
            bottom: inherit;
            background: #f6101e;
        }

.box h5 {
    font-size: 16px;
    font-weight: 800 !important;
    color: #060513;
}

.general-table {
    margin: 0;
}

    .general-table th {
        /* background-color: #f2f5ff; */
        color: #000;
        border-bottom: 1px solid #eaeef4;
        /* border-bottom: 1px solid #F5F6F9; */
        white-space: nowrap;
        font-size: 13px;
        padding: 12px
    }

.min-height-table {
    min-height: calc(100vh - 250px)
}

.pb-0 {
    padding-bottom: 0 !important;
}

.general-table td {
    white-space: nowrap;
}

    .general-table th:last-child,
    .general-table td:last-child {
        position: sticky;
        right: 0;
        z-index: 9;
    }

.form-switch input {
    transform: scale(1.3);
}

.form-switch .form-check-input:focus {
    box-shadow: none;
}

.icon {
    border-radius: 8px;
    background: #EFF4FE;
    color: #0633FE;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

    .icon i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
    }

    .icon.inp {
        background: #F1ECFE;
        color: #522BFA;
    }

    .icon.ris {
        background: #EAF8EF;
        color: #0D8342;
    }

    .icon.fps {
        background: #FEEEEF;
        color: #F11A24
    }

td {
    /* font-weight: 700; */
    font-size: 13px;
    border-color: #eaeef4;
    /* padding: 12px !important */
}

    td .text-primary {
        font-weight: 700;
    }

.rounded-pill {
    min-width: 85px
}

/* .text-primary {
    color: #1C48F5 !important;
} */

.text-warning.rounded-pill {
    width: auto
}

.bg-warning-subtle {
    background: #FDF4E8;
}

.text-warning {
    color: #F67F14 !important;
}

.badge {
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
}

.rounded-pill {
    min-width: 72px;
}

.activity-list {
    padding-top: 5px;
}

.activity-item h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.activity-time {
    margin-left: auto;
    color: rgba(102, 113, 141, 1);
    ;
    font-weight: 600;
}

.activity-item .small {
    color: rgba(125, 133, 155, 1) !important;
    font-weight: 500;
}

.system-status {
    position: absolute;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    /* padding: 1rem; */
    background: #fff;
    border-radius: 12px;
    z-index: 99999;
}

.system-item {
    display: flex;
    flex-direction: column;
    width: 15.6%;
    position: relative;
}

    .system-item:after {
        content: '';
        position: absolute;
        right: 2rem;
        width: 0.01rem;
        background: #eaeef4;
        top: 0;
        bottom: 0;
    }

    .system-item:last-child::after {
        background: none;
    }

    .system-item i {
        font-size: 20px;
        color: rgba(0, 49, 243, 1);
    }

    .system-item span {
        font-weight: 700;
        font-size: 14px;
    }

.status-text {
    margin-top: 0.5rem;
}

    .status-text,
    .status-text i {
        color: rgba(5, 154, 70, 1);
        ;
        font-weight: 700;
    }

        .status-text i {
            font-size: 18px !important;
        }

.section,
.section-container {
    min-height: 100vh
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        right: 10px;
        bottom: 6px;
        font-size: 18px;
        color: RGB(191 191 191);
        cursor: pointer;
    }

/* .cancel-icon {
    background: #f9e5e3;
    box-shadow: 0 4px 5px #c4c4c4;
    text-align: center;
    width: 25px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #edf2ff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #de4b4b;
} */
/* 
.page-box .card-header {
    padding: 0 0 12px 0;
} */

.card-header .btn,
.btn {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
}

.btn-primary {
    white-space: nowrap;
    background: #084DF4;
    /* background: #235ffd; */
    /* background-image: linear-gradient(to right, #0C38B6 10%, #0042f0 100%); */
}

.btn-outline-primary {
    border-color: rgba(238, 240, 244, 1);
    color: rgba(12, 20, 46, 1);
}

.filter-badge {
    background: #fb0604;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    right: -5px;
    top: -8px !important;
    border-radius: 50%;
    padding: 0;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px;
}

.footer {
    transform: translateY(12px);
    text-align: center;
}

.card-footer:last-child {
    background-color: #FFF;
    border-radius: 0;
}

.pagination-block .page-item .page-link {
    margin: 0px 4px 0px 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    color: #002B4E;
}

.pagination-block .active > .page-link,
.pagination-block .page-link.active {
    background: linear-gradient(180deg, #356bff 0%, #003ae1 100%);
    border-color: transparent !important;
    color: #FFF;
}

.insured-info {
    font-size: 11px;
    font-weight: 700;
    color: #28365f !important;
    padding: 0 5px;
    background-color: #eff2ff;
    border-radius: 5px;
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #c4cff3;
    cursor: pointer;
    margin-top: 5px;
    width: 135px;
    background-position: right .45rem center;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.insured-info + .dropdown-menu {
    padding: 12px;
    box-shadow: 0 4px 5px #c8d1e9;
    border: 1px solid #dfe8ff;
}

    .insured-info + .dropdown-menu li {
        color: #28365f;
        font-weight: 500;
    }

.dropdown-menu.show {
    display: block;
    border: transparent;
    box-shadow: 4px 5px 15px #e9eef6;
}

.modal-title,
.offcanvas-title {
    /* color: #0A193C; */
    color: #2A3264;
    font-size: 20px !important;
    font-weight: 700 !important;
}

label span {
    color: #7b7d82;
}

/* .collapse-icon {
    background: #e8eeff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
} */

/* Scrollbar */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Change this color */
    border-radius: 8px;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-webkit-input-placeholder {
    font-size: 13px;
}

/*new page Styles*/
i[class*="ph-"] {
    color: #595f6f;
    /* color: #0b33a7; */
    font-size: 20px;
    vertical-align: middle;
}

.flatpicker-v1 i[class*="ph-"],
.card-actions .flatpicker i[class*="ph-"],
.notification i[class*="ph-"],
.icon-set i[class*="ph-"] {
    color: #595f6f;
}

.nav-link i[class*="ph-"] {
    color: #fff
}

.clients {
    width: 25%;
}

.client-details {
    width: 75%
}

.column-box {
    border: 1px solid #EAEEF4;
    /* padding: 12px; */
    border-radius: 14px;
    min-height: calc(100vh - 115px);
}

.gutter-space {
    padding: 12px;
}

.column-box .heading {
    font-size: 16px;
    font-weight: 700 !important;
    color: #182b61;
    margin-bottom: 10px;
}

/* li.breadcrumb-item {

    font-weight: 700;
    margin-top: 7px;
} */

.search {
    position: relative;
}

    .search i {
        position: absolute;
        right: 8px;
        top: 7px;
    }

/* .client {
    margin-bottom: 12px;
} */

/* .client-name {
    color: #182b61;
    font-weight: 700;
} */

.breadcrumb {
    margin: 0;
}

.brand {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    min-width: 30px;
    border-radius: 50%;
    font-weight: 600;
}

.brand-1 {
    background: #c3e8bc;
    color: #096709;
}

.brand-2 {
    background: #e2dfff;
    color: #06257c;
}

.brand-3 {
    background: #d2ebee;
    color: #06257c;
}

.breadcrumb-item.active {
    color: rgb(122 130 154);
}

.text-style-muted {
    font-weight: 500;
    color: #6d758a;
    margin-top: 5px;
    ;
}

.chevron i {
    position: absolute;
    right: 0;
    font-size: 16px !important;
    bottom: 0
}

.client {
    display: flex;
    align-items: start;
    gap: 10px;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eaeef4;
    padding: 8px 12px;
}

    .client.active {
        background: #f5f7ff;
    }

.clients .pagination,
.page-navigation .pagination {
    gap: 10px;
    padding: 10px 0;
    margin: 0;
}

.page-navigation {
    border-top: 1px solid #eaeef4;
}

    .clients .page-link,
    .page-navigation .pagination .page-link {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        padding: 0;
        text-align: center;
        ;
        line-height: 25px;
        border: transparent;
    }

.small-icon {
    font-size: 16px !important;
    margin-right: 5px;
}

.search-filters {
    display: flex;
    gap: 12px;
    justify-content: end;
    border-bottom: 1px solid #eaeef4;
}

.form-select {
    font-size: 12px;
    font-weight: 600;
    border-color: #edf1f7;
}

.action-link {
    font-weight: 600;
    color: #224dad !important;
}

    .action-link:hover,
    .action-link:hover i {
        color: #3466f3 !important;
    }

    .action-link i {
        font-size: 16px;
    }

.divider {
    border-bottom: 1px solid #eaeef4;
}

.search-filters input {
    height: 30px
}

.search-filters ::-webkit-input-placeholder,
.search-filters .flatpicker input {
    font-weight: 600;
    ;
    color: rgba(125, 133, 155, 1) !important
}

.search-filters .form-select {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    color: rgba(125, 133, 155, 1) !important
}

.search-filters input:not(.client) {
    max-width: 140px
}

.input-icon {
    position: absolute;
    right: 8px;
    top: 5px;
    transform: scale(0.9);
}

.search-btn {
    font-weight: 600 !important;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: linear-gradient(to right, #0C38B6 10%, #0042f0 100%);
}

.client-details th,
.client-details td {
    padding: 10px !important
}

.error-icon {
    color: #f44336 !important;
    cursor: pointer;
}

.icon-over {
    top: 7px;
    position: absolute;
    font-size: 13px !important;
    right: -6px;
    background: #F44336 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px !important;
}

.icon-set {
    cursor: pointer;
}

    .icon-set:hover .ph-credit-card {
        color: #003ae1
    }

.profile-container {
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

    .profile-container .profilename {
        color: #0a193c;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .profile-container .form-switch {
        transform: scale(0.9);
    }

/*.modal .btn-primary {
    background-image: linear-gradient(to right, #0C38B6 10%, #0042f0 100%)
}*/

/* .btn-outline-primary {
    background: #f5f7ff;
    border-color: #dce3ff;
    color: #545559;

} */

.modal .btn:not([data-name="CopyButton"]) {
    min-width: 100px;
}

/* .client-details td .badge {
     !important;
} */

/* .installment-container {
    display: none;
} */

/* .back-to-payments {
    font-weight: 600;
    margin-bottom: 5px;
    color: #0d6efd;
    display: inline-block;
    cursor: pointer;
}

.back-to-payments i {
    color: #0d6efd
} */

.border-bottom {
    border-bottom-color: #eaeef4 !important;
}

.offcanvas-bottom {
    height: auto !important
}

.action-icon {
    background: #ecf4ff;
    width: 22px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #0042ef;
    line-height: 22px;
}

td.active {
    z-index: 11 !important;
}

.ph.ph-coin {
    color: inherit !important;
    margin-right: 10px;
}

.offcanvas-body .column-box {
    min-height: auto !important;
}

.column-box-min-height {
    min-height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
}

.min-height-auto {
    min-height: auto !important;
}
    .min-height-auto[data-name],
    .cp-card {
        margin-bottom: 60px
    }

.dropdown-item:hover i {
    color: inherit !important
}

.multi-select {
    border: 1px solid #ecf4ff;
}

.bg-light {
    background: #eff3ff !important;
}

/*payment page Styles */
td img {
    width: 30px
}

.sort {
    position: absolute;
    right: -15px;
    top: -1px;
    display: flex;
    flex-direction: column;
}

    .sort i.bi-caret-down-fill {
        margin-top: -7px;
    }

    .sort i {
        font-size: 9px !important;
    }

.bg-info-subtle {
    background-color: #F5F3FD !important;
    color: #6F49DA !important;
}

/* .payment-table-responsive {
            max-height: calc(100vh - 380px);
        } */

.payment-table {
    font-size: 12px;
    /* border: 1px solid #edf1f7; */
    border-radius: 12px;
    /* overflow: hidden; */
}

    .payment-table thead th:not(.info-section th) {
        background: #F8F9FB;
        color: #202343;
        ;
        font-weight: 700;
        white-space: nowrap;
        border-bottom: 1px solid #edf1f7;
        padding: 12px;
        /* position: sticky;
            top:-1px; */
        z-index: 99
    }

    .payment-table tbody td {
        padding: 12px;
        vertical-align: middle;
        white-space: nowrap;
        border-color: #f3f4f6;
        ;
        font-weight: 600;
    }

        .payment-table tbody td i {
            font-weight: normal;
            font-size: 14px;
        }

    .payment-table tbody tr::not(.info-table tr):hover {
        background: #fafbfc;
    }

    .payment-table thead i {
        color: #202361;
        margin-left: 3px;
    }

    .payment-table td {
        color: #344271;
        font-size: 12px;
    }

    .payment-table tr.active td,
    .collapse-bg,
    .bg {
        --bs-table-bg: #EFF5FE;
        background-color: var(--bs-table-bg);
    }

.collapse-bg {
    min-height: 30px;
    border: 1px solid #E0E9FA;
    border-radius: 5px;
    padding: 1rem;
}

.info-section {
    border-right: 1px solid #E0E9FA;
    height: 100%
}
.col:last-child .info-section {
    border-right: transparent !important
}

    .info-section label {
        font-weight: normal;
    }

.payment-table tbody td .info-section i {
    font-size: 18px;
    font-weight: 600;
}

.info-section tr:hover {
    background: none;
}

.payment-table tr.collapse td {
    padding: 12px
}

.info-section th,
.info-section td {
    padding: 8px !important;
    font-size: 12px !important;
}

.payment-table .form-check-input {
    transform: scale(1.3);
    font-size: inherit !important
}

.quote-link {
    font-weight: 600;
}

.payment-id {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

    .payment-id:hover {
        text-decoration: underline;
    }

.cursor {
    cursor: pointer;
}

.offcanvas {
    color: #2a3264
}

.installment-schedule {
    counter-reset: my-counter;
}

.installment-list {
    margin-top: 10px
}

.installment-heading {
    font-weight: 600;
    font-size: 14px;
    color: #2A3264;
    margin-bottom: 1rem;
}

.installment-schedule .installment {
    display: flex;
    justify-content: space-between;
    /* padding-left: 45px; */
    position: relative;
    margin-bottom: 16px;
    counter-increment: my-counter;
}



    .installment-schedule .installment:before {
        content: counter(my-counter);
        width: 25px;
        height: 25px;
        background: #DFE0E1;
        border-radius: 100%;
        font-size: 14px;
        text-align: center;
        left: 10px;
        position: relative;
        line-height: 25px;
        font-weight: 600;
        z-index: 5;
    }

    .installment-schedule .installment.complete:before {
        background: #4CAF50;
        content: "\F633";
        font-family: bootstrap-icons !important;
        color: #fff;
        z-index: 5;
        left: 10px;
    }

    .installment-schedule .installment.pending:before {
        background: #F67F14;
    }

    .installment-schedule .installment:after {
        content: '';
        top: 20px;
        /* bottom: 0; */
        background: #e9e7e7;
        width: 1px;
        left: 22px;
        position: absolute;
        z-index: 1;
        height: 30px;
        z-index: 4;
    }

    .installment-schedule .installment:last-child:after {
        background: none;
    }

.installment span:first-child {
    width: 130px
}

.offcanvas-section {
    color: #404469;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 12px;
}

    .offcanvas-section:after {
        content: '';
        left: -1rem;
        right: -1rem;
        height: 0.01rem;
        background: #E0E9FA;
        position: absolute;
        bottom: -6px;
    }

.payment-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 75px;
}

.refund {
    position: relative;
}

.return-arrow {
    display: inline-block;
    transform: scaleX(-1) rotate(180deg);
    position: absolute;
    left: 20px;
    top: 0;
}

.refund .bi-arrow-return-left {
    transform: translateY(10px);
    display: inline-block;
}

.payment-action i:not(.refund i), .refund {
    font-size: 20px;
    color: #1547FA;
    border: 1px solid #edf1f7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.payment-badge {
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 7px;
}

    .payment-badge i {
        font-size: 14px;
    }

.payment-card .inner-items {
    display: flex;
    gap: 5px;
    align-items: stretch;
}

.merchants-card {
    border: 1px solid #edf1f7;
}

    .merchants-card .label {
        color: #050735 !important;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 11px;
    }

.badge-success {
    background: #E8F8EE;
    color: #16A34A;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
}

.visa-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0A2D82;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 4px;
    letter-spacing: .5px;
}

.btn-action {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    border-radius: 8px;
}

    .btn-action:hover {
        background: #f3f4f6;
    }

.form-check-input {
    cursor: pointer;
}

.filter-toolbar .search-input {
    min-width: 320px;
    padding-left: 12px;
    padding-right: 35px;
}

.filter-label {
    color: #121B30 !important;
}

.btn-filter-search {
    height: 40px;
}

.applied-filters {
    background: rgba(247, 249, 254, 1);
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #F1F4FA;
}

ph-icon {
    font-size: 32px;
    color: #0B35B0;
}

.label {
    color: rgba(125, 133, 155, 1) !important;
}

/* .installment-container {
            display: block;
        }

        .merchant-payment-container {
            display: none;
        } */
.filter-toolbar {
    background: #fff;
    /* border:1px solid #edf1f7; */
    border-radius: 14px;
    /* box-shadow:0 2px 8px rgba(15,23,42,.04); */
}

.search-input {
    padding-left: 40px;
    height: 46px;
    border-radius: 10px;
    border-color: #e8edf4;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.filter-select {
    height: 48px !important;
    border-radius: 10px;
    border-color: #e8edf4;
    font-size: 13px;
    line-height: normal !important;
    min-height: auto !important;
    font-weight: 600;
}

.form-floating > label {
    top: -4px;
    font-weight: 600;
    font-size: 13px;
}

.form-floating > .form-select {
    padding-top: 1.28rem;
}

.btn-filter {
    height: 46px;
    border: 1px solid #e8edf4;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
}

    .btn-filter:hover {
        border: 1px solid #e8edf4;
    }

.action-btn {
    height: 42px;
    border-radius: 10px;
    border-color: #e8edf4;
    background: #fff;
    color: #171737;
    font-weight: 600;
    /* font-size: 14px; */
}

    .action-btn:hover {
        background-color: #f8f9fa !important;
        border-color: #e8edf4;
    }

.filter-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eaeffb;
    color: #0A1147;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #dfe6f0;
}

    .filter-chip i {
        cursor: pointer;
    }

.clear-link {
    color: #2563eb;
    text-decoration: none;
    /* font-size: 13px; */
    font-weight: 600;
}

.summary-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    transition: .3s;
}

    .summary-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .05);
    }

    .summary-card .icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        font-size: 18px;
    }

    .summary-card .label {
        font-size: 13px;
        color: #64748b;
        margin-bottom: 6px;
        font-weight: 500;
    }

    .summary-card .value {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1;
    }

        .summary-card .value span {
            font-size: 13px;
            color: #64748b;
            font-weight: 500;
        }

    .summary-card .amount {
        margin-top: 5px;
        color: #64748b;
        font-size: 14px;
        font-weight: 600;
    }

.filter-btn {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 42px;
}

.payment-card .amount span {
    color: #1fd249;
}

.payment-card .close .amount span {
    color: #f52431;
}


@media(max-width:1023px) {
    .navbar-aside.show {
        display: block;
        position: fixed;
        z-index: 1056;
        transform: translateX(0);
        bottom: 0;
        top: 0;
        width: 215px
    }

    .navbar-aside {
        transform: translateX(-100%);
    }

    .menu-icon {
        background: #fff;
        box-shadow: 0 4px 5px #e2e2e2;
        padding: 7px;
        font-weight: 500;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        cursor: pointer;
    }



    .general-text:not(.user-info .general-text),
    .chevron-down,
    .navbar-aside,
    .card-actions .flatpickr-input[readonly] {
        display: none;
    }

    .card-actions .flatpicker i {
        font-size: 18px;
        margin-top: 3px;
    }

    .card-actions .flatpicker {
        left: 15px;
        top: -5px;
    }

    .info {
        min-width: 25px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    /*    .user-info.form-select {
        margin-top: -5px;
    }*/

    .system-status {
        position: static;
        padding: 1rem;
    }

    .page-right {
        margin-bottom: 0;
    }

        .page-right .card-header {
            padding: 1rem
        }

    .page-right {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .system-item {
        width: 30%
    }

    .page-right.page {
        width: 100%
    }
}

@media(min-width:1024px) and (max-width:1400px) {

    .section,
    .section-container {
        min-height: 100vh;
    }
}

@media(max-width:767px) {
    .tbl-search-box {
        min-width: auto !important;
    }

    .system-item:after {
        display: none;
    }

    .heading {
        font-size: 18px;
    }

    .system-item {
        width: 45%
    }

    .col-lg-3:has(.stats-card) {
        width: 50%
    }

    .trend {
        flex-wrap: wrap;
    }

    .btn-text {
        display: none
    }

    .user-name-short {
        font-size: 10px;
    }

    .notification i {
        font-size: 14px;
    }

    .badge {
        font-size: 8px;
    }

    .notification .bg-danger {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

    .info {
        display: none !important
    }
    /*        .info {
        min-width: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }*/
    .user-info .form-select {
        background-position: right 0 center;
        background-size: 10px 12px;
    }


}

@media(max-width:575px) {
    .tbl-search-box input {
        width: 215px
    }
}

@media(min-width:1023px) and (max-width:1199px) {
    .page-right {
        margin-bottom: 215px;
    }
}

@media (min-width: 1024px) {
    /* .offcanvas-end {
        min-width: 65%;
    } */

    .client-list {
        min-height: calc(100vh - 260px);
        max-height: calc(100vh - 260px);
        overflow-y: auto;
        margin-top: 5px;
    }
}

.header-date-picker {
    position: absolute;
    top: 12px;
    z-index: 10;
    right: 175px;
    width: 200px;
    z-index:101;
}

    .header-date-picker i {
        position: absolute;
        right: 10px;
        top: 7px;
        top: 7px;
    }
