.site-wrapper .show-loading{
    position: relative;
}

.site-wrapper .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: 99;
}
.form-control{
    position: relative;
}
.site-content .form-group .form-control .haft-col-left{
	position: relative;
}
.site-content .form-group 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;
}
@media (max-width: 768px) {
    .site-content .form-group .haft-col-right label.error{
        left: 0px;
    }
}
.site-content .form-booking-info .form-group .form-control input.error,
.site-content .form-booking-info .form-group .form-control select.error{
    border-color: red;
}

.system-error{
    height: 100%;
    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;
}

/* .form-meta{
	display: block;
    float: left;
    width: 100%;
}
#date-time-mobile{
	display: none;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 12px;
	margin-top: -10px;
}
 */

.show-qr-code-ticket {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.show-qr-code-ticket img {
    display: block;
    margin: auto;
    max-width: 200px;
    width: 100%;
}

p.desc-primary {
    font-size: 16px;
    border-radius: 10px;
    margin-top: 10px;
}

.waiting_ticket_no {
    margin-top: 20px;
}

.waiting_ticket_no span.ticket_no {
    font-weight: bold;
    margin-left: 5px;
    font-size: 30px;
}

.site-content .form-group label.lable-fuzzy-text{
    display: inline-block;
    width: 80%;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    line-height: 43px;
    float: left;
}
@media (max-width:768px){
	.site-content .form-group label.lable-fuzzy-text{
	   font-size: 14px;
	}
	
	/* #date-time-mobile{
	    display: block;
	}
	#date-time{
	   display: none;
	} */
	
	.site-content .form-group label.lable-fuzzy-text{
	   line-height: 30px;
	}
	.system-error{
	   padding-top: 150px;
	   padding-left: 15px;
	   padding-right: 15px;
	}
	.system-error p {
	   font-size: 18px;
	}
	
}
.modal-open .modal-content .modal-text-content {
    color: #1c1b19;
}	