/* _content/TurnosMedicos/Shared/MainLayout.razor.rz.scp.css */
.page[b-km5eiomjsn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-km5eiomjsn] {
    flex: 1;
}

.sidebar[b-km5eiomjsn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-km5eiomjsn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-km5eiomjsn]  a, .top-row .btn-link[b-km5eiomjsn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-km5eiomjsn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-km5eiomjsn] {
        display: none;
    }

    .top-row.auth[b-km5eiomjsn] {
        justify-content: space-between;
    }

    .top-row a[b-km5eiomjsn], .top-row .btn-link[b-km5eiomjsn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-km5eiomjsn] {
        flex-direction: row;
    }

    .sidebar[b-km5eiomjsn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-km5eiomjsn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-km5eiomjsn], article[b-km5eiomjsn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.site-footer[b-km5eiomjsn] {
    background: linear-gradient(135deg, #0A1931, #185ADB);
    color: white;
    padding: 40px 0;
    font-size: 16px;
}

    .site-footer h6[b-km5eiomjsn] {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        color: #f8f9fa;
    }

.footer-links[b-km5eiomjsn] {
    list-style: none;
    padding: 0;
}

    .footer-links li[b-km5eiomjsn] {
        margin-bottom: 8px;
    }

    .footer-links a[b-km5eiomjsn] {
        color: #cfd8dc;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

        .footer-links a:hover[b-km5eiomjsn] {
            color: #00bcd4;
        }

.copyright-text[b-km5eiomjsn] {
    margin-top: 10px;
    color: #cfd8dc;
}

.social-icons[b-km5eiomjsn] {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .social-icons li[b-km5eiomjsn] {
        display: inline-block;
    }

    .social-icons a[b-km5eiomjsn] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: white;
        color: #185ADB;
        font-size: 20px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }

        .social-icons a:hover[b-km5eiomjsn] {
            background: #00bcd4;
            color: #0A1931;
        }

@media (max-width: 768px) {
    .text-md-start[b-km5eiomjsn] {
        text-align: center !important;
    }

    .text-md-end[b-km5eiomjsn] {
        text-align: center !important;
    }
}
/* _content/TurnosMedicos/Shared/NavMenu.razor.rz.scp.css */

/* 🔥 MISMO COLOR QUE EL FOOTER */
.custom-navbar[b-76w9ubmxfj] {
    background: linear-gradient(135deg, #0A1931, #185ADB);
    padding: 15px 0;
    border-bottom: none;
}

.navbar-brand[b-76w9ubmxfj] {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: white !important;
}

.nav-link[b-76w9ubmxfj] {
    color: white !important;
    transition: all 0.3s ease-in-out;
}

    /* ✅ Nuevo color de hover */
    .nav-link:hover[b-76w9ubmxfj] {
        color: #00bcd4 !important;
    }

.btn-info[b-76w9ubmxfj] {
    background-color: #00bcd4;
    border-radius: 8px;
    font-weight: bold;
}

    .btn-info:hover[b-76w9ubmxfj] {
        background-color: #008ba3;
    }

.btn-outline-light:hover[b-76w9ubmxfj] {
    background: #00bcd4;
    color: white !important;
}

.btn-danger[b-76w9ubmxfj] {
    border-radius: 8px;
    font-weight: bold;
}

/* ✅ Dropdown con nuevo color */
.dropdown-menu.custom-dropdown[b-76w9ubmxfj] {
    background: #0a0a23;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-item[b-76w9ubmxfj] {
    color: white !important;
    transition: all 0.3s ease-in-out;
}

    .dropdown-item:hover[b-76w9ubmxfj] {
        background: #00bcd4;
    }

/* ✅ ICONO HAMBURGUESA EN BLANCO */
.custom-toggler[b-76w9ubmxfj] {
    border: none;
}

    .custom-toggler .navbar-toggler-icon[b-76w9ubmxfj] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

/* 🔥 RESPONSIVE FIX 🔥 */
@media (max-width: 992px) {
    /* ✅ MedicShifts más a la derecha */
    .navbar-brand[b-76w9ubmxfj] {
        margin-left: 10px;
    }

    .navbar-nav[b-76w9ubmxfj] {
        text-align: center;
        width: 100%;
    }

    .nav-item[b-76w9ubmxfj] {
        margin-bottom: 10px;
    }

    .dropdown-menu[b-76w9ubmxfj] {
        text-align: center;
    }

    .btn[b-76w9ubmxfj] {
        display: block;
        width: 100%;
    }

    /* ✅ Reducir ancho de "Cerrar sesión" en móviles */
    .btn-danger[b-76w9ubmxfj] {
        max-width: 120px;
    }
}
/* 🔥 RESPONSIVE FIX 🔥 */
@media (max-width: 992px) {
    /* ✅ MedicShifts más a la derecha */
    .navbar-brand[b-76w9ubmxfj] {
        margin-left: 10px;
    }

    .navbar-nav[b-76w9ubmxfj] {
        text-align: center;
        width: 100%;
    }

    .nav-item[b-76w9ubmxfj] {
        margin-bottom: 10px;
    }

    .dropdown-menu[b-76w9ubmxfj] {
        text-align: center;
    }

    .btn[b-76w9ubmxfj] {
        display: block;
        width: 100%;
    }

    /* ✅ Cerrar sesión centrado y con tamaño adecuado */
    .btn-danger[b-76w9ubmxfj] {
        max-width: 140px; /* Evita que las letras se corten */
        margin: 0 auto; /* Lo centra en el contenedor */
        display: block; /* Asegura el centrado */
        font-size: 16px; /* Tamaño de fuente adecuado */
        white-space: nowrap; /* Evita que el texto se divida */
    }
}
@media (max-width: 992px) {
    /* ✅ Mueve "Cerrar sesión" a la derecha */
    .btn-danger[b-76w9ubmxfj] {
        margin-left: auto; /* Empuja el botón a la derecha */
        margin-right: 10px; /* Pequeño margen derecho */
        display: block;
        max-width: 140px;
        font-size: 16px;
        white-space: nowrap;
    }
}
