@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;800;900&display=swap');

html, body {
    height: 100%;
    margin: 0;
}

    body * ::selection {
        background-color: #6b6b6b;
        color: white;
    }

body {
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff !important;
    font-weight: 600;
    color: #717e8e;
    transition: .5s
}

.no-padding {
    padding: 0px !important;
}


.btn-primary {
    background-color: #6183cc !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: 13px !important;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) !important;
    border-color: transparent !important;
    transition: background 0.8s !important;
    padding: 8px 30px !important;
    border-radius: 20px !important;
    outline: none !important;
    text-transform: inherit !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
    /* border: 1px solid #6183cc !important; */
}

    .btn-primary:hover {
        /* box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.2); */
        /* background-color: #6183cc; */
    }

    .btn-primary.focus, .btn-primary:focus {
        outline: none !important;
        background-color: #6183cc !important;
    }

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #6183ccbf;
        border-color: transparent;
        outline: none;
    }

    .btn-primary:hover {
        background: #ffffff radial-gradient(circle, transparent 1%, #ffffff 1%) center/15000% !important;
        color: #6183cc !important;
        /* border: 1px solid #6183cc !important; */
    }

    .btn-primary:active {
        background-color: #6183cc !important;
        background-size: 100% !important;
        transition: background 0s !important;
        color: white !important;
    }

.form-control {
    height: 30px;
    border-radius: 0px;
    /* border-color: #6183cc; */
    border: 1px solid #dadada !important;
    box-shadow: none !important;
    background-color: #edeef6 !important;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #6183cc8c;
    }

label {
    font-size: 12px;
    color: #585858;
    margin-bottom: 5px;
    font-weight: 500;
}

/*.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #6183cc !important;
    border-color: #6183cc;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #6183cc !important;
    border-color: #6183cc;
}*/

.muted-t {
    color: #a7a7a7;
}

.h100p {
    height: 100%;
}

#data-container label {
    margin-right: 10px;
}

#modalImage {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

#ABHAImage {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f5f5f5;
}

.login-card {
    height: 100%;
    overflow-y: auto;
}

.imgDisplay {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginCover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    position: relative;
}

.logoImg {
    margin: auto;
    width: 115px;
    margin-bottom: 25px;
}

.loginForm {
    margin-top: 30px;
    padding: 0px 35px;
}


h4 {
    font-size: 28px;
    color: #585858;
}

.small-caption {
    font-size: 13px;
    color: #585858;
    display: block;
    margin-bottom: 25px;
}

span.fe.fe-arrow-left-circle:hover {
    margin-right: 6px;
}

@media (min-width: 768px) {
    .no-padding-md {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .loginContainer {
        width: 100% !important;
    }

    .mb-xs {
        margin-bottom: 10px !important;
    }
}


.newUserText {
    text-align: center;
    font-size: 13px;
    color: #6183cc;
    font-weight: 500;
    cursor: pointer;
    padding-top: 12px;
}

.newUserRegT {
    user-select: none;
    cursor: pointer;
}

.no-overflow {
    overflow: hidden;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.full-h {
    height: 100%;
}


.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99999;
}

.logo {
    height: 8.5em;
}

.loading-bar {
    width: 220px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}

    .loading-bar::before {
        content: '';
        width: 130px;
        height: 2px;
        background: #6183cc;
        position: absolute;
        left: -34px;
        animation: bluebar 1.5s infinite ease;
    }

@keyframes bluebar {
    50% {
        left: 96px;
    }
}

.error-text {
    text-align: left !important;
    font-size: 12px;
    color: #ff5050 !important;
    margin-top: 4px;
    transition: .5s;
    font-weight: 500;
}

.modal {
    text-align: center;
}
.modal {
    z-index: 999999 !important;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    padding: 20px !important;
}


.navigationBar {
    position: fixed;
    background-color: white;
    top: 0;
    width: 100%;
    height: 50px;
    /* overflow: hidden; */
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    /*z-index: 999;*/
    z-index: 1050;
}

.ml-auto {
    height: 100%;
    margin-left: auto;
}

.mtb-30 {
    margin: 30px 0px 10px 0px;
}

.f-14 {
    font-size: 14px;
}

.m-f {
    margin-left: auto;
    margin-right: 10px;
}
.btn-sm {
    padding: 5px 30px !important;
    font-size: 12px !important;
}
.flexArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 0px;
}

.navItem {
    color: #777;
    font-size: 18px;
    padding-right: 25px;
    cursor: pointer;
    transition: .5s;
}

    .navItem:hover {
        opacity: .8;
    }

