/*
@online_booking.blade.php
@reschedule.blade.php
*/

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


.content-wrapper {
    text-align: center;
    background-color: inherit;
    margin: 10px 0 !important;
}

.logo {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

#breadcrumb {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    max-width: 600px;
    text-align: left;
    padding-left: 10px;
    height: 24px;
}

#booking-wrapper {
    max-width: 600px;
    margin: 0px auto 10px;
    display: none;
}

#booking-wrapper .card-header {
    border: 0;
    padding-bottom: 0;
}

#booking-wrapper .card-body {
    border: 0;
    padding-top: 0px;
}

#booking-single {
    min-height: 305px;
}

#connectionAlert {
    background-color: #DC3545;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: 2px white solid;
    font-size: 16px;
    display: none;
    width: 200px;
    margin-top: 25px;
    margin-left: 50px;
}

#connectionAlert i {
    margin-right: 5px;
}

#types,
#services,
#questions,
#isCustomer,
#schedule,
#wrapup {
    display: none;
}

.btn img {
    max-height: 97px;
    width: auto;
}

.btn {
    width: 168px;
    height: 137px;
    margin: 0 10px 20px;
    font-weight: bold;
}

.btn span {
    display: block;
}

.btn .fa,
.btn .fas {
    font-size: 48px;
}

.btnAnswers,
.btnSubmit {
    width: 168px;
    height: 50px;
    margin: 10px;
    font-weight: bold;
    line-height: 16px;
}

#cancel-reason .btnAnswers {
    margin: 10px 4px;
}

.serviceQuestion,
.isCustomerQuestion,
#calendarWrapper,
#data,
#confirmation,
#describe,
#instaQuote,
#cancel-wrapper {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#describe,
#instaQuote {
    padding-top: 10px;
    display: none;
}

#instaQuote img {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

#virtual-monthly {
    font-size: 28px;
    font-weight: bold;
}

#virtual-total,
#virtual-disclaimer {
    font-size: 23px;
    font-weight: normal;
    color: #999;
}

#virtual-prompt,
#virtual-timer {
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 50px;
    margin: 10px 0;
    font-weight: bold;
}

#virtual-timer {
    padding-top: 0;
    margin-top: 0;
}

#calendarWrapper,
#disclaimer,
#reschedule-calendar,
#reschedule-cancel,
#cancel-fields,
#cancel-confirm,
#cancel-loading {
    display: none;
}

#disclaimer {
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    padding: 0 10px;
    color: #212529;
}

#disclaimer a {
    color: #212529;
    text-decoration: underline;
}

#confirmation {
    padding: 10px;
}

#calendarWrapper,
#cancel-wrapper {
    padding: 10px;
}

.question {
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
}

#alert {
    position: absolute;
    font-weight: bold;
    width: 500px;
    border-radius: 10px;
    color: black;
    text-align: center;
    padding: 30px 10px;
    display: none;
    z-index: 1000;
    left: 50%;
    margin-left: -250px;
    font-size: 16px;
    height: auto;
}

#alertClose {
    position: absolute;
    top: 2px;
    right: 10px;
}

#alertClose:hover {
    color: black;
}

.form-control {
    width: 200px;
    margin: 0 auto 10px;
}

#newCustomer1,
#newCustomer2,
#newCustomer3,
#currentCustomer1,
#currentCustomer2,
#currentCustomer3 {
    display: none;
}

.addressBlock {
    display: block;
    width: auto;
    margin: 5px 60px 10px;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}

#appointmentTimes,
#appointmentTimesFlex {
    margin: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#referredBy {
    margin: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    display: none;
}

#partner-name-wrapper {
    /* display: none; */
}

#contact, #earlier-date {
    margin: 0 10px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
}

.form-floating {
    position: relative;
}

#issuesTextArea,
#describeTextArea {
    height: 100px;
    width: 90%;
    display: block;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    resize: none;
}

.mbsc-ios.mbsc-datepicker-inline {
    border-top: 0px solid;
    border-bottom: 0px solid;
}

.tab {
    width: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: bold;
}

#splash {
    margin-bottom: -20px;
}

#splash .splash {
    max-height: 200px;
    width: auto;
}

.bold {
    font-weight: bold;
}

.spinner-border {
    margin-top: 10px;
}

#contact .input-group {
    width: 47%;
    float: left;
    margin: 0 5px 10px !important;
}

.customer-group {
    width: 60%;
    margin: 0 auto 15px;
}

.customer-group span {
    width: 75px;
}

#price {
    background-color: #e9ecef;
    margin: 15px -10px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#price .fa {
    vertical-align: text-bottom;
}

.btnServices small {
    font-weight: bold !important;
}

@media screen and (max-width: 599px) {
    #connectionAlert {
        margin: 25px auto 0;
        padding: 5px;
        font-size: 14px;
        width: 150px;
    }

    .logo {
        max-height: 100px;
        width: auto;
        max-width: 60%;
    }

    body,
    .form-control,
    #alert {
        font-size: 16px;
    }

    .card-body,
    .card-header {
        padding: .5rem;
    }

    h2 {
        font-size: 20px;
        line-height: normal;
    }

    #alert {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .question {
        font-size: 16px;
        padding: 10px;
    }

    label {
        font-size: 16px;
    }

    .addressBlock {
        margin: 5px 10px;
    }

    .btnTypes,
    .btnServices {
        width: 152px;
        height: 100px;
        margin: 0 5px 10px;
        padding: 0;
        font-weight: bold;
        font-size: 16px;
    }

    .btn img {
        max-height: 60px;
        width: auto;
    }

    .btn .fa,
    .btn .fas {
        font-size: 38px !important;
    }

    .btnAnswers,
    .btnSubmit {
        margin: 5px;
        padding: 0;
        font-size: 16px;
        width: 140px;
        height: 50px;
    }

    #appointmentTimes .btn {
        width: 100px;
        height: 50px;
    }

    #breadcrumb {
        height: 20px;
        font-size: 14px;
    }

    #splash {
        margin-bottom: -8px;
    }

    #contact .input-group {
        width: 100%;
        float: none;
        margin: 0 0 5px !important;
    }

    #contact .input-group span {
        font-size: 14px;
        width: 70px;
    }

    .customer-group {
        width: 90%;
        margin: 0 auto 10px;
    }

    .customer-group span {
        font-size: 14px;
        width: 70px;
    }
}

@media screen and (max-width: 359px) {

    body,
    .form-control,
    #alert {
        font-size: 12.5px;
    }

    h2 {
        font-size: 17px;
    }

    .question {
        font-size: 14px;
    }

    label {
        font-size: 12px;
    }

    .btnTypes,
    .btnServices {
        width: 110px;
        height: 80px;
        font-size: 12px;
    }

    .btn img {
        max-height: 48.5px;
    }

    .btn .fa,
    .btn .fas {
        font-size: 32px !important;
    }

    .btnAnswers,
    .btnSubmit {
        font-size: 12px;
        width: 110px;
        height: 40px;
    }

    #appointmentTimes .btn {
        width: 90px;
        height: 40px;
    }

    #breadcrumb {
        height: 16px;
        font-size: 11px;
        margin-top: 5px;
    }

    #contact .input-group span {
        font-size: 12.5px;
        width: 60px;
    }

    .customer-group span {
        font-size: 12.5px;
        width: 60px;
    }

    #booking-single {
        min-height: 240px;
    }
}
