@media all and (max-width: 1024px) {
    div, table, thead, button, th, td, label, input, textarea, select, span {
        font-size: 36px !important;
    }

    .drp-calendar {
      float: none !important;
    }

    .daterangepicker {
        margin-top: 0px;
    }

    .calendar-table {
        border: none !important;
        -webkit-text-size-adjust: 250%;
    }

    .drp-calendar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .apartment_img {
      border-radius: 0 0 3% 3%;
      object-fit: cover;
      width: 100%;
      height: 696px !important;
    }

    .footer-booking {
        margin-top: 20px;
        border-top: 1px solid rgb(0, 0, 0) !important;
        background-color: rgb(255, 255, 255) !important;
        bottom: 0;
        position: sticky;
    }

    .left_arrow {
        position: fixed;
        top: 12px;
        left: 20px;
        font-size: 40px !important;
    }

    .uib-datepicker-popup {
        width: 100%;
        left: 0 !important;
    }

    table {
        width: 100%
    }
}

.apartment_img {
    border-radius: 0 0 3% 3%;
    object-fit: cover;
    width: 100%;
    height: 480px;
}

.apartment_img_bigsize {
    height: 860px !important;
}

.apartment_img_min {
    border-radius: 0 0 3% 3%;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.description_text {
    border-top: 1px solid rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
    margin-bottom: 200px;
}

.criteria {
    border-radius: 2px 2px 0 0;
}

.nav_accrosso {
    top: 0;
    position: sticky;
    width: 100%;
    margin-bottom: 20px;
}

.footer-booking {
    margin-top: 20px;
    border-top: 1px solid rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 10px;
}

.footer-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.separator {
    border-top-color: rgb(235, 235, 235);
    border-top-width: 10px !important;
    border-top-style: solid !important;
}

.offer {
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px !important;
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 2px inset !important;
}

.offer_selected {
  #  box-shadow: #dc3545 0px 0px 0px 5px inset !important;
}

.recommandation {
    border-radius: 12px 12px 12px 12px !important;
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 2px inset !important;
    background-color: #0d6efd5c;
}

.color_green {
    color: green;
}

.color_red {
    color: #af1818;
}

.accrosso {
    --bs-bg-opacity: 1;
    background-color: #daeff8;
}

.whatsapp_button_color {
    background: #128c7e;
}

.left_arrow {
    position: fixed;
    top: 12px;
    left: 20px;
    font-size: 25px;
}

.text-info {
    color: black !important;
}

.date_unavailable {
    background: repeating-linear-gradient(
          45deg,
          transparent,
          transparent 20px,
          red 23px,
          red 5px
      );
}

.date_available {
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 1px inset !important;
}

.uib-datepicker-current, .uib-clear, .uib-close {
    display: none;
}

.row {
    --bs-gutter-x: 0;
}

@media all and (min-width: 1024px) {

    .fullscreen_img {
        width: auto;
        margin: 0 auto;
        height: inherit;
    }
}

.client-profile {
    --client-blue: #064adf;
    --client-ink: #0b1528;
    --client-muted: #4d5a73;
    --client-gold: #c37b00;
    --client-border: #e8ebf0;
    --client-shadow: 0 8px 24px rgba(12, 24, 48, 0.13);
    --client-font-logo: 84px;
    --client-font-title: 48px;
    --client-font-body: 36px;
    --client-font-rank-caption: 38px;
    --client-font-rank-name: 78px;
    --client-font-rank-next: 34px;
    --client-font-strong: 36px;
    --client-font-progress: 40px;
    --client-font-message-icon: 64px;
    --client-font-action: 42px;
    --client-font-action-icon: 50px;
    --client-font-section-title: 43px;
    --client-font-booking-title: 38px;
    --client-font-booking-meta: 34px;
    --client-font-booking-status: 33px;
    --client-font-booking-price: 38px;
    --client-font-booking-rest-label: 30px;
    max-width: 944px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px 34px 36px;
    background: #ffffff;
    color: var(--client-ink);
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
}

.client-profile * {
    box-sizing: border-box;
}

.client-profile-header {
    padding-bottom: 24px;
}

.client-header-back {
    border: 0;
    background: transparent;
    color: var(--client-blue);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--client-font-strong);
    font-weight: 800;
    padding: 0;
    margin-bottom: 24px;
}

