@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;
}
header {
	height: 64px;
}
body {
	height: 100vh;
	font-family: 'Be Vietnam Pro', sans-serif;
	letter-spacing: -0.5px;
	background: #f8f8f8;
}
.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;
}
.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	z-index: 999;
	padding: 40px 0;
}
.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;
}

.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;
}
.form-check-input,
.form-check-label {
	cursor: pointer;
}

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

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