.pulsanti {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.marginright {
    margin-right: 30px;
}

.modal-header {
    background-color: rgb(4, 46, 170);
    color: white;
}

.modal-footer {
    background-color: rgb(232, 237, 253);
}

.titolo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.label-select {
    color: black;
}

.filtro {
    display: flex;
    border: 1px solid rgb(14, 14, 12);
    background-color: yellow;
    width: 89%;
    height: 50px;
    margin: auto;
    align-items: center;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 7px;
    box-shadow: 11px 5px 24px -9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 11px 5px 24px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 11px 5px 24px -9px rgba(0, 0, 0, 0.5);
}

.logo-filtro {
    height: 45px;
    margin-bottom: 9px;
}

.select-stato {
    background-color: rgb(252, 252, 171);
    border: 1px solid black;
    border-radius: 5px;
    width: 150px;
    color: rgb(8, 0, 0);
    height: 26px;
    padding-left: 10px;
}

.select-anno {
    background-color: rgb(252, 252, 171);
    border: 1px solid black;
    border-radius: 5px;
    width: 100px;
    color: rgb(8, 0, 0);
    height: 26px;
    padding-left: 10px;
}

.titolo-elenco h2 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.logo {
    max-width: 60%;
    height: auto;
}

.space {
    margin: 20px;
}

.space-min {
    margin: 10px;
}

@media only screen and (max-width: 600px) {
    .logo {
        max-width: 20%;
        height: auto;
        margin-left: 10px;
    }
}

.operatore {
    width: 200px;
}

.pulsanti-cerca {
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

.campo-codice {
    padding: 6px;
    border: 1px solid;
    border-radius: 4px;
    border-color: rgb(151, 152, 152);
    width: 200px;
    margin-left: 30px;
}

.tabella {
    margin-left: 5%;
    margin-right: 5%;
}

.spinner {
    position: fixed;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-pointer {
    cursor: pointer;
}