/* The popup form - hidden by default */
#timebooking {
    width: 30% !important;
    float: left;
    margin-right: 6px;
}
#dateBooking {
    width: 50% !important;
}
.form-popup-body {
    display: none;
}
.content-popup-nd h2 {
    font-size: 20px;
}
.content-popup-nd p {
    text-align: center;
    font-size: 14px;
    color: #1c0a7d;
}
.form-popup-body{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.7);
height: 100%;
}
.body-content-popup-nd{
width: 500px;
margin:100px auto;
display: block;
}
.content-popup-nd{
display: inline-block;
width: 100%;
background: white;
position: relative;
padding: 20px;
}
.content-popup-nd button.close-nd{
position: absolute;
right: -35px;
top: -40px;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
line-height: 10px;
background: #d6a41d;
color: #fff;
padding: 0;
margin: 0;
display: block;
min-height: inherit;
}



.error{
color:red;
font-weight:500;
font-style:italic;
}
.section{
background-image: url(https://thammyvienngocdung.com/wp-content/uploads/2020/08/2020-08-24-09.53.01.jpg);
background-size: cover;
}
.section .col{
max-width: 345px;
}
.section .col-inner{
padding: 20px;
background: #fff;
border-radius:10px;
}
.logo{
margin-bottom: 20px;
}
.logo img{
width: 40%;
margin: 0 auto;
}
.section .col-inner .sendTiket{
margin: 0 auto;
display: block;
background: #152469;
color: #fff;
font-size: 12px;
font-weight: bold;
}
.popup {
opacity: 1;
color: red;
font-style: italic;
font-size: 12px;
margin-top: 10px;
}

.popup.show {
opacity: 1;
}
#voucher-form{
margin-bottom: 0;
}
.voucher-form {
display: flex;
flex-wrap: wrap;
}

h3 {
font-size: 12px;
margin-bottom: 10px;
line-height: 1;
font-weight: 400;
color: #142469;
}
h2{
text-transform: uppercase;
color: #dcaf26;
font-size: 14px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}
.control {
display: block;
position: relative;
margin-bottom: 15px;
cursor: pointer;
font-size: 12px;
}
.sex{
display: flex;
flex-wrap: wrap;
}
.sex label{
margin-right: 10px;
font-weight: 400;
color: #142469;
font-size: 14px;
}
.control--radio {
padding-left: 20px;
}

.control input[type=text],
.control input[type=tel],
select{
width: 100%;
padding: 5px 10px;
border: 1px solid #ddd;
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
color: #142469;
font-weight: 400;
}

.control input[type=radio] {
position: absolute;
z-index: -1;
opacity: 0;
}

[type=radio] {
box-sizing: border-box;
padding: 0;
}

.control__indicator {
position: absolute;
top: 5px;
left: 0;
height: 12px;
width: 12px;
background: #e6e6e6;
}

.control--radio .control__indicator {
border-radius: 50%;
}

.control input:checked~.control__indicator {
background: #142469;
}

.control__indicator:after {
content: '';
position: absolute;
display: none;
}

.control--radio .control__indicator:after {
left: 3px;
top: 3px;
height: 6px;
width: 6px;
border-radius: 50%;
background: #fff;
}

.control input:checked~.control__indicator:after {
display: block;
}
@media only screen and (max-width: 500px) {
    .logo {
        margin-bottom: 0px;
    }
    h2 {
        margin-bottom: 10px;
    }
    .control {
        margin-bottom: 10px;
    }
    .body-content-popup-nd {
        width: 85%;
    }
    .content-popup-nd button.close-nd {
        right: -20px;
        top: -30px;
    }
}