/*Dominatna barva
    #91b744
*/

*:focus {
    outline: 0!important;
    outline: none!important;
}
.btn-next:focus{
    color: white !important;
}
/*.footer, nav, .footerImages, .productionFooter{
    display:none;
}*/
#card-errors{
    color: red;
    margin-top: 10px;
}


.reservationPage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-color: #1a1d2b;
    padding-bottom: 50px;
    color: white;
}
.reservationPage2{
    background-color: #1a1d2b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;
    color: white;
}
.logo{
    padding-top:20px;
    padding-left:30px;
}
.reservationTitle{
    margin-bottom: 50px;
    text-align: center;
}
.reservationStepTitle{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 36px;
    margin-top: 50px;
    color: white;
    margin-bottom:10px;
}
.reservationSubTitle{
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}
.reservationInfoTitle{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.32;
    margin-top:35px;
}
.reservationInfoSubTitle{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    color: #9ea0a5;
    margin-top:10px;
    margin-bottom: 30px;
    margin-left: 5%;
}
.singleCategory{
    padding-bottom:20px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.noPaddingRight{
    padding-right:0px;
    margin-top: 30px;
}
.reservationsOuterBackground{
    background: linear-gradient(90deg, #f6f6f6 66.66666667%, #00cded 33.33333333%);
    padding-top:30px;
    padding-bottom:30px;
}
.reservationsInnerBackground{
    background: linear-gradient(90deg, white 66.66666667%, #00cded 33.33333333%);
}
#calendar{
    margin-top: 30px;
    width: 90%;
}

.summaryContainer{
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 30%;
}
.summaryContainer .title{
    font-size: 36px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    color: white;
}
.summaryContainer .service{
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    color: white;
    margin-bottom: 20px;
}
.summaryContainer .size{
    color: white;
}
.summaryContainer .price{
    text-align: right;
    font-size: 24px;
    margin-bottom: 30px;
    color: white;

}
.summaryContainer .vat{
    text-align: right;
    font-size: 16px;
    color: white;
}
.summaryContainer .free{
    font-size: 20px;
}
.deliveryTypeCard .price{
    text-align: right;
}
.summaryContainer .note{
    font-size: 13px;
    color: white;
    margin-top:55px;
    padding-bottom:20px;
}
.summaryContainer, .additionalPayment{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0d1e33;
}
.size, .description{
    margin-top: 7px;
    font-size: 13px;
    color: #9ea0a5;
}
.summaryWrapper{
    margin-bottom:25px;
}
.serviceRow{
    margin-bottom:20px;
    cursor: pointer;
    -webkit-transition: border 0.2s ease, height 5s ease, background .5s ease, padding-top 0.1s ease;
    -moz-transition: border 0.2s ease, height 5s ease, background .5s ease, padding-top 0.1s ease;
    -o-transition: border 0.2s ease, height 5s ease, background .5s ease, padding-top 0.1s ease;
    transition: border 0.2s ease, height 5s ease, background .5s ease, padding-top 0.1s ease;
    padding-top: 10px;
    font-size: 14px;
}
.serviceRow:hover{
    background-color: #323953;
}
.serviceRow div{
    padding-bottom: 10px;
}
.servicesClock{
    margin-top: 0;
    padding-right: 10px;
    width: 30px;
    height: 30px;
}
.moreText{
    font-size: 12px;
    padding-top: 5px;
}
.reservationsOverViewBorder {
    width: 100%;
    height: 2px;
    border: solid 0.5px #ffffff82;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hourField{
    display:table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    transition: all .3s;
} 
.hourField:hover{
    background-color: #e2b07d;
    transition: all .3s;
}
.timeGrid{
    padding-top:20px;
    padding-bottom:30px;
    width: 90%;
}
.activeTime{
    background-color: #cfa368;
    color:white;
    transition: all .3s;
}
.activeTime:hover{
    background-color:#cfa368;
    color:white; 
    opacity: .85;
    transition: all .3s;
}
.chosenTime{
    color: white;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
}
.activeTab{
    background-color: #323953;
    padding-top: 10px;
}
.activeTab .moreText{
    display:block!important;
}
.activeTab div{
    border-bottom: none;
    padding-bottom: 10px;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 37px;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-top: 4px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #1a1d2b;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #1a1d2b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #cfa368;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*TIMELINE RESERVATIONS*/

.timeline {
    width: 80%;
    height: 20px;
    padding-left: 0;
    list-style: none;
    text-align: justify;
    margin-left: 45%;
    margin-top: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, #e0e0e0 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%); */
}

.line::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: white;
    width: 430%;
    left: 100%;
    top: calc(50% - 2px);
}
.active-line::after{
    background: #cfa368;
}

.timeline:after {
    display: inline-block; 
    content: ""; 
    width: 100%;
}

.timeline li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    text-align: center;
    line-height: 1.2;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.timeline li:before {
    top: 0;
    margin-top: -10px;
    display: inline-block;
    content: attr(data-text);
    font-size: 12px;
    position: absolute;
    left: 50%;
    width: 800%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.timeline2 {
    width: 105%;
    height: 20px;
    padding-left: 0;
    list-style: none;
    text-align: justify;
    margin-left: 50%;
    margin-top: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line2::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: #e0e0e0;
    width: 860%;
    left: 100%;
    top: calc(50% - 2px);
}

.timeline2:after {
    display: inline-block; 
    content: ""; 
    width: 100%;
}

.timeline2 li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    text-align: center;
    line-height: 1.2;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.timeline2 li:before {
    top: 0;
    margin-top: -10px;
    display: inline-block;
    content: attr(data-text);
    font-size: 12px;
    position: absolute;
    left: 50%;
    width: 800%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.deliveryTypeCard{
    margin-bottom: 10px;
    border-bottom: solid 1px grey;
    padding-bottom: 10px;
}

.deliveryTypeCard .price{
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.11px;
    color: #fff;
    margin-top: 8px;
    font-weight: 700;
}

.deliveryTypeCard .title{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.14px;
    color: white;
    margin-bottom: 5px;
}

.deliveryTypeCard .text{
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.11px;
    color: white;
}
.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #f6f6f6;
    border-radius: 50%;
    border: 1px solid #2f363e;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .radioCheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .radioCheckmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .radioCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .radioCheckmark:after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cfa368;
}

.is-active{
    background: #cfa368!important;
}

#error{
    padding-bottom:20px;
    font-weight:600;
    color:red;
    display:none;
}

.btn-next{
    background-color: #323953;
    line-height: 2.3;
    border: none;
    height: 45px;
    width: 100%;
    border: 1px solid #1a1d2b;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.9px;
    color: white;
    transition: all .2s ease-in-out;
    float:right;
    margin-bottom: 20px;
}

.btn-next:hover{
    color: #cfa368;
    background: none;
    border: 1px solid #cfa368;
}
.backLink{
    color: white;
    font-size: 13px;
    transition: all .3s;
}
.backLink:hover{
    color: #cfa368;
    transition: all .3s;
}
.disclaimerText{
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
    color: white;
}
.loadingBox {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: #ffffff61;
}

.loadingBox .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #8792a0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinLoader 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 44%;
}

/*form*/

.form-control{
    border: solid 1px rgba(0, 0, 0, 0.32);
    padding-top: 10px;
    height:50px;
    padding-left: 20px;
    font-size: 14px;
    outline: 10px solid white;
    font-weight: 400;
    color: white;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: white;
}
#inputContainer{
    padding-bottom:20px;
    margin-left: 5%;
    width: 80%;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: white;
}
.form-control:focus{
    border: solid 1px grey;
    box-shadow:none;
}
.StripeInput{
    background-color: #1a1d2b !important;
    border: solid 1px rgba(0, 0, 0, 0.32);
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    color: white;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.StripeCardInput{
    background-color: #1a1d2b !important;
    border: solid 1px rgba(0, 0, 0, 0.32);
    padding-top: 10px;
    height: 40px;
    padding-left: 10px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.label{
    display:none;
    position: absolute;
    top: -5px;
    left: 30px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #1665d8;
    height: 17px;
    background-color: #f9fafb;
    font-size:12px;
    text-align: center;
    font-weight: 200;
}
.actibeLabel{
    display:block;
}
.activeInput{
    border: solid 2px #91b744;
}
.is-visible{
    display: block;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    top: 25vh;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 35em;
    margin-left: -18em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    border-radius: 5px;
}
.modal-wrapper section {
    padding: 20px;
    padding-bottom: 0px;
}
.big-element-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 800;
    font-family: 'Red Hat Display', sans-serif;
}
.loginInput {
    margin-bottom: 20px;
    margin-top: 20px;
}
.loginCard {
    padding: 40px;
    width: auto;
    margin: 0 auto;
    margin-top: 30vh;
}
.loginImage {
    margin-bottom: 20px;
}
.btn-header {
    background: #00cded;
    border: none;
    height: 53px;
    width: 311px;
    border-radius: 2px;
    border: solid 2px #00cded;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #ffffff;
    transition: .3s;
}
.btn-header:hover {
    color: #00cded;
    background: none;
}
.btn-close div {
    color: #fff;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
    font-size: 20px;
}
.modal-footer{
    border: none;
}
.table{
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px #b8b8b8;
    margin-top: 30px;
    color: #0d1e33;
}
.rowTitle{
    margin-top: 100px;
}
.rowTitle h3{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 26px;
}
.successImage{
    width:100px;
    margin-bottom:30px;
    margin-top: 120px;
}
.reservationInfoTitle{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    margin-left: 5%;
}
.white{
    background-color: #ffffff;
}
.agreementLink{
    color: #cfa368;
    transition: all .3s;
    cursor: pointer;
}
.agreementLink:hover{
    color: #9ea0a5;
    transition: all .3s;
}
.missingData {
    border: 1px solid red !important;
}
#PaymentBox_CreditCard{
    margin-top: 15px;
}
#payment-request-button{
    display: none;
}
.requiredInputCheck{
    background: #ffe5e5;
}
.failedLogin{
    color: white;
    background-color: #1a1d2b;
    border: 1px solid #cfa368;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

@keyframes spinLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 1199px){
    .line::after {
        width: 330%;
    }
    .line2::after {
        width: 680%;
    }
}
@media screen and (max-width: 1150px){
    .reservationPage{
        padding: 0;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px){
    .reservationPageWrapper{
        padding: 0;
    }
    .reservationsOuterBackground {
        background: none;
    }
    .summaryContainer {
        margin-top: 50px;
    }
    .summaryContainer .title{
        text-align: center;
    }
    .line::after {
        width: 685%;
    }
    .timeline2{
        width: 80%;
    }
    .line2::after {
        width: 595%;
    }
    .reservationPage{
        background-image: linear-gradient(157deg, #2e3844, #29323d 49%, #181e24);
    }
    .timeline {
        width: 90%;
        height: 20px;
        padding-left: 0;
        list-style: none;
        text-align: justify;
        margin-left: 50%;
        margin-top: 50px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #calendar{
        width: 100%;
    }
    .timeGrid{
        width: 100%;
    }
    #inputContainer {
        padding-bottom: 20px;
        margin-left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 767px){
    .btn-next {
        width: 100%!important;
    }
    .logo{
        padding-left: 10px;
        padding-bottom: 20px;
        text-align: center;
    }
    .noPaddingRight{
        padding-left: 5px;
        padding-right: 5px;
    }
    .summaryContainer {
        margin-top: 20px!important;
        padding-top: 10px!important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .summaryContainer .title{
        font-size: 28px;
    }
    .summaryContainer .price{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .summaryContainer .vat{
        font-size: 14px;
        padding-bottom: 8px;
    }
    .summaryContainer .free{
        font-size: 18px;
        padding-bottom: 8px;
    }
    .btn-header {
        width: 100%!important;
    }
    .rowTitle{
        margin-top: 50px;
    }
    .rowTitle h3{
        font-size: 18px;
    }
    .successImage {
        width: 60px;
        margin-bottom: 20px;
    }
    .reservationStepTitle {
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 800;
        font-size: 26px;
    }
    .hourField {
        width: 32%;
        display: table-cell;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        transition: all .3s;
/*        border: 1px solid #e0e0e0;*/
        margin: 1px;
    }
    .serviceRow{
        margin-right: 5px;
        margin-left: 5px;
    }
    .line::after{
        width: 705%;
    }
    .timeline2 li:before {
        width: 600%;
        font-size: 11px;
    }
    .timeline li:before {
        width: 600%;
        font-size: 11px;
    }
    .reservationInfo{
        font-size: 14px;
    }
}
@media screen and (max-width: 700px){
    .line::after{
        width: 630%;
    }
    .line2::after {
        width: 545%;
    }
}
@media screen and (max-width: 620px){
    .line::after{
        width: 540%;
    }
    .line2::after {
        width: 465%;
    }
}

@media screen and (max-width: 570px){
    .modal-wrapper {
        left: 0%;
        width: 100%;
        margin-left: 0em;
    }
    .loginCard {
        width: 100%;
    }
    .line::after{
        width: 675%;
    }
    .line2::after {
        width: 415%;
    }
}
@media screen and (max-width: 500px){
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
        padding: 5px;
        font-size: 10px;
    }
    .line::after{
        width: 405%;
    }
    .line2::after {
        width: 345%;
    }
}
@media screen and (max-width: 420px){
    .line::after{
        width: 310%;
    }
    .line2::after {
        width: 265%;
    }
}
@media screen and (max-width: 400px){
    .reservationPageWrapper{
        padding: 0;
    }
    .logo{
        width: 70%;
    }
    .btn-next{
        font-size: 12px;
    }
    .line::after{
        width: 290%;
    }
    .line2::after {
        width: 260%;
    }
    .timeline li:before {
        width: 400%;
        font-size: 10px;
    }
    .timeline2 li:before {
        width: 400%;
        font-size: 10px;
    }
}

@media screen and (max-width: 350px){
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
        padding: 3px;
        font-size: 10px;
    } 
    .line2::after{
        width: 195%;
    }
    .line::after{
        width: 235%;
    }
    .reservationInfoSubTitle{
        font-size: 12px;
    }
}


.form-control {
    outline: 0 !important;
    background-color: #1a1d2b;
    border: 1px solid grey;
}


.modal-wrapper {
    background-color: #1a1d2b;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #1a1d2b inset !important;
    -webkit-text-fill-color: white !important;
}

.StripeElement::placeholder {
    color: white;
}
