form.booking-form{
  position: relative;
}
form.booking-form.verification-loading{
  pointer-events: none;
}
form.booking-form.verification-loading:after{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 8px);
  background: #fff url('/templates/t3_blank/images/gif_loading.gif') no-repeat center center;
}
form.booking-form .cverr{
  text-align: center;
  margin-top: 15px;
  color: red;
}
form.booking-form .control-group.withcheckbox label{
  align-items: flex-start;
}
form.booking-form .control-group.withcheckbox .svg{
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  min-height: 16px;
  box-sizing: border-box
}
form.booking-form .control-group.withcheckbox label span{
  margin: 0 0 0 7px;
  position: relative;
  top: -2px;
}
.card-verification-form{
  display: none;
}
body #subPage #lottery-booking-content form.booking-form #card_cvc{
  width: 35px !important;
}
.birth-controls .birth-day .chzn-container,
.birth-controls .birth-month .chzn-container{
  width: 70px !important;
}
.birth-controls .birth-year .chzn-container{
  width: 85px !important;
}
.birth-controls .chzn-container a.chzn-single{
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
.birth-controls .chzn-container a.chzn-single div b{
  background-position: center !important;
}
.book-notify{
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
.control-group.withcheckbox label a.terms-link{
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
.terms-popup {
  display: none;
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  z-index: 9999;
  width: 100%;
}
#body.terms-open .terms-popup{
  display: block;
}
.terms-popup div {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  border: 2px solid #ececec;
  padding: 20px 15px 15px;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.terms-popup .terms-close{
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 700;
  cursor: pointer;
}
#body.terms-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  z-index: 999;
}
body #subPage #lottery-booking-content .order-card-form .control-group input#umbod-letter{
  width: 20px !important;
}
.kt-control-group{
  position: relative;
}
.kt-control-group.kt-invalid{
  margin-bottom: 30px;
}
.kt-control-group .kt-msg {
  display:none !important;
  position: absolute;
  left: 0;
  bottom: -23px;
  color: #c00;
}
.kt-control-group.kt-invalid .kt-msg{
  display:block !important;
}