﻿html:not([data-theme=dark]) {
    --kt-page-bg: #F9F9F9;
    --kt-app-blank-bg: #ffffff;
    --kt-header-desktop-default-border: 1px solid rgba(255, 255, 255, 0.1);
    --kt-header-desktop-fixed-border: 0;
    --kt-header-desktop-fixed-bg-color: #ffffff;
    --kt-header-desktop-fixed-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    --kt-header-tablet-and-mobile-default-border: 1px solid rgba(255, 255, 255, 0.1);
    --kt-header-tablet-and-mobile-default-border: 1px solid rgba(255, 255, 255, 0.1);
    --kt-header-tablet-and-mobile-fixed-bg-color: #ffffff;
    --kt-header-tablet-and-mobile-fixed-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    --aps-textarea-disabled-bg: #edeeef;
    --aps-info-bg-color: #BFD9F6;
    --aps-warning-bg-color: #FAE1BD;
    --aps-danger-bg-color: #AFC4FA;
    --aps-event-bg-color: #DADFF8;
    --aps-news-bg-color: #E7C1C6;
    --aps-note-bg-color: #AFC4FA;
    --aps-info-color: #5079CB;
    --aps-warning-color: #6E5E5D;
    --aps-danger-color: #EB4966;
    --aps-event-color: #748BD2;
    --aps-news-color: #6380E8;
    --aps-note-color: #003A70;
    --lease-contract-table-header-bg: #f7f6f6;
    --aps-info-icon: url("../media/icons/apsiyon/info.svg");
    --aps-warning-icon: url("../media/icons/apsiyon/warning.svg");
    --aps-danger-icon: url("../media/icons/apsiyon/note.svg");
    --aps-event-icon: url("../media/icons/apsiyon/event.svg");
    --aps-news-icon: url("../media/icons/apsiyon/news.svg");
    --aps-note-icon: url("../media/icons/apsiyon/survey-icon.svg");
    --aps-survey-icon: url("../media/icons/apsiyon/survey-icon.svg");
}

[data-theme=dark] {
    --kt-page-bg: #151521;
    --kt-app-blank-bg: #151521;
    --kt-header-desktop-default-border: 1px solid rgba(255, 255, 255, 0.08);
    --kt-header-desktop-fixed-border:;
    --kt-header-desktop-fixed-bg-color: #1e1e2d;
    --kt-header-desktop-fixed-box-shadow:;
    --kt-header-tablet-and-mobile-default-border: 1px solid rgba(255, 255, 255, 0.08);
    --kt-header-tablet-and-mobile-fixed-border: 1px solid rgba(255, 255, 255, 0.1);
    --kt-header-tablet-and-mobile-fixed-bg-color: #1e1e2d;
    --kt-header-tablet-and-mobile-fixed-box-shadow: none;
    --aps-textarea-disabled-bg: #171723;
    --aps-info-bg-color: #BFD9F6;
    --aps-warning-bg-color: #FAE1BD;
    --aps-danger-bg-color: #AFC4FA;
    --aps-event-bg-color: #DADFF8;
    --aps-news-bg-color: #E7C1C6;
    --aps-note-bg-color: #AFC4FA;
    --aps-info-color: #5079CB;
    --aps-warning-color: #6E5E5D;
    --aps-danger-color: #EB4966;
    --aps-event-color: #748BD2;
    --aps-news-color: #EE713B;
    --aps-note-color: #0084FF;
    --lease-contract-table-header-bg: #0e0e0e;
    --aps-info-icon: url("../media/icons/apsiyon/info.svg");
    --aps-warning-icon: url("../media/icons/apsiyon/warning.svg");
    --aps-danger-icon: url("../media/icons/apsiyon/note.svg");
    --aps-event-icon: url("../media/icons/apsiyon/event.svg");
    --aps-news-icon: url("../media/icons/apsiyon/news.svg");
    --aps-note-icon: url("../media/icons/apsiyon/survey-icon-dark.svg");
    --aps-survey-icon: url("../media/icons/apsiyon/survey-icon-dark.svg");
}

.table-clickable-row tbody tr, .clickable-row tbody tr {
    cursor: pointer;
}

#cashTable tbody td {
    position: relative;
}

#cashTable tbody td:after {
    font-size: 14px;
    color: var(--kt-text-muted);
    position: absolute;
    right: -10px;
    margin-top: 2px;
}

#cashTable tbody td:nth-child(2):after {
    content: "+"
}

