/**
 * Global V2 Styles - Essential Responsive Layout
 * Critical styles for proper responsive behavior
 */

/* Global Reset and Box Model */
* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.header-logo-container,
.header-nav-container {
    width: 50%;
    display: flex;
}

.header-logo img {
    width: 145px;
}

.header-nav {
    margin-left: auto;
}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.header-menu--manage-reservation {
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #4FF6B1;
    color: #4FF6B1;
    border-radius: 24px;
    padding: 7px 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.header-menu--manage-reservation:hover {
    background: #4FF6B1;
    color: #000;
}

@media (max-width:1024px) {
    header {
        padding: 20px 30px;
    }
}

@media (max-width:767px) {
    header {
        padding: 20px
    }

    .header-logo img {
        width: 120px;
    }

    .header-menu--manage-reservation {
        display: none !important;
        font-size: 12px;
        padding: 4px 12px;
    }

}

/** Footer */
footer {
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
}

.footer-main {
    max-width: 1500px;
    margin: auto;
}

.footer-top {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #777E90;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-logo img {
    width: 145px;
}

.footer-content {
    padding: 10px 20px;
    display: flex;
    gap: 30px;
}

.footer-content-col {
    padding: 10px 0;
}

.footer-switchers {
    display: flex;
    gap: 10px;
    margin-top: 35px;
}

.footer-switcher-item {
    width: 50%;
    position: relative;
}

.footer-switcher-item select {
    height: 34px;
    background-color: #141416;
    border-radius: 50px 50px 50px 50px;
    padding: 4px 12px;
    border: 2px solid #818a91;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none!important;
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    font-weight: bold;
    -moz-appearance:none; 
    -webkit-appearance:none;
    appearance:none;
    min-height: 33px;
}
.footer-switcher-item .wg-drop.country-selector{
    position: relative;
    background: transparent !important;
    color: #fff;
    right:0;
    width: 100%;;
    height: 34px;
}

.footer-switcher-item::before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0,0,0,.3)
}
.weglot-container{
    background-color: #141416;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid #818a91;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none!important;
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    font-weight: bold;
    -moz-appearance:none; 
    -webkit-appearance:none;
    appearance:none;
    min-height: 33px;
    height: 34px;
}
.weglot_footer .weglot-container .wgcurrent {
    background: transparent !important;
}
.wg-drop.country-selector li{
    padding: 8px !important;
}
.wg-drop.country-selector .wgcurrent {
    border: none !important;
}
.wg-drop.country-selector .wgcurrent a{color: #fff !important;}
.footer-menus {
    display: flex;
    gap: 30px;
}
.wg-drop.country-selector a{
    height: 34px !important
}

.footer-heading  {
    font-size: 16px;
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.footer-menu li {
    margin-bottom: 15px;
    line-height: 1.2;
}

.footer-menu li a {
    color: #4FF6B1;
    font-size: 16px;
}

.footer-details-row {
    display: flex;
}

.footer-details-row.--1 {
    margin-bottom: 40px;
}

.footer-details-item {
    width: 50%;
}

.footer-details-item .footer-heading {
    margin-bottom: 15px;
}

.footer-details-item a {
    font-size: 14px;
    font-weight: bold;
}

.footer-details-item a span {
    margin-left: 5px;
}

.footer-follow-button {
    margin-bottom: 10px;
}

.footer-follow-button i {
    color: #4bf4b0;
    background: #6707fd;
    padding: 6px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.footer-email-join {
    position: relative;
}

input.join-crewfare-email[type="email"] {
    background-color: #FFFFFF00;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    height: 40px;
    padding: 6px 50px 6px 10px;
    vertical-align: middle;
    border: 2px solid #353945;
    border-radius: 24px;
    box-sizing: border-box;
    width: 100%;
}

.join-crewfare-sumit {
    width: 32px;
    height: 32px;
    background: #6707FD;
    border-radius: 100%;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-left: 6px;
    color: #4bf4b0;
    position: absolute;
    right: 4px;
    top: 4px;
}

.footer-bottom {
    background: #27272B;
    color: #777E90;
    font-size: 12px;
    padding: 15px;
}

.footer-bottom-content {
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-bottom-menu li {
    padding: 0 10px;
    border-right: 1px solid #777E90;
}

.footer-bottom-menu li:last-child {
    border: 0;
}

.footer-bottom-menu li a {
    color: #777E90;
}


#echoaccess {
    cursor: pointer;
}

@media (min-width:767px) {
    .footer-content-col.--1 {
        width: 25.097%;
    }

    .footer-content-col.--2 {
        width: 41.236%;    
    }

    .footer-content-col.--3 {
        width: 33.333%;
    }

    .only-on-mobile {
        display: none!important;
    }    
}

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

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-content-col.--1 {
        width: 40%
    }

    .footer-content-col.--2 {
        width: calc(60% - 30px);
    }

    .footer-content-col.--3 {
        width: 100%;
    }
}

@media (max-width:767px) {

    .footer-content {
        flex-wrap: wrap;
        padding: 10px 25px 30px;
    }

    .footer-content-col {
        width: 100%
    }

    .footer-menus {
        flex-wrap: wrap;
    }

    .footer-menu-container {
        width: calc(50% - 15px);
    }

    .hide-on-mobile {
        display: none!important;
    }

    .footer-switchers {
        margin-top: 0;
    }

    .footer-details-item {
        width: 100%;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-bottom-menu {
        justify-content: center;
        flex-wrap: wrap;
    }
}


/** Layout */
#home-form {
    position: relative;
}

#home-form form > div {    
    box-sizing: border-box;
}

.room_selection_screen #home-form form > div {
    box-sizing: inherit;
}

