/* _content/Web/Pages/Shared/Grid/_PaginadorControl.cshtml.rz.scp.css */
.paginator[b-i135sovqql] {
    display: flex;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    align-items: center;
}

.pagination-text[b-i135sovqql] {
    margin: 0 0.5rem;
}

nav[b-i135sovqql] {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    align-items: center;
}

    nav button[b-i135sovqql] {
        border: 0;
        background: none center center / 1rem no-repeat;
        width: 2rem;
        height: 2rem;
    }

        nav button[disabled][b-i135sovqql] {
            opacity: 0.4;
        }

        nav button:not([disabled]):hover[b-i135sovqql] {
            background-color: #eee;
        }

        nav button:not([disabled]):active[b-i135sovqql] {
            background-color: #aaa;
        }

.go-first[b-i135sovqql], .go-last[b-i135sovqql] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous[b-i135sovqql], .go-next[b-i135sovqql] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next[b-i135sovqql], .go-last[b-i135sovqql] {
    transform: scaleX(-1);
}
/* _content/Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
.page[b-esyc55q667] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-esyc55q667] {
    flex: 1;
}

.sidebar[b-esyc55q667] {
    background-image: linear-gradient(180deg, #0060ad 0%, #052a68 70%);
}

.top-row[b-esyc55q667] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /* justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-esyc55q667]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-esyc55q667] {
        justify-content: space-between;
    }

        .top-row[b-esyc55q667]  a, .top-row[b-esyc55q667]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-esyc55q667] {
        flex-direction: row;
    }

    .sidebar[b-esyc55q667] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-esyc55q667] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-esyc55q667]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-esyc55q667], article[b-esyc55q667] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Web/Pages/Shared/_NavMenu.cshtml.rz.scp.css */
.navbar-toggler[b-2g5t55hq6f] {
    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-2g5t55hq6f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2g5t55hq6f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2g5t55hq6f] {
    font-size: 1.1rem;
}

.bi[b-2g5t55hq6f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}
.nav-item[b-2g5t55hq6f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2g5t55hq6f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2g5t55hq6f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2g5t55hq6f]  .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-2g5t55hq6f]  a.active {
    background-color: rgba(255,255,255,0.21);
    color: white;
}

.nav-item[b-2g5t55hq6f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2g5t55hq6f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2g5t55hq6f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2g5t55hq6f] {
        display: none;
    }

    .nav-scrollable[b-2g5t55hq6f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
