@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/ContextMenu.razor.rz.scp.css */
#context-menu[b-p09r053vvq] {
    position: fixed;
    z-index: 10000;
    min-width: 150px;
    max-width: 350px;
    background: #555; /*#1b1a1a;*/
    transform: scale(0);
    transform-origin: top left;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Aggiungi ombra per migliorare la visibilità */
    font-family: Segoe UI Variable, Segoe UI, sans-serif;
}

    #context-menu.active[b-p09r053vvq] {
        transform: scale(1);
        transition: transform 200ms ease-in-out;
    }

    #context-menu .menu-item[b-p09r053vvq] {
        padding: 8px 10px;
        font-size: 13px;
        color: #fff; /*#eee;*/
        position: relative; /* Aggiungiamo posizione relativa al menu-item */
        cursor: pointer;
        font-family: Segoe UI Variable, Segoe UI, sans-serif;
        border-radius: 6px;
    }

        #context-menu .menu-item:hover[b-p09r053vvq] {
            background: #777; /*#555;*/
        }

        #context-menu .menu-item.disabled[b-p09r053vvq] {
            opacity: 0.5; /* Rende il testo più chiaro */
            cursor: not-allowed; /* Mostra il cursore "vietato" */
            pointer-events: none; /* Impedisce il click */
            background: #444; /* Cambia colore di sfondo per differenziarlo */
        }

        #context-menu .menu-item i[b-p09r053vvq] {
            display: inline-block;
            margin-right: 5px;
        }

    #context-menu hr[b-p09r053vvq] {
        margin: 2px 0px;
        border-color: #777; /*#555;*/
    }

    /* Stili per il sottomenu */
    #context-menu .submenu[b-p09r053vvq] {
        position: absolute;
        left: 100%; /* Posiziona il sottomenu a destra dell'elemento menu-item */
        top: 0; /* Allinea il sottomenu con il top dell'elemento menu-item */
        background: #555; /*#1b1a1a;*/
        width: 150px;
        border-radius: 6px;
        transform: scale(0);
        transform-origin: left top;
        transition: transform 200ms ease-in-out;
        display: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Aggiungi ombra per visibilità */
        font-family: Segoe UI Variable, Segoe UI, sans-serif;
    }

    #context-menu .menu-item:hover > .submenu[b-p09r053vvq] {
        display: block;
        transform: scale(1);
    }

    #context-menu .submenu .menu-item[b-p09r053vvq] {
        padding: 8px 10px;
        font-size: 13px;
        color: #fff; /*#eee;*/
        cursor: pointer;
        font-family: Segoe UI Variable, Segoe UI, sans-serif;
    }

        #context-menu .submenu .menu-item:hover[b-p09r053vvq] {
            background: #777; /*#555;*/
        }
/* /Components/DataItemDialog.razor.rz.scp.css */
.container[b-vp7hhiul2j] {
    display: flex;
    height: 80%;
}

.scrollable[b-vp7hhiul2j] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.row[b-vp7hhiul2j] {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    gap: 20px;
    border-bottom: 1px solid var(--dae-color-common-border-empty);
}

.label[b-vp7hhiul2j] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: end;
    width:50%;
}

.value[b-vp7hhiul2j] {
    width:50%;
}
/* /Components/HolesDialog.razor.rz.scp.css */
.body[b-ha3njwjl57] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-around;
    height: 80%;
    min-width: 800px
}

.column-left[b-ha3njwjl57] {
    flex: 0 0 25%;
    overflow-y: auto
}

.column-center[b-ha3njwjl57] {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.column-right[b-ha3njwjl57] {
    flex: 0 0 25%
}

.hole-view-panel[b-ha3njwjl57] {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 90%
}

.hole-view-panel-body[b-ha3njwjl57] {
    display: flex;
    justify-content: center;
    align-items:flex-start;
}

.hole-view-panel-body-horizontal[b-ha3njwjl57] {
    flex: 0;
}

.hole-view-panel-body-vertical[b-ha3njwjl57] {
    flex: 1;
}

.svg-container[b-ha3njwjl57] {
    display: flex;
    background-color: dimgrey;
    min-height: 0;
    min-width: 0;
}

.svg-container-horizontal[b-ha3njwjl57] {
    width: 100%;
    height: fit-content;
}

.svg-container-vertical[b-ha3njwjl57] {
    height: 100%;
}

.svg-border[b-ha3njwjl57] {
    padding: 10px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4mhkqg4k5k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4mhkqg4k5k] {
    flex: 1;
}

.sidebar[b-4mhkqg4k5k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4mhkqg4k5k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4mhkqg4k5k]  a, .top-row[b-4mhkqg4k5k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4mhkqg4k5k]  a:hover, .top-row[b-4mhkqg4k5k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4mhkqg4k5k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4mhkqg4k5k] {
        justify-content: space-between;
    }

    .top-row[b-4mhkqg4k5k]  a, .top-row[b-4mhkqg4k5k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4mhkqg4k5k] {
        flex-direction: row;
    }

    .sidebar[b-4mhkqg4k5k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4mhkqg4k5k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4mhkqg4k5k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4mhkqg4k5k], article[b-4mhkqg4k5k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.busy-container[b-doaz42hpv2] {
    display: flex;
    justify-content: center;
    align-items: center
}

.busy-background[b-doaz42hpv2] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.busy-background-first[b-doaz42hpv2] {
    animation: hideMe-b-doaz42hpv2 1s forwards;
    background-color: rgba(0,0,0,0);
}

.busy-background-second[b-doaz42hpv2] {
    animation: showMe-b-doaz42hpv2 3s forwards;
    background-color: var(--dae-color-common-neutral-hover);
    filter: opacity(0.3)
}

.busy-waiter[b-doaz42hpv2] {
    animation: showMe-b-doaz42hpv2 3s forwards;
}

@keyframes hideMe-b-doaz42hpv2 {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes showMe-b-doaz42hpv2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
