﻿.body.teleHealth {
    background-color: #FFFFFF;
    font-family: Arial !important;
    font-size: 11px !important;
}


.fabWidget {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    transition: all 0.3s;
}

.fabTrigger {
    .background

{
    background-color: #106636;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
}

}

.fabList {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 6px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    &:hover

{
    cursor: pointer;
}

&.active {
    transform: translateY(0px);
    opacity: 1;
}

svg {
    width: 100%;
    height: 100%;
}

}

.active .fabButton {
    visibility: visible;
    opacity: 1;
    transform: translateY(-15px);
}

.fabOverlay {
    width: 100%;
    height: 100%;
    background: rgba(#000, .1);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    &.active

{
    opacity: 1;
    visibility: visible;
}

}

[data-tooltip] {
    position: relative;
    &::before

{
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
}

&::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    background: #106636 !important;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

&:hover::before {
    opacity: 1;
    visibility: visible;
    right: 120%;
}

}

.chat-bubble {
    cursor: pointer;
    position: relative;
    .bubble

{
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}

.line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
}

.line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
}

.circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

}

.active {
    .bubble

{
    transform: translateX(24px) translateY(4px) rotate(45deg);
}

.line1 {
    stroke-dashoffset: 21;
}

.line2 {
    stroke-dashoffset: 30;
}

.circle {
    transform: scale(0);
}

}

.partnerLogos {
    background-color: #0083C21A;
    /*padding: 4px 20px;*/
    padding: 1.2vh 2.5vw;
    border-radius: 10px;
    text-align: center;
}

    .partnerLogos.bgPartner-red {
        background-color: #DA1A241A;
        padding: 0vh 2.5vw !important;
    }

    .partnerLogos.bgPartner-blue {
        background-color: #01B0F31A;
        padding: 0.5vh 2.5vw !important;
    }

    .partnerLogos.bgPartner-green {
        background-color: #1066361A;
        padding: 0vh 2vw !important;
    }


.register-th {
    background-color: #EEEBE4;
    margin: 9px auto;
    padding: 0px 1rem;
    width: 800px;
    margin-top: 50px;
    margin-bottom: 100px;
    border-radius: 13px;
}

.reg-card {
    width: 750px !important;
    margin-top: 0.75rem !important;
}

.login-th {
    background-color: #EEEBE4;
    margin: 9px auto;
    padding: 0px 1rem;
    width: 700px;
    margin-top: 50px;
    margin-bottom: 25px;
    border-radius: 13px;
}

.login-card {
    width: 575px !important;
}

.telehealth.menu-item.menu-item-submenu {
    margin-right: 0rem !important;
}

.telehealth.brand-logo {
    margin-left: -1.7rem !important;
    margin-right: 2.5rem !important;
}

    .telehealth.brand-logo.logged-in {
        margin-left: 0.1rem !important;
        margin-right: 0.5rem !important;
    }

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: -66px auto auto auto;
}

    .avatar-upload .avatar-preview {
        width: 102px;
        height: 102px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #FFFFFF;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background: #EEEBE4;
        }

        .avatar-upload .avatar-preview div .viewImage {
            position: relative;
            width: 73%;
            top: 11%;
            left: 15%;
            border-radius: 50%;
        }

    .avatar-upload .avatar-edit {
        position: absolute;
        right: -7px;
        z-index: 1;
        bottom: 3px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                background: #106636;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #106636;
                    border-color: #146337;
                }

                .avatar-upload .avatar-edit input + label:after {
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

        .avatar-upload .avatar-edit label .uploadImage {
            position: relative;
            width: 56%;
            top: 15%;
            left: 22%;
        }

.avatar-upload-profile {
    position: relative;
    max-width: 205px;
    margin: -10px auto auto auto;
}

    .avatar-upload-profile .avatar-preview {
        width: 52px;
        height: 52px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #FFFFFF;
    }

        .avatar-upload-profile .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background: #EBF5F5;
        }

        .avatar-upload-profile .avatar-preview div .viewImage {
            position: relative;
            width: 73%;
            top: 11%;
            border-radius: 50%;
        }

    .avatar-upload-profile .avatar-edit {
        position: absolute;
        right: -7px;
        z-index: 1;
        bottom: 3px;
    }

        .avatar-upload-profile .avatar-edit input {
            display: none;
        }

            .avatar-upload-profile .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                background: #B2D9E5;
            }

                .avatar-upload-profile .avatar-edit input + label:hover {
                    background: #B2D9E5;
                    border-color: #d6d6d6;
                }

                .avatar-upload-profile .avatar-edit input + label:after {
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

        .avatar-upload-profile .avatar-edit label .uploadImage {
            position: relative;
            width: 56%;
            top: 15%;
            left: 22%;
        }

.avatar-upload-user-aside {
    position: relative;
    max-width: 205px;
    margin: -10px auto auto auto;
}

    .avatar-upload-user-aside .avatar-preview {
        width: 85px;
        height: 85px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #FFFFFF;
    }

        .avatar-upload-user-aside .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background: #EBF5F5;
        }

        .avatar-upload-user-aside .avatar-preview div .viewImage {
            position: relative;
            width: 73%;
            top: 11%;
            left: 14%;
            border-radius: 50%;
        }

    .avatar-upload-user-aside .avatar-edit {
        position: absolute;
        right: -7px;
        z-index: 1;
        bottom: 3px;
    }

        .avatar-upload-user-aside .avatar-edit input {
            display: none;
        }

            .avatar-upload-user-aside.avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                background: #B2D9E5;
            }

