﻿@font-face {
    font-family: "vwq-icons";
    src: url("/node_modules/@sunwing/icons/dist/vacances-westjet-quebec/icons/vwq-icons.woff2") format("woff2"), url("/node_modules/@sunwing/icons/dist/vacances-westjet-quebec/icons/vwq-icons.woff") format("woff");
}

/* Login page */
.tabs {
    position: relative;
    z-index: 1;
}

.carrentalpopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.7);
    pointer-events: auto !important;
}

    .carrentalpopup .modal-dialog,
    .carrentalpopup .modal-content,
    .carrentalpopup button {
        pointer-events: auto !important;
    }



.Epackagepopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(256,256,256,0.7);
}

#edoc-group .tabs, #flightstatusandalerts .tabs {
    /* border-bottom: 2px solid #ffffff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#specialrequests .tabs ul.tabbuttons {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 2px solid var(--WVI-TL-25, #017F7C);
}

    #specialrequests .tabs ul.tabbuttons li {
        display: table-cell;
        background-color: #f2f2f2;
        text-align: center;
        position: relative;
    }

        #specialrequests .tabs ul.tabbuttons li button {
            display: table-cell;
            background-color: #f2f2f2;
            text-align: center;
            position: relative;
        }

        #specialrequests .tabs ul.tabbuttons li a:hover,
        #specialrequests .tabs ul.tabbuttons li a:focus {
            background-color: #e4e4e4;
        }

        #specialrequests .tabs ul.tabbuttons li button:hover,
        #specialrequests .tabs ul.tabbuttons li button:focus {
            /* background-color: #e4e4e4; */
        }

        #specialrequests .tabs ul.tabbuttons li:hover:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(228, 228, 228, 0);
            /* border-top-color: #e4e4e4; */
            border-width: 20px 35px 0 35px;
            margin-left: -35px;
        }

        #specialrequests .tabs ul.tabbuttons li.active,
        #specialrequests .tabs ul.tabbuttons li.active a:hover,
        #specialrequests .tabs ul.tabbuttons li.active a:focus {
            background-color: #f2f2f2;
        }



            #specialrequests .tabs ul.tabbuttons li.active:after {
                top: 100%;
                left: 50%;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                margin-left: -35px;
            }

        #specialrequests .tabs ul.tabbuttons li a {
            display: block;
            color: #5e5e5e;
            font-size: 20px;
            text-decoration: none;
            padding: 10px 5px;
            height: 100%;
            overflow: auto;
        }

        #specialrequests .tabs ul.tabbuttons li button {
            display: block;
            text-decoration: none;
            padding: 10px 5px;
            height: 100%;
            overflow: auto;
            background: #f7f7f7;
            color: var(--WVI-Black, #000);
            font-family: "Noto Sans";
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px; /* 100% */
        }

        #specialrequests .tabs ul.tabbuttons li.active button {
            color: #000;
            border-bottom: 4px solid var(--WVI-TL-25, #017F7C)
        }

        #specialrequests .tabs ul.tabbuttons li.active a {
            color: #fff;
        }

.tabs h1 {
    margin-top: 0;
}

.tabbuttons.signin:before {
    color: #007cc3;
    content: 'Sign in with your:';
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.tabbuttons.signin li,
.tabbuttons.flight li {
    display: inline;
    float: left;
    text-align: center;
}

.tabbuttons.signin li {
    width: 49%;
}

.tabbuttons.flight li {
    width: 50%;
    border-bottom: 2px solid var(--WVI-TL-25, #017F7C);
}

.tabbuttons.signin li {
    margin-right: 2%;
}

    .tabbuttons.signin li:last-child {
        margin-right: 0;
    }

    .tabbuttons.signin li a,
    .tabbuttons.flight li a {
        color: #000000;
        display: block;
        padding: 10px 0;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.5s ease-out;
        -moz-transition: background 0.5s ease-out;
        -o-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
    }

    .tabbuttons.signin li a {
        background: #FFF;
        border: 2px solid #007cc3;
        font-weight: 700;
    }

.tabbuttons.flight li a {
    background: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 24px;
    border-bottom: 2px solid var(--WVI-TL-25, #017F7C);
    display: flex;
    height: 70px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.tabbuttons.signin li a:hover {
    background: #007cc3;
    color: #FFF;
}

.tabbuttons.flight li a:hover {
    background: #d0e2ec;
}

.tabbuttons.signin li.active a {
    background: #007cc3;
    color: #FFF;
    position: relative;
    border-top: 2px solid #007cc3;
    border: 2px solid #007cc3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabbuttons.flight li.active a {
    background: #FFF;
    color: #000;
    border-top: 2px solid #ffffff;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid var(--WVI-TL-25, #017F7C);
}

.tabbuttons.flight li:first-child.active a {
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 4px solid var(--WVI-TL-25, #017F7C);
}

.tabbuttons.flight li:last-child.active a {
    /* border-right: 2px solid #007cc3; */
    /* border-left: 2px solid #007cc3; */
    border-bottom: 4px solid var(--WVI-TL-25, #017F7C);
}



/* tabs arrow-box pointing down */
.tabbuttons.signin li.active a:after, .tabbuttons.signin li.active a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tabbuttons.signin li.active a:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #007cc3;
    border-width: 10px;
    margin-left: -10px;
}

.tabbuttons.signin li.active a:before {
    border-color: rgba(0, 124, 195, 0);
    border-top-color: #007cc3;
    border-width: 13px;
    margin-left: -13px;
}
/* end arrow-box */

.tab-content {
    clear: both;
    padding-top: 25px;
}

    .tab-content .lead {
        margin-bottom: 30px;
    }


#edoc-group .tab-content, #flightstatusandalerts .tab-content {
    /* padding: 25px 15px; */
    /* border-right: 2px solid #007cc3; */
    /* border-left: 2px solid #007cc3; */
}

    #edoc-group .tab-content .inner-forms, #flightstatusandalerts .tab-content .inner-forms {
        padding-bottom: 45px;
        position: relative;
    }

.tab-content legend {
    font-size: 24px;
    margin-bottom: 15px;
}

#bestseats legend {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}


#login .tab-content legend {
    color: #007cc3;
    display: none;
}

.requiredinformation {
    background: url(../images/icons/required-red.png) no-repeat center left;
    color: #646464;
    padding-left: 24px;
}

.tab-content label, .label, label {
    display: block;
    font-size: 14px;
    margin: 16px 0 4px 0;
    line-height: 21px;
}

.form-group span {
    color: #646464;
    display: block;
    font-size: 15px;
}

.requiredfield:after {
    background: url(../images/icons/required-red.png) no-repeat center right;
    content: '';
    padding-right: 24px;
}

#paymentinfo .requiredfield:after,
#redeemVoucherBalanceInfo .requiredfield:after,
#checkBalanceVoucherinfo .requiredfield:after {
    background: none;
    content: '';
    padding-right: 24px;
}

.requiredfield-no:after {
    content: '';
    padding-right: 24px;
}

.requiredfield-no-voucher:after {
    content: '';
    margin: 16px 0 4px 0;
    padding-right: 14px;
}

textarea {
    width: 100%;
    min-height: 150px;
    border: 1px solid #ccc;
    padding: 10px 0;
    text-indent: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}


    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    input[type="time"],
    select {
        border: 1px solid #CCC;
        padding: 10px 0;
        text-indent: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        border-radius: 0;
    }

        input[type="text"]:focus {
            border: 1px solid #017F7C;
        }



    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    select,
    #edoc-group input[type="submit"],
    #flightstatusandalerts input[type="submit"],
    input[type="password"],
    input[type="time"] {
        width: 100%;
        font-weight: 400;
    }

        input[type="text"]:disabled,
        input[type="number"]:disabled,
        input[type="checkbox"]:disabled,
        input[type="radio"]:disabled {
            background: #F5F5F2;
            -webkit-text-fill-color: #646464; /* Override iOS / Android font color change */
            -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
            color: #646464; /* Override IE font color change */
        }

#termsdesk input[type="checkbox"]:disabled {
    -webkit-opacity: 0 !important;
}

