.headcenter{
  text-align:center;
  font-size: 35px;
  padding: 35px 20px;
}
.headcenter2{
  text-align: center;
  font-size: 20px;
  padding: 5px 50px;
  font-family: "aria";
}

th.dt-center, td.dt-center { text-align: center; }
div.dataTables_filter {
  float: right;
  text-align: right;
  margin: 0;
  padding: 15px;
}
div.dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
  margin: 0;
}
.dataTables_length {
  position: relative;
  float: none !important;
  text-align: center;
}

table a {
  color: black;
}
table a:link{
  color:black;
}
table a:hover{
  color: orange;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.download_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-container {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.btn {
    color: white;
    background-color: #7CCABA;
    border-color: #7CCABA;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
}

.btn:hover {
    color: #0F4D92;
}

#error-message {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  position: relative;
}

.close-button {
  position: absolute;
  font-weight: bold;
  font-size: 15px;
  /*padding: 5px;*/
  top: 1px;
  right: 5px;
  cursor: pointer;
}

.reports-title {
  margin-top: 1rem;
}
@media screen and (max-width: 576px) {
  .button-container {
    flex-direction: column;
  }

  .headcenter {
    padding: 20px 0;
  }

  .headcenter b {
    white-space: normal;
    word-wrap: break-word;
  }

}

.plots-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.plots-notice-text {
  margin: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
}

.plots-container {
  margin: 0.5rem 0.08rem 0.08rem 0;
  display: flex;
  gap: 0.5rem;
}