/* Custom css for service booking */
body {
    padding:0 !important;
}

#agencyName {
    display:block;
    width:100%;
}
#bodyimg{

    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top:0;
    object-fit: cover;
    z-index: -1;
}
.forms{
    margin-bottom:0 !important;
}
.forms input[type="tel"] {
    width: 100%;
    height: 43px;
    border: none;
    background-color: #f0f0f0;
    border-radius: 2px;
    color: #1e2a32;
    margin-top: 6px;
    padding: 7px 6px 9px 16px;
}
.forms input[type=checkbox]:checked + label:before {
    margin-right: -9px;
}
.forms input[type=checkbox] + label:before {
    margin-right: -9px;
}
/*    style3.css overrides*/
.forms input[type="text"], .forms input[type="number"] {
    width: 100%;
    height: 53px;
    border: 1px solid #e8e8e8;
    background-color: white;
    border-radius: 6px;
    color: #1e2a32;
    margin-top: 8px;
    padding: 20px 7px 20px 16px;
    -moz-appearance: textfield; /* disable input number arrows in ff */
    font-size: 16px;
}
.forms input[type="tel"] {
    width: 100%;
    height: 53px;
    border: 1px solid #e8e8e8;
    background-color: white;
    border-radius: 6px;
    color: #1e2a32;
    margin-top: 8px;
    padding: 20px 7px 20px 16px;
    direction: rtl !important;
    text-align: right !important;
    font-size: 16px;
}
textarea {
    width: 100%;
    border: 1px solid #e8e8e8;
    background-color: white;
    border-radius: 6px;
    color: #1e2a32;
    margin-top: 8px;
    padding: 20px 7px 20px 16px;
    resize: none;
    font-size: 16px;
}

.forms select {
    width: 100%;
    height: 53px;
    border: 1px solid #e8e8e8;
    background-color: #f0f0f0;
    border-radius: 6px;
    color: #1e2a32;
    margin-top: 8px;
    font-size: 16px;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select2-container {
    width:100%!important;
    height:43px;
}
.select2-selection{
    background-color:#f0f0f0!important;
    font-size:16px!important;
    margin-top:7px;
}
.select2-container--default .select2-selection--single{
    height:53px;
    vertical-align:middle;
    padding: 7px 6px 3px 16px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left:10px;
    top:15px;
}
.select2-selection__clear{
    display:none;
}
.select2-selection {
    background-color: white !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    background-color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.ui-datepicker th {
    text-align: center !important;
    font-weight: normal !important;
}
.ui-widget-header {
    font-weight: normal !important;
}
#phonelabel {
    display:block;
    padding-top: 0px;
}
#phone_num, #eMail{
    direction: ltr;
    text-align:left;
}  

#agencyNameError {
    margin-top: 20px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255,255,255,0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: left;
    font-size: 23px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #fefefe;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 20px;
    background-color: #313131;
    color: white;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding-bottom: 20px;
    background-color: #fefefe;
    text-align:center;
}
.cancelWorkshop{
    padding: 10px;
    background-color: #e50000;
    color: white;
    border: none;
    border-radius: 10px;
}
.closeAndClean {
    padding: 10px;
    background-color: #e50000;
    color: white;
    border: none;
    border-radius: 10px;
}
#full_screen_loader {
    display:none;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2; /* Sit on top */
}
#thankYouMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Chrome, Safari, Edge, Opera disable input number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.formContainers {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.page-title-container{
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    max-width: 900px; 
    margin: 60px 0;
}

.page-title{
    font-size: 2em; 
    border-right: 8px solid #fe0220; 
    padding-right:20px;
}


@media(max-width: 600px){
    .page-title-container{
        font-size: 0.6em;
        padding: 0 12px;
        justify-content: start !important;
    }
    .buttonCell{
        width: 100%;
    }
    #next-btn, #submitBtn{
        width: 94%;
    }
}

.disabled-input{
    opacity: .6;
    user-select: none;
    pointer-events: none;
}
.rowCell{
    margin-bottom:10px !important;
}