/* _content/InMyWay.Admin/Components/Layout/LoginLayout.razor.rz.scp.css */
/* ===========================================================
   LOGIN LAYOUT
   =========================================================== */

.login-page[b-nkedfhu032] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #edf3fa;
}

/* ===========================================================
   IMAGEN DE FONDO
   =========================================================== */

.login-background[b-nkedfhu032] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    user-select: none;
    pointer-events: none;
}

/* ===========================================================
   OVERLAY
   =========================================================== */

.login-overlay[b-nkedfhu032] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.04);
}

/* ===========================================================
   CONTENEDOR LOGIN
   =========================================================== */

.login-wrapper[b-nkedfhu032] {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
        Desplazamiento leve para dejar visible
        el logo de InMyWay.
    */

    transform: translateX(165px);
    padding: 40px;
}

/* ===========================================================
   NOTEBOOK
   =========================================================== */

@media (max-width:1400px) {

    .login-wrapper[b-nkedfhu032] {
        transform: translateX(120px);
    }
}

/* ===========================================================
   TABLET
   =========================================================== */

@media (max-width:1100px) {

    .login-wrapper[b-nkedfhu032] {
        transform: none;
        justify-content: center;
        padding: 30px;
    }

    .login-background[b-nkedfhu032] {
        object-fit: cover;
    }
}

/* ===========================================================
   CELULAR
   =========================================================== */

@media (max-width:700px) {

    .login-wrapper[b-nkedfhu032] {
        transform: none;
        padding: 20px;
    }

    .login-background[b-nkedfhu032] {
        object-fit: cover;
    }
}

/* ===========================================================
   ANIMACIÓN
   =========================================================== */

.login-wrapper[b-nkedfhu032] {
    animation: loginFade-b-nkedfhu032 .65s ease;
}

@keyframes loginFade-b-nkedfhu032 {

    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(165px);
    }
}

@media (max-width:1400px) {

    @keyframes loginFade-b-nkedfhu032 {

        from {
            opacity: 0;
            transform: translateX(150px);
        }

        to {
            opacity: 1;
            transform: translateX(120px);
        }
    }
}

