.verifyemail-desc {
    font-size: 15px !important;
    color: #666;
}
.verifyemail-desc strong.replaceEmail {
    color: #333;
    font-weight: bold;
}
#verifyCode {
    margin: 0 auto 25px !important;
}
#verification_code {
    font-size: 24px;
    text-align: center;
    padding: 0;
    font-weight: 400;
    color: #333;
    height: 50px !important;
    width: 100%;
}
button#kt_verifyCode {
    width: 100%;
}
a#sendCode {
    float: right;
    font-weight: 600;
}
#sendCodeMsg {
    display: inline-block;
    float: left;
}
button#kt_verifyCode {
    width: 100%;
    margin-top: 10px;
}
div#timer {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.5px;
    float: right;
    margin-left: 4px;
    font-size: 12px !important;
}
a#sendCode.disabled {
    pointer-events: none;
    opacity: 0.6;
}
#mailsent {display:none; text-align: center;}
/****** Page Loader ******/
.loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    display: none;
}
.loading .loader {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #50CD89 !important;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/* 0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
} */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }

}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #50cd89;
}

.form-control.form-control-solid {
    border-color: #E4E6EF;
}
.form-control.form-control-solid:focus {
    border-color: #50cd89;
}

.fv-plugins-icon-container .d-flex .bg-secondary.active:first-child {
    background: linear-gradient(90deg, #a61404, #f8772c) !important;
}
.fv-plugins-icon-container .d-flex .bg-secondary.active:nth-child(2) {
    background: linear-gradient(90deg, #f77c28, #f8cc10)  !important;
}
.fv-plugins-icon-container .d-flex .bg-secondary.active:nth-child(3) {
    background: linear-gradient(90deg, #f2cd11, #4ba2d7) !important;
}
.fv-plugins-icon-container .d-flex .bg-secondary.active:last-child {
    background: linear-gradient(90deg, #4ba2d7, #4f9b41) !important;
}

.fv-plugins-icon-container .d-flex.all-full .bg-secondary.active {
    background:#50cd89 !important;
}