/*Patient Status*/

.patient--status--left {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #ccc;
    min-height: 100vh;
    position: relative;
}

/*.patient--status--right .image img {
    max-height: 100vh;
}*/
.patient--status--title {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 44px;
    margin-top: 30px;
}

.patient--status--para {
    font-family: sofia-pro, sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.patient--status--button ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.patient--status--button ul li .patient--button {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s;
}

.patient--status--button ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.patient--status--button ul li .patient--button:hover {
    background: #3eab0d;
}

.having--trouble p {
    font-size: 24px;
    font-family: sofia-pro, sans-serif;
    color: #000;
}

.having--trouble p a {
    text-decoration: none;
    font-weight: 600;
}

.back--arow a {
    color: #000;
    font-size: 20px;
}

/* .patient--status--right {
    position: fixed;
    top: 0;
    width: 100%;
} */
@media(max-width: 1500px) {
    .having--trouble {
        position: relative !important;
        padding-top: 30px;
    }

    .having--trouble p {
        font-size: 22px;
    }
}

/*End Patient Status*/


/*Find a Clinic*/

.find--a--clinic .patient--status--button li.list-inline-item {
    width: 48%;
}

.find--a--clinic .patient--status--button li.list-inline-item button {
    border: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s;
}

.email--address form input {
    height: 53px;
    background: #eaeaea;
    border: 0px;
}

.find--a--clinic--left--address {
    list-style: none;
    padding: 20px 0px;
    margin-bottom: 0;
    margin-top: 40px;
    position: relative;
}

.find--a--clinic--left--address li {
    border-top: 1px solid #222;
    padding: 15px 0px;
    position: relative;
    padding-right: 15px;
}

.find--a--clinic--left--address .right--arrow--find a {
    font-size: 60px;
    font-weight: 100;
}

.find--a--clinic--left--address a {
    color: #222;
}

.choose--a--specialist--available a:hover {
    color: #fff;
}

.find--a--clinic--left--address .right--arrow--find {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose--a--service .find--a--clinic--left--address .right--arrow--find {
    bottom: 0;
    height: 63px;
}

.find--a--clinic--left--address h3 {
    /* font-family: ivypresto-headline, serif; */
    font-family: sofia-pro, sans-serif;
}

.find--a--clinic--left--address li p {
    margin-bottom: 0px;
}

.find--a--clinic--left--address li .available--time {
    margin-top: 5px;
    font-size: 18px;
}

.patient--status--right iframe {
    width: 100%;
    height: 100vh;
}

.find--a--clinic--left--address li:hover {
    cursor: pointer;
}

/*End Find a Clinic*/


.having--trouble {
    margin: 30px 0;
}

/*Choose a Service*/
.choose--a--service ul.find--a--clinic--left--address {
    margin-top: 20px;
}

.choose--a--service ul.find--a--clinic--left--address li {
    border-top: 0px;
    border-bottom: 1px solid #222;
}

.choose--a--service .patient--status--para {
    margin: 0px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 25px;
    font-size: 21px;
}

/*End Choose a Service*/




/*Chose a Specialist*/
.choose--a--specialist .media img.mr-3 {
    max-width: 125px;
}

.choose--a--specialist ul.find--a--clinic--left--address li {
    margin-right: 0px;
}

.choose--a--specialist .patient--status--para p {
    margin: 0px;
}

.choose--a--specialist--available {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}

.choose--a--specialist--available a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 16px 60px;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s;
}

.choose--a--specialist .having--trouble {
    position: relative;
    margin-top: 30px;
}

.find--a--clinic--left--address .media-body a {
    text-decoration: none;
    color: #003245;
}

/*End Chose a Specialist*/




/*Enter your Details*/
.your--appointment--text {
    padding-top: 30px;
    font-size: 20px;
    margin-bottom: 40px;
}

.form--content--here .form-group {
    width: 48%;
    float: left;
    margin: 1%;
}

.form--content--here .form-group.email {
    width: 98%;
    display: block;
}

.form--content--here .form-group.special {
    width: 98%;
    display: block;
    margin-bottom: 50px;
}

.form--content--here button {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 16px 60px;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s;
    border: 0px;
    margin: 0 auto;
    display: block;
}

.form--content--here input,
.form--content--here select {
    border: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    padding: 0px;
}

.form--content--here .form-group.special textarea {
    border: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    padding: 0px;
    height: 55px;
    padding-top: 20px;
}

/*End Enter your Details*/


/*Thank You*/
.thank---you .patient--status--para h2 {
    font-family: sofia-pro, sans-serif;
}

.patient--status--para--top h2 {
    font-family: sofia-pro, sans-serif;
}

.thank---you h1.patient--status--title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.thank---you .patient--status--para--top p {
    margin: 0px;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
}

.thank---you .patient--status--para {
    border-top: 0px;
    border-bottom: 0px;
}

.thank---you .patient--status--para .bot--address {
    margin-top: 15px;
}

.thanks--phone a {
    color: #222;
}

.audiologist--section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.audiologist--section h1 {
    font-size: 30px;
}

.audiologist--section p {
    padding-bottom: 10px;
    font-family: 'Cera-Pro-Regular';
    font-size: 20px;
}

.date--time--thank--you {
    padding-bottom: 20px;
}

.date--time--thank--you p {
    font-size: 20px;
    font-family: 'Cera-Pro-Regular';
}

.thank---you .having--trouble {
    position: relative;
    padding-top: 30px;
    padding-bottom: 5px;
}

/*End Thank You*/




/*Choose a Date Time*/
div#calendar .tui-full-calendar-layout {
    border-radius: 0px 0px 50px 50px;
    padding-top: 80px;
}

