:root {
    --primary-rgb: 24, 82, 228;
    --primary-color-dark: #0E318A;
    --primary-color-dark-rgb: 14, 49, 138;
    --secondary-rgb: 205, 58, 196;
}

[data-menu-styles=dark][data-theme-mode=light] {
    --menu-bg: #1852e4;
    --menu-prime-color: white;
}

[data-menu-styles=dark] {
    --menu-bg: black;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

.card.card-primary-header .card-header {
    background-color: var(--primary-color) !important;
    color: white;
}

.tall-textarea {
    height: 250px;
}

.taller-textarea {
    height: 375px;
}

.authentication .desktop-dark, .authentication .desktop-logo {
    height: auto;
}

.filepond-row .filepond--item {
    width: calc(16.66% - 0.5em);
}

.was-validated *:invalid + .select2 .select2-selection, .was-validated *:invalid + .select2 .select2-selection .select2-selection__rendered, .was-validated *:invalid + .tox-tinymce, *.is-invalid + .select2 .select2-selection, *.is-invalid + .select2 .select2-selection .select2-selection__rendered, *.is-invalid + .tox-tinymce {
    border-color: #dc3545 !important;
}

.was-validated *:valid + .select2 .select2-selection, .was-validated *:valid + .select2 .select2-selection .select2-selection__rendered, .was-validated *:valid + .tox-tinymce {
    border-color: #28a745 !important;
}

.calendar-loader {
    position: absolute;
    background-color: rgba(98, 98, 98, 0.15);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    z-index: 2;
}

.calendar-loader.calendar2-loader {
    background-color: rgba(0, 0, 0, 0.4);
}

.fc {
    --fc-bg-event-opacity: 0.8;
}

.calendar-day-append {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px;
    z-index: 1;
}

.fc .fc-daygrid-day-number {
    width: 26px;
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 4px;
    margin: 4px;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
    background-color: #b3b2b3;
    color: #ffffff;
}

.background-event-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 4px;
}

.background-event-top {
    width: calc(100% - (34px));
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #cd3ac4;
    --bs-btn-border-color: #cd3ac4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b629ac;
    --bs-btn-hover-border-color: #b629ac;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9b1e92;
    --bs-btn-active-border-color: #9b1e92;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cd3ac4;
    --bs-btn-disabled-border-color: #cd3ac4;
}

.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff8166;
    --bs-btn-border-color: #ff8166;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff9178;
    --bs-btn-hover-border-color: #ff9178;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e76a4e;
    --bs-btn-active-border-color: #e76a4e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff8166;
    --bs-btn-disabled-border-color: #ff8166;
}

.resales-table th, .resales-table td {
    border: 1px solid black;
    padding: 4px;
}

.image-preview-btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    left: 10%;
    right: 10%;
    transition: opacity 0.25s, bottom 0.25s;
}

.filepond--item:hover .image-preview-btn {
    opacity: 1;
    bottom: 4px;
}

.wrap-text {
    white-space: normal;
}

