
/*@import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');*/
*{
    padding:0;
    margin:0;
}
.cls-container{
    min-height:100vh;
    display:flex;
    justify-content: center;
    background-color: #eee;
    align-items: center;
    align-content: center;

    animation: clsBgMov 29s infinite linear;
}
@keyframes clsBgMov {
    0%, 100% {
       background-position-x: 0;
        background-position-y: 0;
    }
    100% {
        background-position-x: 211px;
        background-position-y: -211px;
    }
}

.cls-v-container{
    background-color: #f0e5ff;
}
.cls-h-container{
    background-color: #d7dafd;
}
.cls-container:before
{
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #ffffffab 44.27%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cls-v-container:before
{
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #f0e5ff 44.27%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cls-h-container:before
{
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #d7dafd 44.27%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.cls-container .card{
    height:450px;
    width:800px;
    margin: 70px 0;
    background-color:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    /*font-family: 'Carme', sans-serif;*/
    border-radius:20px;
}
.cls-container .card .form{
    width:100%;
    height:100%;

    display:flex;
}
.cls-container .card .left-side{
    width:35%;
    background-color:#29235C;
    height:100%;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    padding:20px 30px;
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
/*left-side-start*/
.left-heading{
    color:#ffffff61;
}
.steps-content{
    margin-top:30px;
    color:#fff;
}
.steps-content p{
    font-size:12px;
    margin-top:15px;
}
.progress-bar{
    line-height: 1;
    list-style:none;
    /*color:#fff;*/
    /*margin-top:30px;*/
    font-size:14px;
    font-weight:300;
    counter-reset:container 0;
    overflow: unset;
    padding-left: 1rem;
}
.progress-bar li{
    position: relative;
    text-align: left;
    margin-left: 50px;
    margin-top: 25px;

    counter-increment: container 1;
    color: #ffffff57;
}
.progress-bar li::before{
    content:counter(container);
    line-height:25px;
    text-align:center;
    position:absolute;
    height:25px;
    width:25px;
    border:1px solid #ffffff57;
    border-radius:50%;
    left:-40px;
    top:-5px;
    z-index:10;
    background-color:#29235C;


}


.progress-bar li::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 2px;
    background-color: #ffffff57;
    z-index: 1;
    left: -1.75rem;
    top: -38px;
}


.progress-bar li.active::after{
    background-color: #fff;
}

.progress-bar li:first-child:after{
    display:none;
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/
.progress-bar li.active::before{
    color: #fff;
    border: 1px solid #fff;
}
.progress-bar li.active{
    color:#fff;
}
.d-none{
    display:none;
}
.custom-box-container{
    margin: 0 -5px 5px -5px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.custom-box-container .custom-box{
    min-height: 100px;
    flex: 30%;
    min-width: 131px;
    margin: 5px;
    background-color: #6c757d;
}

.custom-box-container .custom-box{
    min-height: 100px;
    flex: 30%;
    min-width: 131px;
    margin: 5px;
    background-color: #f4f4f4;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    outline: #adadad 1px solid;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#Arrival{
    background-image: url("assets/img/check/arrival-cls.png");
}
#Departure{
    background-image: url("assets/img/check/departure-cls.png");
}
#Transit{
    background-image: url("assets/img/check/transit-cls.png");
}


.custom-box-container .custom-box:hover{

/*opacity: 80%;*/
    outline: #00000030 3px solid;
}

.custom-box .custom-box-text{
    text-align: center;
    padding: 5px 8px;
    position: absolute;
    font-size: 12px;
    bottom: 0;
    left: 0;
    right: 0;
}
.custom-box-container .selected {
    background-color: #5dab804a;
    outline: #5dab80 1px solid;
}

.checkbox-ctm-container
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.checkbox-ctm-cover
{
    padding: 8px;
    /*margin: 9px 18px 0 3px;*/
    outline: 1px solid #cbced4;
    /*max-width: fit-content;*/
    border-radius: 5px;
}
.checkbox-ctm-cover input[type = "checkbox"]
{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.checkbox-ctm-cover input[type = "checkbox"]:disabled
{
    cursor:no-drop;
}
.checkbox-ctm-cover label
{
    margin: 0!important;
    margin-left: 8px !important;
    font-size: 14px;
}

input[type="number"]{
    font-size: 22px;
    font-weight: 700;
    color: #00000063;
}

















/*left-side-end*/
.cls-container .card .right-side{
    width:65%;
    background-color:#fff;
    height:100%;
    border-radius:20px;
}
/*right-side-start*/
.main{
    display:none;
    position: relative;
}
.active{
    display:block;
}
.main{
    padding:40px;
}
.main small{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:2px;
    height:30px;
    width:30px;
    background-color:#ccc;
    border-radius:50%;
    color:yellow;
    font-size:19px;
}
.text{
    /*margin-top:20px;*/
}
.congrats{
    text-align:center;
    color: #6c757d;
}
.text p{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#cbced4;
}
.input-text{
    margin: 20px 0 5px 0;
    display:flex;
    gap:10px;
}

.input-text .input-div{
    width:100%;
    position:relative;

}



input[type="text"], input[type="number"], input[type="email"], input[type="tel"],
input[type="date"], input[type="time"], input[type="datetime-local"]
{
    width:100%;
    height:40px;
    outline:0;
    border-radius:5px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}

input[type = "radio"]
{
    width: 18px;
    height: 18px;
}

input[type = "checkbox"]
{
    width: 18px;
    height: 18px;
}
input[type="datetime-local"]
{
    font-size: 14px;
    gap: 5px;
}

select{
    width:100%;
    height:40px;
    font-size: 14px;
    color: #989898;
    outline:0;
    border-radius:5px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0 10px;
}
.input-text .input-div span{
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    transition: all 0.3s;
    background-color: #ffffff;
    padding: 2px 12px 3px 0;
}


.input-div input:focus ~ span,.input-div input:valid ~ span  {
    top: -10px;
    left: 10px;
    font-size:10px;
    font-weight:600;
    padding: 2px 5px;
}

.customRequire input:valid ~ span{
    all: revert;
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    transition: all 0.3s;
    background-color: #ffffff;
    padding: 2px 12px 3px 0;
}
.customRequire input:focus ~ span{
    top: -10px;
    left: 10px;
    font-size:10px;
    font-weight:600;
    padding: 2px 5px;
}

input:invalid{
    color: #cd3838 !important;
}


.notEmptyInput ~ span  {
    top: -10px !important;
    left: 10px !important;
    font-size:10px !important;
    font-weight:600 !important;
    padding: 2px 5px !important;
}

.buttons button{
    height:40px;
    width:100px;
    border:none;
    border-radius:5px;
    background-color:#0075ff;
    font-size:12px;
    color:#fff;
    cursor:pointer;
}
.button_space{
    display:flex;
    gap:20px;

}
.button_space button:nth-child(1){
    background-color:#fff;
    color:#000;
    border:1px solid#000;
}


.user_card{
    margin-top:20px;
    margin-bottom:40px;
    height:200px;
    width:100%;
    border:1px solid #c7d3d9;
    border-radius:10px;
    display:flex;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
}
.user_card span{
    height:80px;
    width:100%;
    background-color:#dfeeff;
}
.circle{
    position:absolute;
    top:40px;
    left:60px;
}
.circle span{
    height:70px;
    width:70px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #fff;
    border-radius:50%;
}
.circle span img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.social{
    display:flex;
    position:absolute;
    top:100px;
    right:10px;
}
.social span{
    height:30px;
    width:30px;
    border-radius:7px;
    background-color:#fff;
    border:1px solid #cbd6dc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    color:#cbd6dc;

}
.social span i{
    cursor:pointer;
}
.heart{
    color:red !important;
}
.share{
    color:red !important;
}
.user_name{
    position:absolute;
    top:110px;
    margin:10px;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    width:100%;

}
.user_name h3{
    color:#4c5b68;
}
.detail{
    /*margin-top:10px;*/
    display:flex;
    justify-content:space-between;
    margin-right:50px;
}
.detail p{
    font-size:12px;
    font-weight:700;

}
.detail p a{
    text-decoration:none;
    color:blue;
}






.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 12px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.change_Price
{
    transform: translateY(-30%);
    opacity: 0;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142;
    }
}

@keyframes changePrice {
    0%{
       transform: translateY(0);
        opacity: 1;
    }
    20% {
        transform: translateY(-30%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.warning{
    border:1px solid red !important;
}

/*customs*/

.flex-center-vrt
{
    display: flex;
    align-items: center;
}
.flex-center-vrt label
{
    margin: 0 10px 0 2px ;
}

.inpDIvP
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.main-overflow-static-auto
{
    height: 270px;
    overflow: auto;
}


.flex-jus-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-align-center
{
    text-align: center;
}
.title-desc-box-dash
{
    outline: dashed 2px #d0d0d0;
    padding: 20px 30px;
    margin: 30px 20px;
    border-radius: 12px;
}

.even-odd-shuffler{
    display: flex;
}
.even-odd-shuffler:nth-child(even){
    flex-direction: row-reverse;
}
/*right-side-end*/


.dropdown{
    position: relative;
    /*background-color: #6c757d;*/
}
.dropdown::after
{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    background-image: url("assets/img/down_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 10px;
}
@media (max-width:750px) {




    .main-overflow-static-auto
    {
        height: 100%;
        overflow: unset;
    }
    .cls-container{
        height:auto;
    }
    .cls-container .card {
        max-width: 350px;
        height:auto !important;
        margin: 70px 0;
    }
    .cls-container .card .right-side {
        width:100%;

    }
    .input-text{
        display:block;
        margin: 0;
    }

    .input-text .input-div{
        margin-top:20px;

    }

    .cls-container .card .left-side {

        display: none;
    }
    .custom-box-container{
        flex-wrap: wrap;
    }
    .checkbox-ctm-cover {
        /*padding: 8px;*/
        /*margin: 9px 3px;*/
        width: 100%;
        max-width: none;
    }
    .inpDIvP
    {
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .inpDIvP .input-div
    {
        width: 100%;
    }

    .buttons button
    {
        height: 30px;
        width: 72px;
    }
    .buttons .back_button
    {
        width: 45px;
    }

    .dropdown::after
    {
      content: '';
        left: 25px;
        bottom: 0;
    }
}

.disableVehicleClass label{
    color: rgba(0, 0, 0, 0.18);
}

.not-selected
{display: none}

.buttons
{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
    padding: 8px;
    /* outline: dashed 2px #00000014; */
    border-radius: 4px;
    background: #ffffffed;
    position: sticky;
    bottom: 0;
    z-index: 2;
    align-items: center;
}
.paymentTxt
{
    color: #5f948c;
    margin-right: auto;
    margin-left: 5px;
    font-size: 20px;
    padding-top: 8px;
    font-weight: 700;
    position: relative;
    /*display: none;*/
    transition: all .3s;
}

.paymentTxt::before
{
    content: "£";
}
.paymentTxt::after
{
    position: absolute;
    left: 0;
    top: 0;
    content: "Approx";
    font-size: 9px;
    font-weight: normal;
}

.select-input span{
    top: -10px !important;
    left: 10px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 2px 5px !important;
}

input[type="datetime-local"] {
    /*color: #a4a4a4;*/
    font-size: 14px;
    gap: 5px;
}


.buttons button.back_button
{
     background-color: #bfbfbf;
}
#otherNotes, #otherNotesRev
{
    width: 100%;
    max-height: 195px;
    outline: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #cbced4;
}

#otherNotesLabel
{
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
    transition: all 0.3s;
    background-color: #ffffff;
    top: -10px;
    left: 10px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 5px;
}



/*.adult-n:after*/
/*{*/
/*    content: "18+";*/
/*    padding: 0 4px;*/
/*    background-color: #ffffff;*/
/*    color: #bb2d3b;*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    right: 5px;*/
/*    font-size: 10px;*/
/*    text-align: right;*/
/*}*/
.child-n:after
{
    content: "8y-12y";
    padding: 0 4px;
    background-color: #ffffff;
    color: #bb2d3b;
    position: absolute;
    bottom: -6px;
    right: 5px;
    font-size: 10px;
    text-align: right;
}
.infant-n:after
{
    content: "7y or less";
    padding: 0 4px;
    background-color: #ffffff;
    color: #bb2d3b;
    position: absolute;
    bottom: -8px;
    right: 5px;
    font-size: 9px;
    text-align: right;
}

select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#chkMailP
{
    color: #de5f6d;
}
.dot-box
{
    padding: 20px 30px;
    background-color: #ffffff;
    outline:1px dashed #c1c1c1;
    border-radius: 12px;
}

.mildTransaction{
    opacity: 0;
   animation: transForTwoSec 2s forwards ;
}


@keyframes transForTwoSec {
    0% {
       opacity: 0;
    }
    100% {
        opacity: 1;
    }
}