.intro-text {
    color: #fff;
}

.intro-text h2 {
    color: #fff;
    padding-top: 6rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.intro-text h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.d-flex {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.btn-disabled {
    opacity: 0.7;
    cursor: not-allowed !important;
}

.btn-payment {
    display: flex;
    align-items: center;
}

.btn-payment__text {
    padding-top: 3px;
}

.btn-disabled .btn-payment__text {
    padding-top: 0;
}

.btn-payment__amount {
    font-size: 150%;
    padding-left: 5px;
}

.btn-disabled .btn-payment__amount {
    padding-left: 0;
}

.required:after
{
    content: "*";
    color: #d52131;
    display: inline-block;
    margin-right: 2px;
}

.input-group-addon.datepicker-icon {
    position: absolute;
    right: 5px;
    top: 7px;
}

.input-group {
    position: relative;
}

.autocomplete-group-input .input-group-addon {
    position: absolute;
    top: 2px;
    right: 0;
}

.autocomplete-group-input .input-group-addon .btn-link {
    display: flex;
    height: 100%;
    align-items: center;
}

.location-text a {
    transition: all linear 100ms;
}

.location-text a:hover {
    opacity: 0.8;
}

.min-w-0 {
    min-width: 0 !important;
}

.iti {
    width: 100%;
}

.iti.iti--allow-dropdown {
    margin-top: 0.25rem !important;
}

.hours-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.hours-list-item {
    margin: 4px;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    flex: 1;
}

.hours-list-item button {
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    width: 100%;
}

.hours-list-item button:hover,
.hours-list-item button.active {
    background-color: green;
    color: #fff;
}

@media (max-width: 1024px)
{
    .daterangepicker
    {
        position: fixed!important;
        top: -10px!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
        width: auto!important;
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td
    {
        font-size: 16px!important;
        line-height: 26px!important;
    }

    .daterangepicker .drp-calendar
    {
        max-width: 100%!important;
    }

    .daterangepicker .drp-buttons .btn.applyBtn
    {
        display: block;
        width: 100%;
        padding: 16px 0;
        font-size: 18px;
        font-weight: normal;
        text-transform: lowercase;
        background: #357ebd;
        color: #fff;
        margin: 12px 0 0;
    }

    .daterangepicker .drp-buttons .btn.cancelBtn
    {
        display: block;
        padding: 12px 0;
        font-size: 18px;
        font-weight: normal;
        text-transform: lowercase;
        background: transparent;
        margin: 0;
        position: fixed;
        top: 6px;
        right: 10px;
        width: 40px;
        color: #9e9e9e;
        text-indent: -999px;
        overflow: hidden;
    }

    .daterangepicker .drp-buttons .btn.cancelBtn::after
    {
        display: block;
        content: "\00d7";
        position: absolute;
        width: 100%;
        text-indent: 0;
        height: 36px;
        top: 9px;
        font-size: 35px;
        font-weight: 400;
    }

    .daterangepicker .drp-selected
    {
        display: block!important;
        text-align: center;
        font-size: 16px!important;
        padding: 15px 0;
    }

    .daterangepicker .calendar-table th.next.available,
    .daterangepicker .calendar-table th.prev.available
    {
        background: #ffc107!important;
    }

    .daterangepicker .calendar-table th.prev.available span,
    .daterangepicker .calendar-table th.next.available span
    {
        border-color: #fff!important;
    }

    .daterangepicker .drp-calendar
    {
        float: none!important;
    }
}

@media (min-width: 1280px) {
    .intro-text h2 {
        font-size: 3.75rem;
        line-height: 1;
    }

    .intro-text h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
