@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Chrome, Safari, Edge, Opera */
#ish-roulet-widget-main-id input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#ish-roulet-widget-main-id input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

#ish-roulet-widget-main-id * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  line-height: normal !important;
}

#ish-roulet-widget-main-id a {
  text-decoration: none;
  width: 100%;
  max-width: 360px;
}

#ish-roulet-widget-main-id .fade {
  opacity: 1;
  animation: fade 0.2s forwards;
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#ish-roulet-widget-main-id .appeare {
  opacity: 0;
  animation: appeare 0.2s forwards;
}

@keyframes appeare {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#ish-roulet-widget-main-id .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  width: 100px;
  height: 100px;
  background-color: #ccc;
}

#ish-roulet-widget-main-id .ish-roulet-box {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 250px;
  height: 188px;
  background-image: url("../images/box1.png");
  transform: translateX(520px);
  transition: right 0.8s;
  z-index: 1055;
  background-size: cover;
}

#ish-roulet-widget-main-id .ish-roulet-box.active {
  transform: translateX(0);
  transition:
    transform 0.8s ease-out,
    right 0.8s;
}

#ish-roulet-widget-main-id .ish-roulet-box:hover {
  cursor: pointer;
}

#ish-roulet-widget-main-id .ish-roulet-box.widget-slide-out {
  right: -520px;
}

#ish-roulet-widget-main-id .ish-roulet-close-button {
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat center/cover;
  position: absolute;
  top: 2px;
  right: -8px;
}

#ish-roulet-widget-main-id .ish-roulet-close-button:hover {
  cursor: pointer;
}

#ish-roulet-widget-main-id .ish-roulet-modal {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 100010;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #040709b9;
}

#ish-roulet-widget-main-id .ish-roulet-modal-close-button {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -20px;
  right: -10px;
  background: url(../images/close.png) no-repeat center/cover;
  z-index: 10;
}

#ish-roulet-widget-main-id .ish-roulet-modal-close-button:hover {
  cursor: pointer;
}

#ish-roulet-widget-main-id .ish-roulet-bg {
  background: url("../images/bg.png") no-repeat center/cover;
  width: 441px;
  height: 387px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  pointer-events: none;
}

#ish-roulet-widget-main-id .ish-roulet-wheel {
  background: url("../images/wheel.png") no-repeat center/cover;
  width: 312px;
  height: 312px;
  position: absolute;
  right: 26px;
  top: 38px;
  z-index: 2;
  pointer-events: none;
}

#ish-roulet-widget-main-id .ish-roulet-arrow {
  background: url("../images/arrow.png") no-repeat center/cover;
  width: 90px;
  height: 64px;
  position: absolute;
  right: 145px;
  top: 160px;
  z-index: 3;
}
#ish-roulet-widget-main-id .ish-roulet-percent {
  background: url("../images/percent.png") no-repeat center/cover;
  width: 209px;
  height: 172px;
  position: absolute;
  right: 200px;
  top: 200px;
  z-index: 3;
  pointer-events: none;
}

#ish-roulet-widget-main-id .ish-roulet-win-image {
  background: url("../images/win.png") no-repeat center/cover;
  width: 441px;
  height: 387px;
  position: absolute;
  right: -15px;
  top: -12px;
  z-index: 1;
  pointer-events: none;
}

#ish-roulet-widget-main-id .ish-roulet-win2-image {
  background: url("../images/win2.png") no-repeat center/cover;
  width: 441px;
  height: 387px;
  position: absolute;
  right: -15px;
  top: -12px;
  z-index: 1;
  pointer-events: none;
}

#ish-roulet-widget-main-id .btn_input {
  display: flex;
  align-items: center;
}

#ish-roulet-widget-main-id .ish-roulet-modal-back-button {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 34px;
  height: 22px;
  background: url(../images/back.png) no-repeat center/contain;
}

#ish-roulet-widget-main-id .ish-roulet-modal-back-button:hover {
  cursor: pointer;
}

#ish-roulet-widget-main-id .ish-roulet-wrapper {
  position: relative;
  width: 789px;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ish-roulet-widget-main-id .ish-roulet-start {
  position: relative;
  width: 896px;
  height: 648px;
  background: url(../images/start.png) no-repeat center/cover;
}