.specialrequests input[type="checkbox"]:disabled {
    opacity: 0;
}

select {
    height: 44px;
    margin-top: 2px;
}

select {
    /*background-color: #ecebe6;*/
    background: none;
    /*border: none;*/
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 42px;
    margin-top: 0px;
    -webkit-appearance: auto;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

button,
input[type="submit"],
input[type="button"] {
    color: var(--WVI-White, #FFF);
    text-align: center;
    /* WVI form and links elements styles/Primary button label */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    display: flex;
    height: 64px;
    padding: var(--24, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--WVI-TL-25, #017F7C);
    /* Button Shadow */
    box-shadow: 0 8px 16px 0 rgba(0, 32, 62, 0.24);
    border: none;
}

/*button {
    font-size: 16px;
    width: 220px;
}*/

#receivealerts input[type="submit"],
#signin_bookingnum_step2 input[type="submit"],
#signin_bookingnum_step2_groups input[type="submit"],
#signin_bookingnum_step3 input[type="submit"] {
    margin: 20px 0px 0px 0px;
    height: 60px;
    /*width: 140px;*/
}


#edoc-group input[type="submit"], #flightstatusandalerts input[type="submit"] {
    background: #017F7C;
    border: 2px solid #017F7C;
    margin: 30px 0 0 0;
}

.tab-content input[type="submit"]:hover {
    background: #FFF;
    color: #007cc3;
}


#edoc-group input[type="submit"]:hover, #flightstatusandalerts input[type="submit"]:hover {
    background: #FFF;
    color: #017F7C;
}

#signin_bookingnum, #signin_bookingnum_step2_groups, #signin_bookingnum_step2 {
    width: 100%;
}

#signin_bookingnum,
#signin_bookingnum_step2,
#signin_bookingnum_step2_groups {
    display: none;
}

    #signin_bookingnum.current_step,
    #signin_bookingnum_step2.current_step,
    #signin_bookingnum_step2_groups.current_step {
        display: inherit;
    }

    #signin_bookingnum input[type="text"] {
        float: left;
        width: 100%;
        border-radius: 2px !important;
        border: 1px solid var(--N-300, #B2B5B6);
        background: var(--Colours-Shades-White, #FFF);
        font-weight: 400;
    }

        #signin_bookingnum input[type="text"]:hover {
            float: left;
            width: 100%;
            border-radius: 2px !important;
            border: 1px solid var(--TL-200, #017F7C);
            background: var(--Colours-Shades-White, #FFF);
        }

    #signin_bookingnum input[type="submit"] {
        float: left;
        width: 100%;
        font-size: 18px;
        border-radius: 4px !important;
        background: var(--Surfaces-Active-interactable, #017F7C);
        box-shadow: 0px 8px 16px 0px rgba(0, 32, 62, 0.24);
        border: none;
    }

#bestseats select {
    float: left;
    width: 83%;
}

#bestseats input[type="submit"] {
    float: right;
    margin-top: 2px;
    width: 15%;
}

#edoc-group input[type="submit"].arrow, #flightstatusandalerts input[type="submit"].arrow {
    background-image: url(../images/icons/angle-right-white.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

    #edoc-group input[type="submit"].arrow:hover,
    #flightstatusandalerts input[type="submit"].arrow:hover {
        background-image: url(../images/icons/angle-right-green.png);
    }

.form-group {
    position: relative;
}

.agreeterms .formerror {
    display: none;
}

.error .formerror {
    display: block;
}

.form-group .formerror.formerrorhidden {
    display: none;
}

.form-group .formerror {
    display: none;
}

.form-group.error .formerror {
    display: block;
}

    .form-group.error .formerror.formerrorhidden {
        display: none;
    }

