﻿
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display-swap');


body {
	font-family: "DM Sans", sans-serif !important;
}


/*-------------------------theme overrides------------------------------------*/

.navbar {
	height: 50px !important;
}

	.navbar .navbar-brand-wrapper {
		margin-bottom: 20px !important;
		padding: 0px 15px 3px 25px !important;
		height: 50px !important;
	}

.content-wrapper {
	padding: 4px !important;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}


.navbar .navbar-menu-wrapper {
	background: white;
	transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	color: #6C7383;
	padding-left: 1rem;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px !important;
	width: calc(100% - 220px);
	height: 50px !important;
}

.navbar .navbar-brand-wrapper .navbar-brand {
	color: #27367f;
	font-size: 18px;
	margin-right: 0;
	padding: 0;
	line-height: 1;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
	font-size: 18px;
}

.page-body-wrapper {
	padding-top: 33px !important;
}

.home-tab {
	width: 100%;
}
/*---------------------------- Loader Start ----------------------------*/
.inLoaderProcess {
	position: fixed;
	top: 45px;
	left: 0;
	background-color: transparent;
	z-index: 9999999;
	opacity: 1;
	filter: alpha(opacity=80);
	min-height: 100%;
	width: 100%;
	/*border: 1px solid red;*/
}

.inLoader {
	top: 40% !important;
	left: 50% !important;
	position: fixed !important;
	z-index: 999999999 !important;
}

.loader,
.loader:before,
.loader:after {
	background: blue;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: #5090C1;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 8px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

	.loader:before,
	.loader:after {
		position: absolute;
		top: 0;
		content: '';
	}

	.loader:before {
		left: -1.5em;
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.loader:after {
		left: 1.5em;
	}

@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
/*---------------------------- Loader End ----------------------------*/


.table > thead {
/*	background: #5D87FF;*/
	color: white;
}

/**Messy code this not production ready*/
/*#tblClaimGrid #col2 {
    min-width: 180px;
}

#tblClaimGrid #col6 {
    min-width: 325px;
}

#tblClaimGrid #col5 {
    min-width: 130px;
}

#tblClaimGrid #col7 {
    min-width: 150px;
}

#tblClaimGrid #col8 {
    min-width: 180px;
}*/
/*For sub menus*/
.hidden {
	display: none !important;
}


/*--------------------------Bunddle.css file of theme start ------------------------------------------------------------------------*/
/*
 * Container style
 */
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	bottom: 0px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	/* there must be 'right' or 'left' for ps__rail-y */
	right: 0;
	/* please don't change 'position' */
	position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	/* there must be 'bottom' for ps__thumb-x */
	bottom: 2px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	/* there must be 'right' for ps__thumb-y */
	right: 2px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}
/*---------------------------------------------------Bunddle.css end------------------------------------------------------------------*/
.card {
	border-radius: 0px;
}

#ClaimGrid_QCGridContainer {
	height: auto !important;
}

.tab-content {
	padding: 0px !important;
}
/*------------------------------tabs menu css start -------------------------------------------------------------*/
/*------------------- Search  bar -----------------------------------------------------------------------------------*/
.search-container {
	position: relative;
	width: 250px;
}

#quickSearch {
	width: 100%;
	padding: 1px 24px;
	border: 1px solid #ccc;
	border-radius: 6px;
	outline: none;
	font-size: 14px;
}

.fa-search {
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: #2c2c54;
	padding: 7px;
	border-radius: 0px 18% 18% 0px;
	transition: background-color 0.3s ease;
}

	.fa-search:hover {
		background-color: #706fd3;
	}


#searchIcon {
	font-size: 14px;
	color: white;
}


.searchIcon:hover {
	color: #2c2c54;
}
/*-------------------------------------------- Search  bar -----------------------------------------------------------------------------------*/
/*-----------------------------------------Ellipsis menu------------------------------------*/
#ellipsisMenu {
	top: 25px;
}

.dropdown-item {
	line-height: unset !important;
	border-bottom: none !important;
}

