.general-container {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15%;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  color: gray;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 2px solid #fff0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 32px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  box-shadow: -8px -6px 15px #fff, 6px 8px 15px #00000026;
}

.button:hover {
  border-color: #ffffff80;
  box-shadow: -8px -6px 15px #fff, 6px 8px 15px #00000026;
}

.button:active {
  border-color: #fff0;
  box-shadow: inset -8px -7px 10px #fff, inset 7px 8px 10px #00000026;
}

.button-icon {
  opacity: .65;
  width: 24px;
  height: 24px;
}

.buttons {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.buttons.bottom {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.toggle {
  z-index: 2;
  cursor: pointer;
  background-color: #dadada;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  box-shadow: inset -4px -4px 10px #fff, inset 4px 4px 6px #0003;
}

.circle {
  background-color: #f1f1f1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: relative;
  left: 5px;
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px #0000001a;
}

.button-label {
  margin-left: 20px;
}

.tabs {
  width: 800px;
  margin-left: 21px;
  margin-right: 21px;
}

.tab-link {
  color: gray;
  background-color: #f1f1f1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  box-shadow: 7px 7px 15px #00000026, -7px -7px 15px #fff;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
}

.tabs-menu {
  display: flex;
}

.tabs-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 7px 7px 10px #00000014;
}

.tab-pane-tab-1 {
  border-radius: 20px;
  padding: 40px;
}

.giant-circle {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 5000px;
  height: 5000px;
  display: flex;
  position: fixed;
  top: 179.75px;
}

.giant-circle._2 {
  z-index: 1;
  background-color: #f1f1f1;
}

.sun {
  z-index: -1;
  background-color: #ffd000;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -100px;
  box-shadow: 0 0 200px 25px #ffd000;
}

.moon {
  background-color: #76798b;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -100px;
  box-shadow: 0 0 200px #656887;
}

.label-day {
  position: absolute;
  right: 0;
}

.toggle-cont {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.label-night {
  opacity: 1;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}

.circle-toggle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.input {
  color: gray;
  cursor: text;
  background-color: #f1f1f1;
  border: 2px solid #fff0;
  border-radius: 20px;
  height: 50px;
  transition: all .2s;
  box-shadow: -8px -6px 15px #fff, 6px 8px 15px #0003;
}

.input._2 {
  border-color: #f1f1f12e;
  box-shadow: -8px -6px 15px #fff, 6px 8px 15px -5px #0003;
}

.input-label {
  color: gray;
  margin-left: 5px;
  font-size: 18px;
}


