body {
    background-color: #f5f6f8;
    font-family: 'Inter', sans-serif;
}
.navbar {
    background-color: #343B4A;
    padding: 10px 20px;
}
.navbar-brand, .navbar-nav .nav-link {
    color: #aab9ca !important;
    font-weight: 500;
}
.navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}
.container {
    max-width: 1200px;
    margin-top: 30px;
}
main.container{
    min-height: 500px;
}
/*.container::before {
    background: linear-gradient(0deg, rgba(43,60,84, .5) 0, rgba(255, 180, 0, 0) 100%);
    content: "";
    height: 100vh;
    left: 50%;
    position: fixed;
    transform: translateX(-50%) translateY(50%);
    width: 100%;
    z-index: -1;
}*/
.breadcrumb a {
    text-decoration: none;
    color: #007bff;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .hide{
    display: none;
  }

  
.footer {
    background: #2b3c54;
    color: white;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}