@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.section-link {
	text-decoration: none;
	color: #212529;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.7rem;
}

.section-icon {
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
	color: #0d6efd;
}

.card .card-header {
	border-bottom: none;
	padding-top: var(--bs-card-spacer-x);
}

	.card .card-header .card-title {
		margin-bottom: 0;
		font-size: 15px;
		font-weight: 600;
		color: var(--bs-heading-color);
	}

.datatable-top, .datatable-bottom {
	padding: 8px 10px;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}

.datatable-top > nav:first-child, .datatable-top > div:first-child, .datatable-bottom > nav:first-child, .datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child, .datatable-top > div:not(first-child), .datatable-bottom > nav:last-child, .datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.datatable-table > tbody > tr > td, .datatable-table > tbody > tr > th, .datatable-table > tfoot > tr > td, .datatable-table > tfoot > tr > th, .datatable-table > thead > tr > td, .datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}

.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-info {
	margin: 7px 0;
}

.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

	.datatable-pagination li.datatable-hidden {
		visibility: hidden;
	}

.datatable-pagination .datatable-disabled a, .datatable-pagination .datatable-disabled a:focus, .datatable-pagination .datatable-disabled a:hover, .datatable-pagination .datatable-disabled button, .datatable-pagination .datatable-disabled button:focus, .datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-active a, .datatable-pagination .datatable-active a:focus, .datatable-pagination .datatable-active a:hover, .datatable-pagination .datatable-active button, .datatable-pagination .datatable-active button:focus, .datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-table th button, .datatable-pagination-list button {
	color: inherit;
	border: 0;
	background-color: inherit;
	cursor: pointer;
	text-align: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.datatable-pagination a, .datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::before, .datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}
/*--------Gradient--------*/
.gr-multicolor {
	background: var(--bs-bg-gradient-robo);
}

.gr-green {
	background: var(--bs-bg-gradient-green);
}

.gr-green2 {
	background: var(--bs-bg-gradient-green2);
}

.gr-l_red {
	background: var(--bs-bg-gradient-l_red);
}

.gr-blue {
	background: var(--bs-bg-gradient-blue);
}

.gr-orange {
	background: var(--bs-bg-gradient-orange);
}

.gr-blue-green {
	background: var(--bs-bg-gradient-blue-green);
}

.gr-l_blue-pink {
	background: var(--bs-bg-gradient-l_blue-pink);
}

.gr-d_blue-ash {
	background: var(--bs-bg-gradient-d_blue-ash);
}

.gr-royal_blue {
	background: var(--bs-bg-gradient-royal_blue);
}

.gr-purple {
	background: var(--bs-bg-gradient-purple);
}

.gr-green-yellow {
	background: var(--bs-bg-gradient-green-yellow);
}

.gr-login-bg {
	background: var(--bs-bg-gradient-login-bg);
}

	.gr-login-bg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 4px solid #0d6efd !important;
    background: none;
}

	/*.gr-login-bg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.white-tab {
		background: #fff;
		border-radius: 30px;
		color: #0d6efd;
		border: none !important;
	}
.nav-link:hover {
	background: #fff;
	border-radius: 30px !important;
	color: #0d6efd;
	border-color: none !important;
	isolation: auto;
}*/

/*--------Background btn--------*/

.nav-pills .nav-link.btn-bg-whit.active {
	background: var(--bs-background-white) !important;
	color: var(--bs-nav-pills-link-active-black-color);
	border: solid 1px #83a9ff;
	color: #1456e9;
}

/*--------Background--------*/
.bg-light-blue {
	background: var(--bs-background-light-blue) !important;
}

.bg-light-d-blue {
	background: var(--bs-background-light-d-blue) !important;
}

.bg-light-grey {
	background: var(--bs-background-grey) !important;
}

.login-fo {
	display: flex;
	align-items: center;
	overflow: auto;
}

.bg-login-fo {
	background: var(--bs-background-login-form);
}