#cashTable tbody td:nth-child(3):after {
    content: "-"
}

#cashTable tbody td:nth-child(4):after {
    content: "="
}

body:not([data-kt-sticky-header=on]) .topbar #site-selector-btn.btn.btn-custom, body:not([data-kt-sticky-header=on]) .topbar #site-selector-btn.btn.btn-custom i {
    color: #fff !important;
}

.header-fixed[data-kt-sticky-header=on] .header .topbar > .btn-text-white, .header-fixed[data-kt-sticky-header=on] .header .topbar .loginLink .btn-text-white {
    color: var(--kt-text-gray-700);
}

.campaignSlider .coverImg {
    height: 140px;
    object-fit: cover;
}

.siteLogo img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.475rem;
}

.campaignSlider .has-cover-image {
    background-size: contain;
    background-color: var(--kt-card-bg) !important;
}

.min-h-140px {
    min-height: 140px !important;
}

table.table.withAjax tbody td {
    cursor: pointer;
}

tr.totalRow {
    border-bottom-color: var(--kt-gray-400) !important;
    border-bottom-style: solid !important;
    text-transform: uppercase;
}

:not([data-theme=dark]) .progress small.survey-text {
    color: #000;
}

[data-theme=dark] .progress small.survey-text {
    color: #FFF;
}

.banklogo img {
    object-fit: contain;
}

.mobile-banner-container {
    position: relative;
    color: white;
    height: 60px;
    background-color: #28ace8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

    .mobile-banner-container img {
        width: 26px;
        height: 26px;
    }

.title-wrapper {
    margin-left: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .title-wrapper img {
        margin-right: 15px;
    }

    .title-wrapper p {
        margin: 0;
    }

.stores-info-wrapper {
    border-radius: 30px 4px 4px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7774c;
    width: 290px;
    height: 60px;
    padding: 0 20px;
}

.stores-text {
    font-size: 15px;
    width: 104px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    white-space: nowrap;
}

.icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
}

.banner-close-btn {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 13px;
    cursor: pointer;
}

.short-box {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#map {
    display: block;
    position: relative;
}

    #map::after {
        content: ' ';
        background: url('../../../../gmpin.png') center center no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -18px;
        margin-top: -42px;
        width: 37px;
        height: 42px;
    }

    #map::before {
        content: ' ';
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    
.dyn-data p {
    background: transparent !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    padding: unset !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.swal2-validation-message {
    background: none;
    padding: 1px 0 0;
}

    .swal2-validation-message::before {
        position: relative;
        top: -1px;
    }

.swal2-textarea {
    margin-top: 5px;
}

.swal2-popup .swal2-title {
    padding-top: 1rem;
}

textarea.form-control-solid[disabled] {
    background: var(--aps-textarea-disabled-bg);
    cursor: not-allowed;
}

/*=== Announcement No Img Thumbs ===================*/
.aps-info {
    background-color: var(--aps-info-bg-color);
    color: var(--aps-info-color);
}

    .aps-info:hover {
        color: var(--aps-info-color);
    }

    .aps-info .aps-no-thumb {
        background-image: var(--aps-info-icon);
    }

.aps-warning {
    background-color: var(--aps-warning-bg-color);
    color: var(--aps-warning-color);
}

    .aps-warning:hover {
        color: var(--aps-warning-color);
    }

    .aps-warning .aps-no-thumb {
        background-image: var(--aps-warning-icon);
    }

    .aps-warning .aps-no-thumb{
        background-size: contain;
        background-repeat: no-repeat;
        width: 90px !important;
    }
    .aps-danger {
        background-color: var(--aps-danger-bg-color);
        color: var(--aps-danger-color);
    }

    .aps-danger:hover {
        color: var(--aps-danger-color);
    }

    .aps-danger .aps-no-thumb {
        background-image: var(--aps-danger-icon);
    }

.aps-event {
    background-color: var(--aps-event-bg-color);
    color: var(--aps-event-color);
}

    .aps-event:hover {
        color: var(--aps-event-color);
    }

    .aps-event .aps-no-thumb {
        background-image: var(--aps-event-icon);
    }

.aps-news {
    background-color: var(--aps-news-bg-color) !important;
    color: var(--aps-news-color);
}

    .aps-news:hover {
        color: var(--aps-news-color);
    }

    .aps-news .aps-no-thumb {
        background-image: var(--aps-news-icon);
    }
        .aps-news .aps-no-thumb:not(.symbol-label) {
            background-size: contain;
            background-repeat: no-repeat;
            width: 143px !important;
        }

        .aps-news .aps-no-thumb.symbol-label {
            background-size: 68px 60px !important;
            background-color: var(--aps-news-bg-color) !important;
        }

.aps-note {
    background-color: var(--aps-note-bg-color);
    color: var(--aps-note-color);
}

    .aps-note:hover {
        color: var(--aps-note-color);
    }


    .aps-note .aps-no-thumb {
        background-image: var(--aps-note-icon);
    }

.aps-survey {
    background-color: var(--aps-note-bg-color);
    color: var(--aps-note-color);
}

    .aps-survey:hover {
        color: var(--aps-note-color);
    }


    .aps-survey .aps-no-thumb {
        background-image: var(--aps-survey-icon);
    }

    .aps-info .aps-no-thumb,
    .aps-danger .aps-no-thumb,
    .aps-event .aps-no-thumb,
    .aps-note .aps-no-thumb,
    .aps-survey .aps-no-thumb {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        .aps-info .aps-no-thumb.symbol-label,
        .aps-warning .aps-no-thumb.symbol-label,
        .aps-danger .aps-no-thumb.symbol-label,
        .aps-event .aps-no-thumb.symbol-label,
        .aps-note .aps-no-thumb.symbol-label,
        .aps-survey .aps-no-thumb.symbol-label {
            background-color: inherit;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 45px 60px !important;
        }

.btn.icon-right i.fas {
    padding-right: 0;
    padding-left: 0.35rem;
    position: relative;
    top: -1px;
}

.webview {
    background-image: none !important
}

    .webview > .flex-root > .page {
        margin-top: 1rem;
    }

    .webview .page-caption {
        display: none !important;
    }

#mobile-redirect-banner {
    height: 80px;
    width: 100%;
    background-color: var(--kt-app-blank-bg);
    position: fixed;
    top: 0;
    z-index: 110;
    padding: 16px 6px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

    #mobile-redirect-banner .close-and-logo {
        display: flex;
        align-items: center;
    }

.close-and-logo #banner-close-btn {
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 8px 10px 15px;
}

