body, html {
    background-color: #F5F5F5;
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}

.card-header {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 14pt;
    margin-bottom: 15px;
    text-align: center;
}

.download-button {
    color: 	#696969;
    font-size: 9pt;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    display: flex;
    margin: 0 auto;
}

/* Hamburger Menu Button */
.hamburger {
    cursor: pointer;
    padding: 15px;
    border: none;
    background: none;
    position: fixed !important;
    right:10px;
  }
  
  /* Styling for the Hamburger Icon (bars)*/
  .hamburger-icon {
    width: 30px;
    height: 3px;
    background-color: #f7941d;
    display: block;
    margin: 6px auto;
    transition: all 0.3s ease;
  }
  
  /* Menu Overlay */
  .menu-overlay {
    height: 25%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #2f478d;
    overflow-x: hidden;
    transition: 0.5s ease;
    border-radius: 10px 20px;
  }
  
  /* Menu Items */
  .menu-overlay a {
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: white;
    display: block;
    transition: 0.3s ease;
  }
  
  .menu-overlay a:hover {
    color: #E87A5E;
  }
  
  /* Close Button */
  .menu-overlay .closebtn {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin-left: 50px;
  }

  /* other page text */
  .other-text{
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    text-align: center;
  }
  
  .footer-text{
    font-family: 'Inter', sans-serif;
    font-size: 9pt;
    text-align: left;
    margin: 1px
  }

  .dash-tooltip:before, .dash-tooltip:after {
    border-bottom-color: #cce0f8 !important; /* this changes the carrot part of the tooltip in the dtable */
    border-top-color: None;
  }

  .dash-cell div.dash-cell-value {
    font-family: 'Roboto Slab', serif !important;
    font-size: 10pt !important;
}

  .iframe {
    margin: auto;
    display: block;
    border-style: none;
  }

  #banner {
    font-family: 'Inter', sans-serif;
}

.nav-link {
    margin-right: 50px;
    text-decoration: none;
    color: #2f478d;
    font-weight: bold;
}

.nav-link:hover {
    color: #E87A5E; /* Change color on hover */
}