:root {
    --primary: #007cac;
    --basel: #F5F7F8;
    --basel2: #e4edf3;
    --basel3: #d6e4ee;
    --base: #6a787d;
    --basebold: #7f8284;
    --third: #232323;
    --thirdl: #ffeda2;
    --brown: #5f4e07;
    --danger: red;
    --success: #248833;
    --success-light: #D1F2D6;
    --cancel: #803A21;
    --cancel-light: #FCC6B2;
    --white: #fff;
    /* Shadows */
    --shadow-md: 0 .5rem 2rem rgba(0, 0, 0, 0.1);
}

[v-cloak] {
    display: none;
}

body {
    line-height: 1.5 !important;
}

.woocommerce-checkout .woocommerce-notice.woocommerce-notice--success {
    text-align: center;
    background: #e3e3e3;
    padding: 1rem;
    font-size: 1.6rem;
}

.woocommerce-checkout .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: var(--basel3);
    color: var(--primary);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-color: #cbcbcb !important;
}

.wc-block-cart__submit .wc-block-cart__submit-container a {
    cursor: pointer;
    box-sizing: border-box;
    background: var(--primarybtnbg);
    color: var(--primarybtncolor);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;
    border-width: var(--primarybtnborderwidth, 0);
    border-radius: var(--primarybtnborderradius, 3px);
    padding: var(--primarybtnpadding, 13px 15px);
    font-weight: var(--btnfontweight, 700);
    font-size: var(--btnfs, var(--bodyfontsize));
    line-height: var(--btnlineheight, 1.6);
    letter-spacing: var(--btnletterspacing, var(--bodyletterspacing));
    text-transform: var(--btntexttransform, none);
}

.woocommerce-cart .wc-block-cart-items {
    background: #f7f7f7 !important;
    padding: 1rem;
}

.nv-page-title h1 {
    font-size: 2.5rem;
    text-align: center;
}

.nv-page-title h1:after {
    content: '';
    display: block;
    width: 10rem;
    height: 3px;
    background: var(--primarybtnbg);
    margin: 0 auto;
}

.shadow-md {
    box-shadow: var(--shadow-md);
}

.page-id-45 .wp-block-post-title {
    display: none;
}

.login_app_club .required {
    color: #B8363D;
}

.login_app_club .container {
    max-width: 40rem;
}

.login_app_club .loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    z-index: 9
}

.viva-owners-body #main>.wf-wrap {
    padding: 0
}

.dash-no-client {
    background-color: #ccf7ff;
    display: inline-block;
    padding: 10px 20px;
}

.dash-no-client span {
    font-weight: bold;
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-success {
    background: var(--basel2) !important;
}

.radius-10 {
    border-radius: 10px;
}

.trans-3 {
    transition: all .3s ease;
}

.form-control {
    font-size: 14px;
    color: var(--base);
}

.form-control:focus {
    border-color: var(--primary)
}

.password-field-wrap {
    position: relative;
}

.password-field-wrap input {
    padding-right: 30px;
}

.password-field-wrap .icon_pass {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    font-size: 16px;
    color: var(--base);
    opacity: .5;
    cursor: pointer;
}

.password-field-wrap .icon_pass:hover {
    opacity: 1;
}


.password-field-wrap:has(input[type="password"]) i.hide-pass,
.password-field-wrap:has(input[type="text"]) i.show-pass {
    display: none;
}

.text-base {
    color: var(--base);
}

.text-base:hover {
    color: var(--primary);
}

.help-icon:hover {
    color: var(--primary);
    cursor: pointer;
}

.btn-primary {
    border-radius: 2rem;
    background: var(--third);
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
    border: 0;
    padding: 10px 30px;
}

.btn-primary:disabled {
    background: var(--base);
    pointer-events: none;
}

.btn-primary:hover {
    background: var(--primary);
    color: var(--white);
}

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

.resend_code.disabled {
    opacity: .5;
    pointer-events: none;
}

form .form-group .form-control {
    box-shadow: none !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    height: 3rem;
    border-color: #cfcfcf;
}

.result .icon {
    font-size: 2rem;
}

.result a {
    color: var(--white) !important;
}

.reservation-form .features {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: .5rem 1rem;
    flex-wrap: wrap;
    background: var(--basel2);
    padding: 15px;
    border-radius: 5px;
}

.reservation-form .features li {
    display: flex;
    gap: .5rem;
}

.reservation-form .features li .icon {
    color: var(--primary);
}


@media (max-width:768px) {}

@media (max-width:600px) {


    .fs-4 {
        font-size: 1.3rem !important;
    }

    .fs-5 {
        font-size: 1.1rem !important;
    }


}

@media (max-width:500px) {}

@media (max-width:400px) {}