.banner-text {
    font-size: 16px;
    font-weight: 400;
    color: #003A70
}

    .banner-text span {
        color: #003A70;
        font-weight: 700;
    }

.close-and-logo .logo-desc {
    display: flex;
    align-items: center;
}

.logo-desc img {
    margin-right: 8px;
}

.logo-desc .desc .title {
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.logo-desc .desc .sub-title {
    line-height: 13px;
    font-size: 13px;
    margin-bottom: 0;
}
/*Lease*/
.lease .fv-row,.lease-detail .fv-row {
    display: flex;
    align-items: center;
}
.lease .file-icon i {
    font-size: 30px;
}
.content .card .payment-day {
    width: 78px !important;
}
.content .card .date-input i {
    right: 14px;
    top: 16px;
    font-size: 12px;
    cursor:pointer;
}
.content .card .date-input > div {
    min-width:140px;
}
.content .card .custom-readonly-input {
    border: 1px dashed #bdbdbe !important;
}
.lease-contracts-list .table th {
    font-weight: bold;
    font-size: 1.1rem;
}

.lease-contracts-list thead tr {
    background: var(--lease-contract-table-header-bg);
}

.lease-contracts-list .table tbody tr:hover {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease-in-out;
}

.lease-contracts-list tbody td, thead tr th {
    padding-left: 10px !important;
}

.lease-contracts-list .card-body {
    padding: 18px !important;
}
.lease-contracts-list .contract-table-body td{
    padding-top:12px;
}
.lease-contracts-list .contract-table-body td.button-col {
    padding-top: 2px !important;
}
.lease-contracts-list .contract-table-body td .badge.bg-secondary {
   color: var(--kt-secondary-inverse) !important;
}
.lease-contract-link {
    color: var(--bs-link-color);
    cursor: pointer;
    text-decoration: underline;
}
.lease-detail .bg-none{
    background-image:none;
}
/*Lease end of*/
/*Announcments*/
.page-item .page-link {
    width: auto !important;
}

.aps-thumb-span {
    padding: 0 5px;
}

/*Announcments end of*/

@media screen and (max-width: 768px) {
    body:not(.webview) #mobile-redirect-banner {
        display: flex !important;
    }

    body.with-sb:not(.webview) {
        margin-top: 80px;
        background-position-y: 80px !important;
    }

        body.with-sb:not(.webview) .header-menu.drawer-on,
        body.with-sb:not(.webview) .drawer-overlay {
            top: 80px;
        }

    body.with-sb.header-tablet-and-mobile-fixed[data-kt-sticky-header=on]:not(.webview) .header {
        top: 79px;
    }

    .aps-thumb-span {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #5079CB;
        padding: 0 5px;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .campaignSlider .card-body p.fw-semibold {
        height: 105px !important;
    }
}

.otherArea {
    display: none;
    resize: none;
}


html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
   flex-direction:column;
}

