@import '_content/BlazorKit/BlazorKit.wo77lbbtz0.bundle.scp.css';

/* /Components/Contabilidad/ComprobanteContable.razor.rz.scp.css */

.glosa-general[b-z8c9acf2yp] {
    width: 400px;
}

.fecha[b-z8c9acf2yp] {
    width: 100px;
}

.numero[b-z8c9acf2yp] {
    width: 50px;
    text-align: right;
}

.center[b-z8c9acf2yp] {
    text-align: center;
}

.number-right[b-z8c9acf2yp] {
    text-align: right;
}

.disabled-content[b-z8c9acf2yp] {
    pointer-events: none;
    opacity: 0.5;
}

.table-responsive-container[b-z8c9acf2yp] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

/* /Components/Contabilidad/LineaContable.razor.rz.scp.css */
.center[b-vy57dtl4co] {
    text-align: center;
}

.number-right[b-vy57dtl4co] {
    text-align: right;
}

.codigo[b-vy57dtl4co] {
    max-width: 80px;
    text-align: center;
}
/* /Components/Sistema/ConfigurationManager.razor.rz.scp.css */
.header[b-j5shwe0dwr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.overlay-config[b-j5shwe0dwr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.configuration-manager[b-j5shwe0dwr] {
    margin: 20px;
    max-height: 90vh;
    margin-bottom: 40px;
}
.configurations[b-j5shwe0dwr] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
}
/* /Components/Sistema/FileManager.razor.rz.scp.css */
.file-manager[b-8xa3dlbp5f] {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
}

    .file-manager .header[b-8xa3dlbp5f] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .file-manager .form-control[b-8xa3dlbp5f] {
        width: calc(100% - 20px);
        margin-bottom: 10px;
        border: 2px solid #ccc;
        border-radius: 4px;
        padding: 10px;
    }

    .file-manager .file-upload[b-8xa3dlbp5f] {
        display: flex;
        align-items: center;
    }

        .file-manager .file-upload input[type="file"][b-8xa3dlbp5f] {
            margin-right: 10px;
        }

    .file-manager .file-list[b-8xa3dlbp5f] {
        max-height: 60%;
        overflow-y: auto;
        margin-top: 20px;
    }

    .file-manager .table[b-8xa3dlbp5f] {
        width: 100%;
        border-collapse: collapse;
        table-layout: auto;
    }

        .file-manager .table th[b-8xa3dlbp5f],
        .file-manager .table td[b-8xa3dlbp5f] {
            border: 1px solid #ddd;
            text-align: left;
            padding: 8px;
            user-select: none;
        }

        .file-manager .table th[b-8xa3dlbp5f] {
            background-color: #f2f2f2;
        }

        .file-manager .table tbody tr:nth-child(odd)[b-8xa3dlbp5f] {
            background-color: #f9f9f9;
        }

        .file-manager .table tbody tr:hover[b-8xa3dlbp5f] {
            background-color: #e8e8e8;
        }

        .file-manager .table th:first-child[b-8xa3dlbp5f],
        .file-manager .table td:first-child[b-8xa3dlbp5f] {
            width: auto;
        }

        .file-manager .table th:nth-child(2)[b-8xa3dlbp5f],
        .file-manager .table td:nth-child(2)[b-8xa3dlbp5f] {
            width: 150px;
        }

        .file-manager .table th:nth-child(3)[b-8xa3dlbp5f],
        .file-manager .table td:nth-child(3)[b-8xa3dlbp5f] {
            width: 205px;
        }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9uqwhxf0vy] {
    position: relative;
    display: flex;
    flex-direction: row;
}
    main[b-9uqwhxf0vy] {
    flex: 1;
}

.content[b-9uqwhxf0vy] {
    position: relative;
    z-index: 0;
}