.avatar-upload-user-asidee .avatar-edit input + label:hover {
    background: #B2D9E5;
    border-color: #d6d6d6;
}

.avatar-upload-user-aside .avatar-edit input + label:after {
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload-user-aside .avatar-edit label .uploadImage {
    position: relative;
    width: 56%;
    top: 15%;
    left: 22%;
}

.edit-avatar-upload {
    position: relative;
    max-width: 205px;
}

    .edit-avatar-upload .avatar-preview {
        width: 155px;
        height: 155px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #FFFFFF;
    }

        .edit-avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background: #B5B5C3;
        }

        .edit-avatar-upload .avatar-preview div .viewImage {
            position: relative;
            width: 100%;
            border-radius: 50%;
        }

    .edit-avatar-upload .avatar-edit {
        position: absolute;
        right: 0px;
        z-index: 1;
        bottom: 2.5px;
    }

        .edit-avatar-upload .avatar-edit input {
            display: none;
        }

        .edit-avatar-upload .avatar-edit label {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-bottom: 0;
            border-radius: 100%;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
            background: #106636;
        }

            .edit-avatar-upload .avatar-edit label .uploadImage {
                position: relative;
                width: 56%;
                top: 15%;
                left: 22%;
            }

.th-reg-prof-label {
    margin-top: 1rem !important;
    margin-bottom: 3.75rem !important;
}

.th-symbol-right {
    margin-right: 1.25rem !important;
}

.header .header-menu .menu-nav > .telehealth.menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
.header .header-menu .menu-nav > .telehealth.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
    color: #FFFFFF;
}

.header .header-menu .menu-nav > .telehealth.menu-item.active > .menu-link,
.header .header-menu .menu-nav > .telehealth.menu-item.active > .menu-link .menu-text {
    color: #FFFFFF;
    background-color: #C58D2B;
}

.brand .telehealth.brand-logo img {
    width: 15%;
    height: 15%;
}

.brand .telehealth.brand-logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-begin;
    -ms-flex-pack: flex-begin;
    justify-content: flex-begin;
    color: #8E8E8E;
    font-size: 22px;
    font-weight: 500;
    margin-left: 18px;
}

.page-loading-enabled.header-fixed.header-mobile-fixed.aside-enabled.aside-fixed.aside-minimize-hoverable.footer-fixed.body.teleHealth.aside-minimize .brand .telehealth.brand-logo-img {
    display: none !important;
}

.page-loading-enabled.header-fixed.header-mobile-fixed.aside-enabled.aside-fixed.aside-minimize-hoverable.footer-fixed.body.teleHealth.aside-minimize .brand .telehealth.brand-logo-text.d-flex.ml-0 {
    display: none !important;
}

.page-loading-enabled.header-fixed.header-mobile-fixed.aside-enabled.aside-fixed.aside-minimize-hoverable.footer-fixed.body.teleHealth.aside-minimize .telehealth.menu-item.position-absolute.p-4 {
    display: none !important;
}

.telehealth.img-icon {
    width: 20px;
}

.telehealth.img-icon-hover {
    width: 20px;
}