.fwf{
    font-variant-numeric:tabular-nums;
    letter-spacing:-0.033rem;
}


#mobile-banner {
    margin: auto;
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:1rem;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 1260px;
    font-size: 14px;
    position: relative;
    background:#fff;
    margin-bottom:2rem;
    --text-color: rgb(0, 58, 112);
    --bg-dark: #1e1e2d;
}

    #mobile-banner .logo-container {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-left: 1rem;
        margin-right: .5rem;
        max-width: 450px;
        flex-shrink: 1;
        color: var(--text-color);
    }

        #mobile-banner .logo-container img {
            width: 36px;
            height: 36px;
        }

        #mobile-banner .logo-container p {
            margin: 0;
            line-height: 1.5rem;
        }

    #mobile-banner .logo-container p > strong {
                font-weight: 700;
            }

    #mobile-banner .banner-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        border-top-left-radius: 200px 75px;
        border-bottom-left-radius: 10px 30px;
        color: #fff;
        padding: 1.2rem;
        position: relative;
        background: linear-gradient(to right, #2dc4e5 40%, #00a5df 100%);
    }

        #mobile-banner .banner-container::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: -10px;
            bottom: 0;
            z-index: -1;
            border-top-left-radius: 200px 75px;
            border-bottom-left-radius: 10px 30px;
            background: #00a5df;
        }


    #mobile-banner .mobile-application-links .mobile-application-link {
        color:white;
    }

        #mobile-banner .mobile-application-links .mobile-application-link:after {
            display: block;
            content: '';
            border-bottom: solid 2px #fff;
            transform: scaleX(0);
            transform-origin: 100% 50%;
            transition: transform 250ms ease-in-out;
        }


        #mobile-banner .mobile-application-links .mobile-application-link:hover:after {
            transform: scaleX(1);
            transform-origin: 0% 50%;
        }

#mobile-banner .banner-container .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0.06;
    border-top-left-radius: 300px;
    background: radial-gradient( circle farthest-corner at 210px, white 15%, #00a5df 16%, white 25%, #00a5df 26%, white 35%, #00a5df 36%, white 55%, #00a5df 56% );
}

        #mobile-banner .banner-container .banner {
            position: absolute;
            left: 40px;
            bottom: 0;
            z-index: 2;
        }

        #mobile-banner .banner-container .mobile-application-links {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-right: 1rem;
            z-index: 2;
        }

            #mobile-banner .banner-container .mobile-application-links .application-logos {
                display: flex;
                gap: 1rem;
            }

            #mobile-banner .banner-container .mobile-application-links  img {

                width:36px;
                height:36px;
            }

            #mobile-banner .banner-container .mobile-application-links p {
                margin: 0;
            }

            #mobile-banner .banner-container .mobile-application-links strong {
                font-weight: 700;
            }

    #mobile-banner .mobile-banner-close-icon {
        display: block;
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
        cursor: pointer;
        z-index: 4;
    }



[data-theme=dark] #mobile-banner {
    background-color: var(--bg-dark);
}

[data-theme=dark] #mobile-banner .logo-container {
        color: white;
    }

[data-theme=dark] #mobile-banner .banner-container {
        background: linear-gradient(to right, #4c525a 40%, #4c525a 100%);
    }

    [data-theme=dark] #mobile-banner .banner-container:before {
        background-color: #2f3237;
    }

.modal.modal-static .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
}

.guid-column {
    display: none;
}

