.password_input .eye_password{top: 20px;}

/* SELECT 2 css customisation */
.slect2-mod.selectBtn .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: calc(58px - 20px - 19px);
}
.slect2-mod.selectBtn .select2-container--default .select2-selection--single .select2-selection__rendered{ 
	line-height:58px 
}
.slect2-mod.selectBtn .select2-container--default .select2-selection--single {
	height: 100%;
	border-radius: var(--bs-border-radius);
	border: var(--bs-border-width) solid var(--bs-border-color);
	box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.register-box .select2-container--open .select2-dropdown {width: 260px !important;}
.register-box .select2-dropdown.select2-dropdown--below, .form_div {background: var(--bs-white);}
.register-box .select2-results {display: block;}
/* SELECT 2 css customisation */

/* Spinner css customisation */
#spinner-loader-container { background-color: rgba(0,0,0,0.5); display:inline-block; position: fixed; width: 100%; left: 0; right: 0; bottom: 0; top: 0; z-index: 1051; display: none; }
.spinner-border{ width: 3rem; height: 3rem; color: var(--EvaGreen) !important; }
.spinner-loader { font-size: 20px; width: 10rem; height: 10rem; position: absolute; top: calc(50% - 80px); left: calc(50% - 80px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
/* Spinner css customisation */



/* SELECT 2 css customisation */
.agencyContainer .slect2-mod.selectBtn .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: calc(58px - 25px - 25px);
}
.agencyContainer .slect2-mod.selectBtn .select2-container--default .select2-selection--single .select2-selection__rendered{ 
	line-height:37px 
}
.agencyContainer .slect2-mod.selectBtn .select2-container--default .select2-selection--single {
	height: 100%;
	border-radius: var(--bs-border-radius);
	border: var(--bs-border-width) solid var(--bs-border-color);
	box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.agencyContainer .select2-container--open .select2-dropdown {width: 260px !important;}
.agencyContainer .select2-dropdown.select2-dropdown--below, .form_div {background: var(--bs-white);}
.agencyContainer .select2-results {display: block;}
/* SELECT 2 css customisation */