@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&family=Roboto:wght@400;700&display=swap');

.roboto {
	font-family: 'Roboto', sans-serif;
}

:root {
	--bs-primary-rgb: 139,61,255;
	--bs-btn-bg: #8b3dff;
	--bs-body-font-size: 0.9rem;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #8b3dff;
	--bs-btn-border-color: #8b3dff;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #7634d9;
	--bs-btn-hover-border-color: #6f31cc;
	--bs-btn-focus-shadow-rgb: 156,90,255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6f31cc;
	--bs-btn-active-border-color: #682ebf;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(2,6,23,.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #8b3dff;
	--bs-btn-disabled-border-color: #8b3dff;
}
/*
.card {
	--bs-card-cap-bg: #E0E0E0;
}
.modal {
	--bs-modal-width: 600px;
}
.nav-pills {
	--bs-nav-pills-link-active-bg: #5f8caf;
}
.nav {
	--bs-nav-link-color: #5f8caf;
}*/

/*body {
	height: 100vh;
	font-family: 'Be Vietnam Pro', sans-serif;
	letter-spacing: -0.5px;
	background: #f8f8f8;
}*/
.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
	min-height: 60px;
}
.valign-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
}
.valign-wrapper .valign {
	display: block;
}
.pointer {
	cursor: pointer;
}

header {
	height: 56px;
}
main {
	transition: 0.5s;
}
.l-navbar {
	position: fixed;
	top: 64px;
	height: -moz-calc(100% - 64px);
	height: -webkit-calc(100% - 64px);
	height: calc(100% - 64px);
	padding: 0.5rem 1rem 0.5rem 0;
	transition: 0.5s;
	z-index: 100;
	width: 224px;
}
.l-navbar .nav_link,
.offcanvas .nav_link {
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	column-gap: 1rem;
	padding: 0.5rem 0 0.5rem 1.5rem;
	text-decoration: none;
}
.l-navbar .nav_link:hover,
.offcanvas .nav_link:hover,
.l-navbar .nav_link.active,
.offcanvas .nav_link.active {
	color: #ffffff;
}
.l-navbar .nav,
.offcanvas .nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.l-navbar {
		left: -50%;
		padding: 1rem 1rem 1rem 0;
	}
	.showNav {
		left: 0;
	}
	.body-pd {
		padding-left: 224px;
	}
}
#mobileNavBar {
	width: 224px;
}
.profileOption .row {
	width: 208px;
}
.profileOption .avatar-autor {
	width: 30px;
	height: 30px;
	border: 0px;
	color: #fff;
	line-height: 29px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("../img/bg-avatar-header.jpg");
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.profileOption a,
.profileOption p {
	color: white;
	font-size: 12px;
	line-height: 1;
}

.breadcrumb-item span {
	display: none;
}
.breadcrumb-item a {
	color: var(--bs-btn-bg);
	text-decoration: none;
}
.breadcrumb-item.active span {
	display: inline-block;
}
.breadcrumb-item.active a {
	display: none;
}

.accordionUser .accordion-button::after {
	margin-left: 0;
	position: absolute;
	right: 60px;
}
.accordionUser .btn-edit {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9;
	margin: 0;
}
.accordionNone .accordion-button::after {
	display: none;
}
/*


.profileOption {
	min-width: 200px;
	margin-right: 1px;
}
.profileOption .avatar-autor {
	width: 30px;
	height: 30px;
	border: 0px;
	color: #fff;
	line-height: 29px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("../img/bg-avatar-header.jpg");
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.profileOption a,
.profileOption p {
	color: black;
	font-size: 12px;
	line-height: 1;
}
.offcanvas-body .profileOption {
	position: absolute;
	left: 0;
	bottom: var(--bs-offcanvas-padding-y);
	width: calc(100% - var(--bs-offcanvas-padding-x));
}
.offcanvas-body a,
.offcanvas-body .profileOption p {
	color: white !important;
}
.mainPage {
	width: 100%;
	min-height: 81vh;
	overflow: auto;
}
footer {
	height: 90px;
	overflow: hidden;
	background: white;
	font-size: 0.8rem;
}
footer div:nth-child(2) a {
	margin: 0 6px;
	text-decoration: none;
	color: black;
}
footer p {
	margin: 0;
}

.card-header,
.card-footer {
	background-color: transparent;
}
.circleInfo {
	position: absolute;
	top: 10px;
	right: 24px;
	font-size: 1.2rem;
}
.modal-header .alert {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.modal-header .alert h5 {
	display: inline-block;
	margin: 0 0 0 6px;
}
.modal-header .alert i {
	font-size: 18px;
}
table .form-check .form-check-input {
	float: none;
}
.input-group > .form-floating:not(:first-child) > .form-control {
	border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0 !important;
}
.input-group > .form-floating:not(:last-child) > .form-control {
	border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius) !important;
}
.form-control:focus {
	box-shadow:0 0 0 .05rem rgba(13,110,253,.25)
}*/

/* HOME */
/*.page-home {
	width: 100%;
	background: linear-gradient(
		to right,
		#F8F8F9 0%,
		#F8F8F9 50%,
		#FFFFFF 50%,
		#FFFFFF 100%
	);
}
.page-home > .container > .row .col-12:first-child {
	background-color: #F8F8F9;
}
.page-home > .container > .row .col-12:last-child {
	background-color: #FFFFFF;
}

@media (min-width: 992px) {
	.mainPage {
		height: -moz-calc(100% - 112px);
		height: -webkit-calc(100% - 112px);
		height: calc(100% - 112px);
	}
	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
	.circleInfo {
		top: 8px;
		right: -16px;
	}
}

@media only screen and (max-width: 1500px) {
	#homeCtn {
		width: 94% !important;
		max-width: 94% !important;
	}
}*/