﻿@font-face {
    font-family: "BrandonGrotesque";
    src: url("Fonts/Brandon_reg.woff") format('woff');
}
html {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #636466;
    scroll-behavior: smooth;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    font-size: calc(1rem + 0.03vw + 0.09vh);
    letter-spacing: normal;
}

#beforeupload {
    word-break: break-word;
    margin-top: 5px;
    width: 350px;
    display:inline;
}

#PhoneInfoPartial {
    border: none !important;
}


#m-info-passport {
    cursor: pointer;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    width: 6rem;
    margin-left: 0.3rem;
    font-weight: 400;
    font-family: BrandonGrotesque;
    text-decoration: underline;
    color: #3399ff;
}

    #m-info-passport:hover {
    }

.side {
    width: 28%;
    position: fixed;
    left: 72%;
    z-index: -1;
    height: 100%;
    background-color: #f4a71c;
}

.side-image {
    width: calc(13rem + 0.8vh);
    height: calc(13rem + 0.8vh);
}


.side-title {
    word-break: break-all;
    text-align: center;
    font-size: calc(1.4rem + 0.3vh);
}

.side-text {
    margin-top: 0.1rem;
    font-weight: normal;
    word-break: break-word;
    width: 23vw;
    font-size: calc(1.2rem + 0.3vh - 0.3vw);
    line-height: calc(1.8rem + 0.3vh - 0.1vw);
    text-align: justify;
}

.express-pass-container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 200px;
    overflow-y: hidden;
    text-align: center;
}
    .express-pass-container .express-pass-col {
        width: 40%;
    }
.express-pass-col img{
    width:100%;
    max-width:320px;
}

.express-pass-col p:not(:first-child) {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: grey;
}

.express-pass-col p:first-child {
    font-size: 15px;
    color: grey;
}

@media only screen and (max-width: 1366px) {
    .side-text {
        width: 20vw;
        margin-right: 0.7rem;
    }
}


@media only screen and (max-width: 1279px) {
    .side-text {
        width: 24vw;
        margin-right: 1rem;
    }

    .side-title {
        word-break: keep-all;
        text-align: left;
    }

   
}
@media only screen and (max-width: 1236px) {

    .side-title {
        word-break: keep-all;
        text-align: left;
    }
}







body {
    position: relative;
    height: 100%;
}

.btn-list-table {
    display: block;
}
.btn-list-table1 {
    display: block;
    width:max-content;
}

    .btn-list-table tr td button {
        font-weight: normal;
        font-family: Arial, sans-serif;
        letter-spacing: normal;
    }
.btn-list-table1 tr td button {
        font-weight: normal;
        font-family: Arial, sans-serif;
        letter-spacing: normal;
        width : 150px;
    }


    .btn-list-table td {
        display: inline-block;
        padding-right: 22px;
        padding-bottom: 7px;
    }
.btn-list-table1 td {
    display: inline-block;
    padding-right: 22px;
    padding-bottom: 7px;
}
    .btn-list-table1 tr{
        width:100%;
    }


.pre-page-thing {
    width: 100vw;
    position: absolute;
    height: 9px;
    z-index: 800;
    background-image: linear-gradient(271deg, #ffde4f, #ee2595);
}

.back-thing {
    font-size: 14px;
    font-family: BrandonGrotesque;
    color: rgb(6, 134, 183);
    font-weight: bold;
    margin-top: 30px;
    width: 97vw;
    z-index: 999;
    margin-left: 20px;
}

.back-thing-text {
    font-family: BrandonGrotesque;
    display: inline-block;
    font-weight: bold;
    margin-top: 12px;
    font-size: 0.8rem;
    margin-left: 5px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
}

.offset {
    margin-left: 1.5%;
    margin-top: 10px;
}

.offset-second {
    margin-left: 6%;
    margin-top: 30px;
}

.offset-welcome {
    margin-left: 14%;
    margin-top: 10%;
}

.nav-hr-thing {
    width: 90%;
    float: left;
    margin-left: 10px;
    border: 0;
    height: 1px;
    margin-top: -10px;
    background-color: rgb(224, 224, 224);
    display: block;
}

.non-nav-hr-thing {
    width: 100%;
    float: left;
    border: 0;
    height: 1px;
    background-color: rgb(224, 224, 224);
    display: none;
}


.form-container {
    display: block;
    width: 95% !important;
    margin-left: 8%;
    margin-top: 2px;
    margin-bottom: 80px;
}


.btn {
    font-family: BrandonGrotesque;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(1,1,1,0.2);
    width: 14.6rem;
    height: 2.8rem !important;
    border: none;
    letter-spacing: 2px;
    font-size: 0.8rem !important;
}
.btn1 {
    font-family: BrandonGrotesque;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(1,1,1,0.2);
    width: 130px;
    height: 2.8rem !important;
    border: none;
    letter-spacing: 2px;
    font-size: 0.8rem !important;
}


#first-time {
    width: 16rem;
}

#filled-before {
    width: 16rem;
}

.btn-hover-orange {
    background: #f2f2f4;
    transition: 0.3s;
}

    .btn-hover-orange span {
        opacity: 0.7;
    }


    .btn-hover-orange:hover {
        background: #f4a71c;
        color: white;
    }

        .btn-hover-orange:hover span {
            opacity: 1;
        }


.button-group-end {
    margin-top: 10px;
    display: flex;
    margin-top: 20px;
}

.btn-blue {
    background: #3399ff;
    color: white;
}

.form-control {
    width: 280px;
}


.form-title {
    font-weight: 700;
    color: #ee2595;
    font-size: 0.8rem;
}

.form-hint {
    font-size: 0.76rem;
    color: rgb(178, 178, 178);
    font-style: italic;
    font-family: Arial, sans-serif;
    display: block;
    word-break: break-word;
}

