body {
    /*background-color: #f8f9fa;*/
    font-family: "Special Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .logo {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    padding-bottom:5px;
  }

  .layout-wrapper {
    margin-top: 2rem;
    /*border: 1px solid #dee2e6;*/
    /*border-radius: 8px;*/
    background-color: #fff;
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
    overflow: hidden;
  }
  .sidebar {
    padding: 1.5rem 1rem;
    border-right: 1px solid #dee2e6;
    height: 100%;
  }
  .sidebar h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .sidebar .nav-link {
    color: #333;
    font-weight: 500;
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .sidebar .nav-link:hover {
    color: #0d6efd;
  }
  .sidebar .nav-link i {
    margin-right: 0.5rem;
  }
  .main-content {
    padding: 2rem;
  }