#ellipsisMenu > a:hover {
	color: #1F3BB3;
}
/*--------------------------------------------------------------------------------------------------*/
#BindCriteriaBox select.form-control {
	color: unset;
}

.cancel-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

button.cancel-button i[data-ev="EV_RemvoveCriteriaRow"],
button.cancel-button i[data-ev="EV_RemvoveCriteriaRowPopulation"] {
	color: red;
}

.cancel-button .fas {
	margin-right: 5px;
}

button[data-ev="EV_RemvoveCriteriaRow"]:hover {
	background-color: whitesmoke;
}

.add-button {
	border: none;
	padding: 2px 9px;
	background-color: transparent;
}

button.add-button i[data-ev="EV_CriteriaAddBtn"],
button.add-button i[data-ev="EV_CriteriaAddBtnPopulation"] {
	color: green;
}


.add-button:hover {
	background-color: #f0f0f0;
	border-radius: 2px;
}
/*.btn.btn-sm{
    border-radius:7px;
}*/


.sidebar {
	min-height: calc(100vh - 0px);
	height: 100%;
}

	.sidebar .nav .nav-item .nav-link {
		padding: 10px 35px 10px 20px;
	}

	.sidebar .nav .nav-item.nav-category {
		margin: 0 14px;
		padding: 5px 0px 5px 0px;
	}

select.form-control {
	padding: 2px 8px;
}

.form-control {
	height: 24px;
}

.criteriaValue {
	border: 1px solid #dee2e6;
	padding: 1px 5px;
	border-radius: 2px;
	width: 13rem;
}

#addCriteria {
	padding: 3px 7px;
	border-radius: 3px;
}
/*.freezHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;*/ /* Adjust the z-index as needed to ensure it appears above other content */
/*background-color: #fff;*/ /* Optionally, you can set a background color */
/*}*/
select.form-control {
	color: black;
}

[data-ev="delUpdateCriteria"] {
	color: red;
	cursor: pointer;
}

[data-ev="eraseUpdateCriteria"] {
	color: darkblue;
	cursor: pointer;
}

[data-ev="Ev_Add_UpdateCriteria"] {
	font-weight: bolder;
	cursor: pointer;
}

/*==================================Population modal=============================*/
.breadcrumb {
	border: none;
	padding: 1px 5px;
	margin-top: 7px;
	background-color: lightgrey;
}

.breadcrumb-item.active {
	color: blue !important;
	font-weight: bolder !important;
}

#popDetails {
	margin-top: -10px;
}

#populationEllipsisDropdown {
	font-size: 15px;
}

/*[data-ev="EV_getPopulationClaims"], .custom-dist-codes {
	line-height: 18px;
	margin: 4px 5px !important;
	padding: 4px 5px !important;
	border-radius: 3px;
	word-wrap: break-word;
}*/

[data-ev="EV_getPopulationClaims"]:hover {
	color: #1F3BB3;
}

#popuHeading {
	color: blue;
	font-size: small;
}

/*sub-side pannel css overwrite*/
.settings-panel {
	border-right: 1px solid #dee2e6;
	top: 0px;
	width: 180px;
	margin-left: -4px;
}

.settings-panel .settings-heading {
	font-weight: bolder;
	font-size: 0.85em;
	border: none;
	text-transform:uppercase;
	color:gray;
	height: 51px;
	margin-left: -20px;
	margin-top: 4px;
}
.hover-open {
	font-weight: bold !important;
	z-index: 99999 !important;
}




.custom-margin-dictionary {
	margin-left: 180px;
}
.d-flex{
	display:flex;
}
/*Populaion success/Error message*/
#populationList #InfoMessage {
	line-height: normal;
	padding:0px 10px; /* Adjust the padding value as needed */
	margin: 2px 0px;
}

/*No grid messaging */
.noGridData{
	font-weight:bold;
}


.graphRow {
/*	border: 1px solid lightgray;
	margin-left: 10px;
	margin-bottom: 10px;*/
}
 /*Charts/Graphs*/
