/* Style Guide: */
/* Blue: 2BAAE2*/
/* Pink: ed2079*/
/* Orange: fbb03c*/
/* Green: 31ce78*/
/* Grey: 444444*/
html {
  overflow-x: hidden;
  background-color: #333333;
}

* {
  outline: none;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  background: #7fd4ff;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.cherry-bomb-one-regular {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.hidden {
  display: none;
}

.ext-link {
  color: #2baae2;
  text-decoration: underline;
}

.login-box {
  background-color: #2baae2;
  padding: 1.5rem;
  border-radius: 1.125rem;
  box-shadow: 0 10px 15px -3px #2baae2;
  width: 26rem;
  font-size: medium;
}

.input-field {
  width: 100%;
  margin-bottom: 1.125rem;
  padding: 0.75rem 0.75rem;
  border-radius: 1.125rem;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  font-size: 1.125rem;
}

.login-button,
.login2-button {
  width: 100%;
  color: #ffffff;
  padding: 0.375rem 0;
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.login-button:hover {
  background-color: #31ce78;
}

.login-button {
  background-color: #3b82f6;
}

.login2-button {
  background-color: #ed2079;
}

.login2-button:hover {
  background-color: #fbb03c;
}

.launch:hover {
  background-color: #ed2079;
}

.tutorial-message {
  position: absolute;
  top: 3vh;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-button {
  background-color: #fbb03c;
  color: white;
  border: 2px solid #2baae2;
  box-shadow: 0 0 8px rgba(43, 170, 226, 0.7);
  font-weight: bold;
}

.tooltip-bubble::after {
  content: '';
  position: absolute;
  bottom: 100%; 
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #374151 transparent; 
}

.progress-pie-color {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e5e7eb; /* fallback background */
}