@media (max-width: 768px) {
    .form-group.error .formerror {
        display: none;
    }

    input[type="checkbox"] {
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .checkboxes input[type="checkbox"]::after {
        display: none !important;
    }
}

.formerror {
    /* background: #FFF2F2; */
    /* border-left: 4px solid var(--WVI-RD-35, #B00121); */
    /* margin: 10px 0 20px 0; */
    padding: 0px 10px 9px 0px;
    position: relative;
    box-shadow: none;
    box-sizing: border-box;
    display: none;
    width: 100%;
    clear: both;
}

    .formerror::before {
        /* content: "\EAFF"; */
        position: absolute;
        left: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        font-family: "wvi-icons";
        font-size: 20px;
        color: var(--WVI-RD-35, #B00121);
        line-height: 1;
    }

    .formerror h5 {
        margin: 0;
        padding: 0;
        color: var(--WVI-RD-35, #B00121);
        font-family: "Noto Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: inline;
    }

    .formerror p {
        margin: 0;
        padding: 0;
        color: #000;
        font-family: "Noto Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: inline;
        color: #b00121;
    }



#paymentsummaryerror.formerror {
    margin: 20px 0 !important;
    padding: 25px 40px 15px 50px !important;
    background: white !important;
    border-left: 4px solid var(--WVI-RD-35, #B00121) !important;
}

    #paymentsummaryerror.formerror::before {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    #paymentsummaryerror.formerror h5 {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        color: black;
    }

    #paymentsummaryerror.formerror p {
        display: block;
    }


.form-group.error label {
    font-weight: 700;
}

.form-group.error #cancelReason {
    border: 2px solid #b00121;
}

.form-group.error.terms-line {
    border: 2px solid #b00121;
}

.form-group.error select,
.form-group.error input[type="text"],
.form-group.error input[type="number"],
.form-group.error input[type="email"],
.form-group.error input[type="password"] {
    border: 2px solid #b00121;
}

#main {
    min-height: 400px;
    flex: 1;
}

.checkboxes {
    margin-top: 5px;
}

    .checkboxes p {
        font-size: 18px;
        line-height: 1;
        color: var(--WVI-TL-17, #1C383C);
        /* WVI Body Content/WVI - regular (14) */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 175% */
        padding: 5px;
        margin-bottom: 0;
    }


    .radio label,
    .checkboxes label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0px;
    }

    .checkboxes label {
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 15px;
        color: var(--WVI-TL-17, #1C383C);
        /* WVI Headings/WVI - H3 (22) | MD */
        font-family: "Noto Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 33px; /* 150% */
    }

#edoc-group li:not(:first-child) .checkboxes label {
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    /* opacity: 0; */
}

    input[type="checkbox"]:focus + label,
    input[type="radio"]:focus + label {
        background-color: #ecebe6;
        border: 2px solid #007cc3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="checkbox"]:disabled + label,
    input[type="radio"]:disabled + label {
        color: var(--WVI-Black, #000);
        /* WVI Body Content/WVI - micro (12) */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
    }

        input[type="checkbox"]:disabled + label:hover,
        input[type="radio"]:disabled + label:hover {
            /*            border: 2px solid #ecebe6;
            background-color: #F5F5F2;
            cursor: default;*/
        }

.radio label:before,
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 11px;
}

.radio label:before {
    background: #ecebe6 url(../images/icons/radio2.png) no-repeat 0px center;
}

.checkboxes label:before {
    background: #ecebe6 url(../images/icons/checkbox-vwq.png) no-repeat 0px center;
}

.radio label:hover:before {
    background-position: 1px center;
}
/*.checkboxes label:hover:before { background-position: 1px 2px; }*/

input[type="radio"] + label,
input[type="checkbox"] + label {
    background-color: #fff;
    padding: 20px 10px 1px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: var(--WVI-TL-17, #1C383C);
    /* WVI Headings/WVI - H3 (22) | MD */
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px; /* 150% */
}


    input[type="radio"] + label:hover,
    input[type="checkbox"] + label:hover {
        background-color: #ecebe6;
        border: 2px solid #017F7C;
    }

    input[type="radio"] + label:hover {
        /*padding: 10px 16px 11px 29px;*/
    }

    input[type="checkbox"] + label:hover {
        /*padding: 10px 16px 10px 29px;*/
    }

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
    background-color: #FFF;
    border: 2px solid #017F7C;
    /*padding: 10px 15px 10px 28px;*/
}

    input[type="radio"]:checked + label:before {
        background: url(../images/icons/radio-checked2.png) no-repeat 1px center;
        content: '';
    }

    input[type="checkbox"]:checked + label:before {
        background: url(../images/icons/checkbox-checked-vwq.png) no-repeat 0px 1px;
        content: '';
    }

.selectdate {
    background: url(../images/icons/calendar.png) no-repeat 97% center;
}

    .selectdate:hover,
    .selectdate:focus {
        background: url(../images/icons/calendar-grey.png) no-repeat 97% center;
    }

input[type="text"].selectdate {
    margin-bottom: 1px;
}

    input[type="text"].selectdate:hover,
    input[type="text"].selectdate:focus {
        border: 1px solid #007cc3;
        margin-bottom: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*#selecttravelers input[type="text"].selectdate:nth-of-type(2) { display: none; }

#ui-datepicker-div:nth-of-type(2) { display: none; }*/


.form-group span,
.radio span {
    color: #646464;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-top: 8px;
}

.radio span {
    margin-bottom: 5px;
}

/* If radio buttons + labels are displayed stacked */
.radio.stacked input[type="radio"] + label {
    margin-bottom: 1px;
}

    .radio.stacked input[type="radio"] + label:hover {
        margin-top: 17px;
    }

.radio.stacked input[type="radio"]:checked + label {
    margin-top: 16px;
}

.travelagents {
    border-top: 2px solid #007cc3;
    clear: both;
    margin: 15px auto;
    padding: 15px 0;
}

    .travelagents h3 {
        color: #007cc3;
    }


.divider {
    background: #ccc;
    clear: both;
    height: 2px;
    margin: 40px 0;
    text-align: center;
}

    .divider .or {
        position: relative;
    }

.or:after {
    background: white;
    border: 2px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 34px;
    line-height: 34px;
    margin-top: -17px;
    margin-left: -17px;
    position: absolute;
    text-align: center;
    width: 34px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

#login .divider {
    display: none;
}

.tab-content-left,
.tab-content-right {
}

.manageflightalerts {
    border-top: 2px solid #ccc;
    clear: both;
    margin-top: 20px;
    padding: 20px 0 0 0;
}

#flightstatusandalerts .manageflightalerts input[type="submit"] {
    position: static;
    margin-bottom: 20px;
    margin-top: 20px;
}

#receivealerts legend {
    display: none;
}

