canvas {
  margin: 20px auto;
  display: block;
}
.spin_main_wrap {
    display: flex;
    justify-content: space-around;
}
.spin_wrapper {
  position: relative;height:100%;
}
.disabled-ui {
  pointer-events: none;
  opacity: 0.5;
}
/*#spinBtn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 140px;
  cursor: pointer;
  transition: 0.3s;
}*/
#spinBtn.disabled {
/*  opacity: 0.5;*/
/*  pointer-events: none;*/
}
#result {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.wheel_container {
    max-width: 1300px;
    width: 100%;
    padding: 100px 15px;
 
    margin: 0px auto;
    
}
.wheel-inner-wrap{
border-radius: 10px;
    border: 3px dashed #FCB117;
padding: 50px 30px;
background-color:#fff;
}

/*Input*/

.wheel-options-ui {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 12px;
  width: 400px;
  background: #fff;
}
.inputs-list .input-row {
  display: flex;
  align-items: center;
  padding: 6px;
  margin: 4px 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.input-row input[type="text"] {
  flex: 1;
  padding: 6px;
  border: none;
  background: transparent;
}
.input-row button {
  margin-left: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.input-toolbar {
  display: flex;
  margin-top: 10px;
}
.input-toolbar input {
  flex: 1;
  padding: 8px;
}
.input-toolbar button {
  padding: 8px 12px;
  font-size: 16px;
}

.EkbhT {
  position: absolute;
  box-sizing: content-box;
  inset: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: rgb(255, 255, 255);
  transform: scale(0.8);
  animation: 2s ease-in 0s infinite normal none running bVzMBp;
}
.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gAHesm {
  box-sizing: content-box;
  inset: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.gAHesm::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50% 0px 50% 50%;
  transform: rotate(-45deg);
  background: rgb(34, 34, 34);
  z-index: 2;
}
.gAHesm::after {
  content: "SPIN";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  inset: 0px;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: rgb(255, 255, 255);
  user-select: none;
  -webkit-text-stroke: 0.5px rgb(248, 248, 248);
  text-shadow: rgb(0, 0, 0) 0px 1px 4px;
  letter-spacing: 0.7px;
}
.gAHesm:active:before {
  margin-top: 3px;
}
@keyframes bVzMBp {
  0% {
    transform: scale(0.8);
  }
  30% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(0.8);
  }
}
.single-wheel {
    background-color: #FCB11736;
}
.button_option_wrap {
    margin-top: 8px;
}
.wheel_options_wrap {
    display: flex;
    align-items: center;
    gap: 10px;flex-wrap: wrap;
}
#readonlyOptionList input[type=text],#optionList input[type=text] {
text-transform: capitalize;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.resultPopup-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;outline: 4px solid #ee3f2457;
}
.wheel_options_wrap .theme_options {
    max-width: 300px !important;
    width: 100% !important;
}
ul#readonlyOptionList {
    height: 467px;
    overflow-y: auto;padding-right: 15px !important;
}
#readonlyOptionList::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;border-radius: 10px;
}

#readonlyOptionList::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#readonlyOptionList::-webkit-scrollbar-thumb
{
	background-color: #54595F;border-radius: 10px;
}
#readonlyOptionList li{padding-left: 3px;}
.faq-wrap {
    padding: 80px 0px 50px;
}
select#wheel-theme {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D'gray'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
#readonlyOptionsWrapper input:disabled{
background:linear-gradient(#ffffffaa,#ffffffaa);opacity:1;
}

/*************************Responsive CSS*********************************/
@media (max-width:990px){
.spin_main_wrap{
flex-direction: column;
}
}
 @media (max-width:599px){
.spin_main_wrap canvas {
    width: 400px;
}
.faq-wrap {
    padding: 50px 0px 20px;
}
}
 @media (max-width:480px){
.spin_main_wrap canvas {
    width: 300px;
}
.EkbhT,.gAHesm,.gAHesm::before,.gAHesm::after{
width: 50px;
height: 50px;
}
.gAHesm{line-height: 50px;}
.gAHesm::after{font-size: 13px;}
.wheel-inner-wrap{padding: 50px 20px;}
.button_option_wrap button{font-size: 14px;}

}
 @media (max-width:375px){
div#btn-row {
background-color:#fff;padding: 10px;
    position: sticky;
    bottom: -23px;
}
.modal-top {background-color:#fff;padding: 10px;
    position: sticky;
    top: 0;
}
ul#optionList{height: 380px;}
}