div#calendar .tui-full-calendar-weekday-grid-line {
    border: 0px !important;
}

.tui-full-calendar-weekday-border {
    border: 0px !important;
}

div#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
    /*color: #fff;*/
    font-weight: bold;
}

.tui-full-calendar-month-dayname {
    border: 0px !important;
}

.tui-full-calendar-month-dayname-item span {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}

div#calendar .tui-full-calendar-weekday-grid-line {
    text-align: center !important;
}

.tui-full-calendar-month-dayname-item {
    text-align: center;
}

/*.tui-full-calendar-month-week-item {
    height: 45px !important;
}
*/
span.tui-full-calendar-weekday-grid-date.tui-full-calendar-weekday-grid-date-decorator {
    background: #fff !important;
}

.choose--date--time .choose--date--time--content {
    position: relative;
}

.choose--date--time .choose--date--time--content div#menu {
    position: absolute;
    top: 165px;
    width: 550px;
    left: 132px;
    z-index: 99;
}

.choose--date--time .choose--date--time--content div#menu span#menu-navi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}

.choose--date--time .choose--date--time--content div#menu span#menu-navi button {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.calendar--top--image {
    position: relative;
}

.calendar--top--image img {
    max-width: 130px;
    border-radius: 50%;
    border: 2px solid white;
}

.calendar--top--image {
    position: relative;
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
    top: 52px;
    z-index: 999;
    border-radius: 50%;
}

.time--bottom--calender {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.time--bottom--calender .bottom--calender--button {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 110px;
    color: #fff;
}

.time--bottom--calender .bottom--calender--button.active {
    color: #fff;
}

.choose--date--time .choose--date--time--content {
    padding-top: 0px;
    padding-bottom: 15px;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

div#calendar .tui-full-calendar-weekday-grid-line {
    cursor: pointer;
}

.tui-full-calendar-month-creation-guide {
    border-color: #74c750 !important;
}

/*End Choose a Date Time*/

.gm-style .gm-style-iw-t button:after {
    top: 0;
    right: 0;
    position: absolute;
}

/* .scheduler-loading{
    padding: 200px;
    text-align: center;
    background: #6fa0b352;
} */

#scheduler-content {
    position: relative;
}

.scheduler-loading-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #54494954;
    z-index: 19999;
}

.scheduler-loading {
    width: 80px;
    height: 80px;
    padding: 200px 0;
    margin: 0 auto;
}

.scheduler-loading div {
    animation: scheduler-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.scheduler-loading div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
}

.scheduler-loading div:nth-child(1) {
    animation-delay: -0.036s;
}

.scheduler-loading div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.scheduler-loading div:nth-child(2) {
    animation-delay: -0.072s;
}

.scheduler-loading div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.scheduler-loading div:nth-child(3) {
    animation-delay: -0.108s;
}

.scheduler-loading div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.scheduler-loading div:nth-child(4) {
    animation-delay: -0.144s;
}

.scheduler-loading div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.scheduler-loading div:nth-child(5) {
    animation-delay: -0.18s;
}

.scheduler-loading div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.scheduler-loading div:nth-child(6) {
    animation-delay: -0.216s;
}

.scheduler-loading div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.scheduler-loading div:nth-child(7) {
    animation-delay: -0.252s;
}

.scheduler-loading div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.scheduler-loading div:nth-child(8) {
    animation-delay: -0.288s;
}

.scheduler-loading div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes scheduler-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.fc-daygrid-day:not(.fc-day-other) {
    cursor: pointer;
}

.show--availability {
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s;
    margin-left: 10px;
}