.terms {
    margin: 30px 0;
}

    .terms ul {
        list-style: none;
        padding: 0 15px 15px 15px;
        margin: 0;
    }

    .terms li {
        padding-left: 1em;
        text-indent: -.7em;
    }

        .terms li:before {
            content: "• ";
            color: #FF6000;
        }

/*
.spare { position: relative; }
*/

/* datepicker */
.ui-datepicker {
    background: #FFF;
    border: 2px solid #646464;
    width: 216px;
    /*width: 40%;*/
    height: auto;
    /*margin: 5px auto 0;*/
    margin: 5px -50px 0 0;
    padding: 10px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    /* arrow box */
    .ui-datepicker:after, .ui-datepicker:before {
        bottom: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ui-datepicker:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .ui-datepicker:before {
        border-color: rgba(51, 51, 51, 0);
        border-bottom-color: #646464;
        border-width: 13px;
        margin-left: -13px;
    }

    .ui-datepicker a {
        text-decoration: none;
    }

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background: #fff;
    color: #007cc3;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #fff;
}

.ui-datepicker-title {
    text-align: center;
}


.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    background: #FFF url('../images/icons/arrow-left-grey.png') no-repeat right center;
    float: left;
}

.ui-datepicker-next {
    background: #FFF url('../images/icons/arrow-right-grey.png') no-repeat left center;
    float: right;
}

.ui-datepicker-prev:hover {
    background: #FFF url('../images/icons/arrow-left.png') no-repeat right center;
}

.ui-datepicker-next:hover {
    background: #FFF url('../images/icons/arrow-right-grey.png') no-repeat left center;
}


.ui-datepicker thead {
    background-color: #FFF;
    border-top: 1px solid #ccc;
}

.ui-datepicker th {
    color: #007cc3;
    font-weight: 700;
    padding: 5px 0;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #ccc;
    text-align: center;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #ccc;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }


/* datepicker default, hover and active states */
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #646464;
}

.ui-datepicker-calendar .ui-state-default {
    background: #fff;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #fff;
    color: #ccc;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff;
    border: 1px solid #007cc3;
    margin: -1px;
}

.ui-datepicker-calendar .ui-state-active {
    background: #007cc3;
    color: #fff;
    border: 1px solid #007cc3;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

#ui-datepicker-div:last-of-type {
    display: none;
}

.btn_full {
    width: 100% !important;
}

.btn_mobile_full {
    width: 100%;
    padding: 12px;
}

.btn_margin_top15 {
    margin-top: 15px;
}

