.input-validation-error {
    border: 1px solid red;
}

.input-validation-error:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}

.form-floating > label {
    left: auto;
}

.row {
    padding: 0;
    margin: 0;
}
.custom-title {
    font-size: 30px;
    font-weight: 400;
    margin: 10px;
}

.custom-title span {
    font-size: 32px;
    font-weight: 500;
}

.card {
    margin: 10px !important;
    padding: 0 !important;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 8px 8px 10px #e0e0e0, -8px -8px 10px #ffffff;
    box-shadow: 8px 8px 10px #e0e0e0, -8px -8px 10px #ffffff;
    border: 1px solid #f0f0f0;
}

.card-header {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.sl {
    border-radius: 10px;
    padding: 1px 10px 1px 10px;
    color: white;
    font-weight: 500;
}

.sl-non-in-carico {
    background-color: #B5514A;
}

.sl-trattamento {
    background-color: #C8C837;
}

.sl-azione-correttiva {
    background-color: #683BC4;
}

.sl-chiusura {
    background-color: #52BD42;
}

.table {
    font-size: 1.05em;
}

td {
    max-width: 24ch;
    word-wrap: break-word;
}