.status-circle {
    display: inline-block;
    vertical-align: -1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.form-control-pickr {
    width: 100%;
    height: 40px;
    background-color: var(--pcr-color);
    border-radius: 0.35rem;
    color: white;
    border: 1px solid black;
}

.alert.alert-outline {
    background: none;
    border: 1px solid white;
    color: white;
}

.check-list {
    display: flex;
    list-style: "x ";
    padding-left: 0;
    flex-wrap: wrap;
}

.check-list li {
    flex: 1 1 45%;
    margin-left: 12px;
    padding: 0 12px;
    color: rgba(var(--bs-danger-rgb, #dc3545), var(--bs-text-opacity, 1));
}

.check-list li.correct {
    list-style: "\2713";
    color: rgba(var(--bs-success-rgb, #198754), var(--bs-text-opacity, 1));
}

.cancellation-list {
    padding-left: 16px;
}

.list-page {
    min-height: 100vh;
    background-color: white;
    font-size: 16px;
}

.list-page.has-footer {
    padding: 0 0 86px 0;
}

.list-page p, .list-page .btn {
    font-size: 16px;
}

.list-header {
    background: white;
    padding: 23px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    font-size: 16px;
}

.list-link {
    font-weight: 500;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    transition: all 0.25s;
}

.list-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.list-property-text h1 {
    font-size: 56px;
}

.list-property-text p {
    font-size: 24px;
}

.list-property-photo {
    width: 100%;
    height: calc(100vh - 94px);
    object-fit: cover;
}

.list-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px 0;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.list-steps {
    width: 100%;
    display: flex;
    gap: 4px;
}

.list-step-item {
    font-size: 24px;
    font-weight: 600;
    color: #7497F0;
    flex: 1;
    max-width: 126px;
    align-self: flex-end;
}

.list-step-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    /* max-width: 126px; */
    background-color: #E0E0E0;
    border-radius: 3px;
}

.list-step-item.active:after {
    background-color: #7497F0;
}

.list-step-item.complete:after {
    background-color: #D1DCFA;
}

.list-title-container {
    display: flex;
    align-items: start;
}

.align-logo-container {
    padding: 0 32px;
}

.list-title-number {
    font-size: 32px;
    font-weight: 500;
    flex: 0 0 48px;
    /* padding: 8px 0; */
    margin-right: 24px;
    text-align: center;
    color: var(--primary-color);
    background-color: #F0F4FF;
    border-radius: 10px;
}

.list-title-subtitle {
    font-weight: 600;
}

.list-card {
    position: relative;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.25s;
}

.list-card:hover, .list-card.active, input:checked + .list-card {
    border-color: var(--primary-color);
}

.fs-56 {
    font-size: 56px;
}

.fs-50 {
    font-size: 50px;
}

.fs-32 {
    font-size: 32px;
}

.plain-input-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.plain-input-group input {
    border: none;
    outline: none;
    min-width: 0;
}

.main-form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.main-form-check input {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    background-color: white;
    background-position: center;
    background-size: 80%;
    flex-shrink: 0;
}

.main-form-check input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

.main-form-check input:active {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}

.main-form-check input:checked:active {
    box-shadow: 0 0 4px 2px rgba(var(--primary-color-rgb), 0.25);
}

.main-form-check label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.main-form-check input.is-invalid, .was-validated .main-form-check input:invalid {
    border-color: var(--bs-danger);
}

.main-form-check input.is-invalid + label, .was-validated .main-form-check input:invalid + label {
    color: var(--bs-danger);
}

.main-form-check input:disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}

.primary-link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold;
    text-underline-offset: 2px;
}

.list-fees-container {
    display: flex;
    flex-direction: column;
    background-color: #F0F4FF;
    padding: 32px 40px;
    gap: 4px;
}

.list-fee-item {
    display: flex;
}

.list-fee-item > *:first-child {
    flex-grow: 1;
}

@keyframes expand-down-card {
    from {
        max-height: 0px;
    }

    to {
        max-height: 52px;
    }
}

.rent-type-container {
    display: none;
    overflow: hidden;
}

.list-card.active .rent-type-container, input:checked + .list-card .rent-type-container {
    display: block;
    transform-origin: top;
    animation: expand-down-card 0.25s ease-out;
}

.main-label {
    margin-bottom: 8px;
}

.small-label {
    font-size: 14px !important;
}

.main-input, .main-input-group, .main-textarea {
    width: 100%;
    border: 1px solid #767676;
    padding: 14px 16px;
    border-radius: 10px;
}

.was-validated .main-input:invalid, .was-validated .main-input.invalid, .was-validated .main-textarea:invalid, .list-page .filepond--panel-root.invalid {
    border-width: 2px;
    border-color: #dc3545 !important;
}

.was-validated .main-input:valid, .was-validated .main-input.valid, .was-validated .main-textarea:valid, .list-page .filepond--panel-root.valid {
    border-width: 2px;
    border-color: #28a745 !important;
}

.growing-textarea {
    max-height: 500px;
}

.main-input-group {
    display: flex;
    align-items: center;
}

.main-input-group input {
    border: none;
    outline: none;
    min-width: 0;
    padding-left: 4px;
}

.main-textarea {
    min-height: 140px;
    height: 140px;
    resize: none;
}

.main-select {
    width: 100%;
    border: 1px solid #767676;
    padding: 14px 36px 14px 16px;
    border-radius: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    appearance: none;
}

.main-link {
    background: none;
    border: none;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0;
    transition: all 0.25s;
}

.main-link:hover {
    font-weight: bold;
}

.number-buttons {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.number-buttons button {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border: none;
    background: none;
    line-height: 0;
}

.number-buttons input {
    width: 100%;
    border: none;
    text-align: center;
}

.amenity-card {
    display: flex;
    align-items: end;
    border: 1px solid #f0f0f0;
    font-weight: normal;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: border 0.25s;
}

.amenity-card img {
    /* font-size: 22px; */
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.amenity-card i {
    font-size: 20px;
    margin-right: 10px;
}

input:checked + .amenity-card {
    border-color: var(--primary-color);
}

.background-icon-group {
    display: flex;
    align-items: end;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

.background-icon-group img {
    width: 22px;
    height: 22px;
}

.background-icon-group i {
    background-color: #F0F4FF;
    padding: 4px;
    border-radius: 3px;
    transition: all 0.25s;
}

input:checked + .background-icon-group i {
    color: white;
    background-color: var(--primary-color);
}

.card-textarea {
    width: 100%;
    height: 140px;
    resize: none;
    border: none;
    outline: none;
}

.btn-row-action {
    font-size: 24px;
    border: none;
    outline: none;
    background: none;
    color: #767676;
}

.list-light-box {
    background-color: #F0F4FF;
    padding: 40px 72px;
}

.list-filepond-container {
    border: .125rem dashed #767676 !important;
    border-radius: 0.5em;
    height: 250px;
    padding: 8px;
}

.list-page .filepond--root {
    height: 100%;
    flex-grow: 1;
    overflow: auto;
}

.list-page .filepond--root::-webkit-scrollbar {
    background-color: #dedede;
    border-radius: 2px;
}

.list-page .filepond--root::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    border-radius: 2px;
}

.list-page .filepond--drop-label {
    height: 100%;
    padding: 30px 0;
}

.list-page .filepond--panel-root {
    display: none;
    position: sticky;
    border-color: #767676 !important;
}

.list-page .filepond--list-scroller {
    transform: none !important;
    margin: 0;
    top: 0;
}

.list-page .filepond--list-scroller[data-state=overflow] {
    overflow: visible !important;
    -webkit-mask: none;
    mask: none;
}

.list-page .filepond--list.filepond--list {
    left: 0;
}

.list-page .filepond-row .filepond--item {
    width: calc(50% - 0.46em);
}

.list-page .image-preview-btn {
    font-size: 12px;
    padding: 0.25rem;
}

.btn-list-outline {
    border-radius: 10px;
    border: 1px solid #383838;
    background-color: white;
}

.btn-list-outline:hover {
    border: 1px solid #383838;
    background-color: #F0F0F0;
}

.main-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-switch input {
    width: 48px;
    height: 22px;
    position: relative;
    background-color: #F0F0F0;
    box-shadow: inset 0px 3px 6px #767676;
    border-radius: 12px;
    cursor: pointer;
    appearance: none;
    transition: all 0.25s;
}

.main-switch input:checked, .main-switch.main-switch-radio input {
    background-color: #D1DCFA;
    box-shadow: inset 0px 3px 6px #4574EB;
}

.main-switch input::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #767676;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    transition: all 0.25s;
}

.main-switch input:checked::after, .main-switch.main-switch-radio input::after {
    background-color: var(--primary-color);
}

.main-switch input:checked::after {
    left: 24px;
}

.main-switch label {
    transition: all 0.25s;
}

.main-switch input:checked + label {
    color: var(--primary-color);
}

.main-switch.main-switch-radio input[type=radio] {
    display: none;
}

.main-switch.main-switch-radio label {
    cursor: pointer;
}

.fs-16 {
    font-size: 1rem !important;
}

.mt-4h {
    margin-top: 2.5rem !important;
}

.mb-4h {
    margin-bottom: 2.5rem !important;
}

.btn-light-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: white;
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--primary-color-dark);
    --bs-btn-hover-border-color: var(--primary-color-dark);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: var(--primary-color-dark);
    --bs-btn-active-border-color: var(--primary-color-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: var(--primary-color-dark);
    --bs-btn-disabled-border-color: var(--primary-color-dark);
}

.list-overview-img {
    width: 80px;
    height: 50px;
}

.list-overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.list-property-page-container {
    width: 100%;
    height: 486px;
    background: url("/tema/backend/images/media/laptop.png");
    background-size: cover;
    padding: 1.88rem 5.65rem 2.1rem 5.9rem;
    overflow: hidden;
}

.list-property-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-property-page-container iframe {
    width: 1440px;
    height: 898px;
    transform: scale(0.471);
    transform-origin: 0 0;
}

.home-container {
    background-color: white;
    /* margin: 0 -0.5rem; */
    padding: 2rem 0;
    min-height: calc(100vh - 7rem);
}

[data-theme-mode=dark] .home-container {
    background-color: transparent;
}

.shadow-card {
    background-color: white;
    box-shadow: 0px 0px 6px #E0E0E0;
    padding: 24px;
    border-radius: 10px;
}

.dashed-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 255px;
    width: 255px;
    height: 255px;
    position: relative;
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--primary-color);
}

