.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

div:where(.swal2-container),
h2:where(.swal2-title) {
    font-size: 1.875em !important;
}


.icon-field select {
    padding-left: 40px;
}

#anagraficaTable td {text-transform: capitalize !important;}

.dataTables_wrapper .dataTables_filter input {border-radius: 20px !important;}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