@media (max-width: 1100px) {
    #mobile-banner {

        font-size: 13px;

    }

    #mobile-banner .logo-container {

        max-width:350px;

    }

        #mobile-banner .banner-container .mobile-application-links{
            gap:.5rem
        }

        #mobile-banner .banner-container .mobile-application-links img {
            width: 24px;
            height: 24px;
        }

    #mobile-banner .banner-container .banner {
        width:200px;
    }
}


    @media (max-width: 992px) {
        #mobile-banner {
            height: 140px;
            overflow: hidden;
        }

            #mobile-banner .logo-container {
                display: none;
            }

            #mobile-banner .banner-container {
                border-radius: 0;
                height: 100%;
                padding: 0.25rem 1rem;
            }

                #mobile-banner .banner-container .banner {
                    left: 1rem;
                    width: 170px;
                }

                #mobile-banner .banner-container .mobile-application-links {
                    flex-direction: column-reverse;
                    gap: 1rem;
                    width: 50%;
                    margin: 0;
                    text-align: end;
                    font-size: 18px;
                }

                    #mobile-banner
                    .banner-container
                    .mobile-application-links
                    .application-logos {
                        align-self: flex-end;
                    }

                    #mobile-banner .banner-container .mobile-application-links img {
                        width: 24px;
                        height: 24px;
                    }
            #mobile-banner .mobile-application-links .mobile-application-link {
                margin-left: auto;
            }

            #mobile-banner .mobile-banner-close-icon {
                /*display: none;*/
            }

            #mobile-banner .banner-container .gradient {
                left: -125px;
                height: 250px;
                opacity: 0.05;
            }
    }

td.dataTables_empty{
    pointer-events: none;
}

/* CASH BALANCE - ACCORDION */
.cash-balance {
    min-width: 950px;
    --cash-balance-available-and-outstanding-bg: rgba(21, 116, 173, 0.05);
    --cash-balance-available-and-outstanding-border-and-text-color: rgba( 21, 116, 173, 1 );
    --cash-balance-dark-mode-available-and-outstanding-bg: rgba( 0, 165, 223, 0.08 );
    --cash-balance-dark-mode-header-available-and-outstanding-bg: rgba(0, 165, 223, .15);
    --cash-balance-dark-mode-available-and-outstanding-border-and-text-color: #00bafc;
    --cash-balance-dashed-border: rgba(21, 116, 173, 0.4);
    --cash-balance-dark-mode-dashed-border: #4b4c4c;
    --cash-balance-incoming-bg: rgba(24, 136, 79, 0.05);
    --cash-balance-incoming-border-and-text-color: rgba(24, 136, 79, 1);
    --cash-balance-dark-mode-incoming-bg: rgba(0, 191, 147, 0.07);
    --cash-balance-dark-header-mode-incoming-bg: rgba(79, 201, 84, .15);
    --cash-balance-dark-mode-incoming-border-and-text-color: #4fc954;
    --cash-balance-outgoing-bg: rgba(213, 28, 41, 0.05);
    --cash-balance-outgoing-border-and-text-color: rgba(213, 28, 41, 1);
    --cash-balance-dark-mode-outgoing-bg: rgba(213, 28, 41, 0.08);
    --cash-balance-dark-mode-header-outgoing-bg: rgba(255, 23, 39, .15);
    --cash-balance-dark-mode-outgoing-border-and-text-color: #ff1727;
    --cash-balance-dark-mode-bg: #252626;
    --cash-balance-item-color: #212322;
    --cash-balance-dark-mode-active-item-bg: #1b1c1c;
    --cash-balance-dark-mode-item-color: #c6d0d4;
    --cash-active-accordion-bg: #f9f9f9;
    --container-border: #c4c8cc;
    --balance-width: 150px;
    background: var(--kt-card-bg);
    box-shadow: var(--kt-card-box-shadow);
    border-radius: .625rem;
    margin-bottom: 1.25rem;
}

     .cash-balance .cash-accordions * {
        box-sizing: border-box;
        font-family: Inter, sans-serif;
    }

     .cash-balance .cash-accordions {
        overflow: hidden;
        min-width: 950px;
    }

html[data-theme="dark"] .cash-balance .cash-accordions {
    border-color: #161719;
}

html[data-theme="dark"] .cash-balance .cash-accordions {
    background-color: var(--kt-card-bg);
}

 .cash-balance .cash-accordions .accordions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem;
    padding-bottom:0;
}

     .cash-balance .cash-accordions .accordions-header .accordions-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

 .cash-balance .cash-accordions .accordion-item-title {
    display: flex;
    justify-content: flex-end;
    padding-right: 28px;
    gap: 22px;
    font-size: 14px;

}

     .cash-balance .cash-accordions .accordion-item-title span {
        display: block;
        min-width: var(--balance-width);
        text-align: right;
    }

         .cash-balance .cash-accordions .accordion-item-title span.available,
         .cash-balance .cash-accordions .accordion-item-title span.outstanding {
            color: var(--cash-balance-available-and-outstanding-border-and-text-color);
        }