footer#crewfare-footer-main .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 90px;
    background: rgba(0,0,0,.24);
}
footer#crewfare-footer-main .footer-bottom span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: .64;
}
footer#crewfare-footer-main .footer-middle {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}
footer#crewfare-footer-main .footer-middle .footer_middle_accessibility {
    display: flex;
    align-items: center;
    cursor: pointer;
}
footer#crewfare-footer-main .footer-middle .footer_middle_accessibility .footer_middle_man_icon {
    padding: 18px;
    width: 19px;
    height: 19px;
    background: hsla(0,0%,100%,.08);
    border-radius: 50%;
    text-align: center;
}
footer#crewfare-footer-main .footer-middle .footer_middle_accessibility h6 ,footer#crewfare-footer-main .footer-middle .footer_middle_backTop h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-left: 16px;
    margin-bottom: 0;
}
footer#crewfare-footer-main .footer-middle .footer_middle_backTop {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer#crewfare-footer-main .footer-middle .footer_middle_backTop button.footer_middle_backTop_btn {
    padding: 18px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: hsla(0,0%,100%,.08);
    border-radius: 50%;
    text-align: center;
    border: none;
}
.check-elem{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
footer#crewfare-footer-main .footer-upper{
    display: flex;
    justify-content: space-between;
    /* padding: 80px 90px 0; */
    /* gap: 80px; */
}
footer#crewfare-footer-main .MuiBox-root.css-l4rc4r {
    flex-basis: 30%;
    max-width: 30%;
    display: flex;
}
.footer-upper ._footer_first_grid__4xl80 {
    flex-basis: 20%;
    max-width: 20%;
}
.footer-upper ._footer_first_grid__4xl80 ._footer_logo_footer__aL9_w img {
    width: 200px!important;
    margin-bottom: 48px;
    max-width: 200%;
}

.footer-upper ._footer_first_grid__4xl80 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px;
}
.footer-upper ._footer_first_grid__4xl80 ul._footer_crew_socials__ONcCa {
    display: flex;
    max-width: 150px;
    justify-content: space-between;
    list-style: none;
    margin-left: 0px;
}
._footer_second_grid__8GIsO h6,.MuiBox-root.css-l4rc4r form._footer_third_grid__dk_M_ h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
._footer_second_grid__8GIsO h6{
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
}
.footer-upper ._footer_first_grid__4xl80 ul._footer_crew_socials__ONcCa li img{
    filter: opacity(.5);
}
.footer-upper ._footer_first_grid__4xl80 ul._footer_crew_socials__ONcCa li img:hover{
    filter: opacity(1);
}