.login-page .login-page-left-img {
	z-index: 1;
	max-width: 100%;
}

	.login-page .login-page-left-img img {
		max-width: 100%;
		max-height: 85vh;
	}

/*  Mobile Landscape */
@media (max-width: 768px) {
	.login-page .login-page-left-img img {
		max-width: 60%;
	}
}

@media (min-width: 768px) and (min-height: 400px) {
	.login-fo, .login-banner {
		height: 100vh;
	}
}

/*  Mobile Portrait (Narrow Screens) */
@media (max-width: 576px) {
	.login-fo {
		border-radius: 80px 0 0 0;
		min-height: 52vh;
	}

		.login-fo .gr-login-bg {
			background: none;
		}
}

/*  Mobile Landscape */
@media (min-width: 576px) and (max-width: 768px) {
	.login-fo {
		border-radius: 80px 0 0 0;
		min-height: 45vh;
	}

		.login-fo .gr-login-bg {
			background: none;
		}
}

/*  Tablet Portrait */
@media (min-width: 768px) and (max-width: 992px) {
	.login-fo {
		/*border-radius: 80px 0 0 0;*/
		min-height: 55vh;
	}

		.login-fo .gr-login-bg {
			background: none;
		}
}

/*  Tablet Landscape & Small Laptops */
@media (min-width: 992px) and (max-width: 1200px) {
	.login-fo {
		/*border-radius: 80px 0 0 0;*/
		min-height: 55vh;
	}

		.login-fo .gr-login-bg {
			background: none;
		}
}

.category-title {
	font-size: 1.25rem;
	font-weight: 500;
}

@media (min-width: 768px) {
	.section-box {
		min-height: 120px;
		padding: 1rem;
		margin: 0.5rem;
	}

	.section-link {
		font-size: 0.9rem;
	}

	.section-icon {
		font-size: 1.75rem;
	}
}

@media (min-width: 992px) {
	.section-box {
		min-height: 110px;
		padding: 1.25rem;
	}

	.section-link {
		font-size: 1rem;
	}

	.section-icon {
		font-size: 2rem;
	}
}


/*** Animations ***/
[data-sal|='fade'] {
	opacity: 0;
	transition-property: opacity;
}

	[data-sal|='fade'].sal-animate,
	body.sal-disabled [data-sal|='fade'] {
		opacity: 1;
	}

[data-sal|='slide'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal='slide-up'] {
	transform: translateY(20%);
}

[data-sal='slide-down'] {
	transform: translateY(-20%);
}

[data-sal='slide-left'] {
	transform: translateX(20%);
}

[data-sal='slide-right'] {
	transform: translateX(-20%);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
	opacity: 1;
	transform: none;
}

[data-sal|='zoom'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal='zoom-in'] {
	transform: scale(0.5);
}

[data-sal='zoom-out'] {
	transform: scale(1.1);
}

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
	opacity: 1;
	transform: none;
}

[data-sal|='flip'] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-sal='flip-left'] {
	transform: perspective(2000px) rotateY(-91deg);
}

[data-sal='flip-right'] {
	transform: perspective(2000px) rotateY(91deg);
}

[data-sal='flip-up'] {
	transform: perspective(2000px) rotateX(-91deg);
}

[data-sal='flip-down'] {
	transform: perspective(2000px) rotateX(91deg);
}

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
	transform: none;
}

[data-sal][data-sal-duration='800'] {
	transition-duration: 0.8s;
}

.bxs-icon-siz {
	width: 31px;
	height: 30px;
	display: inline-block;
}

.bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: white;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

	.bottom-nav .nav-link {

	}
.nav-link.active {
	color: #0d6efd;
}

.more-menu {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	width: 100%;
	background: white;
	z-index: 999;
	transition: transform 0.3s ease;
	padding: 20px;
	overflow-y: auto;
}

	.more-menu.active {
		transform: translateX(-100%);
	}

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 998;
	display: none;
}

	.menu-overlay.active {
		display: block;
	}

.thumb-xxxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	width: 120px;
	font-size: 32px;
	font-weight: 700
}