.time--bottom--calender-wrapper {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.time--bottom--calender-inner {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 520px;
    min-height: 100px;
    vertical-align: middle;
    width: 85%;
    position: relative;
    margin-top: -250px;
    border-radius: 8px;
    top: 310px;
}

.time--bottom--calender-inner .time--bottom--calender-popup-close {
    background-color: #1c4b6b;
    border: 3px solid #1c4b6b;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    color: #fff !important;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none !important;
}

.scheduler-content-inner .fc .fc-button-primary:hover {
    opacity: 0.9;
}

.addeventatc .addeventatc_icon {
    display: none;
}

.addeventatc.patient--button {
    color: #fff !important;
    border-radius: 0;
    box-shadow: none !important;
}

.scheduler-content-inner .fc-daygrid-event {
    background: none !important;
    border: none !important;
}

.scheduler-content-inner .fc-daygrid-event .fc-event-main {
    color: #fff !important;
    font-size: 12px;
}

.time--bottom--calender-inner .custom-specialist-name {
    font-size: 20px;
    padding: 20px 20px 0 20px;
    font-weight: bold;
}

.choose--date--time--content .fc .fc-daygrid-day-frame {
    text-align: center;
    padding: 5px;
}

.choose--date--time--content .fc .fc-daygrid-day-top {
    display: block;
}


.find--a--clinic #dfmsa_serach_by_address .patient--status--button ul {
    display: flex;
    justify-content: space-between;
}

.hh-scroll-mode .patient--status--right {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    margin-top: 30px;
}

.hh-scroll-mode .patient--status--right div#map_container {
    position: fixed !important;
    top: 90px;
    width: 100%;
    max-width: 936px;
}

.addeventatc.patient--button {
    line-height: 26px;
    font-weight: 500;
    font-family: inherit;
}

.form-group.special.accept-terms-wrap input {
    margin-right: 10px;
}

.accept-terms-warning {
    color: red;
}

.patient--status--para-wrapper {
    background: #f3f3f3;
    padding: 20px;
    margin: 30px 0;
}

.choose--date--time--content #menu {
    display: none;
}

.fc-daygrid-day.fc-day-disabled {
    cursor: initial;
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}


/* .fc-daygrid-day{
    background: var(--fc-neutral-bg-color,rgba(208,208,208,.3)) !important;
    color: var(--fc-neutral-bg-color,rgba(208,208,208,.3)) !important;
} */


.fc-daygrid-day.fc-day-other .fc-daygrid-day-events .fc-daygrid-event-harness,
.fc-daygrid-day.fc-day-other .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event,
.fc-daygrid-day.fc-day-other .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .fc-event-title {
    color: transparent !important;
}

.fc-daygrid-day-frame img {
    position: absolute;
    top: 40px;
    left: 25px;
}

.loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    text-align: center;
    border: 1px solid #ddd;
}

.loader-wrap img {
    margin-top: 100px;
}

.patient--status--right #map_container button.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    opacity: 1 !important;
}

.patient--status.patient--status--really-first .patient--status--title {
    margin: 0 !important;
}

.hh-mb-15 {
    margin-bottom: 15px;
}

.patient--status--right .hh-loc-search-item-details {
    font-size: 15px;
    line-height: 1.5em;
    font-family: sofia-pro, sans-serif !important;
}

.patient--status--right .hh-loc-seach-item {
    padding: 15px;
}

.patient--status--right .hh-loc-search-item-details {
    display: flex;
}

.patient--status--right .hh-loc-search-item-details .hh-loc-deets-htleft {
    padding: 20px 20px 20px 0;
}

.patient--status--right .hh-loc-search-item-details .hh-loc-deets-htright {
    padding: 20px 20px 0 20px;
}

.gm-style .gm-style-iw-c {
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%) !important;
}

/* .patient--status--left .hh-fake-hover a {
    color: #dd3333 !important;
} */

#markerLayer .hh-highlight-marker img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#markerLayer .hh-highlight-marker img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

@media(max-width: 1200px) {
    #scheduler-content {
        margin-top: 30px;
    }
}

@media(max-width: 1062px) {
    .loader-wrap img {
        margin-top: 80px;
        height: 150px;
        width: 150px;
    }
}

@media(max-width: 991px) {
    .find--a--clinic .patient--status--button li.list-inline-item {
        width: 100%;
    }
    .find--a--clinic--left--address h3 {
        flex-direction: column !important;
    }
    .find--a--clinic--left--address h3 span.show--availability {
        margin: 0px !important;
        padding: 15px !important;
    }
    .choose--a--specialist--available a#availableAud {
        width: 100%;
        display: block;
    }
    .find--a--clinic--left--address h3 span.show--availability {
        margin-top: 15px !important;
    }
}