.footer-upper ._footer_second_grid__8GIsO ul li {
    list-style: none;
}
.footer-upper ._footer_second_grid__8GIsO ul li a:hover{
    color: #4ff6b1;
    opacity: 1;
}
.footer-upper ._footer_second_grid__8GIsO ul {
    margin-bottom: 0px; 
    margin-left: 0px;
}
.footer-upper ._footer_second_grid__8GIsO ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: .64;
    margin-top: 18px;
    display: inline-block;
}
.footer-upper ._footer_third_grid__dk_M_ ._footer_email_box__V_vh9 {
    margin: 24px 0 16px;
}
.footer-upper ._footer_third_grid__dk_M_ ._footer_email_box__V_vh9 label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-upper ._footer_third_grid__dk_M_ ._footer_email_box__V_vh9 input {
    padding: 12px 16px;
    background: hsla(0,0%,100%,.08);
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.footer-upper .err_msg {
    color: #ee0f0f;
    margin: 5px 0 0;
}
.footer-upper .css-1h7anqn {
    display: flex;
    align-items: start;
    gap: 10px;
}
ul._footer_crew_socials__ONcCa li a img {
    height: 20px;
    width: auto;
}

.footer-upper .css-1jaw3da {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
}
.footer-upper ._footer_third_grid__dk_M_ ._footer_email_checkbox__QVIVx .MuiCheckbox-root {
    padding: 0 12px;
}
.footer-upper .css-1m9pwf3 {
    cursor: inherit;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}
.footer-upper .css-1abxj6d {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    background-color: rgb(103, 7, 253);
    box-shadow: none;
}
.footer-upper ._footer_third_grid__dk_M_ ._footer_email_checkbox__QVIVx .MuiFormControlLabel-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.footer-upper ._footer_boxSubs_contain__aEWdz {
    display: flex;
    flex-wrap: wrap;
}
.footer-upper ._footer_third_grid__dk_M_ h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8e8e8e;
    margin: 24px 0;
}
.footer-upper ._footer_third_grid__dk_M_ h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline!important;
    color: #8e8e8e;
}
.footer-upper .button_buttontwo__1NM0f {
    padding: 16px 24px;
    border-radius: 50px;
    background-color: #6707fd;
    border: 2px solid #6707fd;
    font-family: var(--event-font-family, "DM Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
}
.footer-upper .button_buttontwo__1NM0f:hover{
    background: transparent;
}
/* .weglot-container.wg-default {
    display: block !important;
} */
.weglot_footer {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    margin-top: 30px;
}
.weglot_footer .weglot-container .wg-drop.country-selector {
    position: relative;
    width: 209px;
    left: 0!important;
    background-color: #222223!important;
}
.weglot_footer .weglot-container{
    width: 0px !important;
    background-color: #141416;
    border-radius: 50px 50px 50px 50px;
    border: 0px  !important;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none!important;
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    font-weight: bold;
    -moz-appearance:none; 
    -webkit-appearance:none;
    appearance:none;
    min-height: 33px;
    height: 34px;
}
.weglot_footer .weglot-container .wgcurrent.wg-flags a {
    color: white !important;
    font-weight: 500 !important;
    margin-top: 7px !important;
}
.wg-default .wg-drop.country-selector a{
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 8px;
}
.wg-drop.country-selector ul {
    margin: 5px 0 15px 0px;
    background: #222223!important;
    border: none!important;
    border-radius: 8px;
    height: 150px;
    overflow-y: auto;
    position: relative;
    z-index: 99999;
    margin-top: 12px;
}
.wg-drop.country-selector .wgcurrent:after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI4NC45IDI4NC45Ij48cGF0aCBkPSJtMjgyIDc2LjUtMTQuMi0xNC4zYTkgOSAwIDAgMC0xMy4xIDBMMTQyLjUgMTc0LjQgMzAuMyA2Mi4yYTkgOSAwIDAgMC0xMy4yIDBMMyA3Ni41YTkgOSAwIDAgMCAwIDEzLjFsMTMzIDEzM2E5IDkgMCAwIDAgMTMuMSAwbDEzMy0xMzNhOSA5IDAgMCAwIDAtMTN6Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    color: #272e31;
    content: ""; /* Move this line inside the ::after block */
    display: inline-block;
    height: 39px;
    line-height: 37px;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .2s;
    width: 15px;
}

  
.wg-drop.country-selector .wgcurrent:after {
    filter: invert(83%) sepia(100%) saturate(5%) hue-rotate(37deg) brightness(112%) contrast(101%);
}
.wg-drop.country-selector .wgcurrent:after {
    top: 4px!important;
}
.wg-drop.country-selector ul {
    background: #fff;
    border: 1px solid #ebeef0;
    box-sizing: border-box;
    display: block;
    max-height: 300px;
    min-width: 100%;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Container System */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (min-width: 480px) {
    .container {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1400px;
        padding: 0 24px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 32px;
    }
}

/* Responsive Images */
img:not(.cbs-menu-collapse-toggle img) {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* Responsive Text */
h1, h2, h3, h4, h5, h6, p, span, div {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* Grid System Base */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

.col, [class*="col-"] {
    flex: 1 0 0%;
    padding: 0 16px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

/* Mobile Grid Adjustments */
@media (max-width: 767px) {
    .row {
        margin: 0 -8px;
    }
    
    .col, [class*="col-"] {
        padding: 0 8px;
    }
}

@media (max-width: 480px) {
    .row {
        margin: 0 -4px;
    }
    
    .col, [class*="col-"] {
        padding: 0 4px;
    }
}

/* Utility Classes */
.w-100 { width: 100% !important; }
.max-w-100 { max-width: 100% !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-hidden { overflow-x: hidden !important; }

/* Responsive Utilities */
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }

@media (max-width: 767px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
}

@media (min-width: 768px) {
    .d-md-flex { display: flex !important; }
}

/* Button System */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
    }
}
button#card-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 12px 24px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s;
}
/* Form Elements */
input, select, textarea, button:not(.cbs-menu-collapse-toggle) {
    box-sizing: border-box;
    max-width: 100%;
    font-size: 16px; /* Prevent iOS zoom */
}

@media (min-width: 768px) {
    input, select, textarea, button:not(.cbs-menu-collapse-toggle) {
        font-size: 14px;
    }
}

/* Flex Utilities */
.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* Spacing System */
.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }

