body {
    font-family: 'Quicksand', sans-serif;
}

.body-bg-color {
    background-color: #EFEFEF;
    font-family: 'Quicksand';
}

.primary-color {
    color: #842d72;
    font-size: 15px;
}

.splash-container {
    background-color: #fff;
    display: flex;
    height: 80vh;
    margin-top: 10vh;
}

.btn-primary {
    background-color: #842d72;
    border-color: #842d72;
    width: 125px;
}

.btn-primary:hover {
    background-color: #955789;
    border-color: #842d72;
}

.login-image {
    background-image: url('../images/login-bg.png');
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started {
    color: #842d72;
    font-weight: bold;
}

.loginform-home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.form-card {
    padding: 30px;
}

.h3-login,
.p-login {
    color: #fff;
}

.login-1 {
    text-align: center;
    max-width: 290px;
}

.homelogo {
    top: 35px;
    right: 35px;
    position: absolute;
}

.splash-form {
    width: 50%;
}

.btn-width {
    width: 30%;
}

.splash-form-border {

    border-width: 0 0 1px 0;
    border-radius: 0px;
    padding: .075rem .75rem;
}

.forget-password {
    color: #842d72;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.forget-password:hover {
    color: #955789;
}

.p-form {
    text-align: right;
}

input:focus {
    border-color: #000 !important;
    outline: 0;
    box-shadow: none !important;
}

@media only screen and (max-width: 1024px) {

    .login-image {
        display: none;
    }

    .loginform-home {
        width: 100%;
    }

    .splash-form {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {

    .login-image {
        display: none;
    }

    .loginform-home {
        width: 100%;
    }

    .btn-width {
        width: 50%;
    }

    .splash-form {
        width: 80%;
    }
}

.dashboard-form {
    color: #842d72;
}

.btn-dashboard {
    width: 100%;
}

.btn-dashboard svg {
    margin-bottom: 3px;
}

.navbar-logo {
    width: 60%;
}

.ds-box {
    display: flex;
    background-color: #F7F7F7;
    padding: 15px 30px 20px 30px;
    align-items: center;
    border-right: 2px solid #fff;
}

.ds-box-data span,
.ds-box-data strong {
    width: 100%;
    display: block;
    font-weight: bold;
}

.ds-box-data strong {
    font-size: 28px;
}

.ds-box-2 {
    background-color: #F7F7F7;
    padding: 20px 20px 20px 20px;
    height: 248px;
    /* border-radius: 5px; */
    /* border-right: 1px solid #e9e9e9; */
}

.ds-box-data-2 strong {
    font-size: 24px;
    color: #842d72;
    margin-top: 10px;
}

.blocks {
    margin-top: 13px;
}

.head-center {
    text-align: center;
}

.head-data-center td {
    text-align: center;
}

.ds-box-data-2 span,
.ds-box-data-2 strong {
    width: 100%;
    display: block;
}

.box-data {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    margin-bottom: -25px;
}

.box-data ul {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 4px;
    padding-bottom: 15px;
}

/* .box-data .box-content-data {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
} */

.box-content-data .sub-heading {
    font-size: 12px;
}

.box-head-data h3,
.day-summary-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 70%;
}

.ds-box-data-2 span {
    font-size: 14px;
}

.ds-box-data-2 h3 {
    font-size: 12px;
}

.stat-user-counts {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 15px 12px 15px 12px;
}

.stat-user-counts * {
    width: 100%;
    display: block;
}

.stat-user-counts span.fw-bold {
    word-break: break-word;
}

.ds-box-icon {
    margin-left: auto;
}

.navbar {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 2px solid #842d72;
    box-shadow: 0px 2px 4px #00000029;
}

.page-content {
    padding-top: 68px;
}

.gd-navbar ul li {
    margin-right: 30px;
}

.gd-navbar ul li svg {
    width: 23px;
    height: 19px;
    margin-right: 4px;
}

.gd-navbar ul li:last-child {
    margin-right: 0px;
}

.gd-navbar ul li a {
    font-weight: 600;
}

.gd-navbar ul li a span {
    font-size: 14px;
}

.gd-navbar ul li a path {
    fill: rgba(0, 0, 0, .55) !important;
}

.gd-navbar ul li a.active,
.gd-navbar ul li a:hover,
.gd-navbar ul li a:focus {
    color: #842d72 !important;
}

.gd-navbar ul li a.active path,
.gd-navbar ul li a:hover path,
.gd-navbar ul li a:focus path {
    fill: #842d72 !important;
}


.gd-navbar ul li a span {
    border-bottom: 2px solid transparent;
}

.gd-navbar ul li a.active span,
.gd-navbar ul li a:hover span,
.gd-navbar ul li a:focus span {
    border-color: #842d72 !important;
}

.bill-stat-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.bill-stat-lists li {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px;
    position: relative;
    display: flex;
    padding-left: 15px;
    font-size: 14px;
}

.bill-stat-lists li:last-child {
    border-bottom: 0;
}

.bill-stat-lists li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.bill-stat-lists li span:last-child {
    margin-left: auto;
}

.bill-stat-lists li.status-ready-to-bill:before {
    background-color: #6DCBA3;
}

.bill-stat-lists li.status-no-resp:before {
    background-color: #763CEF;
}

.bill-stat-lists li.status-denials:before {
    background-color: #E1665D;
}

.bill-stat-lists li.status-clearing:before {
    background-color: #842D72;
}

.gray-bg {
    background: #F7F7F7;
}

#appointmentChart {
    max-width: 300px;
    margin: 0 auto;
}

.appointmentBackground {
    background-image: url("../images/map.png");
}

.box-data.customTable {
    height: auto;
    margin-bottom: 0rem !important;
}

.customBorder {
    border-radius: 5px !important;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 100%;
}

.customBorder .head-data-center,
tr {
    border-style: hidden !important;
}

.box-data.customMargin {
    width: 100%;
    margin-left: 1px;
}

/* 
.bottomBorder {
    border-bottom: 1px solid #dddddd;
} */

h4 {
    font-size: 14px;
    font-weight: bold;
}

h4 span {
    font-size: 14px;
    font-weight: 600;
    color: #842D73;
}

.accordion-body {
    background: #FCFCFC;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    color: #666666;
}

.accordion-body strong {
    font-weight: bold;
    color: #222222;
}

.accordion-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-body ul li {
    display: flex;
    border-bottom: 1px solid #E9E9E9;
    padding: 8px 0px;
}

.accordion-body ul li:last-child {
    border-bottom: 0;
}

.accordion-body ul li strong {
    margin-left: auto;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #842D73;
    font-weight: 600;
    background-color: #fcfcfc;
    font-size: 14px;
}

#headingOne button {
    font-size: 14px;
}

