.sWheel-bg-layer {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 20px auto;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.preview {
    background-color: #fff;
    background-size: contain;
    border: 2px solid #1f4d68;
    border-radius: 50%;
    height: 100px;
    margin-right: 16px;
    overflow: hidden;
    width: 100px;
}
#preview-label{
    background-color: #409bd0;
    border: 2px solid #1f4d68;
    border-radius: 16px;
    color: #fff;
    letter-spacing: 2px;
    padding: 4px 8px;
    transition: all .1s ease-out;
	margin-top:34px;
	cursor:pointer;
}
.awn-input {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 16px !important;
    flex-grow: 1;
    font-family: Gilbert, sans-serif !important;
    font-size: 16px !important;
    margin-left: 8px;
	color:#000 !important;
	font-weight:700 !important;
	height:30px !important;
    padding: 4px 8px !important;
}
.modal-dialog{
	margin-top:100px;
	max-width:650px !important;
}
.modal-body {
    background-color: #eee !important;
    border-radius: 16px !important;
}

#spinnerSVG {
  position: absolute;
  top: 0;
  left: 0;
}

    
.wheel-container {
      position: relative;
      width: 400px;
      height: 400px;
      margin: 100px auto;
    }
  .center-circle {
      position: absolute;
      width: 100px;
      height: 100px;
      cursor: pointer;
      background: white;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
    }

/*     .center-circle::after {
      content: "🔁";
      font-size: 24px;
    } */
    .sWheel-marker {
    border-spacing: 90px;
    width: 8%;
    height: 14%;
    position: absolute;
    left: 50%;
    top: -18%;
    margin-top: 7%;
    margin-left: -4%;
    -webkit-transition: .2 rotate linear;
    transition: .2 rotate linear;
    z-index: 1;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 35%;
    transform-origin: 50% 35%;
}
#resultsList{
  list-style: none;
}
.tabcontent {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 0px 16px 16px 16px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, .2);
    font-size: 24px;
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.btn-clear{
      background-color: #fff;
    border: 0;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    font-family: Gilbert, sans-serif;
    font-size: 20px;
    margin-left: 16px;
    padding: 2px 16px;
    transition: all .1s ease-out;
}
.simple {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    font-family: Gilbert, sans-serif;
    font-size: 24px;
    margin-top: 8px;
    resize: none;
    width: 100%;
    padding: 10px 15px;
}
button.active {
    background-color: rgba(0, 0, 0, .15) !important;
    cursor: default !important;
    border:  none !important;
}
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs .nav-link {
  margin-bottom: -2px !important;
}
.wheel-tabs{
  border-radius: 16px 16px 0 0 !important;
      background-color: rgba(0, 0, 0, .3) !important;
    border: 0;
   color: #000 !important;
    cursor: pointer;
    font-family: time;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}
.add-entry {
    background-color: transparent;
   border-radius: 8px;
    margin-bottom: 8px;
    width: 100%;
    border: 2px solid #000;
    margin-top: 8px;
	color: #000;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
}
.switches {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 16px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 37px;
    width: 270px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
}
.option {
    align-items: center;
    cursor: pointer;
    display: flex;
}
.option:not(:last-child) {
    margin-bottom: 16px;
}
.switch {
    background: #000;
    border-radius: 1em;
    display: inline-block;
    font-size: 20px;
    height: 1em;
    margin-right: 16px;
    transition: all .3s;
    width: 2em;
}
.switch:has(input:checked) {
  background: #409bd0;
}
.switch input {
    opacity: 0;
    position: absolute;
}
.switch input:checked+div {
    transform: translate3d(100%, 0, 0);
}


.switch div {
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 .1em .3em rgba(0, 0, 0, .3);
    height: 1em;
    transition: all .3s;
    width: 1em;
}
.sliders {
    display: flex;
    margin-bottom: 8px;
}
.slider-container {
    align-items: center;
    box-sizing: border-box;
    display: flex
;
    flex-direction: column;
    height: auto;
    padding: 0 16px;
    position: relative;
    width: 100%;
}
.slider-border {
    height: 200px;
    margin-bottom: 8px;
}
.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 16px;
    height: 20px;
    outline: none;
    position: absolute;
    touch-action: none;
    transform: rotate(-90deg) translate(-100%, -50%);
    transform-origin: left top;
    width: 200px;
}
.btn-primary {
    background-color: #409bd0 !important;
    border: 2px solid #1f4d68 !important;
    border-radius: 8px !important;
    color: #fff !important;
    cursor: pointer;
    font-family: Gilbert;
    font-size: 18px;
    padding: 4px 20px !important;
    transition: all .1s ease-out;
}
#myTab{
  margin-left: 0%;
}
.parent-container {
    position: relative; 
}
.visibility {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 45px;
    outline: none;
    position: absolute;
    right: 24px;
   top: -24px;
    right: 0px;
    width: 134px;
    z-index: 2;
}
.visibility:focus{
	background:transparent !important;
}
.visibility:hover{
	background:transparent !important;
}
button.visibility img {
    background-size: contain;
    border: 3px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    height: 39px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 39px;
}
.visibility label{
	line-height:13px;
}
.close {
    background: #ececec;
    border: 0;
     border-radius: 50% !important;
    cursor: pointer;
    height: 40px !important;
    left: auto;
    margin-left: auto;
    position: relative;
    transition: .2s ease-in-out;
    width: 40px !important;
	color:#000 !important;
	padding-top:9px;
	font-weight:bold;
}

@media screen and (max-width: 780px) {
  .tabcontent {
   
    width: 100%;
  
}
.switches {
   
    width: 100%;
   
}
.visibility {
  
    right: -25%;
 }

#myTab{
  margin-left: 0px;
}
 
}
#ball-confetti {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.9;
  animation: fallDown 3s linear forwards;
}

@keyframes fallDown {
  0% {
    transform: translateY(-50px);
    opacity: 1;
  }
  100% {
    transform: translateY(110vh);
    opacity: 0;
  }
}
   
   