
.instructionsText[data-v-0309300c] {
  width: 100%;
  height: 100%;            
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 0px 0px 10px #000000;
  background-color: #00000000;
  font-family: sans-serif;
  font-weight: 800;
}


.container[data-v-0ba9d233] {
  position: relative;
}


.basic-editor[data-v-c53302da] {
  flex-grow: 1;
  overflow: auto;
  font-family: BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
               'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
               'Helvetica', 'Arial', sans-serif;
  height: 300px;
  max-height: 2000px;
}


.clickable-icon[data-v-7ea7f2c1] {
  cursor: pointer;
  color: #CCC;
}
.clickable-icon[data-v-7ea7f2c1]:hover {
  color: #999;
}
.stretched[data-v-7ea7f2c1] {
  transform: scale(1.8, 1.2);
}
.v-centered[data-v-7ea7f2c1] {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-enter-active[data-v-7ea7f2c1] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.slide-leave-active[data-v-7ea7f2c1] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}


.winner-textbox[data-v-e8255df2] {
  flex-grow: 1;
  max-height: 10000px;
  background-color: #EEE;
  overflow: auto;
  font-family: BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
               'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
               'Helvetica', 'Arial', sans-serif;
}


section {
}
.my-tab-item {
  flex-grow: 1;
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
}


img[data-v-f454d3c0] {
  height: 1.5em;
  vertical-align: baseline;
}


img[data-v-76c149c4] {
  height: 1.5em;
  vertical-align: baseline;
}


img[data-v-29a84c0a] {
  height: 1.5em;
  vertical-align: baseline;
}


.fade-leave-active[data-v-532cc168] {
  transition: opacity 0.5s ease-in;
}
.fade-enter-active[data-v-532cc168] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-532cc168], .fade-leave-to[data-v-532cc168] {
  opacity: 0.0;
}
.fade-leave[data-v-532cc168], .fade-enter-to[data-v-532cc168] {
  opacity: 1.0;
}


img[data-v-bd801dec] {
  height: 1.5em;
  vertical-align: baseline;
}


img[data-v-6cc0642a] {
  height: 1.5em;
  vertical-align: baseline;
}


img[data-v-5ae7cca0] {
  height: 1.5em;
  vertical-align: baseline;
}


.preview-image[data-v-78b65ccb] {
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
}


.preview-image[data-v-0a7b2273] {
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
}


.color-grid[data-v-5e67f8c6] {
  display: grid;
  grid-template-columns: 120px 120px 120px;
  grid-gap: 10px;
}
.wheel-type-image[data-v-5e67f8c6] {
  height: 50px;
  border-radius: 50%;
  filter: drop-shadow(2px 2px 2px #aaaaaa);
}


.clickable-icon[data-v-91f301b2] {
  cursor: pointer;
  color: #CCC;
}
.clickable-icon[data-v-91f301b2]:hover {
  color: #999;
}


.animated-background[data-v-785081b6] {
  text-align: center;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 45;
  animation-name: fade-animation-data-v-785081b6;
  animation-duration: 6s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
@keyframes fade-animation-data-v-785081b6 {
0% {
    opacity: 0.7;
}
100% {
    opacity: 0;
}
}
.content[data-v-785081b6] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.animated-text[data-v-785081b6] {
  color: #FFFFFF;
  font-size: 200px;
  font-family: Quicksand;
  animation-name: zoom-animation-data-v-785081b6;
  animation-duration: 6s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
@keyframes zoom-animation-data-v-785081b6 {
0% {
    transform: scale(0.03);
}
100% {
    transform: scale(5);
    opacity: 0;
}
}


.can-go-dark {}