#ish-roulet-widget-main-id .ish-roulet-email-form {
  margin-top: 15px;
}

#ish-roulet-widget-main-id .ish-roulet-code-form {
  position: relative;
  margin-top: 36px;
  display: flex;
  z-index: 2;
}

#ish-roulet-widget-main-id .ish-roulet-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#ish-roulet-widget-main-id .ish-roulet-input {
  font-size: 16px;
  font-weight: 600;
  color: #1960be;
  width: 286px;
  height: 40px;
  padding: 0 20px;
  text-align: left;
  border: 1px solid #63b8f6;
  outline: none;
  border-radius: 10px;
}

#ish-roulet-widget-main-id .ish-roulet-input::placeholder {
  color: #b0b0b0;
  font-weight: 400;
}

#ish-roulet-widget-main-id .code-input {
  width: 181px;
}

#ish-roulet-widget-main-id .ish-error-message {
  position: absolute;
  top: 42px;
  left: 4px;
  font-size: 12px;
  color: #fe3d00;
  text-align: center;
}

#ish-roulet-widget-main-id .ish-error-email-message {
  position: absolute;
  width: 290px;
  top: 40px;
  left: 4px;
  font-size: 12px;
  color: #fe3d00;
  text-align: left;
}

#ish-roulet-widget-main-id .ish-input-error {
  color: #fe3d00;
  border: 1px solid #fe3d00;
}

#ish-roulet-widget-main-id .email-input.ish-input-error {
  margin-bottom: 12px;
  color: #fe3d00;
  border: 1px solid #fe3d00;
}

#ish-roulet-widget-main-id .email-input.er2 {
  margin-bottom: 0;
}

#ish-roulet-widget-main-id .ish-input-error-played {
  color: #fe3d00;
}

#ish-roulet-widget-main-id .ish-played-message {
  font-size: 12px;
  color: #969698;
}

#ish-roulet-widget-main-id .ish-played-error {
  color: #969698;
}

#ish-roulet-widget-main-id .ish-form-error-margin {
  margin-top: 15px;
}

#ish-roulet-widget-main-id .ish-roulet-submit-button-container {
  position: relative;
}

#ish-roulet-widget-main-id .ish-roulet-buttons-container {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#ish-roulet-widget-main-id .win-container {
  display: flex;
  align-items: center;
  margin-top: 405px;
  width: 100%;
}

#ish-roulet-widget-main-id .ish-roulet-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  width: 286px;
  height: 40px;
  border: none;
  outline: none;
  background-color: #20af27;
  border-radius: 10px;
  margin-top: 20px;
}

#ish-roulet-widget-main-id .terms-text {
  font-size: 14px;
  color: #bfbfbf;
  margin-top: 16px;
}
#ish-roulet-widget-main-id #step2-id .terms-text {
  margin-top: 24px;
}

#ish-roulet-widget-main-id .terms-text a {
  text-decoration: none;
  color: #0b6bb0;
}

#ish-roulet-widget-main-id .ish-roulet-screen {
  width: 603px;
  height: 321px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 30px;
  margin-left: -180px;
}

#ish-roulet-widget-main-id .win-container {
  display: flex;
}

#ish-roulet-widget-main-id .main-header {
  font-size: 36px;
  font-weight: 800;
  color: #1056a5;
  padding-top: 20px;
  margin-bottom: 5px;
}

#ish-roulet-widget-main-id #step2-id .main-header {
  margin-bottom: 20px;
}

#ish-roulet-widget-main-id .dmh30 {
  font-size: 30px;
}

#ish-roulet-widget-main-id #step4-id .dmh30 {
  margin-top: 5px;
  padding-top: 0;
  margin-bottom: 3dh0px;
}

#ish-roulet-widget-main-id .dmh34 {
  font-size: 34px;
}

#ish-roulet-widget-main-id #step4-id .dmh34 {
  margin-top: 0;
  padding-top: 0;
  max-width: 300px;
}

#ish-roulet-widget-main-id #step5-id .dmh34 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  max-width: 350px;
}

