@import url("https://fonts.googleapis.com/css?family=Inter:400,700,500|Ubuntu:400,700,500");

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller Regular.ttf');
}

@font-face {
    font-family: "Muller Bold";
    src: url('../fonts/Muller Bold.ttf');
}


/*@font-face {
    font-family: 'Smile Doctors Mabry';
    src: url('../fonts/SmileDoctorsMabry-regular.woff2') format('woff2');
}*/

@font-face {
    font-family: "Smile Doctors Mabry";
    src: url('../fonts/SmileDoctorsMabry-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Smile Doctors Mabry";
    src: url('../fonts/SmileDoctorsMabry-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Smile Doctors Mabry";
    src: url('../fonts/SmileDoctorsMabry-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Smile Doctors Mabry";
    src: url('../fonts/SmileDoctorsMabry-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:where(*, *::before, *::after) {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    word-wrap: break-word;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

body {
    color: var(--sd-font-color);
    font-family: var(--sd-font-family);
    background-color: var(--sd-background-color);
    /* Enables text kerning and ligature options. */
    text-rendering: optimizeLegibility;
    /* Ligatures enhance textual readability. */
    font-variant-ligatures: common-ligatures;
    /* These font smoothing settings makes fonts appear more like they do in Photoshop. */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    min-height: 100%;
    margin: 0;
    font-feature-settings: "kern";
}

.sd-std-container {
    background-color: var(--sd-body-background-color);
    color: var(--sd-body-font-color);
}

p, span {
    /* Enhances legibility, particularly in smaller text. */
    text-rendering: optimizeLegibility;
    /* Kerning enhances readability with tightly spaced letters. */
    -moz-font-feature-settings: "kern=1";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    font-kerning: normal;
}
/* WIP - This may help get bolded text to appear less thin, more like it does in the Figma mockups. Will need to add <strong> tags throughout and retest font weight, though. */
/*strong {
    font-family: "Muller Bold";
}*/
a {
    color: var(--sd-callout-font-color);
}

/* DevExtreme overrides. */
.dx-widget {
    font-family: var(--sd-font-family);
}
/* Textboxes and buttons on Patient form should honor rounded corders*/
.dx-button, .dx-texteditor-container {
    border-radius: var(--sd-border-radius);
}

.dx-button-has-text .dx-button-content {
    padding: 0.5rem 18px;
    display: inline-flex;
    align-items: center;
}

.dx-button.selected {
    color: var(--sd-body-container-color);
    background-color: var(--sd-icon-color);
    border-color: var(--sd-icon-color);
}

.form-submit-error-wrapper .dx-overlay-content.dx-popup-normal {
    max-width: 95%;
}


/*
    G E N E R A L   S T Y L I N G
*/
.sd-main-container-view {
    padding: 3rem;
    display: flex;
    display: -webkit-flex;
}

.sd-full-branding-container {
    min-width: fit-content;
    margin: 1rem;
}

.color-swatch {
    height: 75px;
    border: 2px solid black;
}

.color-name {
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
}

.sd-std-container {
    background-color: var(--sd-body-container-color);
    border-radius: var(--sd-border-radius);
    overflow: hidden;
}

.sd-border-radius {
    border-radius: var(--sd-border-radius);
    overflow: hidden;
}

.sd-border-radius-start {
    border-bottom-left-radius: var(--sd-border-radius);
    border-top-left-radius: var(--sd-border-radius);
}

.sd-border-radius-end {
    border-bottom-right-radius: var(--sd-border-radius);
    border-top-right-radius: var(--sd-border-radius);
}

.sd-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sd-shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(109 109 113 / 34%), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.sd-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.sd-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sd-border-20 {
    border-radius: 10px !important;
}

.m-auto {
    margin: 0 auto!important;
}

i {
    color: var(--sd-icon-color);
    font-size: 2rem;
}

/* SD containers. */
.sd-callout-container {
    background-color: var(--sd-callout-background-color);
    color: var(--sd-callout-font-color);
    border-radius: var(--sd-border-radius);
    padding: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

    .sd-callout-container > .sd-title {
        font-size: 16px;
        font-weight: 800;
    }

    .sd-callout-container > .sd-footer {
        font-size: 14px;
        font-weight: 700;
    }

    .sd-callout-container i {
        color: var(--sd-callout-icon-color);
        font-size: 2rem;
    }

.sd-contained.dx-state-hover {
    color: var(--sd-icon-color);
    background-color: var(--sd-body-container-color);
    border-color: var(--sd-icon-color);
}

.sd-contained {
    color: var(--sd-body-container-color);
    background-color: var(--sd-icon-color);
    border-color: var(--sd-icon-color);
}

.sd-outlined.dx-state-hover {
    color: var(--sd-body-container-color);
    background-color: var(--sd-icon-color);
    border-color: var(--sd-icon-color);
}

.sd-outlined {
    color: var(--sd-icon-color);
    background-color: var(--sd-body-container-color);
    border-color: var(--sd-icon-color);
}

.dx-button.appt-btn {
    color: var(--sd-appointment-color);
    background-color: var(--sd-body-container-color);
    border-color: var(--sd-appointment-color);
}

    .dx-button.appt-btn.dx-state-hover {
        color: var(--sd-body-container-color);
        background-color: var(--sd-appointment-color);
        border-color: var(--sd-appointment-color);
    }

.sd-std-container > .sd-header {
    background-color: var(--sd-headers-container-color);
    color: var(--sd-headers-font-color);
    padding: 1.5rem;
}

.sd-std-container > .sd-body {
    background-color: var(--sd-body-container-color);
    color: var(--sd-body-font-color);
    padding: 1.5rem;
}

.sd-container-valign-center {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    white-space: normal;
    letter-spacing: normal;
}

    .sd-container-valign-center > .sd-header-selectedoffice {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }

    .sd-container-valign-center > .sd-header-identifier {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }

    .sd-container-valign-center > .sd-header-doctortitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }

    .sd-container-valign-center > .sd-header-demographics {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        /*letter-spacing: 0.15px;*/
    }

    .sd-container-valign-center > .sd-header-phonenumber {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /*letter-spacing: 0.28px;*/
    }
    /* Patient Info*/
    .sd-container-valign-center > .sd-header-identifier-patinfo {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    .sd-container-valign-center > .sd-header-doctortitle-patinfo {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .sd-container-valign-center > .sd-header-demographics-patinfo {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.28px;
    }

    .sd-container-valign-center > .sd-header-phonenumber-patinfo {
        font-weight: 500;
        line-height: 17px;
    }

.sd-container-center-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
}


/* Navbar. */
.navbar {
    background-color: var(--sd-stepper-container-color);
}

.navbar-logo {
    content: var(--sd-logo-url);
    display: block;
    height: 35px;
    width: 110px;
    min-width: 110px;
    margin: 0px .85rem 0px;
    object-fit: contain;
}

.navbar-nav > .nav-item > .nav-link {
    color: var(--sd-stepper-font-color);
}

    .navbar-nav > .nav-item.disabled,
    .navbar-nav > .nav-item > .nav-link.disabled {
        opacity: .5;
    }

.steps-nav-container .nav-link.wizard-step {
    padding-left: 32px;
    font-weight: bold;
    position: relative;
}

.steps-nav-container .nav-item.active .nav-link.wizard-step::after {
    content: " ";
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    width: calc(100% - 25px);
    height: 5px;
    background: var(--sd-icon-color);
}

.nav-link.wizard-step i.mi-check-circle {
    display: none;
}

.nav-item.complete .nav-link.wizard-step i.mi-check-circle {
    display: inline-block;
    position: absolute;
    left: 0;
}

.finished .nav-item.complete .nav-link.wizard-step span.wizard-mobile-edit,
.nav-link.wizard-step span.wizard-mobile-edit {
    display: none;
}

.mobile-bottom-nav-wizard .container-fluid > a {
    display: none;
}

.mobile-bottom-nav-wizard .navbar {
    padding-top: 0;
}


/*
    --   P A T I E N T   I N F O   S C R E E N   --
*/
#div-patient-info {
    max-width: 40rem;
}

    #div-patient-info img {
        object-fit: cover;
        height: 12rem;
    }

    #div-appointment-confirmed .sd-std-container > .sd-body,
    #div-patient-info .sd-std-container > .sd-body,
    #div-patient-info .dx-texteditor-input,
    #div-appointment-listing .sd-std-container > .sd-body,
    #div-appointment-listing .sd-std-container {
        color: var(--sd-callout-font-color);
    }

    #div-patient-info .dx-texteditor-input {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #div-patient-info hr {
        display: block;
        border-top-width: 2px;
        color: var(--sd-background-color);
    }

    #div-patient-info .sd-header {
        background-color: var(--sd-callout-font-color);
        padding: 2.25rem;
    }

    #div-patient-info .sd-body h4 {
        margin-top: .5rem;
    }

    #div-patient-info .row {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        #div-patient-info .row > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    #div-patient-info .sd-std-container > .sd-body td {
        color: var(--sd-body-font-color);
        font-size: 0.75rem;
        font-weight: bold;
        vertical-align: middle;
    }

        #div-patient-info .sd-std-container > .sd-body td a {
            color: var(--sd-body-font-color);
        }

    #div-patient-info .dx-texteditor-input,
    #div-patient-info h4 {
        font-weight: bold;
    }

    #div-patient-info h4 {
        font-size: 1.375rem;
    }

    #div-patient-info input {
        background-color: var(--bs-gray-200);
    }