html[data-theme="dark"] .cash-balance .cash-accordions .accordion-item-title span.available,
html[data-theme="dark"]
.cash-balance
.cash-accordions
.accordion-item-title
span.outstanding {
    color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
}

 .cash-balance .cash-accordions .accordion-item-title span.incoming {
    color: var(--cash-balance-incoming-border-and-text-color);
}

html[data-theme="dark"] .cash-balance .cash-accordions .accordion-item-title span.incoming {
    color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
}

 .cash-balance .cash-accordions .accordion-item-title span.outgoing {
    color: var(--cash-balance-outgoing-border-and-text-color);
}

html[data-theme="dark"] .cash-balance .cash-accordions .accordion-item-title span.outgoing {
    color: var(--cash-balance-dark-mode-outgoing-border-and-text-color);
}

 .cash-balance .cash-accordions .accordions-header .accordions-title span {
    font-size: 13px;
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.accordions-header
.accordions-title {
    color: var(--cash-balance-dark-mode-item-color);
}

 .cash-balance .cash-accordions .accordions-header .accordions-title h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom:0 !important;
}

 .cash-balance .cash-accordions .accordions-header .accordions-settings {
    display: flex;
    gap: 0.5rem;
}

 .cash-balance .cash-accordions .cash-accordion {
    width: 100%;
    margin: auto;
    border-top: 1px dashed var(--cash-balance-dashed-border);
    padding: 0.5rem 0 0 0;
    transition: background 300ms ease-in-out;
    padding-left: 1rem;
    color: var(--cash-balance-item-color);
}

html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion {
    border-top: 1px dashed var(--cash-balance-dark-mode-dashed-border);
    color: var(--cash-balance-dark-mode-item-color);
}

    html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion.active {
        background-color: var(--kt-table-hover-bg);
    }

 .cash-balance .cash-accordions .cash-accordion.active {
    background-color: var(--cash-active-accordion-bg);
}

.cash-balance .cash-accordions .cash-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    border-bottom: 0 dashed var(--cash-balance-dashed-border);
    transition: all 300ms ease-in-out;
    padding-bottom: 0.5rem;
    font-size: 16px ;
}

 .cash-balance .cash-accordions .cash-accordion.active .accordion-header {
    padding-bottom: 0;
}

 .cash-balance .cash-accordions .cash-accordion .accordion-header .accordion-header-title {
    display: flex;
    min-width: 216px;
    width:100%;
    align-items: center;
    gap: 5px;
    border: none;
    font-weight: 700;
    font-size: 16px ;
    color: var(--cash-balance-available-and-outstanding-border-and-text-color);
}


    .cash-balance .cash-accordions .cash-accordion .accordion-header .accordion-header-title .img-container {
        width: 20px;
        height: 100%;
        display: grid;
        place-items: center;
    }


    .cash-balance .cash-accordions .cash-accordion .accordion-header .accordion-header-title img {
        transition: rotate 300ms ease-in-out;
    }

.cash-balance .cash-accordions .cash-accordion.active .accordion-header .accordion-header-title img {
    rotate: -180deg;
}

.cash-balance .cash-accordions .cash-accordion .accordion-header .accordion-header-title .currency-total {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed transparent;
    transition: all 300ms ease-in-out;
}


.cash-balance .cash-accordions .cash-accordion.active .accordion-header .accordion-header-title .currency-total {
    border-color: var(--cash-balance-dashed-border);
}

html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion.active .accordion-header .accordion-header-title .currency-total {
    border-bottom-color: var(--cash-balance-dark-mode-dashed-border);
}


html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion .accordion-header .accordion-header-title {
    color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
}



html[data-theme="dark"] .cash-accordions .cash-accordion .accordion-header .accordion-header-title img {
    filter: saturate(5);
 
}

 .cash-balance .cash-accordions .cash-accordion .accordion-header .currency-container {
    display: flex;
    align-items: center;
    color: var(--cash-balance-item-color);
}

.cash-balance .cash-accordions .cash-accordion span {
    padding: 0 6px;
    font-size: 18px;
    height: 100%;
    display: grid;
    place-items: center;
    border-bottom: 1px dashed transparent;
    transition: all 300ms ease-in-out;
}

