/* .App {
  font-family: sans-serif;
  text-align: center;
} */

.page_header {
  height: 70px;
  background-color: #007aff;
  color: white;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

.page_header_small {
  height: 33px;
  background-color: #007aff;
  color: white;
  padding: 5px;
  text-align: center;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

.header_image {
  margin-left: 15px;
}

.input_label {
  font-weight: bold;
  color: #545b62;
  position: relative;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  top: 1rem;
}

.input_label1 {
  color: #545b62;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

.input1 {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.italic {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 1rem;
  border: 1px solid #ccc;
}

.row {
  padding: 10px 0px;
}
.system-status-button {
  background-color: #007aff;
  color: white;
  margin-right: 20px;
  height: fit-content;
}
.current-requests-button {
  background-color: #007aff;
  color: white;
  height: fit-content;
}
.mobile-current-requests-button {
  background-color: #007aff;
  color: white;
  display: none;
  height: fit-content;
}
.mobile-system-status-button {
  background-color: #007aff;
  color: white;
  display: none;
  height: fit-content;
}
.checkmark {
  position: relative;
  top: 5px;
  left: 0;
  height: 35px;
  width: 30px;
  zoom: 1.2;
  color: #545b62;
}

@media (max-width: 800px) {
  .mobile-system-status-button {
    background-color: #007aff;
    color: white;
    display: initial;
    height: fit-content;
  }
  .mobile-current-requests-button {
    background-color: #007aff;
    color: white;
    height: fit-content;
    display: initial;
  }
  .system-status-button {
    display: none;
  }
  .current-requests-button {
    display: none;
  }
}
