/* Select2 Styles */
.form-spot-wrap .select2-container {
	width: 100% !important;
	height: 28px;
}

.form-spot-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	font-weight: 400;
}

.form-spot-wrap .select2-results__option {
	font-size: 14px;
}

/* Content Part */
.form-spot-wrap .popup-header__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgb(13 18 83 / 75%);
	padding: 7px;
}

.form-spot-wrap .form-spot-content-header-title {
	color: #FFFFFF;
	font-size: 13px;
	margin-inline: 4px;
	font-weight: 400;
}

.form-spot-wrap .form-spot-content-header-subtitle {
	color: #EDBD00;
	font-size: 17px;
	font-weight: 700;
}

.form-spot-wrap  .form-spot-content-header {
	position: relative;
	height: 60px;
	width: 100%;
}

.form-spot-wrap .form-spot-content-header>img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media (min-width: 768px) {
	.form-spot-wrap .pum-close {
		width: 32px;
		height: 32px;
	}
}


.form-spot-wrap .form-spot {
	position: relative;
}

.form-spot-wrap .form-spot .form-spot-loader {
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    font-size: 40px;
	z-index: 10;
}

.form-spot-wrap .d-flex {
	display: flex !important;
	align-items: baseline;
	justify-content: center;
}

.form-spot-wrap .d-flex p {
	margin: 0
}

.form-spot-wrap .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.form-spot-wrap .col-12,
.form-spot-wrap .col-md-6 {
	padding: 0 8px;
	width: 100%;
}

@media (min-width: 768px) {
	.form-spot-wrap .col-md-6 {
		width: 50%
	}
}

.form-spot-wrap .form {
	padding: 20px 10px 0;
}

.form-spot-wrap .form__control {
	position: relative;
	/* margin-bottom: 5px; */
}

.form-spot-wrap .form__label {
	color: #767676;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}

.form-spot-wrap .form__label.required:after {
	content: '*';
	color: red;
	top: 4px;
	right: 0;
	padding-left: 5px;
}

.form-spot-wrap .form__input {
	border: 1px solid #9D9D9D;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
	height: 28px;
}

.form-spot-wrap .form__input::placeholder {
	color: #999 !important;
}

.form-spot-wrap .form__input::-webkit-input-placeholder {
	color: #999 !important;
}

.form-spot-wrap .form__input::-moz-placeholder {
	color: #999 !important;
}

.form-spot-wrap .form__input:-ms-input-placeholder {
	color: #999 !important;
}

.form-spot-wrap .form__input:-moz-placeholder {
	color: #999 !important;
}

.form-spot-wrap .form__submit {
	background: #294E79;
	color: #fff !important;
	display: block;
	margin: 20px auto 0;
	width: 130px;
	height: 32px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 32px;
	padding: 0;
	text-align: center;
	outline: none !important;
	border: none !important;
}

.form-spot-wrap .form__submit:hover {
	opacity: 0.72;
}

.form-spot-wrap .ajax-loader {
	position: absolute;
    top: 21px;
    margin: 0;
    height: 26px;
    width: 100%;
    background: #cccccc5c;
    display: flex;
    align-items: center;
    justify-content: center; 
	z-index: 2;
}

.form-spot-wrap .is-disabled {
	position: absolute;
    top: 21px;
    margin: 0;
    height: 26px;
    width: 100%;
    background: #cccccc5c;
    display: flex;
    align-items: center;
    justify-content: center; 
	cursor: not-allowed;
	z-index: 100;
}

.form-spot-wrap .ajax-loader i {
	animation: speen 2s linear infinite;
}

@keyframes speen {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.form-spot-wrap .form__control {
	position: relative;
	padding-bottom: 5px;
}

.form-spot-wrap .form__control .fv-plugins-message-container {
	/* position: absolute;
	left: 0;
	bottom: -10px; */
	font-size: 12px;
	color: #DB2222;
	font-weight: 400;
}


.pum-theme-2876 .pum-content > .pum-close, 
.pum-theme-lightbox .pum-content > .pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgba( 0, 0, 0, 1.00 );
}

.pum-theme-2876 .pum-content > .pum-close, 
.pum-theme-lightbox .pum-content > .pum-close {
    right: -8px !important;
}