#ish-roulet-widget-main-id .dmh46 {
  font-size: 46px;
  margin-bottom: 0;
}

#ish-roulet-widget-main-id #step2-id .main-header {
  width: 340px;
}
#ish-roulet-widget-main-id #step3-id .main-header {
  height: 144px;
}

#ish-roulet-widget-main-id .main-text {
  font-size: 16px;
  color: #1056a5;
  max-width: 280px;
}
#ish-roulet-widget-main-id #step2-id .main-text {
  max-width: 317px;
}

#ish-roulet-widget-main-id #step3-id .main-text {
  max-width: 275px;
  margin-bottom: 30px;
}

#ish-roulet-widget-main-id #step4-id .main-text {
  max-width: 320px;
  margin-bottom: 40px;
  margin-top: 20px;
}

#ish-roulet-widget-main-id #step5-id .main-text {
  max-width: 320px;
  margin-bottom: 40px;
}

#ish-roulet-widget-main-id #step3-id .step1 {
  margin-bottom: 30px;
  margin-top: -19px;
}

#ish-roulet-widget-main-id .text2 {
  display: block;
}

#ish-roulet-widget-main-id .ish-roulet-submit-button:hover {
  cursor: pointer;
}

#ish-roulet-widget-main-id .ish-roulet-submit-button:disabled {
  background-color: #1d8322;
}

#ish-roulet-widget-main-id .pt40 {
  padding-top: 40px;
}

#ish-roulet-widget-main-id #step3-id .mb42 {
  margin-bottom: 42px;
}

#ish-roulet-widget-main-id .form-btn {
  width: 285px;
}

#ish-roulet-widget-main-id .play-btn {
  width: 315px;
}

#ish-roulet-widget-main-id .code-btn {
  width: 180px;
  margin-top: 0;
  margin-left: 7px;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

#ish-roulet-widget-main-id .ish-roulet-spin-360 {
  animation: rotate360 3s ease-out;
}

#ish-roulet-widget-main-id .ish-roulet-transform {
  transition: transform 3s ease-out;
}

@media (max-width: 900px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 0.85;
  }
}

