@charset "UTF-8";.wheel div:nth-child(even)>span {
	color: #FFF;
}

#spin-ticker {
	position: absolute;
	z-index: 100;
	height: 65px;
}

#spin-container {
	position: relative;
	height: 420px;
	width: 360px;
	margin: 0 auto;
}

#spin-container>img {
	position: absolute;
	height: 421px;
	width: 360px;
}

#spin-ticker-container {
	margin-right: -8px;
}

#rolling-wheel-container {
	position: absolute;
	margin-top: 40px;
	margin-right: 25px;
}

.spin-wheel-btn {
/*  top: 170px;
  left: 152px;*/
  top: 130px;
  left: 130px;
}


#spinning-indicator-item {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  background: #0238cb;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 5px 0px darken(red,0%);
  border-bottom: 2px solid darken(red,3%);
  text-align: center;
  vertical-align: center;
  color: white;
}

#prize-card {
	poistion: absolute;
	top: 0;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#prize-card-msg {
	
}



.select2-container .select2-selection {
	border-radius: 1rem;
}

.select2-selection__rendered {
	line-height: 31px !important;
}

/*.select2-container .select2-selection--single {
	height: 35px !important;
}*/

.select2-selection__arrow {
	height: 34px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0238cb !important;
	color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px !important;
}