form div.required label.control-label:after {
    content: " (*) ";
    color: red;
}

.tabs-view .nav-item {
    background: #f39c12;
    margin-left: 8px;
    border-radius: 10px 10px 0 0;
    border: 0px solid #d3d3d3;

}

.tabs-view .nav-link {
    color: #ffffff;
}

.field_editable {
    color: #428bca;
    background: 0 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    margin: 0;
    margin-right: 0px;
    padding: 2px 1px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
}

/* ── Palette principale #df9a35 ───────────────────────── */

.bg-primary-custom {
    background: #df9a35 !important;
}

.bg-primary-dark-custom {
    background: #b87a20 !important;
}

.bg-primary-light-custom {
    background: #fdf6ea !important;
}

.text-primary-custom {
    color: #df9a35 !important;
}

.text-primary-dark-custom {
    color: #b87a20 !important;
}

.border-primary-custom {
    border-color: #f0d5a0 !important;
}

.border-bottom-primary-custom {
    border-bottom: 4px solid #df9a35 !important;
}

.btn-primary-custom {
    background: #df9a35;
    color: #fff;
    font-weight: 700;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background: #b87a20;
    color: #fff;
}

/* ── Card header sezione form ─────────────────────────── */
.card-header-custom {
    background: #fdf6ea;
    border-bottom: 1px solid #f0d5a0;
    color: #b87a20;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ── Topbar ───────────────────────────────────────────── */
.topbar-custom {
    background: #dd9332;
    border-bottom: 4px solid #df9a35;
    color: #fff;
}

.topbar-custom a,
.topbar-custom .brand {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.topbar-custom .brand span {
    opacity: .75;
    font-weight: 400;
    font-size: 14px;
}