.form-text-input {
    border: none;
    height: 44px;
    color: #3399ff;
    border: 1.5px solid rgb(215, 215, 215);
    border-radius: 2px;
    height: 2.8rem;
    width: 16.8rem;
    padding-left: 5px;
    background-color: #f2f2f4;
}

textarea.form-text-input {
    font-family: Arial, sans-serif;
    width: 17.4rem;
}
.form-textarea-input {
    text-transform:uppercase;
}
.form-textarea-input::placeholder {
    text-transform: none;
}

.form-text-input::placeholder {
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
    color: #636466;
    opacity: 0.7;
}

.form-text-input:-moz-placeholder { 
    font-family: Arial, sans-serif;
    color: #636466;
    opacity: 0.7;
}

.form-text-input::-moz-placeholder { 
    font-family: Arial, sans-serif;
    color: #636466;
    opacity: 0.7;
}

.safari-only {
    font-size: 0.82rem;
}

    .safari-only::placeholder {
        font-family: Arial, sans-serif;
        color: #636466;
        opacity: 0.7;
        font-size: 0.82rem;
    }


.form-text-input-small::placeholder {
    font-family: Arial, sans-serif;
    color: #636466;
    opacity: 0.7;
}

.form-text-input-small:-moz-placeholder { 
    font-family: Arial, sans-serif;
    color: #636466;
    opacity: 0.7;
}

.form-text-input-small::-moz-placeholder { 
    font-family: Arial, sans-serif;
    color: #636466;
    opacity: 0.7;
}


.form-text-input-small {
    -webkit-appearance: none;
    border: none;
    height: 44px;
    border: 1.5px solid rgb(215, 215, 215);
    color: #3399ff;
    padding-left: 19px;
    border-radius: 2px;
    margin-top: 30px;
    width: 4.5rem;
    height: 2.8rem;
    background: #f2f2f4;
}


.navbar {
}

#bar {
    cursor: pointer;
    float: left;
    color: #3399ff;
    margin-top: 0.9rem;
    display: none;
}

.menu-items {
    display: block;
}

#navBar {
    display: flex;
    padding: 0.8rem;
}

.navScroll {
    background-color: rgb(254,254,254);
    opacity: 0.98;
    -webkit-box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
    -moz-box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
    box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
}

.nav-active {
    font-weight: bold
}

.navbar ul {
    overflow-x: visible;
    padding: 0px;
    margin-top: 10px;
    white-space: nowrap;
    list-style-type: none;
}

    .navbar ul li {
        display: inline;
        margin-left: 15px;
        font-size: 0.7rem;
    }

.main {
    width: 72%;
    height: 100%;
    margin-right: 0px;
}

.some-fixed {
    width: 400px;
    height: 400px;
    background-color: red;
}

.button-group {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.other-group {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-margin {
    margin-left: 25px;
    float: left;
    clear: both;
}

.btn-other {
    margin-left: 8rem;
}

.btn-last {
    background: #636466;
    width: 280px;
    float: right;
}

.btn-last-airside {
    display: flex;
    margin-bottom: 20px;
    margin-right: 1.1rem;
    height: 2.8rem !important;
}

.btn-gray {
    background: #636466;
    width: 300px;
}

.or-hint {
    width: 100%;
    margin-left: 14.8rem;
    margin-bottom: 10px;
}

.language-btn {
    border: none;
    background-color: #3399ff;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    margin-right: 10px;
    padding-left: 6px;
    color: white;
    cursor: pointer;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

.language-btn-icon {
    margin-top: 0.2rem;
    margin-left: -0.008rem;
}


@supports (-moz-appearance:none) {

    .language-btn-icon {
        margin-top: 0.2rem;
        margin-left: -0.50rem;
    }

    #l-icon {
        padding-right: 0.20rem !important;
    }
}


.language-text {
    font-size: 0.8rem;
    color: #3399ff;
    float: right;
    font-family: BrandonGrotesque !important
}

#language {
    position: absolute;
    top: 30px;
    right: 2px;
}

#complete-info {
    margin-left: 1rem;
}

.info-title {
    font-family: BrandonGrotesque;
    font-weight: bold;
    color: #f4a71c;
    margin-left: 20px;
    word-break: break-word;
}


.info-box-big {
    width: 320px;
    border-left: 2px solid #ee2595;
    font-family: BrandonGrotesque;
    margin-top: 50px;
}

.info-box-small {
    width: 250px;
    font-family: BrandonGrotesque;
    min-height: 30px;
    border-left: 2px solid #ee2595;
}

.info-box-sub {
    font-size: 0.76rem;
    font-family: Arial,sans-serif;
    font-style: normal;
    margin-top: 8px;
    margin-left: 20px;
    word-break: break-word;
    color: #636466;
}


.info-title-big {
    font-size: 2rem;
    line-height: 3.5rem;
}

.info-title-small {
    font-size: 1rem;
    line-height: 1.5rem;
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.modal-container {
    overflow: auto;
    width: 80%;
    display: none;
    font-size: 0.9rem;
    background: white;
    border: 1.5px solid rgb(215, 215, 215);
    margin-top: -3rem;
    margin-bottom: 50px;
    z-index: 999;
}

.modal-container-single-dp {
    width: 35rem;
}

.modal-accept-button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ts-wrapper {
    width: 17.25rem;
}

.ts-control {
    width: 100%;
    height: 3.05rem !important;
}

.exit-btn-container {
    display: flex;
    margin-top: 5px;
    min-height: 15px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-left: 2px;
}

.exit-btn {
    border: none;
    background: white;
    margin-top: 2px;
    cursor: pointer;
    font-size: 28px;
    color: #3399ff;
}




@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .exit-btn i {
    }

    .language-btn {
        padding-left: 5.2px;
    }
}

@supports (-moz-appearance:none) {




    .language-btn {
        padding-left: 5.6px;
    }
}

.picker-btns-container {
    display: flex;
    justify-content: center;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 5px;
}

    .picker-btns-container div .ts-wrapper .ts-control {
        width: 12rem !important;
        margin-top: 1.1rem !important;
    }

    .picker-btns-container div .ts-wrapper {
        width: auto;
    }