.chart-container {
	position: relative;
	width: 100%;
	/*padding-bottom: 50%;*/ /* This makes the canvas square */
}
.chart-canvas {
	position: relative;
	width: 600px;
	height: 400px;
}
.chart-container-trend canvas {
	width: 1200px !important;
	height: 400px !important;
}
.row-custom {	
	padding: 10px;
	margin-bottom: 10px;
}
/*Hidden row for drill down report*/
.hidden-row {
	display: none;
}
 /*classes form Widgets*/
.sortable-item {
	font-weight: bold;
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: whitesmoke;
	cursor: move;
	position: relative;
	border: 1px dashed rgba(0, 0, 0, .3);
}

.sortable-placeholder {
	border: 1px dashed #ddd;
	margin-bottom: 10px;
	height: 40px;
}

#sortableContainer {
	display: none;
}

.remove-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	color: red;
}

.checkbox-item {
	position: absolute;
	top: 10px;
	right: 10px;
}

.selected {
	background-color: aliceblue;
	border-left: 3px solid mediumspringgreen;
}

.hide{
	display:none;
}

.calendar-header {
	text-align: center;
	margin-bottom: 10px;
}
#tableStatsReport th, #tableStatsReport td {
	text-align: center;
	vertical-align: middle;
}

.header-row th {
	background-color: #f8f9fa;
}
.groupbox {
	border: 1px solid #000; 
	border-radius: 5px; 
	padding: 10px; 
	margin: 20px; 
	position: relative; 
}

.groupbox-title {
	position: absolute; 
	top: -10px; 
	left: 10px; 
	background-color: #fff; 
	padding: 0 5px; 
}
.breadcrumb-item {
	display: block; 
}
.form-inline div {
	display: flex;
	align-items: center;
}

[data-ev="EV_QC_PG_CHANGE"] {
	width:4.5rem !important;
	height:23px !important;
}
.home-tab .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-link.active {
	background: aliceblue !important;
	font-weight: bold !important;
	color: #1F3BB3 !important;
}

/*.btn.btn-sm {
	border-radius: 7px;
}*/
#denialDashboardGridCriteri{
	padding: 11px 11px;
	border-radius: 3px;
}
#denialDahboardExportLink {
	color: darkblue !important;
	text-decoration: none
}
#denialDahboardExportLink :hover {
	color:dodgerblue !important;
	text-decoration:underline
}
.exportTxt {
	font-size: medium;
	font-weight: 500;
}
.exportIcon{
	margin-right:0px !important;
	vertical-align:unset!important;
}
.payorMutiSelect {
	overflow: hidden !important;
}

#dictionaryList li:hover, #populationList li:hover, #rptList li:hover {
	background: #f0f0f0; /* Very light gray background on hover */
}

#CARCRptDiv {
	width: 100% !important;
	overflow: auto;
	height: 591px;
}

#tblCARCRptHeader th:nth-child(2), #tblPayerCLassificationHeader  th:nth-child(2){
	width: 32rem !important;
	padding: 0.6rem 15px !important;
}

.lasLoaderStat {
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	vertical-align: middle;
}

.payorMutiSelect > button {
	background-color: #e9ecef;
	width: 150px;
	height: 35px;
	padding: 5px 5px;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
}

/* Styling for the chart container */
#dataCoverageCharDiv {
    width: 100%; 
    max-width: 800px; 
    margin: 0 auto;
    border: 2px solid #007bff;
    border-radius: 15px; 
    background-color: #ffffff; 
    padding: 20px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

.card {
	border: 1px solid #dee2e6;
	border-radius: 3px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-body {
	padding: 20px;
}

.row.mb-3 {
	margin-bottom: 1.5rem;
}

.text-muted {
	color: #6c757d !important;
}

.lead {
	font-size: 1.09375rem;
	font-weight: 300;
}

#rptDefaultSection {
	max-width: 1200px !important;
}

.rptDefaultMsg {
	padding: 20px;
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin: 0px 5px;
}

#InfoMessage {
	position: unset !important;
}

/* Styling for report_subMenu accordion */

.report_subMenu-item {
	width: 100%;
}
.report_subMenu-header {
	margin: 0;
	font-weight: bold;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d9d5d5;
}