@media (min-width: 280px) and (max-width: 768px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    height: 496px;
    width: 270px;
    scale: 1;
  }

  #ish-roulet-widget-main-id .ish-roulet-screen {
    height: 344px;
    width: 270px;
    margin-left: 0;
    margin-bottom: -114px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
  }

  #ish-roulet-widget-main-id .ish-roulet-modal-close-button {
    width: 25px;
    height: 25px;
    top: -20px;
    right: -10px;
  }

  #ish-roulet-widget-main-id .ish-roulet-bg {
    width: 285px;
    height: 248px;
    right: -15px;
    top: -15px;
  }

  #ish-roulet-widget-main-id .ish-roulet-percent {
    width: 135px;
    height: 113px;
    right: 122px;
    top: 126px;
  }

  #ish-roulet-widget-main-id .ish-roulet-wheel {
    width: 200px;
    height: 200px;
    right: 13px;
    top: 20px;
  }

  #ish-roulet-widget-main-id .ish-roulet-arrow {
    width: 40px;
    height: 25px;
    right: 96px;
    top: 107px;
  }

  #ish-roulet-widget-main-id .main-header {
    font-size: 24px;
    text-align: center;
    margin-top: 100px;
    padding-top: 0;
  }

  #ish-roulet-widget-main-id #step2-id .main-header {
    font-size: 20px;
    margin-top: 110px;
    margin-bottom: 13px;
  }

  #ish-roulet-widget-main-id #step3-id .main-header {
    height: 60px;
    margin-top: 125px;
  }

  #ish-roulet-widget-main-id #step4-id .main-header {
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  #ish-roulet-widget-main-id #step4-id .dmh46 {
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
    padding-top: 0;
  }

  #ish-roulet-widget-main-id #step5-id .main-header {
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  #ish-roulet-widget-main-id #step5-id .dmh46 {
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
    padding-top: 0;
  }

  #ish-roulet-widget-main-id .main-text {
    font-size: 14px;
    text-align: center;
    padding-top: 0;
    width: 220px;
  }

  #ish-roulet-widget-main-id #step2-id .main-text {
    width: 200px;
    max-width: none;
  }

  #ish-roulet-widget-main-id #step3-id .main-text {
    width: 230px;
    margin-bottom: 25px;
  }

  #ish-roulet-widget-main-id #step4-id .main-text {
    width: 260px;
    margin-bottom: 25px;
  }
  #ish-roulet-widget-main-id #step5-id .main-text {
    width: 260px;
    margin-bottom: 25px;
  }

  #ish-roulet-widget-main-id .text2 {
    display: inline;
  }

  #ish-roulet-widget-main-id .text3 {
    display: block;
  }

  #ish-roulet-widget-main-id .ish-roulet-input {
    width: 230px;
    height: 40px;
    padding: 0 10px;
  }

  #ish-roulet-widget-main-id .ish-roulet-email-form {
    width: 100%;
    margin-top: 8px;
  }

  #ish-roulet-widget-main-id #step1-id .ish-roulet-email-form {
    width: 100%;
    margin-top: 4px;
  }

  #ish-roulet-widget-main-id .ish-roulet-container {
    width: 100%;
    align-items: center;
  }

  #ish-roulet-widget-main-id .ish-roulet-submit-button {
    width: 230px;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }

  #ish-roulet-widget-main-id .terms-text {
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
  }

  #ish-roulet-widget-main-id #step2-id .terms-text {
    margin-top: 5px;
  }

  #ish-roulet-widget-main-id #step3-id .terms-text {
    margin-top: 18px;
  }

  #ish-roulet-widget-main-id .ish-roulet-code-form {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 20px;
  }

  #ish-roulet-widget-main-id .code-btn {
    margin-left: 0px;
  }

  #ish-roulet-widget-main-id .ish-roulet-win-image {
    background-size: contain;
    width: 280px;
    height: 248px;
    right: -15px;
    top: -12px;
  }

  #ish-roulet-widget-main-id .ish-roulet-win2-image {
    background-size: contain;
    width: 280px;
    height: 248px;
    right: -15px;
    top: -12px;
  }

  #ish-roulet-widget-main-id .ish-played-error {
    margin-bottom: 8px;
  }
  #ish-roulet-widget-main-id .code-input.ish-input-error {
    margin-bottom: 12px;
    color: #fe3d00;
    border: 1px solid #fe3d00;
  }
  #ish-roulet-widget-main-id .email-input.ish-input-error {
    margin-bottom: 19px;
    color: #fe3d00;
    border: 1px solid #fe3d00;
  }

  #ish-roulet-widget-main-id .email-input.er2 {
    margin-bottom: 9px;
  }

  #ish-roulet-widget-main-id .ish-error-message {
    position: absolute;
    top: 44px;
    left: 0px;
    font-size: 9px;
    color: #fe3d00;
    text-align: center;
    padding: 0 20px;
  }

  #ish-roulet-widget-main-id .ish-roulet-code-form .ish-error-message {
    position: absolute;
    top: 46px;
    left: 0px;
    font-size: 8px;
    color: #fe3d00;
    text-align: center;
    padding: 0 20px;
  }

  #ish-roulet-widget-main-id .ish-error-email-message {
    padding: 0 20px;
    width: 270px;
    top: 44px;
    left: 0;
    font-size: 9px;
    text-align: center;
  }
}

@media (min-width: 280px) and (max-height: 540px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 0.95;
  }
}

@media (min-width: 280px) and (max-height: 515px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    margin-bottom: -30px;
  }
}

@media (min-width: 340px) and (max-width: 768px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 1.1;
  }
}

@media (min-width: 340px) and (max-height: 600px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 1;
  }
}

@media (min-width: 340px) and (max-height: 540px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    margin-bottom: -30px;
  }
}

@media (min-width: 360px) and (max-width: 768px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 1.2;
  }
}

@media (min-width: 360px) and (max-height: 640px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 1.1;
  }
}

@media (min-width: 360px) and (max-height: 595px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 0.9;
  }
}
@media (min-width: 900px) {
  #ish-roulet-widget-main-id .ish-roulet-wrapper {
    scale: 1;
  }
}

#ish-roulet-widget-main-id .d-visible-none {
  display: none;
}