.picker-btn {
    padding-bottom: 0px;
}

.single-date-picker-date-container {
    width: 95%;
    min-height: 470px;
    display: flex;
    justify-content: center;
}

.single-date-picker-dates-container {
    flex-basis: 95%;
    margin-left: auto
}

.edit-group {
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
}
.edit-group1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.edit-child {
    flex-basis: 40%;
    margin-top: 15px;
}
.edit-child1 {
    flex-basis: 40%;
}

.edit-button {
    margin-top: 5px;
    display: inline;
    color: #3399ff;
    float: right;
    clear: both;
    cursor: pointer;
}

.edit-second-child {
    flex-basis: 30%;
}

.scan-passport {
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
    width: 17.3rem;
    height: 3rem !important;
    font-weight: normal;
    letter-spacing: normal;
}

.scan-passport:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.alert-maintenance {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    width: 17.3rem;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 12px 14px;
    background-color: #fff8e6;
    border: 1px solid #f5e0a3;
    border-radius: 6px;
    color: #333333;
    font-size: 0.8rem;
    line-height: 1.4;
    animation: 0.5s ease-out 0s 1 fade-in;
}

    .alert-maintenance .fa {
        color: #f0ad4e;
        font-size: 1rem;
    }

.gender-btn {
    flex-basis: 48%;
    background: #f2f2f4;
    color: #636466;
}


.confirmation-success {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.confirmation-text {
    word-break: break-word;
    font-size: 0.7rem;
    margin-top: 10px;
    text-align: center;
}

.component-title,.component-title1 {
    width: 65%;
    border-bottom: solid 1px rgb(226, 226, 226);
    margin-top: 20px;
}

.component-title-text {
    letter-spacing: 1px;
    font-size: 0.9rem;
    color: rgb(177, 174, 175)
}

.form-partial-container {
    margin-top: 20px;
    margin-left: 1%;
}

.terms-container {
    font-size: 0.7rem;
    word-break: break-word;
    width: 70%;
    outline:none;
}

.term {
    display: table;
    margin-top: 5px;
}

.submit-btn-container {
    width: 90%;
    margin-left: 1px;
}

.btn-orange {
    background: #f4a71c;
    color: rgb(255,255,255) !important;
}

    .btn-orange span {
        opacity: 1;
    }

.btn-list-table .btn-orange {
    text-decoration: none;
    color: white;
}



.form-error-text {
    word-break: break-word;
    width: 250px;
    margin-top: 5px;
    color: rgb(247, 129, 129);
    margin-left: 5px;
    animation: 0.5s ease-out 0s 1 fade-in;
}


.language-list {
    display: none;
    width: 130px;
    height: 130px;
    right: 10px;
    background: white;
    margin-top: 5px;
    float: right;
    color: #636466;
    position: absolute;
    border-radius: 4px;
    font-size: 0.7rem;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 3px solid rgb(215, 215, 215);
}

    .language-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .language-list li {
        padding: 5px;
        padding-left: 8px;
        cursor: pointer;
    }

        .language-list li:hover {
            background: rgba(209, 209, 209,0.3);
        }

@media not all and (min-resolution:.001dpcm) {
    .language-btn-icon {
        margin-left: 0.3px;
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

.date-value {
    color: #3399ff;
}


#select-dates-container-travel {
    margin-bottom: 1rem;
}

#FlightInfo div {
    min-width: 350px;
}



.ts-control .item {
    color: #3399ff;
}

.ts-control > input {
    color: #3399ff;
}

.confirm-btn-group {
    display: flex;
    justify-content: center;
}

#add-another {
    margin-right: 1.1rem;
    margin-bottom: 20px;
    color: white;
    background: #3399ff;
    margin-left: 1.1rem
}

.clogo {
    width: 8rem;
    height: 2.5rem;
    margin-top: 0.5px;
}

.ck-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-top: 0.2rem;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



    .ck-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.ck-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.3rem;
    border: 1.5px solid rgb(221, 221, 221);
    height: 25px;
    width: 25px;
    background-color: #f2f2f4;
}

.ck-container input ~ .ck-checkmark {
    transition: 0.3s;
}
.ck-container:hover input ~ .ck-checkmark {
    background-color: #ccc;
}

.ck-container input ~ .ck-checkmark {
    transition: 0.3s;
}

.ck-container input:checked ~ .ck-checkmark {
    background-color: #f4a71c;
    border: 1.5px solid #f4a71c;
}

.ck-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ck-container input:checked ~ .ck-checkmark:after {
    display: block;
}