.dashed-loader-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    transform-origin: center;
}

.dashed-loader-line::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    width: 8px;
    height: 32px;
    background-color: #D7D7D7;
    border-radius: 4px;
}

.dashed-loader-line.active::before {
    background-color: var(--primary-color);
}

.card-edit-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: color 0.25s;
}

.card-edit-btn:hover {
    color: var(--primary-color);
}

.alert-dark-success {
    background-color: #0E9B5A;
    color: white;
    border-color: #0E9B5A;
}

.main-map {
    border: 1px solid #767676;
    border-radius: 10px;
}

.filepond-row.is-invalid .filepond--panel > .filepond--panel-root {
    border-color: var(--bs-danger) !important;
}

.nav-link.hover-active:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
}

.message-history-wrapper::-webkit-scrollbar {
    width: 0.6rem;
    height: auto;
}

.message-history-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #8b8b8b;
}

.home-property-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.financials-card {
    --bs-card-cap-padding-x: 16px;
    --bs-card-cap-padding-y: 16px;
    --bs-card-spacer-x: 16px;
    --bs-card-spacer-y: 16px;
    height: 100%;
    text-align: center;
    margin: 0;
}

.financials-card .card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.list-calendar {
    --list-calendar-left-width: 200px;
    --list-calendar-header-height: 32px;
    --list-calendar-day-width: 84px;
    --list-calendar-day-height: 40px;
    --list-calendar-border-color: #e1e1e1;
    --list-calendar-border: 1px solid var(--list-calendar-border-color);
    --list-calendar-main-background: var(--primary-color);
    --list-calendar-main-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 516px;
}

.list-calendar-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.list-calendar-header-left {
    display: flex;
    align-items: center;
    position: sticky;
    min-width: var(--list-calendar-left-width);
    max-width: var(--list-calendar-left-width);
    height: var(--list-calendar-header-height);
    top: 0;
    background-color: white;
    border-right: var(--list-calendar-border);
    border-bottom: var(--list-calendar-border);
    background-color: var(--list-calendar-main-background);
    color: var(--list-calendar-main-color);
}

.list-calendar-nav-btn {
    background: none;
    border: none;
    color: var(--list-calendar-main-color);
    font-weight: bold;
    font-size: 14px;
}