.mt-1 { margin-top: 8px !important; }
.mt-2 { margin-top: 16px !important; }
.mt-3 { margin-top: 24px !important; }

.mb-1 { margin-bottom: 8px !important; }
.mb-2 { margin-bottom: 16px !important; }
.mb-3 { margin-bottom: 24px !important; }

.p-1 { padding: 8px !important; }
.p-2 { padding: 16px !important; }
.p-3 { padding: 24px !important; }

/* Text Utilities */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.text-nowrap { white-space: nowrap !important; }
.text-wrap { white-space: normal !important; }

/* Responsive Text Sizing */
@media (max-width: 767px) {
    .h1, h1 { font-size: 24px !important; }
    .h2, h2 { font-size: 20px !important; }
    .h3, h3 { font-size: 18px !important; }
    .h4, h4 { font-size: 16px !important; }
}

/* Legacy Support - Ensure old classes work */
.gdlr-content {
    /* `clip`, not `hidden`: `overflow-x: hidden` forces overflow-y to compute to
       `auto`, which clips absolutely-positioned popovers (the room card guest
       dropdown) at the bottom edge, where the footer begins. */
    overflow-x: clip;
    box-sizing: border-box;
}

.with-sidebar-container {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Critical Layout Fixes */
body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

#page, #main, .site-main {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

/* WordPress Theme Element Support */
.gdlr-content,
.with-sidebar-wrapper,
.with-sidebar-container {
    max-width: 100%;
    box-sizing: border-box;
}

.booking-checkout__main .card_container #payment-form input[type="text"], .booking-checkout__main .card_container #payment-form select {
    background: #242428 !important;
    caret-color: #ffffff;
    color: #ffffff !important;
}

.booking-checkout__main .card_container #payment-form select,
.booking-checkout__main .card_container #payment-form #card-billing-address-country {
    background: #242428 !important;
    background-color: #242428 !important;
    color: #ffffff !important;
}

.booking-checkout__main .card_container #payment-form select option {
    background: #242428 !important;
    background-color: #242428 !important;
    color: #ffffff !important;
}

/* Override browser autofill background color for payment form inputs */
.booking-checkout__main .card_container #payment-form input[type="text"]:-webkit-autofill,
.booking-checkout__main .card_container #payment-form input[type="text"]:-webkit-autofill:hover,
.booking-checkout__main .card_container #payment-form input[type="text"]:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form input[type="text"]:-webkit-autofill:active,
.booking-checkout__main .card_container #payment-form #card-holder-name:-webkit-autofill,
.booking-checkout__main .card_container #payment-form #card-holder-name:-webkit-autofill:hover,
.booking-checkout__main .card_container #payment-form #card-holder-name:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-holder-name:-webkit-autofill:active,
.booking-checkout__main .card_container #payment-form #card-billing-address-street:-webkit-autofill,
.booking-checkout__main .card_container #payment-form #card-billing-address-street:-webkit-autofill:hover,
.booking-checkout__main .card_container #payment-form #card-billing-address-street:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-street:-webkit-autofill:active,
.booking-checkout__main .card_container #payment-form #card-billing-address-city:-webkit-autofill,
.booking-checkout__main .card_container #payment-form #card-billing-address-city:-webkit-autofill:hover,
.booking-checkout__main .card_container #payment-form #card-billing-address-city:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-city:-webkit-autofill:active,
.booking-checkout__main .card_container #payment-form #card-billing-address-zip:-webkit-autofill,
.booking-checkout__main .card_container #payment-form #card-billing-address-zip:-webkit-autofill:hover,
.booking-checkout__main .card_container #payment-form #card-billing-address-zip:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-zip:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 10000px #242428 inset !important;
    box-shadow: 0 0 0 10000px #242428 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    background-color: #242428 !important;
    border-color: #777E90 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.booking-checkout__main .card_container #payment-form input[type="text"]:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-holder-name:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-street:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-city:-webkit-autofill:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-zip:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 10000px #323235 inset, 0 0 0 3px color-mix(in srgb, var(--event-cta-color, #8b5cf6) 10%, transparent) !important;
    box-shadow: 0 0 0 10000px #323235 inset, 0 0 0 3px color-mix(in srgb, var(--event-cta-color, #8b5cf6) 10%, transparent) !important;
    border-color: var(--event-cta-color, #8b5cf6) !important;
}