.cash-balance .cash-accordions .cash-accordion.active span {
    border-bottom-color: var(--cash-balance-dashed-border);
}

html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion.active span {
    color: var(--cash-balance-dark-mode-dashed-border);
    border-bottom-color: var(--cash-balance-dark-mode-dashed-border);
}

 .cash-balance .cash-accordions .cash-accordion .accordion-header .currency-container > div {
    width: var(--balance-width);
    text-align: right;
    padding: 12px 13px 13px 0;
    border: 1px solid;
    border-radius: 6px;
    font-weight: 700;
    transition: all 300ms ease-in-out;
}


.cash-balance
.cash-accordions
.cash-accordion.active
.accordion-header
.currency-container > div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}


.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.available,
.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.outstanding {
    border-color: var( --cash-balance-available-and-outstanding-border-and-text-color );
    background-color: var(--cash-balance-available-and-outstanding-bg);
    color: var(--cash-balance-available-and-outstanding-border-and-text-color);
}


.cash-balance
.cash-accordions
.cash-accordion.active
.accordion-header
.currency-container
.currency.available,
.cash-balance
.cash-accordions
.cash-accordion.active
.accordion-header
.currency-container
.currency.outstanding {
    border-bottom: 1px dashed var(--cash-balance-available-and-outstanding-border-and-text-color);
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.available,
html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.outstanding {
    border-color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
    color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
    background-color: var(--cash-balance-dark-mode-header-available-and-outstanding-bg);
}


.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.incoming {
    border-color: var(--cash-balance-incoming-border-and-text-color);
    background-color: var(--cash-balance-incoming-bg);
    color: var(--cash-balance-incoming-border-and-text-color);
}

.cash-balance
.cash-accordions
.cash-accordion.active
.accordion-header
.currency-container
.currency.incoming {
    border-bottom: 1px dashed var(--cash-balance-incoming-border-and-text-color);
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.incoming {
    border-color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
    color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
    background-color: var(--cash-balance-dark-header-mode-incoming-bg);
}




.cash-accordions .cash-accordion .accordion-header .currency-container .currency.outgoing {
    border-color: var(--cash-balance-outgoing-border-and-text-color);
    background-color: var(--cash-balance-outgoing-bg);
    color: var(--cash-balance-outgoing-border-and-text-color);
}

.cash-accordions .cash-accordion.active .accordion-header .currency-container .currency.outgoing {
    border-bottom: 1px dashed var(--cash-balance-outgoing-border-and-text-color);
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-header
.currency-container
.currency.outgoing {
    border-color: var(--cash-balance-dark-mode-outgoing-border-and-text-color);
    color: var(--cash-balance-dark-mode-outgoing-border-and-text-color);
    background-color: var(--cash-balance-dark-mode-header-outgoing-bg);
}



 .cash-balance .cash-accordions .cash-accordion .accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease-in-out;
}

     .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content {
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

         .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .summary-container {
            display: flex;
            justify-content: space-between;
            margin: 0 0 0 25px;
        }

.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child {
    padding-bottom: 0.5rem;
}


    .cash-balance
    .cash-accordions
    .cash-accordion
    .accordion-body
    .accordion-content
    .summary-container:last-child .bank-container,
    .cash-balance
    .cash-accordions
    .cash-accordion
    .accordion-body
    .accordion-content
    .summary-container:last-child .items .item,
    .cash-balance
    .cash-accordions
    .cash-accordion
    .accordion-body
    .accordion-content
    .summary-container:last-child .items span{
        border-bottom: 0;
    }


.cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .bank-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 200px;
    font-size: 14px;
    border-bottom: 1px dashed var(--cash-balance-dashed-border);
}

html[data-theme="dark"] .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .bank-container {
    border-bottom-color: var(--cash-balance-dark-mode-dashed-border) !important;
}


 .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .item {
    width: var(--balance-width);
    text-align: right;
    padding: 12px 13px 13px 0;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}

    .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .item.available,
    .cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .item.outstanding {
        color: var(--cash-balance-available-and-outstanding-border-and-text-color);
        border-left: 1px solid var(--cash-balance-available-and-outstanding-border-and-text-color);
        border-right: 1px solid var(--cash-balance-available-and-outstanding-border-and-text-color);
        background: #fff;
        height: 100%;
        display: grid;
        align-items: center;
        position: relative;
        border-bottom: 1px dashed var(--cash-balance-available-and-outstanding-border-and-text-color);
    }

html[data-theme="dark"] .cash-accordions .cash-accordion .accordion-body .accordion-content .item.available,
html[data-theme="dark"] .cash-accordions .cash-accordion .accordion-body .accordion-content .item.outstanding {
    color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
    border-color: var( --cash-balance-dark-mode-available-and-outstanding-border-and-text-color );
    background-color: var(--cash-balance-dark-mode-available-and-outstanding-bg);
}

.cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .item.incoming {
    color: var(--cash-balance-incoming-border-and-text-color);
    border-left: 1px solid var(--cash-balance-incoming-border-and-text-color);
    border-right: 1px solid var(--cash-balance-incoming-border-and-text-color);
    background: #fff;
    height: 100%;
    display: grid;
    align-items: center;
    position: relative;
    border-bottom: 1px dashed var(--cash-balance-incoming-border-and-text-color);
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.item.incoming {
    color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
    border-color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
    background-color: var(--cash-balance-dark-mode-incoming-bg);
}

.cash-balance .cash-accordions .cash-accordion .accordion-body .accordion-content .item.outgoing {
    color: var(--cash-balance-outgoing-border-and-text-color);
    border-left: 1px solid var(--cash-balance-outgoing-border-and-text-color);
    border-right: 1px solid var(--cash-balance-outgoing-border-and-text-color);
    background: #fff;
    height: 100%;
    display: grid;
    align-items: center;
    position: relative;
    border-bottom: 1px dashed var(--cash-balance-outgoing-border-and-text-color);
}

html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.item.outgoing {
    color: var(--cash-balance-dark-mode-outgoing-border-and-text-color);
    border-color: var(--cash-balance-dark-mode-outgoing-border-and-text-color);
    background-color: var(--cash-balance-dark-mode-outgoing-bg);
}



.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.available,
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.outstanding {
    border-bottom: 1px solid var(--cash-balance-available-and-outstanding-border-and-text-color);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.available,
html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.outstanding {
    border-bottom-color: var(--cash-balance-dark-mode-available-and-outstanding-border-and-text-color);
}


html[data-theme="dark"]
.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.incoming {
    border-bottom-color: var(--cash-balance-dark-mode-incoming-border-and-text-color);
}

.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.incoming {
    border-bottom: 1px solid var(--cash-balance-incoming-border-and-text-color);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}



.cash-balance
.cash-accordions
.cash-accordion
.accordion-body
.accordion-content
.summary-container:last-child
.item.outgoing {
    border-bottom: 1px solid var(--cash-balance-outgoing-border-and-text-color);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


 .cash-balance .cash-accordions .cash-accordion.active .accordion-body {
    grid-template-rows: 1fr;
}
#declaration-modal-form .modal-body{
    position:relative;
}

#declaration-modal-form .pdf-button span {
    position: relative;
    top: 1px;
}

#declaration-modal-scroll {
    margin-top: 30px;
}

#ticketimg-grid .image-content{
    width:70px;
}

#ticketimg-grid .file-date {
    min-width: 125px;
}