.thumb-xxxxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 140px;
	width: 140px;
	font-size: 32px;
	font-weight: 700
}

.avatar {
	position: relative;
	width: 2.375rem;
	height: 2.375rem;
	cursor: pointer;
}

	.avatar.avatar-online:after {
		background-color: #71dd37;
	}

	.avatar.avatar-online:after,
	.avatar.avatar-offline:after,
	.avatar.avatar-away:after,
	.avatar.avatar-busy:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 3px;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		-webkit-box-shadow: 0 0 0 2px #fff;
		box-shadow: 0 0 0 2px #fff;
	}

.light-red-gradient {
	Background: var(--bs-bg-gradient-light-red);
}

.light-red-border {
	border: var(--bs-border-light-red);
}

.light-blue-gradient {
	Background: var(--bs-bg-gradient-light-blue);
}

.light-blue-border {
	border: var(--bs-border-light-blue);
}

.light-blue-gradient2 {
	Background: var(--bs-bg-gradient-light-blue2);
}

.light-blue-border2 {
	border: var(--bs-border-light-blue2);
}


.blue-title {
	color: var(--bs-blue-title-color);
}

.profile-card {
	border-radius: 5px;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: none !important;
}

.profile-img-100 {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.profile-img-150 {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.profile-info {
	flex: 1;
}


.divider {
	display: block;
	text-align: center;
	margin: 1rem 0;
	overflow: hidden;
	white-space: nowrap;
}

	.divider .divider-text {
		position: relative;
		display: inline-block;
		font-size: 0.9375rem;
		color: #384551;
		padding: 0rem 0.677rem;
	}

	.divider.divider-dashed .divider-text:before,
	.divider.divider-dashed .divider-text:after {
		border-style: dashed;
		border-width: 0 1px 1px;
		border-color: rgba(34, 48, 62, 0.12);
	}

	.divider .divider-text:before {
		right: 100%;
	}

	.divider .divider-text:before,
	.divider .divider-text:after {
		content: "";
		position: absolute;
		top: 50%;
		width: 100vw;
		border-top: 1px solid rgba(34, 48, 62, 0.12);
	}

.recaptcha-wrapper {
	margin-top: 20px;
	justify-content: center;
	display: flex;
}

.border-blue {
	--bs-border-opacity: 1 : 1;
	border-color: var(--bs-border-primary2) !important;
}

/*---------ribbon---------*/
.ribbon1 {
	position: absolute;
	top: -6.1px;
	left: 32px;
}

.ribbon1 span:before {
		background: #172935;
	}
	.ribbon1 span:after, .ribbon1 span:before {
		position: absolute;
		content: "";
	}
	.ribbon1 span::before {
		height: 9px;
		width: 6px;
		left: -7px;
		top: -4px;
		border-radius: 8px 1px 0 0;
		background: linear-gradient(45deg, #cbd1db, #a3adc7);
	}
	.ribbon1 span:after {
		height: 9px;
		width: 4px;
		left: -4px;
		top: -4px;
		background: linear-gradient(45deg, #cbd1db, #a3adc7);
	}
	

/* Target the wrapper */
.iti {
	width: 100% !important; /* or set a specific width like 300px */
}

	/* Target the input */
	.iti input {
		width: 100% !important;
	}
.text-secondary {
	color: var(--bs-label-color) !important;
	vertical-align: middle;
}
.text-secondary-2 {
	color: var(--bs-text-muted) !important;
	vertical-align: middle;
}
.btn-outline-secondary {
	--bs-btn-color: #1e222d;
}
.list-group-item:disabled {
	--bs-dark: #f4f6f9;
}


input.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ced4da;
}

div.input-group:focus-within {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
	border-radius: 0.2rem;
}

.form-select, .form-control {
	border: solid 1px #d3d3d3;
}

.edu-border-color-gray-400 {
	border-color: #dddddd;
	background: #ddd
}



/* we can remove these letar */
.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}

.purple-color {
	color: var(--bs-menu-icon-color);
}

