

.step-indicator {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls {
    width: 90%;
}
.wpcf7-form .cf7mls_next, 
.wpcf7-form .cf7mls_back {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px;
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid var(--wp--preset--color--custom-color-1);
    border-radius: 50px;
}

.wpcf7-form .cf7mls_back {
    background-color: var(--wp--preset--color--base-2);
    border-color: var(--wp--preset--color--custom-color-1);
    color: var(--wp--preset--color--custom-color-1);
}
.wpcf7-form .cf7mls_next {
    background-color: var(--wp--preset--color--custom-color-1);
}

.st-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.st-stepper .st-label {
	color: #222;
}
.st-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.st-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #fff;
    border: 2px solid #8F8F8F;
    color: #8F8F8F;
}

.st-circle.st-check {
    background: #127277;
    border: 2px solid #127277;
    color: #fff;
}
.st-line {
    width: auto;
    height: 2px;
    background: #8F8F8F;
    flex-grow: 1;
    position: relative;
    top: -32px;
}

.st-label {
    margin-top: 5px;
    font-size: 15px;
    color: #777;
    width: 100px;
}

.st-active .st-circle {
    background: red;
    border-color: red;
    color: #fff;
}

.st-active .st-label {
    font-weight: bold;
    color: #222;
    width: 100px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    border-color: #dc3232;
    font-size: 12px;
}

.error-message {
    color: red;
    font-size: 11px;
    margin-top: -10px;
}
.st-modal1,
.st-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.st-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Contenedor del modal */
.st-modal-content1,
.st-modal-content {
    background-color: white;
    width: 50%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

/* Botón de cerrar */
.st-close1,
.st-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: none;
}

/* Estilos del botón rojo */
.st-btn-agree1,
.st-btn-agree {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

/* Título del modal */
.st-modal-title1,
.st-modal-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Contenido del modal */
.st-modal-body1,
.st-modal-body {
    text-align: justify;
    max-height: 300px;
    overflow-y: auto;
}
.st-fecha-hora-container {
    display: flex;
    gap: 10px; /* Espacio entre los campos */
    width: 100%;
}
.st-fecha-container,
.st-hora-container {
    width: 50%; /* Cada campo ocupa el 50% */
}
.st-fechacita,
.st-horacita {
    width: 100%;
}

.st-claimbooks-container {
    display: flex;
    gap: 10px; /* Espacio entre los campos */
    width: 100%;
}
.st-field1-container,
.st-field2-container {
    width: 50%; /* Cada campo ocupa el 50% */
}
.st-claimbooks-container p {
	margin: 0;
}
.st-field1,
.st-field2 {
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: red;
}

.st-claimsbook-container {
    border: 2px dashed #0093A8; /* Borde punteado azul */
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    background: #F9F9F9; /* Fondo claro */
    max-width: 300px;
    margin: 10px auto;
}

.st-claimsbook-title {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.st-claimsbook-code {
    font-size: 18px;
    font-weight: bold;
    color: #0073aa; /* Azul */
    margin: 5px 0 0;
}

.st-claimsbook-container.st-error {
    border: 2px dashed red;
    color: red;
}

/* Contenedor principal del formulario */
.st-form-claimsbook-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
}

/* Estilos generales para inputs */
.st-form-claimsbook-container input {
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #8F8F8F;
    height: 46px;
    margin-top: 4px;
    font-family: 'Santander Micro Text', sans-serif;
    color: #727272;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease-in-out;
}


.st-form-claimsbook-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-family: 'Santander Micro Text', sans-serif;
    text-align: left;
}

/* Cambio de borde en el input al enfocarlo */
.st-form-claimsbook-container input:focus {
    border-color: red;
    outline: none;
}

.st-buttons { 
    display: flex; 
    gap: 10px; 
    margin-top: 20px; 
}

.st-btn { 
    padding: 10px 20px; 
    border-radius: 30px; /* Bordes redondeados */
    font-weight: bold; 
    font-size: 16px;
    cursor: pointer; 
    text-decoration: none;
    text-align: center;
    font-family: 'Santander Micro Text', sans-serif;
    transition: background 0.3s, color 0.3s, border 0.3s; 
    border-radius: 30px !important;
}

/* Botón con fondo blanco y borde rojo */
.st-print { 
    background: white; 
    color: red; 
    border: 2px solid red; 
}

/* Hover del botón blanco: fondo rojo y texto blanco */
.st-print:hover { 
    background: red; 
    color: white; 
}

/* Botón con fondo rojo y texto blanco */
.st-confirm { 
    background: red; 
    color: white; 
    border: 2px solid red; 
}

/* Hover del botón rojo: mantiene el color */
.st-confirm:hover { 
    background: darkred; /* Un tono más oscuro al pasar el mouse */
    border-color: darkred;
}
/* Botón de envío estilizado */
.st-btn-submit {
    width: 140px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Santander Micro Text', sans-serif !important;
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* Efecto hover en botón */
.st-btn-submit:hover {
    background-color: darkred;
    transform: scale(1.05);
}

/* Botón de regresar */
.st-btn.st-back {
    display: inline-block;
    width: 100px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    color: red;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Santander Micro Text', sans-serif;
    transition: background-color 0.3s, transform 0.3s;
    margin-top: 10px;
    margin: 10px;
    border: 2px solid red;
}

/* Efecto hover en botón de regresar */
.st-btn.st-back:hover {
    background-color: red;
    transform: scale(1.05);
    color: rgb(255, 255, 255);
}

.st-success {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 10px;
}
.st-error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}
.st-error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.st-input-error {
    border: 2px solid red;
}

.st-form-buttons {
    display: flex;
    gap: 10px; /* Espacio entre los botones */
    align-items: center;
    justify-content: flex-start; /* Alineación a la izquierda */
    margin-top: 20px;
}

.st-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: 2px solid red;
}
.st-form-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.st-back {
    background: white;
    color: red;
}

.st-submit {
    background: red;
    color: white;
    border: none;
}
#claimsbook-message {
    display: none;
    color: rgb(0, 0, 0);
    font-family: 'Santander Micro Text';
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgb(0, 0, 0);
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}