@import url("https://assets.mindyra.com/css/bootstrap-icons-1.10.3.css");

.header-font {
	font-size: 2rem;
}

.header-divider {
	background-image: url('../img/header_divider.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 20px;
}

.header-logo {
	margin-bottom: 20px;
}

.box-white {
	background-color: #fff;
	border: 2px solid #cfcfcf;
	border-radius: 0.1875rem;
	padding: 2rem;
}

.height-1px {
	height: 1px;
}

.toast {
	display: flex !important;
	align-items: center;
	color: rgb(54, 54, 54);
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px, rgba(0, 0, 0, 0.05) 0px 3px 3px;
	max-width: 350px;
	pointer-events: auto;
	padding: 8px 10px;
	border-radius: 4px;
	line-height: 1.3;
	will-change: transform;
}

.toast-icon {
	flex-shrink: 0;
	min-width: 20px;
	min-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 1400px) {
	.offset-xxl-4-5 {
		margin-left: 37.5%;
	}
}

.language-picker button:hover {
	color: var(--bs-primary) !important;
	border: 0.125rem solid transparent;
}

.language-picker .btn.show,
.language-picker button:active,
.language-picker button:focus,
.language-picker button:focus-within {
	border: 0.125rem solid transparent !important;
}

.language-picker .dropdown-menu {
	min-width: 10rem;
}
