/* Data page */

.data_page {
  margin: 55px 0px 0px 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.data_page_heading {
  font-size: calc(30px + 1.5vh);
  font-weight: 600;
  text-align: center;
  align-items: center;
  margin: 10px 0px 10px 0px;
}

/* ............................................................................... */
.alert_message {
  z-index: 100;
  position: fixed;
  top: 58px;
  right: 10px;
  padding:5px;
  display:block;
}

/* ............................................................................... */

.dropdown_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 15px 0px;
}

.interval_div {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
  margin-left: 10px;
}

.interval_dropdown {
  width: 250px;
  margin-left: 15px;
}

#download-button {
  width: auto;
  font-size: 18px;
  margin: 0px 15px 0px 0px;
  background-color: #4caf50;
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
}

/* ............................................................................... */

.table_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 15px 0px;
  padding: 0px 10px 0px 10px;
}

.data_table_div {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  margin-right: 15px;
}

.message {
  font-size: 24px;
  margin: 0;
  padding: 10px;
  text-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  background-color: #e8f5e9;
  box-shadow: 2px 2px 10px #aaaaaa;
}

.table_container {
  width: 100%;
  background-color: #35384b;
  color: white;
  border-radius: 10px;
  padding: 10px;
  height: auto;
}

/* ....................................................................... */
/* Instructions container */
.data_instructions_div {
  width: 28%;
}

.data_instructions {
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #e8f5e9;
  box-shadow: 2px 2px 10px #aaaaaa;
}