.report_subMenu-button {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

.report_subMenu-button .toggle-icon {
	position: absolute;
	right: 10px; /* Position the icon to the right */
	font-size: 18px;
}


.report_subMenu-content {
	display: none; /* Initially hidden */
	border-top: 1px solid #ccc;
/*	background-color: #f2f3fe;*/
}

	.report_subMenu-content ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

.custom-dist-codes {
	padding: 8px;
	/*border-bottom: 1px solid #ccc;*/
}

	.custom-dist-codes:hover {
		background-color: #e8e8e8;
	}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#selectedGroupingOptions,
#selectedColOptions {
	border: 1px dashed #ccc;
	padding: 10px;
	min-height: 50px;
}


.option-item {
	display: flex;
	align-items: center;
	background-color: #f1f1f1;
	padding: 5px 10px;
	justify-content:space-between;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.option-item span {
	margin-right: 10px; /* Space between text and icon */
}

.option-item .fa-xmark {
	color: #d9534f; /* Color for close icon */
	cursor: pointer;
}
#selectedColOptions {
	max-height: 235px;
	overflow: scroll;
	overflow-x:hidden;
}
.selectize-input{
	height:25px !important
}
.report_subMenu-button {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 10px;
	position: relative;
	width: 100%;
}

.button-content {
	display: inline-block;
}

.info-text {
	font-size: 11px;
	color: #6c757d; /* Muted color */
}

.toggle-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#rptdivCriteria{
	border:1px solid #ccc;
	border-radius :5px;
	padding : 2px 18px;
	max-height:250px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#ellipsisMenuRpt{
	top:0;
	margin-top:25px;
}
.btn i{
	font-size:unset !important;
}

#customiseReportBody tr:not(.nested-row) td {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 140px !important;
}
#customiseReportBody tr.nested-row td:first-child {
	overflow: visible !important;
	text-overflow: ellipsis !important;
}
#IsShared{
	width:30px;
	height:17px;
}
#divDateRange {
	padding: 8px 13px;
	margin-top: 1px;
	background: #e9ecef;
	border-radius: 8px;
	height: 35px !important;
}

#MyRptSpan:hover,
#ErRptSpan:hover {
	color: blue;
	text-decoration:underline;
}

body,
html {
	overflow: hidden;
	padding-right: 0 !important;
}

scrollIn{
	overflow-y:scroll !important;
	height:500px !important;
}

#includeLeftMenu{
	height:100vh;
}
.scrollIn {
	height: 100vh;
	overflow-y: scroll
}

#remitStatsBody tr:not(.nested-row) td {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 140px !important;
}

button.add-button i[data-ev="EV_Add_CriteriaRow"],
button.add-button i[data-ev="EV_CriteriaAddBtnPopulation"] {
	color: green;
}

button.cancel-button i[data-ev="EV_Remvove_CriteriaRow"] {
	color: red;
}

.btn.btn-sm {
	font-size: 0.812rem;
	border-radius: 4px;
}
#divDateRange_Input {
	background: #e9ecef;
}
#customiseRptBredcumb {
	padding: 0px 10px;
	margin: 2px 20px;
	margin-bottom: -8px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d9d5d5;
}
#tblCustomiseReportHeader > tr > th:nth-child(1)
{
	width:15px !important
}
#tblCustomiseReportHeader > tr > th:nth-child(2) {
	width: 250px !important
}
#group-header-Contractual-Obligation {
	text-align: center !important;
	border-left: 1.5px solid white;
}
#group-header-Patient-Responsibility {
	text-align: center !important;
	border-left: 1.5px solid white;
}
#column-ContractualAdjustment, #column-DeductibleAmount {
	border-left: 1.5px solid white;
}
.sticky-footer {
	position: sticky;
	bottom: 0;
	background-color: white;
	padding: 5px 0;
	z-index: 1;
	border-top: 1px solid #ddd;
}