#ticketimg-grid-body tr{
    height:40px;
}
#ticketimg-grid-body .file-icon{
    pointer-events:none;
}
#package-modal #dzone .dz-progress{
    display:none !important;
}
/* CASH BALANCE - ACCORDION END*/
.select2-dropdown {
    z-index: 96;
}


.scrollable-sub-menu > .menu-sub:not(.menu-item > :has(.menu-dropdown,.menu-lg-down-accordion,.menu-sub-lg-dropdown)) {
    max-height: 750px;
    overflow-y: auto;
}

.header-menu:not(.drawer) [id='#kt_header_menu'] > .menu-item {
    text-wrap: nowrap;
}

.header-menu:not(.drawer) [id='#kt_header_menu']  .menu-sub .menu-item {
    text-wrap: wrap;
}

.header-menu:not(.drawer) [id='#kt_header_menu'] > .menu-item > .menu-link > .menu-title {
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.backdrop-blur-10 {
    backdrop-filter: blur(10px);
}

html[data-theme="dark"] .custom-empty-table img {
    filter: invert(1);
}


.earn-campaign-banner {
    background-size: contain;
    background-repeat: no-repeat;
}

.earn-campaign-banner-mobile {
    height: 66px;
    background-size: contain;
    margin: 6px;
    background-repeat: no-repeat;
}

#languageSelector .menu-link {
    text-transform: capitalize;
}