#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999; 
}
  
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 47%;
    top: 50%;
    margin: -20px 0 0 -20px; 
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #e17860;
    animation: lds-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-spinner div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-spinner div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-spinner div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-spinner {
    0% {
        top: 8px;
        height: 64px;
    }
    
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}





.container { max-width: 960px; }
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.lh-condensed { line-height: 1.25; }

.btn-primary {
    color: #fff;
    background-color: #e17860;
    border-color: #e17860;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #e17860;
    border-color: #e17860;
}

.btn-primary:hover{
    color: #fff;
    background-color: #e17860;
    border-color: #e17860;
}

.fw-300{
    font-weight: 300;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #e17860;
    background-color: #e17860;
}

#navbar{
    margin-right: 0;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
    background: #e17860;
}

.dtp div.dtp-date, .dtp div.dtp-time{
    background: #db8a78;
}

.dtp table.dtp-picker-days tr > td > a.selected{
    background: #df674c;
}

.dtp .p10 > a{
    color: #fff;
}

#reservations-step_one{
    display: block;
}

#reservations-step_two{
    display: none;
}

.custom-navbar{
    margin-left: 0px !important;
    padding-left: 20px;
}

.reservations-unavailable{
    background: #fd292954;
}

.reservations-available{
    background: #9ec26a;
}

.reservations-out{
    background: #80808066;
}

.btn-custom{
    font-size: 20px;
    font-weight: 600;
    min-width: 60%;
}

.schedule-title{
    color: #a2a2a2;
    margin-bottom: 0px;
}

.schedule-time{
    color: #e17860;
    font-weight: 700;
    margin-bottom: .5rem;
}

.custom-font-size-inputs{
    font-size: 20px;
}

.custom-btns-menu{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #e17860 !important;
}