﻿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");
    --custom-switch-bg: #9A9B9A;
    --debt-list-header-bg: #dcdee1;
    --execs-debt-list-title-minus-stroke: #D51C29;
    --execs-debt-list-header: #f7d2d4;
    --kgfd-text-color: #212322;
    --empty-state-text: #8c8c8c;
    --profile-card-bg: #F4F4F4;
    --profile-card-username-color: #212322;
}

[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: none;
    --kt-header-desktop-fixed-bg-color: #1e1e2d;
    --kt-header-desktop-fixed-box-shadow: none;
    --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");
    --custom-switch-bg: #2B2B40;
    --debt-list-header-bg: #383939;
    --execs-debt-list-title-minus-stroke: #f7d2d4;
    --execs-debt-list-header: #d51c29;
    --kgfd-text-color: #c6d0d4;
    --empty-state-text: #c6d0d4;
    --profile-card-bg: #1e1e2d;
    --profile-card-username-color: #9A9B9A;
}

.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;
    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;
}

.alert.isanonymous-alert{
    margin: 0 25px;
}
/*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*/

/**KFD*/

.user-information-container {
    height: 140px;
    background-color: #7E8EE7;
    border-radius: 8px;
    padding: 18px 26px;
    position:relative;
    display:flex;
    justify-content:space-between;
}

.bg-image {
    width: 185px;
    height: 120px;
    position: absolute;
    background-image: url('../../../general/kfd/user_info_bg.svg');
    transform: translateX(-50%) scaleX(-1);
    left: 50%;
    mix-blend-mode: soft-light;
    bottom:0
}
.user{
    display:flex;
    gap:24px;
}
.user-avatar {
    display:flex;
    align-items:center;
    justify-content:center;
    width:97px;
    height:97px;
    border: 4px solid #fff;
    border-radius: 50%;
}
.user-avatar img{
    border-radius:50%;
    object-fit:cover;
}
.user-avatar span{
    font-size:36px;
    color:#fff;
}
.profile-name{
    margin-top:8px;
    margin-bottom:20px;
    font-size:16px;
    font-weight:600;
    color:#fff;
}
.profile-email{
    margin-bottom:8px;
}
.profile-email span,
.profile-phone span{
    font-size:12px;
    font-weight:400;
    color:#fff;
    margin-left:6px;
}