.telehealth.img-icon-bg-primary {
    border-radius: 5px;
    background-color: #28B8E8 !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.telehealth.img-icon-bg-green {
    border-radius: 5px;
    background-color: #78CF70 !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.telehealth.img-icon-bg-blue {
    border-radius: 5px;
    background-color: #2A96DD !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.telehealth.img-icon-bg-dark-green {
    border-radius: 5px;
    background-color: #106636 !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.telehealth.img-icon-bg-light-brown {
    border-radius: 5px;
    background-color: #C58D2B !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.telehealth.img-icon-bg-orange {
    border-radius: 5px;
    background-color: #F58221 !important;
    margin-right: 1.5rem;
    padding: 10px 12px;
}

.aside-menu .menu-nav > .telehealth.menu-item.menu-item-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .telehealth.menu-item.menu-item-active > .menu-link .menu-text {
    color: #8E8E8E;
}

.aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading,
.aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link {
    border-radius: 10px;
    margin: auto 12px;
    padding: 9px 13px;
}

.aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading,
.aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link {
    background-color: #C58D2B;
    border-radius: 10px;
    margin: auto 12px;
    padding: 9px 13px;
}

    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .menu-text,
    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
        color: #FFFFFF;
    }

    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .telehealth.img-icon,
    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .telehealth.img-icon {
        display: none;
    }

    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .telehealth.img-icon-hover,
    .aside-menu .menu-nav > .telehealth.menu-item.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .telehealth.img-icon-hover {
        display: inline !important;
    }


.aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading,
.aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link {
    background-color: #C58D2B;
    border-radius: 10px;
    margin: auto 12px;
    padding: 9px 13px;
}

    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .menu-text,
    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
        color: #FFFFFF;
    }

    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .telehealth.img-icon,
    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .telehealth.img-icon {
        display: none;
    }

    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .telehealth.img-icon-hover,
    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .telehealth.img-icon-hover {
        display: inline !important;
    }

.aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading,
.aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: #C58D2B;
    border-radius: 10px;
    margin: auto 12px;
    padding: 9px 13px;
}

    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text,
    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
        color: #FFFFFF;
    }

    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .telehealth.img-icon,
    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .telehealth.img-icon {
        display: none;
    }

    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .telehealth.img-icon-hover,
    .aside-menu .menu-nav > .telehealth.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .telehealth.img-icon-hover {
        display: inline !important;
    }

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg.telehealth.img-icon,
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg.telehealth.img-icon {
    height: 20px;
    width: 20px;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon svg.telehealth.img-icon,
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon svg.telehealth.img-icon {
    display: none !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon svg.telehealth.img-icon-hover,
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon svg.telehealth.img-icon-hover {
    display: inline !important;
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link svg.telehealth.img-icon {
    margin: auto 10px auto auto;
}

.aside-menu .menu-nav > .telehealth.menu-item.menu-item-open {
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    padding: 0px;
}

    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-open > .menu-heading,
    .aside-menu .menu-nav > .telehealth.menu-item.menu-item-open > .menu-link {
        background-color: #C58D2B;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 9px 13px;
    }

        .aside-menu .menu-nav > .telehealth.menu-item.menu-item-open > .menu-heading .menu-text,
        .aside-menu .menu-nav > .telehealth.menu-item.menu-item-open > .menu-link .menu-text {
            color: #FFFFFF;
        }

.aside-menu .menu-nav > .telehealth.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover {
    margin: 0px 13px;
}

.aside-menu .menu-nav > .telehealth.menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link:hover {
    background-color: #F2F2F2 !important;
    border-radius: 10px;
    padding: 0px 25px 0px 27px;
}

.aside-menu .menu-nav > .telehealth.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text,
.aside-menu .menu-nav > .telehealth.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
    color: #3F4254 !important;
}

.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .th-arrow.menu-arrow,
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .th-arrow.menu-arrow {
    color: #FFFFFF;
}

.aside-menu .menu-nav > .menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-heading .th-arrow.menu-arrow,
.aside-menu .menu-nav > .menu-item.menu-item-submenu.active:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active) > .menu-link .th-arrow.menu-arrow {
    color: #FFFFFF;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .th-arrow.menu-arrow,
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .th-arrow.menu-arrow {
    color: #FFFFFF;
}

.th-label-banner {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.th-label-banner-img {
    background-color: #EEEBE4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.th-label-banner-logo {
    border-radius: 5px;
}

.th-banner-img {
    width: 85% !important;
    height: auto !important;
    padding-left: 0px !important;
}

.navi-th-sign-out {
    position: absolute;
    border-top: 1px dashed #EBEDF3;
    bottom: 18px;
    width: 100%;
}

.display-vertically {
    height: 80vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}

.th-d-grid {
    width: 55rem !important;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
    color: #106636;
}

.telehealth.table-responsive .table.table-vertical-center th, .table.table-vertical-center td {
    font-size: 13px !important;
    color: #9E9E9E;
}

.th-details-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.th-details-mr {
    margin: 0.5rem !important;
}

.dropzone.dropzone-default .dz-remove {
    color: #C8C8C8;
    font-size: 1rem;
}

    .dropzone.dropzone-default .dz-remove:hover {
        color: #106636;
    }

.form-control {
    color: #000000;
}

    .form-control:focus,
    .form-control:focus-visible {
        color: #000000;
    }

.form-group label {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 100;
}

    .form-group label a {
        color: #106636;
        font-size: 1.2rem;
        font-weight: 100;
    }

        .form-group label a:hover {
            color: rgb(16, 102, 54);
        }

.form-group .form-link {
    color: #106636;
    font-size: 1.2rem;
    font-weight: 100;
    text-decoration: underline;
}

input.form-control.uploadDoc:placeholder-shown {
    border: 1px dashed #B5B5C3;
    border-radius: 5px;
}

.th-heading {
    font-size: 3.25rem !important;
    color: #106636 !important;
}

.sm-th-heading {
    font-size: 1.25rem;
    font-weight: 10;
    color: #3C3C3C;
}

.card.card-custom > .card-header .card-title .card-label.th-heading {
    color: #106636 !important;
    font-weight: 550;
    padding: 25px 0px 10px 0px;
}

.th-category-bg {
    border-radius: 13px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-btn {
    width: 100%;
    height: 55px;
    border-radius: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    background: rgba(238, 238, 238, 0.25);
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-content: center;
}

.telehealth.content-box {
    border-radius: 13px;
    background-color: #106636 !important;
}

    .telehealth.content-box.active {
        background-color: #C58D2B !important;
    }

.telehealth.content-text {
    font-size: 16px;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 4rem;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    filter: brightness(95%);
}

.ribbon-target.th-ribbon {
    top: 4.75rem;
    right: -6.5px;
    background-color: #ea3728 !important;
}

.th-article-label {
    color: #9E9E9E;
    font-weight: 300;
    font-size: 1rem;
}

.th-col-article-category {
    border-right: 0.5px solid #9E9E9E
}

.th-col-article-date {
    display: flex;
    justify-content: end;
}

.text-muted.form-label-span {
    font-size: 12px !important;
    font-weight: 10;
    color: #C8C8C8;
}

.telehealth.radio > span {
    background-color: #fff;
    border: 1px solid #c5c7d1;
}

.telehealth.radio > input:checked ~ span {
    background-color: #C58D2B;
}

.txt-red {
    color: #EA3728 !important;
}

.txt-grey {
    color: #A1A1A1 !important;
}

.txt-blue {
    color: #28B8E8 !important;
}

    .txt-blue:hover {
        color: #28B8E8 !important;
    }

.txt-dark-green {
    color: #106636 !important;
}

    .txt-dark-green.h1 {
        font-size: 3.25rem !important;
    }

    .txt-dark-green:hover {
        color: #106636 !important;
    }

.th-bg-blue {
    background-color: #28B8E8 !important;
}

.th-bg-purple {
    background-color: #CB62F0 !important;
}

.th-bg-dark-green {
    background-color: #106636 !important;
}

.th-btn-red-close {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background-color: red;
    border: 0px;
    margin-top: -40px;
    margin-right: -52px;
}

    .th-btn-red-close span {
        font-size: 21px;
    }

.th-btn-grey-close {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background-color: #D9D9D9;
    border: 0px;
    margin-top: -40px;
    margin-right: -52px;
}

.th-btn-mr-lg {
    margin-right: 2rem !important;
}

.btn.btn-primary i {
    margin-top: 0.75rem !important;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #C58D2B;
    border-color: #C58D2B;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
    .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
        background-color: #A05C26;
        border-color: #A05C26;
    }

    .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text),
    .btn.btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-primary.dropdown-toggle,
    .show .btn.btn-primary.btn-dropdown {
        background-color: #A05C26;
        border-color: #A05C26;
    }

    .btn.btn-primary.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

.btn-add.btn.btn-primary {
    color: #FFFFFF;
    background-color: #C58D2B;
    border-color: #C58D2B;
    width: 100%;
    height: auto;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 10;
    align-content: center !important;
}

    .btn-add.btn.btn-primary i {
        font-size: 10px;
        padding-right: 0.35rem;
        vertical-align: middle;
        line-height: 1;
        position: relative;
        bottom: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0px !important;
    }

.btn.btn-green {
    color: #FFFFFF;
    background-color: #78CF70;
    border-color: #78CF70;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-green.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

.btn.btn-dark-green {
    color: #FFFFFF;
    background-color: #106636;
    border-color: #106636;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-dark-green.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

        .btn.btn-dark-green.btn-sm:hover {
            color: #FFFFFF;
        }

.btn-add.btn.btn-dark-green {
    color: #FFFFFF;
    background-color: #106636;
    border-color: #106636;
    width: 100%;
    height: auto;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 10;
    align-content: center !important;
}

.btn-add.btn.btn-orange {
    color: #FFFFFF;
    background-color: #F58221;
    border-color: #F58221;
    width: 100%;
    height: auto;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 10;
    align-content: center !important;
}

    .btn-add.btn.btn-orange i {
        font-size: 10px;
        padding-right: 0.35rem;
        vertical-align: middle;
        line-height: 1;
        position: relative;
        bottom: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0px !important;
    }

.btn.btn-orange {
    color: #FFFFFF;
    background-color: #F58221;
    border-color: #F58221;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-orange.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

        .btn.btn-orange.btn-sm:hover {
            color: #FFFFFF;
        }

.btn.btn-grey {
    color: #FFFFFF;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-grey.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

        .btn.btn-grey.btn-sm:hover {
            color: #FFFFFF;
        }


.btn.telehealth-orange {
    color: #FFFFFF;
    background-color: #F5821F;
    border-color: #F5821F;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.4rem;
    font-weight: 10;
    align-content: center !important;
}

.btn.telehealth-purple {
    color: #FFFFFF;
    background-color: #CB62F0;
    border-color: #CB62F0;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.4rem;
    font-weight: 10;
    align-content: center !important;
}

.btn.btn-telehealth-turquoise {
    color: #FFFFFF;
    background-color: #019B91;
    border-color: #019B91;
    width: 277px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.4rem;
    font-weight: 10;
    align-content: center !important;
}

    .btn.btn-telehealth-turquoise.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
        align-content: center !important;
    }

        .btn.btn-telehealth-turquoise.btn-sm:hover {
            color: #FFFFFF;
        }

.btn.btn-time-slot {
    color: #106636;
    background-color: #FFFFFF;
    border-color: #F4F4F4;
    width: 100%;
    height: auto;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 10;
    margin-bottom: 0.75rem !important;
    padding: 15px 10px;
}

    .btn.btn-time-slot:hover {
        color: white;
        background-color: #106636;
        border-color: #106636;
    }

    .btn.btn-time-slot.active {
        color: white;
        background-color: #106636 !important;
        border-color: #106636 !important;
    }

.btn.btn-primary.btn-lg.th-btn-lg {
    width: 100% !important;
}

.th-view-edit {
    margin-right: 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.teleHealth.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle,
.show .btn.btn-primary.btn-dropdown {
    color: #FFFFFF;
    background-color: #28B8E8;
    border-color: #28B8E8;
}

.teleHealth.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #A05C26;
    border-color: #A05C26;
}

.teleHealth.btn.btn-green:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-green:focus:not(.btn-text), .btn.btn-green.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #78CF70;
    border-color: #78CF70;
}

.teleHealth.btn.btn-secondary {
    color: #000000;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    width: 277px;
    height: 50px;
    border-radius: 13px;
    font-size: 1.1rem;
    font-weight: 10;
    align-content: center !important;
}

    .teleHealth.btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-secondary:focus:not(.btn-text), .btn.btn-secondary.focus:not(.btn-text) {
        color: #FFFFFF;
        background-color: #C58D2B;
        border-color: #C58D2B;
    }

    .teleHealth.btn.btn-secondary:not(:disabled):not(.disabled):active, .teleHealth.btn.btn-secondary:not(:disabled):not(.disabled).active, .show > .teleHealth.btn.btn-secondary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #C58D2B;
        border-color: #C58D2B;
    }

    .teleHealth.btn.btn-secondary.btn-sm {
        width: 7.5rem;
        height: 38px;
        border-radius: 7px;
    }

.timeline.timeline-1 .timeline-item .telehealth.timeline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    font-weight: 400;
    color: #B5B5C3;
    text-align: right;
}

.timeline.timeline-1 .timeline-item .telehealth.timeline-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
    z-index: 0;
}

.timeline.timeline-1 .telehealth.timeline-sep {
    z-index: 0;
    content: '';
    position: absolute;
    left: 53.5px;
    width: 1.5px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
}

.text-th-light-brown {
    color: #C58D2B !important;
}

.text-th-dark-brown {
    color: #721C12 !important;
}

.text-th-red {
    color: #EA3728 !important;
}

.text-th-dark-green {
    color: #106636 !important;
}

.text-th-orange {
    color: #F9AC1D !important;
}

.text-th-success {
    color: #78CF70 !important;
}

.text-th-primary {
    color: #28B8E8 !important;
}

.text-th-purple {
    color: #E222CE !important;
}

.label.label-inline.th-green {
    color: #106636 !important;
    background-color: #B9DFCA !important;
}

.label.label-inline.th-blue {
    color: #28B8E8 !important;
    background-color: #B1ECFF !important;
}

.label.label-inline.th-red {
    color: #E33939 !important;
    background-color: #FBD2D2 !important;
}

.label.label-inline.th-grey {
    color: #9E9E9E !important;
    background-color: #EAEAEA !important;
}

.th-edit-text-area {
    color: #8E8E8E !important;
    background-color: transparent !important;
}

.telehealth.border-left {
    color: white !important;
}

.telehealth.border-right {
    color: white !important;
}

.telehealth > div.dataTables_wrapper div.dataTables_length label {
    color: #9E9E9E;
}

.telehealth > div.dataTables_wrapper div.dataTables_filter label {
    color: #9E9E9E;
}

.telehealth > div.dataTables_wrapper div.dataTables_info {
    color: #9E9E9E !important;
}

.telehealth > .dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    font-weight: 500;
    color: #106636 !important;
}

.telehealth > .dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    color: #9E9E9E;
}

