.container {
  position: static;
  left: 20%;
}

#lang-switcher {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}

#lang-switcher a {
  color: #E5FFC4;
  text-decoration: none;
}

#lang-switcher a.lang-active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

.wheel-progress {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.wheel-progress li {
  padding: 6px 14px;
  margin-bottom: 4px;
  border-left: 4px solid #e499ba;
  background: #fff7fa;
  font-size: 14px;
  color: #66665E;
}

.wheel-progress li.wheel-progress-done {
  border-left-color: #00ffbf;
  background: #eafff8;
  color: #999;
  text-decoration: line-through;
}

.wheel-progress li.wheel-progress-active {
  border-left-color: #0C95C9;
  font-weight: bold;
  color: #333;
}

.service-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 25px;
}

.service-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 2px solid #e499ba;
  border-radius: 999px;
  background: #ffffff;
  color: #66665E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.service-toggle:hover {
  border-color: #0C95C9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.service-toggle input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.service-toggle span {
  position: relative;
  padding-left: 22px;
}

.service-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #e499ba;
  border-radius: 4px;
  background: #ffffff;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.service-toggle span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}

.service-toggle input[type="checkbox"]:checked + span::before {
  background: #00ffbf;
  border-color: #00ffbf;
}

.service-toggle input[type="checkbox"]:checked + span::after {
  opacity: 1;
  border-color: #549900;
}

.service-toggle:has(input:checked) {
  border-color: #00ffbf;
  background: #eafff8;
  color: #333;
}

.service-toggle input[type="checkbox"]:focus-visible + span::before {
  outline: 2px solid #0C95C9;
  outline-offset: 2px;
}
.roulette {
  position: static;
  margin: 0 auto;
  left: 40%;
  background-color: red;
  width: 512px;
  height: 512px;
  background-image: url('../images/wheel1.png');
  border-radius: 512px;
}

.spinner {
  cursor: pointer;
  color: red;
  font-weight: bold;
  border: none;
  position: relative;
  width: 215px;
  height: 215px;
  top: 148.45px;
  left: 148.5px;
  border-radius: 100%;
  z-index: 1000;
  background-color: #00ffbf;
  outline-color: transparent;
  outline: 0;
}

.spinner .pointer {
  position: absolute;
  width: 0; 
  height: 0; 
  top: -8px;
  left: 100px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00ffbf;
}

.spinner2 {
  cursor: pointer;
  color: red;
  font-weight: bold;
  border: none;
  position: relative;
  width: 215px;
  height: 215px;
  top: -363px;
  left: 221px;
  border-radius: 100%;
  z-index: 1000;
  background-color: #00ffbf;
  outline-color: transparent;
  outline: 0;
}

.main {
  position: relative;
  top: -190px;
  text-align: center;
}

.main-finished {
  top: 0;
  margin-top: 20px;
}