.client-header-back i {
    font-size: var(--client-font-action-icon);
}

.client-logo {
    color: var(--client-blue);
    font-size: var(--client-font-logo);
    line-height: 1;
    font-weight: 800;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 48px;
}

.client-hello-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.client-avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--client-blue);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.client-avatar i {
    font-size: 66px;
    line-height: 1;
}

.client-hello-row h1 {
    margin: 0 0 8px;
    font-size: var(--client-font-title);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.client-hello-row p {
    margin: 0;
    color: var(--client-muted);
    font-size: var(--client-font-body);
    line-height: 1.25;
}

.client-rank-card {
    border: 1px solid #f1dcad;
    border-radius: 30px;
    padding: 34px 34px 32px;
    box-shadow: 0 10px 24px rgba(178, 118, 0, 0.15);
    background: #ffffff;
    margin-bottom: 36px;
}

.client-rank-top {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 34px;
}

.client-rank-img {
    width: 134px;
    height: 134px;
    object-fit: contain;
    flex: 0 0 auto;
}

.client-rank-copy {
    padding-top: 4px;
}

.client-rank-caption {
    font-size: var(--client-font-rank-caption);
    line-height: 1.15;
    margin-bottom: 8px;
}

.client-rank-name {
    color: var(--client-gold);
    font-size: var(--client-font-rank-name);
    line-height: 1;
    font-weight: 800;
    margin-bottom: 16px;
}

.client-rank-next,
.client-rank-next span {
    color: #2d3750;
    font-size: var(--client-font-rank-next);
    line-height: 1.35;
}

.client-rank-next strong {
    color: var(--client-gold);
}

.client-rank-next b {
    color: #2d3750;
}

.client-rank-next strong,
.client-rank-next b {
    font-size: var(--client-font-strong);
}

.client-progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2d3750;
    font-size: var(--client-font-progress);
    line-height: 1.2;
    margin-bottom: 16px;
}

.client-progress-info div,
.client-progress-info strong {
    color: var(--client-gold);
    font-size: var(--client-font-progress);
}

.client-progress-track {
    height: 14px;
    background: #e9edf3;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 34px;
}

.client-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #c47d00, #f2b700);
}

