#booking-rstate-reg .heading-note {
    font-size: 16px;
}

#booking-rstate-reg .element-options .contr-cat label:not(:last-child) {
    margin-left: 15px;
}

#booking-rstate-reg .element-options select {
    background: #fff;
}

#booking-rstate-reg .element-options select,
#booking-rstate-reg .element-options input[type="date"] {
    width: 100%;
    display: block;
    text-indent: 27px;
}

#booking-rstate-reg .element-options select {
    margin-top: 30px;
}

/*#booking-rstate-reg .c-type .heading-note {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}*/

#booking-rstate-reg .pick-hour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-height: 274px; */
    overflow-y: auto;
}

#booking-rstate-reg .pick-hour label {
    border: 1px solid #bbbbbb;
    padding: 0 5px;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    position: relative;
    margin: 3px !important;
    cursor: pointer;
    font-size: 12px;
    direction: ltr;
}

#booking-rstate-reg .pick-hour label.checked {
    background: #1d9c73 !important;
    color: #fff !important;
    border-color: #1d9c73 !important;
}

#booking-rstate-reg .pick-hour label.completed:not(.checked) {
    color: #856404;
    background-color: #fff3cd;
    border-color: #dcd2b2;
}

#booking-rstate-reg .pick-hour label.disabled {
    background: #fafafa;
    color: #ccc;
    border-color: #ddd;
    pointer-events: none;
    cursor: not-allowed;
}

#booking-rstate-reg .pick-hour label input {
    visibility: hidden;
    position: absolute;
}

.text-danger {
    position: relative;
    padding: .3rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .2rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: block;
    margin-top: 1rem;
}

.post-type-real_estate_booking .notice-success {
    position: relative;
    padding: .3rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .2rem;
    display: block;
    color: #155724;
    background-color: #d4edda;
    border-color: #aac7b0;
}

.post-type-real_estate_booking .notice-success p {
    padding: 0;
}

/*# sourceMappingURL=booking-rstate-reg.css.map */