/* _content/BackOffice/Componentes/Membresias/MembresiaKeywords.razor.rz.scp.css */
.contenedor-resumen[b-vd0s6dy0wl] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.contenedor-resumen .resumen-contador[b-vd0s6dy0wl] {
    border:1px solid #333; 
    border-radius:5px; 
    padding:10px;
}
.modalTabla[b-vd0s6dy0wl] {
    background: #393939ad;
    backdrop-filter: blur(10px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    padding: 100px !important;
}
.modalContainer[b-vd0s6dy0wl] {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 100px 300px;
    background: aliceblue;
    height: 80%;
    border-radius: 20px;
}
.modalContenido[b-vd0s6dy0wl] {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 20px;
}

/* _content/BackOffice/Pages/Consola/Buscador.razor.rz.scp.css */
.keywordlist-child[b-h1789v9232] {
    border: 1px solid gray;
    border-radius: 10px;
    min-width: 30px;
    padding: 10px;
    cursor: pointer;
}
.keywordlist-child:hover[b-h1789v9232]{
    background-color:#107fc9;
    color:#fff;
}
/* _content/BackOffice/Pages/Consola/Paginas.razor.rz.scp.css */
.main-apolopage a[b-sd600qn416],
.main-apolopage a:active[b-sd600qn416],
.main-apolopage a:visited[b-sd600qn416] {
    text-decoration: none;
    color: #017fc9;
}

table[b-sd600qn416] {
    table-layout: fixed;
    width: 100%;
}

.table-sm-text[b-sd600qn416] {
    font-size: 0.9rem;
}

.table-ellipsis[b-sd600qn416] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/BackOffice/Pages/Membresias/Membresias.razor.rz.scp.css */
.text-default[b-jlj4s54osh] {
    color: #212529;
}

.text-warning[b-jlj4s54osh] {
    color: #FAC414;
}

.text-orange[b-jlj4s54osh] {
    color: #D37A03;
}

.text-danger[b-jlj4s54osh] {
    color: #D6B700;
}
/* _content/BackOffice/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color:#107fc9;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* _content/BackOffice/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
    padding:5px;
}

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
            padding: 5px;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* _content/BackOffice/Shared/TestingLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color:#107fc9;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
