
#app {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.marker {
  position: absolute;
  width: 60px;
  left: 172px;
  top: -20px;
  z-index: 2;
}
.btn-primary {
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.wheel {
  width: 100%;
  height: 100%;
}
.card {
	background: -webkit-linear-gradient(#947b0b, #6c4b09, #9f7928, #8a5e2f) !important;
	background-color: #FFD700 !important;
	border-radius: 75px !important;
  border-color: #232323 !important;
	font-size: 30px !important;
	font-weight: 800 !important;
	color: #0f1377 !important;
  text-shadow: 0 1px 0 #f2e675, 0 1px 0 #f2e675, 0 2px 0 #f2e675, 0 1px 0 #f2e675, 0 2px 0 #f2e675, 0 2px 1px rgba(255,210,38,.3), 0 0 5px rgba(255,210,38,.3), 0 1px 3px rgba(255,210,38,.5), 0 3px 5px rgba(255,210,38,.5), 0 5px 5px rgba(255,210,38,.25), 0 5px 5px rgba(255,210,38,.2), 0 20px 20px rgba(255,210,38,.15);
  box-shadow: 0 0 6px 3px #000;
	animation: radial-pulse 1s infinite !important;
}
.col-form-label-lg {
	color: #fff !important;
}

.btn{
 -webkit-appearance: button;
 -webkit-writing-mode: horizontal-tb !important;
 text-align: center;
 background: -webkit-linear-gradient(#fff, #ee5100, #F3854C, #ee5100, #914f2d);
 text-shadow: 0 1px 0 #f2e675, 0 1px 0 #f2e675, 0 2px 0 #f2e675, 0 1px 0 #f2e675, 0 2px 0 #f2e675, 0 2px 1px rgba(255,210,38,.3), 0 0 35px rgba(255,210,38,.3), 0 1px 3px rgba(255,210,38,.5), 0 3px 5px rgba(255,210,38,.5), 0 5px 5px rgba(255,210,38,.25), 0 5px 5px rgba(255,210,38,.2), 0 10px 10px rgba(255,210,38,.15);
 box-shadow: 0 0 6px 3px #FFF;
 border-radius: 35px !important;
 font-size: 30px !important;
 font-weight: 800 !important;
 color: #ffffff !important;
 display: block;
 width: 250px;
 margin: 40px auto;
 cursor: pointer;
 animation: radial-pulse 1s infinite;
		}
@keyframes radial-pulse {
			0% {
				box-shadow: 0 0 0 0px rgba(255,255,255, 0.75);
			}

			100% {
				box-shadow: 0 0 0 10px rgba(255,255,255, 0);
			}
		}

    .btn:hover {
      opacity: 0.8;
    }

.button:hover {
  opacity: 0.8;
}

.blur {
  animation: blur 10s;
}

@keyframes blur {
  0% {
    filter: blur(1.5px);
  }
  80% {
    filter: blur(1.5px);
  }
  100% {
    filter: blur(0px);
  }
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{   color: #FFF;        }
    49%{  color: #FFF;        }
    60%{  color: transparent; }
    99%{  color: transparent; }
    100%{ color: #FFF;        }
}

.wheelText {
  font: 20px serif;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight:normal;
  text-align: center;
  /*text-shadow: 0 0 3px #555555, 0 0 5px #555555;*/
  text-shadow: 2px 2px #000000;
  -webkit-appearance: none;
  -webkit-box-shadow: 3px 3px 6px 6px #555555;
  fill: #FFB96F;
}

a{
  color: #fff941 !important;
}
