#auth #auth-left .auth-logo img {
    height: 9rem;
}
#auth #auth-left .auth-logo {
    margin-bottom: 4rem;
}
#auth #auth-right {
    background: url(/assets/static/images/computer.jpg) center center;
    background-size: cover;
}
body.login-body {
    background-color: #fff;
}
.nav-tabs .nav-link {
font-size: 15px;
 }
.nav-link {
    padding: 0.5rem 0.8rem;
}
.text-gray-600 {
    color: #51565a !important;
}
.sidebar-wrapper .sidebar-header img {
    height: 3.5rem;
}
html[data-bs-theme=dark] .sidebar-wrapper .sidebar-header img {
    height: 3.5rem;
}
.navbar-fixed .navbar-top {
    background-color: #fff;
}
.layout-navbar {
    --navbar-height: 80px;
}
.sidebar-wrapper {
    width: 260px;
}
html[data-bs-theme=dark] .sidebar-wrapper {
    width: 260px;
}
.card-footer, html[data-bs-theme=dark] .card-footer {
    padding: 8px;
}
.form-group label {
    color: #444;
}
.form-control {
    border: 1px solid #999;
}
.choices__inner {
    border-color: #999;
}
.notification-dropdown {
    -webkit-box-shadow: 0px 6px 10px 2px rgba(68,68,68,0.7);
    box-shadow: 0px 6px 10px 2px rgba(68,68,68,0.7);
    overflow-y: scroll;
    max-height: 400px;
}
.notification-listing li {
    padding: 10px 40px;
    margin-bottom: 5px;
}
.notification-unread {
    background-color: #a9c8ff;
    border-radius: 5px;
}
.notification-unread a {
    color: #222;
}
.navbar-top .notification-icon i {
    line-height: 38px;
}

.swal2-input.form-control,.swal2-textarea.form-control,.swal2-select.form-control{width:initial}
.toast-close {
    color: #111111 !important;
}
#addVeicoloModal .modal-content {
    min-height: 600px;
}
#formazione-dipendente-form .modal-body {
    min-height: 400px;
}
.editor {
    min-height: 160px;
    background-color: #fff;
    margin-bottom: 20px;
}
#previewModal {
    text-align: center;
    margin: auto;
}
#previewIframe {
    height: 780px;
    text-align: center;
    margin: auto;
    width: 100% !important;
}
.file-toolbar {
    background-color: #d3d5d8;
    margin-bottom: 12px !important;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-icon, .delete-icon {
    display: inline-grid;
    margin-left: 8px;
    margin-right: 8px;
}
.table-fatturato-advisor td {
    padding: 0.1rem 0.5rem;
}
#table-scadenze-formazioni th {
    font-size: 14px;
    line-height: 14px;
}

/* widget dashboard */
.dashboard-newenergy .card-body {
    max-height: 640px;
    overflow-y: scroll;
}
/* CALENDARIO */
.ec-event-title {
    font-size: 14px;
}

/* COLORI PER CUSTOMER SATISFACTION */
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
}
.dot-success {
    background-color: #198754;
}
.dot-success-light {
    background-color: #7ee313;
}
.dot-warning {
    background-color: #ffc107;
}
.dot-danger {
    background-color: #fd1e26;
}
.dot-danger-light {
    background-color: #fd8a26;
}

/* SEARCH BAR */
.search-container {
    margin-left: 60px;
    width: 480px;
}

/* SEARCH RESULTS */
.search-results {
    background-color: #fff;
    position: absolute;
    width: 472px;
    margin-top: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 10px 2px rgba(68,68,68,0.7);
    box-shadow: 0px 6px 10px 2px rgba(68,68,68,0.7);
}

.search-result-type {
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}

.search-results .list-group-item {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    color: #333;
}

.search-results .list-group-item:hover {
    background-color: #ddd;
}


/* BOTTONI */
.btn.btn-info {
    background-color: #6acaff;
    border-color: #6acaff;
}
.btn.btn-warning {
    background-color: #ffc921;
    border-color: #ffc921;
}
.btn.btn-danger {
    background-color: #d60505;
    border-color: #d60505;
}
.btn.btn-primary {
    background-color: #074cc5;
    border-color: #074cc5;
}

/* COLORI STATI CISA */
.stato-generale-annullato td {
    background-color: #0909bf !important;
    color: #fff !important;
}
.stato-generale-concluso td {
    background-color: #d50909 !important;
    color: #fff !important;
}
.stato-operativo-chiamata-ricevuta td {
    background-color: #3fd63f !important;
    color: #111 !important;
}
.stato-operativo-compilazione-dati-iniziali td {
    background-color: #fa6811 !important;
    color: #fff !important;
}
.stato-operativo-incasso td {
    background-color: #d50909 !important;
    color: #fff !important;
}
.stato-operativo-trattativa-consorziati td {
    background-color: #f8f405 !important;
    color: #111 !important;
}
.stato-generale-annullato td:last-child,
.stato-generale-concluso td:last-child,
[class*="stato-operativo-"] td:last-child {
    background-color: white !important;
    color: inherit !important; /* mantiene il colore del testo originale */
}

/* TABELLE*/
table.dataTable thead>tr>th, table.dataTable tfoot>tr>th {
    font-size: 14px !important;
    line-height: 18px;
    color: #333;
}
table.dataTable td {
    font-size: 14px !important;
    color: #3c3c3c;
}

/* TABELLE DASHBOARD */
.dashboard td {
    font-size: 14px !important;
    line-height: 18px;
    color: #3c3c3c;
}

/* FILTRI */
.listing-filters {
    display: flex;
    width: 100%;
    column-gap: 16px;
    flex-wrap: wrap;
}
.listing-filters .col-filter {
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    #sidebar~#main {
        margin-left: 260px;
    }
    html[data-bs-theme=dark] #sidebar~#main {
        margin-left: 260px;
    }
}