#divConsentChk {
    background-color: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-200);
    border-radius: 0.375rem;
}

#div-patient-info .dx-button {
    border-width: 2px;
}

.sd-field-value .dx-texteditor-container {
    height: 3rem;
}

.sd-field-value .dx-texteditor-input {
    font-size: 1rem;
}

#div-patient-info .sd-field-label {
    font-size: 0.875rem;
}

.sd-field-value .dx-texteditor.dx-editor-outlined {
    border: 0;
}

.dx-invalid input {
    border: 1px solid var(--sd-icon-color);
}


/*
    --   C H O O S E   D A T E   &   T I M E   S C R E E N   --
*/
#div-appointment-listing h3,
#div-appointment-listing h4 {
    font-weight: bold;
    margin: 1.5rem 0 3rem;
}

#div-appointment-listing hr {
    border-top-width: 2px;
    border-color: var(--bs-gray-200);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

#div-appointment-listing-control hr:nth-last-of-type(1) {
    display: none;
}

#div-appointment-listing-control .dx-button.selected {
    background-color: var(--sd-appointment-color);
    border-color: var(--sd-appointment-color);
    color: var(--sd-body-container-color);
}

.sd-btn-appt {
    padding: 0.375rem;
}

.sd-btn-appt-group {
    margin: 0 -0.375rem;
}

