/* Nunito Sans — Light (200) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-ExtraLight.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Regular (400) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Regular.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Italic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — SemiBold (600) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-SemiBold.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Bold (700) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Bold.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-BoldItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Black (900) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Black.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-BlackItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

* {
	font-family: 'Nunito Sans', Inter, sans-serif;
	font-size: 16px;
}

div {
	width: auto;
	height: auto;
}

.pb-6 {
	padding-bottom: 230px;
}

.background-grey {
	background-color: #EBEBEB;
}

.background-grey:has(img) {
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.px-25 {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}

.containers {
	display: flex;
	min-height: 100vh;
	height: 100%;
}

.background-picture {
	background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/private-entities.png);
	width: 50%;
	background-size: cover;
	background-position: 70% center;
	min-height: 100vh;
	padding: 24px;

}
.background-picture-reset-password {
	background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/forgottenPhoto.png);
	width: 50%;
	background-size: cover;
	background-position: center 75%;
	min-height: 100vh;
	padding: 24px;

}

.background-picture-be {
	background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/business-entities.png);
	width: 50%;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	padding: 24px;

}

.background-picture-bg {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/registration-background.svg);*/
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/1df487b05fe148d8d6a9201fc2aee9f83cef6bbf.png);*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(/pictures/Registration/0bab55874557cf393688806060adcbd045918ea2.png);
	width: 50%;
	background-size: cover;
	background-position: 69% 55%;
	min-height: 100vh;
	padding: 16px;
}

/*TEXT SHADOW FOR HEADINGS*/
.text-white.fs-1.fw-light.mt-5.w-100 {
	text-shadow: 0 0 10px black;
}

.text-white.fs-1.fw-bold.mb-4.mt-4.w-100 {
	text-shadow: 0 0 10px black;
}

.text-white.fs-1.fw-bold.mb-4.mt-4.w-100 span {
	text-shadow: white 1px 0.5px;
}

/*TEXT SHADOW FOR HEADINGS*/
.pt-36 {
	margin-top: 36px;
}

.form {
	height: 100%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 57%;
	max-width: 650px;
	padding-left: 2rem;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem;
}

.form input img {
	max-width: 22px !important;
	max-height: 22px !important;
}

.card-holder {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.403);
	border-radius: 16px;
	padding: 16px 24px 16px 24px;
	background-color: white;
	height: 100px;
}

.card-holder svg {
	border-radius: 16px;
	width: 100%;
	height: 100%;
}

