@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "nato-sans";
	src: url("../fonts/nato-sans/NotoSans-Regular.eot");
	src: url("../fonts/nato-sans/NotoSans-Regular.woff2") format("woff2"), url("../fonts/nato-sans/NotoSans-Regular.woff") format("woff"), url("../fonts/nato-sans/NotoSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "nato-sans";
	src: url("../fonts/nato-sans/NotoSans-Italic.eot");
	src: url("../fonts/nato-sans/NotoSans-Italic.woff2") format("woff2"), url("../fonts/nato-sans/NotoSans-Italic.woff") format("woff"), url("../fonts/nato-sans/NotoSans-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "nato-sans";
	src: url("../fonts/nato-sans/NotoSans-Bold.eot");
	src: url("../fonts/nato-sans/NotoSans-Bold.woff2") format("woff2"), url("../fonts/nato-sans/NotoSans-Bold.woff") format("woff"), url("../fonts/nato-sans/NotoSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "nato-sans";
	src: url("../fonts/nato-sans/NotoSans-BoldItalic.eot");
	src: url("../fonts/nato-sans/NotoSans-BoldItalic.woff2") format("woff2"), url("../fonts/nato-sans/NotoSans-BoldItalic.woff") format("woff"), url("../fonts/nato-sans/NotoSans-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

html,
body {
	height: 100%;
	color: #000;
	overflow-x: hidden;
	font-family: "nato-sans";
	line-height: 1.8;
}


.cursor-no-drop {
	cursor: no-drop !important;
	pointer-events: all !important;
}

.cursor-zoom-in {
	cursor: zoom-in !important;
	pointer-events: all !important;
}

.cursor-pointer {
	cursor: pointer !important;
	pointer-events: all !important;
}

.input-danger,
.input-danger:-webkit-autofill,
.input-danger:-webkit-autofill:focus {
	border-color: #dc3545 !important;
	/*    border-color: var(--danger) !important;*/
	padding-right: calc(1.5em + 0.75rem);
	background-image: url(../img/icons/false.png);
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-success,
.input-success:-webkit-autofill,
.input-success:-webkit-autofill:focus {
	border-color: #28a745 !important;
	/*    border-color: var(--success) !important;*/
	padding-right: calc(1.5em + 0.75rem);
	background-image: url(../img/icons/true.png);
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.input-success:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 25%);
	box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 25%);
}

.input-danger:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
	box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
}

.input-error,
.input-error:-webkit-autofill,
.input-error:-webkit-autofill:focus {
	margin-top: 0.3rem;
	font-size: 90%;
	font-style: italic;
	color: #dc3545;
	font-weight: bold;
	display: none;
}

select.input-success,
select.input-danger {
	background-position: right calc(0.975em + 0.1875rem) center !important;
}


.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

ul {
	list-style: none;
	padding: 0
}

.form-check-input:checked {
	background-color: #3dd368;
	border-color: #3dd368;
}

.form-check-input:not(:checked) {
	background-color: #9B9B9B;
	border-color: #9B9B9B;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 1.00%29'/%3e%3c/svg%3e") !important;
}


#loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#loader {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0;
	border-radius: 50%;
	border-top-color: #3498db;
	z-index: 99999;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	-o-transition: transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: rotation 30s linear infinite;
	animation: rotation 30s linear infinite;
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flip-box-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@-webkit-keyframes rotation {
	0 {
		/* IE 9 */
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		/* IE 9 */
		-webkit-transform: rotateY(3600deg);
		transform: rotateY(3600deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222;
	z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
	/* Chrome, Opera 15+, Safari 3.1+ */
	/* IE 9 */
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	/* Firefox 16+, IE 10+, Opera */
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
	/* Chrome, Opera 15+, Safari 3.1+ */
	/* IE 9 */
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	-o-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}


input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset;
	/* Change the color to your own background color */
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;
	/*your box-shadow*/
	-webkit-text-fill-color: #333;
}


.d-grid {
	display: grid;
}

.table-td-middle tr td {
	vertical-align: middle;
}


.hover-text-warning:hover {
	color: #ffa426 !important
}


.overflow-hidden {
	overflow: hidden
}


.table-counter {
	counter-reset: row-num;
}

.table-counter tbody tr {
	counter-increment: row-num;
}

.table-counter tbody tr td:first-child::before {
	content: counter(row-num);
}

.table-counter tbody tr td:first-child {
	text-align: center;
}

.table.table-bordered td,
.table.table-bordered th {
	border-color: #565656;
}

.smaller {
	font-size: 60%;
	font-weight: 400;
}


.chocolat-wrapper {
	z-index: 999;
}

.chocolat-overlay {
	background-color: #000;
}

.property-room {
	bottom: 0;
	position: absolute;
	/* background-color: #000; */
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

.property-staus {
	position: absolute;
	bottom: 0;
	right: 0;
}


.d-grid {
	display: grid;
}

.grid-template-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}


.main-sidebar .sidebar-menu li a i {
	margin-right: 0 !important
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	padding-left: 35px !important;
	line-height: 1.2rem
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
	min-width: 30px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active a i {
	animation: iconPulse 1s ease-in-out infinite;
}


.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	/*	height: 45px;*/
	height: auto;
	/*	line-height: 2.5rem;*/
	align-items: baseline;
	padding-left: 25px !important;
	cursor: pointer;
	margin-bottom: 1.5rem;
}


.main-wrapper {
	position: relative;
}

.text-black {
	color: #000 !important;
}

.table:not(.table-sm) thead th {
	color: #000 !important;
}

table.th-center thead th,
table.th-center tfoot th {
	text-align: center !important
}


.w-100px {
	width: 100px !important
}

.status {
	font-size: 0.75rem;
	border-radius: 0.42rem;
	padding: 2px 10px;
	height: 21px;
	width: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.status-danger {
	color: #dc3545;
	color: #fff;
	background-color: rgb(220 53 69 / 50%);
}

.status-success {
	color: #28a745;
	color: #fff;
	background-color: rgb(40 167 69 / 50%);
}

.status-primary {
	color: #007bff;
	color: #fff;
	background-color: rgb(0 123 255 / 0.5);
}

.status-secondary {
	color: #6c757d;
	color: #fff;
	background-color: rgb(108 117 125 / 0.5);
}


.stats-icons {
	font-size: 5rem;
}

.table-center,
.table-center th,
.table-center td {
	text-align: center !important;
}


.g-1>div {
	padding: calc(1rem * 0.2);
}

.g-2>div {
	padding: calc(2rem * 0.2);
}

.g-3>div {
	padding: calc(3rem * 0.2);
}

.g-4>div {
	padding: calc(4rem * 0.2);
}

.g-5>div {
	padding: calc(5rem * 0.2);
}

.table-border-top-primary {
	border-top: 2px solid #007bff;
}

.table-border-top-success {
	border-top: 1px solid #28a745;
}


.table-border-top-dark {
	border-top: 1px solid #565656
}


datalist {
	position: absolute;
	max-height: 20em;
	border: 0 none;
	overflow-x: hidden;
	overflow-y: auto;
}

datalist option {
	font-size: 0.8em;
	padding: 0.3em 1em;
	background-color: #ccc;
	cursor: pointer;
}

/* option active styles */
datalist option:hover,
datalist option:focus {
	color: #fff;
	background-color: #036;
	outline: 0 none;
}


.td-p-10 td {
	padding: 10px !important
}


.loading-icon:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
	background-image: url(../img/spinner.svg);
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
}

/*

.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
	height: 40px
}
*/


.row.gy-2 .col,
.row.gy-2 .col-1,
.row.gy-2 .col-10,
.row.gy-2 .col-11,
.row.gy-2 .col-12,
.row.gy-2 .col-2,
.row.gy-2 .col-3,
.row.gy-2 .col-4,
.row.gy-2 .col-5,
.row.gy-2 .col-6,
.row.gy-2 .col-7,
.row.gy-2 .col-8,
.row.gy-2 .col-9,
.row.gy-2 .col-auto,
.row.gy-2 .col-lg,
.row.gy-2 .col-lg-1,
.row.gy-2 .col-lg-10,
.row.gy-2 .col-lg-11,
.row.gy-2 .col-lg-12,
.row.gy-2 .col-lg-2,
.row.gy-2 .col-lg-3,
.row.gy-2 .col-lg-4,
.row.gy-2 .col-lg-5,
.row.gy-2 .col-lg-6,
.row.gy-2 .col-lg-7,
.row.gy-2 .col-lg-8,
.row.gy-2 .col-lg-9,
.row.gy-2 .col-lg-auto,
.row.gy-2 .col-md,
.row.gy-2 .col-md-1,
.row.gy-2 .col-md-10,
.row.gy-2 .col-md-11,
.row.gy-2 .col-md-12,
.row.gy-2 .col-md-2,
.row.gy-2 .col-md-3,
.row.gy-2 .col-md-4,
.row.gy-2 .col-md-5,
.row.gy-2 .col-md-6,
.row.gy-2 .col-md-7,
.row.gy-2 .col-md-8,
.row.gy-2 .col-md-9,
.row.gy-2 .col-md-auto,
.row.gy-2 .col-sm,
.row.gy-2 .col-sm-1,
.row.gy-2 .col-sm-10,
.row.gy-2 .col-sm-11,
.row.gy-2 .col-sm-12,
.row.gy-2 .col-sm-2,
.row.gy-2 .col-sm-3,
.row.gy-2 .col-sm-4,
.row.gy-2 .col-sm-5,
.row.gy-2 .col-sm-6,
.row.gy-2 .col-sm-7,
.row.gy-2 .col-sm-8,
.row.gy-2 .col-sm-9,
.row.gy-2 .col-sm-auto,
.row.gy-2 .col-xl,
.row.gy-2 .col-xl-1,
.row.gy-2 .col-xl-10,
.row.gy-2 .col-xl-11,
.row.gy-2 .col-xl-12,
.row.gy-2 .col-xl-2,
.row.gy-2 .col-xl-3,
.row.gy-2 .col-xl-4,
.row.gy-2 .col-xl-5,
.row.gy-2 .col-xl-6,
.row.gy-2 .col-xl-7,
.row.gy-2 .col-xl-8,
.row.gy-2 .col-xl-9,
.row.gy-2 .col-xl-auto {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.fs-0-9rem {
	font-size: 0.9rem !important
}


/*changing success colour*/
.text-success,
.text-success-all *,
.text-success-all *:before,
.text-success-all *:after {
	color: #28a745 !important;
}

.btn-success,
.btn-success.disabled {
	box-shadow: 0 2px 6px #28a745;
	background-color: #28a745;
	border-color: #28a745;
}

.text-white {
	color: #fff !important;
}

.text-white.tr th {
	color: #fff !important;
}

/*#1f313f*/
.main-sidebar,
body.sidebar-mini .main-sidebar:after,
.main-sidebar .sidebar-menu li.active ul.dropdown-menu,
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
	background-color: #232e37
}

.main-sidebar .sidebar-brand a {
	color: #fff
}

.main-sidebar .sidebar-menu li.menu-header {
	color: rgb(255 255 255 / 90%)
}

.main-sidebar .sidebar-menu li a,
.main-sidebar .sidebar-menu li.active a:hover {
	color: rgb(255 255 255 / 85%)
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	color: rgb(255 255 255 / 80%)
}

.main-sidebar .sidebar-menu li a:hover {
	color: #000
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li {
	margin: 1rem 0
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	margin-left: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
	vertical-align: middle;
	margin: 0 0 0 10px !important;
}


/*
Datatable
*/
table.dataTable {
	width: 100% !important;
}

.dataTables_wrapper {
	overflow-x: scroll;
	padding-bottom: 2rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	position: relative !important;
	display: block !important;
	padding: 0.5rem 0.75rem !important;
	margin-left: -1px !important;
	line-height: 1.25 !important;
	background-color: #fff !important;
	border: 1px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	border: 1px solid #dee2e6 !important;
}

div.dataTables_wrapper div.dataTables_processing {
	height: 100% !important;
	width: 100% !important;
	z-index: 9;
	background-image: unset !important;
	background-color: rgb(0 0 0 / 39%);
}

table.dataTable thead>tr>th.sorting {
	padding-right: 25px !important;
}

table.dataTable thead>tr>th.sorting::before,
table.dataTable thead>tr>th.sorting::after {
	font-size: 25px !important;
	right: 0 !important;
}


table.dataTable thead.head-dark {
	background-color: #000;
}

table.dataTable thead.head-dark th {
	color: #fff !important
}


table.dataTable thead.head-dark>tr>th.sorting::before,
table.dataTable thead.head-dark>tr>th.sorting::after {
	opacity: 1;
    color: #fff;
}

table.dataTable thead.head-dark > tr > th.sorting_asc, 
table.dataTable thead.head-dark > tr > th.sorting_desc,
table.dataTable thead.head-dark>tr>th.sorting_asc:before,
table.dataTable thead.head-dark>tr>th.sorting_desc:after,
table.dataTable thead.head-dark>tr>td.sorting_asc:before,
table.dataTable thead.head-dark>tr>td.sorting_desc:after {
	color: #28a745 !important;
    font-weight: bold;
}


div.dataTables_processing>div:last-child>div:nth-child(1) {
	left: 25px;
}

div.dataTables_processing>div:last-child>div:nth-child(2) {
	left: 75px;
}

div.dataTables_processing>div:last-child>div:nth-child(3) {
	left: 145px;
}

div.dataTables_processing>div:last-child>div:nth-child(4) {
	left: 225px;
}


div.dataTables_processing>div:last-child {
	width: 320px;
	height: 60px;
	margin-top: 150px !important;
}


div.dataTables_processing>div:last-child>div {
	width: 52px;
	height: 52px;
    background: rgb(40 167 69);
}




.alert .alert-title {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 2rem;
}

.alert .alert-msg {
	font-size: 18px;
	line-height: 24px;
}

.alert .alert-msg ul li {
	/*	margin-bottom: 1rem   */
}


.flip {
	position: relative;
	width: 100%;
}

.flip>.front,
.flip>.back {
	display: block;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-duration: 0.75s;
	transition-property: transform, opacity;
}

.flip>.front {
	transform: rotateY(0deg);
}

.flip>.back {
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: rotateY(-180deg);
}

.flip:hover>.front {
	transform: rotateY(180deg);
}

.flip:hover>.back {
	opacity: 1;
	transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
	transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
	transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
	transform: rotateX(0deg);
}

.flip {
	position: relative;
	display: inline-block;
}

.flip>.front,
.flip>.back {
	display: block;
	color: white;
	width: inherit;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	padding: 1em 2em;
	background: #313131;
	border-radius: 10px;
}

.flip>.front p,
.flip>.back p {
	font-size: 0.9125rem;
	line-height: 160%;
	color: #999;
}


.overflow-y-hidden {
	overflow-y: hidden !important;
}

.point-icon {
	width: 55px;
	height: 55px;
	line-height: 50px;
	font-size: 1.2rem;
	margin-top: -6px;
	z-index: 1;
}


.popup-response-data {
	font-size: .9rem;
	max-height: 600px
}


.tooltip.show {
	left: 15px !important
}


/*

animation css

*/


@keyframes iconPulse {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0.99;
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
		opacity: 0.66;
	}

	100% {
		transform: scale3d(1, 1, 1);
		opacity: 0.99;
	}
}

.h-900-px {
	min-height: 900px;
	height: 100%
}

.h-600-px {
	min-height: 600px;
	height: 100%
}

.fc .fc-button {
	text-transform: uppercase;
	font-weight: bold;
}

.fc .fc-daygrid-day-events {
	text-align: center;
	font-weight: bold;
}


.attendance-view .new-tab {
	margin-top: 2rem;
	height: 100%
}

.attendance-view .new-tab .tab-pane {
	padding: 15px;
	height: 100%;
}

.attendance-view .new-tab .tab-content {
	height: 100%
}

.attendance-view .new-tab .nav-tabs {
	position: relative;
	border: none !important;
	background-color: #fff;
	/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
	border-radius: 6px 6px 0 0;
}

.attendance-view .new-tab .nav-tabs .nav-item .nav-link {
	color: #fff !important
}

.attendance-view .new-tab .nav-tabs li {
	/* margin: 0px !important; */
	/* border-right: 3px solid var(--teal) !important; */
	border: 1px solid #fff;
}

.attendance-view .new-tab .nav-tabs li:last-child {
	/* border: none !important; */
}

.attendance-view .new-tab .nav-tabs li a {
	position: relative;
	margin-right: 0px !important;
	padding: 20px 40px !important;
	font-size: 1.2rem;
	border: none !important;
	color: #fff;
}

.attendance-view .new-tab .nav-tabs a.active {
	background-color: var(--teal) !important;
	border: none !important;
	color: #fff !important;
	
    border-radius: unset;
}

.attendance-view .new-tab .nav-tabs a:hover {
	background-color: #6777ef !important;
	border: none;
}

.attendance-view .new-tab .nav-tabs a:hover span {
	animation: iconPulse 1s ease-in-out infinite;
}

.attendance-view .new-tab .slider {
	display: inline-block;
	height: 7.5px;
	border-radius: 3px;
	background-color: #6777ef;
	position: absolute;
	z-index: 1200;
	bottom: 0;
	transition: all .4s linear;
	border-radius: unset;
	width: 100%
}


/*
	DATATABLE CSS
*/

div.dtsp-panesContainer div.dataTables_wrapper {
	padding-bottom: 0rem !important;
	box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
	background-color: #fff;
	border-radius: 3px;
	border: none;
	margin-bottom: 1rem !important;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody tbody tr {
	border: none !important;
	border-bottom: 1px solid #000 !important;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name {
	font-weight: bold
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
	background: #191d21;
	color: #fff;
	padding: 3px 7.5px;
	text-transform: uppercase
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody tbody>tr.selected>*,
div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody tbody>tr:hover>* {
	box-shadow: inset 0 0 0 9999px rgb(58 110 67);
	color: #fff;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody tr {
	cursor: pointer;
}


.align-item-end,
.align-item-bottom {
	align-items: end;
}


.select2-selection__rendered {
	display: block;
}






.form-group .control-label,.form-group > label {
   text-transform: uppercase;
}

.section-title-underline {
    position: relative;    padding-bottom: 10px;    font-size: 18px;
    letter-spacing: 3px;
}
.section-title-underline::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #6777ef;
    border-radius: 2px;
}

.section-title-underline.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title-underline.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title-underline::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title-underline.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title-underline.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title-underline.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


.nav-pills .nav-item {
    margin-bottom: 10px;
}



.btn-icon-fade:hover i {
	animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.btn-icon-spin:hover i{
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.btn-icon-beat-fade:hover i{
    animation-name: fa-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}

.label-required::after {
	content : " *";
	color: red;
}




.table.table-head-dark thead th {
    background-color: #191d21 !important;
    color: #fff !important;
}



/* Bootstrap 5 gutter system for Bootstrap 4.6 */
.g-0, .gx-0, .gy-0 {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
  }
  .g-1, .gx-1, .gy-1 {
	--bs-gutter-x: 0.25rem;
	--bs-gutter-y: 0.25rem;
  }
  .g-2, .gx-2, .gy-2 {
	--bs-gutter-x: 0.5rem;
	--bs-gutter-y: 0.5rem;
  }
  .g-3, .gx-3, .gy-3 {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 1rem;
  }
  .g-4, .gx-4, .gy-4 {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
  }
  .g-5, .gx-5, .gy-5 {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 3rem;
  }
  
  /* Apply horizontal gutters */
  .row.gx-0, .row.gx-1, .row.gx-2, .row.gx-3, .row.gx-4, .row.gx-5 {
	margin-right: calc(-1 * var(--bs-gutter-x));
	margin-left: calc(-1 * var(--bs-gutter-x));
  }
  .row.gx-0 > [class^="col-"],
  .row.gx-1 > [class^="col-"],
  .row.gx-2 > [class^="col-"],
  .row.gx-3 > [class^="col-"],
  .row.gx-4 > [class^="col-"],
  .row.gx-5 > [class^="col-"] {
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
  }
  
  /* Apply vertical gutters */
  .row.gy-0, .row.gy-1, .row.gy-2, .row.gy-3, .row.gy-4, .row.gy-5 {
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-bottom: calc(-1 * var(--bs-gutter-y));
  }
  .row.gy-0 > [class^="col-"],
  .row.gy-1 > [class^="col-"],
  .row.gy-2 > [class^="col-"],
  .row.gy-3 > [class^="col-"],
  .row.gy-4 > [class^="col-"],
  .row.gy-5 > [class^="col-"] {
	padding-top: var(--bs-gutter-y);
	padding-bottom: var(--bs-gutter-y);
  }
  
  /* Combined gutters (both x and y) */
  .row.g-0, .row.g-1, .row.g-2, .row.g-3, .row.g-4, .row.g-5 {
	margin-right: calc(-1 * var(--bs-gutter-x));
	margin-left: calc(-1 * var(--bs-gutter-x));
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-bottom: calc(-1 * var(--bs-gutter-y));
  }
  .row.g-0 > [class^="col-"],
  .row.g-1 > [class^="col-"],
  .row.g-2 > [class^="col-"],
  .row.g-3 > [class^="col-"],
  .row.g-4 > [class^="col-"],
  .row.g-5 > [class^="col-"] {
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
	padding-top: var(--bs-gutter-y);
	padding-bottom: var(--bs-gutter-y);
  }
  







  /* Basic Placeholder Styles */
.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: 0.5; /* Assuming $placeholder-opacity-max is 0.5 */
  }
  
  .placeholder.btn::before {
	display: inline-block;
	content: "";
  }
  
  /* Sizing */
  .placeholder-xs {
	min-height: .6em;
  }
  
  .placeholder-sm {
	min-height: .8em;
  }
  
  .placeholder-lg {
	min-height: 1.2em;
  }
  
  /* Animation - Glow Effect */
  .placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
  }
  
  @keyframes placeholder-glow {
	50% {
	  opacity: 0.1; /* Assuming $placeholder-opacity-min is 0.1 */
	}
  }
  
  /* Animation - Wave Effect */
  .placeholder-wave {
	mask-image: linear-gradient(130deg, black 55%, rgba(0, 0, 0, 0.1) 75%, black 95%); /* Adjusted opacity */
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
  }
  
  @keyframes placeholder-wave {
	100% {
	  mask-position: -200% 0%;
	}
  }
  

  .max-h-75vh {
	max-height: 75vh
  }

  .top-20{
	top : 20px
  } 
  
  .top-0{
	top : 0
  } 
  


 .left-0 {
	left : 0
 }


 code {
	color: #6777ef !important;
 }

 
.notice-msg img {
    max-width: 100%;
    border: 2px dashed #565656;
    padding: 1rem;
	margin-top: 1rem
}


@media(max-width: 767.98px) {
    .alert .alert-title {
		font-size: 1.2rem;
	}
}



.sidebar-menu > li.dropdown.active .has-dropdown{
	position: sticky !important;
	top: 0;
	z-index: 10;
	background: #6777ef !important;
	border-right: 1px solid #fff;
	color: #fff;
}


.sidebar-menu > li.dropdown.active ul.dropdown-menu::before {
	/* content : "";
	position: absolute;
	color: #fff;
	left: 10px;
	border-left: 1px solid;
	padding: 15px 10px;
	margin-top: -1rem;
	height: calc(100% - 63px);
	z-index: 1; */

	content: "";
    position: absolute;
    color: #fff;
    left: 10px;
    border-left: 1px solid;
    padding: 15px 10px;
    margin-top: 0;
    height: calc(100% - 15px);
    z-index: 1;
    top: 0;

}

.sidebar-menu > li.dropdown.active ul.dropdown-menu li.sidebar-menu-item {	
	position: relative;
}

.sidebar-menu > li.dropdown.active ul.dropdown-menu li.sidebar-menu-item a::before {
	content : "";
	position: absolute;
	color: #fff;
	left: 10px;
	border-bottom: 1px solid;
	padding: 15px 10px;
	border-top: unset;
	border-right: unset;
	margin-top: -30px;
	z-index: 1;
}


.sidebar-menu > li.dropdown ul.dropdown-menu li.sidebar-menu-item i {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 50%;
	background: #232e37;
	width: 30px;
	z-index: 2;
	margin-right: 8px !important;
	height: 30px;
	padding: 7px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	display: flex;
	align-items: center;
}


.main-sidebar .sidebar-menu li a{
	padding-right: 30px;
    line-height: 1.2rem;
}

.main-sidebar .sidebar-menu li a span{
	margin-top: 0;
	margin-left: 5px;
}

.sidebar-menu > li.dropdown.active > a.nav-link {	
	padding-left: 10px !important;
}

.sidebar-menu > li.dropdown.active > a.nav-link i{		
    border: 1px solid;
    padding: 5px;
}




.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size : 14px !important
}





/**
	MINI SIDE MENU
*/



body.sidebar-mini .main-sidebar .sidebar-menu > li {
    padding: 0px !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
    box-shadow: unset !important;
	padding-left: 0 !important;
	border-radius: unset !important;
}


body.sidebar-mini .main-sidebar .sidebar-menu > li > a:hover {
	background: #6777ef;
	color: #fff;
	border-radius: unset;
	border-right: 1px solid #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li > a:hover i{
	border: 1px solid !important;
    padding: 5px !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
	background: #303c46 !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
	top : 0 !important
}
body.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li.dropdown-title {
	color: #fff !important;
	margin: 0;
	font-size: 1rem;
	z-index: 1;
    position: relative;
    background: #6777ef;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
	width: 275px;
	border-radius: unset
}


body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu::before {
    content: "";
    position: absolute;
    color: #fff;
    left: 10px;
    border-left: 1px solid;
    height: calc(100% - 15px);
    z-index: 1;
    top: 0;
	
    margin: 0;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li.sidebar-menu-item a::before {
    content: "";
    position: absolute;
    color: #fff;
    left: 10px;
    border-bottom: 1px solid;
    padding: 15px 10px;
    border-top: unset;
    border-right: unset;
    margin-top: -30px;
    z-index: 1;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a {
	background: #303c46 !important;
    color: #6777ef;
}




.ls-10 {
	letter-spacing: 10px;
}


.gallery.gallery-lg .gallery-item {
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
  }