.balance-container .balance .balance-header {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.user-balance-money {
    font-weight: 400;
    font-size: 16px;
    color:#fff;
}
.balance-container .balance {
    width: 260px;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.balance.over-payment {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 12px;
}
.redirect-lease-button {
    background: #0084FF;
    padding: 12px 29px;
    border-radius: 4px;
    color:#fff;
    margin-left:24px;
}
a.redirect-lease-button:hover,a.pay-button:hover{
    color:#fff !important;
    cursor:pointer;
}
a.account-statement-button:hover{
    color:#000;
    cursor:pointer;
}
.pay-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #4CAF50;
    padding: 12px 29px;
    border-radius: 4px;
    color: #fff;
}
.account-statement-button {
    background: #fff;
    padding: 8px 16px;
    border: 1px solid #9A9B9A;
    border-radius:4px;
    color: #000000;
    font-size:12px;
}

.financial-card {
    border: 1px solid #eff2f5;
    padding: 20px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.debt-filter{
    display:flex;
    justify-content:space-between;
}
.debt-filter-picker-buttons{
    display:flex;
    align-items:center;
    gap:10px;
}
.debt-filter-buttons {
    display: flex;
    gap: 45px;
}
.debt-filter-date-picker{
    position:relative;
}
.debt-filter input[name="daterange"] {
    padding: 7px 16px;
    border: 1px solid #00000029;
    border-radius: 4px;
    font-size: 12px;
    width: 210px;
}
.desc-td .item-description{min-width:370px;}
.debt-filter-date-picker img {
    position: absolute;
    right: 10px;
    top: 7px;
}
.debt-filter input[name="daterange"]:focus-visible {
    outline: none;
}
.financial-card .form-check-input {
    height: 22px !important;
    cursor:pointer;
}
.financial-card .form-check-custom.form-check-solid .form-check-input {
    background-color: var(--custom-switch-bg) !important;
}
.financial-card .form-check-custom.form-check-solid .form-check-input:checked {
    background-color: #4CAF50 !important;
}

.button-area{
    margin:24px 0;
}
.debt-category-header{
    display:flex;
    align-items:center;
}
.debt-category-header .no-toggle{
    border: 0;
    background: none;
}
.debt-category-header .no-toggle i{
    color:#000;
}
.debt-list {
    border: 1px solid #eff2f5;
    border-top: unset;
}
.debt-list.execs{
    margin-top: 2.75rem;
    border: 1px solid #f2bbbf;
    border-radius:10px;
}
.debt-list.execs .debt-list-header{
    background: var(--execs-debt-list-header) !important;
    color: #eea4a9 !important;
    border-color: #f7d2d4 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.debt-status-loading-container {
    width: 100%;
    height: 200px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.custom-spinner {
    display: inline-block;
}
.custom-spinner:after {
    content: ' ';
    display: block;
    width: 35px;
    height: 35px;
    margin: 2px;
    border-radius: 50%;
    border: 4px solid #00a5df;
    border-color: #00a5df transparent #00a5df transparent;
    animation: custom-spinner 1.2s linear infinite;
}
@keyframes custom-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.debt-list.execs .debt-list-header .debt-list-title span,
.debt-list.execs .debt-list-header .debt-list-head span{
    color:#d51c29 !important;
}
.debt-list.execs .debt-list-title .court{margin-left:8px;}
.debt-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    padding-left: 25px;
    padding-right: 8px;
    background: var(--debt-list-header-bg);
    border: 1px solid #c4c8cc;
    border-left: 0px;
    border-right: 0px;
}

[data-theme=dark] .debt-list-head span,
[data-theme=dark] .debt-list .accordion-header-content .debt-category-list-head span {
    background: linear-gradient(90deg,#0000001f,#0000);
    color: #c6d0d4;
}
[data-theme=dark] .debt-list-title span,
[data-theme=dark] .debt-category-header span,
[data-theme=dark] .debt-category-header .no-toggle i,
[data-theme=dark] .debt-table thead tr th {
    color: #c6d0d4;
}

[data-theme=dark] .debt-list .accordion-header-content {
    background: #2e2f2f;
}
[data-theme=dark] .financial-card,
[data-theme=dark] .debt-list,
[data-theme=dark] .debt-list-header,
[data-theme=dark] .debt-list .accordion-header-content,
[data-theme=dark] .debt-table tbody tr {
    border: unset;
}
[data-theme=dark] .accordion-item.category-item:after {
    border-bottom: 1px solid #4b4c4c;
}
[data-theme=dark] .accordion-item.category-accordion-item .accordion-collapse.custom-accordion-collapse-arrows.show:before {
    border-left: 1px solid #4b4c4c;
}
[data-theme=dark] .accordion-item.category-item:before {
    border-right: 8px solid #4b4c4c;
}
[data-theme=dark] .accordion-item.category-accordion-item .accordion-collapse.custom-accordion-collapse-arrows.show:after {
    border-top: 8px solid #4b4c4c;
}
[data-theme=dark] .debt-table tbody tr:hover {
    background-color: #ffdd3c20;
}
[data-theme=dark] .desc-tooltip,
[data-theme=dark] .debt-category-header span.tooltip-text {
    background: #000;
}
[data-theme=dark] .financial-card .form-check-custom.form-check-solid .form-check-input {
    background-color: #2B2B40;
}
[data-theme=dark] .accordion-item.category-item:last-child .accordion-collapse:before {
    background-color: #2B2B40;
}
[data-theme=dark] .debt-filter-date-picker input,
[data-theme=dark] .account-statement-button {
    background: transparent;
    color: #c6d0d4;
    border: 1px solid #323248;
}
[data-theme=dark] .debt-list-title img:not(.court):not(.execs-minus),
[data-theme=dark] .debt-filter-date-picker img,
[data-theme=dark] .account-statement-button img,
[data-theme=dark] .printer-icon,
[data-theme=dark] .debt-list__footer_title img,
[data-theme=dark] .relation-pin img{
    filter: invert(1);
}
[data-theme=dark] .debt-list-title img.court {
    filter:invert(100%) sepia(0%) saturate(2%) hue-rotate(238deg) brightness(111%) contrast(101%);
}
[data-theme=dark] .debt-table tbody tr:nth-child(2n) {
    background: unset;
}
[data-theme=dark] .debt-list.execs .debt-list-header .debt-list-title span,
[data-theme=dark] .debt-list.execs .debt-list-header .debt-list-head span{
    color: #fbe8ea !important;
}
.execs .debt-list-title svg {
    stroke: var(--execs-debt-list-title-minus-stroke);
}
.debt-list-title span {
    font-size: 14px;
    font-weight: 600;
    color: #212322;
}
.debt-list-head {
    display: grid;
    grid-template-columns: repeat(4, 135.5px);
}
.debt-list-head span{
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #212322;
    padding: 12px 12px 12px 0;
    text-align: right;
    background: linear-gradient(90deg, #00000008, #0000);
}


#categoryAccordion{
    padding:8px;
}
.debt-list .accordion-button .accordion-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    transition: transform 0.2s ease;
}

.debt-list .accordion-button.collapsed .accordion-icon::before {
    content: "\f067"; 
}
.debt-list .accordion-button::after{
    background-image:unset !important;
}
.debt-list .accordion-item{
    margin:10px 0;
}
.debt-list .accordion-item .accordion-body{
    padding:0 !important;
}

.debt-list .accordion-toggle .accordion-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067"; /* plus */
}

.debt-list .accordion-toggle[aria-expanded="true"] .accordion-icon::before {
    content: "\f068"; /* minus */
}
.debt-list .accordion-header-content {
    height: 44px;
    padding: 0 0 0 16px;
    background: #e7e9eb;
    border-radius: 4px !important;
    border: 1px solid #dcdee1;
    justify-content:space-between;
}
.debt-list .accordion-header-content .debt-category-list-head span{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #212322;
    padding: 12px 12px 12px 0;
    text-align: right;
    background: linear-gradient(90deg, #00000008, #0000);
}
.debt-category-list-head {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 135px));
}
.debt-table{
    margin-bottom:0;
}
.debt-table thead tr th {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color:#000;
}
.debt-table .documentDate {
    min-width: 90px;
    width: 90px;
}
.debt-table .expireDate {
    min-width: 100px;
    width: 100px;
    padding-left:0 !important;
}
.custom-menu-button {
    padding-bottom: 2px !important;
}
.debt-table .price {
    min-width: 98px;
    width: 135px;
    text-align: right;
    background: linear-gradient(90deg, #00000008, #0000);
}
.debt-table tbody tr:nth-child(2n) {
    background-color: #f9f9fa;
}
.debt-table tbody tr {
    border-top: 1px solid #e5e5e5;
}
.debt-table tbody tr:hover{
    background-color:#fff7d0;  
}
tbody tr td#credit span {
    background-color: #4caf50;
    border-radius: 2px;
    color: #fff;
    padding: 6px;
}
tbody tr td#debt span {
    background-color: #d51c29;
    border-radius: 2px;
    color: #fff;
    padding: 6px;
}
.accordion-body {
    position: relative;
}
.relation-line {
    position: absolute;
    border: 1px solid;
    border-left: none;
    border-radius:0px 4px 4px 0px;
}
.relation-line:before {
    background-image: url('../../../general/kfd/icon_arrow_left.svg');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    content: '';
    height: 13px;
    width: 8px;
    position: absolute;
    left: -3px;
    bottom: -7px; 
}