.client-rank-message {
    min-height: 88px;
    border-radius: 12px;
    background: linear-gradient(90deg, #fffaf0, #fff7e8);
    color: var(--client-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 18px 28px;
    text-align: center;
}

.client-rank-message span {
    font-size: var(--client-font-message-icon);
    line-height: 1;
}

.client-rank-message strong {
    font-size: 38px;
    line-height: 1.3;
}

.client-actions {
    display: grid;
    gap: 20px;
    margin: 0 12px 44px;
}

.client-actions button {
    width: 100%;
    min-height: 84px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 56px 1fr 36px;
    align-items: center;
    gap: 18px;
    padding: 0 26px;
    font-size: var(--client-font-action);
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
}

.client-action-primary {
    border: 0;
    background: linear-gradient(90deg, #0950e6, #0647d2);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(4, 70, 210, 0.2);
}

.client-action-secondary {
    border: 2px solid var(--client-blue);
    background: #ffffff;
    color: var(--client-blue);
}

.client-action-icon,
.client-action-arrow,
.client-action-icon i,
.client-action-arrow i {
    font-size: var(--client-font-action-icon);
    line-height: 1;
}

.client-bookings-section h2,
.client-single-booking h2 {
    font-size: var(--client-font-section-title);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 18px 18px;
}

.client-single-booking {
    margin-bottom: 44px;
}

.client-booking-card-single {
    margin-bottom: 24px;
}

.client-receipt-preview-wrap {
    border: 1px solid var(--client-border);
    border-radius: 18px;
    box-shadow: var(--client-shadow);
    background: #ffffff;
    padding: 18px;
    margin-bottom: 24px;
}

.client-receipt-preview {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.client-booking-card {
    min-height: 230px;
    border: 1px solid var(--client-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--client-shadow);
    display: grid;
    grid-template-columns: 30% minmax(0, 1fr) 20%;
    align-items: stretch;
    gap: 10px;
    padding: 20px 30px 18px 14px;
    margin-bottom: 16px;
}

.client-booking-img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
}

.client-booking-main {
    min-width: 0;
    padding-top: 8px;
    align-self: stretch;
}

.client-booking-main h3 {
    font-size: var(--client-font-booking-title);
    line-height: 1.00;
    font-weight: 800;
    margin: 0 0 12px;
}

.client-booking-date {
    align-items: center;
    gap: 12px;
    color: #344056;
    margin-bottom: 24px;
}

.client-booking-date,
.client-booking-date span,
.client-booking-date i {
    font-size: var(--client-font-booking-meta);
    line-height: 1.2;
}

.client-booking-status {
    display: inline-block;
    border-radius: 12px;
    padding: 9px 14px;
    font-size: var(--client-font-booking-status);
    line-height: 1.1;
}

.client-status-paid {
    background: #ddf6dc;
    color: #15800c;
}

.client-status-partial {
    background: #e7f0ff;
    color: var(--client-blue);
}

.client-status-pending {
    background: #fff3d8;
    color: #a96a00;
}

.client-status-cancelled {
    background: #ffe0e0;
    color: #c80000;
}

.client-booking-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 0 6px;
    text-align: right;
    align-self: stretch;
}

.client-booking-side > strong {
    font-size: var(--client-font-booking-price);
    line-height: 1.1;
    font-weight: 800;
}

.client-booking-remaining span {
    display: block;
    color: #2d3750;
    font-size: var(--client-font-booking-rest-label);
    line-height: 1.2;
}

.client-booking-remaining b {
    color: red;
    font-size: var(--client-font-strong);
    line-height: 1.2;
}

.client-booking-confirm {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.client-booking-confirm span {
    color: #8a5a00;
    font-size: var(--client-font-booking-rest-label);
    line-height: 1.2;
}

.client-booking-confirm a,
.client-whatsapp-confirm-button {
    border-radius: 14px;
    background: #128c7e;
    color: #ffffff;
    font-size: var(--client-font-booking-status);
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    padding: 12px 16px;
}

.client-receipt-link {
    color: var(--client-blue);
    text-decoration: none;
    font-size: var(--client-font-booking-status);
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-booking-access-info {
    border: 1px solid var(--client-blue);
    border-radius: 14px;
    background: #ffffff;
    color: var(--client-blue);
    font-size: var(--client-font-booking-status);
    font-weight: 800;
    line-height: 1.2;
    padding: 12px 30px;
    margin: 5px;
}

.client-access-info-modal .modal-title {
    font-weight: 800;
}

.client-access-info-modal h3 {
    font-weight: 800;
    margin: 0 0 16px;
}

.client-access-info-text {
    color: #243047;
    font-size: 18px;
    line-height: 1.45;
    white-space: pre-line;
}

.client-receipt-link-highlight {
    border: 2px solid var(--client-blue);
    border-radius: 14px;
    background: #f4f8ff;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(6, 74, 223, 0.16);
}

.client-receipt-link i {
    font-size: var(--client-font-rank-caption);
}

.client-more-button {
    width: 100%;
    min-height: 58px;
    border-radius: 14px;
    border: 2px solid var(--client-blue);
    background: #ffffff;
    color: var(--client-blue);
    font-size: var(--client-font-strong);
    font-weight: 800;
    margin-top: 10px;
}

.client-empty,
.client-loading {
    color: var(--client-muted);
    font-size: var(--client-font-strong);
    text-align: center;
    padding: 24px;
}

.client-loading-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-new-booking h2,
.client-new-booking-detail h2 {
    font-size: var(--client-font-section-title);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 24px;
}

.client-new-booking-block {
    border: 1px solid var(--client-border);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 22px;
}

.client-new-booking-block h3,
.client-apartment-option-main h3,
.client-apartment-info h3,
.client-price-quote h3 {
    font-size: var(--client-font-booking-title);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 18px;
}

.client-neighborhoods {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.client-neighborhoods button,
.client-date-button,
.client-new-booking-submit,
.client-apartment-option-main button,
.client-back-button,
.client-booking-success button {
    border-radius: 14px;
    font-size: var(--client-font-strong);
    font-weight: 800;
}

.client-neighborhoods button {
    border: 2px solid var(--client-border);
    background: #ffffff;
    color: var(--client-ink);
    padding: 14px 18px;
}

.client-neighborhoods button:disabled {
    color: #9aa3b5;
    background: #f5f6f8;
}

.client-neighborhoods .client-neighborhood-selected {
    border-color: var(--client-blue);
    color: var(--client-blue);
    background: #f4f8ff;
}

.client-new-booking-note,
.client-apartment-neighborhood,
.client-price-quote p {
    color: var(--client-muted);
    font-size: var(--client-font-booking-meta);
    line-height: 1.3;
}

.client-new-booking-note {
    margin-top: 16px;
}

.client-date-button {
    width: 100%;
    min-height: 76px;
    border: 2px solid var(--client-blue);
    background: #ffffff;
    color: var(--client-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.client-date-button i {
    font-size: var(--client-font-action-icon);
}

.client-new-booking-submit {
    width: 100%;
    min-height: 82px;
    border: 0;
    background: var(--client-blue);
    color: #ffffff;
    margin: 8px 0 22px;
}

.client-new-booking-submit:disabled {
    background: #93a8e6;
}

.client-new-booking-error,
.client-new-booking-warning,
.client-booking-success {
    border-radius: 16px;
    padding: 18px 22px;
    font-size: var(--client-font-strong);
    line-height: 1.3;
    margin-bottom: 22px;
}

.client-new-booking-error {
    background: #ffe8e8;
    color: #b00000;
}

.client-new-booking-warning {
    background: #fff4dd;
    color: #8a5a00;
}

.client-booking-success {
    background: #e6f8e8;
    color: #116d20;
}

.client-booking-success button {
    width: 100%;
    border: 2px solid #116d20;
    background: #ffffff;
    color: #116d20;
    padding: 14px;
    margin-top: 16px;
}

.client-booking-success p {
    margin: 12px 0;
}

.client-whatsapp-confirm-button {
    display: block;
    text-align: center;
}

.client-apartment-results {
    display: grid;
    gap: 24px;
}

.client-apartment-option {
    border: 1px solid var(--client-border);
    border-radius: 18px;
    box-shadow: var(--client-shadow);
    overflow: hidden;
    background: #ffffff;
}

.client-apartment-option .carousel img,
.client-selected-carousel img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    cursor: pointer;
}

.client-apartment-option-main {
    padding: 22px;
}

.client-apartment-option-main > div,
.client-apartment-option-main strong {
    display: block;
    font-size: var(--client-font-booking-meta);
    line-height: 1.3;
    margin-bottom: 14px;
}

.client-apartment-option-main strong {
    color: var(--client-blue);
}

.client-apartment-price strong {
    color: var(--client-blue);
    margin-bottom: 0;
}

.client-price-original {
    color: #b00000;
    font-weight: 800;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.client-apartment-option-main button {
    width: 100%;
    border: 2px solid var(--client-blue);
    background: #ffffff;
    color: var(--client-blue);
    padding: 16px;
}

.client-back-button {
    border: 0;
    background: transparent;
    color: var(--client-blue);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin-bottom: 22px;
}

.client-selected-carousel {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}

.client-apartment-info,
.client-price-quote {
    border-top: 1px solid var(--client-border);
    padding-top: 24px;
    margin-top: 24px;
}

.client-apartment-info div {
    font-size: var(--client-font-strong);
    line-height: 1.35;
}

.client-condition-list {
    margin: 0;
    padding-left: 34px;
}

.client-condition-list li {
    font-size: var(--client-font-strong);
    line-height: 1.35;
    margin-bottom: 12px;
    font-weight: 800;
}

.client-price-quote-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: var(--client-font-booking-meta);
}

.client-price-quote strong {
    color: var(--client-blue);
    font-size: var(--client-font-section-title);
    white-space: nowrap;
}

.client-fullscreen-modal {
    background: #000000;
    color: #ffffff;
}

.client-fullscreen-modal .modal-header {
    border-bottom: 0;
    min-height: 90px;
}

.client-fullscreen-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--client-font-strong);
    font-weight: 800;
}

.client-fullscreen-modal .modal-body {
    padding: 0;
    cursor: pointer;
}

.client-fullscreen-slide.active,
.client-fullscreen-slide.carousel-item-next,
.client-fullscreen-slide.carousel-item-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-fullscreen-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: default;
}

.client-fullscreen-modal .carousel-control-prev,
.client-fullscreen-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    width: auto;
    padding: 24px;
    transform: translateY(-50%);
}

@media all and (max-width: 1024px) {
    .client-logo { font-size: var(--client-font-logo) !important; }
    .client-hello-row p { font-size: var(--client-font-body) !important; }
    .client-rank-caption { font-size: var(--client-font-rank-caption) !important; }
    .client-rank-name { font-size: var(--client-font-rank-name) !important; }
    .client-rank-next,
    .client-rank-next span { font-size: var(--client-font-rank-next) !important; }
    .client-rank-next strong,
    .client-rank-next b { font-size: var(--client-font-strong) !important; }
    .client-progress-info,
    .client-progress-info div,
    .client-progress-info strong { font-size: var(--client-font-progress) !important; }
    .client-rank-message span { font-size: var(--client-font-message-icon) !important; }
    .client-rank-message strong { font-size: 38px !important; }
    .client-actions button { font-size: var(--client-font-action) !important; }
    .client-action-icon,
    .client-action-arrow { font-size: var(--client-font-action-icon) !important; }
    .client-booking-date span,
    .client-booking-status,
    .client-booking-access-info,
    .client-receipt-link,
    .client-booking-confirm a,
    .client-whatsapp-confirm-button,
    .client-more-button,
    .client-empty,
    .client-loading { font-size: var(--client-font-strong) !important; }
    .client-booking-remaining span { font-size: var(--client-font-booking-rest-label) !important; }
    .client-booking-confirm span { font-size: var(--client-font-booking-rest-label) !important; }
    .client-booking-remaining b { font-size: var(--client-font-strong) !important; }
    .client-new-booking-block h3,
    .client-apartment-option-main h3,
    .client-apartment-info h3,
    .client-price-quote h3,
    .client-neighborhoods button,
    .client-date-button,
    .client-new-booking-submit,
    .client-apartment-option-main button,
    .client-back-button,
    .client-header-back,
    .client-fullscreen-close,
    .client-booking-success button,
    .client-new-booking-error,
    .client-new-booking-warning,
    .client-booking-success,
    .client-apartment-info div,
    .client-access-info-text,
    .client-condition-list li { font-size: var(--client-font-strong) !important; }
}

@media all and (max-width: 700px) {
    .client-profile {
        --client-font-logo: 64px;
        --client-font-title: 40px;
        --client-font-body: 32px;
        --client-font-rank-name: 58px;
        --client-font-rank-next: 32px;
        padding: 18px 18px 30px;
    }

    .client-logo {
        margin-bottom: 34px;
    }

    .client-hello-row {
        gap: 18px;
    }

    .client-avatar {
        width: 78px;
        height: 78px;
    }

    .client-avatar i {
        font-size: 50px;
    }

    .client-rank-card {
        border-radius: 22px;
        padding: 24px 20px;
    }

    .client-rank-top {
        gap: 22px;
    }

    .client-rank-img {
        width: 92px;
        height: 92px;
    }

    .client-booking-card {
        grid-template-columns: 32% minmax(0, 1fr) 22%;
        gap: 14px;
        min-height: 170px;
        padding: 12px;
    }

    .client-booking-img {
        min-height: 150px;
    }

    .client-booking-side {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .client-apartment-option .carousel img,
    .client-selected-carousel img {
        height: 300px;
    }

    .client-price-quote-row {
        display: block;
    }

    .client-price-quote strong {
        display: block;
        margin-top: 10px;
    }
}
