﻿.hidden {
    display: none;
}

meter {
    width: 200px;
    height: 20px;
}

.m--icon-font-size-lg6 {
    font-size: 2.3rem !important;
}

.m--icon-font-size-lg7 {
    font-size: 2.5rem !important;
}

.m--icon-font-size-lg8 {
    font-size: 2.7rem !important;
}

.m--icon-font-size-lg9 {
    font-size: 2.9rem !important;
}

.m--icon-font-size-lg10 {
    font-size: 3.1rem !important;
}

.m-login.m-login--5 .m-login__contanier .m-login__title {
    text-align: center;
    font-size: 1.5rem;
}

/*AUTOCOMPLETE*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.textboxLoading {
    background: url('../../../img/loading.gif') no-repeat right center;
    background-size: 60px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

/*PROVIDER PROFILE SELECTION*/
.providerAvatarWrapper {
    border: 2px solid #f4f5f8;
    padding: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

@media only screen and (min-width: 760px) {
    .providerAvatar {
        float: left;
    }
}

@media only screen and (max-width: 760px) {
    .providerAvatar {
        text-align: center;
    }
}

.providerAvatar img {
    width: 7.0rem;
    border-radius: 50%;
}

@media only screen and (min-width: 760px) {
    .providerDetails {
        margin-top: 1.2rem;
        margin-left: 0.8rem;
        float: left;
    }
}

@media only screen and (max-width: 760px) {
    .providerDetails {
        margin-top: 1.2rem;
        margin-left: 0.8rem;
        text-align: center;
    }

    .confirmation-times span {
        display: block;
    }

        .confirmation-times span:before {
            content: "";
            display: block;
        }
}

.providerDetails span.providerName {
    font-size: 1rem;
    font-weight: 500;
}

.providerDetails span.providerSpecialty {
    font-size: 0.95rem;
}

@media only screen and (min-width: 760px) {
    .providerSelection {
        margin-top: 1.2rem;
        float: right;
    }
}

@media only screen and (max-width: 760px) {
    #dvProviderInfo {
        display: flex;
        flex-direction: column; /* For vertical placement of items */
    }

    .providerSelection {
        order: 5;
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 760px) {
    .providerBiography {
        margin-left: 9.5rem;
    }
}

@media only screen and (min-width: 760px) {
    .providerAvailability {
        margin-left: 8.5rem;
        margin-top: 1.0rem;
    }

    .dvAvailabilityDropdown {
        width: 375px;
    }
}

@media only screen and (max-width: 760px) {
    .providerAvailability {
        margin-top: 1.0rem;
    }

    .dvAvailabilityDropdown {
        width: 300px;
    }

    .tblAvailabilityDropdown td {
        text-align: center;
    }

    .tblAvailabilityDropdown th {
        text-align: center;
    }
}

@media only screen and (max-width: 760px) {
    .providerAvailabilityLabel {
        margin-top: 1.0rem;
    }
}

.tblAvailabilityDropdown {
    font-size: 1.0rem;
}

.dvProviderSelection {
    width: 100%;
}

.m-timeline-3 .m-timeline-3__item-icon {
    font-size: 2.25em;
    display: inline;
    padding-top: 1.25rem;
    font-weight: 500;
    vertical-align: middle;
    position: absolute;
    top: 10%;
    text-align: center;
    width: 3.57rem;
}

.m-timeline-3__item-list {
    padding-left: 20px;
}

.m-timeline-3 .m-timeline-3__item:before {
    position: absolute;
    display: block;
    width: 0.28rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    height: 100%;
    left: 5.1rem;
    top: 0.46rem;
    bottom: 0.46rem;
    content: "";
}

.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-text {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 1rem;
    margin-top: 10px;
}

.m-portlet__footer-tracker {
    background: #36a3f7;
}

.consultationTracker-stepCompleted {
    opacity: 0.5;
}

.contentContainer {
    position: relative;
    min-height: 100vh;
}

.contentWrap {
    padding-bottom: 70px;
}

.m-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

    .m-footer .m-footer__nav .m-nav__item .m-nav__link-text {
        font-size: 0.75rem;
    }

.flex-container {
    display: flex;
}

video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: 100% !important;
}

