.grecaptcha-badge {
    display: none !important;
}

.text-link {	
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 28px;	
	font-weight: 600;
	color: #B4C929;
	text-decoration: none !important;
	padding-right: 14px;
	background-image: url(/wp-content/uploads/2024/02/Subtract.png);
	background-position: center right;
	background-repeat: no-repeat;	
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {}

.custom-user-form textarea {
    min-height: 184px;
}

.custom-user-form #custom-file-upload {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-user-form .tcb-file-list .tcb-file-info {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.custom-user-form .tcb-file-list .tcb-file-info .tcb-file-size {
    font-size: 16px;
    font-weight: 400;
    color: #DEDEDE;
    padding-left: 10px;
}

.custom-user-form .tcb-file-list .tcb-file-item.tcb-error .progress-bg,
.custom-user-form .tcb-file-list .tcb-file-info .tcb-file-item.tcb-error {
    color: #FF4D00;
}

.custom-user-form .tcb-file-list .tcb-file-remove svg path {
    fill: #FFF !important;
}

.custom-user-form .tcb-file-list .tcb-file-item.tcb-done .progress-bg,
.custom-user-form .tcb-file-list .progress-bg[data-percent="100%"] {
    background-color: #71A24C;
}

.custom-user-form .tcb-file-list .tcb-upload-progress {
    background-color: #31374A;
}

.custom-user-form .tcb-file-list .progress-bg {
    background-color: #9BA4C1;
}

.custom-user-form input:-webkit-autofill,
.custom-user-form input:-webkit-autofill:hover,
.custom-user-form input:-webkit-autofill:focus,
.custom-user-form input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFF;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 30px 30px #393F52 !important;
}

.custom-user-form .tve-lg-error,
.custom-user-form .tve-lg-error a {
    box-shadow: none !important;
}

:not(#tve) #lg-ls8pv798 .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input.tve-lg-error,
:not(#tve) #lg-ls8pv798 .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea.tve-lg-error,
:not(#tve) #lg-ls8pv798 .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input.tve-lg-error:hover,
:not(#tve) #lg-ls8pv798 .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea.tve-lg-error:hover,
:not(#tve) #lg-lsajj1kh .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input.tve-lg-error,
:not(#tve) #lg-lsajj1kh .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea.tve-lg-error,
:not(#tve) #lg-lsajj1kh .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input.tve-lg-error:hover,
:not(#tve) #lg-lsajj1kh .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea.tve-lg-error:hover {
    border-color: #FF4D00 !important;
}

.custom-user-form #tve-lg-error-container {
    border: none;
    background-color: #1C202D;
    border-radius: 4px;
    padding: 10px 20px;
}

.custom-user-form #tve-lg-error-container .tve-lg-err-item {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FF4D00;
}

.custom-user-form #tve-lg-error-container .tve-lg-err-close {
    top: 15px;
    right: 10px;
    color: #FFFFFF;
}