/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/* Estilos para el formulario de validación de certificado */
.validar-certificado-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #1e3c72, #2a5298); /* Fondo degradado azul noche */
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 80%;
    max-width: 500px;
    margin: auto;
}

.validar-certificado-form label {
    display: block;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0 5px;
    background-color: #2a5298;
    padding: 8px 12px;
    border-radius: 10px;
}

.validar-certificado-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #1e3c72;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #f0f0f0;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.validar-certificado-form input[type="text"]:focus {
    border-color: #4e73df;
    outline: none;
}

.validar-certificado-form button {
    padding: 10px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #4e73df, #375a7f);
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.validar-certificado-form button:hover {
    background: linear-gradient(135deg, #375a7f, #4e73df);
}

#resultado-certificado {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    background-color: #2a5298;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}


.tutor-info-issued-date {
    display: none !important;
}