.sd-btn-appt .dx-button {
    height: 44px;
}

#btnScheduleForwardMobile {
    font-size: 1rem;
    height: 50px;
}

/* Selected Office Section */
#div-selected-office {
    color: white;
    background-color: var(--sd-headers-container-color);
    border-radius: var(--sd-border-radius);
    overflow: hidden;
}

    #div-selected-office h2 {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 2rem;
    }

    #div-selected-office h3 {
        font-size: 1.25rem;
        font-weight: 500;
    }

    #div-selected-office hr {
        display: none;
    }

#div-selected-office-phone {
    margin-left: -0.25rem;
}

    #div-selected-office-phone .material-icons {
        font-size: 1.75rem;
    }

#div-selected-office span {
    font-size: 1.125rem;
    margin-left: 0.25rem;
    margin-top: 2px;
    line-height: 1.5rem;
}

#div-selected-office img {
    object-fit: cover;
    height: 19rem;
}

#selected-office-phone-icon {
    color: var(--sd-headers-icon-color);
    font-size: 1.5rem;
}

.sd-selected-office-alternate-color {
    color: var(--sd-headers-alternate-font-color);
}

/* Choose Date & Time Section */
/* Scheduling buttons: prev & next, also timeslots. */
.sd-btn-schedule-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
}

