/* _content/sam3web_adminb/Layout/Footer.razor.rz.scp.css */
.bottom-row[b-beqm9l07g2] {
    background-color: #c7c7c7;
    border-top: 1px solid #a6a5a5;
    border-bottom: 1px solid #a6a5a5;
    min-height: 1.8rem;
    max-height: 5rem;
    display: flex;
    align-items: center;
    /*vertical-align: middle;*/
    /*justify-content: center;*/
    width: 100%;
    font-size: 0.80rem;
}

.label-status[b-beqm9l07g2] {
    font-size: 0.8rem;
    font-weight: 400;
    color: #101010;
    height: 20px;
    /* ELIPSIS */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* BLOQUE */
    display: block;
    max-width: 340px !important;
    width: 100%;
    padding-top: 0px !important;
}

/*@media (max-width: 640.98px) {*/
@media (max-width: 799.98px) {
        .bottom-row[b-beqm9l07g2] {
            /*width: calc(100vw- 0px);*/
        }
    }

    @media (min-width: 801px) {
        .bottom-row[b-beqm9l07g2] {
            /*left: 250px;*/
            width: calc(100vw - 250px);
            /*position: fixed;*/
            position: fixed;
            bottom: 0;
        }
    }
/* _content/sam3web_adminb/Layout/LayoutGuest.razor.rz.scp.css */
.page[b-eg58p13p9q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eg58p13p9q] {
    flex: 1;
}



@media (max-width: 640.98px) {
    .top-row[b-eg58p13p9q] {
        justify-content: space-between;
    }

    .top-row[b-eg58p13p9q]  a, .top-row[b-eg58p13p9q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 801px) {
    .page[b-eg58p13p9q] {
        flex-direction: row;
    }

/*    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    /*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    article[b-eg58p13p9q] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

#blazor-error-ui[b-eg58p13p9q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-eg58p13p9q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/sam3web_adminb/Layout/LayoutMain.razor.rz.scp.css */
.page[b-peo9czskp0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-peo9czskp0] {
    flex: 1;
}



/*@media (max-width: 640.98px) {*/
@media (max-width: 799.98px) {
    .top-row[b-peo9czskp0] {
        justify-content: space-between;
    }

    .top-row[b-peo9czskp0]  a, .top-row[b-peo9czskp0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 801px) {
    .page[b-peo9czskp0] {
        flex-direction: row;
    }

    article[b-peo9czskp0] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* _content/sam3web_adminb/Layout/SideMenu.razor.rz.scp.css */
.sidebar[b-omc6o8wx0n] {
    background-color: #343A40;
    color: #fff;
}

.brand-image[b-omc6o8wx0n] {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    max-height: 42px !important;
}

.navbar-toggler[b-omc6o8wx0n] {
    appearance: none;
    cursor: pointer;
    width: 46px;
    height: 40px;
    color: white;
    position: absolute;
    top: 5px;
    right: 8px;
    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-omc6o8wx0n] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-omc6o8wx0n] {
    height: 50px;
    background-color: rgba(0,0,0,0.4);
}

.sidebar-brand[b-omc6o8wx0n] {
    font-size: 1rem;
    font-weight: 100;
    margin-right: 0px;
    line-height: 1.1rem;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.sidebar-titulo[b-omc6o8wx0n] {
    font-size: 1.3rem;
    font-weight: 200;
    margin-right: 0px;
    line-height: 1.5rem;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}





.nav-item[b-omc6o8wx0n] {
    font-size: 1rem;
    padding-bottom: 0.3rem;
}

.nav-icon[b-omc6o8wx0n] {
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .3rem;
    text-align: center;
    width: 1.6rem;
}

.nav-item:first-of-type[b-omc6o8wx0n] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-omc6o8wx0n] {
    padding-bottom: 1rem;
}

.nav-item[b-omc6o8wx0n]  .nav-link {
    color: #b0b0b0!important;
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-omc6o8wx0n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white!important;
}

.nav-item[b-omc6o8wx0n]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white!important;
}

.nav-scrollable[b-omc6o8wx0n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-omc6o8wx0n] {
    display: block;
}


.submenu[b-omc6o8wx0n] {
    padding-left: 1rem;
    transition: all 0.3s ease;
}

.btn-toggle[b-omc6o8wx0n] {
    background: none;
    border: none;
    color: inherit;
    padding: 0.5rem 1rem;
    text-align: left;
    width: 100%;
}

.arrow-icon[b-omc6o8wx0n] {
    transition: transform 0.2s ease;
}

.arrow-rotated[b-omc6o8wx0n] {
    transform: rotate(90deg);
}

@media (min-width: 801px) {
    .sidebar[b-omc6o8wx0n] {
        width: 250px;
        height: calc(100vh-3rem);
        position: sticky;
        top: 0;
    }

    .navbar-toggler[b-omc6o8wx0n] {
        display: none;
    }

    .nav-scrollable[b-omc6o8wx0n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.1rem);
        overflow-y: auto;
    }
}

/* _content/sam3web_adminb/Layout/TopBar.razor.rz.scp.css */
.top-row[b-sy16rsd7ox] {
    background-color: #f7f7f7;
    border-top: 0px solid #a6a5a5;
    border-bottom: 1px solid #d6d5d5;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

    .top-row[b-sy16rsd7ox]  a, .top-row[b-sy16rsd7ox]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sy16rsd7ox]  a:hover, .top-row[b-sy16rsd7ox]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sy16rsd7ox]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


/*@media (max-width: 640.98px) {*/
@media (max-width: 799.98px) {
        .top-row[b-sy16rsd7ox] {
            justify-content: space-between;
        }

            .top-row[b-sy16rsd7ox]  a, .top-row[b-sy16rsd7ox]  .btn-link {
                margin-left: 0;
            }
    }

@media (min-width: 801px) {
    .top-row[b-sy16rsd7ox] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sy16rsd7ox]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sy16rsd7ox] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