a.btn {
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px;
    min-height: 50px;
    width: 100%;
    height: auto;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

@media only screen and (min-width:640px) {
    .btn_mobile_full {
        padding: 10px 35px;
        width: auto;
    }

    a.btn {
        width: auto;
    }

    #login .forgot_booking .btn_white {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}


button.btn_white,
input[type="submit"].btn_white {
    border-radius: 4px;
    border: 1px solid var(--WVI-TL-25, #017F7C);
    color: var(--WVI-TL-25, #017F7C);
    text-align: center;
    /* WVI form and links elements styles/Link label */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    display: flex;
    height: 40px;
    min-width: 100px;
    padding: var(--12, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.modal-footer button.btn_white {
    color: var(--WVI-TL-25, #017F7C) !important;
}

button.btn_white:hover,
input[type="submit"].btn_white:hover {
    background-color: #016562;
    color: white !important;
}

.btn_white.back_arrow {
    background-image: url(../images/icons/angle-left.png);
    background-position: 1% center;
    background-repeat: no-repeat;
    padding: 10px 30px;
    font-size: 18px;
    height: auto;
}

    .btn_white.back_arrow:hover,
    .btn_white.back_arrow:focus {
        background-image: url(../images/icons/angle-left-white.png);
    }

}



button.btn_grey,
input[type="submit"].btn_grey {
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #646464;
}

    button.btn_grey:hover,
    input[type="submit"].btn_grey:hover {
        border: 2px solid #646464;
        background-color: #fff;
        color: #646464;
    }

a.btn_blue,
button.btn_blue,
input[type="submit"].btn_blue {
    background-color: #017F7C;
    border: 2px solid #017F7C;
    color: #fff;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 10px;
}

    a.btn_blue:hover,
    button.btn_blue:hover,
    input[type="submit"].btn_blue:hover {
        border: 0px;
        background: var(--Surfaces-Active-hover, #024E49);
        color: white;
    }

button.btn_black, input[type="submit"].btn_black {
    background-color: #000000;
    border: 2px solid #000000;
    color: #fff;
}

    button.btn_black:hover,
    input[type="submit"].btn_black:hover {
        border: 2px solid #000000;
        background-color: #fff;
        color: #000000;
    }

button.btn_green_inverse,
input[type="submit"].btn_green_inverse,
input[type="button"].btn_green_inverse {
    background-color: #fff;
    border: 2px solid #017F7C;
    color: #017F7C;
}

    button.btn_green_inverse:hover,
    input[type="submit"].btn_green_inverse:hover,
    input[type="button"].btn_green_inverse:hover {
        background-color: #017F7C;
        border: 2px solid #017F7C;
        color: #fff;
    }

a.btn_green,
button.btn_green,
input[type="submit"].btn_green,
input[type="button"].btn_green {
    border-radius: 4px;
    background: var(--WVI-TL-25, #017F7C);
    color: var(--WVI-White, #FFF);
    text-align: center;
    /* WVI form and links elements styles/Link label */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    display: flex;
    height: 40px;
    /*min-width: 100px;*/
    padding: var(--12, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    a.btn_green:hover,
    button.btn_green:hover,
    input[type="submit"].btn_green:hover,
    input[type="button"].btn_green:hover {
        background-color: #FFF;
        border: 2px solid #017F7C;
        color: #017F7C;
    }


#paymentform input[type="button"].btn_green {
    background: #017F7C;
}

    #paymentform input[type="button"].btn_green:hover {
        background-color: #154e55;
        color: #fff;
    }

#paymentform #addpayment_CheckBalanceVoucher {
    height: 35%;
    width: 100%;
}

input.btn_green.float-right {
    right: 0;
}

button.btn_green.arrow,
input[type="submit"].btn_green.arrow {
    background: #017F7C;
    color: white;
}

    button.btn_green.arrow:hover,
    input[type="submit"].btn_green.arrow:hover {
        /* background-image: url(../images/icons/angle-right-green.png);*/
    }

button.arrow,
input[type="submit"].arrow {
    background-image: url(../images/icons/angle-right-white.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}

    button.arrow:hover,
    input[type="submit"].arrow:hover {
        /*background-image: url(../images/icons/angle-right.png);*/
    }

button.btn_green.back_arrow,
input[type="submit"].btn_green.back_arrow {
    background-image: url(../images/icons/angle-left-white.png);
    background-position: 1% center;
    background-repeat: no-repeat;
    padding: 10px 30px;
    font-size: 18px;
    height: auto;
    background: #017F7C;
}

    button.btn_green.back_arrow:hover,
    input[type="submit"].btn_green.back_arrow:hover {
        /* background-image: url(../images/icons/angle-left-green.png); */
        color: white;
    }





button.added_to_cart,
input[type="submit"].added_to_cart {
    background-color: #ececec;
    border: 2px solid #ececec;
    color: #666;
    cursor: auto;
}

    button.added_to_cart:hover,
    input[type="submit"].added_to_cart:hover {
        border: 2px solid #ececec;
        background-color: #ececec;
        color: #666;
    }

.btn_loading {
    background-image: url(../images/icons/button-loader.gif);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 2px solid #ecebe6;
    background-color: #ecebe6;
    color: #666;
    padding: 10px 45px 10px 19px;
    font-size: 16px;
    height: auto;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    cursor: default;
    width: 100%;
    display: block;
}

    .btn_loading:hover,
    .btn_loading:focus {
        background-image: url(../images/icons/button-loader.gif);
        background-position: 97% center;
        background-repeat: no-repeat;
        border: 2px solid #ecebe6;
        background-color: #ecebe6;
        color: #666;
        cursor: default;
    }

button.btn_disabled,
input[type="submit"].btn_disabled,
input[type="button"].btn_disabled,
button.btn_disabled:hover,
input[type="submit"].btn_disabled:hover,
input[type="button"].btn_disabled:hover,
button.btn_disabled:focus,
input[type="submit"].btn_disabled:focus,
input[type="button"].btn_disabled:focus {
    background-color: #ecebe6;
    border: 2px solid #ecebe6;
    color: #666;
    cursor: default;
}


.displaynone {
    display: none;
}

.popupfaq {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #007cc3;
    clear: both;
    padding: 15px 15px 15px 45px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
    margin-bottom: 20px;
    top: 5px;
    font-weight: bold;
    color: #007cc3;
}

.poperror {
    position: relative;
    background: #FFF2F2;
    border: 2px solid #B10000;
    clear: both;
    padding: 15px 15px 15px 45px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
    margin-bottom: 20px;
    top: 5px;
    font-weight: bold;
    color: #B10000;
}

.popupwarning {
    position: relative;
    background: #FFF8E6;
    border: 2px solid #F4AE11;
    clear: both;
    padding: 15px 15px 15px 45px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
    margin-bottom: 20px;
    top: 5px;
    font-weight: bold;
    color: #F4AE11;
}

.popupsuccess {
    position: relative;
    background: #EBF2ED;
    border: 2px solid #046239;
    clear: both;
    padding: 15px 15px 15px 45px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
    margin-bottom: 20px;
    top: 5px;
    font-weight: bold;
    color: #046239;
}

.popup {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #000000;
    clear: both;
    padding: 15px 15px 15px 45px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
    margin-bottom: 20px;
    top: 5px;
    font-weight: bold;
    color: #000000;
}


@media only screen and (min-width: 768px) {

    .col-lg-5 {
        width: 90%;
    }
    #paymentform #addpayment_CheckBalanceVoucher {
        height: 35%;
        width: 35%;
    }
    .tabbuttons.signin {
        display: none;
    }

    #login.tabs .tab-content {
        display: block !important;
    }

    #signin_bookingnum { /*width:45%; min-width: 400px;*/
    }

    #signin_bookingnum_step2_groups, #signin_bookingnum_step2 { /*min-width:600px; width:60%;*/
    }

    #login .divider {
        display: block;
    }

    .divider {
        background: #ccc;
        height: auto;
        margin: 0;
        text-align: center;
        position: absolute;
        top: 130px;
        bottom: 30px;
        left: 49.75%;
        width: 2px;
    }

    #flightalerts .divider {
        top: 30px;
        /*bottom: auto;*/
        /*height: 73%; */
    }

    .or {
        position: absolute !important;
        width: 34px;
        height: 34px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .or:after {
            /*
	margin-top: 0;
	margin-left: 0;
	top: 100px;
	left: -16px;
	*/
        }

    #flightstatusandalerts .or:after { /* top: 200px; */
    }

    #login .tab-content legend {
        display: block;
    }

    .travelagents {
        border-top: none;
        clear: none;
        margin: 0;
        padding: 0;
        /*position: absolute;*/
        text-align: right;
        top: 0;
        right: 0;
    }

        .travelagents h3 {
            margin-bottom: 0px;
        }

    .tabcontent-left {
        float: left;
        margin-left: 2%;
    }

    .tabcontent-right {
        float: right;
        margin-right: 2%;
    }

    .tabcontent-left,
    .tabcontent-right {
        margin-bottom: 30px;
        width: 40%;
    }

    #edoc-group input[type="submit"],
    #flightstatusandalerts input[type="submit"] {
        margin: 0;
        width: 38.5%;
        /* bottom: 20px; */
        position: absolute;
        border-radius: 4px;
        background: var(--WVI-TL-25, #017F7C);
        /* Button Shadow */
        display: inline-flex;
        height: 64px;
        min-width: 200px;
        padding: var(--24, 24px);
        justify-content: center;
        align-items: center;
        gap: 8px;
        box-shadow: 0 8px 16px 0 rgba(0, 32, 62, 0.24);
    }

    #receivealerts input[type="text"],
    #receivealerts input[type="email"],
    #receivealerts .formerror {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    #login .divider {
        left: 74.25%;
        display: block;
    }

    #login .form-half-container {
        clear: both;
    }

    #login .form-half-left, #login .form-half-right {
        width: 48%;
    }

    #login .form-half-left {
        float: left;
    }

    #login .form-half-right {
        float: right;
    }
}