.sd-btn-schedule {
    color: var(--sd-callout-font-color);
    background-color: inherit;
    border-color: var(--sd-callout-font-color);
}

    .sd-btn-schedule.dx-button {
        border-radius: 100%;
        border-width: 0.125rem;
        height: 2rem;
        width: 2rem;
    }

.appt-btn.dx-button {
    border-width: 0.125rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

/*Just an idea to deal with all the excess white space on the appointment selection page*/
/*.sd-appt-col-alternatecolor > div:nth-child(odd) {
    background: whitesmoke;
}*/
/*.sd-appt-col-alternatecolor > div:nth-child(even) {
    background: lightgray;
}*/

.sd-appt-col > .sd-appt-col-day {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.sd-appt-col > .sd-appt-col-date {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.sd-appt-col .dx-button {
    min-width: 100px;
    max-width: 100px;
}

.sd-appt-col .dx-button-has-text .dx-button-content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.sd-btn-schedule.dx-button .dx-button-content {
    padding: 0px;
    font-size: 1.25rem;
    font-weight: 900;
    margin: -0.125rem;
}

.sd-btn-schedule:not(.dx-state-disabled),
.sd-btn-schedule:hover,
.sd-btn-schedule::selection {
    color: var(--sd-callout-background-color);
}

.sd-btn-schedule:not(.dx-state-disabled),
.sd-btn-schedule:hover {
    background-color: var(--sd-callout-font-color);
}

.sd-btn-schedule::selection {
    background-color: var(--sd-callout-background-color);
}

.sd-btn-schedule.dx-button-mode-contained.dx-state-hover,
.sd-btn-schedule.dx-button-mode-outlined.dx-state-hover {
    border-color: var(--sd-callout-font-color);
}

.sd-btn-schedule.dx-state-disabled .dx-widget,
.sd-btn-schedule.dx-state-disabled.dx-widget,
.sd-btn-schedule.dx-state-disabled .dx-button .dx-button-text,
.sd-btn-schedule.dx-state-disabled.dx-button .dx-button-text,
.sd-btn-schedule.dx-button-mode-contained .dx-icon,
.sd-btn-schedule.dx-state-disabled.dx-button .dx-icon {
    opacity: 1;
}

.sd-btn-schedule.dx-widget .dx-button-text {
    font-family: var(--sd-font-family), "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 1.75rem;
}

.sd-btn-schedule.dx-button .dx-icon {
    color: var(--sd-callout-background-color);
}

.sd-btn-schedule.dx-state-disabled .dx-icon {
    color: inherit;
}

.sd-btn-schedule.dx-button .dx-button-content {
    padding-top: 0.25rem;
}

#btnScheduleBack.sd-btn-schedule.dx-button .dx-button-content {
    padding-right: 0.125rem;
}

#btnScheduleForward.sd-btn-schedule.dx-button .dx-button-content {
    padding-left: 0.125rem;
}

/* Other Nearby Offices Section */
.sd-border-light {
    border: solid 2px var(--bs-gray-200);
}

.sd-border-top-light {
    border-top: solid 2px var(--bs-gray-200);
}

.sd-background-color-light {
    background-color: var(--bs-gray-200);
}

.nearby-office-link .dx-widget {
    font-size: 1rem;
}

.distance-to-office-container {
    border-radius: 0.25rem;
    height: 2.75rem;
}

#divNearbyOfficesScrollView .dx-scrollable-container {
    margin-left: -2.25rem;
}

    #divNearbyOfficesScrollView .dx-scrollable-container .dx-scrollview-content {
        margin-right: 1.25rem;
        margin-left: 2.25rem;
    }

