body {
    background-color: #1d3e53;
    align-items: center;
}

h1 {
  color: #ffffff;
}

h2 {
  color: #ffffff;
}
.centerDiv {
    width: 100%;
    text-align: center;
}

.centerDivBtn {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.button {
    color: #000000;
    background-color: #77abb7;
    font: bold 24px Arial;
    padding: 10px;
    border-radius: 6px;
    border: 2px solid;
    border-color: #476d7c;
    text-decoration: none;
    height: 50px;
    vertical-align: middle;

}

.buttonRed {
  color: #000000;
  background-color: #bf4747;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #943737;
  text-decoration: none;
  height: 50px;
}

.btnStack {
  color: #000000;
  background-color: #77abb7;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #476d7c;
  text-decoration: none;
  margin-bottom: 10px;
  width: 250px;
}

.btnStackRed {
  color: #000000;
  background-color: #bf4747;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #943737;
  text-decoration: none;
  margin-bottom: 10px;
  width: 250px;
}
.NavButton {
  color: #000000;
  background-color: #77abb7;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #476d7c;
  text-decoration: none;
  margin-bottom: 10px;
  width: 250px;
}



.iconButton {
  color: #000000;
  background-color: #77abb7;
  font: bold 24px Arial;
  padding: 8px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #476d7c;
  text-decoration: none;
  height: 50px;
  vertical-align: middle;

}

.sideNav {
  height: 100%;
  width: 0;
  background-color: #254b62;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  text-align: center;
  transition: 0.5s;
}


.sideNavBtn {
  color: #000000;
  background-color: #77abb7;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #476d7c;
  text-decoration: none;
  height: 30px;
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  transition: 0.5s;
}

.sideNavBtnRed {
  color: #000000;
  background-color: #bf4747;
  font: bold 24px Arial;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #943737;
  text-decoration: none;
  height: 30px;
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  transition: 0.5s;
}

.firstSideNavBtn {
  margin-top: 80px;
}

.sideNavX {
  color: #FFFFFF;
  font: bold 24px Arial;
  padding: 10px;
  border: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s;
}

.sideNavHamburger {
  color: #FFFFFF;
  font: bold 24px Arial;
  background: none;
  padding: 10px;
  border: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.login_labels {
    margin: auto;
    font: bold 24px Arial;
    color: #ffffff;
}

.inputBoxDiv {
    padding-bottom: 20px;
}

.input_box {
    font: bold 24px Arial;
    background-color:#77abb7;
    color: #000000;
    border-color: #476d7c;
}

.imgbox {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.graph {
    background-color:#1d3e53;
}



#logout_button svg{
  width: 25px;
  height: 25px;
}


/* Scoped styles for loading ring only */
.loading_ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #476d7c;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
  color: #77abb7;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #77abb7;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.loading_ring:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #77abb7;
  border-right: 3px solid #77abb7;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

.loading_ring span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}

.loading_ring span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #77abb7;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #77abb7;
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

.container {
  max-width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}


.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.toggle-label:first-child {
  margin-right: 20px; /* Adjust the value as needed */
  text-align: right;
}

.toggle-label:last-child {
  margin-left: 20px; /* Adjust the value as needed */
  text-align: left;
}

.toggle-label {
  font-size: 30px;
  color: #ffffff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #476d7c;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider:before {
  transform: translateX(46px);
}

.iconButton svg {
  width: 25px;
  height: 25px;
}