.sidebar[b-9uqwhxf0vy] {
    background-color: #5c748c;
    z-index: 0;
    min-width: 280px;
    width: 280px;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: width 0.15s ease;
    overflow: hidden;
}

    .sidebar.collapsed[b-9uqwhxf0vy] {
        min-width: 30px;
        width: 30px;
    }

    .sidebar .toggle-sidebar[b-9uqwhxf0vy] {
        background-color: #4a617a;
        border: none;
        color: white;
        position: absolute;
        right: 0px;
        width: 30px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1;
        font-size: 1.2rem;
        transition: background-color 0.15s ease;
    }

        .sidebar .toggle-sidebar:hover[b-9uqwhxf0vy] {
            background-color: #3a5066;
        }

    .sidebar .sidebar-content[b-9uqwhxf0vy] {
        opacity: 1;
        transition: opacity 0.5s ease 0s;
    }

    .sidebar.collapsed .sidebar-content[b-9uqwhxf0vy] {
        opacity: 0;
        transition: opacity 0.5s ease 0s;
        pointer-events: none;
    }

.menu-content[b-9uqwhxf0vy] {
    transition: opacity 0.5s ease, max-height 0s ease;
    opacity: 1;
    max-height: 100vh;
    overflow: hidden;
}

    .menu-content.hidden[b-9uqwhxf0vy] {
        opacity: 0;
        max-height: 0;
        pointer-events: none;
        transition: opacity 0.5s ease, max-height 0s ease;
    }

.top-row[b-9uqwhxf0vy] {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 0;
    position: sticky;
    top: 0;
    height: 50px;
}
    .top-row.auth[b-9uqwhxf0vy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9uqwhxf0vy], article[b-9uqwhxf0vy] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }

    .top-row[b-9uqwhxf0vy]  a, .top-row[b-9uqwhxf0vy]  .btn-link, .top-row[b-9uqwhxf0vy]  button {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-9uqwhxf0vy]  a:hover, .top-row[b-9uqwhxf0vy]  .btn-link:hover {
            text-decoration: underline;
        }

.top-row[b-9uqwhxf0vy]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-banner[b-9uqwhxf0vy] {
    background-color: #7b011c;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    height: var(--free-banner-height) -4px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-banner a[b-9uqwhxf0vy] {
    color: white;
    text-decoration: underline;
}
/* /Layout/NavMenuContabilidad.razor.rz.scp.css */
.top-row[b-w2dey9m6ye] {
    height: 49px;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w2dey9m6ye] {
    font-size: 1.3rem;
}

.bi[b-w2dey9m6ye] {
    vertical-align: middle;
    font-weight: bold;
    margin-right: 5px;
}

.nav-item[b-w2dey9m6ye] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w2dey9m6ye] {
        padding-top: 1.2rem;
    }

    .nav-item:last-of-type[b-w2dey9m6ye] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w2dey9m6ye]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-w2dey9m6ye]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-w2dey9m6ye]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-scrollable[b-w2dey9m6ye] {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.nav-link[b-w2dey9m6ye] {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.2s ease-in-out, background-color 0.3s ease-in-out;
    padding: 10px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    user-select: none;
}

    .nav-link:hover[b-w2dey9m6ye] {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.1);
    }

.sub-menu[b-w2dey9m6ye] {
    background-color: rgba(0,0,0,0.25);
    border-radius: 4px;
}
/* /Layout/NavMenuSettings.razor.rz.scp.css */
.top-row[b-quphq99w0a] {
    height: 49px;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-quphq99w0a] {
    font-size: 1.3rem;
}

.bi[b-quphq99w0a] {
    vertical-align: middle;
    font-weight: bold;
    margin-right: 5px;
}

.nav-item[b-quphq99w0a] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-quphq99w0a] {
        padding-top: 1.2rem;
    }

    .nav-item:last-of-type[b-quphq99w0a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-quphq99w0a]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-quphq99w0a]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-quphq99w0a]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-scrollable[b-quphq99w0a] {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.nav-link[b-quphq99w0a] {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.2s ease-in-out, background-color 0.3s ease-in-out;
    padding: 10px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    user-select: none;
}

    .nav-link:hover[b-quphq99w0a] {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.1);
    }

