body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	opacity: 1 !important;
	margin: 0;
	font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
		Segoe UI Symbol;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.49;
	color: #31374a;
	background-color: #f5f7fa;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal-header,
.modal-footer {
	background-color: #f5f7fa;
}
.content_row {
	position: relative;
	width: 100%;
	height: 90vh;
}
i {
	margin-right: 10px;
}
.top-nav {
	line-height: 3rem;
	height: 4rem;
	background-color: #fff;
}
.logo_section img {
	width: 48px;
}
.logo_section span {
}
.nav-link {
	color: #6c757d;
	border: 1px solid transparent;
	margin-bottom: 2px;
	border-radius: 10px;
	padding: 0.3rem 1rem;
}
.nav-link:focus-visible {
	outline: none;
}
.left_menu .nav-link:hover {
	border: 1px solid #c9cccf;
	font-weight: 600;
}
.left_menu .active {
	color: #0a58ca;
}
hr {
	color: #c2c2c2;
}
.page_listing {
	margin: 10px;
	min-height: 500px;
	border: 1px solid #dee2e6 !important;
	border-radius: 10px;
	background-color: #fff;
	max-height: 600px;
	overflow: auto;
}
.list_head {
	color: #6c757d;
	border: 1px solid transparent;
	margin-bottom: 2px;
	border-radius: 10px;
	padding: 0.3rem 0.2rem;
	display: block;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
.dataTables_wrapper {
	position: relative;
	margin: 15px 10px 10px 20px;
	clear: both;
	border: 1px solid #c9cccf;
	border-radius: 10px;
	overflow: auto;
	padding: 20px;
	background: #f5f7fa;
}
[type='search']:focus-visible {
	outline: none;
}
.form-control:focus {
	box-shadow: none;
}
.modal-footer {
	justify-content: center;
}
input,
select {
	font-weight: 700 !important;
}
.modal-body {
	min-height: 300px;
}
.form-select,
.form-control {
	font-size: 0.8rem;
}
.login_form img {
	width: 100px;
	margin: 0px auto;
}

#form_alert,
#otp_div {
	display: none;
}
.width50p {
	width: 50%;
	margin: 0px auto;
}
.page404 img {
	width: 100%;
}
.page404 .card {
	width: 30%;
}
.page404 {
	text-align: -webkit-center;
}
a {
	text-decoration: none;
}
.home {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
#confirm_body {
	min-height: 50px !important;
}
.hide {
	display: none;
}
.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #a2a7aa;
}

.separator::before,
.separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #dce0e4;
}

.separator:not(:empty)::before {
	margin-right: 0.25em;
}

.separator:not(:empty)::after {
	margin-left: 0.25em;
}
.modal-fullscreen .modal-body {
	background-color: #fff;
}
.toast img {
	width: 20px;
}
/* .option_list {
	position: absolute;
	width: 100%;
	top: 30px;
	background: white;
	border: 1px solid #c9cccf;
	border-radius: 5px;
	z-index: 1;
	left: 1px;
}
.option_list div {
	border-bottom: 1px solid #c9cccf;
	padding: 0 13px;
} */
.dataTables_length {
	margin-top: 6px;
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	/* display: none; */
}

#preloader:before {
	content: '';
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #84c440;
	border-top-color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#data_table {
	display: none;
}
