.elementor-kit-2669{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2669 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:248px;max-width:248px;}.site-header .site-navigation ul.menu li a{color:#667CD2;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================================== */
/* 1. Estilo General de Tablas (myCred & Fluent Forms) */
/* ==================================== */

/* Hace que las tablas ocupen todo el ancho y se vean modernas */
.mycred-table, .fluentform-entries-table {
    width: 100%;
    border-collapse: collapse; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 14px;
    margin-bottom: 25px; 
}

/* Encabezados de la Tabla */
.mycred-table thead th, .fluentform-entries-table thead th {
    background-color: #f7f7f7; 
    color: #333333; 
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid #eeeeee; 
    font-weight: 600; 
    text-transform: uppercase; 
}

/* Filas de la Tabla */
.mycred-table tbody tr, .fluentform-entries-table tbody tr {
    border-bottom: 1px solid #f0f0f0; 
    transition: background-color 0.3s ease; 
}

/* Efecto Hover (al pasar el ratón) */
.mycred-table tbody tr:hover, .fluentform-entries-table tbody tr:hover {
    background-color: #fafafa; 
}

/* Celdas de la Tabla */
.mycred-table tbody td, .fluentform-entries-table tbody td {
    padding: 10px 15px;
    color: #555555;
    vertical-align: middle;
}

/* ==================================== */
/* 2. Estilo para el Botón 'Cerrar Sesión' (Opcional) */
/* ==================================== */

#menu-item-cerrar-sesion a { 
    color: #e74c3c !important; 
    font-weight: bold;
}
#menu-item-cerrar-sesion a:hover {
    color: #c0392b !important;
}

/* ==================================== */
/* 3. Estilo de los Contenedores/Tarjetas myCred (Saldos) */
/* ==================================== */

.mycred-my-balance-widget { 
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}

.mycred-my-balance-widget strong, .mycred-my-balance-widget span.balance {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50; 
}

/* ==================================== */
/* 4. MODIFICACIÓN CRUCIAL DE LOS MODALES (PARA FLUENT FORMS) */
/* ==================================== */

/* Oculta el modal usando Opacidad y Visibilidad, NO display: none. 
   Esto permite que Fluent Forms renderice el formulario mientras está invisible. */
.ncr-modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75); 
    z-index: 9999;
    overflow-y: auto; 
    padding: 20px;
    
    /* PROPIEDADES DE OCULTAMIENTO MEJORADAS */
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Ignora clics cuando está oculto */
    transition: opacity 0.3s ease, visibility 0.3s ease; 
}

/* Estado ABIERTO */
.ncr-modal.is-open { 
    opacity: 1; 
    visibility: visible; 
    pointer-events: auto; /* Permite clics */
}

/* Estilo del Diálogo del Modal (La caja blanca) */
.ncr-modal__dialog {
    background: #ffffff; padding: 30px; border-radius: 10px; max-width: 500px;
    margin: 10vh auto; position: relative; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    /* Animación del contenido */
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}
.ncr-modal.is-open .ncr-modal__dialog {
    transform: translateY(0);
}

/* Botón de Cerrar */
.ncr-modal__close {
    position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 24px; cursor: pointer; line-height: 1;
}
/* Bloqueo de Scroll */
body.ncr-lock { overflow: hidden !important; }


/* ==================================== */
/* 5. CSS de PESTAÑAS */
/* ==================================== */
.ncr-tabs__list { display: flex; border-bottom: 2px solid #eee; margin-bottom: 20px; }
.ncr-tab {
    padding: 10px 15px; background: none; border: none; cursor: pointer;
    font-weight: bold; color: #777; transition: all 0.3s; margin-bottom: -2px;
}
.ncr-tab.is-active {
    color: #3498db; border-bottom: 2px solid #3498db;
}
.ncr-tabpane:not(.is-active) {
    display: none;
}/* End custom CSS */