.telehealth > .dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #106636;
    color: #ffffff;
}

.telehealth > .dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #106636;
    color: #ffffff;
}

.telehealth > .dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
    color: #C58D2B !important;
}

.telehealth > .dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc {
    color: #C58D2B !important;
}

    .telehealth > .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable td.sorting_desc:after {
        opacity: 1;
        color: #C58D2B !important;
    }

.telehealth > .dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:before {
    opacity: 1;
    color: #C58D2B !important;
}

.page-item.active .page-link {
    z-index: auto;
}

.th-radius-1 {
    border-radius: 13px;
}

.th-pointer {
    cursor: pointer !important;
}

.th-underline {
    text-decoration: underline !important;
}

.telehealth.checkbox > span {
    background-color: #FFFF;
    border: 1px solid #ceced7;
}

.telehealth.checkbox > input:checked ~ span {
    background-color: #C58D2B;
}

.aside-minimize .aside-menu .menu-nav > .telehealth.menu-item.position-absolute.bottom-0.w-100.pt-5.pl-5.pr-5.pb-0 {
    display: none !important;
}

.dbe-logo-banner {
    width: 17%;
    height: 87%;
}

.dbe-hands-banner {
    width: 100%;
    height: 87%;
}

.dbe-flag-banner {
    width: 100%;
    height: 87%;
}

