.custom-border-box {
    font-size: 14px;
    border-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 15px;
    color: #000;
    margin-top: 0 !important;
    transition: box-shadow 0.3s ease;
    transition: 0.2s;
    box-shadow: none !important;
}

.bg-custom {
    background: #f7f3f3 !important;
}

.dog-ear-1 {
    position: relative;
    box-shadow: inset -1px 0 10px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 4px;
    width: fit-content;
    padding-right: 20px;
   /* max-width: 150px;*/
   width: 170px
}

.btn-save:hover {
    cursor: pointer;
}

.custom-border-box-1 {
    font-size: 12px;
    padding: 12px;
    color: #000;
    margin: 9px 0;
}

.form-anagrafica label {
    font-size: 12px !important;
}

.dropdown {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ddd;
    /* width: 100%; */
    margin-top: 0 !important;
}

.dropdown-item {
    padding: 8px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

h2 :hover {
    cursor: pointer;
}