footer {
    background: #F7F7F7;
    text-align: center;
    padding: 15px 0px;
    margin-top: 50px;
}

footer p {
    margin-bottom: 0;
}

.h3dash {
    text-align: center;
    font-weight: bold;
}

.h3dash span {
    font-size: 10px;
}

.btn-sec {
    color: #842d72;
    border-color: #842d72;
}

.btn-sec:hover {
    color: #fff;
    background-color: #842d72;
}

.clr-filtrby {
    color: #842d72;
    border-color: #842d72;
}

.btn-Homedashboard {
    margin-top: 11px;
    margin-bottom: 10px;
}

.btn-Homedashboard button {
    line-height: 1;
    width: 120px;
    font-weight: 600;
}

.btn-Homedashboard button span {
    font-size: 8px;
}

.btn-HomedashboardPatient div button {
    line-height: 1;
    width: 88px;
    font-weight: 600;
    font-size: inherit;
}

.btn-HomedashboardPatient div {
    margin-right: -14px;
}

.btn-HomedashboardPatient div button span {
    font-size: 8px;
}


#navbarSupportedContent ul {
    widtH: 100%;
}

#navbarSupportedContent ul .dropdown li {
    margin-right: 0px;
}

#navbarSupportedContent ul li:last-child {
    margin-left: auto;
}

#navbarSupportedContent ul li:last-child button {
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}

#navbarSupportedContent ul li:last-child button img {
    width: 32px;
}

#navbarSupportedContent ul li:last-child button div {
    text-align: left;
    font-size: 12px;
}

#navbarSupportedContent ul li:last-child button span {
    width: 100%;
    display: block;
}

.adminpic {
    color: #842D72;
    font-weight: bold;
}

.adminpic span {
    color: #999999;
    font-weight: 100;
    margin-top: -6px;
}

.adminimg {
    margin-right: 8px;
    border-radius: 15px;
    height: 30px;
}

#navbarSupportedContent ul li:last-child button::after {
    display: none;
}

.donut-cart-row {
    margin: 0 auto;
    display: flex;
    width: 85%;
    font-size: 12px;
    text-align: center;
}

.donut-cart-row div:last-child {
    margin-left: auto;
    text-align: revert;
}


.donut-cart-row .comparison {
    margin-left: auto;
    text-align: revert;
}

.donut-cart-row div {
    font-size: 10px;
    font-weight: bold;
}