.outer {
	fill: none;
	width: 99.5%;
	height: 99.5%;
	stroke: url(#lgrad);
	stroke-dasharray: 320%;
	stroke-dashoffset: 320%;
	stroke-width: 10px;
	transition: stroke-dashoffset .7s;
	margin: 0 auto;
	stroke-linecap: round;
}

.card-holder:hover .outer, .hovered {
	stroke-dashoffset: 0%;
}

.inner-form {
	max-width: 750px;
	width: 100%;
}

.input-field {
	/*background-color: #EBEBEB;*/
	/*height: 100% !important;*//*width: 100%;*/
	
	/*font-size: 14px;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	border: 2px solid transparent;
	outline: none;
	border: 2px solid var(--bs-secondary);
	outline: none;
	box-sizing: border-box !important;*/
}
/*.input-field {
	background-color: #EBEBEB;
	height: 100%;
	font-size: 14px;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	width: 100%;
	line-height: 100%;
	border: 2px solid transparent;
}*/
.input-field {
	/*background-color: #EBEBEB;*/
	height: 100%;
	font-size: 14px;
	padding: 0.5rem calc(0.75rem + 40px) 0.5rem 0.75rem;
	width: 100%;
	line-height: 100%;
	border: 1px solid var(--bs-secondary);
	outline: 1px solid transparent;
	outline-offset: 2px;
}


/*.input-field:focus {
	border: 2px solid var(--bs-secondary);
	outline: none;
	box-sizing: border-box !important;
}*/
.input-field:focus {
	border: 1px solid var(--bs-primary);
	outline: 2px solid var(--bs-primary);
	box-sizing: border-box !important;
}
/*.select2-selection.select2-selection--single{*/
/*	background-color: #EBEBEB !important;*/
/*	outline: none !important;*/
/*	border: none !important;*/
/*	padding: 0.5rem 0.75rem 0.5rem 0.75rem;*/
/*	display: flex !important;*/
/*	align-items: center !important;*/
/*	min-height: 36px;*/
/*}*/
/*.select2-selection__rendered {*/
/*	display: flex !important;*/
/*	align-items: center !important;*/
/*	height: 100%;*/
/*	font-size: 14px !important;*/
/*}*/
/*.select2-selection__arrow{*/
/*	top:5px !important;*/
/*}*/
/*.select2-results .select2-results__option{*/
/*	display: flex;*/
/*	gap: 0.25rem;*/
/*	width: 100%;*/
/*	padding: 0.25rem 0.5rem;*/
/*	border-bottom: 1px solid #F0F0F0 !important;*/
/*	align-items: center;*/
/*	font-size: 14px !important;*/
/*}*/
/*.select2-search__field{*/
/*	outline: none !important;*/
/*	font-size: 14px !important;*/
/*}*/
/*.select2-container .select2-selection--single .select2-selection__rendered{*/
/*	padding-left: 0 !important;*/
/*}*/
/*.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{*/
/*	background-color: #EBEBEB !important;*/
/*	color: black !important;*/
/*}*/
/*.select2-selection__placeholder{*/
/*	font-size: 14px;*/
/*}*/
/*.select2-container--default .select2-selection--single{*/
/*	border-radius: 0.375rem !important;*/
/*}*/
/*.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus{*/
/*	width: 100% !important;*/
/*}*/
/*.select2.select2-container.select2-container--default{*/
/*	width: 100% !important;*/
/*}*/

/* For inputs with subsequent sibling (arrows) */
/*.input-field:focus:has(+ div) {
	border-top: 2px solid var(--bs-secondary);
	border-left: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
	border-right: none;
}*/
.input-field:focus:has(+ div) {
	
}

/* For inputs with subsequent sibling (arrows) */
/* Arrow, magnifying glass */
/*.input-field:focus + div {
	border-top: 2px solid var(--bs-secondary);
	border-right: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
}*/
.input-field:focus + div {
	
}

/* For inputs with previouse sibling (country code) */
/* Country code */
.dropdown-header:has(+ .input-field:focus) {
	border-top: 2px solid var(--bs-secondary);
	border-left: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
}

.dropdown-header:has(+ .input-field) {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

/* For inputs with previouse sibling (country code) */
.dropdown-header + .input-field:focus {
	border-top: 2px solid var(--bs-secondary);
	border-right: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
	border-left: none !important;
}

/*.input-field + div {
	max-width: 40px;
	border-top: 2px solid var(--bs-secondary);
	border-right: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
}*/
/*.input-field + div {
	max-width: 40px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}*/
.input-field + div {
	max-width: 40px;
	position: absolute !important;
	top: 1px;
	right: 1px;
	border: none;
	outline: none;
	height: calc(100% - 2px);
	bottom: 1px;
}

.input-field:focus + .d-flex .arrow-up {
	transform: rotate(180deg);
}

.name-field {
	font-size: 16px;
	/*font-weight: 600;*/
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #555;
	transition: 0.2s;
}

.forgot-password {
	cursor: pointer;
}

.forgot-password:hover {
	opacity: 0.6;
}

.forgot-password:active {
	opacity: 0.8;
}

.circle {
	width: 40px;
	height: 40px;
}

.circle1 {
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}

.circle1.clientChecked {
	visibility: visible;
	opacity: 1;
}

.dropdown-option img {
	width: 100%;
	height: 20px;
	border-radius: 2px;
}

.circle-step-line {
	border-bottom: 2px solid white;
	width: 20%;
}

.circle-step-line-private {
	border-bottom: 2px solid white;
	width: 34%;
}

.tick {
	border-bottom: 3px solid red;
	border-radius: 30px;
}

.show-password {
	top: 40%;
	border-bottom: 2px solid black;
	width: 15px;
	border-radius: 50px;
	transform: rotate(45deg);
	transform: translate(-15px, -15px) rotate(45deg);
	transition: 0.4s;
}

.unmask {
	transform: translate(0px, 0px) rotate(45deg);
}

.link-terms-of-use {
	color: black;
	text-decoration: none;
}

.link-terms-of-use:hover {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

.link-terms-of-use:active {
	filter: brightness(1.5);
}

/* Country code dropdown */

.dropdown-header {
	position: relative;
}

.dropdown-number {
	position: relative !important;
}

.dropdown-input {
	position: relative;
}

/* .dropdown-input:focus-within .dropdown{
	visibility: visible;
} */
.dropdown-header:hover {
	transition: 0.1s;
	background-color: var(--bs-input-hover);
}

.dropdown-my {
	visibility: hidden;
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	max-height: 164px;
	background-color: rgb(255, 255, 255);
	top: 100%;
	left: 0;
	border-radius: 0 0 8px 8px;
	overflow-y: scroll;
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.dropdown-option, .dropdown span {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	border-bottom: 1px solid #F0F0F0;
	align-items: center;
}

.dropdown-option:hover {
	background-color: #EBEBEB;
}

.dropdown.active {
	visibility: visible;
}

.picture-holder {
	width: 22px;
}

.picture-holder img {
	border-radius: 2px;
}

.dropdown-header {
	position: relative;
}

.dropdown-header:hover {
	transition: 0.1s;
	background-color: var(--bs-input-hover) !important;
}

.dropdown-language {
	visibility: hidden;
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	max-height: 100px;
	background-color: rgb(255, 255, 255);
	top: 100%;
	left: 0;
	border-radius: 0 0 6px 6px;
	overflow-y: auto;
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
	z-index: 1;
	overflow-x: hidden;
}

.dropdown-language::-webkit-scrollbar {
	width: 10px;

}

.dropdown-language::-webkit-scrollbar-thumb {
	background-color: darkgray;
	border-radius: 10px;
}

.dropdown-language .dropdown-option {
	display: flex;
	gap: 0.25rem;
	width: 100%;
	padding: 0.25rem 0.5rem;
	border-bottom: 1px solid #F0F0F0;
	align-items: center;
}

.dropdown-option {
	cursor: pointer;
}

.dropdown-img {
	width: 20px;
	height: 20px;
}

.dropdown-option img {
	width: 22px !important;
	height: 22px !important;
}

.dropdown-option div {
	font-size: 12px;
	font-weight: 500;
}

.dropdown-option:hover {
	background-color: #EBEBEB;
}

.dropdown-language.active-language {
	visibility: visible;
}

.phone-number-dropdown {
	background-color: #EBEBEB !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.home-button {
	width: 200px;
	max-width: 200px;
	cursor: pointer;
	transition: 0.2s;
}

.home-button:hover {
	transform: scale(1.1);
}

#business {
	display: none;
}

/*BUTTON CONTINUE*/
.btn-secondary.bg-light {
	border: 1px red solid !important;
	color: red !important;
}

.btn-secondary.bg-light:hover {
	background-color: #F5666E !important;
	color: white !important;
}

/*BUTTON CONTINUE*/

/*ERROR VALIDATION*/
.fs-14{
	font-size: 14px;
}


@media all and (max-width: 950px) {
	body {
		min-height: 100vh;
		height: 100vh;
	}

	.containers {
		flex-direction: column;
	}

	[class*=background-picture] {
		width: 100%;
		height: auto !important;
		min-height: auto !important;
		max-width: none;
		background-size: 80%;
		background-repeat: no-repeat;
		background-color: var(--bs-dark);
		background-size: cover;
		justify-content: center !important;
		/* box-shadow: -200px 20px 80px -10px rgb(27, 31, 39) inset, 200px 0px 80px -10px rgb(27, 31, 39) inset; */
	}
	.background-picture-reset-password{
		width: 100%;
		height: auto !important;
		min-height: 40% !important;
		max-width: none;
		background-size: 80%;
		background-repeat: no-repeat;
		background-color: var(--bs-dark);
		background-size: cover;
		justify-content: center !important;
	}

	/* .background-picture-be{
		background-size: 100%;
		/* box-shadow: -240px 20px 80px -10px rgb(27, 31, 39) inset, 250px 0px 80px -10px rgb(27, 31, 39) inset; */
	.background-picture-bg {
		background-size: 100%;
		background-position-y: 65%;
		/* box-shadow: -240px 20px 80px -10px rgb(27, 31, 39) inset, 250px 0px 80px -10px rgb(27, 31, 39) inset; */
	}

	[class*=background-picture] h1 {
		padding: 0px !important;
		margin: auto 0 0 0 !important;
	}

	[class*=background-picture] .btn-light {
		width: 75% !important;
	}

	.background-picture .home-button, .background-picture-be .home-button {
		padding-bottom: 0px !important;
	}

	.background-picture h1, .background-picture-be h1 {
		margin-top: 0 !important;
	}

	.background-picture .d-flex.justify-content-center.pt-4.h-auto.w-100, .background-picture-be .d-flex.justify-content-center.pt-4.h-auto.w-100 {
		margin-top: auto !important;
	}

	.background-picture .btn, .background-picture-be .btn {
		margin-bottom: auto !important;
	}

	.background-picture-bg span {
		text-align: center;
		margin: 0 0 auto 0 !important;
		padding: 0 !important;
	}

	.containers [class*=background-picture] > div {
		justify-content: start !important;
		gap: 0.75rem !important;
	}

	.d-flex.justify-content-center.pt-4.h-auto {
		padding: 0px !important;
	}

	.circle {
		max-width: 40px;
	}

	.circle-step-line {
		width: 9%;
	}

	.circle-step-line-private {
		width: 20%;
	}

	/* fs-1 = fs-2 */
	.fs-1 {
		font-size: calc(1.325rem + 0.9vw) !important;
		text-align: center;
	}

	.btn-light {
		font-size: 1rem !important;
		width: 75%;
		margin: 0 auto !important;
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.form {
		padding-top: 2rem;
		width: 94%;
		max-width: unset !important;
		justify-content: start !important;
	}

	.background-picture-bg .home-button {
		width: 25% !important;
		padding-bottom: 0 !important;
	}

	#logo img {
		width: 50% !important;
	}
}

@media all and (max-width: 500px) {
	/* fs-1 = fs-2 */
	.background-picture, .background-picture-be {
		padding: 1rem;
		/* box-shadow: -120px 20px 80px -10px rgb(27, 31, 39) inset, 100px 0px 80px -10px rgb(27, 31, 39) inset; */
	}

	[class*=background-picture] h1, [class*=background-picture] h1 span {
		width: 70%;
		text-align: center;
		margin-top: auto !important;
		font-size: calc(1.3rem + 0.6vw) !important;
	}

	.background-picture-bg span {
		text-align: center;
		margin-bottom: auto !important;
		padding: 0 !important;
		font-size: 1rem !important;
	}

	.form-check-input + div {
		font-size: 14px;
	}

	/* Forgot password text */
	.text-end {
		font-size: 14px;
	}

	.background-picture-bg .home-button {
		width: 50% !important;
	}
	.background-picture-be {
		background-size: cover;
	}

	.btn-light {
		width: 85%;

	}

	[class*=background-picture] h1, [class*=background-picture] h1 span {
		width: 85%;
	}

	#logo {
		width: 75% !important;
	}
}

/*@media all and (max-width: 500px) {*/
/*	.background-picture-be {*/
/*		background-size: cover;*/
/*	}*/

/*	.btn-light {*/
/*		width: 85%;*/

/*	}*/

/*	[class*=background-picture] h1, [class*=background-picture] h1 span {*/
/*		width: 85%;*/
/*	}*/

/*	#logo {*/
/*		width: 75% !important;*/
/*	}*/

/*}*/

@media all and (max-width: 430px) {
	#additional {
		display: none;
	}

	#business {
		display: flex;
	}

}

