.loader {
	width: 100%;
	height: 100%;
	background: url("../img/lodder_lp.gif") no-repeat center center #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000000;
	background-size: 10%;
	opacity: 0.7;
	display:none;
}
.form-control-file{
	border-radius:40px;
	border: 1px solid #d1d3e2;
	height: 3rem;
}
.dev-select{
	padding: 0px 0 0 15px !important;
	height: 3rem;
}

.select2 .select2-selection {
    padding: 10px 0px 0 15px !important;
    height: 3rem !important;
    font-size: .8rem !important;
    border-radius: 40px !important;
    border: 1px solid #d1d3e2 !important;
}
.select2 .select2-selection__arrow {
    right: 10px !important;
    top: 10px !important;
}
.select2 .select2-selection__clear {
    right: 15px !important;
}
.dev-mt-100{
	margin-top: 100px;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.franchise-application-section .franchise-step-mobile-slider li {
    pointer-events: none;
}
.careers-tab-section .submit-your-application-content .form-group .radio-wrap .radio-label-wrap:has(input:checked) {
    border: 2px solid #000000 !important;
}
.select-arrow .select2, .select-arrow .select2 .selection {
    width: 100% !important;
}

.select-arrow .select2 .select2-selection {
    border-radius: var(--bs-border-radius) !important;
    min-height: 3.8rem !important;
	padding: 10px 15px !important;
	height: unset !important;
}

.select-arrow .select2 .select2-selection .select2-selection__rendered {
    line-height: 30px;
	padding-top: 4px;
}

.select-arrow .select2 .select2-selection .select2-selection__arrow {margin-top: 8px;}

.select-arrow .select2 .selection .select2-search{
	display: block !important;
}
.select-arrow .select2 .selection .select2-search .select2-search__field {
    width: 100% !important;
	font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    font-family: 'Gilroy';
    margin: 0;
	height: 16px;
}
.select-arrow .select2 .selection .select2-search .select2-search__field:focus {
    border: 0 !important;
    box-shadow: none;
}

.select-arrow .select2 .selection .select2-selection__choice {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    font-family: 'Gilroy';
    margin: 5px 5px;
}
.cursor-not-allowed-condition:has(.field-disabled) {
    cursor: not-allowed;
    opacity: 0.5;
}
.cursor-not-allowed-condition .field-disabled {
    pointer-events: none !important;
}