/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      4.0.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/



lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap {
    display: none;
}
/*
.page-id-274799 .mi-panel-wrapper {
    padding: 30px 0;
}
*/
/* Faja a todo lo ancho */
.page-id-273328 .mi-panel-wrapper{
  padding: 30px 0;
  background: #f8fafc;      /* opcional, quita si no lo necesitas */
}

/* Contenido centrado dentro de la faja */
.page-id-273328 .mi-panel-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;           /* evita doble padding en desktop */
  padding-right: 0;
}

/* Responsive */
@media (max-width: 1024px){
  .page-id-273328 .mi-panel-wrapper {
    max-width: 92%;
  }
}
@media (max-width: 767px){
  .page-id-273328 .mi-panel-wrapper{
    padding: 20px 0;
  }
  .page-id-273328 .mi-panel-wrapper {
    max-width: 100%;
    padding-left: 16px;      /* respiración lateral en móvil */
    padding-right: 16px;
  }
}
/* Oculta cualquier contenedor de PhotoSwipe en el Panel (ID 273328) */
.page-id-273328 .pswp,
.page-id-273328 .pswp__ui,
.page-id-273328 .pswp__button { 
  display: none !important; 
}
.pswp,
.pswp__ui,
.pswp__button {
    display: none !important;
}


/* === REDIL Reset de Contraseña === */

.redil-reset-form {
    max-width: 420px;
    margin: 40px auto;
    padding: 28px 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.redil-reset-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #053073; /* Azul REDIL */
}

.redil-reset-form input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.redil-reset-form input:focus {
    outline: none;
    border-color: #053073;
    box-shadow: 0 0 0 2px rgba(5,48,115,0.15);
}

.redil-reset-form button {
    width: 100%;
    padding: 14px;
    background: #053073; /* Azul REDIL */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.redil-reset-form button:hover {
    background: #042455;
}

.redil-reset-form button:active {
    transform: scale(0.98);
}

.redil-reset-form p {
    margin-bottom: 16px;
    font-size: 14px;
}

.redil-reset-form p[style*="color:red"] {
    background: #ffecec;
    color: #b91c1c !important;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #f5c2c2;
}

/* === Mobile Friendly === */
@media (max-width: 480px) {
    .redil-reset-form {
        padding: 22px 18px;
        margin: 20px 12px;
    }

    .redil-reset-form button {
        font-size: 15px;
    }
}

/* Ajuste definitivo intl-tel-input en checkout */
.iti {
    width: 100%;
}

.iti input#billing_phone {
    padding-left: 70px; /* base mínima */
}

/* ========================================= */
/* MODO ENFOQUE - REDIL ACADEMY              */
/* ========================================= */

/* 1. Cambiar letra del título del curso al Azul Oscuro REDIL */
.ld-course-navigation-heading * {
    color: #053073 !important;
}

.ld-course-navigation-heading a {
    pointer-events: none;
    text-decoration: none;
}

/* 2. Scroll elegante y minimalista para el sidebar */
.ld-focus-sidebar-wrapper {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    scroll-behavior: smooth;
    overflow-y: auto;
}

.ld-focus-sidebar-wrapper::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

.ld-focus-sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(5, 48, 115, 0.15); /* Azul oscuro de REDIL con transparencia */
    border-radius: 4px;
}

/* 3. Estilo del Sidebar (Fondo y Tipografía moderna) */
body .learndash-wrapper .ld-focus .ld-focus-sidebar {
    font-size: 90%;
    background-color: #f5f7fb; /* Gris azulado muy claro (como tu panel) */
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* 4. Espaciado del contenido principal */
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding: 15px 10px 0;
    margin-top: 28px;
}

/* Limitar el ancho y centrar la página de "Pedido Completado" */
.woocommerce-order {
    max-width: 850px !important;
    margin: 40px auto !important;
    padding: 0 20px;
}

