.gearClienti:hover {
    cursor: pointer;
}

.joinClienti:hover {
    cursor: pointer;
}

.loader {
    position: absolute;
    z-index: 99999;
    height: 90%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.spinner-border {
    position: absolute;
    left: 50%;
    top: 25%;
}

.toast {
    z-index: 999999;
}

#passwordRecovery:hover {
    text-decoration: underline;
}

#img-animale img {
    max-width: 150px;
}

.accordion-button {
    font-weight: bold;
}

#pannelloAnimale li {
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    #datiClienti_first,
    #datiClienti_previous,
    #datiClienti_next,
    #datiClienti_last {
        display: none;
    }
  }