@media screen and (min-width: 1537px) {

    .dbe-logo-banner {
        width: 14%;
        height: 68%;
    }

    .dbe-hands-banner {
        width: 88%;
        height: 68%;
        position: relative !important;
        left: 9%;
    }

    .dbe-flag-banner {
        width: 78%;
        height: 68%;
        position: relative !important;
        left: 22%;
    }
}

@media (min-width: 992px) {

    .header-fixed .wrapper {
        padding-top: 0;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 119px;
    }

    .aside-fixed .wrapper {
        padding-left: 265px;
    }

    .aside-fixed.aside-minimize .wrapper {
        padding-left: 70px;
    }

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .header .header-menu .menu-nav > .telehealth.menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
    .header .header-menu .menu-nav > .telehealth.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .header .header-menu .menu-nav > .telehealth.menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link,
    .header .header-menu .menu-nav > .telehealth.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link {
        background-color: #C58D2B;
    }
}

@media (min-width: 992px) {
    .header .header-menu .menu-nav > .telehealth.menu-item > .menu-link .menu-text {
        color: #000000;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .content {
        padding: 25px 0 0 0;
    }

    .footer-fixed .content {
        padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {

    .header-mobile-fixed .wrapper.telehealth {
        padding-top: 0px;
    }

    .txt-dark-green.h1 {
        font-size: 1.5rem !important;
    }

    .register-th {
        width: 330px !important;
    }

    .reg-card {
        width: 325px !important;
    }

    .login-th {
        width: 330px !important;
    }

    .login-card {
        width: 325px !important;
    }

    .avatar-upload-profile {
        margin: -13.5px auto auto auto !important;
    }

        .avatar-upload-profile .avatar-preview {
            width: 46px !important;
            height: 46px !important;
        }

    .avatar-upload .avatar-preview {
        width: 92px;
        height: 92px;
    }

    .avatar-upload .avatar-edit input + label {
        width: 26px;
        height: 26px;
    }

    .avatar-upload .avatar-edit label .uploadImage {
        top: 6%;
    }

    .avatar-upload-user-aside .avatar-preview {
        width: 75px !important;
        height: 75px !important;
    }

    .th-symbol-right {
        margin-right: 0px !important;
    }

    .th-d-grid {
        width: 19rem !important;
    }

    .telehealth.img-icon {
        width: 16px;
    }

    .telehealth.img-icon-bg-dark-green {
        padding: 2px 6px;
    }

    .telehealth.img-icon-bg-light-brown {
        padding: 2px 6px;
    }

    .telehealth.img-icon-bg-orange {
        padding: 2px 6px;
    }

    .th-reg-prof-label {
        margin-bottom: 1rem !important;
    }

    .telehealth.menu-item.menu-item-submenu {
        margin-right: 0px !important;
    }

    .brand {
        display: inline-block;
    }

    .telehealth.brand-logo.logged-in {
        margin-left: 1.1rem !important;
    }

    a.telehealth.brand-logo {
        margin-left: 2rem !important;
        margin-right: 0px !important;
    }

        a.telehealth.brand-logo.mobile-anon {
            margin-left: -4rem !important;
            margin-right: 0px !important;
        }

    .th-banner-img {
        width: 50% !important;
    }

        .th-banner-img.th-banner-img-lg {
            margin-left: -7px !important;
        }

    .th-heading {
        font-size: 2.25rem !important;
    }

    .sm-th-heading {
        font-size: 1.1rem;
    }

    .th-details-end {
        justify-content: flex-start !important;
    }

    .th-details-mr {
        margin-bottom: 0px !important;
    }

    .ribbon-target.th-ribbon {
        top: 2.75rem;
    }

    .form-group label {
        font-size: 12px;
    }

        .form-group label a {
            font-size: 12px;
        }

    .form-group .form-link {
        font-size: 12px;
    }

    .th-btn-red-close {
        width: 26px;
        height: 26px;
        margin-top: -29px;
        margin-right: -56px;
    }

        .th-btn-red-close.th-details-btn-red-close {
            margin-top: -53px !important;
        }

        .th-btn-red-close span {
            font-size: 16px;
        }

    .btn.btn-primary {
        width: 130px !important;
        height: 35px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .btn.btn-primary i {
            margin-top: -0.25rem !important;
        }

    .btn.btn-dark-green {
        width: 130px !important;
        height: 35px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn.btn-orange {
        width: 130px !important;
        height: 35px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn.btn-grey {
        width: 130px !important;
        height: 35px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn.btn-time-slot {
        margin-bottom: 0.65rem !important;
    }

    .btn-mobile-select {
        margin-left: 2.07rem !important;
    }

    .th-btn-mr-lg {
        margin-right: -0.48rem !important
    }

    .th-view-edit {
        margin-top: 0.5rem !important;
        margin-right: 0rem !important;
    }

    .th-datepicker-lg {
        margin-top: 0.75rem !important;
        padding: 0px !important;
    }

    .telehealth.content-box {
        width: 80%;
    }

    .telehealth.content-text {
        font-size: 12px;
    }

    .th-col-article-category {
        border-right: 0px !important;
    }

    .th-col-article-date {
        justify-content: start !important;
    }

    .modal-dialog.modal-md {
        width: 94% !important;
    }
}