@media all and (max-width: 420px) {
	.form {
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.btn-secondary, .btn-primary {
		font-size: 14px;
	}

}

@media all and (max-width: 370px) {
	[class*=background-picture] .btn-light {
		width: 90% !important;
	}

}

.iti {
	width: 100%;
	border-top-left-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.iti__country-container {
	width: 100% !important;
}

.iti__dropdown-content {
	width: 100% !important;
}

.iti__country-container {
	padding: 0 !important;
}

.iti__selected-country:focus {
	outline: none !important;
}

.iti__selected-country-primary {
	border-radius: var(--bs-border-radius) !important;
}

.iti__selected-dial-code {
	line-height: normal;
}

.iti--inline-dropdown .iti__dropdown-content {
	border: none !important;
	border-radius: var(--bs-border-radius);
}

.iti__dropdown-content input {
	border: 2px solid transparent;
	border-radius: var(--bs-border-radius);
	padding: 0.25rem 0.5rem 0.25rem 0.5rem;
	font-size: 14px;
}

.iti__dropdown-content input:focus {
	border: 2px solid var(--bs-secondary);
	outline: none;
}

.iti__selected-dial-code {
	font-size: 14px !important;
}

.iti__country span {
	font-size: 14px !important;
}
.btn-secondary.bg-light {
	border: 1px red solid !important;
	color: red !important;
}
/*Field validation*/
.error {
	border-color: red;
}

.error + span {
	display: block !important;
}
div:has(.error) + span {
	display: block !important;
}

/* Select 2 stylization */
.select2-dropdown {
	border: 0px solid transparent !important;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(0, 0, 0, 0.05) !important;
	color: black !important;
}

.select2-selection__rendered span{
	font-size: 14px !important;
}
.select2-results__option span{
	font-size: 14px !important;
}
.select2-search--dropdown {
	padding: 0 !important;
}
.select2-search__field{
	outline-offset: 0;
	border-radius: 4px;
	padding: 0.25rem 0.5rem 0.25rem 0.5rem;
	font-size: 14px;
	margin-top: 4px;
}
.select2-search__field {
	border: 2px solid var(--bs-secondary) !important;
	outline: none;
}
/*.select2-container--default .select2-selection--single  {
	border: 2px solid var(--bs-secondary) !important;
	border-radius: var(--bs-border-radius) !important;
	background-color: #EBEBEB !important;
}*/
/*.select2-container--default .select2-selection--single  {
	border: 2px solid transparent !important;
	border-radius: var(--bs-border-radius) !important;
	background-color: #EBEBEB !important;
}*/
.select2-container--default .select2-selection--single {
	border: 1px solid var(--bs-secondary) !important;
	outline: 1px solid transparent !important;
	outline-offset: 2px;
	border-radius: var(--bs-border-radius) !important;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid var(--bs-primary) !important;
	outline: 2px solid var(--bs-primary) !important;
}
.select2-container .select2-selection--single {
	height: 36px !important; /* Change to desired height */
	/*padding: 5px 8px;*/
	display: flex !important;
	align-items: center; /* Vertically center text */
	box-sizing: border-box;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px !important;
}