body.ae-modal-show {
  overflow: hidden;
}

.eWheel-wrapper,
.easyWheel {
  position: relative;
}

.easyWheel {
  max-width: 100%;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 700;
}

.easyWheel,
.easyWheel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wheel-info img {
  max-width: 100%;
}

.easyWheel .eWheel-inner {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.easyWheel .eWheel {
  border-radius: 100%;
  overflow: hidden;
}

.easyWheel .eWheel,
.easyWheel .eWheel > .eWheel-bg-layer,
.easyWheel .eWheel > .eWheel-txt-wrap,
.easyWheel .eWheel > .eWheel-txt-wrap > .eWheel-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyWheel .eWheel > .eWheel-bg-layer,
.easyWheel .eWheel > .eWheel-txt-wrap > .eWheel-txt {
  margin: 0 auto;
  border-radius: 100%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #ecf0f1;
}

.easyWheel .eWheel > .eWheel-bg-layer,
.easyWheel .eWheel > .eWheel-txt-wrap {
  transform: rotate(-90deg);
}

.easyWheel .eWheel .eWheel-child .eWheel-inside {
  display: table;
  transform: rotate(0) skew(-45deg);
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.easyWheel .eWheel .eWheel-child .eWheel-inside > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: rotate(25deg);
  transform-origin: 115% 25%;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
}

.easyWheel .eWheel > .eWheel-bg-layer > div {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 1px solid transparent;
  background-color: #404040;
}

.easyWheel .eWheel > .eWheel-bg-layer > div:nth-child(odd) {
  background-color: #616161;
}

.easyWheel .eWheel > .eWheel-txt-wrap > .eWheel-txt > div {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.2em;
  max-height: 23.4em;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 1px;
  width: 50%;
  padding-right: 6%;
  font-weight: 700;
  font-size: 100%;
  cursor: default;
  color: #fff;
  text-align: right;
}

.easyWheel .eWheel-center {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
}

.easyWheel .eWheel-center > .ew-center-empty,
.easyWheel .eWheel-center > .ew-center-html {
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.easyWheel .eWheel-center > .ew-center-empty {
  position: absolute;
}

.easyWheel .eWheel-center .img-center {
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%), -50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.easyWheel .eWheel-center > img {
  max-width: 100%;
  width: 200px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.easyWheel .eWheel-center > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0 !important;
}

.easyWheel .eWheel-marker {
  border-spacing: 90px;
  width: 16%;
  height: 16%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8%;
  transition: 0.2 rotate linear;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transform-origin: 50% 35%;
}

.easyWheel .eWheel-marker > svg {
  height: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.easyWheel .rotate {
  transform: rotate(100deg);
}

.eWheel > .eWheel-bg-layer > svg {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.eWheel > .eWheel-txt-wrap > .eWheel-txt > div.ew-ccurrent {
  color: #cfd8dc;
}

.wheel-fade {
  position: fixed;
  z-index: 9999998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.demo-campaign {
  position: relative;
}

.wheel-container {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wheel-dialog {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 60;
  position: absolute;
  overflow: hidden;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 10px 15px 25px 5px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  max-width: 100%;
  overflow-y: auto;
  /* Resize the background image to cover the entire container */
}
.wheel-dialog .wheel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 888;
  cursor: pointer;
}
.wheel-dialog .wheel-dialog-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wheel-dialog .wheel-dialog-content .wheel-cover {
  transform: translateX(-50%);
}
.wheel-dialog.right {
  right: 0;
  left: auto;
}
.wheel-dialog.right .wheel-close {
  left: 10px;
  right: auto;
}
.wheel-dialog.right .wheel-cover {
  transform: translateX(50%);
}
.wheel-dialog.right .wheel-info {
  left: 0;
  right: auto;
}
.wheel-dialog.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel-dialog.fullwidth {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .wheel-dialog {
    width: 100% !important;
  }
  .wheel-dialog .wheel-cover {
    transform: translateX(-50%) scale(0.8);
  }
}

.wheel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.wheel-close:before,
.wheel-close:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 33px;
  width: 2px;
  background-color: currentColor;
}
.close-wheel {
  color: currentColor !important;
}

.wheel-close:before {
  transform: rotate(45deg);
}

.wheel-close:after {
  transform: rotate(-45deg);
}

.wheel-dialog .wheel-dialog-content .wheel-info {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  text-align: center;
  padding: 20px;
  font-family: var(--text-font);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.red {
  background: red;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wheel-btn {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wheel-btn:hover {
  color: #212529;
  text-decoration: none;
}

.wheel-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wheel-margin {
  margin: 8px;
}

.wheel-input {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: inherit;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: visible;
  margin: 0;
}
.eWheel .eWheel-title {
  font-family: var(--wheel-font);
}
.wheel-input-group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.wheel-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.wheel-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.wheel-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wheel-input::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wheel-input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wheel-input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wheel-input::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wheel-input::placeholder {
  color: #6c757d;
  opacity: 1;
}

.wheel-text {
  text-align: left;
}

.wheel-title {
  font-size: 32px;
}

.wheel-padding {
  padding: 8px;
}
.wheel-padding-x-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.aewheel-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  white-space: pre-wrap;
  word-break: break-word;
}
.aewheel-message {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
  white-space: pre-wrap;
  word-break: break-word;
}
.aewheel-rule {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 1rem;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}
.aewheel-notification {
  text-align: start;
}

.aewheel-input-required {
  color: red;
  position: absolute;
  right: 15px;
  top: 11px;
}
.aewheel-input-error {
  color: red;
  max-width: 100%;
  text-align: left;
}
.aewheel-input {
  width: 100%;
  border: 0 !important;
  outline: none !important;
  font-size: 16px;
  display: block !important;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
}
.aewheel-input::placeholder {
  color: red;
  /* color: var(--placeholder-input-color); */
}
.aewheel-input.line {
  border: none;
  border-bottom: 1px solid #c4c4c4 !important;
  background: transparent !important;
}
.aewheel-input.outlined {
  border: 1px solid #c4c4c4;
}
.aewheel-button {
  border-radius: 6px;
  width: 100%;
  padding: 13px 15px;
  box-shadow: none;
  border: 0;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.aewheel-progress-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  font-size: 14px;
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  list-style: none;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.aewheel-progress-line .aewheel-progress-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}
.aewheel-progress-line .aewheel-progress-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 100px;
}
.aewheel-progress-bg__title {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.aewheel-progress-line:hover .aewheel-progress-inner {
  height: 20px;
}
.aewheel-progress-line:hover .aewheel-progress-bg__title {
  opacity: 1;
}

.w-modal.is-open {
  display: block;
}
.w-modal {
  display: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  z-index: 9999999;
  position: fixed;
  transition: 0.4s all;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  z-index: 95;
}
.w-modal .modal__container {
  max-width: 470px;
  background-color: #fff;
  width: 100%;
  max-height: 600px;
  margin-top: 100px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.modal__header {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal__close {
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  font-size: 24px;
  color: #424446;
  opacity: 1;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.w-modal .title-popup {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 20px;
}
.w-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modal__content {
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 40px;
}
.modal__footer {
  text-align: right;
  padding: 10px 40px 20px 40px;
}
.w-modal .btn-popup {
  box-shadow: 0px 4px 6px rgb(36 38 40 / 15%);
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.toast__container {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.toast + .toast {
  margin-top: 10px;
}

.toast__cell {
  display: inline-block;
}

.add-margin {
  margin-top: 20px;
}

.toast__svg {
  fill: #fff;
}

.toast {
  text-align: left;
  padding: 21px 0;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}

.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787;
}

.toast__content {
  padding-left: 70px;
  padding-right: 60px;
}

.toast__close {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toast--success .toast__icon {
  background-color: #2bde3f;
}

.toast--success:before {
  background-color: #2bde3f;
}

.toast--info .toast__icon {
  background-color: #1d72f3;
}

.toast--info:before {
  background-color: #1d72f3;
}

.toast--warning .toast__icon {
  background-color: #ffc007;
}

.toast--warning:before {
  background-color: #ffc007;
}

.aeWheel-image {
  max-width: 50%;
}

/* responsive */
@media screen and (max-width: 768px) {
  .wheel-dialog {
    width: 100% !important;
  }
  .wheel-dialog .wheel-cover {
    transform: translateX(-50%) scale(0.8);
  }

  .wheel-dialog.right .wheel-cover {
    transform: translateX(50%) scale(0.8);
  }
  .wheel-dialog .wheel-info {
    padding: 8px !important;
  }
}

@media screen and (max-width: 500px) {
  .modal__content {
    padding: 10px;
  }
  .wheel-dialog {
    width: 100% !important;
  }
  .wheel-dialog .wheel-dialog-content {
    display: block;
  }
  .wheel-dialog .wheel-cover {
    transform: none !important;
    padding: 1rem;
  }
  .wheel-dialog .wheel-info {
    position: static !important;
  }
  #wheel {
    transform: rotate(0deg) !important ;
  }
}
.reward-img,
.input-code {
  text-align: center;
}
#w-text-code:focus-visible {
  outline: none;
}
.input-code {
  padding: 10px;
  border-radius: 4px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
#btn-copy-code {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
}
.reward-img {
  margin-bottom: 10px;
}
.reward-img img {
  max-width: 100%;
  max-height: 305px;
}
