.jss19 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jss59 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.jss67 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}

.jss38 {
    justify-content: space-between;
}

.jss20 {
    margin: 0;
    box-sizing: border-box;
}

#calendarPicker {
    text-align: center;
}

    #calendarPicker .calendarHeader, #availableTimes .time-header,
    #waitlistTimes .header, .details-header, .additionalInfoHeader,
    .purchaserHeader {
        border-radius: 2px;
        background-color: #fbfbfb;
        padding: 6px 20px;
        font-size: 13px;
    }

.noServices {
    max-width: 300px !important;
    height: 140px;
    margin: 60px auto !important;
    border-radius: 4px;
    border: dashed 1.2px #cdcdcd;
    background-color: white;
    position: relative
}

    .noServices .no-service-icon {
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../Images/calendarIcons.svg);
        background-size: 1400% 1400%;
        border: 0;
        width: 42px;
        height: 42px;
        top: 32px;
        left: 41%;
        background-position: -520px -376px;
        opacity: 0.5;
    }

    .noServices .noServiceText {
        padding-top: 90px;
        display: inline-block;
        font-weight: 600;
    }

#calendarPicker {
    max-width: 388px
}

    #calendarPicker .calendarHeader {
        position: relative;
    }

        #calendarPicker .calendarHeader .monthTitle {
            font-weight: 600;
        }

        #calendarPicker .calendarHeader #nextMonth {
            position: absolute;
            background-repeat: no-repeat;
            background-image: url(../Images/calendarIcons.svg);
            background-size: 3920% 3920%;
            border: 0;
            right: 20px;
            width: 23px;
            height: 23px;
            background-position: -205px -491px;
            cursor: pointer;
        }

            #calendarPicker .calendarHeader #nextMonth.inactive {
                background-position: -173px -492px;
                cursor: default;
            }

        #calendarPicker .calendarHeader #previousMonth {
            position: absolute;
            background-repeat: no-repeat;
            background-image: url(../Images/calendarIcons.svg);
            background-size: 3920% 3920%;
            border: 0;
            left: 20px;
            width: 23px;
            height: 23px;
            background-position: -255px -491px;
            cursor: pointer;
        }

            #calendarPicker .calendarHeader #previousMonth.inactive {
                background-position: -236px -492px;
                cursor: default;
            }

    #calendarPicker .days {
        width: 280px;
        margin: 22px auto;
        color: #1a3a48;
    }

        #calendarPicker .days .day {
            width: 30px;
        }

    #calendarPicker .calendarBody {
        width: 290px;
        margin: 22px auto;
    }

        #calendarPicker .calendarBody .row {
            display: flex;
            justify-content: space-between;
            margin: 0;
        }

        #calendarPicker .calendarBody .date {
            width: 30px;
            height: 30px;
            margin: 5px;
            padding: 3px 0;
            align-self: center;
            position: relative;
            transition: background-color 0.2s ease;
            border-radius: 15px;
            color: #007bff;
        }

            #calendarPicker .calendarBody .date.disabled {
                color: #cdcdcd;
            }

            #calendarPicker .calendarBody .date.waitlisted {
                color: #575957;
            }

            #calendarPicker .calendarBody .date.closed {
                color: #cdcdcd;
            }

            #calendarPicker .calendarBody .date .unavailable {
                color: #cdcdcd;
            }

            #calendarPicker .calendarBody .date.available {
                cursor: pointer;
            }

            #calendarPicker .calendarBody .date > div#today {
                width: 30px;
                height: 30px;
                border: solid 1px #cdcdcd;
                border-radius: 15px;
                padding: 3px 0;
                position: absolute;
                top: 0;
                font-weight: 600;
            }

            #calendarPicker .calendarBody .date.selected, #calendarPicker .calendarBody .date.available:hover {
                background-color: #575957;
                border-radius: 15px;
                text-decoration: none;
                transition: background-color 0.3s ease;
                color: white;
                padding: 4px 0;
            }

                #calendarPicker .calendarBody .date.selected > div#today, #calendarPicker .calendarBody .date.available:hover > div#today {
                    border: 0;
                    top: 1px;
                }

                    #calendarPicker .calendarBody .date.selected > div#today a,
                    #calendarPicker .calendarBody .date.available:hover > div#today a {
                        padding: 3px 0;
                        color: white;
                        text-decoration: none;
                    }