.dashboardChart2-cont {
    display: flex;
    /* height: 150px; */
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-left: -10px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.apexcharts-canvas:nth-of-type(2) {
    display: none;
}

.apexcharts-canvas:nth-of-type(3) {
    display: none;
}

.profile-menu {
    min-width: auto;
    width: 200px !important;
}

.profile-menu li {
    width: 100%;
}

.profile-menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.semi-donut-chart {
    margin-bottom: 30px;
}

.semi-donut-chart h3 {
    font-size: 1.15rem;
    font-weight: bold;
}

.text-right {
    text-align: right !important;
}

.profile-color {
    background-image: url('../images/profile-back.png');
    /* background-color: #853678; */
    font-weight: 800;
    color: white;
    text-align: center;
    height: 120px;
    line-height: 120px;
    font-size: xx-large;
    background-position: center;
}

.bg-color {
    background-color: #f8f9fa;
}

.custom-splash-container {
    background-color: #fff;
    display: flex;
    margin-top: 10vh;
    margin-right: 172px;
    margin-left: 172px;
}

.profile-form {
    border-left: 1px solid #e9e9e9;
    padding-left: 30px;
}

.profile-form .form-group {
    margin-bottom: 25px;
}

.profile-form label {
    font-weight: 600;
}

.form-group label {
    font-weight: 600;
}

form label {
    margin-bottom: 10px;
}

.form-card {
    padding: 30px;
    margin-top: 10;
}

.profile-img-cont {
    text-align: center;
}

.innerbody .title {
    width: 265px;
    font-weight: 600;
}

.profile-img-cont label {
    color: #0057ff;
}

.profile-img-cont h4 {
    font-size: 22px;
}

.profile-img-cont .heading {
    color: #842d72;
}

.profile-img-cont .profile-name {
    margin-top: -12px;
}

.default-img {
    margin-top: 25px;
    border-radius: 60px;
    height: 120px;
    width: 124px;
    object-fit: cover;
    border: 1px solid #707070;
}

.box-head-data {
    position: relative;
    display: flex;
    align-items: baseline;
}

.user-stat-filter {
    position: absolute;
    top: 0;
    right: 0;
}

.user-stat-filter button.dropdownMenuButton {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.user-stat-filter label {
    font-weight: 600;
}

/* .custom-border {
    border: 1px solid #dfd9d9;
    border-radius: 5px;
} */

.top-filter {
    position: absolute;
    top: 0;
    right: 15px;
}

.top-filter button {
    line-height: 1;
    width: 80px;
    font-weight: 600;
}

.top-filter form div {
    font-size: 13px;
}

.text-alignment {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.accordion-wrapper .remove-icon .accordion-button::after {
    display: none;

}

.remove-icon {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    padding-bottom: 0px;
}

.remove-icon .accordion-button {
    margin-top: -10px;
}

.accordian-item {
    /* margin-bottom: 2px;
    overflow: hidden; */
}

.custom-border {
    margin-bottom: 5px;
}

.subheading {
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: 38px;
    border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding: .375rem 2.25rem .375rem .75rem;
    padding-top: 0;
    padding-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.innerbody button {
    margin-bottom: 10px;
}

.box-head-data .sub-heading {
    font-size: 11px;
}

.reset-link-btn {
    width: 213px;
}

.showPassword {
    margin-top: 5px;
}

.lockIcon {
    height: 12px;
    margin-top: -4px;
}

.chartFilter label,
button {
    font-size: 13px;
}

.chartBorder {
    border: 1px solid #e9e9e9;
}

.chartBorder canvas {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table .table-active {
    background-color: #f7f7f7;
    --bs-table-accent-bg: transparent;
}

.customColor {
    color: #842d72;
    font-weight: 900;
}

.search-button {
    height: 16px;
}

.search-form .customColor {
    margin-bottom: 0px;
}

.chartFilter-2 {
    margin-left: 119px;
}

.chartFilter-2 button {
    border: none;
    background-color: white;
    width: 66px;
    font-weight: 100;
}

.graph-label-ul {
    list-style: none;
    margin: 0;
}

.card-header-summary {
    display: flex;
    align-items: center;
}

.graph-label-ul {
    width: 60%;
    display: flex;
    justify-content: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.graph-label-ul li {
    margin-right: 8px;
    font-size: 13px;
}

.graph-label-ul li:last-child {
    margin-right: 0px
}

.graph-label-ul li span:first-child {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* background-color: #842D72; */
    display: inline-block;
}

.graph-label-ul .target {
    background-color: #842D72;
}

.graph-label-ul .achieve {
    background-color: #7FB444;
}

.graph-label-ul .patients {
    background-color: #02bc77;
}

.two-lines .prjColl {
    background-color: #4791FF;
}

.two-lines .aclColl {
    background-color: #02BC77;
}

.two-lines .chgAmnt {
    background-color: #7FB444;
}

.two-lines .collAmnt {
    background-color: #9F528F;
}

.two-lines .opnBal {
    background-color: #842D73;
}

.two-lines .prmColl {
    background-color: #842D73;
}

.two-lines .prmCollect {
    background-color: #ACCEF7;
}

.two-lines .prmCollClaims {
    background-color: #7FB444;
}

.two-lines .chgAmntClaims {
    background-color: #842D73;
}

ul.graph-label-ul.two-lines {
    flex-wrap: wrap;
    justify-content: start;
    width: 30%;
    text-align: left;
    margin-bottom: 0px;
}

ul.graph-label-ul.two-lines li {
    flex: 0 0 100%;
    margin-right: 0px;
}

.box-head-data.box-head-data-2 {
    display: block;
}

.box-head-data.box-head-data-2 ul {
    width: 100%;
    text-align: left;
}

.box-head-data.box-head-data-2 h3 {
    margin-bottom: 8px;
}

.svgPosition {
    position: absolute;
    top: -2px;
    right: 10px;
}

.svgPosition svg {
    height: 10px;
}

#eyeIconSlash {
    height: 14px;
}

.needleOne {
    position: absolute;
    left: 42%;
    top: 82%;
    width: 100px;
    height: 50px;
    transform: translate(-50%, -50%) rotate(-90deg);
}

/* 
.needle2 {
    position: absolute;
    left: 48%; 
    bottom: 12px; 
    transform: translateX(-50%) rotate(-37deg);
} */

/* .needle3 {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%) rotate(-50deg);
} */

.user-stats-data.active {
    background-color: #842d73;
    color: #fff
}

@-webkit-keyframes move {
    0% {
        transform: rotate(-90deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.needleline {
    width: 3px;
    height: 48px;
    background-color: #842D73;
    position: absolute;
    transform: rotate(0deg);
    transform-origin: center bottom;
    left: 55px;
    bottom: -4px;
}

.needleline::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #842D73;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.needleline::before {
    content: '';
    width: 0px;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #842D73;
    position: absolute;
    top: -5px;
    left: 63%;
    transform: translateX(-50%);
    z-index: 1;
}

.hide-graph {
    display: none;
}

@media only screen and (min-width: 1400px) {
    .dashboardChart2-cont {
        height: 145px;
    }
}

@media only screen and (min-width: 650px) {
    .accordion-button {
        font-size: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .dashboardChart2-cont {
        height: 335px;
    }
}

@media only screen and (max-width: 780px) {
    .profile-menu-li {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .dashboardChart2-cont {
        height: 235px;
    }
}

span#select2-multiselect1-container {
    font-weight: 600;
}

span#select2-multiselect2-container {
    font-weight: 600;
}

span#select2-multiselect3-container {
    font-weight: 600;
}

span#select2-multiselect4-container {
    font-weight: 600;
}

input.daterange {
    height: 30px;
    position: absolute;
    top: 0;
    left: 8px;
    width: 120px;
    z-index: -1;
}

.modal-content {
    margin-top: 10rem;
    margin-left: 31px;
    padding-right: 20px;
}

.modal-header {
    margin-left: 15px !important
}

.modal-title {
    margin-left: -15px !important;
}

button#date-picker {
    background: #fff;
}

.pos-rel {
    position: relative;
}

#page-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

#table-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.accordian-value {
    margin-top: 16px;
    color: black;
    /* margin-left: -51px; */
    left: 20px;
}

.chart-button {
    color: white;
    background: #842d73
}

/* 
.col-lg-6.col-md-12.summary-boxes {
    width: 24%;
} */

.col-lg-6.col-md-12.inner-boxes {
    width: 100% !important;
}

.row.inner-space {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0 !important;
}

.ds-box-2.inner-border {
    border-right: 1px solid #E9E9E9;
}

.col-lg-4.col-md-12.inner-width {
    width: 50%;
}

/* KPI-ajax-2 CSS */

.parentDiv {
    margin-top: 35px;
    margin-bottom: 10px;
}

.max-width {
    max-width: fit-content;
}

.short-donut {
    max-width: 250px;
    margin: 0 auto;
}

.custom-height {
    margin-top: 47px;
}

.box-head-data h3 {
    margin-bottom: 0;
}

.table>:not(caption)>*>* {
    padding: 0.8rem 1.5rem;
}