.sub-menu[b-quphq99w0a] {
    background-color: rgba(0,0,0,0.25);
    border-radius: 4px;
}
/* /Pages/Account/Home.razor.rz.scp.css */
body[b-sghq0zhkmv] {
}
/* /Pages/Account/Setup.razor.rz.scp.css */
body[b-fpywx85hc5] {
}
/* /Pages/Contabilidad/Configuracion/Auxiliares.razor.rz.scp.css */
.acciones[b-r8w5k0d1ag] {
    width: 100px;
}
/* /Pages/Contabilidad/Configuracion/CentrosCosto.razor.rz.scp.css */
.acciones[b-en1frswo8u] {
    width: 100px;
}
.codigo[b-en1frswo8u] {
    width: 100px;
}
.container[b-en1frswo8u] {
    max-width: 500px;
}
/* /Pages/Contabilidad/Configuracion/CuentasDefecto.razor.rz.scp.css */
.container[b-ey7rynmb37] {
    max-width: 500px;
}
/* /Pages/Contabilidad/Configuracion/Periodos.razor.rz.scp.css */
.acciones[b-6dvc1dt01x] {
    width: 230px;
}
.codigo[b-6dvc1dt01x] {
    width: 80px;
}
.container[b-6dvc1dt01x] {
    max-width: 500px;
}

tbody tr:not(.table-primary):hover[b-6dvc1dt01x] {
    background-color: #f5f5f5;
}
/* /Pages/Contabilidad/Configuracion/PlanCuentas.razor.rz.scp.css */
.selected[b-h1q2ya3zug] {
    background-color: #f0f0f0;
}

.clickable[b-h1q2ya3zug] {
    cursor: pointer;
}

.no-select[b-h1q2ya3zug] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.acciones[b-h1q2ya3zug] {
    min-width: 94px;
}
/* /Pages/Contabilidad/Configuracion/TiposDocumentos.razor.rz.scp.css */
.container[b-zt3rqcrw01] {
    max-width: 500px;
}
/* /Pages/Contabilidad/Herramientas/ImportarAuxiliares.razor.rz.scp.css */
.checkbox-group[b-wneed7c8pp] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .checkbox-group label[b-wneed7c8pp] {
        margin-right: 5px;
    }

.table[b-wneed7c8pp] {
    margin-top: 20px;
}
/* /Pages/Contabilidad/Herramientas/ImportarPlanCuentas.razor.rz.scp.css */
.checkbox-group[b-kf3h3fgdsd] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .checkbox-group label[b-kf3h3fgdsd] {
        margin-right: 5px;
    }

.table[b-kf3h3fgdsd] {
    margin-top: 20px;
}
/* /Pages/Contabilidad/Herramientas/ImportarRegistros.razor.rz.scp.css */
/* /Pages/Contabilidad/Herramientas/MigrarContable.razor.rz.scp.css */
.instruction-list[b-bl84id7xf6] {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
}

    .instruction-list li[b-bl84id7xf6] {
        margin-bottom: 5px;
    }
/* /Pages/Contabilidad/Herramientas/RenumerarComprobantes.razor.rz.scp.css */
/* /Pages/Contabilidad/Home.razor.rz.scp.css */
/* /Pages/Contabilidad/Informes/AnalisisCuentas.razor.rz.scp.css */
.sm[b-imvhvreu1t] {
    width: 150px;
}

.center[b-imvhvreu1t] {
    text-align: center;
}

.number-right[b-imvhvreu1t] {
    text-align: right;
}

.cuenta-row[b-imvhvreu1t] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .cuenta-row:hover[b-imvhvreu1t] {
        background-color: #c6c9cf;
    }

.cuenta-row[b-imvhvreu1t] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .cuenta-row:hover[b-imvhvreu1t] {
        background-color: #c6c9cf;
    }
