 body {
     background-color: #f8f9fa;
 }

 .card[class*="app-"] {
     border-left-width: 5px !important;
     /* Makes the left border thicker */
 }

 .app-core {
     border-left-color: #0d6efd !important;
 }

 .app-sales {
     border-left-color: #2a9526 !important;
 }

 .app-approvals {
     border-left-color: #ffcc00 !important;
 }

 /* Navbar: Schwarz auf Weiß */
 .navbar-custom {
     background-color: #ffffff;
     border-bottom: 1px solid #dee2e6;
 }

 /* Logo Styling */
 .navbar-logo {
     height: 40px;
     width: auto;
 }

 .navbar-nav {
     margin-top: 5px;
     margin-left: 40px;
     gap: 40px;
 }

 .nav-link {
     font-weight: bold;
 }

 .navigation-actions {
     position: relative;
     top: -10px;
 }

 .main-container {
     padding-top: 20px;
     max-width: 1800px;
     /* Deine gewünschte Maximalbreite */
     margin-left: auto;
     /* Zentriert den Container */
     margin-right: auto;
     /* Zentriert den Container */
 }

 /* Record Count Info */
 .record-info {
     font-size: 0.9rem;
     color: #6c757d;
     margin-bottom: 1rem;
 }

 .btn-group {
     gap: 10px;
 }