.side-nav {
    position: fixed;
    right: 0;
    height: calc(100% - 50px);
    width: 0px;
    background-color: white;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    top: 50px;
    transition: .5s;
    overflow: hidden;
    z-index: 9999;
}

.main-nav {
    position: fixed;
    right: 0;
    height: calc(100% - 50px);
    width: 0px;
    background-color: white;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    top: 50px;
    transition: .5s;
    z-index: 99999999;
    overflow: hidden;
    box-shadow: 4px 1px 4px 0px rgba(0,0,0,0.15);
}

.notification-header {
    padding: 12px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e5ed;
}

.app-switcher-header {
    padding: 12px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e5ed;
}

.closeNotif, .closeSwitcher {
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #777;
}

.nav-icon-active {
    color: #6183cc !important;
}

.notifBodyArea, .watingBodyArea {
    height: 100%;
}

.watingBodyArea {
    overflow: auto;
    height: calc(100% - 60px);
}

.notifBody {
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 60px;
}

    .notifBody::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    .notifBody::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .notifBody::-webkit-scrollbar-thumb {
        background-color: #9b9b9b;
    }

.notFound {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    text-align: center;
    font-size: 13px;
    color: #989898;
}

.relative-div {
    position: relative;
}

.nav-close-icon {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 22px;
    color: #717e8e;
    cursor: pointer
}

.nav-profile-container {
    /*background-image: url(../assets/img/user2.jpeg);*/
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 4px solid #e2e5ed;
}

.ml-15 {
    margin-left: 15px
}

.nav-username {
    font-size: 16px;
}

.nav-specialty {
    font-size: 10px;
    text-transform: uppercase;
    color: #cacaca;
}

.default-nav-user-avatar {
    font-size: 61px;
    color: #e2e5ed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-item-single {
    overflow: hidden;
    background: linear-gradient(to right, #98314e, #98314e 50%, #717e8e 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s ease;
    text-decoration: none;
}

.nav-item-single:hover {
    background-position: 0 100%;
}


.patient-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #29C0E2;
    color: white;
    padding: 20px;
}

.appointment-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #FFAED6;
    color: white;
    padding: 20px;
}

.referral-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #58D3B1;
    color: white;
    padding: 20px;
}

.review-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #FBAE17;
    color: white;
    padding: 20px;
}

.televisit-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #FF5045;
    color: white;
    padding: 20px;
}

.campaign-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #98314E;
    color: white;
    padding: 20px;
}

.inbox-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #2a5651;
    color: white;
    padding: 20px;
}


.logout-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #F24444;
    color: white;
    padding: 20px;
}

.settings-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #F2B90F;
    color: white;
    padding: 20px;
}


.dashboard-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #E69A8D;
    color: white;
    padding: 20px;
}

.reports-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #606060;
    color: white;
    padding: 20px;
}


.faq-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #6183cc;
    color: white;
    padding: 20px;
}


.help-desk-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #f8a055;
    color: white;
    padding: 20px;
}


.issue-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #8593ae;
    color: white;
    padding: 20px;
}

.centered-icon-container:hover {
    filter: drop-shadow(6px 4px 4px rgba(0,0,0,0.2));
}

.nav-contact {
    font-size: 12px;
}

.apps-nav-head {
    border-bottom: 1px solid #e2e5ed;
    border-top: 1px solid #e2e5ed;
    padding: 10px;
}

.open-main-nav-btn.active-btn {
    color: #98314e;
}

.nav-head-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e5ed;
    padding-bottom: 20px;
}


    .notFound img {
        filter: grayscale(1.5) opacity(0.5);
    }

.notifItem {
    padding: 10px;
    font-size: 13px;
    color: #777;
    border-bottom: 1px solid #f1f1f1;
    background-color: white;
    margin: 10px;
}

.app-icon {
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e2e5ed;
    padding: 8px;
    cursor: pointer;
}

.app-name {
    font-size: 12px;
    color: #777;
    padding-top: 8px;
}

.mt-20 {
    margin-top: 25px;
    cursor: pointer;
    transition: .5s;
}

/*.col-xs-4.text-center.mt-20:hover {
    transform: scale(1.1);
}*/

.navContainer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e5ed;
}

.userAvatar {
    font-size: 60px;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
    color: #e8e8e8;
}

.edit-profile-pic {
    font-size: 12px;
    padding-top: 10px;
    color: #6183cc;
    cursor: pointer;
}

.pt-60 {
    padding-top: 60px;
}

.ml-220 {
    margin-left: 220px;
    overflow-x: hidden;
    transition: .5s;
}

.ml-0 {
    margin-left: 0px !important;
}

