#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;
}
.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;
}
.editor {
    min-height: 160px;
    background-color: #fff;
    margin-bottom: 20px;
}

/* 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;
}


/* 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;
}

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

/* 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;
    }
}