@media (max-width:1100px) {

    @keyframes loginFade-b-nkedfhu032 {

        from {
            opacity: 0;
            transform: translateY(25px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }
}
/* _content/InMyWay.Admin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2bmitb89vf] {
    display: flex;
    height: 100vh;
    background: #f5f7fb;
}

.main-content[b-2bmitb89vf] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-2bmitb89vf] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}
/* _content/InMyWay.Admin/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ofqj38r4vy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: 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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ofqj38r4vy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ofqj38r4vy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ofqj38r4vy] {
    font-size: 1.1rem;
}

.bi[b-ofqj38r4vy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ofqj38r4vy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ofqj38r4vy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ofqj38r4vy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ofqj38r4vy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ofqj38r4vy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ofqj38r4vy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ofqj38r4vy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ofqj38r4vy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ofqj38r4vy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ofqj38r4vy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ofqj38r4vy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ofqj38r4vy] {
        display: none;
    }

    .nav-scrollable[b-ofqj38r4vy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/InMyWay.Admin/Components/Navigation/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-d74e0vftho] {
    padding: 12px 25px;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}
/* _content/InMyWay.Admin/Components/Navigation/Sidebar.razor.rz.scp.css */
.sidebar-container[b-i0n96yn3x0] {
    width: 260px;
    height: 100vh;
    background: #1b2b52;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

    .sidebar-container p[b-i0n96yn3x0] {
        margin: 18px 0;
        cursor: pointer;
    }

        .sidebar-container p:hover[b-i0n96yn3x0] {
            color: #4aa3ff;
        }
/* _content/InMyWay.Admin/Components/Navigation/TopBar.razor.rz.scp.css */
.topbar[b-eaafwww98o] {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    background: white;
    border-bottom: 1px solid #ddd;
}
/* _content/InMyWay.Admin/Components/Pages/Auth/Login.razor.rz.scp.css */
/* ==========================================================
   LOGIN CARD
   ========================================================== */

.login-card[b-29gbhxzw1e] {
    width: 288px; /* antes 320 */
    max-width: 90vw;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(4px);
    border-radius: 18px; /* antes 20 */
    padding: 23px; /* antes 26 */
    box-shadow: 0 18px 40px rgba(0,0,0,.16), 0 2px 6px rgba(0,0,0,.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .login-card:hover[b-29gbhxzw1e] {
        box-shadow: 0 22px 55px rgba(0,0,0,.18), 0 4px 10px rgba(0,0,0,.05);
    }

/* ==========================================================
   LOGO
   ========================================================== */

.login-logo[b-29gbhxzw1e] {
    width: 74px; /* antes 82 */
    height: 74px;
    display: block;
    margin: 0 auto 16px auto; /* antes 18 */
    object-fit: contain;
}

/* ==========================================================
   TITULO
   ========================================================== */

.login-card h1[b-29gbhxzw1e] {
    margin: 0;
    text-align: center;
    font-size: 1.40rem; /* antes 1.55 */
    color: #23385c;
    font-weight: 700;
}

.subtitle[b-29gbhxzw1e] {
    text-align: center;
    color: #6d7d93;
    margin-top: 5px;
    margin-bottom: 16px;
    font-size: .76rem;
    line-height: 1.35;
}

/* ==========================================================
   CAMPOS
   ========================================================== */

.field[b-29gbhxzw1e] {
    margin-bottom: 12px;
}

    .field label[b-29gbhxzw1e] {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: #32445e;
        font-size: .78rem;
    }

/* ==========================================================
   INPUT
   ========================================================== */

.input-container[b-29gbhxzw1e] {
    position: relative;
}

.login-input[b-29gbhxzw1e] {
    width: 100%;
    height: 38px; /* antes 42 */
    padding-left: 34px;
    padding-right: 34px;
    border: 1px solid #d7dfeb;
    border-radius: 9px;
    outline: none;
    background: white;
    font-size: 13px;
    color: #24354f;
    transition: border-color .25s, box-shadow .25s, background .25s;
}

    .login-input[b-29gbhxzw1e]::placeholder {
        color: #a3afbf;
    }

    .login-input:focus[b-29gbhxzw1e] {
        border-color: #1767dc;
        box-shadow: 0 0 0 4px rgba(23,103,220,.15);
    }

/* ==========================================================
   ICONO
   ========================================================== */

.input-icon[b-29gbhxzw1e] {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c9bb0;
    font-size: 13px;
    transition: color .25s;
}

.input-container:focus-within .input-icon[b-29gbhxzw1e] {
    color: #1767dc;
}

/* ==========================================================
   MOSTRAR PASSWORD
   ========================================================== */

.show-password[b-29gbhxzw1e] {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    color: #7b8a9c;
    font-size: 14px;
    line-height: 1;
    transition: color .20s;
}

    .show-password:hover[b-29gbhxzw1e] {
        color: #1767dc;
    }

/* ==========================================================
   RECORDAR
   ========================================================== */

.remember-row[b-29gbhxzw1e] {
    margin-bottom: 16px;
    font-size: .76rem;
    color: #566678;
}

    .remember-row label[b-29gbhxzw1e] {
        display: flex;
        align-items: center;
        gap: 7px;
        cursor: pointer;
    }

/* ==========================================================
   BOTON
   ========================================================== */

.btn-login[b-29gbhxzw1e] {
    width: 100%;
    height: 38px; /* antes 42 */
    border: none;
    border-radius: 9px;
    background: linear-gradient(90deg,#1767dc,#1d78ff);
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .20s, box-shadow .20s, filter .20s;
}

    .btn-login:hover[b-29gbhxzw1e] {
        transform: translateY(-2px);
        filter: brightness(1.02);
        box-shadow: 0 10px 25px rgba(23,103,220,.30);
    }

    .btn-login:active[b-29gbhxzw1e] {
        transform: translateY(0);
    }

    .btn-login:disabled[b-29gbhxzw1e] {
        opacity: .70;
        cursor: default;
        transform: none;
        box-shadow: none;
        filter: none;
    }

/* ==========================================================
   MENSAJES
   ========================================================== */

.login-message[b-29gbhxzw1e] {
    margin-top: 14px;
    padding: 9px;
    border-radius: 9px;
    font-size: .76rem;
    text-align: center;
    background: #eef6ff;
    color: #295278;
}
