@font-face {
    font-family: comic sans ms bold;
    font-style: normal;
    font-weight: 700;
    src: local('Comic Sans MS Bold'), local('ComicSansMS-Bold'), url(../../../vendor/fonts/comic-sans-ms-bold.woff) format('woff'), url(../../../vendor/fonts/comic-sans-ms-bold.ttf) format('truetype')
}

@font-face {
    font-family: 'comic sans ms  bold';
    font-style: normal;
    font-weight: 700;
    src: local('Comic Sans MS  Bold'), local('ComicSansMS-Bold'), url(../../../vendor/fonts/comic-sans-ms-bold.woff) format('woff'), url(../../../vendor/fonts/comic-sans-ms-bold.ttf) format('truetype')
}

.h-500-p {
    height: 500px;
}

.sidenav-logo {
    width: 200px !important;
}

.loginnav-logo {
    width: 220px !important;
}

.stripe-input {
    border: #fff 1px solid;
    border-radius: 3px;
}

.ElementsApp, .ElementsApp .InputElement {
    margin-left: 5px;
}

.hint-txt {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

button.switchable-all-time.btn, button.switchable-time.btn {
    margin-bottom: 10px;
}

body.dark .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #323840;
}

body.dark .wizard-content .wizard > .steps > ul > li.current .step,
body.dark .wizard-content .wizard > .steps > ul > li .step,
body.dark .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
body.dark .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
body.dark .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
    background: #323840;
}

body.dark .card-header, body.dark .card-footer {
    background-color: #1a1f27;
}

body.light .card-header, body.light .card-footer {
    background-color: #1e88e2;
}

body.dark .card-field {
    background-color: #272c33;
}

body.light .card-field {
    background-color: transparent;
}

.card-field {
    color: #00a4e2;
    min-height: 38px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sq-card-field {
    -webkit-font-smoothing: antialiased;
    padding: .65rem .75rem;
}

input {
    -webkit-user-select:text;
}



.popover-header {
    background-color: #272c33;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: .65;
}

#passcode {
    letter-spacing: 3rem;
}

@media (min-width: 1024px) {
    .single-column .footer {
        left: 0;
        text-align: center;
    }
}

.waiver-btn-thick {
    height: 45px !important;
}

.currency:before {
    content: '$';
}

#room_banner {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 125px;
    object-fit: contain;
}
#banner_time {
    font-family: "Comic Sans MS Bold", arial, sans-serif;
    font-size: 1.2em;
    position: relative;
    left: 8%;
    top: 34%;
}
#camera_section {
     position: relative;
     display: inline-block;
     width: 100%;
     height: 300px;
     margin-bottom: 0;
    background-color: #666666;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
 }
#camera_section input[type="file"] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
    opacity: 0;
}
#camera_section label {
    position: absolute;
    left: 0;
    top: 48%;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.is_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
#card-lists:empty:before{
    content: 'No Record Found !!!';
    width: 100%;
    text-align: center;
}
.gateway-brand {
    max-height: 40px;
}

.mdi-lg {
    font-size: 28px;
    padding: 0!important;
    margin: 0!important;
}

nav a .is-black{
    display: none!important;
}

.booking_date_row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.delete-bookingtime {
    position: absolute;
    right: 1rem;
}