/******************************* UI styles to be used by JS ***********************************/

.ui-dob {
}

.ux-missingvalue {
}

.ux-wrongformat {
}

.ux-message1 {
}

.ux-message2 {
}


/******************************* end UI styles to be used by JS ***********************************/

/******************************* VWQ style override ***********************************/

.loginRightFormIn .form-two-col .form-group.form-half {
    width: 99%;
}

.loginRightFormIn .form-two-col .form-group.error input[type="text"] {
    border-radius: 2px;
    background: var(--Colours-Shades-White, #FFF);
}

.loginRightFormIn .form-two-col .form-group input[type="text"] {
    border-radius: 2px;
    border: 1px solid var(--N-300, #B2B5B6);
    background: var(--Colours-Shades-White, #FFF);
    font-weight: 400;
}


    .loginRightFormIn .form-two-col .form-group input[type="text"]:hover {
        border-radius: 2px;
        border: 1px solid var(--TL-200, #017F7C);
        background: var(--Colours-Shades-White, #FFF);
        font-weight: 400;
    }

    .loginRightFormIn .form-two-col .form-group input[type="text"]:active {
        border-radius: 2px;
        border: 1px solid var(--TL-200, #017F7C);
        background: var(--Colours-Shades-White, #FFF);
        font-weight: 400;
    }

.loginRightFormIn .form-group.error .formerror {
    display: block;
    fill: var(--Colours-Shades-White, #FFF);
    stroke-width: 1px;
    stroke: var(--Colours-Red-RD200, #B00121);
    background: #fff url(../images/icons/alert-red.png) no-repeat 15px 15px;
}

    .loginRightFormIn .form-group.error .formerror h5 {
        font-size: 12px;
        font-weight: 600;
    }

.loginRightFormIn .loginRightFormItem input[type="submit"] {
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 42px;
    line-height: 21px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.5s ease-out;
    -webkit-appearance: none;
    border-radius: 4px !important;
    background: var(--Surfaces-Active-interactable, #017F7C);
    box-shadow: 0px 8px 16px 0px rgba(0, 32, 62, 0.24);
    border: none;
}

.brand-vwq nav.Header_module_headerNav__2c1d44cd {
    grid-row: 2;
    grid-column: 1 / 4;
}

.brand-vwq .Header_module_header__2c1d44cd {
    background-color: white;
}

.header.swg-header.brand-vwq {
    padding-bottom: 2.5rem;
}

.brand-vwq .Header_module_headerWrapper__2c1d44cd {
    color: #000000;
}

.brand-vwq.swg-header button {
    color: #000000;
}

.brand-vwq .Header_module_headerWrapper__2c1d44cd a {
    color: var(--BLK-100, #000);
    /* Headlines/Macro */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

#Header_module_headerWrapper__2c1d44cd {
    max-width: 82.25rem !important;
}

.brand-vwq a.Header_module_headerNavLink__2c1d44cd:hover {
    text-decoration: unset;
    font-weight: 600;
}

.brand-vwq .Menu_module_hamburgerMenuButton__b8230bb1 {
    margin-left: 0px;
}

.brand-vwq .Header_module_headerSecondaryNav__2c1d44cd .Header_module_headerWrapper__2c1d44cd a {
    right: 100px;
}

.brand-vwq.swg-header .okta-header-menu a:hover {
    font-weight: 600;
    color: #017F7C;
}

.brand-vwq .Okta_module_profileText__cc09682b {
    color: var(--Black, var(--Colours-Shades-Black, #000));
    text-align: right;
    /* Body/Body (tight) */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    position: absolute;
    right: 70px;
}

.brand-vwq .swg-icon.swg-icon-menu {
}

    .brand-vwq .swg-icon.swg-icon-menu.swg-icon-menu::before {
        content: "\EA76";
        font-family: "vwq-icons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
    }

.brand-vwq .Okta_module_accountIcon__cc09682b {
    border: 1px solid;
    border-radius: 100%;
    color: #f7f7f7;
    display: block;
    height: 1.875rem;
    position: relative;
    width: 1.875rem;
    background-color: #f7f7f7;
    position: relative;
}

.brand-vwq .swg-icon.swg-icon-my-account--o::before {
    content: "\EAF8";
    font-family: "vwq-icons";
    color: black;
    font-size: 1.5rem;
}

.brand-vwq .Header_module_headerImage__2c1d44cd img {
    height: 64px;
    flex-shrink: 0;
}

.brand-vwq .swg-icon-arrow-down::before {
    content: "";
    padding-left: 0rem;
}

.brand-vwq .swg-icon-bell::before {
    content: "\EA7B";
    font-family: "vwq-icons";
    font-size: 24px;
}


.brand-vwq .Header_module_alertBtnInfoWrapper__2c1d44cd {
    position: relative;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: white;
    right: 110px;
}

.brand-vwq .Header_module_alertBtnNotification__2c1d44cd {
    position: absolute;
    top: -0.5rem;
    left: -90px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-color: #017F7C;
    border-radius: 50%;
    color: #ffffff;
}

.brand-vwq .Header_module_headerNavItems__2c1d44cd {
    padding-left: 33px;
}

.brand-vwq .Header_module_headerSecondaryNav__2c1d44cd {
    flex-direction: column;
}

.brand-vwq.swg-header {
    padding-bottom: 3rem;
}



@media (hover: hover) {
    .brand-vwq .MenuNav_module_link__8f8b8c77:hover, .MenuNav_module_dropdownToggle__8f8b8c77:hover {
        color: rgb(255, 255, 255);
        background-color: #017F7C !important;
    }
}


input[type="text"]:focus {
    border-color: #017F7C;
    outline: none;
    box-shadow: 0 0 0 2px rgba(1, 127, 124, 0.25);
}

input[type="text"]:hover {
    border-color: #017F7C !important;
}

select:hover {
    border-color: #017F7C !important;
}

select:focus {
    border: 2px solid #017F7C !important;
}

select:focus-visible {
    border: 2px solid #017F7C!important;
}

/*.brand-vwq .Header_module_alertBtnInfoWrapper__2c1d44cd {
	position: absolute;
	top: -0.5rem;
	left: 15px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	background-color: #017F7C;
	border-radius: 50%;
	color: var(--M3-sys-light-on-primary, #FFF);
	text-align: center;
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}*/



.checkboxes {
    --color-teal-300: #154E55;
    --color-teal-400: #017F7C;
    --color-teal-800: #E5F2F3;
    --color-gray-100: #666666;
    --color-gray-200: #949494;
    --color-gray-400: #DBDCDC;
    --color-red-300: #FF6B6B;
    --color-red-500: #DC3545;
    --color-red-700: #A71D2A;
    --color-white: #ffffff;
    --color-black: #000000;
    --font-weight-normal: 400;
    --font-size-micro: 0.875rem;
    --_background-color-default: var(--color-white);
    --_background-color-checked: var(--color-teal-400);
    --_background-color-hover: var(--color-teal-800);
    --_active-color: var(--color-teal-800);
    --_border-color: var(--color-gray-100);
    --_border-color-hover: var(--color-teal-300);
    --_icon-color: var(--color-white);
    position: relative !important;
    /* display: flex !important; */
    align-items: center !important;
    margin-bottom: 1rem !important;
}

.form-group .checkboxes {
    margin-bottom: 0px !important;
}

.checkboxes *,
.checkboxes *::after,
.checkboxes *::before {
    box-sizing: border-box !important;
}
#termsdesk input[type="checkbox"] {
    top: 25px !important;
}
.checkboxes input[type="checkbox"] {
    position: absolute !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    left: 0 !important;
    top: 13px !important;
    margin: 0 !important;
    opacity: 2 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    outline: none !important;
    background: transparent !important;
    border: none !important;
    z-index: 3;
    pointer-events: auto;
}

    .checkboxes input[type="checkbox"]:active::before {
        content: "" !important;
        border: 10px solid var(--_active-color) !important;
        position: absolute !important;
        top: -0.5rem !important;
        left: -0.5rem !important;
        border-radius: 100% !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
        visibility: visible !important;
        z-index: 1 !important;
        background: transparent !important;
        display: block !important;
    }

    .checkboxes input[type="checkbox"]::after {
        content: "" !important;
        /*position: absolute !important;*/
        z-index: 1 !important;
        width: 1.5rem !important;
        height: 1.5rem !important;
        top: -5px !important;
        left: 0 !important;
        background-color: var(--_background-color-default) !important;
        background-image: none !important;
        border-radius: 2px !important;
        box-shadow: inset 0 0 0 1px var(--_border-color) !important;
        pointer-events: none !important;
        display: block !important;
    }

#paidByCC input[type="checkbox"]::after {
    top: -9px !important;
}

@media (prefers-reduced-motion: no-preference) {
    .checkboxes input[type="checkbox"]::after {
        transition: box-shadow 0.3s linear, background 0.2s linear !important;
    }
}

.checkboxes #paidByCheque + label::before {   
    top: 2px !important;     
}

.checkboxes #paidByCC + label::before {
    top: 2px !important;
}

input[type="checkbox"]#paidByCC {
    top: 0px !important;
}

input[type="checkbox"]#paidByCheque {
    top: 0px !important;
}
input[type="checkbox"]#paidByCheque + label::before {
    top: 3px !important;
}

input[type="checkbox"]#paidByCC + label::before {
    top: 3px !important;
}
.checkboxes input[type="checkbox"] + label::before {
    content: "\EB11" !important;
    font-family: wvi-icons !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 1.6rem !important;
    position: absolute !important;
    top: 16px !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: var(--_icon-color) !important;
    opacity: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: transparent !important;
    background-image: none !important;
    margin-right: 0 !important;
}


@media (prefers-reduced-motion: no-preference) {
    .checkboxes input[type="checkbox"] + label::before {
        transition: all 0.2s ease !important;
        transition-behavior: normal !important;
        transition-duration: 0.2s !important;
        transition-timing-function: ease !important;
        transition-delay: 0s !important;
        transition-property: all !important;
    }
}


.checkboxes input[type="checkbox"]:not(:active):hover::after {
    background-color: var(--_background-color-hover) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1px var(--_border-color-hover) !important;
}


.checkboxes input[type="checkbox"]:not(:active):not(:checked):hover + label::before {
    opacity: 1 !important;
    color: var(--_border-color-hover) !important;
    background: transparent !important;
    background-image: none !important;
}


.checkboxes input[type="checkbox"]:active::after {
    background-color: var(--_background-color-default) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1px var(--_border-color) !important;
}


.checkboxes input[type="checkbox"]:checked::after {
    background-color: var(--_background-color-checked) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1px transparent !important;
    top:-8px!important;
}

.checkboxes input[type="checkbox"]:checked + label::before {
    content: "\EB11" !important;
    opacity: 1 !important;
    background: transparent !important;
    background-image: none !important;
    z-index: 4 !important;
}


.checkboxes input[type="checkbox"]:checked:active::after {
    background-color: var(--_background-color-checked) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1px transparent !important;
}


.checkboxes input[type="checkbox"]:checked:not(:active):hover::after {
    background-color: var(--color-teal-300) !important;
    background-image: none !important;
}


.checkboxes label {
    position: relative !important;
   /* margin: 0 !important;*/
    padding-left: 2.5rem !important;
    cursor: pointer !important;
    font-family: "Noto Sans";
    line-height: 1.5rem !important;
    color: var(--color-black) !important;
    padding-top: 0rem !important;
    display: block !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
}


.checkboxes.disabled {
    --_border-color: var(--color-gray-100);
    --_active-color: transparent;
    --_background-color-default: var(--color-gray-400);
    --_background-color-hover: var(--color-gray-400);
    cursor: not-allowed !important;
}

    .checkboxes.disabled input[type="checkbox"] {
        pointer-events: none !important;
    }

        .checkboxes.disabled input[type="checkbox"]:disabled::after,
        .checkboxes.disabled input[type="checkbox"]:disabled:hover::after {
            background-color: var(--color-gray-400) !important;
            background-image: none !important;
            box-shadow: inset 0 0 0 1px var(--color-gray-100) !important;
        }

        .checkboxes.disabled input[type="checkbox"]:disabled:checked::after,
        .checkboxes.disabled input[type="checkbox"]:disabled:checked:hover::after {
            background-color: var(--color-gray-100) !important;
            background-image: none !important;
            box-shadow: inset 0 0 0 1px var(--color-gray-100) !important;
        }

    .checkboxes.disabled label {
        pointer-events: none !important;
        color: var(--color-gray-200) !important;
        cursor: not-allowed !important;
    }

.checkboxes.error {
    --_border-color: var(--color-red-500);
    --_border-color-hover: var(--color-red-300);
    --_active-color: var(--color-red-700);
    --_background-color-default: var(--color-white);
    --_background-color-hover: var(--color-red-700);
}

    .checkboxes.error input[type="checkbox"]:active::after {
        box-shadow: inset 0 0 0 1px var(--color-red-500) !important;
    }

.checkboxes .checkbox-error-msg {
    padding-left: 2.5rem !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: var(--font-size-micro) !important;
    line-height: 1.125rem !important;
    color: var(--color-red-500) !important;
}


.checkboxes .checkbox-helper-text {
    padding-left: 2.5rem !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: var(--font-size-micro) !important;
    line-height: 1.125rem !important;
    color: var(--color-gray-100) !important;
}

.wvi-input {
    position: relative !important;
    display: flex !important;
    margin: 0 !important;
    flex-direction: column !important;
    padding-top: 4px;
}

.wvi-input__label {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    word-break: break-word !important;
    position: absolute !important;
    top: 1.875rem !important;
    z-index: 1 !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 16px !important;
    font-family: inherit !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    transition: all 0.3s ease !important;
    cursor: unset !important;
    pointer-events: none !important;
    margin-top: 10px !important;
}

.wvi-input__container {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    box-sizing: border-box !important;
}

    .wvi-input__container *,
    .wvi-input__container *::after,
    .wvi-input__container *::before {
        box-sizing: border-box !important;
    }

.wvi-input__field {
    width: 100% !important;
    height: 3.75rem !important;
    padding: 28px 12px 12px 12px !important;
    border: none !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    background-color: #f7f7f7 !important;
    transition: box-shadow 0.4s ease !important;
}

    .wvi-input__field:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.wvi-input__border {
    position: absolute !important;
    width: 100% !important;
    bottom: -1px !important;
    height: 2px !important;
    border-bottom: 1px solid #6b7280 !important;
}

.wvi-input__field:focus + .wvi-input__border {
    border-bottom: 2px solid #017f7c !important;
}

.checkboxes .wvi-input:focus-within .wvi-input__label,
.checkboxes .wvi-input.has-value .wvi-input__label {
    top: 0.875rem !important;
    transform: translateY(-40%) !important;
    line-height: 1.2 !important;
}

.checkboxes .wvi-input__label {
    position: absolute !important;
    top: 2rem !important;
    z-index: 1 !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px 0 16px !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    transition: all 0.3s ease !important;
    cursor: unset !important;
    pointer-events: none !important;
}

.wvi-input:focus-within .wvi-input__label,
.wvi-input.has-value .wvi-input__label {
    display: inline !important;
    top: 0.2rem !important;
    transform: translateY(-40%) !important;
    width: 100% !important;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.wvi-groupedocselectall {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: var(--WVI-White, #FFF);
    padding-bottom: 4px;
    height: 62px !important;
}

    .wvi-groupedocselectall .checkboxes {
        margin-left: 15px;
    }

.wvi-groupedocroomslist {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    background: var(--WVI-White, #FFF);
    margin-top: 2%;
}

.wvi-groupedocpaxlabel {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: var(--WVI-White, #FFF);
    margin-top: 2%;
}

    .wvi-groupedocpaxlabel .checkboxes {
        margin-left: 15px;
    }

        .wvi-groupedocpaxlabel .checkboxes label {
            color: var(--WVI-TL-17, #1C383C);
            font-family: "Noto Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.5px;
        }

button.btn_white,
input[type="submit"].btn_white,
input[type="button"].btn_white {
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid var(--WVI-TL-25, #017F7C);
    color: #fff !important;
    text-align: center;
    padding: var(--12, 12px) !important;
    /* WVI form and links elements styles/Link label */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    display: flex;
    height: 40px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}