@media(max-width: 768px) {
    .patient--status--left {
        min-height: auto;
    }

    .hh-loc-search-item-details {
        font-size: 14px;
    }

    .patient--status--right .hh-loc-seach-item {
        padding: 0;
    }
}

@media(max-width: 412px) {

    .patient--status--button ul li .patient--button,
    .find--a--clinic .patient--status--button li.list-inline-item button {
        padding: 6px;
    }

    .fc .fc-button {
        padding: 0.4rem !important;
    }

    .fc .fc-toolbar-title {
        font-size: 1.3em;
    }
    .find--a--clinic .patient--status--button li.list-inline-item button, .find--a--clinic .patient--status--button li.list-inline-item a {
        font-size: 13px !important;
    }
}

@media(min-width: 768px) and (max-width: 899px) {
    .find--a--clinic .patient--status--button li.list-inline-item button, .find--a--clinic .patient--status--button li.list-inline-item a {
        font-size: 13px !important;
    }
}
@media(max-width: 567px) {
    .choose--date--time .choose--date--time--content div#calendar .fc-header-toolbar.fc-toolbar {
        flex-direction: column !important;
    }
    .choose--date--time .choose--date--time--content div#calendar .fc-header-toolbar.fc-toolbar h2 {
        margin-bottom: 15px !important;
    }
}


@media(min-width: 768px) and (max-width: 1199px) {
    .choose--date--time .choose--date--time--content div#calendar .fc-header-toolbar.fc-toolbar {
        flex-direction: column !important;
    }
    .choose--date--time .choose--date--time--content div#calendar .fc-header-toolbar.fc-toolbar h2 {
        margin-bottom: 15px !important;
    }
}
.fc-daygrid-day:not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)),
.fc-daygrid-day:not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)):focus,
.fc-daygrid-day:not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)):active,
.fc-daygrid-day:not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)):hover,
.fc-daygrid-day.fc-day-other,
.fc-daygrid-day.fc-day-other:focus,
.fc-daygrid-day.fc-day-other:active,
.fc-daygrid-day.fc-day-other:hover{
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3)) !important;
    cursor: auto;
}
.fc-daygrid-day.fc-day-today:not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)),
.fc-daygrid-day.fc-day-past:not(.fc-day-other):not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)),
.fc-daygrid-day.fc-day-future:not(.fc-day-other):not(:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness)),
.fc-daygrid-day.fc-day-past:not(.fc-day-other){
    color: #ddd !important;
}
.fc-daygrid-day.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day-future.fc-day-other{
    color: #b1aeae !important;
}
.fc-daygrid-day:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness),
.fc-daygrid-day:has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness) .fc-daygrid-block-event .fc-event-title,
.fc-daygrid-day.fc-day-future:not(.fc-day-other):has(.fc-daygrid-day-events):has(.fc-daygrid-event-harness) .fc-daygrid-day-number{
    color: #fff !important;
}
/* 
td:not(:has(.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness)){ 
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3)) !important;
    color: transparent !important;
}


.main--full--calender table tr td.has-appts {
    background: #dd3333 !important;
    color:#fff !important;
}
.main--full--calender table tr td:not(.has-appts){
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3)) !important;
    color: transparent !important;
}
.fc-daygrid-day.has-appts{
    color: #fff;
}
.fc-daygrid-day:not(.has-appts){
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3)) !important;
    color: transparent !important;
} */

.fc-theme-standard td, .fc-theme-standard th {
    border-color: #b5b5b5 !important;
}

.thank--you--status--button ul li.shared-email-address{
    position: relative;
}

.thank--you--status--button ul li.shared-email-address form{    
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px;
    max-width: 100%;
}
.thank--you--status--button ul li.shared-email-address form .shared-email-address-field-group{
    display: flex;
}
.thank--you--status--button ul li.shared-email-address form .shared-email-address-field{
    height: 40px;
    width: 75%;
}
.thank--you--status--button ul li.shared-email-address form .shared-email-address-submit{
    height: 40px;
    width: 25%;
    border: 0;
    border-radius: 0 5px 5px 0;
}
.thank--you--status--button.patient--status--button ul{
    margin-bottom: 60px;
}
.thank---you .having--trouble{
    padding-top: 0;
    margin-top: 0;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #b5b5b5 !important;
	border-bottom: 0px !important;
	border-right: 0px !important;
}

.back--arow a{
    width: 75px;
    color: #fff !important;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    padding: 3px 5px;
    position: relative;
    font-size: 18px;
}

.back--arow a i{
    font-size: 16px;    
    top: -2px;
    position: relative;
}
.back--arow a span{
    position: absolute;
    top: 2px;
    left: 22px;
    font-weight: bold;
}