.sd-min-height-OfficeInfo-NearbyOffices {
    min-height: 132px;
}

/* TBD move this (it's for Patient Info */
#divNearbyOfficesGallery .dx-gallery-item {
    text-align: left;
}

    #divNearbyOfficesGallery .dx-gallery-item span {
        height: 1.125rem;
    }

#divNearbyOfficesGallery .nearby-office-link .dx-button,
#divNearbyOfficesScrollView .nearby-office-link .dx-button,
#btnBack,
#btnSubmit {
    height: 3rem;
}

#btnBack,
#btnSubmit {
    font-size: 1rem;
}

.dx-gallery-indicator-item {
    background-color: var(--bs-gray-400);
    border: inherit;
    width: 0.75rem;
    height: 0.75rem;
    margin: 1px 3px;
}

#divNearbyOfficesGallery .dx-gallery-indicator-item-active,
#divNearbyOfficesGallery .dx-gallery-indicator-item-selected {
    background-color: var(--sd-icon-color);
    margin: 1px 3px;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: var(--sd-icon-color)
}

.dx-checkbox.dx-state-hover .dx-checkbox-icon {
    border: 1px solid var(--sd-icon-color);
}

.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon {
    border: 1px solid var(--sd-icon-color);
}

.dx-checkbox-checked.dx-state-focused .dx-checkbox-icon {
    border: 1px solid var(--sd-icon-color);
}

.dx-checkbox.dx-state-focused .dx-checkbox-icon {
    border: 1px solid var(--sd-icon-color);
}

/*
    Y O U ' R E   S C H E D U L E D !   S C R E E N
*/
#div-appointment-confirmed .material-icons {
    font-size: 2.5rem;
}

.sd-container-min-default {
    min-width: 928px;
}


/*
    M E D I A   Q U E R I E S
*/
/* Desktop styles to override where mobile styles are the default. */
/* Corresponds with Bootstrap md */
@media (min-width: 768px) {
    .sd-border-radius-md-start {
        border-radius: 0;
        border-bottom-left-radius: var(--sd-border-radius);
        border-top-left-radius: var(--sd-border-radius);
        overflow: hidden;
    }

    .sd-border-radius-md-end {
        border-radius: 0;
        border-bottom-right-radius: var(--sd-border-radius);
        border-top-right-radius: var(--sd-border-radius);
        overflow: hidden;
    }

    .sd-border-radius-md {
        border-radius: var(--sd-border-radius);
        overflow: hidden;
    }

    /* Choose Date & Time screen */
    #divNearbyOfficesScrollView .dx-scrollable-container {
        width: 112%;
    }

    /* Patient Info screen. */
    #div-patient-info .sd-header .material-icons {
        margin-left: -5px;
    }
}

/* Corresponds with Bootstrap lg */
@media (min-width: 992px) {
    #divNearbyOfficesScrollView .dx-scrollable-container {
        width: 109%;
    }
}

/* Corresponds with Bootstrap xl */
@media (min-width: 1200px) {
    #divNearbyOfficesScrollView .dx-scrollable-container {
        width: 107%;
    }
}

/* Corresponds with Bootstrap xxl */
@media (min-width: 1400px) {
    #divNearbyOfficesScrollView .dx-scrollable-container {
        width: 106%;
    }
}