.relation-line.reverse:before {
    top: -7px;    
    bottom: auto;  
}
.relation-pin img {
    width: 16px;
    height: 16px;
    background: #fff;
}
.debt-table thead th {
    padding: 12px 0;
}
.debt-table tbody tr td[val=desc], .debt-table tbody tr td.detail-desc{
    max-width:160px;
}
.debt-table tbody tr td:not(.desc-tooltip-td) {
    padding: 12px 15px 12px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;  
}
.debt-table tbody tr td[val=desc] {
    display: flex;
    gap: 12px;
    max-width: 414px;
    border-width:0 !important;
    padding:22px 8px !important;
}

.debt-table .item-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.accordion-header-content:not(.collapsed) .debt-category-list-head span {
    font-weight: 700;
}
.debt-category-header .dropdown-menu {
    border-radius: 8px;
    padding: 12px 4px;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.debt-category-header .dropdown-menu .dropdown-item img{
    min-width: 14px;
    margin-inline-end: 8px;
    font-size: 12px;
}

.debt-category-header .tooltip-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.debt-category-header span.tooltip-text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 13px;
    z-index: 100;
}


.debt-category-header span.tooltip-wrap:hover span.tooltip-text {
    visibility: visible;
    opacity: 1;
}

.debt-category-header span.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}