.ck-container .ck-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width:1350px) {
    @supports not (-ms-high-contrast: none) {
        .edit-group1 {
            flex-direction: column;
        }
    }
}
@media only screen and (max-width: 1024px) {

    #beforeupload {
        width: 90%;
    }


    #first-time {
        width: inherit;
    }

    #filled-before {
        width: inherit;
    }

    .language-list {
        right: 4px;
    }

    .ck-container {
        padding-top: 0.1rem;
    }

    .clogo {
        margin-left: 1.1rem;
    }

    body {
        background: rgb(253,253, 253)
    }

    #navBar {
        background-color: rgb(254,254,254);
        opacity: 0.98;
        -webkit-box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
        -moz-box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
        box-shadow: -3px 1px 4px 0.2px rgba(207,207,207,0.32);
    }

    .navScroll {
    }


    @supports (-moz-appearance:none) {
        #l-icon {
            margin-top: 0.1rem !important;
            margin-right: 0.2rem !important;
            padding-left: 0.07rem !important;
        }
    }

    #complete-info {
        margin-left: 0rem;
    }

    .confirm-btn-group {
        flex-wrap: wrap;
    }

    #add-another {
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .date-value {
        color: #3399ff;
    }

    #language {
        position: relative;
        top: 0;
        left: 0;
        color: #3399ff;
    }

    #navBar {
        display: block;
    }

    #bar {
        display: block;
    }

    .centered-mobile {
        display: flex;
        justify-content: center;
    }


    .menu-items {
        display: none;
    }

    #GoToMaintenance {
        display: none;
    }

    @supports not (-ms-high-contrast: none) {
        #FlightInfo div {
            min-width: inherit;
        }


        .picker-btns-container div .ts-wrapper .ts-control {
            width: 37vw !important;
        }


        .ts-wrapper {
            width: 91% !important;
        }

        .ts-control {
            width: 100%;
        }

            .ts-control .item {
                color: #3399ff;
            }

        @media only screen and (max-width: 550px) {
            .ts-wrapper {
                width: 92% !important;
            }
        }

        .submit-btn-container {
            width: 96%;
        }

        #select-dates-button-travel {
            position: fixed;
            bottom: 0;
            z-index: 99999;
        }

        #select-dates-button-ed {
            position: fixed;
            bottom: 0;
            z-index: 99999;
        }

        #select-dates-button-bd {
            position: fixed;
            bottom: 0;
            z-index: 99999;
        }

        #select-dates-button {
            position: fixed;
            bottom: 0;
            z-index: 99999;
        }


        .edit-group {
            flex-direction: column;
        }

        .edit-group1 {
            flex-direction: column;
        }

        .terms-container {
            width: 90%;
            margin-left: -0.17rem;
        }

        .edit-second-child {
            margin-left: 0px;
            margin-top: 20px;
        }

        .component-title {
            width: 90%;
            margin-top: -10px;
            margin-left: 6.2px;
        }

        .component-title-text {
            font-size: 0.8rem;
        }

        .modal-container {
            width: 100%;
            height: 100%;
            position: fixed;
            margin: 0px;
            top: 0;
            overflow: auto;
            left: 0;
        }

        .modal-container-single-dp {
            width: 100%;
        }


        .single-date-picker-date-container {
            margin: auto;
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
        }

        .single-date-picker-dates-container {
            flex-basis: 100%;
        }

        #select-dates-container-travel {
            margin-bottom: 2.1rem;
        }

        .btn-last {
            margin-left: 4px;
            width: 0;
            background-image: linear-gradient(280deg, #390e61, #e43bf8, #ee2595);
            font-weight: bold;
            float: none;
        }

        .btn-last-airside {
            width: 96%;
            margin-right: 0px !important;
            justify-content: center;
        }

        .airside-button {
            width: 96% !important;
        }

        .express-pass-container {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            max-height: fit-content;
        }

            .express-pass-container .express-pass-col {
                width: calc(100% - 40px);
                padding: 20px;
            }

                .express-pass-container .express-pass-col:last-child {
                    max-height: 100px;
                }

                    .express-pass-container .express-pass-col:last-child img {
                        transform: translateY(-70px);
                        max-width: 200px;
                    }

        .airside-qr-container {
            width: 100% !important;
        }

        #download-pdf {
            margin-right: 0px !important;
        }

        .confirm-check-container {
            width: 100% !important;
        }

        .modal-accept-button-container {
            position: relative;
            width: 100%;
            margin-top: 50px;
            margin-bottom: 10px;
        }

        .non-nav-hr-thing {
            display: block;
        }

        .exit-btn-container {
            justify-content: center;
            margin-right: 0px;
        }

        .picker-btns-container {
            margin-left: 0px;
            margin-right: 0px;
        }

        .rdp-container {
            flex-flow: column;
        }


        .rdp-second-picker {
            margin-left: 0px;
        }

        .language-btn {
            margin-right: 4px;
            margin-top: 0px;
        }

        .offset-welcome {
            margin-left: 0%;
            margin-top: 50%;
        }

        .button-group {
            width: 95%;
            flex-wrap: wrap;
        }

        .button-group-end {
            margin-top: 20px;
            width: 95%;
            justify-content: flex-start;
        }

        .back-thing {
            width: 100%;
        }

        .other-group {
            width: 95%;
        }

        .btn-margin {
            margin-left: 0px;
            margin-top: 10px;
        }

        .or-hint {
            margin-left: 47%;
        }


        .btn {
            width: 96%;
            margin-left: 0px;
        }


        .form-control {
            width: 100px;
        }

        .back-thing {
            position: absolute;
            color: white;
            margin-top: 0px;
            margin-left: 10px;
            height: 40px;
            margin-left: 0px;
            color: white;
            border-bottom: 0.5px solid white;
        }

        .back-thing-text {
            margin-top: 13px;
            margin-left: 10px;
        }



        .side {
            display: none;
        }

        .navbar {
            background-image: linear-gradient(to left, #ffde4f, #ee2595);
            color: white;
            width: 100% !important;
            height: 40px;
            overflow: hidden;
            position: absolute;
        }

            .navbar ul {
            }

        .main {
            flex-basis: 100%;
        }

        .offset {
            margin-top: 10px;
            margin-left: 13px;
        }

        .offset-second {
            margin-left: 0;
            margin-top: 30px;
        }


        .form-container {
            margin-top: 10px;
            margin-bottom: 20px;
            margin-left: auto;
        }


        .form-control {
            width: 90%;
        }

        .place-autocomplete {
            width: calc(90% + .5rem) !important;
        }

        textarea.form-control {
            width: 92%;
        }

        .form-text-input-small {
            width: 90px;
            color: #3399ff;
        }

        .btn-blue {
            font-weight: bold;
        }

        #ScanMessage {
            font-weight: bold;
        }

        .form-text-input {
            -webkit-appearance: none;
            color: #3399ff;
        }

        .scan-passport {
            width: 92%;
        }

        .alert-maintenance {
            width: 92%;
        }

        .gender-btn {
            color: #3399ff;
        }


        .nav-hr-thing {
            display: none;
        }

        .language-text {
            margin-top: 10px;
            margin-right: -10px;
        }

        .confirmation-success {
            width: 100%;
        }

        .confirmation-text {
            font-size: 0.8rem;
            width: 50%;
            margin-left: 24%;
        }

        .btn-temp {
            display: none;
        }

        .nav-active {
            color: #9225c9;
        }

        .btn-list-table {
            width: 100%;
        }

        .btn-list-table1 {
            width: 100%;
        }

        .btn-list-table tr {
        }

        .btn-list-table1 td {
            width: 45%;
            overflow-x: hidden;
            padding-right: 0px;
            padding-bottom: 10px;
            padding-left: 10px;
        }

        .btn-list-table td {
            width: 86vw;
            overflow-x: hidden;
            padding-right: 0px;
            padding-bottom: 10px;
        }



        .btn-list-table .btn-hover-orange {
        }

        .btn-list-table1 .btn-list-table .btn-hover-orange:hover {
            color: white;
        }


        .btn-list-table button {
            width: 91%;
        }

        .btn-list-table1 button {
            width: 91%;
        }
    }

    .offset-welcome {
        margin-left: 5%;
        margin-top: 4vh;
    }

    .offset {
        margin-left: 1%;
    }

    .side {
        display: none;
    }

    .main {
        width: 100%
    }

    .language-text {
        color: rgb(6, 134, 183);
    }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
}

