/*WRAPPER*/
#wrapper {
  margin: 40px auto 0;
  width: 500px;
  position: relative;
}

#txt {
  color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#txtName {
  color: rgba(0, 0, 0, 0.2);
  /* position: relative; */
  /* z-index: 10000000; */
  display: block;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
  padding-top: 147px;
  padding-bottom: 60px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.buttons {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 45px;
}
.buttons button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-shadow: rgba(255, 255, 255, 0.05) 0px -1px 0px, rgba(0, 0, 0, 0.3) 0px 1px 0px;
  padding: 10px 20px;
  font-size: 18px;
  margin-top: 10px;
  width: 225px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.buttons button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/*WHEEL*/
#wheel {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 8px solid var(--bs-background-light);
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#wheel:before {
  content: "";
  position: absolute;
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 492px;
  height: 492px;
  border-radius: 50%;
  z-index: 100000;
}

#inner-wheel {
  width: 100%;
  height: 100%;
  -webkit-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
  transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
}

#wheel div.triangleContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#wheel div.sec {
  border-left: 142px solid transparent;
  border-right: 142px solid transparent;
  border-top: 244px solid #555;
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#wheel div.sec div {
  position: relative;
  width: 100%;
  height: 100%;
}

#wheel div.sec div p {
  margin-top: -240px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10000000;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-left: 0px;
  text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
}

#wheel div.triangleContainer .color1 {
  border-color: #16a085 transparent;
  border-color: #1c93ff transparent;
}

#wheel div.triangleContainer .color2 {
  border-color: #2980b9 transparent;
  border-color: #1487B3 transparent;
}

#wheel div.triangleContainer .color3 {
  border-color: #34495e transparent;
  border-color: #C6EFFF transparent;
}

#wheel div.triangleContainer .color4 {
  border-color: #f39c12 transparent;
  border-color: #8EE0FF transparent;
}

#wheel div.triangleContainer .color5 {
  border-color: #d35400 transparent;
  border-color: #367FC2 transparent;
}

#wheel div.triangleContainer .colorFull1 {
  border-color: #16a085;
  border-color: #1c93ff;
}

#wheel div.triangleContainer .colorFull2 {
  border-color: #2980b9;
  border-color: #1487B3;
}

#wheel div.triangleContainer .colorFull3 {
  border-color: #34495e;
  border-color: #C6EFFF;
}

#wheel div.triangleContainer .colorFull4 {
  border-color: #8EE0FF;
}

#wheel div.triangleContainer .colorFull5 {
  border-color: #367FC2;
}

.colorName1 {
  background-color: #1c93ff;
}

.colorName2 {
  background-color: #1487B3;
}

.colorName3 {
  background-color: #C6EFFF;
}

.colorName4 {
  background-color: #8EE0FF;
}

.colorName5 {
  background-color: #367FC2;
}

.lastPerson {
  padding-top: 230px;
  padding-bottom: 230px;
}

#wheel div.sec .fa {
  margin-top: -100px;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10000000;
  display: block;
  text-align: center;
  font-size: 36px;
  margin-left: -15px;
  text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}

#spin {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
  z-index: 1000000000;
  background: var(--bs-background-light);
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#spin:after {
  content: "SPIN";
  text-align: center;
  line-height: 68px;
  color: #CCC;
  text-shadow: 0 2px 0 var(--bs-background-light), 0 -2px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100000;
  width: 68px;
  height: 68px;
  display: block;
}

#spin:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 28px 20px;
  border-color: transparent transparent #fff transparent;
  top: -12px;
  left: 14px;
}

#inner-spin {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  border-radius: 50%;
  background: red;
  z-index: 999;
  -webkit-box-shadow: rgb(255, 255, 255) 0px -2px 0px inset, rgb(255, 255, 255) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
          box-shadow: rgb(255, 255, 255) 0px -2px 0px inset, rgb(255, 255, 255) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(234, 234, 234) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--bs-background-light)fff", endColorstr="#eaeaea",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after {
  font-size: 15px;
}

#shine {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--bs-background-light)fff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.1;
}

/*ANIMATION*/
@-webkit-keyframes hh {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}
@keyframes hh {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}
.spin {
  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
  animation: hh 0.1s;
}

.Container .innerContainer {
  max-width: 1200px;
  margin-top: 0px;
  overflow: hidden;
  margin: 5px;
  margin-bottom: 20px;
  height: calc(100vh - 9rem);
  overflow: auto;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
}
.Container .innerContainer .aviableSoon {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.Container .innerContainer .LeftContainer {
  display: inline-block;
  width: 320px;
  position: relative;
}
.Container .innerContainer .rightContainer {
  display: inline-block;
  width: calc(100% - 340px);
  vertical-align: top;
  padding: 1rem;
}

@media only screen and (max-width: 1250px) {
  .rightContainer {
    width: 100% !important;
    padding-bottom: 50px !important;
  }
  .LeftContainer {
    width: calc(100% - 0px) !important;
    margin-left: 0px;
  }
  .Container .innerContainer .rightContainer {
    max-width: 100%;
    overflow: hidden;
  }
  .Container {
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 80px;
    padding: 0;
  }
  .Container .innerContainer {
    height: 100%;
    width: 100%;
    display: block;
  }
}
[data-theme=website] #wheel {
  border: 8px solid #fff;
}
[data-theme=website] #spin {
  background: #fff;
}
[data-theme=website] .page-banner {
  padding-bottom: 150px;
  overflow: hidden;
}
[data-theme=website] .random-groups {
  padding-top: 5rem;
}
[data-theme=website] .Container .innerContainer .LeftContainer input, [data-theme=website] .Container .innerContainer .LeftContainer textarea {
  margin-bottom: 0px;
  height: calc(100vh - 300px);
}
[data-theme=website] .scrollDown {
  margin-top: -20px;
}
[data-theme=website] .Container .innerContainer .LeftContainer {
  vertical-align: top;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px;
  height: 100%;
  margin-top: 5rem;
}
[data-theme=website] .Container .innerContainer .LeftContainer input, [data-theme=website] .Container .innerContainer .LeftContainer textarea {
  height: 400px;
}
[data-theme=website] .Container .innerContainer .rightContainer {
  display: inline-block;
  width: calc(100% - 340px);
  vertical-align: top;
}
@media only screen and (max-width: 1250px) {
  [data-theme=website] .rightContainer {
    width: 100% !important;
    padding-bottom: 50px !important;
  }
  [data-theme=website] .LeftContainer {
    width: calc(100% - 30px) !important;
    margin-left: 10px;
  }
  [data-theme=website] .Container .innerContainer .rightContainer {
    max-width: 100%;
    overflow: hidden;
  }
  [data-theme=website] .Container {
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 80px;
    padding: 0;
  }
  [data-theme=website] .Container .innerContainer {
    height: 100%;
    width: 100%;
  }
}