:root {
  --game-color: #FFCC48;
}

.button_btn__AEgDR {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  outline: none;
  pointer-events: all;
  padding: 0;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.button_button_close__3DR-4,
.button_button_confirm__2vpST {
  position: absolute;
  width: 7.5vw;
  height: 7.5vw;
  top: 1.25vw;
  padding: 0;
  z-index: 2;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (pointer: fine) {
  .button_button_close__3DR-4:hover,
.button_button_confirm__2vpST:hover {
    scale: 1.11;
  }
}
.button_button_close__3DR-4:active,
.button_button_confirm__2vpST:active {
  scale: 0.89;
}
.button_button_close__3DR-4 svg,
.button_button_confirm__2vpST svg {
  display: block;
  width: 100%;
}
.button_button_close__3DR-4:disabled,
.button_button_confirm__2vpST:disabled {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (orientation: portrait) {
  .button_button_close__3DR-4,
.button_button_confirm__2vpST {
    width: 7.5vh;
    height: 7.5vh;
  }
}

.button_button_close__3DR-4 {
  left: 1.25vw;
  top: 1.25vw;
}
@media only screen and (orientation: portrait) {
  .button_button_close__3DR-4 {
    top: auto;
    bottom: 1.25vw;
  }
}

.button_button_confirm__2vpST {
  right: 1.25vw;
  top: 1.25vw;
}
@media only screen and (orientation: portrait) {
  .button_button_confirm__2vpST {
    top: auto;
    bottom: 1.25vw;
  }
}

.button_betSettingsBtn__2y68l {
  height: 38px;
  border-radius: 8px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  text-shadow: none;
}
.button_betSettingsBtn__2y68l:disabled {
  cursor: default;
  opacity: 0.5;
}
.button_betSettingsBtn__2y68l.button_active__Eqjo7:not(:disabled) {
  color: #000;
  background-color: #FFCC48;
  background-color: var(--game-color);
  box-shadow: none;
}
.button_betSettingsBtn__2y68l.button_focus__epk8S:not(:disabled) {
  color: #000;
  background-color: #FFCC48;
  background-color: var(--game-color);
  box-shadow: none;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .button_betSettingsBtn__2y68l {
    height: 53px;
    border-radius: 11px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .button_betSettingsBtn__2y68l {
    height: 53px;
    border-radius: 11px;
    font-size: 26px;
  }
}

.button_autoPlaySettingBtn__SAsCx {
  width: 48px;
  height: 38px;
  margin: 0 8px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
}
.button_autoPlaySettingBtn__SAsCx:first-child {
  margin-left: 0;
}
.button_autoPlaySettingBtn__SAsCx:last-child {
  margin-right: 0;
}
.button_autoPlaySettingBtn__SAsCx:disabled {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
}
@media (pointer: fine) {
  .button_autoPlaySettingBtn__SAsCx:hover:not(:disabled) {
    color: #000;
    background-color: #FFCC48;
    background-color: var(--game-color);
  }
}
.button_autoPlaySettingBtn__SAsCx.button_active__Eqjo7:not(:disabled) {
  color: #000;
  background-color: #FFCC48;
  background-color: var(--game-color);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .button_autoPlaySettingBtn__SAsCx {
    width: 68px;
    height: 54px;
    margin: 0 12px;
    font-size: 22px;
    border-radius: 11px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .button_autoPlaySettingBtn__SAsCx {
    width: 68px;
    height: 54px;
    margin: 0 12px;
    font-size: 22px;
    border-radius: 11px;
  }
}

/*# sourceMappingURL=button.module.css.map */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

/*# sourceMappingURL=carousel.css.map */

.footer_footer__2Rdaf {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=footer.module.css.map */

.header_header__35Awo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=header.module.css.map */

.input_input__35XM7 {
  width: 100%;
  height: 30px;
  border: 4px solid #dcb432;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  outline: none;
}
.input_input__35XM7:disabled {
  border-color: rgba(220, 180, 50, 0.5);
  background-color: rgba(239, 239, 239, 0.3);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=input.module.css.map */

.message_message__27eLc {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=message.module.css.map */

.popup_popup-root__o4oVl {
  position: relative;
  z-index: 10;
}

/*# sourceMappingURL=popup.module.css.map */

.progressBar_progress-bar__2xWSR {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=progressBar.module.css.map */

:root {
  --game-color: #FFCC48;
}

.rangeSlider_slider-range__3gc6j {
  width: 100%;
}
.rangeSlider_slider-range__3gc6j .rangeSlider_slider__2tLFT {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  margin: 0;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range__3gc6j .rangeSlider_slider__2tLFT {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range__3gc6j .rangeSlider_slider__2tLFT {
    height: 40px;
  }
}
.rangeSlider_slider-range__3gc6j.rangeSlider_disabled__3Kb6u {
  opacity: 0.6;
}
.rangeSlider_slider-range__3gc6j.rangeSlider_disabled__3Kb6u input[type=range]::-webkit-slider-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.rangeSlider_slider-range__3gc6j.rangeSlider_disabled__3Kb6u input[type=range]::-moz-range-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.rangeSlider_slider-range__3gc6j.rangeSlider_disabled__3Kb6u input[type=range]::-ms-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.rangeSlider_slider-range-label__1NvBh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.rangeSlider_slider-range-label__item__2XGiE {
  font-size: 10px;
  line-height: 16px;
  color: #000;
}
.rangeSlider_slider-range-wrap__2Zpg9 {
  position: relative;
  width: 100%;
}
.rangeSlider_slider-range-wrap__2Zpg9:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  right: -4px;
  bottom: 0;
  height: 16px;
  margin: auto;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range-wrap__2Zpg9:before {
    height: 24px;
    border-radius: 24px;
    left: -6px;
    right: -6px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range-wrap__2Zpg9:before {
    height: 24px;
    border-radius: 24px;
    left: -6px;
    right: -6px;
  }
}
.rangeSlider_slider-range-wrap__progress__3s9dB {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 8px;
  margin: auto;
  border-radius: 8px;
  max-width: 100%;
  background-color: #FFCC48;
  background-color: var(--game-color);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range-wrap__progress__3s9dB {
    border-radius: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range-wrap__progress__3s9dB {
    border-radius: 12px;
    height: 12px;
  }
}
.rangeSlider_slider-range-wrap__control__2kbHM {
  position: relative;
  z-index: 2;
  width: 100%;
}
.rangeSlider_slider-range-wrap__2Zpg9 input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  background: transparent;
  outline: none;
  -webkit-transform: translateZ(0);
}
.rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #FFCC48;
  background-color: var(--game-color);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
  }
}
.rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(0, 0);
  background-color: #FFCC48;
  background-color: var(--game-color);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-moz-range-thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-moz-range-thumb {
    width: 40px;
    height: 40px;
  }
}
.rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(0, 0);
  background-color: #FFCC48;
  background-color: var(--game-color);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-ms-thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .rangeSlider_slider-range-wrap__2Zpg9 input[type=range]::-ms-thumb {
    width: 40px;
    height: 40px;
  }
}

.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__34Iek {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__34Iek:before {
  background-color: #000;
}
.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__progress__3sLaC {
  background-color: #cacaca;
}
.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__34Iek input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: none;
  background-color: #fff;
}
.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__34Iek input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: none;
  background-color: #cacaca;
}
.rangeSlider_isDefault__9sD7c .rangeSlider_slider-wrap__34Iek input[type=range]::-ms-thumb {
  width: 14px;
  height: 14px;
  border: none;
  background-color: #cacaca;
}

/*# sourceMappingURL=rangeSlider.module.css.map */

@-webkit-keyframes toast_pulse-warning__3wySr {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 201, 76, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(242, 201, 76, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 201, 76, 0);
  }
}
@keyframes toast_pulse-warning__3wySr {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 201, 76, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(242, 201, 76, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 201, 76, 0);
  }
}
.toast_toast__1SBX4 {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  border: 1px solid #f2c94c;
  box-shadow: 0 2px 26px rgba(242, 201, 76, 0.2);
}
.toast_toast__icon__3AhSi svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #f2c94c;
}
.toast_toast__content__2bOlM {
  color: #fff;
}
.toast_toast__content__2bOlM .toast_title__2ep7F {
  font-size: 16px;
}
.toast_toast__content__2bOlM .toast_text__3txNA {
  font-size: 14px;
}
.toast_toast__btn__2aqPl {
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #f2c94c;
  word-break: keep-all;
  cursor: pointer;
  -webkit-animation: toast_pulse-warning__3wySr 2s infinite;
          animation: toast_pulse-warning__3wySr 2s infinite;
}

.toast_spinner__2NAAo:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #f2c94c;
  border-color: #f2c94c transparent #f2c94c transparent;
  -webkit-animation: toast_lds-dual-ring__3BDpC 1.2s linear infinite;
          animation: toast_lds-dual-ring__3BDpC 1.2s linear infinite;
}
@-webkit-keyframes toast_lds-dual-ring__3BDpC {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes toast_lds-dual-ring__3BDpC {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=toast.module.css.map */

:root {
  --game-color: #FFCC48;
}

.toggle_switch__lVo9W {
  position: relative;
  display: inline-block;
  width: 56px;
  min-width: 56px;
  height: 38px;
  min-height: 38px;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .toggle_switch__lVo9W {
    width: 78px;
    min-width: 78px;
    height: 56px;
    min-height: 56px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .toggle_switch__lVo9W {
    width: 78px;
    min-width: 78px;
    height: 56px;
    min-height: 56px;
  }
}
.toggle_switch__lVo9W input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle_switch__lVo9W input:disabled + .toggle_slider__1RYbb {
  opacity: 0.4;
}
.toggle_switch__lVo9W.toggle_checked__157N_ .toggle_slider__1RYbb:before {
  background-color: #FFCC48;
  background-color: var(--game-color);
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .toggle_switch__lVo9W.toggle_checked__157N_ .toggle_slider__1RYbb:before {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .toggle_switch__lVo9W.toggle_checked__157N_ .toggle_slider__1RYbb:before {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

.toggle_slider__1RYbb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
  cursor: pointer;
}
.toggle_slider__1RYbb:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  transition: 0.4s;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .toggle_slider__1RYbb {
    border-radius: 54px;
  }
  .toggle_slider__1RYbb:before {
    height: 40px;
    width: 40px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .toggle_slider__1RYbb {
    border-radius: 54px;
  }
  .toggle_slider__1RYbb:before {
    height: 40px;
    width: 40px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

/*# sourceMappingURL=toggle.module.css.map */


/*# sourceMappingURL=0.8a4df6da.chunk.css.map*/