@media only screen and (max-width: 1024px) {
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-margin {
        margin-bottom: 270px;
    }

    .btn-list-table td {
        padding-right: 30px;
    }
    .btn-list-table1 td {
        padding-right: 30px;
    }


    .language-btn-icon {
        margin-left: 0.2px;
    }
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    margin-top: 40vh;
    position: relative;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #ee2595;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -10px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        border: 4px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#confirmation {
    margin-top: 20px;
}

#confirmation-check {
    align-self: center;
    margin-top: 10px;
}

.sb-group-confirm {
    margin-top: 20px;
}

#hr-thing-confirm {
    margin-top: 10px;
    
}

#container-confirm {
    clear: both;
    margin-left: 0px;
}


#download-pdf {
    margin-right: 1.1rem;
    margin-bottom: 20px;
    color: white;
    background: #3399ff;
}

.nav-link {
    text-decoration: none;
    color: rgb(6, 134, 183);
}

.grayed {
    color: #636466;
}

#PurposeTable tr td button {
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    opacity: 1;
}

#PurposeTable .btn-orange {
    text-decoration: none;
}

#date-picker-cont-id-travel {
    font-family: BrandonGrotesque;
}

#date-picker-cont-id-ed {
    font-family: BrandonGrotesque;
}

#date-picker-cont-id-bd {
    font-family: BrandonGrotesque;
}

.margin-thing > .ts-wrapper {
    margin-top: 0px !important;
}

.d-none {
    display: none;
}

.info-box-welcomestatement {
    border-left: 2px solid #ee2595;
    font-family: BrandonGrotesque;
    margin-top: 30px;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

[class*="col-"] {
    width: 100%;
}

.radio-toolbar {
    margin: 10px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background: #f2f2f4;
        transition: 0.3s;
        padding: 10px 20px;
        text-align: center;
        font-weight: normal;
        font-family: Arial, sans-serif;
        letter-spacing: normal;
        cursor: pointer;
        box-shadow: 0px 2px 2px rgba(1, 1, 1, 0.2);
        border: none;
        letter-spacing: 2px;
        font-size: 0.8rem !important;
    }

        .radio-toolbar label:hover {
            background: #f4a71c;
            color: rgb(255,255,255);
        }

    .radio-toolbar input[type="radio"]:focus + label {
        border: 2px #444;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background: #f4a71c;
        color: rgb(255,255,255);
        border-color: #4c4;
    }

.iti__flag {

    background-image: url('../Images/flags.png') !important;
}
.int_tel_input {
    width: 0px !important;
    padding-left: 5rem !important;
}

.iti__selected-flag {
    background-color: transparent !important;
}

.int_tel_input_field {
    height: 2.6rem;
}

.clrblue {
    color: #3399ff;
}

.clrgray {
    color: #636466;
}
.int_tel_input_field {
    width: 11rem !important;
}
.img_passport_example {
    width: 94%;
}
.clrpink {
    color: #EE2595;
}
.reqfield::after {
    content: "";
}
.modal_moreinfo {
    cursor: pointer;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    width: 6rem;
    margin-left: 0.3rem;
    font-weight: 400;
    font-family: BrandonGrotesque;
    text-decoration: underline;
    color: #3399ff;
}
.lbl_spn {
    margin-top: 20px !important;
    display: block !important;
}
.lbl_spn_sm {
    margin-top: 10px !important;
    display: block !important;
}
.text_center {
    text-align: center;
    font-size: 15px;
    color: #9b9b9b;
    text-decoration: underline;
    text-underline-offset: 16px;
    margin-top: 0px !important;
}
.modal_info_forupload {
    cursor: pointer;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    width: 6rem;
    margin-left: 0.3rem;
    font-weight: 400;
    font-family: BrandonGrotesque;
    text-decoration: underline;
    color: #3399ff;
}
.airside-qr-container {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
    .airside-qr-container .qr-code-ariside {
        aspect-ratio: 1/1;
    }

    .airside-qr-container img {
        width: 200px;
    }
    .airside-qr-container img:first-child {
        margin-bottom:20px;
    }

    .airside-qr-container .airside-subcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid lightgray;
        padding: 20px;
        border-radius: 10px;
    }
.confirm-check-container{
    width:90%;
    display:flex;
    justify-content:center;
    flex-direction:column;
}
.qr-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.qr-info h6 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.qr-info p {
    text-align: center;
    font-size: .5rem;
    width: 70%;
}
@media only screen and (min-width: 1200px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
 .img_passport_example {
        width: 29%;
    }

 }
@media only screen and (min-device-width: 320px) and (max-device-width: 391px) {
    .int_tel_input_field {
        width: 12rem !important;
    }
}
@media only screen and (min-device-width: 392px) and (max-device-width: 480px) {
    .int_tel_input_field{
        width:14rem!important;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 540px) {
    .int_tel_input_field {
        width: 21rem !important;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 992px) {
    .int_tel_input_field {
        width: 33rem !important;
    }
}
@media only screen and (min-width: 993px) and (max-device-width: 1199px) {
    .int_tel_input_field {
        width: 45rem !important;
    }
}

#accordion-full-page .ui-accordion-header i {
    float: right;
    margin-right: 20px;
    position: relative;
    top: -1px;
}

#accordion-full-page .ui-accordion-header.validation-complete i {
    color: #27CF38;
}

#accordion-full-page .ui-accordion-header.validation-complete {
    border-bottom-color: #27CF38;
}

