.bd-navbar {
  padding: .75rem 0;
  background-color: transparent;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

/** Bootstrap icons **/
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-link {
  cursor: pointer;
}

.text-bg-dark-1 {
  color: #fff!important;
  background-color: rgba(113, 44, 249, 1)!important;
}

#wheel-container {
  position: relative;
  width: 340px;
  height: 340px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#wheelCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Slight shadow on the circle */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

#spinButton {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .col-lg-6 {
    margin-bottom: 40px;
  }
}

#pointerBg {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 48px solid rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 3;
}

#pointer {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #aaa;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 3;
}

.color-preview {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #000;
}

.modal-header {
   color: white;
   background-color: rgba(113, 44, 249, 1);
 }

 .min-height {
  min-height: 2.0em;
 }

 .winnerModeName {
   max-width: 150px;
 }