/* /Pages/Contabilidad/Informes/BalanceGeneral.razor.rz.scp.css */
/* /Pages/Contabilidad/Informes/LibroCompras.razor.rz.scp.css */
/* /Pages/Contabilidad/Informes/LibroDiario.razor.rz.scp.css */
/* /Pages/Contabilidad/Informes/LibroMayor.razor.rz.scp.css */
/* /Pages/Contabilidad/Informes/LibroVentas.razor.rz.scp.css */
/* /Pages/Contabilidad/RegistrosContables/Compras.razor.rz.scp.css */
.header[b-k7uoi63pgw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.text-right[b-k7uoi63pgw] {
    text-align: right;
}
.acciones[b-k7uoi63pgw] {
    width: 100px;
}
/* /Pages/Contabilidad/RegistrosContables/Comprobantes.razor.rz.scp.css */
.acciones[b-nnu3xzobe1] {
    width: 100px;
}
.sm[b-nnu3xzobe1] {
    width: 80px;
}
.center[b-nnu3xzobe1] {
   text-align: center;
}
.number-right[b-nnu3xzobe1] {
    text-align: right;
}
/* /Pages/Contabilidad/RegistrosContables/HonorariosEmitidos.razor.rz.scp.css */
.header[b-asjq1pgzk9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.text-right[b-asjq1pgzk9] {
    text-align: right;
}
.acciones[b-asjq1pgzk9] {
    width: 100px;
}
/* /Pages/Contabilidad/RegistrosContables/HonorariosRecibidos.razor.rz.scp.css */
.header[b-axvhdl5a2b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.text-right[b-axvhdl5a2b] {
    text-align: right;
}
.acciones[b-axvhdl5a2b] {
    width: 100px;
}
/* /Pages/Contabilidad/RegistrosContables/PagosAuxiliares.razor.rz.scp.css */
.header[b-6tfbleajcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.text-right[b-6tfbleajcc] {
    text-align: right;
}
/* /Pages/Contabilidad/RegistrosContables/PagosDocumentos.razor.rz.scp.css */
.header[b-h71b7otpu4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.text-right[b-h71b7otpu4] {
    text-align: right;
}
/* /Pages/Contabilidad/RegistrosContables/Ventas.razor.rz.scp.css */
.header[b-ah2lm4qgaf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.text-right[b-ah2lm4qgaf] {
    text-align: right;
}
.acciones[b-ah2lm4qgaf] {
    width: 100px;
}
/* /Pages/Contabilidad/RegistrosContables/VentasBoletas.razor.rz.scp.css */
.header[b-0hr5mytitr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.text-right[b-0hr5mytitr] {
    text-align: right;
}
.acciones[b-0hr5mytitr] {
    width: 100px;
}
/* /Pages/Default.razor.rz.scp.css */
/* /Pages/Settings/Home.razor.rz.scp.css */
body[b-vugvy8tkzi] {
}
/* /Pages/Settings/Servidor/Databases.razor.rz.scp.css */
.acciones[b-rfptltv5y9] {
    width: 170px;
}

.database[b-rfptltv5y9] {
    width: 0vh;
}
/* /Pages/Settings/Servidor/Ordenes.razor.rz.scp.css */
.last-session[b-kpzvfmp4el] {
    width: 180px;
}
.last-ip[b-kpzvfmp4el] {
    width: 100px;
}
.acciones[b-kpzvfmp4el] {
    width: 185px;
}
.database[b-kpzvfmp4el], .role[b-kpzvfmp4el], .active[b-kpzvfmp4el] {
    width: 0vh;
}
/* /Pages/Settings/Servidor/PermisoModulo.razor.rz.scp.css */
.contenedor-principal[b-arvwhqfk5q] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contenedor-tabla[b-arvwhqfk5q] {
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
    flex-basis: 47%;
}

.table-hover tbody tr:hover[b-arvwhqfk5q] {
    background-color: #f5f5f5;
}

.database[b-arvwhqfk5q] {
    width: 0vh;
}
.selected-row[b-arvwhqfk5q] {
    background-color: #ccccff;
}
/* /Pages/Settings/Servidor/Usuarios.razor.rz.scp.css */
.last-session[b-j31zrr741s] {
    width: 180px;
}
.last-ip[b-j31zrr741s] {
    width: 100px;
}
.acciones[b-j31zrr741s] {
    width: 180px;
}
.database[b-j31zrr741s], .role[b-j31zrr741s], .active[b-j31zrr741s] {
    width: 0vh;
}
/* /Pages/Sistema/AdministrarEmpresas.razor.rz.scp.css */
.acciones[b-pwpadpd0ta] {
    width: 140px;
}

.rut[b-pwpadpd0ta] {
    width: 100px;
}

.container[b-pwpadpd0ta] {
    max-width: 800px;
}
/* /Pages/Sistema/Login.razor.rz.scp.css */
.page-wrapper[b-rr5sgqt5tb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 15px);
}

.login-wrapper[b-rr5sgqt5tb] {
    display: flex;
    width: 900px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    animation: fadeIn-b-rr5sgqt5tb 3s;
}

.logo-container[b-rr5sgqt5tb], .login-card[b-rr5sgqt5tb] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex: 1;
}

.responsive-logo[b-rr5sgqt5tb] {
    width: 550px;
}

.login-card[b-rr5sgqt5tb] {
    transition: all 0.1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-button[b-rr5sgqt5tb] {
    margin-top: 10px;
    display: block;
    width: 100%;
}

@keyframes fadeIn-b-rr5sgqt5tb {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cursor-pointer[b-rr5sgqt5tb] {
    cursor: pointer;
}
/* /Pages/Sistema/Modules.razor.rz.scp.css */
.centered-container[b-70d0kwf8b6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 15px);
    color: white;
    position: relative;
}

.footer[b-70d0kwf8b6] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
}

.modulo-container[b-70d0kwf8b6] {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.modulo[b-70d0kwf8b6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: rgba(248, 248, 248, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    color: black;
    width: 150px;
    height: 120px;
    text-align: center;
}

.modulo:hover[b-70d0kwf8b6] {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.modulo span[b-70d0kwf8b6] {
    font-weight: bold;
    font-size: 1.2em;
}

.modulo .bi[b-70d0kwf8b6]{
    font-size: 3em;
}

@keyframes fadeIn-b-70d0kwf8b6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in[b-70d0kwf8b6] {
    animation: fadeIn-b-70d0kwf8b6 ease 1s;
    animation-fill-mode: forwards;
}
/* /Pages/Sistema/SelectorEmpresa.razor.rz.scp.css */
.centered-container[b-f3f0e8j9a4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 65px);
    color: black;
}

.menu-container[b-f3f0e8j9a4] {
    display: flex;
    width: 80%;
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.left-section[b-f3f0e8j9a4] {
    width: 40%;
    border-right: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 500px;
}

.filter-container[b-f3f0e8j9a4] {
    align-items: center;
    margin-bottom: 10px;
}

.right-section[b-f3f0e8j9a4] {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empresa-list[b-f3f0e8j9a4] {
    overflow-y: auto;
    max-height: 400px;
    margin-top: 10px;
}

.empresa-item[b-f3f0e8j9a4] {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s;
}

    .empresa-item:hover[b-f3f0e8j9a4] {
        background-color: #f0f0f0;
    }

.empresa-details[b-f3f0e8j9a4] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.empresa-top[b-f3f0e8j9a4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.empresa-bottom[b-f3f0e8j9a4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding-top: 35px;

}

.button-container[b-f3f0e8j9a4] {
    margin-top: auto;
    padding-top: 20px;
}

.empresa-logo[b-f3f0e8j9a4] {
    max-width: 200px;
    max-height: 100px;
    margin-bottom: 5px;
}

.placeholder-text[b-f3f0e8j9a4] {
    color: Black;
    font-size: 1.2em;
    margin-top: 10px;
}

.fade-in[b-f3f0e8j9a4] {
    animation: fadeIn-b-f3f0e8j9a4 ease 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn-b-f3f0e8j9a4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
