.scheduleConfirm, .scheduleMobile {
    position: fixed;
    top: 0;
    z-index: 1100;
}

#scheduleConfirmModal, #scheduleMobileModal {
    height: 100%;
    overflow-y: auto;
}

#scheduleConfirmModal .modal-dialog, #scheduleMobileModal .modal-dialog {
    width: auto;
    height: auto;
    z-index: 1100;
    top: 20vh;
}

@media only screen and (max-width: 543.98px) {
    .scheduleConfirm .modal:before, .scheduleMobile .modal:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-color: #000;
        display: block;
    }

    #scheduleConfirmModal .modal-dialog, #scheduleMobileModal .modal-dialog {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .scheduleConfirm .modal-lg, .scheduleConfirm .modal-xl, .scheduleMobile .modal-lg, .scheduleMobile .modal-xl {
        max-width: 600px;
    }
}

.scheduleConfirm .modal-content, .scheduleMobile .modal-content {
    background-color: white;
}

.scheduleConfirm .schedule-confirm-header {
    display: flex;
    width: 100%;
    /*padding: 23px 90px 16px 30px;*/
    padding: 24px 24px 24px 24px;
    border-bottom: 1px solid /*#edf0f5*/ #ccc;
    background: #fff;
    box-sizing: border-box;
}

.schedule-confirm-title {
    /*margin-bottom: 24px;*/
    width: 90%;
    margin-bottom: 0;
}

.schedule-confirm-content, .schedule-mobile-content {
    padding: 24px 24px 24px 24px;
}

.schedule-confirm-directions {
    color: black !important;
    font-weight: 600;
}

.schedule-confirm-addressblock1 > h3,
.schedule-confirm-addressblock2 > h3 {
    margin-bottom: 0;
}

.schedule-confirm-addressblock2 {
    margin-bottom: 24px;
}

.schedule-confirm-additional {
    margin-bottom: 48px;
    width: 90%;
}

.schedule-confirm-ctablock > a {
    margin-right: 16px;
}

.schedule-confirm-ctablock > a,
.schedule-confirm-ctablock > button {
    margin-bottom: 8px;
}

.scheduleConfirm .btn-close, .scheduleMobile .btn-close {
    cursor: pointer;
    pointer-events: visible;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    transition: background-color .4s ease,border-color .4s ease;
    position: absolute;
    z-index: 1030;
}

.scheduleConfirm .modal-dialog:before, .scheduleMobile .modal-dialog:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
    display: block;
}

.scheduleMobile .schedule-mobile-text {
    margin-top: 40px;
}