
body{
    overflow-y: scroll;
}
.note-required {
    color: red;
    font-weight: 600;
}
.title1{
    display:block;
    margin: 20px 0;
    border-bottom: 1px dashed #2980b9;
}

.title1 h4{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.lists-applicant{}

.applicant{
    margin-top: 15px;
    overflow: hidden;
}
.applicant .user-visa i {
	float:left;
	padding-top:4px;
	padding-right:4px;
}
.applicant .user-visa span {
	color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.note-book-visa {
    font-size: 17px;
    color: red;
    font-style: italic;
}
.applicant__header{
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display:flex;
    align-items: center;
    
}
.applicant__header i.fa-user{
    margin-top: 3px;
    font-size:22px;
    padding-right: 5px;
}
.date-brid{
    display: flex;
    align-items: center;
}
.date-brid .form-group:not(:first-child){
   margin-left:  10px;
}
.applicant__body{
    background: #F5F5F5;
    padding: 10px;
    
}

.attach {
    position: relative;
    /* overflow: hidden; */
    display: inline-block;
    cursor: pointer;
}
.avt-passport{
    position: relative;
}
.applicant__header > div{
    width: 100%;
    /* margin: 10px 15px 0 15px; */
}
.applicant__header .input-file-trigger {
    font-weight: 600;
    display: block;
    padding: 5px 20px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
  }
  .applicant__header .input-file {
    position: absolute;
    top: -8px;
    left: 14px;
    width: 90%;
    opacity: 0;
    padding: 10px 0;
    cursor: pointer;
}

.lists-applicant .show-img{
    width: auto;
    display: block;
    margin-bottom: 15px;
}
.lists-applicant .show-img img{
    width: 100px;
    object-fit: cover;
    margin-right : 175px;
}
  /* .applicant__header .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
  } */
  .contact-info .form-group{
      position: relative;
      margin-bottom: 30px;
  }
  .contact-info .form-group:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ced4da;
  }
.contact-info input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 100;
}

.contact-info label{
    margin-bottom: 15px;
}

.contact-info label:not(.label-country){
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    pointer-events: none;
    transition: .5s;
}

.contact-info input:focus ~ label,
.contact-info input:valid ~ label{
    top: -20px;
    color: lime;
    font-size: 12px;
}


.contact-info small{
    color: #2ecc71 !important;
}


thead tr{
    background: #d3d3d3;
}

.modal-edit{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;

}
.modal-edit.active{
    z-index: 101;
    visibility: visible;
    opacity: 1;
}

.modal_content{
    background: #fff;
    transform:translateY(-200%); 
    transition:.4s;
}
.modal-edit.active .modal_content{
    background: #fff;
    transform:translateY(0); 
}

.modal_content table td,
.modal_content table th{
    border-top: none;
}
.modal_content table td .form-group{
    margin-bottom:0
}
.modal-edit .close-modal{
    font-size: 16px;
    padding: 3px 10px;
    border:1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}
.code{
    padding: 15px;
    background: #F5F5F5;
}

.code .form-group{
    margin-bottom: 0;
}



.code .price-ship{
    margin-left: auto;
}
.code .price-ship span{
    font-size: 20px;
    font-weight: 600;
}

.total{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0 5px 0 10px;
    background: #ADD049;
}

.total span{
    font-weight: bold;
    
}
.total span.total-price{
    font-size: 36px;
}


.rules{
   
    margin-top: 20px;
}
.rules-contents{
    border: 1px solid #ddd;
    padding: 15px;
    max-height: 350px;
    overflow-y: scroll;
}

@media (max-width:575px)
{
    .applicant__header > div {
        width: auto;
    }
    .applicant table,
    .approvalfee table
    {
        overflow-x: scroll;
        overflow-y: auto;
        display: -webkit-box;
    }
    .applicant table thead th,
    .approvalfee table thead th
    {
        white-space: nowrap;
    }
    #helpInputCard {
        font-size: 9px;
        position: absolute;
        top: 95% !important;
        left: 0% !important;
    }
}




/* Chon The Thanh Toan */
.select-pay{
    display: flex;
    margin-top: 20px;

}
.select-pay > div{
    width:calc(100%/2)
}

.payment-img{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.payment-img img{
    width: 60px;
    object-fit: cover;
    padding-right: 15px;
}

.check-pay img{
    width: 50px;
	max-height: 45px;
    margin-right: 10px;
}

.choose-payment{
    padding-left: 35px;
}
.choose-payment .form-check{
    margin-bottom: 15px;
}


.main-booking table td{
    border:1px solid #999 !important;
}

.main-booking table td.td-tips{
    background: #eee;
}
.main-booking table td.td-tips input{
    width: 100%;
}
.main-booking table td span.arrow-highlight{
    display: block;
    margin: 5px auto;
    background: red;
    width:40px;
    height: 15px;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    animation:slideLeft 1s linear infinite;
}

@keyframes slideLeft{
    from{
        transform:translateX(-20px);
    }
    to{
        transform:translateX(20px);
    }
}

/* 
.check-pay .form-group{
    margin-bottom: 5px;
}
.check-pay .space{
    width:1px;
    height: 35px;
    background: gray;
    margin: 0 10px;
    transform: rotate(15deg);
} */

.check-pay{
    position: relative;
}
.check-pay aside{
    position: absolute;
    top: 50%;
    left: 95%;
    transform:translateY(-50%);
    cursor: pointer;
}

.logo-pay a{
    text-decoration: none;
    
}
.logo-pay img{
    max-width: 100px;
    height: 60px;
    margin: 10px;
    object-fit: cover;
}

.billing{
    margin-top: 30px;
}
.billing h5{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom:20px;
}

/* custom checkbox */
.form_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
.form_check label {
    position: relative;
    cursor: pointer;
  }
  
.form_check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid gray;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
.form_check input:checked + label::before {
    background: blue;
    border: 2px solid blue;
}
.form_check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7.5px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .select-pay input[type=text]{
    border:none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    outline: none;
  }

