body {
    background: linear-gradient(135deg, #f0f4ff 0%, #dbe6ff 50%, #c2d3ff 100%);
}

.search-input-custom .mud-input-control-input-container {
    background-color: #F8F8F8 !important; /* Il colore di sfondo desiderato */
    border-radius: 4px; /* Rende il colore coerente con i bordi arrotondati */
}

.search-input-custom input {
    text-transform: uppercase !important;
}

.field-label {
    width: 150px;
    text-align: right;
}



.custom-input .mud-input-control-input-container {
    background-color: #F8F8F8 !important;
    border-radius: 4px;
}

.compact-input .mud-input-slot {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.compact-input input {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.field-label {
    width: 150px;
    text-align: right;
    color: #3577c1 !important;
    font-weight: 500;
}

.search-input-custom .mud-input-slot {
    background-color: white !important;
}

.menu-selected-item {
    position: relative;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .menu-selected-item:hover {
        background-color: rgba(255, 215, 0, 0.1);
    }

    .menu-selected-item.selected {
        background-color: rgba(255, 215, 0, 0.5);
    }