/* /Components/AutoCompleteTirocini.razor.rz.scp.css */
.autocomplete[b-ftmz8fdaqy] {
    position: relative;
}

    .autocomplete .options[b-ftmz8fdaqy] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-ftmz8fdaqy] {
        display: block;
        padding: 0.25rem;
        cursor: pointer;
    }

        .autocomplete .option .option-text[b-ftmz8fdaqy] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-ftmz8fdaqy] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-ftmz8fdaqy] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-ftmz8fdaqy] {
                background: lightgrey;
                color: var(--bs-body);
            }
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-et0y8wky6p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-et0y8wky6p] {
    flex: 1;
}

.sidebar[b-et0y8wky6p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-et0y8wky6p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-et0y8wky6p]  a, .top-row .btn-link[b-et0y8wky6p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-et0y8wky6p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-et0y8wky6p] {
        display: none;
    }

    .top-row.auth[b-et0y8wky6p] {
        justify-content: space-between;
    }

    .top-row a[b-et0y8wky6p], .top-row .btn-link[b-et0y8wky6p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-et0y8wky6p] {
        flex-direction: row;
    }

    .sidebar[b-et0y8wky6p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-et0y8wky6p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-et0y8wky6p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EmptyNavbar.razor.rz.scp.css */
.navbar-toggler[b-sz90a4q2ig] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sz90a4q2ig] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sz90a4q2ig] {
    font-size: 1.1rem;
}

.oi[b-sz90a4q2ig] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sz90a4q2ig] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sz90a4q2ig] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sz90a4q2ig] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sz90a4q2ig]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sz90a4q2ig]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sz90a4q2ig]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sz90a4q2ig] {
        display: none;
    }

    .collapse[b-sz90a4q2ig] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ah893p6swz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ah893p6swz] {
    flex: 1;
}

.sidebar[b-ah893p6swz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ah893p6swz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ah893p6swz]  a, .top-row .btn-link[b-ah893p6swz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ah893p6swz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ah893p6swz] {
        display: none;
    }

    .top-row.auth[b-ah893p6swz] {
        justify-content: space-between;
    }

    .top-row a[b-ah893p6swz], .top-row .btn-link[b-ah893p6swz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ah893p6swz] {
        flex-direction: row;
    }

    .sidebar[b-ah893p6swz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ah893p6swz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ah893p6swz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavBar.razor.rz.scp.css */
.navbar-toggler[b-f4o2x181bn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f4o2x181bn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f4o2x181bn] {
    font-size: 1.1rem;
}

.oi[b-f4o2x181bn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-f4o2x181bn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f4o2x181bn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f4o2x181bn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f4o2x181bn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-f4o2x181bn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-f4o2x181bn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f4o2x181bn] {
        display: none;
    }

    .collapse[b-f4o2x181bn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gd9bx4dtzv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gd9bx4dtzv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gd9bx4dtzv] {
    font-size: 1.1rem;
}

.oi[b-gd9bx4dtzv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gd9bx4dtzv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gd9bx4dtzv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gd9bx4dtzv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gd9bx4dtzv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gd9bx4dtzv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gd9bx4dtzv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gd9bx4dtzv] {
        display: none;
    }

    .collapse[b-gd9bx4dtzv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-uxd3d3693f] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-uxd3d3693f] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-uxd3d3693f]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-uxd3d3693f] {
    visibility: visible;
}