.messageText span {
    font-size: 20px;
    color: #777;
}

.messageText {
    color: #777;
    padding: 120px 10px 20px 10px;
    overflow: hidden;
}

.navSwitcher {
    font-size: 16px;
    border: 1px solid #e2e5ed;
    border-radius: 50%;
    padding: 2px;
    margin: 0px 0px 0px 10px;
    color: #777;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.navLogo {
    width: 90px;
    padding: 12px;
    cursor: pointer;
    margin-left: 15px;
}

.card {
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e2e5ed;
    margin-bottom: 10px;
    /*margin-left:5px;*/
}

.mt-10 {
    margin-top: 10px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}


    .upload-btn-wrapper input[type=file] {
        /* font-size: 100px; */
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .upload-btn-wrapper .btn {
        cursor: pointer;
    }

.required-label {
    color: red;
}

.mb-10 {
    margin-bottom: 10px;
}

.loading-animation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .loading-animation > img {
        height: 5.5em;
        transform: translateZ(0);
    }

.remember-me-container {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
    padding-right: 5px;
}

.remember-me-label-text {
    position: relative;
    top: 3px;
    left: 6px;
}

#select-practice-ul > li {
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer
}

.dx-dropdownlist-popup-wrapper {
    z-index: 999999 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 5px #e74c3c;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 5px #2ecc71;
}

.jconfirm.jconfirm-box. {
    border-radius: 0px !important;
    transition: .5s;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0px !important;
}

button.btn.btn-blue {
    font-size: 11px !important;
    border-radius: 20px !important;
    padding: 5px 20px 3px !important;
    background-color: #6183cc !important;
}

.jconfirm-content-pane.no-scroll {
    padding-left: 8px !important;
}

.jconfirm-content {
    font-size: 13px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 22px;
        left: 4px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.copy-btn {
    display: flex;
}

.p-div {
    padding: 22px !important;
}
.p-50 {
    padding: 50px !important
}
.block {
    display: block !important;
}

.widget-absolute {
    border: 1px black solid;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 30px;
    border-radius: 6px;
    background-color: #c3bfbf;
    /* color: white; */
}

.widget-relative {
    position: relative;
}

.feature-container-1 {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 4px;
    color: #7b7b7b;
    font-weight: bold;
}

.wid-relative {
    position: relative;
}

.wid-absolute {
    position: fixed;
    left: -176px;
}

.loader-inactive {
    transition: .5s;
}

.fl-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-loader {
    animation: spin 3s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-loader .fe-loader {
    font-size: 18px !important;
}

.fl-error {
    display: flex;
}

.try-again-sect {
    font-size: 13px;
    position: relative;
    padding-right: 2px;
    transition: .5s;
    color: #6183cc;
    font-weight: 500;
    cursor: pointer;
}

.bell-icon-container {
    background-color: #6183cc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block
}

#div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
}

#div-common-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
}

.no-pointer-events {
    pointer-events: none;
}

.not-allowed-cursor {
    cursor: not-allowed;
}

.float-right {
    float: right;
}

.cursor-pointer {
    cursor: pointer;
    text-decoration: none !important;
}

.sidebar-overlay {
    /*width: 100%;*/
    height: 100%;
    background-color: #00000069;
    transition: .5s;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

.no-location-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

    .no-location-cont > .fe-hard-drive {
        font-size: 60px;
        opacity: .15;
        margin-bottom: 15px;
    }

.no-location-text {
    font-size: 18px;
    opacity: .3;
}

.side-bar-footer-area {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background-color: white;
    padding: 13px 25px 10px;
    border-top: 1px solid #e2e5ed;
    text-align: right;
}

.edit-profile-img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}

.profile-img-action-container {
    display: flex;
    margin-top: 10px;
}

.btn-error {
    background-color: #ff5050 !important;
}

    .btn-error:hover {
        color: #ff5050 !important;
    }

    .btn-error:active, .btn-error:focus {
        background-color: #ff5050 !important;
    }

.f-80 {
    font-size: 80px !important;
}

.f-50 {
    font-size: 50px !important;
}

.pad-15 {
    padding: 15px !important
}

.gift-icon {
    color: #FFAED6;
}

.phone-icon {
    color: #29C0E2;
}

.gender-icon {
    color: #F09577;
}

.address-icon {
    color: #98314E;
}

.email-icon {
    color: #FF5045;
}

.fax-icon {
    color: #2A5651;
}

.location-name-text {
    font-size: 16px;
    color: #777;
    width: 330px;
    word-break: break-all;
}

    .location-name-text > .l-name-card-head {
        background-color: #98314e;
        color: white;
        padding: 0px 20px;
        border-radius: 3px;
    }