.debt-list__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    padding-left: 25px;
}
.debt-list__footer .debt-list__footer_title{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: var(--kgfd-text-color);
    text-align: right;
    width: 43%;
    text-transform: uppercase;
}
.debt-list__footer .debt-list__footer_title img{
    padding-right: 12px;
    vertical-align: sub;
}
.debt-list-grand-total {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 134px));
    margin: 0 10px;
}
.debt-list-grand-total span{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 12px 12px 0;
    text-align: right;
    color: var(--kgfd-text-color);
}
.debt-list.execs .debt-list__footer span {
    color: #d51c29;
}
.execs .debt-list__footer .debt-list__footer_title img {
    filter: invert(17%) sepia(36%) saturate(6514%) hue-rotate(343deg) brightness(108%) contrast(100%);
}

.desc-td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-tooltip {
    display: none;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 2px;
    background: #333;
    color: #fff;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 11px;
    white-space: normal;
}
.printer-tooltip {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: normal;
    z-index: 100;
}

.desc-td:hover .desc-tooltip {
    display: block;
}

.accordion.category-accordion {
    padding:16px 0 16px 36px !important;
}
.accordion-item.category-accordion-item{
    position:relative;
    border:unset;
}
.accordion-item.category-item:last-child .accordion-collapse:before {
    content: "";
    position: absolute;
    width: 10px;
    height: calc(100% + 17px);
    left: -18px;
    top: 46px;
    margin-top: -23.1px;
    background-color: #fff;
}

.accordion-item.category-accordion-item .accordion-collapse.custom-accordion-collapse-arrows.show:before {
    content: "";
    position: absolute;
    height: calc(100% - 91px);
    border-left: 1px solid #dcdee1;
    left: 20px;
    top: 43px;
}

    .accordion-item.category-accordion-item .accordion-collapse.custom-accordion-collapse-arrows.show:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: solid 8px #dcdee1;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        left: 15.6px;
        top: 43px;
    }

.accordion-item.category-item:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: solid 8px #dcdee1;
    border-bottom: solid 5px transparent;
    border-top: solid 5px transparent;
    left: -10px;
    top: 18px;
}
.accordion-item.category-item:after {
    content: "";
    position: absolute;
    left: -17px;
    width: 13px;
    margin-top: -3px;
    top: 25px;
    height: 1px;
    border-bottom: 1px solid #dcdee1;
}
.accordion-item.category-item{
    position:relative;
}
.empty-state {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 10px;
    padding: 32px 16px;
}
.empty-state p {
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    color: var(--empty-state-text);
    margin-bottom: 0;
}
.status-bar--green {
    background: #4caf50;
}

.status-bar--soft-green {
    background: #48d282;
}

.status-bar--orange {
    background: #ff9503;
}

.status-bar--red {
    background: #e53935;
}

.status-bar--dark-red {
    background: #b71c1c;
}


@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;
}
.menu-custom-item {
    height: 130px !important;
    display: flex !important;
    align-items: center;
    padding-left: 20px !important;
}
.menu-custom-content{
    padding:16px 0 !important;
}
.logout-content{
    display:flex !important;
    align-items:center !important;
}
.logout-content img{
    width:16px !important;
    height:16px !important;
}
.menu-link.logout-link,
.menu-link.logout-link:hover {
    background-color: transparent !important;
    color: #7A7B7A !important;
    padding-left: 6px !important;
    padding-top: 8px !important;
    font-size:13px !important;
    font-weight:500;
}
.account-info-logout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--profile-card-bg);
    padding: 6px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.account-info,
.account-info:hover{
    color: #00A5DF !important;
    text-decoration:underline !important;
    text-underline-offset:2px !important;
    font-weight:500;
}
.account-data-username {
    font-size: 18px;
    color: var(--profile-card-username-color);
}
.account-data-email {
    font-size: 14px;
    color:#9A9B9A !important;
}

