@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: 95,140,175;
	--bs-btn-bg: #5f8caf;
	--bs-body-font-size: 0.9rem;
}
.btn-primary {
	--bs-btn-bg: #5f8caf;
	--bs-btn-border-color: #5f8caf;
}
.card {
	--bs-card-cap-bg: #E0E0E0;
}
.modal {
	--bs-modal-width: 600px;
}

header {
	height: 64px;
}
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: #f8f8f8;
	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;
}
.uppercase {
	text-transform: uppercase;
}

#mobileNavBar {
	width: 224px;
}
.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;
}
#headerNav .nav-item {
	position: relative;
}
#headerNav .nav-link:before {
	content: '';
	width: 0%;
	height: 5px;
	top: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: var(--bs-btn-bg);
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
#headerNav .nav-link:hover:before, 
#headerNav .nav-link:focus:before, 
#headerNav .nav-link:visited:before, 
#headerNav .nav-link.active:before {
	width: calc(100% - 1rem);
}
.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;
}

/* 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;
}
#recaptcha-container > div > div {
	margin: 0 auto;
}
.select2-container .select2-selection--single {
	height: -moz-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: -webkit-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	padding: 1.625rem 2.25rem .625rem 0.75rem;
	font-size: 1rem;
	background-color: var(--bs-body-bg);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-selection__rendered {
	padding: 0 !important;
}
.select2-container~label,
.iti~label {
	color: rgba(var(--bs-body-color-rgb),.65);
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--bs-body-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: -moz-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: -webkit-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}
.select2-hidden-accessible.is-invalid + .select2-container--default .select2-selection--single,
.select2-hidden-accessible.is-invalid + .select2-container--default .select2-selection--multiple {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	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);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}
.select2-container~label,
.iti~label {
	color: rgba(var(--bs-body-color-rgb),.65);
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.iti {
	width: 100%;
}
.iti--allow-dropdown input, 
.iti--allow-dropdown input[type=text] {
	padding: 1.625rem 0.75rem 0.625rem 50px;
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.iti__selected-flag {
	padding-top: 15px;
}

table.dataTable.no-footer {
	border: none;
}
table.dataTable thead th, 
table.dataTable thead td,
.table > :not(caption) > * > *,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	border-color: var(--bs-border-color);
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	outline: none;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: var(--bs-border-color);
}

@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;
	}
}

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