/* Form spinner
*************************************/
.form-spinner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.form-spinner {
	display: none;
	z-index: 100;
	height: 100px;
	width: 100px;
	border: 3px solid var(--accent-color);
	border-right-color: #f8f8f8;
	border-left-color: #f8f8f8;
	border-radius: 50%;
	-webkit-animation: rotate .8s infinite linear;
			animation: rotate .8s infinite linear
}

.form-thankyou-wrap {
	display: none;
	width: 100%;
	height: 100%
}

.kt-form__actions img{
	margin-left: 10px;
	display: none;
	vertical-align: middle;
}

.kt-option.kt-option-light-primary:hover, .kt-option.kt-option-light-primary:active
{
    color: #009ef7;
    background-color: #f1faff!important;
    border-color: #009ef7;
    border-style: dashed;
}
.kt-option.kt-option-light-primary:checked
{
    color: #009ef7!important;
    background-color: #f1faff!important;
    border-color: #009ef7;
    border-style: dashed;
}