/* _content/WahanaKaryaSuplaindo.WahanaTravelB2C.WebClient/Pages/Hotel/Partial/_CartForm.cshtml.rz.scp.css */
/* sticky bar animation */
#hotelMinInfo[b-7hv7ai1i8l],
#hotelMaxInfo[b-7hv7ai1i8l] {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
}

#hotelMinInfo[b-7hv7ai1i8l] {
    padding-bottom: 4px;
    max-height: 500px;
    opacity: 1;
}

#hotelMaxInfo[b-7hv7ai1i8l] {
    max-height: 0;
    opacity: 0;
}
/* end */

/* login section */
.hotel-card-section-cart .row .profile-card-img[b-7hv7ai1i8l] {
    padding: 5px;
    display: flex;
}

.hotel-card-section-cart .profile-card-img img[b-7hv7ai1i8l] {
    width: 65px;
    height: 65px;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 10px;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

.hotel-card-section-cart .row .profile-title-login[b-7hv7ai1i8l] {
    text-align: left;
    display: flex;
}
.hotel-card-section-cart .row .profile-title-login h4[b-7hv7ai1i8l] {
    font-size: 1.13em;
    display: block;
    font-weight: bold;
}
.hotel-card-section-cart .row .profile-desc[b-7hv7ai1i8l] {
    text-align: left;
    display: flex;
}
.hotel-card-section-cart .row .profile-desc p[b-7hv7ai1i8l] {
    font-size: medium;
    display: block;
    margin-bottom: 10px;
}
/* end */

/* sticky style */
.hotelMinInfo-details h6[b-7hv7ai1i8l] {
    font-size: 12px;
    font-weight: 700;
}
.hotelMinInfo-details span[b-7hv7ai1i8l] {
    font-size: 11px;
}
.hotelMinInfo-price span[b-7hv7ai1i8l] {
    font-size: 15px !important;
    color: var(--theme-primary);
    font-weight: bold;
}

.btn-hotelMinInfo-details[b-7hv7ai1i8l] {
    z-index: 1;
    position: absolute;
    left: 37%;
    top: -7px;
    width: 130px;
    font-size: 14px;
    padding: 1px 0px;
    border: 1px dashed var(--theme-primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    font-weight: 500;
}
.btn-hotelMinInfo-details:hover[b-7hv7ai1i8l] {
    position: absolute;
    color: var(--theme-primary) !important;
    border-color: var(--theme-primary);
}
.theme-btn-detail-cart-hotel[b-7hv7ai1i8l] {
    color: var(--theme-primary);
    background-color: transparent !important;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
    justify-content: end;
    display: flex;
}

.theme-btn-detail-cart-hotel .dx-button-content[b-7hv7ai1i8l] {
    padding: 0 !important;
}

.theme-btn-detail-cart-hotel[b-7hv7ai1i8l]::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.theme-btn-detail-cart-hotel:hover[b-7hv7ai1i8l]::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .btn-hotelMinInfo-details[b-7hv7ai1i8l] {
        left: 33%;
    }
    .hotelMinInfo-details span[b-7hv7ai1i8l] {
        font-size: 8px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 479px) {
    .btn-hotelMinInfo-details[b-7hv7ai1i8l] {
        left: 34%;
    }
    .hotelMinInfo-details span[b-7hv7ai1i8l] {
        font-size: 9px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1024px) {
    .btn-hotelMinInfo-details[b-7hv7ai1i8l] {
        left: 41%;
    }
}
/* end */

.hotel-card-section-cart[b-7hv7ai1i8l] {
    align-items: center;
    padding: 15px 5px;
    margin: 10px 0px;
    border-radius: 10px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}
.hotel-card-section-cart .row-promo-code[b-7hv7ai1i8l] {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    align-items: center;
    display: flex;
}
.hotel-card-section-cart .row-promo-code .booking-total-price[b-7hv7ai1i8l] {
    width: 100%;
    height: auto;
    font-size: larger;
    font-weight: 700;
    color: var(--theme-primary);
    text-align: right;
}
.hotel-card-section-cart .row-promo-code .booking-total-price span[b-7hv7ai1i8l] {
    width: 100%;
    height: auto;
    font-size: x-large;
    font-weight: 700;
    color: var(--theme-primary);
    text-align: right;
}
.hotel-card-section-cart .row-total-details[b-7hv7ai1i8l] {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
}
.hotel-card-section-cart .row-total-details h6[b-7hv7ai1i8l] {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 400;
}
.hotel-card-section-cart-desc-price[b-7hv7ai1i8l] {
    width: 100%;
    text-wrap: nowrap;
    margin: 5px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    justify-content: right;
    display: flex;
}
.hotel-card-section-cart .row-promo-code .booking-total-price .includetax[b-7hv7ai1i8l] {
    font-size: small;
    font-weight: 400;
    color: #333333;
}

.hotel-card-section-cart .row-hotel-routes h4[b-7hv7ai1i8l] {
    width: 100%;
    height: auto;
    font-size: large;
    font-weight: 600;
    text-align: left;
}

/* Detail */

.hotel-card-section-detail-container[b-7hv7ai1i8l] {
    width: 100%;
}

.hotel-card-section-detail-header[b-7hv7ai1i8l] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hotel-card-section-detail-rating[b-7hv7ai1i8l] {
    text-align: right;
}

.hotel-card-section-detail-score[b-7hv7ai1i8l] {
    color: gold;
    font-size: 18px;
}

.hotel-card-section-detail-review[b-7hv7ai1i8l] {
    font-size: 13px;
}

.hotel-card-section-detail-review-score[b-7hv7ai1i8l] {
    color: #0077cc;
    font-weight: bold;
}

.hotel-card-section-detail-image[b-7hv7ai1i8l] {
    width: 100% !important;
    object-fit: cover;
    height: 180px;
    border-radius: 6px;
}

.hotel-card-section-detail-dates[b-7hv7ai1i8l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
}

.hotel-card-section-detail-checkin-box[b-7hv7ai1i8l],
.hotel-card-section-detail-checkout-box[b-7hv7ai1i8l] {
    width: 40%;
    line-height: 20px;
    text-align: center;
}

.hotel-card-section-detail-label[b-7hv7ai1i8l] {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.hotel-card-section-detail-date[b-7hv7ai1i8l] {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.hotel-card-section-detail-time[b-7hv7ai1i8l] {
    font-size: 13px;
    color: #666;
}

.hotel-card-section-detail-night[b-7hv7ai1i8l] {
    font-weight: bold;
    font-size: 13px;
}

.hotel-card-section-detail-room-name[b-7hv7ai1i8l] {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.hotel-card-section-detail-room-alert[b-7hv7ai1i8l] {
    color: red;
    font-size: 13px;
    margin-top: 4px;
}
.truncate[b-7hv7ai1i8l] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 98%;
}

/* input detail room */

.hotel-card-section-input-container[b-7hv7ai1i8l] {
    background-color: #f5f8ff;
    padding: 24px;
    border-radius: 12px;
    margin: 10px 15px;
    font-family: "Segoe UI", sans-serif;
}

.hotel-card-section-input-title[b-7hv7ai1i8l] {
    font-size: 18px;
    font-weight: 600;
}

.hotel-card-section-input-subtitle[b-7hv7ai1i8l] {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 18px;
}

.hotel-card-section-input-card[b-7hv7ai1i8l] {
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 12px;
    cursor: pointer;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid #e1e5ea;
    transition: all 0.3s ease;
}
.hotel-card-section-input-card:hover[b-7hv7ai1i8l] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease;
}

.hotel-card-section-input-room-info[b-7hv7ai1i8l] {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-card-section-input-note[b-7hv7ai1i8l] {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.hotel-card-section-input-name[b-7hv7ai1i8l] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.hotel-card-section-input-btn[b-7hv7ai1i8l] {
    font-size: 14px;
    color: var(--theme-primary);
    line-height: 33px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.hotel-card-section-input-btn[b-7hv7ai1i8l]::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hotel-card-section-input-btn:hover[b-7hv7ai1i8l]::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.label-text[b-7hv7ai1i8l] {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}

/* animasi validasi */

@keyframes border-blink-b-7hv7ai1i8l {
    0% {
        border: 2px solid transparent;
    }
    50% {
        border: 2px solid red;
    }
    100% {
        border: 2px solid transparent;
    }
}

.invalid-card[b-7hv7ai1i8l] {
    animation: border-blink-b-7hv7ai1i8l 1s infinite;
}

/* Base styles (unchanged) */
.hotel-card-section-input-card[b-7hv7ai1i8l] {
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 12px;
    cursor: pointer;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid #e1e5ea;
    transition: all 0.3s ease;
}

.hotel-card-section-input-card:hover[b-7hv7ai1i8l] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease;
}

.hotel-card-section-input-room-info[b-7hv7ai1i8l] {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-card-section-input-note[b-7hv7ai1i8l] {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.hotel-card-section-input-name[b-7hv7ai1i8l] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* Tablet and small desktop */
@media (max-width: 768px) {
    .hotel-card-section-input-room-info[b-7hv7ai1i8l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .hotel-card-section-input-card span[b-7hv7ai1i8l],
    .hotel-card-section-input-card small[b-7hv7ai1i8l] {
        text-align: start;
    }
    .hotel-card-section-input-room-info > div:last-child[b-7hv7ai1i8l] {
        align-self: flex-end;
        text-align: right;
        border-top: 1px solid #f0f0f0;
        padding-top: 12px;
        width: 100%;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .hotel-card-section-input-container[b-7hv7ai1i8l] {
        padding: 10px;
    }
    .hotel-card-section-input-card[b-7hv7ai1i8l] {
        padding: 12px;
        margin-top: 8px;
    }
    .hotel-card-section-input-card span[b-7hv7ai1i8l],
    .hotel-card-section-input-card small[b-7hv7ai1i8l] {
        text-align: start;
    }
    .hotel-card-section-input-room-info[b-7hv7ai1i8l] {
        font-size: 14px;
        margin-bottom: 12px;
        gap: 8px;
    }

    .hotel-card-section-input-room-info > div:last-child[b-7hv7ai1i8l] {
        padding-top: 8px;
    }

    .hotel-card-section-input-name[b-7hv7ai1i8l] {
        font-size: 13px;
    }

    .hotel-card-section-input-note[b-7hv7ai1i8l] {
        font-size: 11px;
        line-height: 18px;
    }
}

/* Small mobile phones */
@media (max-width: 375px) {
    .hotel-card-section-input-container[b-7hv7ai1i8l] {
        padding: 10px;
    }
    .hotel-card-section-input-card[b-7hv7ai1i8l] {
        padding: 10px;
    }
    .hotel-card-section-input-card span[b-7hv7ai1i8l],
    .hotel-card-section-input-card small[b-7hv7ai1i8l] {
        text-align: start;
    }
    .hotel-card-section-input-room-info[b-7hv7ai1i8l] {
        font-size: 13px;
    }

    .hotel-card-section-input-name[b-7hv7ai1i8l] {
        font-size: 12px;
    }
}
/* _content/WahanaKaryaSuplaindo.WahanaTravelB2C.WebClient/Pages/Index.cshtml.rz.scp.css */
/* _content/WahanaKaryaSuplaindo.WahanaTravelB2C.WebClient/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-9kro21t95s] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-9kro21t95s] {
  color: #0077cc;
}

.btn-primary[b-9kro21t95s] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-9kro21t95s], .nav-pills .show > .nav-link[b-9kro21t95s] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-9kro21t95s] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-9kro21t95s] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-9kro21t95s] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-9kro21t95s] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-9kro21t95s] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/WahanaKaryaSuplaindo.WahanaTravelB2C.WebClient/Pages/Shared/_Layout_Ori.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bn6gp0usxi] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bn6gp0usxi] {
  color: #0077cc;
}

.btn-primary[b-bn6gp0usxi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bn6gp0usxi], .nav-pills .show > .nav-link[b-bn6gp0usxi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bn6gp0usxi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bn6gp0usxi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bn6gp0usxi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bn6gp0usxi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bn6gp0usxi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