.list-calendar-nav-btn:hover {
    color: rgba(var(--primary-rgb), 0.9);
}

.list-calendar-body {
    display: flex;
    overflow: auto;
}

.list-calendar-body::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}

.list-calendar-body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 4px;
}

.list-calendar-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #8b8b8b;
}

.list-calendar-body-left {
    position: sticky;
    left: 0;
    min-width: var(--list-calendar-left-width);
    max-width: var(--list-calendar-left-width);
    padding-top: var(--list-calendar-header-height);
    z-index: 1;
}

.list-calendar-body-right {
    height: fit-content;
}

.list-calendar-top {
    position: sticky;
    top: 0;
    background-color: var(--list-calendar-main-background);
    color: var(--list-calendar-main-color);
    z-index: 1;
}

.list-calendar-top-days {
    display: flex;
    align-items: center;
}

.list-calendar-top-day {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-width: var(--list-calendar-day-width);
    max-width: var(--list-calendar-day-width);
    height: var(--list-calendar-header-height);
    padding: 0.25rem 0.75rem;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    border-right: var(--list-calendar-border);
    border-bottom: var(--list-calendar-border);
}

.list-calendar-top-weekday {
    color: #d9d9d9;
}

.list-calendar-property {
    display: flex;
    align-items: center;
    border-right: var(--list-calendar-border);
    border-bottom: var(--list-calendar-border);
    height: var(--list-calendar-day-height);
    padding: 0 0.5rem;
    background-color: var(--list-calendar-main-background);
    color: var(--list-calendar-main-color);
    font-weight: bold;
}

.list-calendar-property a {
    color: inherit;
}

.list-calendar-property:hover {
    background-color: var(--primary-color-dark);
}

.list-calendar-property-days {
    display: flex;
    position: relative;
}

.list-calendar-property-day {
    min-width: var(--list-calendar-day-width);
    max-width: var(--list-calendar-day-width);
    height: var(--list-calendar-day-height);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: var(--list-calendar-border);
    border-bottom: var(--list-calendar-border);
    position: absolute;
    cursor: pointer;
}

.list-calendar-property-day:hover {
    background-color: #e0e0e0;
}

.list-calendar-property-event {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    /* background-color: #f2f2f2; */
}

@media (max-width: 1199.8px) {
    .filepond-row .filepond--item {
        width: calc(25% - 0.5em);
    }
}

@media (max-width: 767.8px) {
    .filepond-row .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (max-width: 575.8px) {
    .filepond-row .filepond--item {
        width: calc(100%);
    }

    .list-footer {
        padding: 8px 0;
    }

    .home-container {
        padding: 5rem 1.5rem;
    }
}
.payout-swal-popup {
    width: 680px !important;
    border-radius: 24px !important;
    padding: 28px !important;
}

.payout-swal-popup .swal2-title {
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
}

.payout-swal-popup .swal2-html-container {
    margin: 0 !important;
    overflow: visible !important;
}

.payout-swal-popup .swal2-actions {
    margin-top: 24px !important;
}

.payout-swal-popup .swal2-confirm {
    border-radius: 12px !important;
    padding: 13px 24px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25) !important;
}

.payout-swal-popup .swal2-cancel {
    border-radius: 12px !important;
    padding: 13px 24px !important;
    font-weight: 600 !important;
}

.payout-modal-content {
    text-align: left;
}

.payout-summary-card {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.payout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 15px;
}

.payout-row:last-child {
    margin-bottom: 0;
}

.payout-row strong {
    color: #374151;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.payout-divider {
    height: 1px;
    margin: 16px 0;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

.payout-total {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.payout-total strong {
    color: #2563eb;
    font-size: 22px;
}

/* Create virtual card option */

.payout-virtual-card-option {
    position: relative;
    margin-top: 20px;
}

.payout-virtual-card-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payout-virtual-card-label {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 16px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 35%),
            linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.payout-virtual-card-label:hover {
    border-color: rgba(37, 99, 235, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.14);
}

.payout-virtual-card-option.is-active .payout-virtual-card-label {
    border-color: #2563eb;
    background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.2), transparent 38%),
            linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.2);
}

.payout-virtual-card-image-wrap {
    width: 150px;
    min-width: 150px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef4ff;
}

.payout-virtual-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.payout-virtual-card-content {
    flex: 1;
    min-width: 0;
}

.payout-virtual-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.payout-virtual-card-title {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.payout-virtual-card-subtitle {
    margin-top: 3px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
}

.payout-virtual-card-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

.payout-virtual-card-description strong {
    color: #374151;
    font-weight: 800;
}

.payout-virtual-card-saving {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
}

.payout-virtual-card-option.is-active .payout-virtual-card-saving {
    background: #dcfce7;
    color: #15803d;
}

.payout-virtual-card-check {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #dbe3f0;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.payout-virtual-card-option.is-active .payout-virtual-card-check {
    border-color: #2563eb;
    background: #2563eb;
}

.payout-virtual-card-option.is-active .payout-virtual-card-check::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Existing virtual card active state */

.payout-existing-card-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(22, 163, 74, 0.24);
    border-radius: 20px;
    background:
            radial-gradient(circle at top right, rgba(34, 197, 94, 0.10), transparent 36%),
            linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.08);
}

