.elemento-elenco {
    border: 2px solid #dee2e6;
    margin-bottom: .25rem;
    padding: .5rem;
    border-radius: .25rem;
    background: #e6e6e6
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


    /* Logo con l'iniziale */
.circle {
    width: 32px;
    height: 32px;
    background-color: #012970; /* Colore di sfondo del cerchio */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.initial {
    font-size: 40px;
    color: white; /* Colore del testo */
    font-weight: bold;
}

    /* Gestione drag and drop immagini */
.images-container {
    display: flex;
    flex-wrap: wrap;
}

.image-item {
    margin: 10px;
    position: relative;
}

.image-item img {
    max-width: 150px;
    height: auto;
}

.image-item button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
}
.loader-overlay {
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}
