.user-data {
    display: flex;
    width: 100%;
    gap: 24px;
    padding: 24px 0;
}

.user-data-list,
.user-data-list-col {
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.user-data-list div:first-child {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.user-data-list-col {
    border-right: 1px solid var(--border-grey);
    padding-right: 24px;
}

.user-data-list-col.no-line {
    border: 0px;
}

.account-tabs-titles {
    margin: 24px 0;
    width: 100%;
}

.account-tabs-titles ul {
    justify-content: space-between;
    gap: 32px;
    list-style: none;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid var(--e-global-color-752e732);
}

.account-tabs-titles ul li {
    padding: 6px 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-tabs-titles ul li.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--e-global-color-d2857b8);
    position: absolute;
    bottom: -2px;
    right: 0;
}

.column-2 {
    width: 2%;
}

.column-5 {
    width: 5%;
}

.column-7 {
    width: 7%;
}

.column-10 {
    width: 10%;
}

.column-12 {
    width: 12%;
}

.column-20 {
    width: 20%;
}

.column-21 {
    width: 21%;
}

.column-35 {
    width: 35%;
}

.payments-list-div {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.payments-list-div label {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* .payment-div {
    display: flex;
} */

.checkbox-wrapper {
    padding-top: 4px;
}

.payment-box {
    border-radius: 12px;
    border: 1px solid var(--Frame-Stroke, #DCDFEA);
    background: #FFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);
}

.payment-box:has(input.first-payment-checkbox[type="checkbox"]:checked) {
    background-color: var(--e-global-color-1065d64);
}

.payment-box-title {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.payment-box-top {
    padding: 16px;
}

.payment-box-div {
    display: flex;
    justify-content: space-between;
}

.payment-box-down {
    border-top: 1px solid var(--e-global-color-752e732);
    padding-top: 8px;
}

.payment-box-down-div {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.payment-show-data.subtopics {
    padding: 0 16px;
    border-radius: 0px 0px 12px 12px;
    border-right: 1px solid var(--Frame-Stroke, #DCDFEA);
    border-bottom: 1px solid var(--Frame-Stroke, #DCDFEA);
    background: var(--e-global-color-8d5e3bd);
}

.payment-show-data.subtopics .payment-inner-table.level-2 {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px #CECECE;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sub-checkbox-div {
    float: right;
    margin-left: 8px;
}

.payment-table-modal-inner-data {
    background: var(--Very-light-Gray, #F5F5F5);
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-table {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.payment-table-header,
.payment-table-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-table-modal-data {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.payment-inner-table-header,
.payment-inner-table-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-inner-table-data.last-row {
    justify-content: end;
    gap: 16px;
}

.payment-inner-table.modal-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.payment-inner-table .row-1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* .svg-div {
    border-radius: 3px;
    border: 1px solid var(--e-global-color-1065d64);
    background: var(--e-global-color-1065d64);
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
} */

.show-data {
    cursor: pointer;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.flip {
    transform: rotate(-180deg);
}

/* 
.modal-close a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-close {
    padding-bottom: 16px;
}

.modal-close,
.payment-inner-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.charges-box-down-div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    border-top: 1px solid var(--Frame-Stroke, #DCDFEA);
    align-items: center;
    padding-top: 24px;
}

.bottom-modal {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.bottom-modal-div {
    display: flex;
    gap: 8px;
}

/* .payment-inner-data.flex-left {
    display: flex;
    justify-content: flex-end;
} */

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.empty-state-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.payment-row1 {
    padding-bottom: 16px;
}

#accountTab1 .payment-row1 {
    display: flex;
    gap: 8px;
}

.payment-row2 {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-row2 span {
    width: max-content;
}

.payment-row2 div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.row-2.charges-box-down-div div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.export-excel {
    border: 1px solid var(--e-global-color-752e732);
    background: var(--White, #FFF);
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    font-size: 1em !important;
    gap: 8px;
}

.disabled .export-excel {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.6;
}

.date-wrapper *,
.dropdown-container * {
    transition: all 0.3s ease-in-out;
}

.custom-dropdown {
    position: relative;
    cursor: pointer;
}

.custom-dropdown .dropdown-button {
    padding: 8px 16px;
    gap: 8px;
    display: flex;
    border-radius: 999px;
    border: 1px solid var(--e-global-color-c501ac7);
    max-width: fit-content;
}

.custom-dropdown .dropdown-options {
    position: absolute;
    right: 75px;
    border: 1px solid #A2A1A1;
    border-radius: 12px;
    padding: 0;
    width: max-content;
    background: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    top: 48px;
    min-width: 155px;
}

.year-section.custom-dropdown .year-option,
.custom-dropdown .dropdown-options div[data-field] {
    padding: 8px 16px;
    border-bottom: 1px solid var(--e-global-color-c501ac7);
}

.custom-dropdown .dropdown-options div[data-field]:last-child {
    border-bottom: none;
}

.year-section.custom-dropdown {
    justify-content: flex-start;
    margin: 0 0 25px 0px;
}

.dropdown-container {
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    background-color: var(--e-global-color-1065d64);
}

.date-wrapper .line-arrow,
.date-wrapper .dropdown-arrow,
.dropdown-container .selected-item .dropdown-arrow {
    line-height: 9px;
}

.date-wrapper .selected-month.open .dropdown-arrow svg,
.date-wrapper .selected-year.open .dropdown-arrow svg,
.dropdown-container .selected-item.open .dropdown-arrow {
    transform: rotate(180deg);

}

.water-widget-top-container,
.dropdown-container .dialog-box .dropdown-option p,
.dropdown-container .selected-item p {
    gap: 8px;
    justify-content: flex-start;
}

.dropdown-container svg {
    margin: 0 4px;
}

.dropdown-container .dialog-box {
    position: absolute;
    top: 45px;
    right: -2px;
    background: var(--e-global-color-accent);
    width: max-content;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-752e732);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
    width: 100%;
}

.dropdown-container .dialog-box .dropdown-option {
    justify-content: flex-start;
    padding: 10px 16px;
}

.dropdown-container .dialog-box .dropdown-option.selected b {
    font-weight: 700;
}

.dropdown-container .dialog-box .dropdown-option b {
    font-weight: 400;
}

.phisi-section .dropdown-button {
    min-width: 50vw;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.phisi-section.custom-dropdown {
    padding: 16px 0;
}

#selected-phisi,
.phisi-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

#phisi-dropdown {
    width: 50vw;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: 62px;
    z-index: 99;
}

.phisi-section.custom-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-dropdown {
    display: none;
}

.laptop-tabs {
    display: block;
}

.voucher-cell.grey-label span,
.voucher-cell.green-label span {
    padding: 0 !important;
}

.voucher-cell.green-label {
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #E3F9CA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 2px 8px !important;
    color: #106103;
    flex-direction: row !important;
    width: 90px !important;
}

.voucher-cell.grey-label {
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #F0F4FA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 2px 8px !important;
    flex-direction: row !important;
    width: 168px !important;
}

.property-widget-main-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 32px;
}

.property-widget-container {
    display: flex;
}

.property-data {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.property-table table thead:first-child tr:first-child th {
    border-top: 0;
    background: var(--e-global-color-8d5e3bd);
}

.property-table table thead:first-child tr:first-child th:first-child {
    border-radius: 0 12px 0 0;
}

.property-table table thead:first-child tr:first-child th:last-child {
    border-radius: 12px 0 0 0;
}

.property-table table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background: unset;
}

.property-table th,
.property-table td {
    text-align: right;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid var(--e-global-color-752e732);
}

.property-table th div,
.property-table td div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
}


.property-table table {
    background-color: unset;
    margin: 0;
}

.property-table table tbody>tr:last-child td {
    border-bottom: 0;
}

.property-table table .last-row {
    background-color: var(--e-global-color-1065d64);
}

.property-voucher-alert {
    display: flex;
    border-radius: 12px;
    border: 1px solid var(--e-global-color-d2857b8);
    background: var(--e-global-color-1065d64);
    padding: 16px;
    gap: 8px;
}

.property-filter-div {
    display: flex;
    justify-content: space-between;
}

.property-voucher {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.property-tabs-titles {
    margin: 24px 0;
    width: 100%;
}

.property-tabs-titles ul {
    justify-content: flex-start;
    gap: 32px;
    list-style: none;
    padding: 0;
    width: fit-content;
    border-bottom: 2px solid var(--e-global-color-752e732);
}

.property-tabs-titles ul li {
    padding: 6px 8px;
    position: relative;
    cursor: pointer;
}

.property-tabs-titles ul li.active {
    font-weight: 500;
}

.property-tabs-titles ul li.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--e-global-color-d2857b8);
    position: absolute;
    bottom: -2px;
    right: 0;
}

.empty-vouchers .content svg {
    margin: 24px 16px;
}

.empty-vouchers .content {
    gap: 24px;
}

.empty-vouchers .header {
    text-align: center;
    gap: 16px;
}

.empty-vouchers .contact-boxes {
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.empty-vouchers a.contact-box {
    width: 231px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
    border-radius: 12px;
    border: 1px solid var(--e-global-color-752e732);
    background: var(--e-global-color-accent);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
}

.empty-vouchers a.contact-box svg {
    margin: 4px 0 0 0;
}

.voucher-list * {
    transition: all 0.3s ease-in-out;
}

.voucher-list {
    gap: 24px;
}

.voucher-list .voucher-row {
    align-items: stretch;
    gap: 16px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #DCDFEA;
    background: #FFF;
}

.voucher-list .voucher-row .voucher-top {
    justify-content: space-between;
}

.voucher-list .voucher-row .voucher-center {
    justify-content: flex-start;
    gap: 48px;
}

.voucher-list .voucher-row .voucher-cell.last-cell {
    margin-right: auto;
}

.voucher-list .voucher-row .voucher-cell {
    padding-left: 24px;
}

.voucher-list .voucher-row .voucher-cell b {
    font-weight: 500;
}

.voucher-list .voucher-row .voucher-cell span {
    padding-left: 16px;
}

.voucher-list .voucher-row .perut-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.voucher-list .voucher-row .perut-details .perut-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: right;
    justify-items: start;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: var(--e-global-color-8d5e3bd);
    border-radius: 8px;
}

.voucher-list .voucher-row .perut-details .perut-cell b {
    padding-left: 24px;
    direction: ltr;
}

.voucher-list .voucher-row .perut-details .perut-cell span {
    padding-left: 16px;
}

.receipt-filter-div {
    display: flex;
    justify-content: space-between;
}

.toggle-perut {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.toggle-perut.closed svg path {
    fill: #171515 !important;
}

.toggle-perut.closed svg {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1400px) {
    .mobile-dropdown {
        display: block;
    }

    .laptop-tabs {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .user-data-list,
    .user-data-list-col {
        width: 48%;
    }

    .payment-box {
        width: 100%;
    }

    .payment-box-top {
        flex-direction: column;
    }

    .payment-box-down-div {
        margin-right: auto;
        padding: 16px 12px 0px 12px;
    }

    .in-treatment-span {
        width: max-content;
    }

    /* .payment-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    #propertyItraHov {
        flex-direction: column;
        gap: 16px;
    }

    #propertyItraHov p {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .first-data {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-content: stretch;
        align-items: stretch;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .flex-center.mobile-flex {
        display: flex;
    }

    .mobile-flex {
        display: flex;
        align-items: center;
    }

    ul.list-general {
        gap: 3px;
    }

    .display-contents-mobile {
        display: contents;
    }

    .data-identification .data-column-25 .data-row {
        display: flex;
        justify-content: flex-start;
    }

    .data-row {
        flex-direction: column;
        gap: 24px;
    }

    .receipt-filter-div {
        flex-direction: column-reverse;
    }

    .property-filter-div {
        flex-direction: column-reverse;
    }

    .account-data .data-row div {
        width: 50%;
    }

    .data-identification {
        display: flex;
        flex-direction: column;
    }

    .data-column-25.border-left {
        border-bottom: 1px solid var(--border-grey);
        border-left: 0;
        padding: 8px 0;
    }

    .data-column-25 {
        width: 100%;
    }

    .data-column-50 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .data-graph {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .color-list {
        width: 45%;
    }

    .data-column-25.border-left .data-row div {
        width: 15% !important;
    }

    .property-table thead {
        display: none;
    }

    .flex-center {
        align-items: flex-start;
    }

    .buildings-first-data .first-data .flex-center .flex-center {
        flex-direction: column;
    }

    .property-table tr {
        margin-bottom: 16px;
        display: block;
    }

    .property-table td {
        display: block;
        text-align: left !important;
    }

    .property-table td:last-child {
        border-bottom: 0;
        text-align: left;
    }

    .property-table td:before {
        content: attr(data-label);
        float: right;
        text-transform: uppercase;
        font-weight: 600;
    }

    .paid-btn-span {
        display: flex;
        justify-content: flex-end;
    }

    .property-widget-top-container {
        flex-direction: column;
        gap: 8px;
    }

    .property-boxes {
        flex-direction: column;
        gap: 24px;
        padding: 0 0;
    }

    #propertyItraHov p {
        display: inline !important;
    }

    .property-box {
        flex-direction: column;
    }

    .box-column.column-1 {

        width: 100%;
        flex-direction: column;
        border-left: none;
        border-bottom: 1px solid var(--e-global-color-752e732);
        padding: 0 0 24px 0;
    }

    .column-1 .row-data>div {
        width: 45%;
    }

    .property-box {
        padding: 16px;
    }

    .column-1-row-1 {
        padding-bottom: 40px;
    }

    .column-1-row-2 .row-data>div {
        width: 100%;
    }

    .box-column.column-2 {
        padding: 0 16px !important;
        width: 100%;
    }

    .property-left-box .background-svg {
        left: 0;
    }

    .arrow-left {
        justify-content: end;
        border-top: 1px solid #DCDFEA;
        padding-top: 16px;
    }

    .voucher-list .voucher-row .voucher-center {
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .voucher-top .voucher-cell:last-child {
        text-align: left;
    }

    .voucher-list .voucher-row .voucher-cell {
        padding-left: 0;
        flex-direction: column;
        display: flex;
        width: 46%;
    }

    .voucher-list .voucher-row .voucher-cell:first-child {
        width: 100%;
    }

    .voucher-list .voucher-row .voucher-cell.last-cell {
        margin-right: 0;
        width: 100%;
        margin-top: 8px;
    }

    .voucher-list .voucher-row .voucher-cell.last-cell .global-btn {
        width: 100% !important;
    }

    .toggle-perut {
        justify-content: space-between;
    }

    .voucher-list .voucher-row {
        gap: 20px;
    }

    .voucher-cell:nth-child(3) {
        display: none !important;
    }

    .voucher-row.paid .voucher-cell:nth-child(3),
    .voucher-row.hoc .voucher-cell:nth-child(3) {
        display: flex !important;
    }

    .voucher-list .voucher-row .voucher-center .voucher-cell {
        flex-direction: column;
    }

    .voucher-list .voucher-row .voucher-top .voucher-cell span {
        padding-left: 4px;
    }

    .voucher-list .voucher-row .perut-details .perut-line {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .perut-line .perut-cell {
        flex-direction: column;
        width: 31%;
    }

    .export-excel {
        border: 0px solid var(--e-global-color-752e732);
        padding: 8px;
        font-size: 0em !important;
        gap: 8px;
        border-radius: 4px;
        background: var(--e-global-color-1065d64);
    }

    .payments-list-div {
        align-items: center
    }

    .payment-row2 {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .payment-right {
        gap: 8px;
    }

    .payment-row2 span.font14-400.font-grey-70 {
        min-width: fit-content;
    }

    .payment-table-mobile {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 24px !important;
    }

    .payment-table-mobile>.right>div,
    .payment-table-mobile>.left>div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .payment-table-mobile>.right,
    .payment-table-mobile>.left {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .payment-inner-data>.flex-center,
    .payment-inner-data {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .payment-inner-table-data.last-row {
        flex-direction: column;
    }

}

@media only screen and (max-width: 550px) {

    .property-left-box .box-right {
        max-width: 62%;
    }

    .property-left-box .box-right h2 {
        font-size: 1.9em;
    }

    .property-left-box .box-left {
        width: auto;
    }

    .property-left-box .background-svg {
        position: absolute;
        z-index: -1;
        top: 0;
        width: 89%;
        right: 0;
        margin: auto;
        left: 0;
        height: 100%;
    }

    .property-left-box .background-svg svg {
        width: 100%;
        height: auto;
    }

    .perut-line .perut-cell {
        width: 46%;
    }

    .property-tabs-titles ul {
        width: 100%;
    }

    .property-tabs-titles ul li {
        display: flex;
        justify-content: center;
        padding: 6px;
        gap: 3px;
        width: 33%;
    }

    .dropdown-container .dialog-box {
        top: 95px;
    }

    .bottom-modal {
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
    .payment-row2 span {
        width: auto;
    }

    .property-tabs-titles ul li {
        flex-direction: column;
    }
}