.booking-checkout__main .card_container #payment-form select,
.booking-checkout__main .card_container #payment-form #card-billing-address-country,
.booking-checkout__main .card_container #payment-form .address-field select,
.booking-checkout__main .card_container #payment-form .country-select select,
.booking-checkout__main .card_container #payment-form .address-field.country-select select,
.booking-checkout__main .card_container #payment-form .field-container.country-select select,
.booking-checkout__main .card_container #payment-form .address-field.country-select.field-container select {
    background: #242428 !important;
    background-color: #242428 !important;
    color: #ffffff !important;
    border-color: #777E90 !important;
}

.booking-checkout__main .card_container #payment-form select[value],
.booking-checkout__main .card_container #payment-form #card-billing-address-country[value],
.booking-checkout__main .card_container #payment-form select:not([value=""]),
.booking-checkout__main .card_container #payment-form #card-billing-address-country:not([value=""]),
.booking-checkout__main .card_container #payment-form .address-field.country-select select[value],
.booking-checkout__main .card_container #payment-form .address-field.country-select select:not([value=""]) {
    background: #242428 !important;
    background-color: #242428 !important;
    color: #ffffff !important;
}

.booking-checkout__main .card_container #payment-form select:focus,
.booking-checkout__main .card_container #payment-form #card-billing-address-country:focus,
.booking-checkout__main .card_container #payment-form .address-field select:focus,
.booking-checkout__main .card_container #payment-form .country-select select:focus,
.booking-checkout__main .card_container #payment-form .address-field.country-select select:focus {
    background: #323235 !important;
    background-color: #323235 !important;
    border-color: var(--event-cta-color, #8b5cf6) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--event-cta-color, #8b5cf6) 10%, transparent) !important;
}

.booking-checkout__main .card_container #payment-form select:hover,
.booking-checkout__main .card_container #payment-form #card-billing-address-country:hover,
.booking-checkout__main .card_container #payment-form .address-field.country-select select:hover {
    background: #242428 !important;
    background-color: #242428 !important;
}

.booking-checkout__main .card_container #payment-form select option {
    background: #242428 !important;
    background-color: #242428 !important;
    color: #ffffff !important;
}

.booking-checkout__main .card_container #payment-form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.booking-checkout__main .card_container #payment-form h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.booking-checkout__main .card_container #payment-form .row label {
    display: flex;
    align-items: center;
    gap: 20px;    
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
}

.booking-checkout__main .card_container #payment-form .row button#creditCardButton {
    width: 250px;
    font-family: var(--event-font-family, "DM Sans"), sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: rgb(254, 254, 254);
    margin-top: 10px;
    cursor: pointer;
    background: rgb(33, 33, 33);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(33, 33, 33);
    border-image: initial;
    border-radius: 8px;
    padding: 12px 24px;
    transition: 0.4s;
}

.booking-checkout__main .card_container #payment-form .row button#creditCardButton:hover {
    box-shadow: 0 4px 16px color-mix(in srgb, var(--event-cta-color, #8b5cf6) 25%, transparent);
    cursor: pointer;
}

.booking-checkout__main .card_container #card-container-stripe.open {
    overflow: initial;
}

.booking-checkout__main .card_container #card-container-stripe h4.credit-info {
    margin-top: 0;
    font-size: 14px;
    padding-top: 10px;
}

.booking-checkout__main .card_container #payment-form #card-information-section {
    width: calc(50% - 8px);
    display: inline-block;
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement input[type="checkbox"] {
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #8F939C;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #8F939C;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: inline-flex;
    place-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement input[type="checkbox"]:checked  {
    background-color: var(--event-primary-color, #4323FF);
    border-color: var(--event-primary-color, #4323FF);
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement input[type="checkbox"]:checked::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(1);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.booking-checkout__main .card_container #payment-form .row.gdlr-form-term-and-agreement .terms-check-wrap {
    max-width: 90%;
}

#userwayAccessibilityIcon,
.uai,
.uli {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}