@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Domine:wght@400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html,
body {
  font-family: "Asap", sans-serif;
}
body {
  color: #fff;
  overflow-x: hidden;
}
.hr {
  width: 25%;
  height: 2px;
  background-color: white;
}
.subtext {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.subtexttwo {
  font-size: 28px;
}
.stc {
  background-color: #339;
  font-weight: bold;
  font-size: 40px;
}
.section3 {
  text-align: center;
  color: #e70101;
  font-size: 20px;
}
.section4 {
  color: #e70101;
  font-size: 22px;
  margin-left: 10%;
}
.section4-subtext {
  margin-left: 10%;
  font-size: 20px;
}
.section4-subheading {
  text-align: center;
  font-weight: 600;
  font-size: 46px;
}
.section4-subheading2 {
  color: #e70101;
  font-size: 47px;
  text-align: center;
  font-weight: 600;
}
.section4-subheading3 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}
.section4-subheading3-subtext {
  font-size: 20px;
  font-weight: 400;
}
.section4-subheading3-subtext2 {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  color: #e70101;
}
.custom-footer {
  text-align: center;
  font-size: 14px;
}
.footer-items {
  text-decoration: underline;
}
#chartdiv {
  width: auto;
  height: 400px;
}
.dropdown-section {
  background-color: #333399;
  font-size: 20px;
  font-weight: 600;
  width: 80%;
}
#tableContainer {
  width: 80%;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table,
th,
td {
  padding: 15px;
}
tbody {
  font-size: 18px;
  background-color: #1a1a1a;
}

/* Mobile styles */
@media (max-width: 768px) {
  #chartdiv {
    display: none;
  }
  .dropdown-section {
    font-size: 10px;
    gap: 0 !important;
    padding: 10px !important;
  }
  .stc {
    font-size: 12px !important;
  }
  tbody {
    font-size: 12px;
  }
  #tableContainer {
    text-align: center;
  }
}