/* Mobile styles to override where desktop styles are the default. */
@media (max-width: 991px) {
    .text-center-mobile {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .steps-nav-container {
        margin: 0 -12px;
    }

        .steps-nav-container .nav-item {
            border-top: 2px solid var(--bs-gray-200);
            padding-left: 10px;
            padding-right: 10px;
        }

    .nav-item.complete .nav-link.wizard-step span.wizard-mobile-edit {
        display: block;
        font-weight: normal;
        color: var(--bs-gray-500);
    }

    .steps-nav-container .nav-item.active .nav-link.wizard-step::after {
        content: " ";
        position: absolute;
        bottom: 0px;
        left: -10px;
        height: 100%;
        width: 5px;
        background: var(--sd-icon-color);
    }

    .steps-nav-container .nav-item {
        display: none !important;
    }

        .steps-nav-container .nav-item.active,
        .steps-nav-container .nav-item.complete {
            display: block !important;
        }

    .mobile-bottom-nav-wizard .nav-item {
        display: block !important;
    }

        .mobile-bottom-nav-wizard .nav-item.active,
        .mobile-bottom-nav-wizard .nav-item.complete {
            display: none !important;
        }

    .sd-callout-container-appt-select-dates-mobile {
        background-color: var(--sd-headers-container-color);
        color: var(--sd-headers-font-color);
        border-radius: var(--sd-border-radius);
        line-height: 19px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        text-align: center;
    }

    .sd-appt-date-container-mobile {
        background-color: var(--sd-callout-background-color);
        color: var(--sd-callout-font-color);
        border-radius: var(--sd-border-radius);
        line-height: 19px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        text-align: center;
    }

    .sd-btn-schedule {
        color: var(--sd-headers-font-color);
        background-color: inherit;
        border-color: var(--sd-headers-font-color);
    }

    .appt-btn.dx-button-has-text .dx-button-content {
        margin: 0 -1.5rem 0 -1.5rem;
    }

    .sd-container-min-default {
        min-width: unset;
    }
}

@media (max-width: 575px) {
    .sd-std-container > .sd-body {
        padding: 0.25rem;
    }

    /* Choose Date & Time screen. */
    #div-selected-office hr {
        display: block;
        border-top-width: 2px;
        color: var(--sd-background-color);
    }

    #div-selected-office-phone {
        text-align: center;
        justify-content: center;
        -webkit-box-pack: center;
    }

    #div-selected-office h3 {
        font-size: 1.25rem;
    }

    #div-appointment-listing #sd-choose-day-time-title {
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    }

    #divOtherNearbyOffices h4 {
        margin-bottom: 1.5rem;
    }

    /* Patient Info screen. */
    #div-patient-info .sd-std-container > .sd-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sd-container-valign-center > .sd-header-identifier-patinfo {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    /* You're Scheduled screen. */
    #div-appointment-confirmed .sd-std-container > .sd-body {
        padding: 1.5rem;
    }
}


#autocomplete {
    display: flex;
    display: -webkit-flex;
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    text-align: left;
}

    #autocomplete.row > .col-xs-12.col-sm-6 {
        width: 100%;
    }

#scheduling-option,
#referral-option {
    background: #e9ecef !important;
}

#form-row.row {
    padding-top: 24px;
}

em {
    font-style: italic;
    font-weight: 600;
}

#divConsentChk,
#divConsentChk a {
    color: #4090CF !important;
    font-weight: bold;
}

#toggleButton {
    position: absolute;
    left: 10%;
    display: inline-flex;
    appearance: none;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    user-select: none;
    /*position: relative;*/
    white-space: nowrap;
    vertical-align: middle;
    outline: white solid 2px;
    outline-offset: 2px;
    line-height: 1.2;
    border-radius: 0.375rem;
    font-weight: 600;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    height: 2rem;
    min-width: 2rem;
    font-size: 0.875rem;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    background: #0078ff;
    color: #ffffff;
    border: none;
}

    #toggleButton:hover {
        background: #0063d1;
    }

/* OBF New Patient Form */
.row.patient-form {
    align-items: flex-end;
}

/* Minor Patient Popup */
.dx-overlay-content {
    /*background: var(--sd-background-color) !important;*/
}

.dx-popup-content {
    padding-top: 10px !important;
}

.dx-popup-title {
    border-bottom: 1px solid var(--sd-background-color) !important;
}

/* OBF selectBox text alignment */
input#OrgGuid,
input#isPatient {
    text-align: center !important;
}


.sd-bold {
    font-weight: bold;
}

.highlight {
    color: #ef3e29;
}