@charset "UTF-8";
/* CSS Document */

body { min-height: 100vh; display: flex; }
.sidebar { width: 250px; background-color: #343a40; padding-top: 1rem; }
.sidebar a { color: white; display: block; padding: 10px 20px; text-decoration: none; }
.sidebar a:hover, .sidebar a.active { background-color: #495057; }
.content { flex-grow: 1; padding: 2rem; }
.hidden { display: none; }
.sidebar-brand {
  height: 60px;
  border-bottom: 1px solid #495057;
  margin-top: 1.5rem; /* İstediğin değeri px ya da rem olarak ayarla */

}