.payout-existing-card-image-wrap {
    width: 150px;
    min-width: 150px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef4ff;
}

.payout-existing-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.payout-existing-card-content {
    flex: 1;
    min-width: 0;
}

.payout-existing-card-title {
    color: #14532d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.payout-existing-card-subtitle {
    margin-top: 3px;
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
}

.payout-existing-card-description {
    margin-top: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.payout-existing-card-description strong {
    color: #14532d;
    font-weight: 800;
}

.payout-existing-card-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
}

/* Old icon support, only in case some old HTML still uses it */

.payout-existing-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    background: #dcfce7;
    color: #15803d;
    font-size: 22px;
}

/* Footer note */

.payout-note {
    margin-top: 18px;
    padding: 13px 15px;
    border-radius: 14px;
    background: #f8fafc;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

/* Mobile */

@media (max-width: 575.98px) {
    .payout-swal-popup {
        width: calc(100% - 24px) !important;
        padding: 22px !important;
    }

    .payout-swal-popup .swal2-title {
        font-size: 24px !important;
    }

    .payout-row {
        font-size: 14px;
    }

    .payout-row strong {
        font-size: 15px;
    }

    .payout-total {
        font-size: 17px;
    }

    .payout-total strong {
        font-size: 20px;
    }

    .payout-virtual-card-label,
    .payout-existing-card-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .payout-virtual-card-image-wrap,
    .payout-existing-card-image-wrap {
        width: 100%;
        min-width: 0;
    }

    .payout-virtual-card-image,
    .payout-existing-card-image {
        max-height: 170px;
        object-fit: cover;
    }

    .payout-virtual-card-top {
        width: 100%;
    }
}

.reputation-profile-url-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-reputation-modal {
    border: 0;
    border-radius: 10px;
}

.import-reputation-modal .modal-header {
    padding: 18px 22px;
    border-bottom: 1px solid #e7e7e7;
}

.import-reputation-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.import-reputation-modal .modal-body {
    padding: 22px;
}

.import-reputation-modal .modal-footer {
    padding: 16px 22px;
    border-top: 1px solid #e7e7e7;
}

.import-reputation-info {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 18px;
}

.import-reputation-examples {
    padding: 12px 14px;
    background: #f7f9ff;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.import-reputation-examples strong {
    color: #222;
}

.import-reputation-notice {
    padding: 10px 12px;
    background: #fff7e6;
    border: 1px solid #ffe1a6;
    border-radius: 8px;
    font-size: 13px;
    color: #7a5200;
    line-height: 1.5;
}

.filters-panel {
    padding: 18px;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfcff 0%, #f7f9ff 100%);
}

.filters-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.filters-panel-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
}

.filters-panel-subtitle {
    margin-top: 3px;
    font-size: 12px;
    color: #8a94a6;
    line-height: 1.35;
}

.filters-panel-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    padding: 8px 12px;
    white-space: nowrap;
}

.filters-panel-grid {
    display: grid;
    gap: 14px;
    align-items: end;
}

