body.show-loading, #main-content.show-loading{
    position: relative;
}
body.show-loading::before, #main-content.show-loading::before{
    background-color: rgba(0,0,0,0.9);
    background-image: url("../images/Spinner-1s-200px.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
    content: ' ';
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
}
.form-control{
    position: relative;
}
.site-content .form-group .form-control .haft-col-left{
    position: relative;
}
.webol-content label.error{
    left: 0px;
    bottom: -17px;
    font-size: 12px;
    font-weight: normal;
    color: red;
    text-align: left;
    display: block;
    padding-top: 5px;
    display: none !important;
}
.webol-content .time-zone-select.btn-error{
    border-color: red;
}
.webol-content .item-select label.error, .webol-content .group-item-form label.error{
    position: absolute;
    left: 0px;
    bottom: -17px;
    font-size: 12px;
    font-weight: normal;
    color: red;
    text-align: left;
}

.site-content .form-group .haft-col-right label.error{
    left: 20px;
}
.booking-info p{
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .site-content .form-group .haft-col-right label.error{
        left: 0px;
    }
    .booking-info p{
        font-size: 20px;
    }
}
.webol-content input.error,
.webol-content select.error{
    border-color: red;
}

.system-error{
    display: flex;
    align-items: center;
    justify-content: center;
}
.system-error p{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.system-error p span{
    font-size: 22px;
}
.modal-open .modal-content .modal-text-content {
    color: #1c1b19;
}
.btn-next-datetime.hidden{
    display: none;
}
div.hidden{
    display: none;
}
.action-form.hidden, .group-item-form.d-hidden, .input-hidde-after-select.d-hidden{
    display: none !important;
}

.btn-prev:disabled ,.btn-next:disabled {
  pointer-events: none;
}
.inner-site-content {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80vh;
    padding-bottom: 170px;
    position: relative;
    width: 100%;
}
.course-name-for-report {
    margin: 0;
}
.btn-secondary {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
    text-decoration: none;
    transition: 0.3s all;
    display: block;
    line-height: 1;
    padding: 7px 10px;
}
.btn-secondary:hover {
    color: #000;
    background: #fff;
}
.ml-10 {
    margin-left: 10px;
}
#course_name_for_report_confirm {
    margin-bottom: 0;
}

@media (min-width: 992px){
    .inner-site-content {
        min-height: 80vh;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .webol-content .text-confirm p span.span_header{
        font-size: 23px;
    }
}
span.disable:disabled {
    cursor: text;
}
.d-hidden{
    display: none !important;
}
.change-data-number-people button.btn-aqua-confirm-data:disabled,
.change-data-number-people btn-aqua-confirm-data[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
label.error{
    display: none !important;
}
input.error{
    border-color: red;
}
.modal-body p{
    text-align: center;
}

#notice_table tbody td{
    background-color: #F8F8F8;
    font-size: 18px;
    padding: 0px;
    border: none;
}
#notice_table {
    border: none;
    background-color: #F8F8F8;
}

.notice-table {
    background-color: #F8F8F8;
    border-radius: 40px;
    margin-bottom: 25px;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 20px;
}

#notice_table .text-num {
    vertical-align: top;
}

.action-form-booking {
    display: flex;
    justify-content: space-between;
  }
  
@media screen and (max-width: 767px) {
    .action-form-booking {
      flex-direction: column;
      align-items: center;
    }
    .action-form-booking .button-1 {
      order: 2;
      width: 302px;
    }

    .action-form-booking .button-2 {
        margin-bottom: 20px !important;
        padding: 5px 65px;
        width: 302px;
    }
    .w-ms-100 {
        width: 100%;
    }
    .justify-content-sm-bw {
        justify-content: space-between;
    }
  }