﻿:root {
    --bgdark: #0099d3;
    --bg1: #00AEEF;
    --bg2: #f0fbff;
    --color1: #00AEEF;
    --redcolor: red;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Light.woff2') format('woff2'), url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Regular.woff2') format('woff2'), url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Medium.woff2') format('woff2'), url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Bold.woff2') format('woff2'), url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: FontAwesome;
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.svg-icons {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/waiver/waiver-strips.svg);
    background-repeat: no-repeat;
}

table {
    width: 100%;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

input:focus, input:focus-visible, select:focus-visible, textarea:focus, textarea:focus-visible {
    outline: 0;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'GT Eesti Pro Display',Arial,sans-serif !important;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

input {
    font-family: 'GT Eesti Pro Display',Arial,sans-serif !important;
}

.Waitingblock {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loaderbox {
    display: inline-block;
    width: 300px;
    background-color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 8px;
    max-height: 170px
}

.loadercircle {
    -webkit-animation: spin 1s linear infinite;
    animation: spin .6s linear infinite;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 5px solid #f3f3f3;
    border-left: 5px solid var(--color1);
    border-top: 5px solid var(--color1);
    border-right: 5px solid var(--color1)
}

.loader-text {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ThemeButton {
    background-color: var(--bg1);
    border: none;
    color: #fff;
    border-radius: 8px;
}

.header-fix {
    height: 120px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    border-radius: 0 0 20px 20px;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    left: 0;
}

    .header-fix h1 {
        margin: 0;
        font-size: 20px;
    }

    .header-fix i {
        height: 24px;
        width: 24px;
        display: flex;
        background-position: -50px -1px;
        position: absolute;
        left: 15px;
    }

.list-page {
    padding-top: 150px;
    height: 85vh;
    overflow: auto;
}

.bredcmbs-note {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.bredcmbs {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin: 0;
    white-space: nowrap;
    overflow: auto;
}

    .bredcmbs li {
        color: #707070;
        font-weight: 400;
        font-size: 16px;
    }

        .bredcmbs li a::after {
            content: "\f105";
            font-family: fontawesome;
            margin-left: 15px;
            color: #aaa;
        }

        .bredcmbs li a {
            font-size: 16px;
            display: flex;
            align-items: center;
            color: #333;
        }

.select-btn {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    background-color: var(--bg1);
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #fff;
    margin: 0;
    font-size: 16px;
    max-width: 250px;
}

    .select-btn.disable {
        background-color: #fff;
        color: #ccc;
        pointer-events: none;
    }

    .select-btn.selected {
        background-color: #5EC165;
    }

.next-btn {
    position: fixed;
    bottom: 30px;
    width: 200px;
    display: flex;
    height: 40px;
    align-items: center;
    border: 0;
    background-color: var(--bg1);
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #fff;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

    .next-btn.disable {
        background-color: #f5f5f5;
        color: #ccc;
        pointer-events: none;
    }

.wraper_hover {
    position: relative;
    display: flex;
}

    .wraper_hover a {
        cursor: pointer;
    }

.hoverinfo {
    bottom: 100%;
    margin-top: 10px;
    right: -50px;
    background: #333;
    padding: 10px;
    border-radius: 3px;
    width: max-content;
    display: none;
    position: absolute;
    margin-bottom: 10px;
    transition: ease .5s;
    z-index: 12;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    font-size: 12px;
    max-width: 200px;
    opacity: 0;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.wraper_hover:hover .hoverinfo {
    display: block;
    opacity: 1;
    transition: all ease 1s;
}

.info-label {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.info-icon {
    height: 16px;
    width: 16px;
    display: flex;
    background-position: -54px -33px;
}

.ModalClose {
    position: absolute;
    top: -10px;
    right: -10px;
    transition: all .2s;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--bg1);
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    opacity: 1;
    z-index: 1;
    border: none;
}

.footer-end {
    position: fixed;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
    width: 100%;
}

    .footer-end p {
        width: 50%;
    }

    .footer-end .next-btn {
        position: unset;
    }


/*----------- sweet alert -------------------*/

.sweetmodalpopup {
    z-index: 1051
}

.SweetAlert {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    transform: unset !important;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: 35%;
    align-items: center;
    justify-content: center;
    top: unset;
    text-align: center
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 10px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .swal2-icon.swal2-error {
        border-color: #f27474
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            display: block
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            position: absolute;
            height: 5px;
            width: 46px;
            background-color: #f27474;
            display: block;
            top: 38px;
            border-radius: 2px
        }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px
            }

    .swal2-icon.swal2-warning {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        color: var(--color1);
        border-color: #facea8;
        font-size: 60px;
        line-height: 80px;
        text-align: center
    }

    .swal2-icon.swal2-info {
        font-family: 'Open Sans',sans-serif;
        color: #3fc3ee;
        border-color: #9de0f6;
        font-size: 60px;
        line-height: 80px;
        text-align: center
    }

    .swal2-icon.swal2-question {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        color: #87adbd;
        border-color: #c9dae1;
        font-size: 60px;
        line-height: 80px;
        text-align: center
    }

    .swal2-icon.swal2-success {
        border-color: #a5dc86
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
                border-radius: 120px 0 0 120px;
                top: -7px;
                left: -33px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px
            }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
                border-radius: 0 120px 120px 0;
                top: -11px;
                left: 30px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px
            }

        .swal2-icon.swal2-success .swal2-success-ring {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165,220,134,.2);
            border-radius: 50%;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .swal2-icon.swal2-success .swal2-success-fix {
            width: 7px;
            height: 90px;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .swal2-icon.swal2-success [class^=swal2-success-line] {
            height: 5px;
            background-color: #a5dc86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon .5s;
    animation: animate-error-icon .5s
}

.SweetAlert .modal-body {
    position: relative;
    min-height: 100px;
    overflow: auto;
    max-height: 600px;
    padding: 20px;
    min-width: 320px
}

.closealert {
    width: 100px;
    margin-top: 15px
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    -moz-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

.SweetAlert .warningicon {
    width: 60px;
    height: 60px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
    border-color: var(--bg1);
    margin-top: 0
}

    .SweetAlert .warningicon .alignline {
        position: absolute;
        width: 4px;
        height: 28px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: var(--bg1)
    }

    .SweetAlert .warningicon .aligndot {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin-left: -2px;
        left: 50%;
        bottom: 10px;
        background-color: var(--bg1)
    }

@-webkit-keyframes pulseWarning {
    0% {
        border-color: var(--color1)
    }

    100% {
        border-color: var(--bg1)
    }
}

@-moz-keyframes pulseWarning {
    0% {
        border-color: var(--color1)
    }

    100% {
        border-color: var(--bg1)
    }
}

@keyframes pulseWarning {
    0% {
        border-color: var(--color1)
    }

    100% {
        border-color: var(--bg1)
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: var(--color1)
    }

    100% {
        background-color: var(--bg1)
    }
}

@-moz-keyframes pulseWarningIns {
    0% {
        background-color: var(--color1)
    }

    100% {
        background-color: var(--bg1)
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: var(--bg1)
    }

    100% {
        background-color: var(--bg1)
    }
}

@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip .75s;
    animation: animate-success-tip .75s
}

.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long .75s;
    animation: animate-success-long .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

.sto-page, .nrf-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    row-gap: 50px;
}

    .sto-page h1, .nrf-page h1 {
        font-weight: 600;
        margin: 0;
    }

.home-btn {
    display: flex;
    height: 40px;
    width: 170px;
    justify-content: center;
    background-color: var(--bg1);
    color: #fff;
    align-items: center;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,.20);
}

.pax-data {
    margin-top: 8px;
    display: flex;
    column-gap: 5px;
    color: #707070;
}


/*--------- font-awesome ---------*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.listpage-form > h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

@media(max-width:992px){
    body {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    body {
        font-size: 13px;
    }

    .list-page {
        padding-top: 70px;
        height: 90vh;
    }

    .header-fix {
        height: 50px;
        font-size: 16px;
        /*padding-left: 50px;*/
        border-radius: 0 0 15px 15px;
    }

        .header-fix h1 {
            font-size: 12px;
            line-height: normal;
            font-weight: 400;
        }

    .bredcmbs {
        margin: 15px 0;
    }

        .bredcmbs li a, .bredcmbs li {
            font-size: 14px;
        }

    .next-btn {
        bottom: 15px;
    }

    .footer-end p {
        width: 100%;
    }

    .first-select-page {
        height: 75vh;
    }

    .sto-page, .nrf-page {
        row-gap: 25px;
    }

        .sto-page img, .nrf-page img {
            width: 60%;
        }

        .sto-page h1, .nrf-page h1 {
            font-size: 24px;
        }

    .listpage-form > h2 {
        font-size: 16px;
    }
}

.btn-fix-group{
    display:flex;
    column-gap:10px;
}

.btn-fix-group a{
    width:auto;
    min-width:100px;
}

.home-fix-btn{
    background-color:var(--bg2);
    border:1px solid var(--color1);
    color:var(--color1)
}