.no-widget-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #555;
    padding: 0px 60px;
}

.no-widget-head {
    font-size: 20px;
    margin-top: 15px;
    display: block;
}

.widget-absolute {
    position: absolute;
    top: 13px;
    border: 1px solid #98314e;
    background-color: #98314e;
    color: white;
}

.url-pre-widget {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
}

.widget-absolute.btn {
    color: white !important;
}

    .widget-absolute.btn:focus, .widget-absolute.btn:active {
        opacity: .6 !important;
    }



/* DataGrid Styles */

.dx-datagrid.dx-gridbase-container.dx-datagrid-borders * {
    border: none !important;
}



.dx-datagrid .dx-command-select .dx-checkbox-container {
    border: 1px solid #ddd !important;
}


.dx-datagrid-search-panel.dx-show-invalid-badge.dx-textbox.dx-texteditor.dx-editor-outlined.dx-searchbox.dx-show-clear-button.dx-texteditor-empty.dx-widget {
    border: 1px solid #e2e5ed !important;
}

tr.dx-row.dx-column-lines.dx-header-row {
    border: 1px solid #e2e5ed !important;
    line-height: 3 !important;
}

tr.dx-row.dx-column-lines.dx-datagrid-filter-row {
    border: 1px solid #e2e5ed !important;
}

table.dx-datagrid-table.dx-datagrid-table-fixed.dx-pointer-events-none {
    border: 1px solid #e2e5ed !important;
}

tr.dx-row.dx-data-row.dx-row-lines.dx-column-lines {
    border: 1px solid #e2e5ed !important;
}

.dx-editor-cell .dx-texteditor, .dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background-color: #f5f6fa !important;
    border-radius: 0 !important;
}

tr.dx-row.dx-column-lines.dx-datagrid-filter-row {
    background-color: #f5f6fa;
}

.dx-button-normal.dx-button-mode-contained.dx-widget.dx-dropdowneditor-button {
    background-color: #f5f6fa !important;
}


.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
    border-left: 1px solid #e2e5ed !important;
}

    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons > a {
        font-size: 13px !important;
    }

.section-header-white {
    padding: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e5ed !important;
    margin-top: 10px !important;
    color: #717e8e !important;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.migrate-head-s {
    margin: 15px;
    padding: 25px;
}


.main-nav-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e2e5ed;
    cursor: pointer;
    color: #555;
    transition: .5s;
}

    .main-nav-item:hover {
        background-color: #f5f6fa;
    }
.practice-name-container {
    border: 1px solid #e2e5ed;
    padding: 6px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 15px;
    background-color: #edeef640;
    color: #717e8e;
}


.pt-55 {
    padding-top: 60px;
}
.pt-60 {
    padding-top: 60px;
}


.modal-para {
    text-align: center;
    display: flex;
    color: #555;
    padding: 0px 0px 15px;
}

.c-m {
    color: #999;
}


.practice-selector {
    display: flex;
    flex-direction: column;
}

.practice-selector label.btn {
    margin: 5px;
    text-transform: uppercase;
}

.practice-selector label.btn.active {
    color: #ffffff;
    background-color: #6183cc;
    border-color: #6183cc;
    box-shadow: none !important;
}


.nav-body {
    overflow: auto;
    height: calc(100% - 205px);
}

    .nav-body::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        /* border-radius: 10px; */
        background-color: #f9f9f9;
    }

    .nav-body::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9;
    }

    .nav-body::-webkit-scrollbar-thumb {
        /* border-radius: 10px; */
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
        background-color: #ccc;
    }



.code-container {
    border: 1px solid #e2e5ed;
    padding: 5px 10px;
    margin-bottom: 15px;
}


.code-item {
    background-color: #2a5651;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin: 0px 5px 0px 0px;
}

.code-data-container {
    padding: 1px 20px;
}

.code-data-container1 {
    padding: 1px 20px;
}

.code-data-container2 {
    padding: 1px 20px;
}

#outer {
    width: 100%;
    text-align: center;
}

.inner {
    display: inline-block;
}
div.dataGrid * {
    font-size: 13px !important;
    border-color: #e2e5ed !important;
}

div.dataGrid {
    max-width: 100% !important;
}
.removeCode {
    padding-right: 5px;
    position: relative;
    top: -1px;
    font-size: 14px;
    cursor: pointer;
}

.spec-name {
    font-weight: bold;
    color: #555;
    font-size: 12px !important;
}


