/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 11:59:08 */
/* Entrada de texto normal */
.wdform_section .fm-type_text input, .wdform_section .fm-type_submitter_mail input, .wdform_section .fm-type_textarea textarea {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid !important;
	background: var(--bs-body-bg) !important;
}

.wdform_section .fm-type_text:after, .wdform_section .fm-type_submitter_mail:after, .wdform_section .fm-type_textarea:after {
	content: '';
    font-size: 14px;
    width: 0%;
    height: 2px;
    background: var(--wp--preset--color--primary) !important;
	flex-direction: column !important;
	transition: .3s ease-in-out;
	top: -1px;
    position: relative;
}

.wdform_section .fm-type_text:focus-within::after, .wdform_section .fm-type_submitter_mail:focus-within::after, .wdform_section .fm-type_textarea:focus-within::after {
	width: 100% !important;
}

/* Entrada de número normal */
.wdform_section .fm-type_spinner span:first-of-type {
	border: none;
	width: 100% !important;
}

.wdform_section .fm-type_spinner input {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: auto;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid !important;
	background: var(--bs-body-bg) !important;
	width: 100%;
	min-height: 38px;
}

.wdform_section .fm-type_spinner a.ui-spinner-button {
	color: black !important;
	display: flex;
	align-items: center;
    justify-content: center;
}

.wdform_section .fm-type_spinner a.ui-spinner-button.ui-spinner-up:after {
	content: '▲'
}

.wdform_section .fm-type_spinner a.ui-spinner-button.ui-spinner-down:after {
	content: '▼'
}

.wdform_section .fm-type_spinner:after {
	content: '';
    font-size: 14px;
    width: 0%;
    height: 2px;
    background: var(--wp--preset--color--primary) !important;
	flex-direction: column !important;
	transition: .3s ease-in-out;
	top: -1px;
    position: relative;
}

.wdform_section .fm-type_spinner:focus-within::after {
	width: 100% !important;
}

/* Entrada de teléfono normal */
.wdform_section .fm-type_phone_new input {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: auto;
    padding-right: 16px;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid !important;
	background: var(--bs-body-bg) !important;
}

.wdform_section .fm-type_phone_new div.iti {
	width: 100%;
}

.wdform_section .fm-type_phone_new:after {
	content: '';
    font-size: 14px;
    width: 0%;
    height: 2px;
    background: var(--wp--preset--color--primary) !important;
	flex-direction: column !important;
	transition: .3s ease-in-out;
	top: -1px;
    position: relative;
}

.wdform_section .fm-type_phone_new:focus-within::after {
	width: 100% !important;
}

/* Botones de envío y demás... */
.wdform_section button.button-submit {
	padding: 8px 16px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
}

.wdform_section button.button-submit:hover {
	background: var(--bs-secondary);
	color: var(--bs-white);
}

.wdform_section button.button-reset {
	padding: 8px 16px;
    border: none;
    border-radius: 8px;
    background: var(--bs-quinary);
}

.wdform_section button.button-reset:hover {
	background: var(--bs-secondary);
	color: var(--bs-white);
}

/* Selector de fecha */
.wdform_section .fm-type_date_new input {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: auto;
    padding-right: 16px;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid !important;
	background: var(--bs-body-bg) !important;
}

.wdform_section .fm-type_date_new:after {
	content: '';
    font-size: 14px;
    width: 0%;
    height: 2px;
    background: var(--wp--preset--color--primary) !important;
	flex-direction: column !important;
	transition: .3s ease-in-out;
	top: -1px;
    position: relative;
}

.wdform_section .fm-type_date_new:focus-within::after {
	width: 100% !important;
}

/* Desplegable */
.wdform_section .fm-type_own_select select {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: auto;
    padding-right: 16px;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid !important;
	background: var(--bs-body-bg) !important;
}

.wdform_section .fm-type_own_select:after {
	content: '';
    font-size: 14px;
    width: 0%;
    height: 2px;
    background: var(--wp--preset--color--primary) !important;
	flex-direction: column !important;
	transition: .3s ease-in-out;
	top: -1px;
    position: relative;
}

.wdform_section .fm-type_own_select:focus-within::after {
	width: 100% !important;
}