#accordion-full-page .ui-accordion-header.validation-incomplete i {
    color: rgb(177, 174, 175);
}

#accordion-full-page .ui-accordion-header.validation-incomplete {
    border-bottom-color: rgb(177, 174, 175);
}

.component-title:hover {
    cursor: pointer;
}


i {
    font-style :normal !important;
}
.ddl_selectize + div {
    margin-top: 10px !important;
}

/* REMODAL VERSION - Commented out for Bootstrap migration */
/* .remodal-close.remodal_right{
    right:0!important;
    left:auto!important;
} */

/* BOOTSTRAP VERSION - Right-aligned close button is handled via ms-auto class in modal-header */

.text_muted {
    color: #6c757d !important;
}
.text_justify {
    text-align: justify!important;
}

.reviewtext {
    color: #636467;
    font-weight: bold;
    padding: 0px !important;
    margin : 0px !important;
    word-wrap:break-word;
}

.reviewtexttitle {
    color: #ee2595;
    display: block;
    margin: 10px 0px 2px !important;
    padding: 0px !important;
}

.reviewsectiontitle {
    font-size: 14px;
    margin: 30px 0px 14.5px !important;
    display: inline;
    color: #9b9b9b;
    padding: 0px !important;
}
#MobilePhoneText::placeholder {
    font-size: 11px;
}
.form_check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form_check .form_check_input {
        float: left;
        margin-left: -1.5em;
    }

.form_check_input {
    width: 17px !important;
    height: 17px !important;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2.5px solid rgba(192,192,192,255);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form_check_input[type=checkbox] {
        border-radius: 3px;
    }

    .form_check_input:active {
        filter: brightness(90%);
    }



    .form_check_input:checked {
        background-color: orange;
        border-color: orange !important;
    }

    .form_check_input:hover {
        border-color: rgba(192,192,192,255);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(255,165,0,.3);
    }


    .form_check_input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: rgba(192,192,192,255);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form_check_input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

    .form_check_input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='auto' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

.form-title-bg {
    font-weight: 700;
    color: #ee2595;
    font-size: 0.8rem;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    background-color: #e6e6e6;
    display: block;
}

.form_check_label {
    color: #7d7373;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    margin-left:8px;
}
.cap-first:first-letter {
    text-transform: uppercase;
}
.full-hint{
    margin-top:10px;
}
.form-hint-dark{
    color:black;
    display:block;
}
.color-white {
    color: white
}
.grid-h90 {
    display: grid;
    height: 90%
}
.m-auto {
    margin: auto;
}
.df-center {
    display: flex;
    justify-content: center;
}
.f-bg-b {
    font-family: BrandonGrotesque;
    font-weight: bold;
}
.f-bg-mt-ml {
    margin-left: 10px;
    margin-top: 30px;
    font-family: BrandonGrotesque;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.w-full {
    width: 100%;
}
.line-height:48px !important;lh {
    line-height: 48px !important;
}
.f-a-mt {
    margin-top: 10px;
    color: #636466;
    opacity: 0.8;
    font-family: arial
}
.f-a-mt-c {
    margin-top: 30px;
    color: rgb(160, 160,160) !important;
    font-family: arial
}
.no-ml {
    margin-left: 0px;
}
.no-mt {
    margin-top: 0px;
}
.fb {
    font-weight: bold;
    font-size: 0.6em !important;
}
@media only screen and (max-width: 1024px) {
    @supports not (-ms-high-contrast: none) {
        .pre-page-thing {
            display: block;
        }

        .language-text {
            color: rgb(6, 134, 183);
        }

        .back-thing {
            width: 100%;
            margin-top: 10px;
            background: white;
            color: rgb(6, 134, 183);
        }
    }
}
@media only screen and (max-width: 1024px) {

    #language-text-sub {
        display: block;
    }

}
.nav-container {
    position: sticky;
    top: 0;
    z-index: 900;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
}
.df-sb {
    display: flex;
    justify-content: space-between;
}
.opacity-zero {
    opacity: 0;
}
.c-pinkish {
    color: #ee2595;
}
.p0-ml {
    padding: 0px;
    margin-left: 1.4rem;
}
.br-7 {
    border-radius: 7px
}
.back-thing-mt-ml {
    margin: 0.2rem;
    margin-left: 0.3rem;
}
    .back-thing-mt-ml > span, .back-thing-ml > span {
        margin-left: 3px;
    }
.c-blueish {
    color: #3399ff
}

.back-thing-ml {
    margin: 0;
    margin-left: 0.3rem;
}
.cpointer-ml {
    cursor: pointer;
    margin:0;
    margin-left: 0.3rem;
}
.back-thing-ml2 {
    margin-left: 0.3rem;
}

.cpointer-ml span.cpointer {
    cursor: pointer;
    margin-left: 3px;
}
.no-link {
    text-decoration: none;
    color: inherit;
}
.dnone{
    display:none;
}
#weird-margin {
    width: 100px;
    height: 20px;
}
#weird-margin > div {
    margin-top: 80px;
    display: none;
}

    @media only screen and (max-width: 1024px) {
        @supports not (-ms-high-contrast: none) {
            .pre-page-thing {
                display: block;
            }

            .back-thing {
                width: 100%;
                margin-top: 10px;
                background: white;
                color: rgb(6, 134, 183);
            }
        }

        #weird-margin {
        width: 100px;
        height: 20px;
        margin-bottom: 0px;
    }
}