/*Mini Chat Css Start */
.mini-chat-window {
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 0px;
    z-index: 99;
    background-color: white;
    width: 350px;
    border: 1px solid #e2e5ed;
    transition: .5s;
    overflow: hidden;
}

.mini-chat-header {
    background-color: #f5f6fa;
    padding: 10px;
    border-bottom: 1px solid #e2e5ed;
}

    .mini-chat-header > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        color: #555;
    }

.closeMiniChat {
    cursor: pointer;
}

.mini-chat-body, .mini-chat-area {
    height: calc(100% - 65px);
    padding: 5px;
}

.mini-chat-area {
    overflow-y: auto;
}

.mini-right-chat {
    display: flex;
    align-items: flex-end;
}

.mini-left-chat {
    display: flex;
    align-items: flex-end;
}

.mini-right-chat .c-cont {
    margin-left: auto;
    background-color: #f5f6fa;
    color: #968993;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 5px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 25px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 75%;
    font-size: 13px;
    word-break: break-word;
}


.mini-left-chat .c-cont {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #6183cc;
    color: #fff;
    padding: 16px 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 5px;
    max-width: 75%;
    font-size: 13px;
    word-break: break-word;
}

.left-name-initials {
    width: 20px;
    height: 20px;
    background-color: #6183cc;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-right: 8px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-initials {
    width: 20px;
    height: 20px;
    background-color: #6183cc;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    /* margin-right: 8px; */
    background-color: #f5f6fa;
    color: #968993;
    border: 1px solid #dcdcdc;
    margin-left: 8px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sms-status {
    font-size: 11px;
    color: #aab0b7;
    text-transform: capitalize;
    text-align: right;
    margin-right: 32px;
}

.left-status {
    margin-left: 32px;
    margin-right: 0px !important;
    text-align: left;
}

.sms-timestamp {
    font-size: 11px;
    color: #aab0b7;
    margin-left: 28px;
    text-transform: capitalize;
    text-align: right;
    margin-right: 32px;
    margin-bottom: 15px;
}

.left-timestamp {
    text-align: left;
    margin-left: 32px;
    margin-right: 0px !important;
}

.footer-container {
    position: absolute !important;
    bottom: 5px !important;
    width: 96% !important;
    display: flex !important;
    align-items: center !important;
    border-top: 1px solid #e2e5ed !important;
    padding-top: 5px !important;
    background-color: white !important;
}

.send-mes-btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.2);
}

textarea {
    resize: none;
}
.search-prov-btn {
    border: 1px solid #ccccd3;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 15px;
    cursor: pointer;
    top: 23px;
    left: 10px;
}

.mini-chat-area::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.mini-chat-area::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.mini-chat-area::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.sms-pre-text {
    border: 0px;
    padding: 0px;
    background: transparent;
    font-family: "IBM Plex Sans", sans-serif;
    white-space: pre-wrap;
  
   /* font-family: 'Nunito';
    color: #777;
    font-weight: 600;
    margin: 0;*/
}

/*Mini Chat Css End */
.patient-name-anc {
    color: #6183cc;
    /* background-color: #6183cc; */
    border-radius: 3px;
    padding: 1px 0px 3px;
    text-align: left !important;
    cursor: pointer;
    /*font-weight: bold;*/
}


.dx-texteditor-input-container .dx-texteditor-input {
    padding-top: 3px !important;
    font-size: 12px !important
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper.dx-dropdownlist-popup-wrapper.dx-selectbox-popup-wrapper {
    z-index: 999999999 !important;
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-date.dx-datebox-wrapper-calendar {
    z-index: 99999999 !important;
}

/*.fl-sp-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-f {
    display: flex;
}

#dateRangeSelector {
    display: flex;
    position: relative;
    top: -7px;
    margin: 0px 10px;
    align-items: baseline;
}
*/

input.dx-texteditor-input {
    position: relative;
    top: 0px;
}

.apexcharts-canvas {
    z-index: 5 !important
}

.nav-tabs > li {
    z-index: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e8edff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
    background-color: #e8edff5c !important;
}

.dx-placeholder {
    top: -3px !important;
    color: #999;
}

.app-version {
    text-align: center;
    padding: 0px 0px 25px 0px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

#p_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 245px;
}


.hiu-nav-item {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background-color: #86B6F6;
    color: white;
    padding: 20px;
}

.modal {
    z-index: 999999 !important;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed !important;
}

.p-25{
    padding:25px !important;
}

.d-block{
    display: block !important;
}

.card.p-relative.t-minus{
    margin-left:0px !important;
}

#btn-clear-patient-search{
    margin-left:0px !important;
}