.table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.gridLayoutFix {
	table-layout: fixed;
}
.table td:hover {
	overflow: auto;
	white-space: normal;
	height: auto;
	overflow-wrap: break-word;
}
.table > thead > tr > th {
	white-space: normal;
	overflow-wrap: break-word;
}
#CarcRptBody tr.nested-row td:first-child {
	overflow: visible !important;
	text-overflow: ellipsis !important;
}
#CarcClassificatinTable tr.nested-row td:first-child {
	overflow: visible !important;
	text-overflow: ellipsis !important;
}
.disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: painted !important;
}
.element {
	border-radius: 8px 8px 0 0;
}
.badge {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	/* padding: 0.375rem 0.5625rem; */
	font-weight: normal;
}

button.cancel-button i[data-ev="Ev_DelUpdateCriteria"] {
	color: red;
}
.highlight {
	font-weight: inherit !important;
	background-color: lightgray !important;
}

.nav .nav-tabs > ul > li,
ol li,
dl li {
	line-height: 20px;
}

#ApplyFilterAutomationGrid {
	background: #f5faff;
	border: 1px solid #dbdbdb !important;
}

/*.pop-disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events:none !important;
}*/
.filter-running {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: painted !important;
}
#applyFilterGrid {
	height: 300px !important;
	overflow: hidden;
}
#manualFilter {
	max-height: 400px !important; 
}
#tblapplyFilterGrid {
	margin-bottom: 60px !important;
}
.no-data-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #666;
	text-align: center;
}

/*.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);*/ /* Dark overlay */
/*display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999 !important;
	display: none;
}*/
.assignUserMutiSelect > button {
	/*	background-color: #e9ecef;*/
	width: 150px;
	height: 35px;
	padding: 5px 5px;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
	border: 1px solid #dee2e6;
	height: 2rem;
}

	.assignUserMutiSelect > button:hover {
		border: 1px solid #dee2e6;
		height: 2rem;
	}

.searchAssignUserIcon {
	position:unset;
	top: 50% !important;
	cursor: pointer;
	background-color: #e3e3ff !important;
	padding: 7px;
	border-radius: 0px 18% 18% 0px;
	transform:none;
	transition: background-color 0.3s ease;
}

/* Style the input field */
.input-container input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
}

/* Style the moving line */
.moving-line {
	width: 60px;
	height: 2px;
	background-color: #0081ff;
/*	position: absolute;*/
	bottom: 0;
	left: 0;
	animation: moveLine 2s linear infinite;
}

@keyframes moveLine {
	0% {
		left: 3%;
	}

	100% {
		left: 90%;
	}
}

/*info message user not found start*/
.message-box {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	width: fit-content;
	max-width: 100%;
	font-size: 14px;
}

	.message-box i {
		font-size: 18px;
		margin-right: 10px;
	}

.message-text {
	flex-grow: 1;
}

.close-btn {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: red;
	margin-left: 10px;
	transition: color 0.3s;
}

	.close-btn:hover {
		color: #dc3545;
	}

/*info message user not found end*/


