/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/


/* ------------------------------------------------------------------
   CSS CONSIGLIATO (site.css)
------------------------------------------------------------------- */

/*body {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
}

.sidebar {
    width: 260px;
    display: flex;
    flex-direction: column;
}

.sidebar-link {
    color: #334155;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .sidebar-link:hover {
        background: #f1f5f9;
        color: #0f172a;
    }

    .sidebar-link.active {
        background: #2563eb;
        color: white !important;
    }

.card-modern {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}*/

/* -------------------- CSS -------------------- */


.sidebar {
    width: 260px;
}

.sidebar-link {
    color: #334155;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 500;
    transition: 0.2s;
}

    .sidebar-link:hover {
        background: #f1f5f9;
    }

    .sidebar-link.active {
        background: #2563eb;
        color: white !important;
    }

.card-modern {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