.filters-panel-grid-2 {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.filters-panel-grid-3 {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.filters-panel-grid-4 {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.filters-panel-grid-5 {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.filters-panel-field {
    min-width: 0;
}

.filters-panel-field .form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #475467;
}

.filters-panel-field .form-control,
.filters-panel-field .select2-container .select2-selection--single {
    min-height: 38px;
    border-radius: 10px;
    border-color: #e4e8f0;
    background-color: #fff;
}

.filters-panel-field .select2-container {
    width: 100% !important;
}

@media (max-width: 1399.98px) {
    .filters-panel-grid-5 {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }

    .filters-panel-grid-4 {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .filters-panel {
        padding: 16px;
    }

    .filters-panel-header {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-panel-clear {
        justify-content: center;
        width: 100%;
    }

    .filters-panel-grid,
    .filters-panel-grid-2,
    .filters-panel-grid-3,
    .filters-panel-grid-4,
    .filters-panel-grid-5 {
        grid-template-columns: 1fr;
    }
}

.reputation-status-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border: 1px solid #e6e9f2;
    border-radius: 12px;
    background: #f8f9fc;
}

.reputation-status-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.reputation-status-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 9px;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.reputation-status-option i {
    font-size: 16px;
    line-height: 1;
}

.reputation-status-option:hover {
    background: #fff;
    color: #344054;
}

.reputation-status-input:checked + .reputation-status-option {
    background: #fff;
    box-shadow: 0 1px 4px rgba(16, 24, 40, 0.08);
}

.reputation-status-input:checked + .reputation-status-option.verified {
    color: #12b76a;
}

.reputation-status-input:checked + .reputation-status-option.rejected {
    color: #f04438;
}

.oh-price-promise {
    width: 100%;
    max-width: 900px;
    margin: 16px auto 28px;
}

.oh-price-promise-card {
    background: #fff;
    border: 1.5px solid #e1e4ea;
    border-radius: 16px;
    padding: 20px 24px;
    transition: all 0.2s ease;
}

.oh-price-promise-card.is-checked {
    border-color: #16a34a;
    background: #f8fffb;
}

.oh-price-promise-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #07101f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.oh-title-icon {
    width: 22px;
    height: 22px;
    border: 2px solid #155dfc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #155dfc;
    font-size: 14px;
    flex: 0 0 22px;
}

.oh-promise-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.oh-promise-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.oh-promise-check {
    color: #16a34a;
    font-size: 16px;
    line-height: 1.35;
    flex: 0 0 16px;
}

.oh-promise-item p {
    margin: 0;
    color: #344054;
    font-size: 13px;
    line-height: 1.4;
}

.oh-promise-benefits {
    margin-top: 16px;
    padding: 16px 18px;
    background: #eef3ff;
    border-radius: 12px;
}

.oh-benefits-title {
    color: #1745b8;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 14px;
}

.oh-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.oh-benefit-item {
    text-align: center;
}

.oh-benefit-icon {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 7px;
}

.oh-benefit-name {
    color: #1745b8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.oh-benefit-desc {
    margin-top: 4px;
    color: #697386;
    font-size: 11px;
    line-height: 1.3;
}

.oh-promise-note {
    margin-top: 16px;
    padding: 13px 16px;
    background: #fff9e8;
    border-radius: 10px;
    color: #9a3f0d;
    font-size: 12.5px;
    line-height: 1.45;
}

.oh-promise-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 18px;
    cursor: pointer;
    user-select: none;
}

.oh-promise-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.oh-custom-checkbox {
    width: 29px;
    height: 29px;
    border: 2px solid #cfd5df;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #fff;
    font-size: 18px;
    flex: 0 0 29px;
    transition: all 0.2s ease;
}

.oh-promise-checkbox:checked + .oh-custom-checkbox {
    border-color: #16a34a;
    background: #16a34a;
}

.oh-promise-checkbox-wrap strong {
    display: block;
    color: #344054;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.oh-promise-checkbox:checked + .oh-custom-checkbox + span strong {
    color: #166534;
}

.oh-promise-checkbox-wrap small {
    display: block;
    margin-top: 3px;
    color: #98a2b3;
    font-size: 12px;
    line-height: 1.3;
}

.oh-price-promise-btn {
    width: 100%;
    margin-top: 14px;
    border: 0;
    border-radius: 10px;
    padding: 13px 20px;
    background: #e5e7eb;
    color: #98a2b3;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: not-allowed;
    transition: all 0.2s ease;
}

.oh-price-promise-btn.is-enabled {
    background: #16a34a;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    .oh-price-promise {
        max-width: 100%;
    }

    .oh-price-promise-card {
        padding: 20px;
    }

    .oh-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .oh-price-promise-card {
        padding: 18px 15px;
    }

    .oh-price-promise-title {
        font-size: 17px;
    }

    .oh-promise-item p {
        font-size: 13px;
    }

    .oh-benefits-grid {
        grid-template-columns: 1fr;
    }
}
.oh-promise-note-light {
    margin-top: 10px;
    background: #fff9e8;
    color: #9a3f0d;
}

.price-promise-success-popup {
    width: min(920px, 92vw) !important;
    border-radius: 22px !important;
    padding: 70px 40px !important;
}

.price-promise-success {
    text-align: center;
}

.price-promise-success-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 32px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
}

.price-promise-success h2 {
    margin: 0 0 18px;
    color: #07101f;
    font-size: 32px;
    font-weight: 800;
}

.price-promise-success-subtitle {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 22px;
    line-height: 1.4;
}

.price-promise-success-highlight {
    margin: 0 0 28px;
    color: #16a34a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.price-promise-success-badge {
    width: fit-content;
    margin: 0 auto 36px;
    padding: 12px 22px;
    border: 1px solid #86efac;
    border-radius: 12px;
    background: #f0fdf4;
    color: #166534;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 800;
}

.price-promise-success-badge i {
    color: #16a34a;
    font-size: 26px;
}

.price-promise-success-btn {
    min-width: 230px;
    padding: 16px 28px;
    border: 3px solid #155dfc;
    border-radius: 14px;
    background: #fff;
    color: #155dfc;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.price-promise-success-btn:hover {
    background: #155dfc;
    color: #fff;
}

@media (max-width: 575px) {
    .price-promise-success-popup {
        padding: 44px 22px !important;
    }

    .price-promise-success-icon {
        width: 74px;
        height: 74px;
        font-size: 44px;
    }

    .price-promise-success h2 {
        font-size: 25px;
    }

    .price-promise-success-subtitle {
        font-size: 17px;
    }

    .price-promise-success-highlight {
        font-size: 16px;
    }

    .price-promise-success-badge {
        font-size: 18px;
    }

    .price-promise-success-btn {
        font-size: 17px;
        padding: 14px 22px;
    }
}

.price-promise-active-wrap {
    width: 100%;
    margin: 12px 0 22px;
}

.price-promise-active-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 22px;
    border: 1px solid #86efac;
    border-radius: 14px;
    background: #f0fdf4;
}

.price-promise-active-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.price-promise-active-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    flex: 0 0 42px;
}

.price-promise-active-title {
    color: #166534;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.price-promise-active-subtitle {
    margin-top: 5px;
    color: #16a34a;
    font-size: 13px;
    line-height: 1.3;
}

.price-promise-active-badge,
.price-promise-small-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
    border-radius: 7px;
    font-weight: 800;
    line-height: 1;
}

.price-promise-active-badge {
    padding: 7px 10px;
    font-size: 12px;
}

.price-promise-small-badge {
    padding: 6px 9px;
    font-size: 11px;
}