#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;
}

.active-border {
    border: 1px solid #50cd89;
}

/* 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 .cash-accordion {
    position: relative;
    z-index: 1;
}

.cash-balance .cash-accordions .cash-accordion:hover {
    z-index: 200 !important;
}

.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.active .accordion-body .accordion-content {
        overflow: visible;
    }

         .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;
    z-index: 10;
    overflow: visible !important;
}

.summary-container {
    position: relative;
    z-index: 1;
}

.summary-container:hover {
    z-index: 50 !important;
}




.balance-tooltip {
    width: 340px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--kt-card-bg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.balance-tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.bank-icon {
    width: 90px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
html[data-theme="dark"] .balance-tooltip .balance-tooltip-header .bank-icon,
html[data-theme="dark"] .balance-tooltip .bank-and-iban-info .copyable-button {
    filter: invert(1) hue-rotate(180deg);
}

.last-update {
    font-size: 11px;
    color: #6b7280;
    text-align: right;
    line-height: 1.4;
}

.balance-tooltip-body .bank-and-iban-info,
.balance-tooltip-body .bank-balance,
.balance-tooltip-body .tooltip-cash-balance {
    padding: 12px 16px;
}

.balance-tooltip-body .bank-and-iban-info,
.balance-tooltip-body .bank-balance {
    box-shadow: inset 0px -1px 0px #DDDDDD;
}
.bank-and-iban-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.balance-tooltip .balance-tooltip-body .bank-and-iban-info .copyable-button {
    width: 20px;
    height: 20px;
    background-color: var(--p2_bg) !important;
    cursor: pointer;
}
.balance-tooltip .bank-and-iban-info .copyable-button {
    background-image: url('../../../general/site-financial-cash/icon-copy.svg');
}
.copyable-button:hover {
    opacity: 1;
}

.bank-balance,
.tooltip-cash-balance{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.balance-tooltip .balance-tooltip-body .bank-balance > div:last-child {
    font-weight: 800;
}

.balance-tooltip-footer {
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 16px;
    color: #FFFFFF;
}

.balance-tooltip-caution .balance-tooltip-footer {
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    color: white;
}
.balance-tooltip .balance-tooltip-footer .balance-diff-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: Inter;
    font-style: normal;
    display: flex;
    align-items: center;
}

.balance-tooltip .balance-tooltip-footer .diff-text-success-icon {
    background-image: url('../../../general/site-financial-cash/icon-footer-check.svg');
    width: 20px;
    height: 20px;
    background-position: center !important;
    background-size: 30px;
}

.balance-tooltip .balance-tooltip-footer .balance-diff-text .diff-text-caution-icon {
    background-image: url('../../../general/site-financial-cash/icon-warning-white.svg');
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background-position: center !important;
    background-size: 18px;
}

.balance-diff {
    font-size: 16px;
    font-weight: 700;
}

@keyframes fadeInTooltip {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.cash-tooltip-container {

    cursor: pointer;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cash-tooltip-container.is-success{
    width: 16px;
    height: 16px;
    background-image: url('../../../general/site-financial-cash/icon-check.svg');
}
.cash-tooltip-container.is-warning{
    width: 20px;
    height: 20px;
    background-image: url('../../../general/site-financial-cash/icon-warning.svg');
}

.balance-check-tooltip {
    position: relative;
    display: inline-block;
}

.balance-tooltip-wrapper {
    position: absolute;
    top: 50%; 
    left: 100%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 9999;
    pointer-events: none; 
}

.cash-tooltip-container:hover .balance-tooltip-wrapper,
.balance-check-tooltip:hover .balance-tooltip-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%) translateX(15px) !important;
    pointer-events: auto;
}

.summary-container:first-child .balance-tooltip-wrapper {
    top: -70px !important;
    transform: translateY(0) translateX(10px) !important;
}

.summary-container:first-child:hover .balance-tooltip-wrapper {
    transform: translateY(0) translateX(15px) !important;
}

.summary-container:first-child .balance-tooltip-wrapper::before {
    top: 0 !important;
    height: 95px !important; 
    transform: none !important;
    width: 40px !important;
    left: -35px !important;
}

.balance-check-tooltip {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer;
}


.balance-tooltip-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px; 
    left: -30px;
    width: 40px;
    display: block;
    z-index: -1;
    background: transparent;
}

.accordion-tooltip, .balance-check-tooltip {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-icon, .caution-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.caution-icon {
    background-image: url('../../../general/site-financial-cash/icon-warning.svg');
}


.cash-balance .cash-accordions .cash-accordion.active .accordion-body {
    z-index: 110;
    overflow: hidden;
}

.cash-balance .cash-accordions .cash-accordion.active:hover .accordion-body {
    overflow: visible;
}

.cash-balance .cash-accordions .cash-accordion.active .accordion-body .accordion-content {
    overflow: hidden;
}

.cash-balance .cash-accordions .cash-accordion.active:hover .accordion-body .accordion-content {
    overflow: visible;
}

.card:has(.cash-balance),
.card:has(.cash-balance) .card-body,
.card:has(.cash-balance) .table-responsive,
.cash-balance,
.cash-accordions {
    overflow: visible !important;
}

.card:has(.cash-balance) {
    z-index: 20; 
    position: relative;
}

.card:has(.cash-balance) .card-header {
    z-index: 10;
    position: relative;
}

.card:has(.cash-balance) .card-body {
    z-index: 15; 
    position: relative;
}

.cash-tooltip-container:hover .balance-tooltip-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%) translateX(15px) !important;
}


.accordion-tooltip {
    width: 100%;
    height: 100%;
    position: relative;
}
.balance-tooltip .balance-tooltip-header .bank-icon {
    width: 152px;
    height: 48px;
    max-width: 152px;
    max-height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.balance-tooltip.balance-tooltip-success {
    border:1px solid #4CAF50;
}
.balance-tooltip.balance-tooltip-caution {
    border:1px solid #FDB740;
}
.balance-tooltip.balance-tooltip-success .balance-tooltip-footer {
    background-color: #4CAF50;
    justify-content: center;
}

.balance-tooltip.balance-tooltip-success .balance-tooltip-footer {
    background-color: #4CAF50;
    justify-content: center;
}



#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;
}


.attachment-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.attachment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.attachment-item:hover {
    background: var(--kt-gray-200);
}

.attachment-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.attachment-dialog {
    max-width: 560px;
    width: 100%;
}

.attachment-modal {
    border-radius: 8px;
}
.attachment-list {
    flex: 1;
}
.empty-icon {
    font-size: 48px;
    opacity: 0.5;
}
.attachment-empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #6c757d;
    text-align: center;
    padding-top:30px;
}
.attachment-modal .modal-body:not(.empty-body) {
    min-height: 250px;
    height: 250px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.attachment-modal .modal-body.empty-body{
    min-height:200px;
}
.attachment-modal .modal-body.empty-body .empty-text {
    font-size:14px;
}
.attachment-icon {
    font-size: 20px;
    color: #6c757d;
}

.attachment-name {
    font-size: 14px;
    color: var(--bs-table-color);
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.attachment-actions i {
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.2s;
}

.attachment-actions i:hover {
    color: #0d6efd;
}

.attachment-modal .modal-body {
    padding: 7px 0px 16px 7px !important;
}


.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;
}


.reservation-mobile-app-section {
    display:grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr ;
    gap:80px;

}

.reservation-mobile-app-section h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.5;

}

.reservation-mobile-app-section p {
    margin-top:20px;

    font-size:22px;

    max-width: 45ch;
}

.reservation-mobile-app-section nav {
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin-top:28px;
}

.reservation-mobile-app-section > img  {
    width:100%;
}

.reservation-mobile-app-section .store-button {
    width: 140px;
    height:40px;
}

.reservation-mobile-app-section .store-button img {
    width:100%;
    height:100%;
    object-fit:contain;
}

.reservation-mobile-app-section .text-primary {
    color: rgba(0, 165, 223, 1);
}


@media screen and (max-width: 1200px) {
    .reservation-mobile-app-section {
        grid-template-columns: 1fr;
        gap: 32px;

        text-align: center;
    }

    .reservation-mobile-app-section nav {
        justify-content:center;
    }
}

@media (min-width: 992px) {
    .custom-lg-pb{
        padding-bottom:5.75rem !important;
    }
}