.wecheer-form-wrap {
    margin-bottom: 20px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color-scheme: dark;
}

.wecheer-form-wrap .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 12px;
}

.wecheer-form-wrap input[type="text"],
.wecheer-form-wrap input[type="email"],
.wecheer-form-wrap input[type="tel"],
.wecheer-form-wrap input[type="number"],
.wecheer-form-wrap input[type="password"] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    /* border: 1px solid #342c7c; */
    padding: 10px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #ECD3F9, #BDA8F7) border-box;
    border: 1.5px solid transparent;
}

.wecheer-form-wrap .select-wrap {
    border-radius: 10px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #ECD3F9, #BDA8F7) border-box;
    border: 1.5px solid transparent;
}

.wecheer-form-wrap input[type="radio"] {
    width: 20px;
}

.wecheer-form-wrap .form-item {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    position: relative;
}

.wecheer-form-wrap .form-item.gender,
.wecheer-form-wrap .form-item.region {
    padding-bottom: 12px;
}

.vuse-form .wecheer-form-wrap .form-item.gender .gender-wrap label {
    margin-bottom: 0;
    margin-left: 4px;
}

.wecheer-form-wrap .form-item.gender .gender-wrap span {
    display: flex;
    align-items: center;
}

.vuse-form .wecheer-form-wrap .form-item label {
    margin-bottom: 5px;
    padding: 0;
}

.wecheer-form-wrap select {
    width: 100%;
    background-color: #000;
    border: none;
    color: #fff;

}

div.gender-wrap {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #ECD3F9, #BDA8F7) border-box;
    border: 1.5px solid transparent;
}

.gender-wrap span {
    flex: 1;
}

.vuse-form .wecheer-form-wrap label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
}

.vuse-form .wecheer-form-wrap label.error {
    color: red;
    font-weight: normal;
    text-transform: initial;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.wecheer-older {
    position: relative;
}

.wecheer-sec {
    position: relative;
}


.wecheer-sec .vuse-img.no-form {
    display: none;
}

.wecheer-sec img {
    width: 100%;
}

.validation-form {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    bottom: 0;
}

.validation-form .form-item {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
}

.validation-form .form-item input,
.validation-form .form-item button,
.validation-form .form-item select {
    padding: 8px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.validation-form .form-item input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-align: left;
    font-weight: normal;
}

.validation-form .form-item button {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 0;
    max-width: 50%;
}

.validation-form p {
    color: #fff;
    text-align: center;
}

.validation-form p a {
    color: #fff;
    text-decoration: underline;
}

.validation-form p.error {
    color: red;
    display: none;
}

section.wecheer-sec {
    display: none;
}



.lock-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.has-loading .lock-layer {
    visibility: visible;
}

.loader {
    width: 32px;
    height: 32px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


div.fixed-bottom-action {
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-float-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.validation-form .form-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.validation-form .form-item label.error {
    color: red;
    position: absolute;
    bottom: -35px;
}


div.bottom-action {
    padding: 0 25px;
    padding-top: 16px;
}

@media screen and (max-width: 330px) {
    div.bottom-action {
        bottom: 50px;
    }
}

.bottom-action p:nth-child(2) {
    border-top: 1px solid #fff;
    padding-top: 25px;
}

.bottom-action {
    color: #fff;
    text-align: center;
}

a.highlight {
    color: #23AFBE !important;
}


.locate-id-number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.locate-id-number .locate-id-number-inner {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    position: relative;
    padding: 16px;

}

.locate-id-number .locate-id-number-inner img {
    width: 100%;
}

.close {
    position: absolute;
    right: 36px;
    top: 32px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #000;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.wecheer-form-wrap .form-item input,
.wecheer-form-wrap .form-item select {
    border-radius: 10px;
}

.vuse-form .wecheer-form-wrap label.custom-error {
    color: red;
    font-weight: normal;
    text-transform: initial;
    position: absolute;
    bottom: -12px;
    left: 0;
}

label.checkbox {
    position: relative;
    padding-bottom: 20px;
}

.form-item.checkbox label.error {
    font-weight: normal;
    text-transform: initial;
    position: absolute;
    bottom: -12px;
    left: 0;
    color: red;
    font-size: 11px;
}