.input-validation-error {
    border: 1px solid rgba(255, 88, 88,0.8);
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
#TravelInfoTitleOffset,.picker-title-offset {
    height: 0.1px;
}
.mt-30 {
    margin-top: 30px;
}
.captcha-box {
    margin-top: 15px;
    outline: none
}
.nav-hr-thing.mt-ml {
    margin-top: 10px;
    margin-left: -5px;
}
.terms-container td:first-child {
    display: block
}
.terms-container td:last-child p {
    display: inline
}
#Covid_terms, #ValidTermsValue {
    margin-bottom: 10px;
    margin-left: 1.5rem
}
#FormReview {
    display: none;
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
#reviewmodal.btn {
    color: white;
    margin-left: 1rem;
}
/*Travel section*/

.mt-20 {
    margin-top: 20px;
}
.mt-dblock {
    margin-top: 20px;
    display: block
}
.mt-7 {
    margin-top: 7px;
}
.ml-7 {
    margin-left: 7px
}
.ml-10 {
    margin-left: 10px
}
#DatePickerOffsetTravel,.picker-offset {
    height: 0.1px;
}
#date-picker-btn-travel,.picker-align {
    margin-top: 20px;
    cursor: pointer;
    outline: none
}
#date-picker-values-container-travel {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    opacity: 0.7
}
#date-picker-values-container-travel > div {
    display: flex;
    justify-content: center;
}
.flex-center {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.date-picker-exit-container {
    margin-right: 0.2rem;
    margin-top: 0.6rem
}
.op-0{
    opacity:0;
}
#picker-arrival-text-travel {
    text-align: center;
    font-size: 90%;
}
.component-title-text.travel-font {
    font-size: 1rem
}
.picker-travel-btn {
    margin-left: 13px;
}
#picker-departure-text-travel {
    text-align: center;
    font-size: 0.8rem;
}
.d-flex{
    display:flex;
}
.w-100{
    width:100%;
}
#date-prev.travel {
    flex-basis: 5%;
    border: none;
    background: white;
    color: #3399ff;
    cursor: pointer;
    align-self: center
}
#date-picker-travel {
    flex-basis: 90%;
}
#date-next.travel {
    flex-basis: 5%;
    align-self: center;
    border: none;
    color: #3399ff;
    cursor: pointer;
    background: white;
}
#select-dates-container-travel {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#DurationOfStay {
    display: none;
    margin-left: 5px
}
#FromCountryTitle {
    margin-top: 20px;
    display: block;
}
.ts-wrapper.ddl-align {
    text-align: center;
    margin-top: 20px;
    display: block;
}
.ts-dropdown.ddl-align{
    text-align:left;
}
.ddl-form-align {
    text-align: center;
    margin-top: 20px;
    display: block
}
.ddl-label {
    margin-top: 20px;
    display: block;
}
#FlightNumberText, #FlightNumberResidentText {
    display: block;
    text-transform: uppercase
}
.d-block{
    display:block;
}
.airline-title {
    margin-top: 20px;
    display: block
}
.hint-sub {
    word-break: break-word;
    margin-left: 5px;
    width: 250px;
}
.fs-lgr {
    font-size: larger
}

/*Passport section*/
#ScanMessage {
    box-shadow: none;
    margin-top: 10px
}
#ScanMessage > i {
    margin-left: 6px;
}
#PassportLoader {
    width: 35px;
    height: 35px;
    margin-top: 30px;
    margin-left: 45%;
    margin-bottom: 30px;
    display: none
}
#PassportScanSuccess {
    color: green;
    margin-top: 20px;
    margin-left: 45%;
    display: none
}
.form-align {
    text-align: center;
    margin-top: 20px;
}
.ot-none{
    outline:none;
}
.picker-container {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}
#date-of-birth-input, .picker-h-input {
    opacity: 0.7
}
.bd-picker-text {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%
}
.bd-picker-text .component-title-text {
    font-size: 1rem
}
.picker-exit-btn {
    margin-right: 0.2rem;
    margin-top: 0.6rem
}
.picker-year-select {
    margin-left: 1.3rem;
}
#expiry-date-input,.picker-placeholder {
    opacity: 0.7
}

/*Personal section*/
.pac-item-query {
    color: #ee2595;
}

textarea {
    resize: none;
    text-align: center;
    margin-top: 20px;
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
}



@media only screen and (max-width: 1024px) {
    .pac-item-query {
        color: #3399ff;
    }
}

.review-text-section {
    border-bottom: solid 1px rgb(224, 224, 224)
}
.review-text-section-font {
    font-size: 0.8rem;
    margin-top: 4px;
}
.ts-wrapper.input-validation-error{
    border:none !important;
}
    .ts-wrapper.input-validation-error > div.ts-control {
        border: 1px solid rgba(255, 88, 88,0.8);
    }
.component-title > i.fa.fa-solid:is(.fa-angle-left,.fa-angle-down),.p-holder{
    font-size:1rem;
}
@media only screen and (max-width: 1024px) {
    .pre-page-thing
    {
        display: block;
    }

    .msg {
        margin-top: 60px;
    }

    .back-thing {
        margin-top: 10px;
    }

    

}
.homepage-btn {
    text-decoration: none;
    color: rgb(6, 134, 183);
}

.msg-div {
    margin-left: 5%;
}
.error-title {
    font-size: 1.3em
}
.error-para {
    font-size: 0.8em
}
@supports (-moz-appearance:none) {
    #exit-date-picker
    {
        padding-left: 8.4px;
    }

}

.retrieve-offset {
    margin-left: 110px;
}