.noSelectedDay {
    border: solid 1px #ebebeb;
    border-radius: 2px;
    text-align: center;
    height: -webkit-calc(100% - 92px);
    height: -moz-calc(100% - 92px);
    height: calc(100% - 92px);
    min-height: 220px;
    position: relative
}

    .noSelectedDay .noSelectedDayText {
        position: relative;
        top: 45%;
        transform: translateY(-45%);
    }

    .noSelectedDay .noAvailableToday {
        position: relative;
        top: 35%;
        transform: translateY(-35%);
    }

#availableTimes {
    max-width: 388px;
    margin-bottom: 20px
}

    #availableTimes #datetime {
        height: auto;
    }

        #availableTimes #datetime.selectDate {
            height: 100%;
        }

    #availableTimes .time-header {
        margin-bottom: 25px;
        font-weight: 600;
    }

    #availableTimes .multiServiceNote, #availableTimes .timeZone {
        font-size: 13px;
        margin-bottom: 14px;
    }

    #availableTimes .timeZone {
        font-weight: 600;
    }

    #availableTimes h2 {
        margin: 0 0 12px 0;
        font-weight: 600;
    }

    #availableTimes .morning, #availableTimes .evening, #availableTimes .afternoon {
        margin: 0 10px;
    }

    #availableTimes .timeSlotContainer {
        margin-top: -9px;
        height: 260px;
        overflow: auto;
        overflow-x: hidden;
    }

    #availableTimes .timeslot {
        margin: 10px 0;
    }

    #availableTimes .reserved a, #availableTimes .reserved a:visited {
        border: dashed 1px #1d82df !important;
    }

    #availableTimes .timeslot a, #availableTimes .timeslot a:visited {
        border: solid 1px #1d82df;
        border-radius: 2px;
        padding: 4px 10px;
        display: block;
        width: 79px;
        text-align: center;
        margin: auto;
        transition: background-color 0.3s ease;
    }

        #availableTimes .timeslot a:hover, #availableTimes .timeslot a:visited:hover {
            background-color: #1d82df;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

    #availableTimes .no-available-times {
        border: solid 1px #ebebeb;
        border-radius: 2px;
        padding: 80px 50px;
    }

    #availableTimes #waitlist {
        padding-top: 20px;
        font-size: 12px;
    }

    #availableTimes .waitlist a, #availableTimes .waitlist a:visited {
        border: solid 1px #1d82df;
        border-radius: 15px;
        padding: 4px 10px;
        display: block;
        width: 82px;
        line-height: 20px;
        text-align: center;
        margin: auto;
        transition: background-color 0.3s ease;
    }

        #availableTimes .waitlist a:hover, #availableTimes .waitlist a:visited:hover {
            background-color: #1d82df;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

#waitlist-submit {
    margin-top: 50px
}

#waitlistTimes {
    max-width: 388px;
    margin-bottom: 20px;
    height: auto
}

    #waitlistTimes .header {
        margin-bottom: 25px;
        font-weight: 600;
    }

    #waitlistTimes .waitlistContainer {
        padding-top: 20px;
        height: 195px;
        border: solid 1px rgba(205, 205, 205, 0.8);
        align-content: flex-start;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    #waitlistTimes .description {
        font-size: 13px;
        padding-bottom: 15px;
    }

    #waitlistTimes .message {
        padding-top: 35px;
        font-size: 12px;
        color: #575957;
    }

    #waitlistTimes .footerContainer {
        padding-top: 20px;
        align-items: center;
        position: relative;
        text-align: start;
    }

    #waitlistTimes .available-times {
        padding-left: 20px;
    }
