#restart-option {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#restart-option .restart-dialog {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  text-align: center;
}
#restart-option .restart-dialog div {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
#restart-option .restart-dialog div button {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#restart-option .restart-dialog div button.continue-btn {
  background-color: green;
  color: white;
}
#restart-option .restart-dialog div button.restart-btn {
  background: lightgray;
}

.restart {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
}

.restart-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  object-fit: cover;
}

.timer-container {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  z-index: 9999;
  display: none;
}

/*# sourceMappingURL=menu_options.css.map */