.price-promise-active-badge i,
.price-promise-small-badge i {
    color: #16a34a;
    font-size: 14px;
}

.price-promise-manage-btn {
    min-width: 88px;
    padding: 10px 16px;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
    background: #fff;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.price-promise-manage-btn:hover {
    color: #155dfc;
    border-color: #155dfc;
}

.price-promise-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.price-promise-stat-card {
    padding: 15px 16px;
    border: 1px solid #e1e4ea;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.price-promise-stat-label {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.price-promise-stat-value {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.price-promise-stat-desc {
    margin-top: 9px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
}

.text-orange {
    color: #d97706;
}

.price-promise-listings-title {
    margin: 20px 0 12px;
    color: #07101f;
    font-size: 17px;
    font-weight: 800;
}

.price-promise-listings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-promise-listing-card,
.price-promise-example-card {
    padding: 17px 20px;
    border: 1px solid #e1e4ea;
    border-radius: 13px;
    background: #fff;
}

.price-promise-listing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.price-promise-listing-title {
    color: #07101f;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.price-promise-listing-location {
    color: #6b7280;
    font-size: 13px;
}

.price-promise-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr 105px;
    gap: 12px;
    align-items: stretch;
}

.price-promise-price-box {
    padding: 14px 16px;
    border-radius: 10px;
}

.price-promise-price-box.airbnb {
    background: #fff1f2;
    color: #b91c1c;
}

.price-promise-price-box.ohstay {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.price-promise-price-label {
    font-size: 12px;
    font-weight: 800;
}

.price-promise-price-value {
    margin-top: 7px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.price-promise-price-receive {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.3;
}

.price-promise-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.price-promise-extra strong {
    display: block;
    margin-top: 7px;
    font-size: 21px;
    line-height: 1;
}

.price-promise-example-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 13px;
}

.price-promise-example-brand strong {
    color: #155dfc;
}

.price-promise-example-intro {
    margin-bottom: 14px;
    color: #344054;
    font-size: 14px;
    line-height: 1.4;
}

.price-promise-example-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
    color: #344054;
    font-size: 14px;
    line-height: 1.35;
}

.price-promise-example-row strong {
    color: #07101f;
    font-weight: 800;
}

.price-promise-example-row b {
    font-weight: 800;
}

.price-promise-example-highlight {
    margin-top: 16px;
    color: #344054;
    font-size: 15px;
    line-height: 1.4;
}

.price-promise-example-highlight strong {
    color: #16a34a;
    font-weight: 900;
}

.price-promise-example-year {
    margin-top: 18px;
    color: #344054;
    font-size: 14px;
    line-height: 1.4;
}

.price-promise-example-year > strong {
    display: block;
    margin-bottom: 8px;
    color: #07101f;
    font-size: 15px;
    font-weight: 800;
}

.price-promise-example-year ul {
    margin: 0;
    padding-left: 22px;
}

.price-promise-example-year li {
    margin-bottom: 5px;
}

.price-promise-example-win {
    margin-top: 18px;
    color: #16a34a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .price-promise-active-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-promise-stats-grid {
        grid-template-columns: 1fr;
    }

    .price-promise-price-row {
        grid-template-columns: 1fr;
    }

    .price-promise-extra {
        align-items: flex-start;
        text-align: left;
        padding-top: 4px;
    }
}

@media (max-width: 575px) {
    .price-promise-active-header {
        padding: 15px;
    }

    .price-promise-active-left {
        align-items: flex-start;
    }

    .price-promise-active-icon {
        width: 38px;
        height: 38px;
        font-size: 24px;
        flex-basis: 38px;
    }

    .price-promise-active-title {
        font-size: 16px;
    }

    .price-promise-active-subtitle {
        font-size: 12px;
    }

    .price-promise-stat-value {
        font-size: 23px;
    }

    .price-promise-listing-card,
    .price-promise-example-card {
        padding: 15px;
    }

    .price-promise-listing-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-promise-price-value {
        font-size: 19px;
    }
}

.price-promise-manage-popup {
    width: min(460px, 92vw) !important;
    border-radius: 18px !important;
    padding: 26px 28px 28px !important;
}

.price-promise-manage-swal-title {
    margin: 0 0 14px !important;
    color: #07101f !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.price-promise-manage-swal {
    text-align: center;
}

.price-promise-manage-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
}