/*Rebuild Popualtion status css start */
.rebuildPop-status-card {
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        .rebuildPop-status-text {
            font-size: 18px;
            font-weight: 600;
        }
        .rebuildPop-loader {
            display: none;
            width: 40px;
            height: 40px;
            border: 5px solid #f3f3f3;
            border-top: 5px solid #007bff;
            border-radius: 50%;
            animation: rebuildPop-spin 1s linear infinite;
        }
        @keyframes rebuildPop-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.info-box {
	position: relative;
	background: #f8f9fa;
	border-left: 4px solid #007bff;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.close-btn {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #333;
}

	.close-btn:hover {
		color: #dc3545;
	}

/* dashboard accordian */
.dashLoad-accordion {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

/* Accordion Item */
.dashLoad-item {
	border-bottom: 1px solid #ddd;
}

/* Accordion Header */
.dashLoad-header {
/*	background: #007bff;
	color: white;*/
	padding: 12px 15px;
	font-size: 13px;
	cursor: pointer;
	position: relative;
}

	/* Arrow Indicator */
	.dashLoad-header::after {
		content: "▼";
		position: absolute;
		right: 15px;
		transition: transform 0.3s ease;
	}

	/* Rotate Arrow when Active */
	.dashLoad-header.active::after {
		transform: rotate(180deg);
	}

/* Accordion Content */
.dashLoad-content {
	display: none;
	padding: 10px 15px;
	background: #f9f9f9;
	font-size: 14px;
}

/*Dashboard */
.metric-tile {
	transition: transform 0.2s ease;
}

	.metric-tile:hover {
		background-color: #f3f3f3 !important 
	}

.chart-container {
	width: 100%;
	height: 150px; /* Make charts smaller */
	position: relative;
}

.loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.loading-spinner {
	width: 3rem;
	height: 3rem;
	border: 0.25em solid #f3f3f3;
	border-top: 0.25em solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.chart-container {
	width: 100%;
	height: 150px;  Reduce chart height 
	position: relative;
}

canvas {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.card {
	padding: 6px; /* Reduce padding */
}

.card-header {
	padding: 4px 8px; /* Reduce padding */
}

.card-title {
	font-size: 0.85rem; /* Reduce font size */
	margin-bottom: 0;
}

.card-body {
	padding: 6px; /* Reduce padding */
}

.loading-indicator {
	width: 20px;
	height: 20px;
}
.batchUpdateHide{
	display:none !important;
}

#ArDaysTrendByPayor {
	height: 350px !important;
}

.graphWidth {
	width: 100% !important
}

.graphWidthPI {
	width: 60% !important
}

.graphWidthPI_2 {
	width: 60% !important
}

.flatpickr-calendar.flatpickr-calendar {
	-webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2) !important;
}

/*.tree li {
	margin: 0;
	padding: 0.1em;
	line-height: 2em;
	font-size: 14px;
}
	.tree li > a {
		font-size: 0.8em;
	}

.tree span {
	margin: 4px 5px !important;
	padding: 4px 5px !important;
	border-radius: 3px;
	word-wrap: break-word;
	font-size: 0.95em;
	color: dimgray;
	text-transform: lowercase !important;
}

.tree, .tree ul, .tree li {
	position: relative;
}

.tree ul {
	list-style: none;
	padding-left: 32px;
}

.tree li::before, .clt li::after {
	content: "";
	position: absolute;
	left: -12px;
}

.tree li::before {
	border-top: 1px solid #000;
	top: 9px;
	width: 8px;
	height: 0;
}

.tree li::after {
	border-left: 1px solid #000;
	height: 100%;
	width: 0px;
	top: 2px;
}

.tree ul > li:last-child::after {
	height: 8px;
}*/

.tree, .tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.tree ul {
		margin-left: 1em;
		position: relative;
	}

		.tree ul ul {
			margin-left: .5em;
		}

		/* vertical line */
		.tree ul:before {
			content: "";
			display: block;
			width: 0;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			border-left: 1px dotted #999; /* dotted line */
		}

	/* list items */
	.tree li {
		margin: 0px;
		padding: 0 1em;
		line-height: 2em;
		font-size: 12px;
		position: relative;
	}

	/* horizontal connector */
	.tree ul li:before {
		content: "";
		display: block;
		width: 10px;
		height: 0;
		border-top: 1px dotted #999; /* dotted line */
		margin-top: -1px;
		position: absolute;
		top: 1em;
		left: 0;
	}

	.tree ul li:last-child:before {
		background: #fff;
		height: auto;
		top: 1em;
		bottom: 0;
	}

.indicator {
	margin-right: 5px;
}

.tree li a {
	text-decoration: none;
	color: black;
	margin: 5px;
	font-size: 16px;
	padding-left: 0px !important;
	transition: font-weight 0.2s ease;
}

	.tree li a.active {
		color: cornflowerblue;
	}

	/* hover bold effect */
	.tree li a:hover {
		font-weight: 600; /* slightly bold */
	}

.tree li button,
.tree li button:active,
.tree li button:focus {
	text-decoration: none;
	color: #369;
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

.tree-div {
	height: 100%;
	margin-top: 5px;
	border-right: 1px solid #ccc;
}

.tree-li-color {
	font-weight: bold;
}

.font-sm {
	font-size: 12px;
}