@media only screen and (max-width: 1024px) {
    .offset {
        margin-left: 5%;
    }

    .retrieve-offset {
        margin-left: auto;
    }
}

.form-title-margin {
    margin-top: 20px;
    display: block;
}

.form-text-input-center {
    text-align: center;
    margin-top: 20px;
}

.grayed {
    cursor: pointer;
    outline: none;
}

.modal-container-margin {
    margin-left: 0px;
}

.component-title-text-center {
    font-size: 1rem;
}

.exit-btn-margin {
    margin-right: 0.2rem;
    margin-top: 0.6rem;
}

.picker-btns-container-margin {
    margin-top: 0px;
}

.year-selector-margin {
    margin-top: 20px;
    width: 200px;
}

.modal-accept-button-container-margin {
    margin-top: 0px;
}

.ie-margin {
    margin-top: 10px;
}

.nav-hr-margin {
    margin-top: 10px;
    margin-left: -5px;
}

.submit-btn-container-margin {
    clear: both;
    margin-left: 0px;
}

.btn-last-margin {
    margin-bottom: 20px;
    color: white;
}

@media only screen and (max-width: 1024px) {
    #complete-info {
        margin-top: 20px;
    }
}

.input-validation-error {
    border: 1px solid rgba(255, 88, 88, 0.8);
}

.datepicker-pl {
    padding-left: 2px
}
.datepicker-pt {
    padding-top: 2%
}
.datepicker-mt {
    margin-top: -3%;
}
.dp-height {
    min-height: 430px;
}

@media only screen and (max-width:1440px) and (max-height:900px) {
    .dp-height {
        min-height: 350px;
    }
}
.no-box {
    box-shadow: none;
    margin-top: 10px
}
.upload-mt {
    margin-left: 6px;
}

.covid-layout {
    font-size: 0.8rem;
    margin-top: 4px;
}

.verify-container {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    font-family: Arial, Helvetica, sans-serif !important;
    height: calc(2.8rem - 30px);
    letter-spacing: 0.04rem;
}

.logo {
    background-image: url(../Images/Airside_icon.svg);
    background-size: 28px 28px;
    height: 28px;
    aspect-ratio: 1/1;
    margin-right: 10px;
}

.text-content {
    flex-grow: 1;
}

    .text-content p {
        height: 13px;
        overflow: hidden;
        text-align: left;
        font-size: .55rem !important;
        font-size: .65rem;
        display: flex;
        align-items: baseline;
    }

.verify-text {
    margin: 0;
    font-size: 12px;
    color: #ccc;
}

.brand {
    display: inline-block;
    background-image: url(../Images/Airside_Wordmark.svg);
    background-size: 50px 0.55rem;
    background-repeat: no-repeat;
    background-position: top;
    min-width: 45px;
    height: 0.55rem;
}

.subtext {
    margin: 0;
    font-size: 12px;
    color: #ccc;
}

.enroll-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 3px 8px;
    font-size: 0.5rem;
    font-weight: bold;
    border-radius: 20px;
}

.enroll-title {
    margin-bottom: 20px;
}

.no-pad {
    padding: 0;
}

.airside-button {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .airside-button a.btn-last {
        min-width: 300px !important;
        text-decoration: none;
    }
.fw-700 {
    font-weight: 700;
}
.place-autocomplete {
    padding-left: 0px !important;
    width: 295px;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #0000009e;
    
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}


.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}


.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 35px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }



.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}



@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.b-close {
    box-sizing: content-box;
    width: 1.2em;
    height: 1.2em;
    padding: 0.25em;
    border: 0;
    border-radius: 50%; /* circular button */
    background-color: dodgerblue;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cline x1='2' y1='2' x2='14' y2='14' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3e%3cline x1='14' y1='2' x2='2' y2='14' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9em auto;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
    .d-flex-end {
        display: flex;
        justify-content: end;
    }
.modal.show{
    display:block !important;
}
.ts-wrapper > .ts-control {
    background: #f2f2f4 !important;
    border: 1.5px solid rgb(215, 215, 215);
    border-radius: 2px !important;
    box-shadow: none !important;
    padding: 8px 30px 8px 8px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
}

.ts-wrapper.focus > .ts-control {
    border-color: rgb(215, 215, 215) !important;
    box-shadow: none !important;
    background: #f2f2f4 !important;
}

.ts-wrapper.dropdown-active > .ts-control {
    background: #f2f2f4 !important;
    border-color: rgb(215, 215, 215) !important;
    box-shadow: none !important;
}

.ts-wrapper > .ts-control > input {
    text-align: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    background: transparent !important;
    color: #3399ff !important;
}

.ts-wrapper.single.has-items > .ts-control > input {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ts-wrapper.single.has-items.dropdown-active > .ts-control > input {
    position: relative !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    flex: 1 1 auto !important;
    text-align: center !important;
    background: transparent !important;
}

.ts-wrapper.single.dropdown-active > .ts-control > div.item {
    display: none !important;
}

.ts-wrapper > .ts-control > div.item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.ts-wrapper > .ts-control::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #888;
    pointer-events: none;
    z-index: 1;
}

.ts-wrapper > .ts-control {
    position: relative !important;
}

.ts-wrapper.dropdown-active > .ts-control::before {
    border-top: none;
    border-bottom: 6px solid #888;
}

.ts-dropdown {
    border: 1.5px solid rgb(215, 215, 215) !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    margin-top: 2px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.ts-dropdown .option {
    text-align: left !important;
    padding: 8px 12px !important;
    color: #636466 !important;
}

.ts-dropdown .option:hover,
.ts-dropdown .option.active {
    background-color: #e8f4fc !important;
    color: #636466 !important;
}

.ts-dropdown .option.selected {
    background-color: #e8f4fc !important;
}

.ts-control::after {
    display: none !important;
}

.ts-wrapper > .ts-control > input::placeholder {
    color: #636466 !important;
    opacity: 0.7 !important;
    text-align: center !important;
}