.price-promise-manage-title {
    margin: 0;
    color: #344054;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.price-promise-manage-muted {
    margin: 10px auto 0 !important;
    max-width: 360px;
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.price-promise-manage-actions {
    width: 100%;
    margin-top: 24px !important;
    gap: 10px !important;
    flex-direction: column !important;
}

.price-promise-keep-btn,
.price-promise-optout-btn {
    width: 100%;
    max-width: 360px;
    border: 0;
    border-radius: 11px;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    transition: all 0.2s ease;
}

.price-promise-keep-btn {
    background: #16a34a;
    color: #fff;
}

.price-promise-keep-btn:hover {
    background: #15803d;
}

.price-promise-optout-btn {
    background: #fee2e2;
    color: #b91c1c;
}

.price-promise-optout-btn:hover {
    background: #fecaca;
}

.price-promise-optout-btn {
    order: 1;
}

.price-promise-keep-btn {
    order: 2;
}

.price-promise-manage-actions {
    width: 100%;
    margin: 24px 0 0 !important;
    gap: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.price-promise-manage-actions .swal2-confirm,
.price-promise-manage-actions .swal2-deny,
.price-promise-manage-actions .swal2-cancel {
    margin: 0 !important;
}

.price-promise-optout-btn,
.price-promise-keep-btn {
    width: 100%;
    max-width: 360px;
    margin: 0 !important;
}

.price-promise-optout-btn {
    order: 1;
}

.price-promise-keep-btn {
    order: 2;
}

@media (max-width: 575px) {
    .price-promise-manage-popup {
        padding: 24px 18px !important;
    }

    .price-promise-manage-swal-title {
        font-size: 21px !important;
    }

    .price-promise-manage-icon {
        width: 64px;
        height: 64px;
        font-size: 40px;
    }

    .price-promise-manage-title {
        font-size: 16px;
    }
}

.price-promise-active-wrap {
    width: 100%;
    margin: 14px 0 24px;
}

.price-promise-active-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    border: 1px solid #86efac;
    border-radius: 14px;
    background: #f0fdf4;
}

.price-promise-active-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-promise-active-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex: 0 0 44px;
}

.price-promise-active-title {
    color: #166534;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.price-promise-active-subtitle {
    margin-top: 5px;
    color: #16a34a;
    font-size: 13px;
    line-height: 1.3;
}

.price-promise-active-badge,
.price-promise-small-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
    border-radius: 7px;
    font-weight: 800;
    line-height: 1;
}

.price-promise-active-badge {
    padding: 7px 10px;
    font-size: 12px;
}

.price-promise-small-badge {
    padding: 6px 9px;
    font-size: 11px;
}

.price-promise-active-badge i,
.price-promise-small-badge i {
    color: #16a34a;
    font-size: 14px;
}

.price-promise-manage-btn {
    min-width: 88px;
    padding: 10px 16px;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
    background: #fff;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    transition: all 0.2s ease;
}

.price-promise-manage-btn:hover {
    color: #155dfc;
    border-color: #155dfc;
}

.price-promise-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.price-promise-stat-card {
    padding: 16px 18px;
    border: 1px solid #e1e4ea;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.price-promise-stat-label {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.price-promise-stat-value {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.price-promise-stat-desc {
    margin-top: 9px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
}

.text-orange {
    color: #d97706;
}

.price-promise-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 12px;
    padding: 20px 28px;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    background: #f8fbff;
}

.price-promise-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.price-promise-info-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex: 0 0 56px;
}

.price-promise-info-icon.success {
    background: #dcfce7;
    color: #16a34a;
}

.price-promise-info-icon.primary {
    background: #dbeafe;
    color: #155dfc;
}

.price-promise-info-icon.warning {
    background: #fef3c7;
    color: #d97706;
}

.price-promise-info-title {
    color: #07101f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.price-promise-info-text {
    margin-top: 4px;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    max-width: 250px;
}

.price-promise-worked-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 10px;
    color: #07101f;
    font-size: 18px;
    font-weight: 800;
}

.price-promise-example-card {
    padding: 16px 18px;
    border: 1px solid #e1e4ea;
    border-radius: 13px;
    background: #fff;
}

.price-promise-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 12px;
    align-items: stretch;
}

.price-promise-price-box {
    padding: 15px 18px;
    border-radius: 10px;
}

.price-promise-price-box.airbnb {
    background: #fff1f2;
    color: #b91c1c;
}

.price-promise-price-box.ohstay {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.price-promise-price-label {
    font-size: 12px;
    font-weight: 800;
}

.price-promise-price-value {
    margin-top: 7px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.price-promise-price-receive {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.3;
}

.price-promise-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.price-promise-extra strong {
    display: block;
    margin-top: 7px;
    font-size: 21px;
    line-height: 1;
}

@media (max-width: 991px) {
    .price-promise-active-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-promise-stats-grid,
    .price-promise-info-row {
        grid-template-columns: 1fr;
    }

    .price-promise-price-row {
        grid-template-columns: 1fr;
    }

    .price-promise-extra {
        align-items: flex-start;
        text-align: left;
        padding-top: 4px;
    }
}
.price-promise-estimates {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.price-promise-estimates-title {
    color: #07101f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 10px;
}

.price-promise-estimates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.price-promise-estimate-box {
    padding: 12px 14px;
    border-radius: 11px;
    border: 1px solid transparent;
    min-height: 84px;
}

.price-promise-estimate-box span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 7px;
}

.price-promise-estimate-box strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.price-promise-estimate-box small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.25;
    opacity: 0.8;
}

.price-promise-estimate-box.airbnb {
    background: #fff1f2;
    border-color: #fecaca;
    color: #dc2626;
}

.price-promise-estimate-box.ohstay {
    background: #f0fdf4;
    border-color: #86efac;
    color: #16a34a;
}

.price-promise-estimate-box.extra {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #059669;
}

.price-promise-estimate-box.saving {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #155dfc;
}

.price-promise-estimates-win {
    margin-top: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 991px) {
    .price-promise-estimates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .price-promise-estimates-grid {
        grid-template-columns: 1fr;
    }
}


.is-required-label::before {
    content: "* ";
    color: #dc3545;
    font-weight: 700;
}