
:root {
	--primary-bg-color: #ee335e;
}

.loading-spinner {
	position: fixed;
	z-index: 5000000;
	background: rgba(0, 0, 0, 0.5);
	inset-inline-start: 0;
	top: 0;
	inset-inline-end: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/* Chrome, Edge, Safari */
/* Handle */
::-webkit-scrollbar-thumb {
	background: #777676;
	border-radius: 10px;
}


.spinner-border{
	position:absolute;
	top:50%;
	left:50%;
}

.hide {
	display: none !important;
}
.input_Error {
	border: 2px solid #f90303a6;
	border-radius: 9px;
	padding-left: 1px;
	box-shadow: 0px 0px 10px 3px #ec0c0c75;
}

/*Dat picker overrides*/
.ui-datepicker{
	z-index:4 !important;
}

.ui-datepicker-month, .ui-datepicker-year {
	display: inline;
	min-width: 60px;
	height: inherit;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4d5875;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #eae8f1;
	border-radius: 3px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
	margin: 0px 2px !important;
	cursor: pointer;
}
/*Datatable and Slect2 overrides*/
.btn-danger,
.btn-danger:focus {
	background-color: #eb2227;
}
.dropdown-warpper {
	max-width: 100%;
	width:97%;
}

/* Datatable override */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border: 1px solid transparent;
	background-color: rgb(235, 34, 39);
	color: #fff !important;
}

.dataTables_paginate .pagination .page-link:hover {
	border-color: #eb2227 !important;
	background-color: #eb2227 !important;
	color: #fff;
}

.dataTables_paginate .page-item.active .page-link {
	background-color: #eb2227;
	color: #fff;
}

/*header css*/
.h_setting_icon .header-icon-svgs {
	fill: #71829b;
}
.dark-theme .h_setting_icon .header-icon-svgs {
	fill: #dde3ea;
}

/*notify css*/
#ui_notifIt {
	z-index:10000000;
}

/*mozilla firefox select placeholder css*/
.dark-theme .select2-search__field {
	color: white !important;
}
.custom-button {
	font-size: 14px !important;
}
.model_footer_btn{
	width:20% !important;
}


/*Bootstrap custom class*/
.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-9 {
	font-size: 1rem !important;
}

.fs-7{
	font-size: .875rem !important;
}

.fs-8 {
	font-size: 0.813rem !important
}

/*Virtual select CSS overide*/
.vscomp-ele {
	max-width: none !important;
}
.tooltip-comp {
	z-index: 99995 !important;
}

/* SR Custom Tooltip */
.sr-custom-tooltip {
	position: fixed;
	z-index: 9999;
	background: #FFFFFF;
	border: 1px solid #3C71FF;
	border-radius: 15px;
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 500;
	max-width:550px;
	color: #000208;
	pointer-events: none;
	white-space: break-spaces;
	display: none;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.sr-custom-tooltip::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 20px;
	border-width: 0 6px 7px 6px;
	border-style: solid;
	border-color: transparent transparent #3C71FF transparent;
}

.sr-custom-tooltip::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 20px;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent;
}