.remoteParticipant{
    height: 100%;
    width: 100%;
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

@media (min-width:1200px) {
    .modal-dialog.modal-xl {
        max-width: 1100px
    }
}

.mt-10, .my-10 {
    margin-top: 2.5rem !important
}

.p-8 {
    padding: 2rem !important
}

.pt-8, .py-8 {
    padding-top: 2rem !important
}

.text-dark-25 {
    color: #d1d3e0 !important
}


.alert.alert-primary {
    background-color: #3699ff;
    border-color: #3699ff;
    color: #fff
}

    .alert.alert-primary .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-primary .close:focus i, .alert.alert-primary .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-secondary {
    background-color: #e4e6ef;
    border-color: #e4e6ef;
    color: #3f4254
}

    .alert.alert-secondary .close i {
        opacity: .8;
        color: #3f4254
    }

    .alert.alert-secondary .close:focus i, .alert.alert-secondary .close:hover i {
        opacity: 1;
        color: #3f4254
    }

.alert.alert-success {
    background-color: #1bc5bd;
    border-color: #1bc5bd;
    color: #fff
}

    .alert.alert-success .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-success .close:focus i, .alert.alert-success .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-info {
    background-color: #8950fc;
    border-color: #8950fc;
    color: #fff
}

    .alert.alert-info .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-info .close:focus i, .alert.alert-info .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-warning {
    background-color: #ffa800;
    border-color: #ffa800;
    color: #fff
}

    .alert.alert-warning .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-warning .close:focus i, .alert.alert-warning .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-danger {
    background-color: #f64e60;
    border-color: #f64e60;
    color: #fff
}

    .alert.alert-danger .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-danger .close:focus i, .alert.alert-danger .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-light {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #7e8299
}

    .alert.alert-light .close i {
        opacity: .8;
        color: #7e8299
    }

    .alert.alert-light .close:focus i, .alert.alert-light .close:hover i {
        opacity: 1;
        color: #7e8299
    }

.alert.alert-dark {
    background-color: #181c32;
    border-color: #181c32;
    color: #fff
}

    .alert.alert-dark .close i {
        opacity: .8;
        color: #fff
    }

    .alert.alert-dark .close:focus i, .alert.alert-dark .close:hover i {
        opacity: 1;
        color: #fff
    }

.alert.alert-white {
    background-color: #fff;
    border-color: #fff;
    color: #3f4254
}

    .alert.alert-white .close i {
        opacity: .8;
        color: #3f4254
    }

    .alert.alert-white .close:focus i, .alert.alert-white .close:hover i {
        opacity: 1;
        color: #3f4254
    }

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem
}

    .alert.alert-custom .alert-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.25rem 0 0
    }

        .alert.alert-custom .alert-icon i {
            font-size: 2.4rem
        }

        .alert.alert-custom .alert-icon.alert-icon-top {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: stretch;
            align-content: stretch
        }

    .alert.alert-custom .alert-text {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .alert.alert-custom .alert-close {
        padding: 0 0 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 0
    }

        .alert.alert-custom .alert-close .close {
            text-shadow: none !important;
            cursor: pointer;
            line-height: 0
        }

        .alert.alert-custom .alert-close i {
            -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
            font-size: 1rem
        }

            .alert.alert-custom .alert-close i.ki {
                font-size: .75rem
            }

        .alert.alert-custom .alert-close:focus i, .alert.alert-custom .alert-close:hover i {
            -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
            transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
        }

    .alert.alert-custom.alert-outline-2x {
        border-width: 2px
    }

    .alert.alert-custom.alert-white {
        background-color: #fff;
        border-color: #fff
    }

        .alert.alert-custom.alert-white .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3f4254
        }

    .alert.alert-custom.alert-default {
        background-color: #f3f6f9;
        border-color: #f3f6f9
    }

    .alert.alert-custom.alert-shadow {
        -webkit-box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
        box-shadow: 0 0 30px 0 rgba(82,63,105,.05)
    }

    .alert.alert-custom.alert-primary {
        background-color: #3699ff;
        border-color: #3699ff
    }

        .alert.alert-custom.alert-primary .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-primary .alert-close:focus, .alert.alert-custom.alert-primary .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-primary {
        background-color: #e1f0ff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-primary .alert-icon i {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-text {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-close i {
            color: #3699ff
        }

        .alert.alert-custom.alert-light-primary .alert-close:focus, .alert.alert-custom.alert-light-primary .alert-close:hover {
            color: #187de4
        }

        .alert.alert-custom.alert-light-primary.alert-notice {
            border: 0;
            border-left: 4px solid #3699ff;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-primary {
        background-color: transparent;
        border-color: #3699ff
    }

        .alert.alert-custom.alert-outline-primary .alert-icon i {
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-text {
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-close i {
            opacity: .8;
            color: #3699ff
        }

        .alert.alert-custom.alert-outline-primary .alert-close:focus i, .alert.alert-custom.alert-outline-primary .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-secondary {
        background-color: #e4e6ef;
        border-color: #e4e6ef
    }

        .alert.alert-custom.alert-secondary .alert-icon i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-close i {
            color: #3f4254
        }

        .alert.alert-custom.alert-secondary .alert-close:focus, .alert.alert-custom.alert-secondary .alert-close:hover {
            opacity: 1;
            color: #3f4254
        }

    .alert.alert-custom.alert-light-secondary {
        background-color: #ebedf3;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-secondary .alert-icon i {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-text {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-close i {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-secondary .alert-close:focus, .alert.alert-custom.alert-light-secondary .alert-close:hover {
            color: #d7dae7
        }

        .alert.alert-custom.alert-light-secondary.alert-notice {
            border: 0;
            border-left: 4px solid #e4e6ef;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-secondary {
        background-color: transparent;
        border-color: #e4e6ef
    }

        .alert.alert-custom.alert-outline-secondary .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-close i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-secondary .alert-close:focus i, .alert.alert-custom.alert-outline-secondary .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-success {
        background-color: #1bc5bd;
        border-color: #1bc5bd
    }

        .alert.alert-custom.alert-success .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-success .alert-close:focus, .alert.alert-custom.alert-success .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-success {
        background-color: #c9f7f5;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-success .alert-icon i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-text {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-close i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-light-success .alert-close:focus, .alert.alert-custom.alert-light-success .alert-close:hover {
            color: #0bb7af
        }

        .alert.alert-custom.alert-light-success.alert-notice {
            border: 0;
            border-left: 4px solid #1bc5bd;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-success {
        background-color: transparent;
        border-color: #1bc5bd
    }

        .alert.alert-custom.alert-outline-success .alert-icon i {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-text {
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-close i {
            opacity: .8;
            color: #1bc5bd
        }

        .alert.alert-custom.alert-outline-success .alert-close:focus i, .alert.alert-custom.alert-outline-success .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-info {
        background-color: #8950fc;
        border-color: #8950fc
    }

        .alert.alert-custom.alert-info .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-info .alert-close:focus, .alert.alert-custom.alert-info .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-info {
        background-color: #eee5ff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-info .alert-icon i {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-text {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-close i {
            color: #8950fc
        }

        .alert.alert-custom.alert-light-info .alert-close:focus, .alert.alert-custom.alert-light-info .alert-close:hover {
            color: #7337ee
        }

        .alert.alert-custom.alert-light-info.alert-notice {
            border: 0;
            border-left: 4px solid #8950fc;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-info {
        background-color: transparent;
        border-color: #8950fc
    }

        .alert.alert-custom.alert-outline-info .alert-icon i {
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-text {
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-close i {
            opacity: .8;
            color: #8950fc
        }

        .alert.alert-custom.alert-outline-info .alert-close:focus i, .alert.alert-custom.alert-outline-info .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-warning {
        background-color: #ffa800;
        border-color: #ffa800
    }

        .alert.alert-custom.alert-warning .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-warning .alert-close:focus, .alert.alert-custom.alert-warning .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-warning {
        background-color: #fff4de;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-warning .alert-icon i {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-text {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-close i {
            color: #ffa800
        }

        .alert.alert-custom.alert-light-warning .alert-close:focus, .alert.alert-custom.alert-light-warning .alert-close:hover {
            color: #ee9d01
        }

        .alert.alert-custom.alert-light-warning.alert-notice {
            border: 0;
            border-left: 4px solid #ffa800;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-warning {
        background-color: transparent;
        border-color: #ffa800
    }

        .alert.alert-custom.alert-outline-warning .alert-icon i {
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-text {
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-close i {
            opacity: .8;
            color: #ffa800
        }

        .alert.alert-custom.alert-outline-warning .alert-close:focus i, .alert.alert-custom.alert-outline-warning .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-danger {
        background-color: #f64e60;
        border-color: #f64e60
    }

        .alert.alert-custom.alert-danger .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-danger .alert-close:focus, .alert.alert-custom.alert-danger .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-danger {
        background-color: #ffe2e5;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-danger .alert-icon i {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-text {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-close i {
            color: #f64e60
        }

        .alert.alert-custom.alert-light-danger .alert-close:focus, .alert.alert-custom.alert-light-danger .alert-close:hover {
            color: #ee2d41
        }

        .alert.alert-custom.alert-light-danger.alert-notice {
            border: 0;
            border-left: 4px solid #f64e60;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-danger {
        background-color: transparent;
        border-color: #f64e60
    }

        .alert.alert-custom.alert-outline-danger .alert-icon i {
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-text {
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-close i {
            opacity: .8;
            color: #f64e60
        }

        .alert.alert-custom.alert-outline-danger .alert-close:focus i, .alert.alert-custom.alert-outline-danger .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-light {
        background-color: #f3f6f9;
        border-color: #f3f6f9
    }

        .alert.alert-custom.alert-light .alert-icon i {
            opacity: .8;
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-text {
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-close i {
            color: #7e8299
        }

        .alert.alert-custom.alert-light .alert-close:focus, .alert.alert-custom.alert-light .alert-close:hover {
            opacity: 1;
            color: #7e8299
        }

    .alert.alert-custom.alert-light-light {
        background-color: #f3f6f9;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-light .alert-icon i {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-text {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-close i {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-light .alert-close:focus, .alert.alert-custom.alert-light-light .alert-close:hover {
            color: #e4e6ef
        }

        .alert.alert-custom.alert-light-light.alert-notice {
            border: 0;
            border-left: 4px solid #f3f6f9;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-light {
        background-color: transparent;
        border-color: #f3f6f9
    }

        .alert.alert-custom.alert-outline-light .alert-icon i {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-close i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-outline-light .alert-close:focus i, .alert.alert-custom.alert-outline-light .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-dark {
        background-color: #181c32;
        border-color: #181c32
    }

        .alert.alert-custom.alert-dark .alert-icon i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-dark .alert-close:focus, .alert.alert-custom.alert-dark .alert-close:hover {
            opacity: 1;
            color: #fff
        }

    .alert.alert-custom.alert-light-dark {
        background-color: #d1d3e0;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-dark .alert-icon i {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-text {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-close i {
            color: #181c32
        }

        .alert.alert-custom.alert-light-dark .alert-close:focus, .alert.alert-custom.alert-light-dark .alert-close:hover {
            color: #131628
        }

        .alert.alert-custom.alert-light-dark.alert-notice {
            border: 0;
            border-left: 4px solid #181c32;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-dark {
        background-color: transparent;
        border-color: #181c32
    }

        .alert.alert-custom.alert-outline-dark .alert-icon i {
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-text {
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-close i {
            opacity: .8;
            color: #181c32
        }

        .alert.alert-custom.alert-outline-dark .alert-close:focus i, .alert.alert-custom.alert-outline-dark .alert-close:hover i {
            opacity: 1
        }

    .alert.alert-custom.alert-white {
        background-color: #fff;
        border-color: #fff
    }

        .alert.alert-custom.alert-white .alert-icon i {
            opacity: .8;
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-text {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close i {
            color: #3f4254
        }

        .alert.alert-custom.alert-white .alert-close:focus, .alert.alert-custom.alert-white .alert-close:hover {
            opacity: 1;
            color: #3f4254
        }

    .alert.alert-custom.alert-light-white {
        background-color: #fff;
        border-color: transparent
    }

        .alert.alert-custom.alert-light-white .alert-icon i {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-close i {
            color: #fff
        }

        .alert.alert-custom.alert-light-white .alert-close:focus, .alert.alert-custom.alert-light-white .alert-close:hover {
            color: #f3f6f9
        }

        .alert.alert-custom.alert-light-white.alert-notice {
            border: 0;
            border-left: 4px solid #fff;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .alert.alert-custom.alert-outline-white {
        background-color: transparent;
        border-color: #fff
    }

        .alert.alert-custom.alert-outline-white .alert-icon i {
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-text {
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-close i {
            opacity: .8;
            color: #fff
        }

        .alert.alert-custom.alert-outline-white .alert-close:focus i, .alert.alert-custom.alert-outline-white .alert-close:hover i {
            opacity: 1
        }

        .cursor-disabled {
            cursor: not-allowed
        }        
        
        .benefit-card-text {
            font-size: .77em;
        }

.benefit-card-overlay__left-align {
    position: absolute;
    overflow: visible;
    top: 40.5%;
    display: flex;
    flex-direction: column;
    left: 6%;
    align-items: flex-start;
}

        .benefit-card-overlay__right-align {
            position: absolute;
            overflow: visible;
            top: 27.75%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            right: 59%;
            align-items: flex-end;
        }

        .benefit-card-overlay__right-align-ridgeway {
            position: absolute;
            overflow: visible;
            top: 29%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            right: 59%;
            align-items: flex-end;
        }

        .benefit-card {
            height: 150px;
            width: 50%;
            object-fit: contain;
        }

        .benefit-card-details {
            height: 250px;
            width: 75%;
            object-fit: contain;
        }

        .benefit-card__details-left-align {
            position: absolute;
            overflow: visible;
            top: 40.5%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            left: 25%;
            align-items: flex-start;
        }

        .benefit-card__details-right-align {
            position: absolute;
            overflow: visible;
            top: 25%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            right: 29%;
            align-items: flex-end;
        }

        .benefit-card__details-right-align-ridgeway {
            position: absolute;
            overflow: visible;
            top: 17%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            right: 29%;
            align-items: flex-end;
        }

        .benefit-card-text__details-left-aligned {
            font-size: 1.3em;
        }

        .benefit-card-text__details-right-aligned {
            font-size: 1.3em;
        }

        .benefit-buttons{
            padding: 0px;
            padding-right: 0em;
        }

        @media (max-width:768px) {
            .benefit-card {
                height: 150px;
                width: 90%;
                object-fit: contain;
            }

            .benefit-card-details {
                height: 150px;
                width: 90%;
                object-fit: contain;
            }

            .benefit-card-text {
                font-size: .90em;
            }

            .benefit-card-text__details-left-aligned {
                font-size: .77em;
            }

            .benefit-card-text__details-right-aligned {
                font-size: .77em;
            }

            .benefit-card-overlay__right-align {
                position: absolute;
                overflow: visible;
                top: 25.25%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 22%;
                align-items: flex-end;
            }

            .benefit-card-overlay__left-align {
                position: absolute;
                overflow: visible;
                top: 35.35%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 20%;
                align-items: flex-start;
            }

            .benefit-card__details-right-align {
                position: absolute;
                overflow: visible;
                top: 19.5%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 22%;
                align-items: flex-end;
            }

            .benefit-card__details-left-align {
                position: absolute;
                overflow: visible;
                top: 21%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 20.5%;
                align-items: flex-start;
            }
        }

        @media (max-width:380px) {
            .benefit-card {
                height: 150px;
                width: 90%;
                object-fit: contain;
            }

            .benefit-card-details {
                height: 150px;
                width: 90%;
                object-fit: contain;
            }

            .benefit-card-text {
                font-size: .90em;
            }

            .benefit-card-text__details-left-aligned {
                font-size: .70em;
            }

            .benefit-card-text__details-right-aligned {
                font-size: .70em;
            }

            .benefit-card-overlay__right-align {
                position: absolute;
                overflow: visible;
                top: 25.25%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 22%;
                align-items: flex-end;
            }

            .benefit-card-overlay__left-align {
                position: absolute;
                overflow: visible;
                top: 35.5%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 17%;
                align-items: flex-start;
            }

            .benefit-card__details-right-align {
                position: absolute;
                overflow: visible;
                top: 21%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 22%;
                align-items: flex-end;
            }

            .benefit-card__details-left-align {
                position: absolute;
                overflow: visible;
                top: 21.5%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 22%;
                align-items: flex-start;
            }
        }

        @media (max-width:320px) {
            .benefit-card {
                height: 120px;
                width: 100%;
                object-fit: contain;
            }

            .benefit-card-details {
                height: 120px;
                width: 100%;
                object-fit: contain;
            }

            .benefit-card-text {
                font-size: .75em;
            }

            .benefit-card-overlay__right-align {
                position: absolute;
                overflow: visible;
                top: 23%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 22%;
                align-items: flex-end;
            }

            .benefit-card-overlay__left-align {
                position: absolute;
                overflow: visible;
                top: 35%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 20%;
                align-items: flex-start;
            }

            .benefit-card__details-right-align {
                position: absolute;
                overflow: visible;
                bottom: 60.25%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                right: 15%;
                align-items: flex-end;
            }

            .benefit-card__details-left-align {
                position: absolute;
                overflow: visible;
                bottom: 70%;
                z-index: 10;
                display: flex;
                flex-direction: column;
                left: 28%;
                align-items: flex-start;
            }

            .benefit-card-text__details-left-aligned {
                font-size: .83em;
            }

            .benefit-card-text__details-right-aligned {
                font-size: 1.33em;
            }
        }

        .m-badge.m-badge--secondary {
            background-color: #F6F1FF;
            color: #000000;
        }

        .ddl-hidearrow {
            -webkit-appearance: none;
        }


@media (min-width: 1241px) and (max-width: 1360px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 0 0 0 10px;
    }
}

@media (min-width: 1101px) and (max-width: 1240px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 2px 0 0 2px;
    }
}

@media (min-width: 1049px) and (max-width: 1100px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 1px 0 0 1px;
    }
}

@media (min-width: 993px) and (max-width: 1048px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 0px 0 0 .25px;
    }

    #dvCompanyPhone {
        width: 400px;
    }
}

@media (max-width: 361px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 0 0 0 0px;
    }
}

@media (max-width: 645px) {
    #dvCompanyPhone {
        margin-top: 30px;
    }

    #dvFooterNavItems {
        height: 30px;
    }
}

@media (max-width: 320px) {
    #dvCompanyPhone {
        margin-top: 60px;
    }

    #dvFooterNavItems {
        height: 30px;
    }
}

.m-badge--metal-invert {
    background-color: #c4c5d6;
    color: #181c32;
}

.btn-quickaction__large { /*This is for the top row, where the buttons are a bit larger*/
    flex: 1 1 0;
    height: 96px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E3E9FF;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    width: 100%;
}

.btn-quickaction__primary { /*This is for the "Get Care" button*/
    flex: 1 1 0;
    height: 96px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #524BA3;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
}

.btn-quickaction__large-text {
    color: #524BA3;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20.80px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.btn-quickaction__primary-text {
    color: white;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20.80px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.btn-quickaction {
    flex: 1 1 0;
    height: 96px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E3E9FF;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

.btn-quickaction--image {
    color: #524BA3;
    font-size: 40px;
    font-family: Font Awesome 6 Pro;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
}

.btn-quickaction__primary-image {
    color: white;
    font-size: 40px;
    font-family: Font Awesome 6 Pro;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
}

.btn-quickaction--text {
    color: #524BA3;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20.80px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.dashboard__benefit-link {
    color: #514BA3;
    font-size: 18px;
    font-family: Basis Grotesque Arabic Pro, Poppins;
    font-weight: 500;
    text-decoration: underline;
    line-height: 27px;
    letter-spacing: 0.50px;
    word-wrap: break-word;
}

.dashboard__benefits {
    padding: 24px;
    background: #F7F5F9;
    border: 1px #A19FA3 solid;
    width: 100%;
}

.dashboard__benefits-card {
    flex: 1 1 0;
    height: 167px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.dashboard__benefits-card--content {
    flex: 1 1 0;
    align-self: stretch;
    padding: 16px;
    background: white;
    border-radius: 16px;
    border: 1px #C0BEC2 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: inline-flex;
}

.dashboard__benefits-card--image {
    width: 150px;
    height: auto;
    mix-blend-mode: multiply;
    object-fit: contain;
    max-height: 40px;
}

.dashboard__benefits-card--title {
    align-self: stretch;
    height: 51px;
    text-align: center;
    color: #232225;
    font-size: 18px;
    font-family: Basis Grotesque Arabic Pro, Poppins;
    font-weight: 500;
    line-height: 25.20px;
    word-wrap: break-word;
}

.member-badge__active {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #797AD2;
    border-radius: 360px;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14.22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 21.33px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}

.member-badge {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #F1EEF3;
    border-radius: 360px;
    justify-content: center;
    align-items: center;
    color: #575962;
    font-size: 14.22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 21.33px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.visit--member-badge {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #F1EEF3;
    border-radius: 360px;
    justify-content: center;
    align-items: center;
    color: #575962;
    font-size: 14.22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 21.33px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.visit-icon {
    color: #797AD2;
}

.visit-status--panel {
    background: #EAEAF5;
    border-radius: 8px;
}

@media only screen and (max-width: 760px) {
    .viewall-btn--line {
        display: none;
    }
}

#btnNoVisitsGetCare {
    color: white;
}

.btn-quickaction__large:hover {
    background: #797AD2;
    text-decoration: none;
}

    .btn-quickaction__large:hover .btn-quickaction__large-text {
        color: white;
    }

    .btn-quickaction__large:hover .btn-quickaction--image {
        color: white;
    }

.btn-quickaction:hover {
    background: #797AD2;
    text-decoration: none;
}

    .btn-quickaction:hover .btn-quickaction--text {
        color: white;
    }

    .btn-quickaction:hover .btn-quickaction--image {
        color: white;
    }

.btn-quickaction__primary:hover {
    background: #797AD2;
}

