.form__textarea {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 15px 22px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  height: 200px;
  resize: none;
  outline: none;
  background-color: #edf1f3;
  transition: background-color .15s ease, border-color .15s ease;
  line-height: 1.35
}

.form__textarea--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.form__textarea--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.form__textarea--disabled:focus {
  background-color: #fff
}

.form__textarea--error {
  border-color: #fe5151
}

.form__textarea:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #e96e32
}

.form__row {
  display: flex;
  min-width: 100%;
  position: relative
}

.form__row:nth-child(1n+2) {
  margin-top: 20px
}

.form__row--valign {
  align-items: center
}

.form__row--spaced {
  justify-content: space-between
}

.form__row--align_top {
  align-items: flex-start;
  justify-content: space-between
}

.form__row--offset {
  margin: 0 -15px
}

@media screen and (max-width: 900px) {
  .form__row--field-response {
    display: block
  }

  .form__row--field-response .form__form-text {
    padding-top: 0
  }

  .form__row--field-response .form__col--offset_left {
    padding-left: 0
  }

  .form__row--field-response .form__col:first-child {
    margin-bottom: 10px
  }
}

.form__col {
  display: flex;
  position: relative
}

.form__col--column {
  flex-direction: column
}

.form__col--full {
  width: 100%
}

.form__col--offset {
  padding: 0 15px
}

.form__col--custom_left {
  padding-left: 25px
}

.form__col--offset_left {
  padding-left: 15px
}

.form__col--w_25 {
  width: 25%
}

.form__col--w_70 {
  width: 70%
}

.form__col--w_65 {
  width: 65%
}

.form__col--w_45 {
  width: 45%
}

.form__col--w_30 {
  width: 30%
}

.form__col--w_50 {
  width: 50%
}

.form__col--w_100 {
  width: 100%
}

.form__col--w_400 {
  width: 400px;
  flex: 0 0 400px
}

.form__col--w_435 {
  width: 435px;
  flex: 0 0 435px
}

.form__col--w_120 {
  width: 120px;
  flex: 0 0 120px
}

.form__col--w_300 {
  width: 300px;
  flex: 0 0 300px
}

.form__col--centered {
  text-align: center
}

.form__col--wrap {
  flex-wrap: wrap
}

.form__form-text {
  color: #3e4049;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  position: relative;
  padding-top: 11px
}

.form__form-text:first-letter {
  text-transform: uppercase
}

.form__form-text--custom_top {
  padding-top: 5px
}

.form__form-text--no_padding {
  padding-top: 0
}

.form__label {
  color: #3e4049;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: max-content
}

.form__label:nth-child(1n+2) {
  margin-top: 8px
}

.form__label--error {
  color: #fe5151
}

.form__label a {
  color: #15aab8;
  transition: color .15s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer
}

.form__label a:after {
  content: "";
  display: block;
  height: 1px;
  background: #15aab8;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

.form__label a:hover:after {
  opacity: 1;
  transform: scale(1)
}

.form__section-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase
}

.form__section-subtitle {
  font-weight: 500;
  font-size: 12px;
  color: #3e4049
}

.form__section-text {
  font-size: 12px;
  font-weight: 500;
  color: #3e4049;
  line-height: 16px
}

.customer-form {
  padding: 20px
}

.customer-form+.customer-form {
  position: relative
}

.customer-form+.customer-form:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  right: 16px;
  background: #e5e5e5
}

.customer-form__section {
  position: relative;
  padding-bottom: 20px
}

.customer-form__section+.customer-form__section {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5
}

.customer-form__content {
  max-width: 550px
}

.customer-form--pgw {
  padding: 0
}

.customer-form__dob-notification {
  padding: 10px 20px;
  border-radius: 10px;
  color: #6e82a2;
  background: #edf1f3;
  margin-top: 10px;
  font-size: 13px;
  width: 100%
}

.react-datepicker {
  box-shadow: 0 0 18px rgba(0, 0, 0, .1) !important;
  border-radius: 10px !important;
  padding: 15px !important;
  border: none !important
}

@media screen and (max-height: 600px) {
  .react-datepicker {
    height: 290px;
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }
}

.react-datepicker__triangle {
  border-bottom-color: #fff !important
}

.react-datepicker__triangle:before {
  display: none
}

.react-datepicker__day-name {
  width: 35px !important
}

.react-datepicker__year-select {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 35px 0 15px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  background-color: #edf1f3;
  border-color: #edf1f3;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  appearance: none;
  position: relative
}

.react-datepicker__year-select--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.react-datepicker__year-select--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.react-datepicker__year-select--disabled:focus {
  background-color: #fff
}

.react-datepicker__year-select::-ms-expand {
  display: none
}

.react-datepicker__year-select:focus {
  border-color: #e96e32;
  outline: none;
  background: #fff
}

.react-datepicker__year-dropdown-container {
  position: relative
}

.react-datepicker__year-dropdown-container:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid;
  border-color: #c3ccd9;
  border-width: 0 2px 2px 0;
  padding: 4px;
  display: block;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  user-select: none;
  transform: rotate(45deg) translateY(-50%) scale(0.8);
  margin-top: -2px
}

.react-datepicker__year-dropdown-container::after--top {
  margin-top: -6px;
  transform: rotate(-135deg) translateY(-50%)
}

.react-datepicker__year-dropdown-container::after--bottom {
  transform: rotate(45deg) translateY(-50%);
  margin-top: -3px
}

.react-datepicker__year-dropdown-container::after--right {
  right: 12px
}

.react-datepicker__year-dropdown-container::after--center {
  position: static;
  margin-top: -10px;
  transform: rotate(-135deg) translateY(-50%) translateX(-50%)
}

.react-datepicker__day-names {
  position: relative
}

.react-datepicker__header__dropdown {
  display: inline-flex;
  width: 50%;
  justify-content: flex-end;
  padding-right: 20px !important
}

.react-datepicker__month-dropdown-container {
  display: none !important
}

@media screen and (max-height: 600px) {
  .react-datepicker__month {
    margin: .2rem 0 0
  }
}

.react-datepicker__current-month {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #3e4049 !important;
  padding-left: 20px !important;
  display: inline-flex;
  font-family: "Urbanist";
  width: 50%;
  align-self: center
}

.react-datepicker__navigation:focus {
  outline: none !important
}

.react-datepicker__navigation--previous {
  top: 28px
}

@media screen and (max-height: 600px) {
  .react-datepicker__navigation--previous {
    top: 23px
  }
}

.react-datepicker__navigation--next {
  top: 28px;
  left: 152px
}

@media screen and (max-height: 600px) {
  .react-datepicker__navigation--next {
    top: 23px;
    left: 140px
  }
}

.react-datepicker__header {
  background: rgba(0, 0, 0, 0) !important;
  min-height: 70px;
  position: relative;
  padding-top: 0 !important;
  border-bottom: 1px solid #cdd2da !important
}

@media screen and (max-height: 600px) {
  .react-datepicker__header__dropdown {
    padding-right: 0 !important
  }
}

.react-datepicker__day {
  border-radius: 50% !important;
  transition: rgba(0, 0, 0, .5) .15s ease;
  font-size: 14px !important;
  width: 35px !important;
  line-height: 35px !important;
  font-family: "Urbanist";
  color: #3e4049 !important;
  font-weight: 400 !important;
  outline: none
}

.react-datepicker__day--selected {
  color: #fff !important
}

.react-datepicker__day--weekend:not(.react-datepicker__day--selected) {
  color: #fe5151 !important
}

.react-datepicker__day--disabled {
  color: #c1c3c7 !important
}

.react-datepicker__day--disabled.react-datepicker__day--weekend {
  color: #fe5151 !important
}

@media screen and (max-height: 600px) {
  .react-datepicker__day {
    width: 27px !important;
    line-height: 27px !important
  }
}

@media screen and (max-height: 600px) {
  .react-datepicker__day-name {
    width: 27px !important;
    line-height: 27px !important
  }
}

.react-datepicker__input-container input {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 40px 0 22px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  -webkit-appearance: none;
  height: 40px;
  font-size: 12px;
  line-height: 40px
}

.react-datepicker__input-container input--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.react-datepicker__input-container input--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.react-datepicker__input-container input--disabled:focus {
  background-color: #fff
}

.react-datepicker__input-container input:focus {
  background-color: #fff;
  border-color: #e96e32;
  outline: none
}

.my-date-input-picker {
  fill: #6e82a2;
  width: 135px;
  display: flex;
  position: relative
}

.my-date-input-picker .svg-icon {
  top: 12px;
  right: 16px;
  font-size: 14px;
  fill: #6e82a2;
  position: absolute;
  pointer-events: none
}

.react-datepicker__day-name,
.react-datepicker__time-name {
  font-size: 11px !important;
  font-family: "Urbanist" !important;
  color: #868c96 !important;
  font-weight: 500 !important
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  margin: 0 !important
}

select::-ms-expand {
  display: none;
  appearance: none
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #9e2b86
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #e96e32
}

.form-input {
  position: relative;
  display: block;
  width: 100%
}

.form-input__container {
  position: initial
}

.form-input__input {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 40px 0 22px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  color: #3e4049;
  background-position-x: 85% !important
}

.form-input__input--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.form-input__input--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.form-input__input--disabled:focus {
  background-color: #fff
}

.form-input__input--province {
  padding-right: 15px
}

.form-input__input--password {
  padding: 0 66px 0 22px
}

.form-input__input--icon {
  padding-left: 50px
}

.form-input__input--error {
  border-color: #fe5151
}

.form-input__input--reverse-icon {
  padding-right: 50px;
  padding-left: 22px
}

.form-input__input::-webkit-input-placeholder {
  color: #a2a7ab
}

.form-input__input:-moz-placeholder {
  color: #a2a7ab
}

.form-input__input::-moz-placeholder {
  color: #a2a7ab
}

.form-input__input:-ms-input-placeholder {
  color: #a2a7ab
}

.form-input__input:active:not([disabled]),
.form-input__input:focus:not([disabled]) {
  outline: none;
  border-color: #e96e32;
  line-height: normal
}

.form-input__input:active:not([disabled])::-webkit-input-placeholder,
.form-input__input:focus:not([disabled])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-input__input:active:not([disabled]):-moz-placeholder,
.form-input__input:focus:not([disabled]):-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-input__input:active:not([disabled])::-moz-placeholder,
.form-input__input:focus:not([disabled])::-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-input__input:active:not([disabled]):-ms-input-placeholder,
.form-input__input:focus:not([disabled]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-input__input:active:not([disabled])~.form-input__icon--main svg,
.form-input__input:focus:not([disabled])~.form-input__icon--main svg {
  color: #e96e32
}

.form-input__input:active:not([disabled])~.form-input__icon--reverse svg,
.form-input__input:focus:not([disabled])~.form-input__icon--reverse svg {
  color: #e96e32
}

.form-input__icon {
  position: absolute;
  width: 16px;
  display: flex;
  height: 100%;
  justify-content: center;
  top: 0;
  align-items: center;
  font-size: 16px
}

.form-input__icon--loader {
  color: #6e82a2;
  right: 14px;
  font-size: 11px
}

.form-input__icon--loader .svg-icon {
  animation: loader-rotate .8s linear infinite
}

.form-input__icon--error {
  color: #fe5151;
  right: 14px
}

.form-input__icon--success {
  color: #0fa810;
  right: 14px
}

.form-input__icon--main {
  left: 20px
}

.form-input__icon--main svg {
  max-height: 100%;
  height: 16px;
  color: #6e82a2;
  transition: #6e82a2 .1s ease
}

.form-input__icon--reverse {
  right: 13px
}

.form-input__icon--reverse svg {
  max-height: 100%;
  height: 16px;
  color: #303955;
  transition: #303955 .1s ease
}

.form-input__icon--secondary {
  right: 6px;
  width: 30px;
  color: #c3ccd9;
  pointer-events: auto
}

.form-input__icon--offset {
  right: 36px
}

.form-input__hint {
  position: relative;
  width: 100%
}

.form-input__hint-list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: rgba(233, 110, 50, .4) rgba(0, 0, 0, 0);
  scrollbar-width: thin
}

.form-input ::-ms-clear,
.form-input ::-ms-reveal {
  display: none
}

.not-found {
  --iconSize: 107px;
  --containerSize: 133px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 300px
}

.not-found__icon {
  position: relative;
  width: var(--containerSize);
  height: var(--containerSize);
  border-radius: 50%;
  background: #e1e8ef;
  margin: 0 0 0 0
}

.not-found__icon+.not-found__text {
  margin-top: 34px
}

.not-found__icon .svg-icon {
  height: var(--iconSize);
  position: absolute;
  width: var(--iconSize);
  left: 50%;
  top: 50%;
  margin-left: -15px;
  transform: translate(-50%, -39px)
}

.not-found__text {
  color: #3e4049;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  font-weight: 500
}

.modern-view .not-found .svg-icon {
  margin-left: 0;
  transform: translate(0) !important;
  left: calc((var(--containerSize) - var(--iconSize))/2 - 15px);
  top: calc((var(--containerSize) - var(--iconSize))/2 + 15px)
}

.modern-view .not-found__icon>div {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modern-view .not-found__icon>div .svg-icon {
  left: calc((var(--containerSize) - var(--iconSize))/2 + 15px);
  top: calc((var(--containerSize) - var(--iconSize))/2 + 22px)
}

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  z-index: 101;
  pointer-events: auto !important
}

.cookie-bar * {
  pointer-events: auto !important
}

.cookie-bar__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: calc(100% - 150px)
}

.cookie-bar__message {
  margin-left: 10px
}

.cookie-bar__link {
  color: #fff
}

.cookie-bar__button {
  margin-left: 20px
}

@media screen and (max-width: 800px) {
  .cookie-bar__icon {
    margin: 0 auto
  }

  .cookie-bar__content {
    display: block
  }

  .cookie-bar__message {
    margin-top: 10px
  }

  .cookie-bar__button {
    margin: 10px auto 0
  }
}

.ui-select {
  position: relative;
  width: 100%
}

.ui-select__outer {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 31px 0 20px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  position: relative;
  cursor: pointer
}

.ui-select__outer--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.ui-select__outer--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.ui-select__outer--disabled:focus {
  background-color: #fff
}

.ui-select__outer--icon {
  padding-left: 50px
}

.ui-select__outer--selected .ui-select__outer-text {
  color: #6e82a2
}

.ui-select__outer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  font-size: 16px;
  color: #6e82a2;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%)
}

.ui-select__outer-text {
  color: #a2a7ab;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-select__outer-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: flex;
  align-items: center;
  color: #c3ccd9;
  font-size: 14px
}

.ui-select__outer-arrow:not(.arrow-no-transform) .svg-icon {
  transform: rotate(180deg);
  transition: transform .15s ease
}

.ui-select__outer-arrow.arrow-no-transform .svg-icon {
  animation: loader-rotate .8s linear infinite
}

.ui-select__inner {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  pointer-events: none
}

.ui-select__inner>* {
  pointer-events: auto
}

.ui-select__inner.ui-select__inner--small .ui-select__list-item {
  min-height: 34px;
  font-size: 12px
}

.ui-select__list {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  max-height: 190px;
  overflow-y: auto;
  scrollbar-color: rgba(233, 110, 50, .4) rgba(0, 0, 0, 0);
  scrollbar-width: thin
}

.ui-select__list::-webkit-scrollbar {
  width: 6px
}

.ui-select__list::-webkit-scrollbar-track {
  border-radius: 3px
}

.ui-select__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(233, 110, 50, .4);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.ui-select__list-item {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6e82a2;
  transition: color .15s ease, background-color .15s ease;
  -webkit-user-select: none;
  user-select: none
}

.ui-select__list-item:hover {
  background-color: #f0f3f8;
  color: #3e4049;
  cursor: pointer
}

.ui-select__list-item--active {
  background-color: #e96e32;
  color: #edf1f3
}

.ui-select__list-item-icon {
  width: 35px;
  margin-right: 10px
}

.ui-select__flag {
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px
}

.ui-select__flag img {
  display: block
}

.ui-select__search {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.ui-select__search input {
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  padding: 0 26px 0 21px;
  font-weight: 400;
  color: #6e82a2;
  outline: none;
  font-size: 14px
}

.ui-select__search input::placeholder {
  color: #a2a7ab
}

.ui-select__actions {
  display: none
}

.ui-select__currency-item {
  width: 100%;
  display: flex
}

.ui-select__currency-item-name {
  width: calc(100% - 50px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.ui-select__currency-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.ui-select__currency-item-code {
  width: 50px;
  text-align: right
}

.ui-select.ui-select--open .ui-select__outer {
  border-color: #e96e32 !important
}

.ui-select.ui-select--open .ui-select__outer .ui-select__currency-flex-container {
  display: none
}

.ui-select.ui-select--open .ui-select__outer-arrow .svg-icon {
  transform: rotate(0deg)
}

.ui-select.ui-select--open .ui-select__inner {
  display: block
}

.ui-select.ui-select--open.ui-select--searchable .ui-select__outer-icon,
.ui-select.ui-select--open.ui-select--searchable .ui-select__outer-text {
  display: none
}

.ui-select.ui-select--error .ui-select__outer {
  border-color: #fe5151
}

.ui-select.ui-select--disabled .ui-select__outer {
  pointer-events: none;
  opacity: .8;
  background-color: #e1e6ec;
  border-color: #e1e6ec
}

.ui-select.ui-select--small .ui-select__outer {
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  border-radius: 20px
}

.ui-select.ui-select--small .ui-select__search input {
  font-size: 12px
}

.ui-select.ui-select--small .ui-select__outer-arrow {
  font-size: 12px
}

.doc-loader__file {
  position: relative;
  display: block;
  cursor: pointer
}

.doc-loader__file input {
  display: none
}

.doc-loader__file-label {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 47px;
  border-radius: 24px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #868c96
}

.doc-loader__file-button {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 24px;
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  height: 47px
}

.doc-loader__name {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 40px 0 22px;
  background: #f8f8f8;
  position: relative;
  border-radius: 16px
}

.doc-loader__name-text {
  color: #6e82a2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.doc-loader__name-remove {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  color: #6e82a2;
  position: absolute;
  top: 0;
  right: 0
}

.doc-loader--error .doc-loader__file-label {
  border-color: #fe5151
}

.widget__fallback .form-select__list-dropdown {
  max-width: 100%
}

.widget__fallback .form-select__list-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.app-dropdown {
  position: relative
}

.app-dropdown--big .app-dropdown__holder {
  height: 40px;
  border-radius: 24px;
  padding: 0 15px
}

.app-dropdown--big .app-dropdown__holder-text {
  font-size: 14px
}

.app-dropdown--big .app-dropdown__icon {
  font-size: 11px
}

.app-dropdown--big .app-dropdown__list {
  top: 45px
}

.app-dropdown--opened .app-dropdown__list {
  display: block
}

.app-dropdown--opened .app-dropdown__icon {
  transform: rotate(0)
}

.app-dropdown--text_capitalize .app-dropdown__item-text {
  text-transform: capitalize
}

.app-dropdown__icon {
  color: #3c3f44;
  transform: rotate(-180deg);
  font-size: 9px
}

.app-dropdown__holder {
  border-radius: 10px;
  background: #fff;
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  color: #303955;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #c3ccd9;
  -webkit-user-select: none;
  user-select: none
}

.app-dropdown__holder-text {
  font-size: 12px;
  font-weight: 400;
  color: #6e82a2;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 1px;
  padding-right: 8px
}

.filter-section__language .app-dropdown__holder-text {
  color: rgba(255, 255, 255, .4)
}

.app-dropdown__list {
  list-style: none;
  position: absolute;
  top: 27px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  min-width: 100%;
  display: none;
  background: #edf1f3;
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21)
}

.app-dropdown__item-text {
  padding: 4px 10px;
  box-sizing: border-box;
  min-height: 20px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  color: #6e82a2;
  display: flex;
  align-items: center;
  transition: #6e82a2 .15s ease, background-color .15s ease
}

.app-dropdown__item {
  transition: #6e82a2 .15s ease, background-color .15s ease;
  cursor: pointer
}

.app-dropdown__item:nth-child(1) {
  border-radius: 8px 8px 0 0
}

.app-dropdown__item:nth-last-child(1) {
  border-radius: 0 0 8px 8px
}

.app-dropdown__item:only-child {
  border-radius: 8px
}

.app-dropdown__item:hover {
  background-color: #e96e32
}

.app-dropdown__item:hover .app-dropdown__item-text {
  color: #edf1f3
}

.app-dropdown__item--active {
  cursor: default;
  background-color: #e96e32
}

.app-dropdown__item--active .app-dropdown__item-text {
  color: #edf1f3
}

.app-dropdown__item--icon {
  display: flex;
  align-items: center
}

.form-select {
  position: relative;
  width: 100%
}

.form-select--open .form-select__arrow-container {
  transform: translateY(-50%) scaleY(-1);
  margin-top: 1px
}

.form-select--open .form-select__list-dropdown {
  display: block
}

.form-select--open .form-select__select-flex-list {
  display: flex
}

.form-select--open .form-select__placeholder {
  border-color: #e96e32
}

.form-select--disabled .form-select__placeholder {
  background-color: #edf1f3;
  border-color: #edf1f3
}

.form-select--disabled.form-select--open .form-select__placeholder {
  border-color: #e96e32;
  background: #fff
}

.form-select--mini .form-select__placeholder {
  font-size: 12px;
  line-height: 30px;
  height: 30px
}

.form-select--mini .form-select__search-input {
  font-size: 12px;
  line-height: 30px
}

.form-select--mini .form-select__arrow {
  transform: rotate(45deg) translateY(-50%) scale(0.8)
}

.form-select--mini .form-select__list-dropdown {
  top: 35px
}

.form-select--mini .form-select__select-flex-list {
  top: 60px
}

.form-select--small .form-select__placeholder {
  font-size: 12px;
  line-height: 40px;
  height: 40px
}

.form-select--small .form-select__search-input {
  font-size: 12px;
  line-height: 40px
}

.form-select--small .form-select__arrow {
  transform: rotate(45deg) translateY(-50%) scale(0.8)
}

.form-select--small .form-select__list-dropdown {
  top: 45px
}

.form-select--small .form-select__select-flex-list {
  top: 60px
}

.form-select--height_30 .form-select__placeholder {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding-left: 15px
}

.form-select--height_30 .form-select__search-input {
  font-size: 12px;
  line-height: 30px
}

.form-select--height_30 .form-select__arrow {
  transform: rotate(45deg) translateY(-50%) scale(0.8)
}

.form-select--height_30 .form-select__list-dropdown {
  top: 34px
}

.form-select--height_30 .form-select__select-flex-list {
  top: 34px
}

.form-select--text_capitalize .form-select__placeholder {
  text-transform: capitalize
}

.form-select--text_capitalize .form-select__search-input {
  text-transform: capitalize
}

.form-select--text_capitalize .form-select__list-text {
  text-transform: capitalize
}

.form-select--text_capitalize .select-flex-list-item__text {
  text-transform: capitalize
}

.form-select--disabled .form-select__placeholder {
  pointer-events: none;
  background-color: #c3ccd9;
  border-color: #c3ccd9;
  color: #3e4049;
  opacity: .3
}

.form-select__placeholder {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 45px 0 22px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.form-select__placeholder--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.form-select__placeholder--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.form-select__placeholder--disabled:focus {
  background-color: #fff
}

.event-full-markets .form-select__placeholder {
  color: #3e4049;
  border-color: #c3ccd9
}

.form-select__placeholder--icon {
  padding-left: 50px
}

.form-select__placeholder--error {
  border-color: #fe5151
}

.form-select__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.form-select__arrow-container {
  width: 13px;
  height: 7px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%)
}

.form-select__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid;
  border-color: #c3ccd9;
  border-width: 0 2px 2px 0;
  padding: 4px;
  display: block;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  user-select: none
}

.form-select__arrow--top {
  margin-top: -6px;
  transform: rotate(-135deg) translateY(-50%)
}

.form-select__arrow--bottom {
  transform: rotate(45deg) translateY(-50%);
  margin-top: -3px
}

.form-select__arrow--right {
  right: 12px
}

.form-select__arrow--center {
  position: static;
  margin-top: -10px;
  transform: rotate(-135deg) translateY(-50%) translateX(-50%)
}

.form-select__list-dropdown {
  display: none;
  overflow: hidden;
  border-radius: 8px;
  min-width: 100%;
  background: #edf1f3;
  z-index: 10;
  position: absolute;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  max-height: 190px;
  overflow-y: auto;
  left: 0;
  top: 52px;
  list-style: none;
  margin: 0;
  padding: 0
}

.form-select__list-item {
  transition: #3e4049 .15s ease, #c3ccd9 .15s ease;
  cursor: pointer
}

.form-select__list-item:nth-child(1) {
  border-radius: 8px 8px 0 0
}

.form-select__list-item:nth-last-child(1) {
  border-radius: 0 0 8px 8px
}

.form-select__list-item:hover {
  background-color: #e96e32
}

.form-select__list-item:hover .form-select__list-text {
  color: #edf1f3
}

.form-select__list-item--active {
  cursor: default;
  background-color: #e96e32
}

.form-select__list-item--active .form-select__list-text {
  color: #edf1f3
}

.form-select__list-text {
  padding: 4px 10px;
  box-sizing: border-box;
  min-height: 30px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #6e82a2;
  display: flex;
  align-items: center;
  transition: #6e82a2 .15s ease, #e96e32 .15s ease
}

.form-select__search {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%
}

.form-select__search-input {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 47px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c3ccd9;
  line-height: 45px;
  padding: 0 40px 0 16px;
  color: #6e82a2;
  font-size: 14px;
  transition: border-color .15s ease, background-color .15s ease;
  width: 100%;
  height: 100%;
  border-color: #e96e32
}

.form-select__search-input--small {
  height: 40px;
  font-size: 12px;
  line-height: 38px
}

.form-select__search-input--disabled {
  border-color: #edf1f3;
  background-color: #edf1f3;
  -webkit-text-fill-color: #6e82a2;
  -webkit-opacity: 1;
  pointer-events: none;
  opacity: 1
}

.form-select__search-input--disabled:focus {
  background-color: #fff
}

.form-select__search-input:focus,
.form-select__search-input:active {
  outline: none
}

.form-select__wrapper {
  position: relative
}

.form-select__text-holder {
  color: #a2a7ab
}

.event-full-markets .form-select__text-holder {
  color: #3e4049
}

.select-flex-list {
  display: none;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #fff;
  z-index: 11;
  position: absolute;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, .3);
  width: 220px;
  right: 0;
  top: 52px;
  margin: 0;
  padding: 25px 35px
}

.select-flex-list--columns_4 {
  width: 880px
}

.select-flex-list--columns_4 .select-flex-list-item {
  width: calc(25% - 20px)
}

.select-flex-list--columns_3 {
  width: 660px
}

.select-flex-list--columns_3 .select-flex-list-item {
  width: calc(33.333% - 20px)
}

.select-flex-list__item {
  padding: 10px
}

.select-flex-list:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 13px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  right: 70px;
  top: -25px
}

.select-flex-list-item {
  transition: background .15s ease, color .15s ease;
  cursor: pointer;
  width: 100%;
  color: #6e82a2;
  padding: 0;
  margin: 2px 10px;
  border-radius: 25px;
  text-decoration: none
}

.select-flex-list-item:focus,
.select-flex-list-item:active {
  text-decoration: none
}

.select-flex-list-item:hover:not(.active) {
  background: #e96e32;
  color: #fff
}

.select-flex-list-item.active {
  background: #e96e32;
  border-radius: 21px;
  color: #fff;
  cursor: default;
  pointer-events: none
}

.select-flex-list-item__content {
  display: flex;
  align-items: center;
  height: 39px
}

.select-flex-list-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  margin: 0 18px 0 3px;
  border-radius: 50%;
  background: #e8ecf6;
  width: 33px;
  height: 33px
}

.select-flex-list-item__icon {
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  height: auto;
  position: relative
}

.select-flex-list-item__text {
  font-size: 14px;
  font-weight: 500
}

.sign-up__wrapper {
  padding: 10px
}

.sign-up__content {
  padding: 0 0 20px 0
}

.sign-up__content--m_top {
  margin-top: 30px
}

.sign-up__banner {
  display: block;
  height: 213px;
  border-radius: 15px;
  font-size: 0;
  line-height: 0
}

.sign-up__banner img,
.sign-up__banner>div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  width: 100%;
  height: 213px;
  background: #000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.sign-up__title {
  color: #3e4049;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0
}

.sign-up__title span {
  font-size: 19px;
  display: block;
  padding-bottom: 10px
}

.sign-up--phone .sign-up__content {
  position: relative
}

.sign-up--phone .sign-up__content:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  height: 145px;
  width: 100%;
  top: 80px;
  left: 0;
  background: #f8f8f8
}

.sign-up--phone .sign-up__title {
  position: relative;
  z-index: 1
}

.sign-up--phone.sign-up--complete .sign-up__content:before {
  display: none
}

.sign-up--base .register-steps {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 30px auto;
  position: relative
}

.sign-up--base .register-steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  right: 17px;
  border-top: 1px dashed #d6dae1
}

.sign-up--base .register-steps__item {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: flex;
  line-height: 34px;
  justify-content: center;
  transition: background-color .15s ease, #3e4049 .15s ease;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  background-color: #edf1f3;
  color: #a2a7ab
}

.sign-up--base .register-steps__item--active {
  color: #fff;
  background-color: #e96e32
}

.sign-up--base .register-steps__item--passed {
  cursor: pointer
}

.base-form {
  position: relative;
  z-index: 2
}

.base-form :global(.base-form__hint),
.base-form :local(.baseFormHint) {
  margin-top: 100px
}

.base-form .relative {
  position: relative
}

.base-form .notice-box--center {
  right: -20px
}

.base-form__set {
  display: flex;
  flex-wrap: wrap;
  padding: 0 130px
}

.base-form__set--dob .base-form__title {
  display: none
}

.base-form__set--dob .relative {
  width: 100%;
  margin: 0 7px
}

.base-form__set--dob .notice-box--center {
  top: calc(50% + 24px)
}

.base-form__set--dob .notice-box__position--top {
  bottom: 10px
}

.base-form__iban-field {
  padding: 20px;
  background: var(--registrationCompleteFieldsBg);
  border: 1px solid var(--registrationCompleteFieldsBorder);
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 436px;
  border-radius: var(--registrationCompleteFieldsBorderRadius)
}

.base-form__field {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.base-form__field--country,
.base-form__field--postcoderAddress {
  position: relative
}

.base-form__field--dob-title {
  display: flex;
  align-items: center
}

.base-form__field--action {
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.base-form__field--action+.base-form__field--action {
  margin-top: 10px
}

.base-form__field--action .app-button {
  width: 100%
}

.base-form__field--submit .app-button {
  max-width: 261px
}

.base-form__field--button .app-button {
  width: 100%;
  height: 47px;
  line-height: 1;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700
}

.base-form__field--terms .form__label {
  width: 100%
}

.base-form__field--half {
  width: 50%
}

.base-form__field--third {
  width: 33.3333%
}

.base-form__field--fourth {
  width: 25%
}

.base-form__field--mobile-full-width {
  width: 50%
}

@media(max-width: 420px) {
  .base-form__field--mobile-full-width {
    width: 100%
  }
}

.base-form__field-text {
  width: 100%
}

.base-form__field-gender {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.base-form__code-sent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 20px 0;
  padding: 0 7px;
  width: 100%;
  justify-content: space-between
}

.base-form__code-sent--confirmation {
  margin: 5px 10px 0 0
}

.base-form__code-sent--timer {
  text-decoration: underline;
  font-weight: 700;
  margin: 5px 5px 0 0;
  color: #1a3769
}

.base-form__toggler {
  background: #f4f4f4;
  border: 1px solid #c3ccd9;
  padding: 15px 18px 20px;
  border-radius: 10px
}

.base-form__toggler-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center
}

.base-form__toggler-title--mb10 {
  margin-bottom: 10px
}

.base-form__mb15 {
  margin-bottom: 15px
}

.base-form__toggler-radio {
  display: flex;
  align-items: center;
  justify-content: center
}

.sign-in {
  position: absolute;
  width: 280px;
  box-shadow: 0 0 18px rgba(0, 0, 0, .1), 0 7px 39px 12px rgba(21, 42, 71, .43);
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  z-index: 10;
  top: 100%;
  margin-top: 8px
}

.sign-in:after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #fff
}

.sign-in__content {
  padding: 25px 20px 0 20px
}

.sign-in__content .form__label {
  margin-top: 20px
}

.sign-in__button {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #bdc5d4;
  margin: 20px 0 0 0
}

.sign-in__link {
  color: #e96e32;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer
}

.sign-in__title {
  font-size: 16px;
  color: #3e4049;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  position: relative
}

.sign-in__back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 12px;
  color: #3e4049;
  display: block
}

.sign-in__back:hover {
  color: #e96e32
}

.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.login-form__field {
  position: relative;
  width: 100%
}

.login-form__field:not(:first-of-type) {
  margin-top: 20px
}

.login-form__field--phone .form-input__input {
  padding-left: 85px
}

.login-form__prefix {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #868c96
}

.code-resend {
  width: 100%;
  font-size: 13px
}

.code-resend button {
  display: inline-block;
  color: #e96e32;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0 5px;
  text-decoration: underline
}

.code-resend button:hover {
  text-decoration: none
}

.code-resend__timer {
  display: none;
  margin: 0 5px;
  white-space: nowrap;
  font-weight: 500
}

.code-resend--button-disabled button {
  display: none
}

.code-resend--button-disabled .code-resend__timer {
  display: inline-block
}

html,
body,
.mobile-overflow {
  -webkit-overflow-scrolling: touch
}

html,
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html>a,
html button,
body>a,
body button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.mobile-overflow {
  overflow: hidden;
  overflow-y: auto
}

html.active-modal body {
  overflow: hidden
}

html.active-modal .page {
  pointer-events: none
}

html.active-modal .page .page-header__wrapper {
  filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .aside {
  filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .center-section {
  filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .right-section {
  filter: blur(2px)
}

html.active-modal .page .footer {
  filter: blur(2px)
}

.migration-in-progress .page-content {
  padding: 0 !important
}

.migration-in-progress .page-wrapper {
  display: inherit !important;
  padding: 0 !important
}

.content {
  max-width: 920px;
  margin: 0 auto;
  width: 100%
}

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

.app-inputmin {
  background: #edf1f3;
  color: #6e82a2;
  height: 22px;
  border-radius: 10px;
  line-height: 22px;
  padding: 0 28px 0 10px;
  outline: none;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  font-weight: 400;
  width: 100%
}

.app-inputmin:focus,
.app-inputmin:active {
  outline: none
}

.app-inputmin:focus::-webkit-input-placeholder,
.app-inputmin:active::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0)
}

.app-inputmin:focus:-moz-placeholder,
.app-inputmin:active:-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}

.app-inputmin:focus::-moz-placeholder,
.app-inputmin:active::-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}

.app-inputmin:focus:-ms-input-placeholder,
.app-inputmin:active:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}

.app-inputmin__image {
  display: block;
  position: absolute;
  pointer-events: none;
  right: 12px;
  top: 50%;
  transform: translateY(-50%)
}

.app-inputmin::-webkit-input-placeholder {
  color: #6e82a2
}

.app-inputmin:-moz-placeholder {
  color: #6e82a2
}

.app-inputmin::-moz-placeholder {
  color: #6e82a2
}

.app-inputmin:-ms-input-placeholder {
  color: #6e82a2
}

.app-image {
  display: block
}

.no-select {
  -webkit-user-select: none;
  user-select: none
}

.app-link {
  color: inherit
}

.app-link__button {
  text-decoration: none
}

.app-link__button--inline {
  display: inline-block;
  color: inherit
}

.app-link--flex {
  display: flex;
  text-decoration: none
}

.menu-section {
  position: relative;
  padding: 20px 0 17px 0
}

.menu-section:nth-child(1n+2) {
  border-top: 1px solid #cdd2da
}

.nowrap {
  white-space: nowrap
}

.hidden-upload {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.no_wrap {
  white-space: nowrap
}

.page-header__default {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-color: #3c3f44
}

.page-header__default--hidden-content {
  border-radius: 3px
}

.page-header--no-bg {
  background: rgba(0, 0, 0, 0) !important
}

a:focus {
  outline: none
}

.holder {
  position: relative;
  height: 20px;
  flex: 0 0 20px;
  min-width: 20px;
  width: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  top: -1px
}

.holder img {
  display: block;
  width: 20px
}

.holder--small {
  height: 16px;
  flex: 0 0 16px;
  min-width: 16px;
  width: 16px;
  margin-right: 8px
}

.holder--small img {
  width: 100%;
  height: auto
}

.holder--small .flag-icon {
  width: 16px;
  height: 12px
}

.holder-fake {
  height: 14px;
  width: 20px;
  background-color: #e8ecf1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute
}

.MH_300 {
  min-height: 300px
}

.ML_10 {
  margin-left: 10px
}

.RELATIVE {
  position: relative
}

.deposit-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
  align-items: center
}

.deposit-page iframe {
  flex: 0 0 100%;
  width: 100%;
  display: block;
  min-height: 100vh;
  border: 0
}

.deposit-page iframe html {
  overflow: hidden
}

.customer-cashier {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease
}

.animation-start .loading-overlay {
  background-color: rgba(0, 0, 0, .2)
}

.loading-overlay__logo {
  position: relative
}

.loading-overlay__logo:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  top: 0
}

.loading-overlay__logo img,
.loading-overlay__logo svg {
  font-size: 200px;
  display: block
}

.no-events {
  pointer-events: none
}

.Flex {
  display: flex;
  align-items: center
}

.Through {
  text-decoration: line-through
}

.M_t10 {
  margin-top: 10px
}

.M_t5 {
  margin-top: 5px
}

.grecaptcha-badge {
  display: none !important
}

.notice-box {
  position: absolute;
  width: 290px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  border-radius: 15px;
  bottom: 0;
  transform: translateX(100%);
  z-index: 12;
  right: -30px
}

.notice-box ul {
  list-style: none;
  margin: 0
}

.notice-box ul li {
  font-size: 12px;
  font-weight: 400;
  color: #6e82a2;
  line-height: 1.4;
  position: relative;
  padding-left: 16px
}

.notice-box ul li:after {
  content: "";
  display: block;
  position: absolute;
  background: #e96e32;
  height: 5px;
  border-radius: 50%;
  width: 5px;
  left: 0;
  top: 5px
}

.notice-box ul li:nth-child(1n+2) {
  margin-top: 8px
}

.notice-box--custom {
  transform: translate(100%, calc(25% - 7px));
  right: -5px
}

.notice-box--custom-sign-up {
  transform: translate(100%, calc(25% - 10px))
}

.notice-box--password {
  transform: translate(100%, calc(25% - 10px))
}

.notice-box--pw-restore {
  transform: translate(100%, 70%)
}

.notice-box--pw-restore:after {
  top: 65px;
  border-right-color: #edf1f3 !important
}

.notice-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #d1dae5;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: -10px;
  bottom: 83px
}

.notice-box__absolute--65px {
  width: 100%;
  transform: translateX(0);
  right: auto;
  left: 0;
  bottom: 65px
}

.notice-box__absolute--65px:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #d1dae5;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 16px;
  bottom: -11px
}

.notice-box__title {
  color: #3e4049;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px
}

.notice-box__section {
  padding: 18px 15px;
  overflow: hidden
}

.notice-box__section--req {
  background: #edf1f3;
  border-radius: 15px 15px 0 0;
  position: relative;
  border-bottom: 1px solid #cfd6db;
  bottom: -1px
}

.notice-box__section--rec {
  border-radius: 0 0 15px 15px;
  background: #d1dae5
}

.notice-box__section--obs {
  border-radius: 15px;
  background: #edf1f3
}

.notice-box--obs {
  bottom: 120px
}

.notice-box--obs.notice-box__position--top {
  bottom: 200px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .21)
}

.notice-box--obs.notice-box__position--top:after {
  bottom: -10px;
  border-top-color: #edf1f3;
  border-right-color: rgba(0, 0, 0, 0)
}

.notice-box--obs:after {
  bottom: 30px;
  border-right-color: #edf1f3
}

.notice-box--center {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  bottom: auto
}

.notice-box--center:after {
  top: 50%;
  transform: translateY(-50%);
  border-right: 10px solid #edf1f3
}

.notice-box--center .notice-box__section--req {
  border-bottom: none;
  border-radius: 15px
}

.banner-text-block {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 130px;
  left: 220px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-5.5deg);
  width: 340px;
  height: 120px;
  font-size: 20px;
  text-align: center
}

.banner-text-block__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px
}

.info-box {
  position: relative;
  background-color: #edf1f3;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  border-radius: 3px;
  padding: 20px 20px 18px 20px
}

.info-box__text {
  color: #3e4049;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.info-box__text a,
.info-box__text button {
  padding: 0;
  display: inline-flex;
  color: #e96e32;
  text-decoration: underline;
  transition: #e96e32 .15s ease;
  cursor: pointer
}

.info-box__text a:hover,
.info-box__text button:hover {
  color: inherit
}

.proof-info {
  padding: 40px 30px 30px 40px;
  border-radius: 5px;
  border: 3px dashed #868c96
}

.proof-info__icon {
  max-width: 107px;
  width: 90%;
  margin: 0 auto 25px
}

.proof-info__icon img {
  display: block;
  width: 100%;
  height: auto
}

.proof-info__title {
  color: #3e4049;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.proof-info__section {
  padding: 16px 0;
  color: #3e4049;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 15px 0
}

.proof-info__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.proof-info__list ul {
  list-style: none;
  margin: 0
}

.proof-info__list ul li {
  font-size: 14px;
  font-weight: 500;
  color: #3e4049;
  line-height: 1.4;
  position: relative;
  padding-left: 16px
}

.proof-info__list ul li:after {
  content: "";
  display: block;
  position: absolute;
  background: #e96e32;
  height: 6px;
  border-radius: 50%;
  width: 6px;
  left: 0;
  top: 5px
}

.proof-info__list ul li:nth-child(1n+2) {
  margin-top: 12px
}

.proof-links {
  margin-top: 15px
}

.proof-links ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.proof-links ul li {
  padding: 15px 0;
  border-top: 1px solid #c3ccd9
}

.proof-links ul li a {
  color: #3e4049;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  transition: opacity .15s ease
}

.proof-links ul li a:hover {
  opacity: .7
}

.react-datepicker-popper {
  z-index: 1
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 14px !important;
  color: #6e82a2 !important
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0
}

.m_t15 {
  margin-top: 15px
}

.BT_gray {
  border-top: 1px solid #e8ecf1
}

#customer-deposit,
#customer-withdrawal {
  min-height: 40vh;
  width: 100%
}

button {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: block
}

button:focus {
  outline: none
}

#gameHolder {
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

#gameHolder iframe {
  border: 0;
  left: 50%;
  transform: translateX(-50%)
}

.event-table {
  min-height: 100px
}

.event-status__live {
  height: 14px;
  background-color: #fe5151;
  border-radius: 5px;
  text-align: center;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  display: flex;
  align-items: center;
  align-self: center;
  line-height: 14px
}

.event-status__live--free {
  position: static;
  background: #778ca9;
  display: inline-flex;
  margin: 2px 0 0 0;
  align-self: flex-start
}

.event-status__live--big {
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  border-radius: 10px;
  margin: -1px 0 0 10px
}

.event-status__live--big.c_blue {
  background-color: #e96e32
}

.event-status__live--big.coupon-count {
  background-color: #e96e32;
  border-radius: 50%;
  justify-content: center;
  width: 23px
}

body:-webkit-full-screen .casino-game__container {
  height: calc(100vh - 115px)
}

body:fullscreen .casino-game__container,
body:-webkit-full-screen .casino-game__container {
  height: calc(100vh - 115px)
}

body:-webkit-full-screen .page-header__wrapper {
  display: none
}

body:fullscreen .page-header__wrapper,
body:-webkit-full-screen .page-header__wrapper {
  display: none
}

body:-webkit-full-screen #aside-menu-holder {
  display: none
}

body:fullscreen #aside-menu-holder,
body:-webkit-full-screen #aside-menu-holder {
  display: none
}

body:-webkit-full-screen #chat-widget-container {
  display: none
}

body:fullscreen #chat-widget-container,
body:-webkit-full-screen #chat-widget-container {
  display: none
}

.cashier-error-buttons {
  margin: 0 25px 25px
}

.cashier-error-buttons .app-button {
  width: 100%
}

.site-menu__link-text {
  display: flex;
  line-height: 20px;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 150px
}

.seo-footer {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: calc(16vw + 20px);
  margin-right: calc(18vw + 20px)
}

.seo-footer.text-page {
  padding: 0 20px
}

.seo-footer.text-page h1,
.seo-footer.text-page h2,
.seo-footer.text-page h3 {
  color: #e96e32
}

@media screen and (max-width: 1560px) {
  .seo-footer {
    margin-left: 270px;
    margin-right: 300px
  }
}

@media screen and (max-width: 1250px) {
  .seo-footer {
    margin-right: 10px
  }
}

.full-page-width .seo-footer {
  max-width: 1460px;
  margin-left: auto !important;
  margin-right: auto !important
}

.modern-view .seo-footer {
  padding: 0 35px
}

@media screen and (max-width: 1400px) {
  .modern-view .seo-footer {
    margin-right: var(--mslCenterColMarginRightPoint2);
    max-width: 100%;
    margin-left: var(--mslCenterColMarginLeftMedia)
  }
}

@media screen and (max-width: 1300px) {
  .modern-view .seo-footer {
    margin-left: var(--mslCenterColMarginLeftPoint1)
  }
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.modern-view body {
  background-color: #fff
}

.modern-view body.appReady {
  background: #f0f3f8
}

.modern-view .page-content {
  padding: 0
}

.modern-view .page-wrapper--flex-top {
  display: block
}

.cw-payments__groups .horizontal-menu__arrow-wrapper {
  color: #797979
}

.cw-bonuses__list {
  margin-top: 14px
}

.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container {
  margin-top: 0;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
  display: none
}

.cw-bonuses__item {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #797979
}

.cw-bonuses__item:not(.cw-bonuses__item--selected):hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.cashier-modal-ui .cw-container .back-icon {
  color: #797979
}

#bm-root .Betslip_summaryItem__kiTWb>span {
  color: #fff
}

#bm-root .ExoticBetBuilder_header__v4pzt {
  background-color: var(--bodyAccentBgColor);
  margin-bottom: 24px
}

#bm-root .ExoticBetBuilder_builder__kif8H.ExoticBetBuilder_fixed__OIAjh {
  background-color: #fff
}

#bm-root .ExoticBetBuilder_inputBoxLabel__mO2Ns {
  display: none
}

#bm-root .RaceUpcoming_grid__6YRbf {
  border-top: 1px solid var(--border-primary)
}

#bm-root .HomeContainer_alternate__Xtqsj {
  border-top: 1px solid var(--border-primary)
}

#bm-root .WPSField_grid__kUYul.WPSField_hasPlace__fW4QZ {
  border-top: 1px solid var(--border-primary)
}

.banner-text-slider-module_dot__WXig3 {
  padding: 0
}

.react-horizontal-scrolling-menu--item {
  max-width: none
}

.app-loader_appLoader__aqedZ {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20
}

.app-loader_appLoader__aqedZ.app-loader_filled__yGl9C {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e5e8ed
}

.app-loader_loader__T9D8b {
  position: relative;
  height: 50px;
  width: 50px;
  opacity: .8;
  animation: app-loader_animateBall__vzx4e 1s linear infinite
}

.app-loader_loader__T9D8b .svg-icon {
  font-size: 50px;
  color: #e96e32;
  height: 50px
}

.app-loader_loader__T9D8b .svg-icon circle {
  fill: #e96e32
}

@keyframes app-loader_animateBall__vzx4e {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.events-section_eventsHolder__99Wgo {
  position: relative
}

.events-section_eventsHolderLoader__Eh4B6 {
  min-height: 300px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.events-section_eventsSection__2EZf0 {
  background-color: var(--eventModalBackground);
  border-radius: 3px;
  margin-bottom: 3px;
  width: 100%
}

.events-section_eventsSectionIframe__C74yn {
  background-color: var(--buttonText);
  height: calc(100vh - 181px);
  overflow: hidden
}

.events-section_eventsSectionIframe__C74yn iframe {
  height: 100%;
  display: block;
  width: calc(100% + 13px)
}

.events-section_eventsSectionCT__sDnHn {
  background: rgba(0, 0, 0, 0)
}

.events-section_eventsSection__2EZf0 .events-section_eventsSectionArrow__Sg7\+G {
  transform: rotate(-180deg)
}

.events-section_eventsSectionOpen__nF-rX {
  margin-bottom: 0
}

.events-section_eventsSectionOpen__nF-rX .events-section_eventsSectionArrow__Sg7\+G {
  transform: rotate(0)
}

.events-section_eventsSectionWrap__N-V1K {
  width: 100%
}

.events-section_eventsSectionWrap__N-V1K:nth-child(1n+2) {
  margin-top: 15px
}

.events-section_eventsSectionHeader__JSy4\+ {
  display: flex;
  gap: 12px;
  padding: 0 15px;
  height: 41px;
  cursor: default
}

.events-section_eventsSectionHeaderNoClick__htTdO {
  cursor: default
}

.events-section_eventsSectionHeaderFloatHeight__ztD8K {
  height: auto
}

.events-section_eventsSectionHeaderDescription__EepFP {
  margin-bottom: 8px
}

.events-section_eventsSectionHeaderOptioned__gW4BP {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 15px
}

.events-section_eventsSectionHeaderToggled__DaTrk .events-section_eventsSectionToggler__Js896 .svg-icon {
  transform: rotate(0)
}

.events-section_eventsSectionHeaderActions__23CfL {
  display: flex
}

.events-section_eventsSectionToggler__Js896 {
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-left: 10px;
  height: 100%;
  position: relative;
  color: var(--buttonText)
}

.events-section_eventsSectionToggler__Js896 .svg-icon {
  transform: rotate(180deg);
  transition: transform .15s ease-in-out
}

.events-section_eventsSectionToggler__Js896:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  border-left: 1px solid rgba(195, 204, 217, .5)
}

.events-section_eventsSectionSelect__\+fOst {
  display: flex;
  height: 100%
}

.events-section_eventsSectionSelectOption__kYWkb {
  height: 100%;
  padding: 5px;
  position: relative;
  margin-left: 5px;
  display: flex;
  align-items: center;
  opacity: .5;
  color: var(--buttonText);
  font-size: 20px;
  transition: opacity .15s ease
}

.events-section_eventsSectionSelectOption__kYWkb:hover {
  opacity: 1
}

.events-section_eventsSectionSelectOptionActive__L\+zI1 {
  opacity: 1
}

.events-section_eventsSectionSelectOptionActive__L\+zI1:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 5px;
  background: var(--buttonMain)
}

.events-section_eventsSectionContent__cTcb7 {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  background: var(--eventSectionBackground);
  border-radius: 0 0 3px 3px
}

.events-section_eventsSectionContentMinHeight__D0Sp2 {
  min-height: 45vh
}

.events-section_eventsSectionContentOverflow__1nl2Q {
  overflow: hidden
}

.events-section_eventsSectionContentMenu__vC7fH {
  padding: 0 0 10px 0;
  height: 51px
}

.events-section_eventsSectionContentFooter__-5X1r {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  position: relative
}

.events-section_eventsSectionContentFooter__-5X1r:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8ecf1;
  top: -1px
}

.events-section_eventsSectionContentFooterShowMore__nto3z {
  height: 36px;
  background: #e5e5e5
}

.events-section_eventsSectionLink__S1OXW {
  color: #e96e32;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  transition: #e96e32 .15s ease
}

.events-section_eventsSectionLink__S1OXW:hover {
  color: #3e4049
}

.events-section_eventsSectionLinkShowMore__2s1jk {
  display: flex;
  align-items: center;
  text-decoration: none
}

.events-section_eventsSectionLinkShowMore__2s1jk .events-section_showMoreArrow__8m7OR {
  display: inline-block;
  margin-left: 5px;
  position: static;
  transform: rotate(180deg)
}

.events-section_eventsSectionHeaderTitle__ytIEL {
  padding: 0
}

.events-section_eventsSectionArrow__Sg7\+G {
  cursor: pointer;
  transition: transform .15s ease, opacity 0s ease;
  display: flex;
  min-height: 100%;
  align-items: center;
  color: #fff;
  width: 32px;
  justify-content: center;
  position: relative;
  margin-left: -16px
}

.events-section_eventsSectionArrowBack__eKEu1 {
  transform: rotate(-90deg) !important
}

.casino_pageCasino__2\+UVl {
  position: relative;
  padding-top: 69px
}

.casino_pageCasinoBannerImage__VHmiV {
  user-select: none
}

.casino_pageCasinoHeader__DsYKO {
  height: 460px;
  background-color: #000;
  display: flex;
  position: relative;
  overflow: hidden
}

.casino_pageCasinoHeaderImage__yFKVy {
  position: absolute;
  bottom: 0;
  height: 408px;
  left: 30%
}

.casino_pageCasinoWrapper__aKzAO {
  position: relative;
  height: 100%;
  max-width: 1460px;
  margin: 0 auto
}

.casino_pageCasinoHeaderBanner__QLzw9 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  user-select: none;
  left: 0;
  top: 0
}

.casino_casinoGamesWrap__NHCc6 {
  margin: 20px 0
}

.casino_casinoGameSection__qqM8R+.casino_casinoGameSection__qqM8R {
  margin-top: 15px
}

.casino_casinoMenuSection__2O29p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 58px;
  max-width: 1460px;
  margin: 0 auto 20px
}

@media screen and (max-width: 1000px) {
  .casino_casinoMenuSection__2O29p {
    display: block
  }
}

.casino_casinoMenuSectionInner__YMeP- {
  justify-content: flex-end
}

.casino_casinoContent__MFLM\+ {
  position: relative;
  z-index: 3;
  padding-bottom: 1px
}

.casino_casinoContentBg__dVyeR {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #e5e8ed
}

.casino_casinoTotal__PwSZZ {
  position: absolute;
  width: 310px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(230, 240, 241, .7);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: .5s casino_lastWinnersBlock__jB4Zt;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.casino_casinoTotalLine__MOkD\+ {
  position: relative;
  display: flex;
  padding: 17px 15px;
  height: 80px
}

.casino_casinoTotalLine__MOkD\++.casino_casinoTotalLine__MOkD\+ {
  transition: border-color .8s ease;
  border-top: 1px solid rgba(0, 0, 0, 0)
}

.casino_casinoTotalLineAnimate__uE7lH+.casino_casinoTotalLineAnimate__uE7lH {
  border-color: #edf1f3
}

.casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalImage__SEEch,
.casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalNameAndWon__OsYs6,
.casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalWonOnGame__fThnQ {
  transform: translateX(0)
}

.casino_casinoTotalImage__SEEch {
  width: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  transform: translateX(calc(-100% - 40px));
  transition: transform .5s ease;
  will-change: transform
}

.casino_casinoTotalImage__SEEch>img {
  max-height: 100%;
  max-width: 100%
}

.casino_casinoTotalText__s7rFS {
  color: #3e4049;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}

.casino_casinoTotalText__s7rFS strong {
  font-weight: 700
}

.casino_casinoTotalText__s7rFS span {
  font-weight: 500;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px
}

.casino_casinoTotalText__s7rFS span:after {
  content: "";
  display: block;
  height: 1px;
  background: #3e4049;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease;
  opacity: 1;
  transform: scale(1);
  bottom: 1px
}

.casino_casinoTotalText__s7rFS a,
.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2 {
  color: #e96e32;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis
}

.casino_casinoTotalText__s7rFS a:hover:after,
.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2:hover:after {
  opacity: 1;
  transform: scale(1)
}

.casino_casinoTotalText__s7rFS a:after,
.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease;
  bottom: 1px
}

.casino_casinoTotalNameAndWon__OsYs6 {
  display: flex;
  transform: translateX(calc(-100% - 95px));
  transition: transform .35s ease-out;
  will-change: transform
}

.casino_casinoTotalWonOnGame__fThnQ {
  display: flex;
  white-space: nowrap;
  max-width: 260px;
  position: relative;
  top: -8px;
  transform: translateX(calc(-100% - 95px));
  transition: transform .5s ease-out;
  will-change: transform
}

.casino_casinoTotalFooter__5LT8Z {
  background-color: rgba(13, 30, 52, .67);
  padding: 18px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.casino_casinoTotalFooter__5LT8Z span {
  font-size: 15px;
  font-weight: 500;
  color: #fff
}

.casino_casinoTotalFooter__5LT8Z strong {
  font-weight: 500;
  font-size: 35px;
  color: #e1ff14;
  display: inline-block;
  margin-top: 7px
}

.casino_casinoTotalRecentWinners__FEBFx {
  border: 6px solid #fec019;
  border-radius: 10px;
  background-color: rgba(39, 1, 1, .7)
}

@-webkit-keyframes casino_lastWinnersBlock__jB4Zt {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes casino_lastWinnersBlock__jB4Zt {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-ms-keyframes casino_lastWinnersBlock__jB4Zt {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes casino_lastWinnersBlock__jB4Zt {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes casino_lastWinnersBlock__jB4Zt {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.casino_recentWinnersHeader__nSmQb {
  display: flex;
  justify-content: space-between;
  padding: 18px 26px 0
}

.casino_recentWinnersHeaderDot__UISNH {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fec019
}

.casino_recentWinnersHeaderText__HmS10 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff
}

.casino_recentWinnersList__amKXr {
  margin: 27px 0 25px;
  padding: 0
}

.casino_recentWinnersWinner__vlnU6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
  padding: 7px 19px;
  background: rgba(29, 1, 0, .7)
}

.casino_recentWinnersWinnerPortrait__ptxHW {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff
}

.casino_recentWinnersWinnerInfo__r3tHc {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
  text-decoration: none
}

.casino_recentWinnersWinnerInfo__r3tHc .casino_textLight__zwqMj {
  margin-top: 8px;
  font-weight: 300
}

.casino_recentWinnersWinnerAmount__3nTXt {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}

.casino_recentWinnersLeft__CvUU9 {
  display: flex;
  flex: 0 0 70%;
  max-width: 70%;
  align-items: flex-start
}

.casino_casinoWelcome__eHOX8 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 45px 28px 0;
  background-color: rgba(13, 30, 52, .67);
  max-width: 500px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1000px) {
  .casino_casinoWelcome__eHOX8 {
    max-width: 350px
  }
}

.casino_casinoWelcomeWrapper__TkdZ8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 22px
}

.casino_casinoWelcomeTitle__7d3UJ {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .4px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}

.casino_casinoWelcomeText__CHgg1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase
}

.casino_casinoWelcomeTextReverse__XuJm6 {
  display: inline-flex;
  flex-direction: row-reverse
}

.casino_casinoWelcomeTextPart__ziU6O {
  padding-bottom: 20px
}

.casino_casinoWelcomeTextNew__2g\+vG {
  line-height: 1.2;
  text-transform: none
}

@media screen and (max-width: 1000px) {
  .casino_casinoWelcomeText__CHgg1 {
    font-size: 35px;
    line-height: 30px
  }
}

.casino_casinoWelcomeTextTitle__ddoW1 {
  color: #e96e32;
  white-space: nowrap
}

.casino_casinoWelcomeTextAmount__htlY9 {
  color: #e1ff14;
  white-space: nowrap
}

.casino_casinoWelcomeTextAmount__htlY9:first-child {
  margin-right: 15px
}

.casino_casinoWelcomeTextAmount__htlY9:last-child {
  margin-left: 15px
}

.casino_casinoWelcomeTextAmountNew__NuGZ3:first-child {
  margin-right: 5px
}

.casino_casinoWelcomeTextAmountNew__NuGZ3:last-child {
  margin-left: 5px
}

.casino_casinoWelcomeSubtitle__m75Ua {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2px
}

.casino_casinoWelcomeSubtitle__m75Ua span {
  color: #e1ff14
}

.casino_casinoWelcomeLogin__n8sxW {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 5
}

.casino_casinoWelcomeLogin__n8sxW a {
  cursor: pointer;
  color: #e96e32;
  display: inline-block;
  position: relative
}

.casino_casinoWelcomeLogin__n8sxW a:hover:after {
  transform: scale(1);
  opacity: 1
}

.casino_casinoWelcomeLogin__n8sxW a:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

.casino_casinoWelcomeDivider__KNNv3 {
  border: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px
}

.casino_casinoWelcomePayment__QUQOi {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.casino_casinoWelcomePayment__QUQOi>li:not(:first-child) {
  margin-left: 20px
}

@media screen and (max-width: 1000px) {
  .casino_casinoWelcomePayment__QUQOi {
    display: block;
    margin-top: -20px
  }

  .casino_casinoWelcomePayment__QUQOi>li {
    margin-top: 20px;
    display: inline-block
  }
}

.casino_casinoWelcomeButton__VdbU8 {
  display: flex;
  justify-content: center;
  margin: 23px 0;
  position: relative;
  z-index: 5
}

.casino_casinoWelcomePaymentEcopayz__Q4DFG {
  height: 25px
}

.casino_casinoWelcomePaymentSkrill__Xpona {
  height: 21px
}

.casino_casinoLiveWelcome__tOXOX {
  max-width: 370px;
  padding-top: 25px
}

.casino_casinoLiveWelcomeGroup__JHlFb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 175px
}

.casino_casinoLiveWelcomeGroupStar__dqbFI {
  position: absolute;
  top: 75px;
  width: 19px;
  height: 19px
}

.casino_casinoLiveWelcomeGroupStar__dqbFI img {
  max-width: 100%
}

.casino_casinoLiveWelcomeGroupStarLeft__z9M-g {
  left: -9px
}

.casino_casinoLiveWelcomeGroupStarRight__-TNZI {
  right: -8px
}

.casino_casinoLiveWelcomeGroupBordersTop__NYT5C {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
  height: 36px
}

.casino_casinoLiveWelcomeGroupBordersBottom__Jhn\+3 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 36px
}

.casino_casinoLiveWelcomeTitle__dqvmM {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase
}

.casino_casinoLiveWelcomeGroupText__mFwB9 {
  display: flex;
  align-items: center;
  flex-direction: column
}

.casino_casinoLiveWelcomeGroupTextList__Glsp6 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #fec019;
  text-transform: lowercase
}

.casino_casinoLiveWelcomeGroupTextList__Glsp6>li:first-letter {
  text-transform: uppercase
}

.casino_casinoLiveWelcomeGroupTextList__Glsp6>span {
  font-size: 50px;
  font-weight: 400
}

.casino_casinoLiveWelcomeButton__bDxra {
  font-style: normal
}

.casino_casinoLiveWelcomeLogin__qLMWd {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .4px
}

.casino_casinoLiveWelcomeLogin__qLMWd>a {
  color: #e96e32
}

.casino_casinoLiveWelcomeLogin__qLMWd>a:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

.casino-libs_casinoGameSectionFloat__rlt-8 {
  position: absolute;
  left: 0;
  right: 0
}

.casino-libs_pageCasino__qEK95 {
  position: relative;
  padding-top: 69px
}

.casino-libs_pageCasinoHeader__uXxss {
  height: 460px;
  background-color: #000;
  display: flex;
  position: relative;
  overflow: hidden
}

.casino-libs_pageCasinoWrapper__eH\+RQ {
  position: relative;
  height: 100%;
  max-width: 1460px;
  margin: 0 auto
}

.casino-libs_pageCasinoHeaderBanner__6zIb7 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  user-select: none;
  left: 0;
  top: 0
}

.casino-libs_casinoGamesWrap__LYSSb {
  margin: 20px 0
}

.casino-libs_casinoGameSection__ux0K6+.casino-libs_casinoGameSection__ux0K6 {
  margin-top: 15px
}

.casino-libs_casinoGameSectionHide__WAhxy {
  display: none
}

.casino-libs_casinoMenuSection__GaYCZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 58px;
  max-width: 1460px;
  margin: 0 auto 20px
}

@media screen and (max-width: 1000px) {
  .casino-libs_casinoMenuSection__GaYCZ {
    display: block
  }
}

.casino-libs_casinoMenuSectionInner__TlDp0 {
  justify-content: flex-end
}

.casino-libs_casinoContent__dyjul {
  position: relative;
  z-index: 3;
  background: center no-repeat fixed #e5e8ed;
  padding-bottom: 1px
}

.casino-libs_casinoTotal__DRcih {
  position: absolute;
  width: 310px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(230, 240, 241, .7);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: .5s casino-libs_lastWinnersBlock__Ex3Dc;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.casino-libs_casinoTotalLine__x7mMc {
  position: relative;
  display: flex;
  padding: 17px 15px;
  height: 80px;
  min-height: 80px
}

.casino-libs_casinoTotalLine__x7mMc+.casino-libs_casinoTotalLine__x7mMc {
  transition: border-color .8s ease;
  border-top: 1px solid rgba(0, 0, 0, 0)
}

.casino-libs_animate__WZZv8+.casino-libs_animate__WZZv8 {
  border-color: #edf1f3
}

.casino-libs_animate__WZZv8 .casino-libs_casinoTotalImage__NxWW4,
.casino-libs_animate__WZZv8 .casino-libs_casinoTotalNameAndWon__8UJXZ,
.casino-libs_animate__WZZv8 .casino-libs_casinoTotalWonOnGame__Nd77P {
  transform: translateX(0)
}

.casino-libs_casinoTotalImage__NxWW4 {
  width: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  transform: translateX(calc(-100% - 40px));
  transition: transform .5s ease
}

.casino-libs_casinoTotalImage__NxWW4>img {
  max-height: 100%;
  max-width: 100%
}

.casino-libs_casinoTotalText__TkyO3 {
  color: #3e4049;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}

.casino-libs_casinoTotalText__TkyO3 strong {
  font-weight: 700
}

.casino-libs_casinoTotalText__TkyO3 a,
.casino-libs_casinoTotalText__TkyO3 .casino-libs_casinoTotalWonOnGameAuthorize__PpOi7 {
  color: #e96e32;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis
}

.casino-libs_casinoTotalText__TkyO3 a:hover:after,
.casino-libs_casinoTotalText__TkyO3 .casino-libs_casinoTotalWonOnGameAuthorize__PpOi7:hover:after {
  opacity: 1;
  transform: scale(1)
}

.casino-libs_casinoTotalText__TkyO3 a:after,
.casino-libs_casinoTotalText__TkyO3 .casino-libs_casinoTotalWonOnGameAuthorize__PpOi7:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease;
  bottom: 1px
}

.casino-libs_casinoTotalTextSpan__hWzTd {
  font-weight: 500;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px
}

.casino-libs_casinoTotalTextSpan__hWzTd:after {
  content: "";
  display: block;
  height: 1px;
  background: #3e4049;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease;
  opacity: 1;
  transform: scale(1);
  bottom: 1px
}

.casino-libs_casinoTotalNameAndWon__8UJXZ {
  display: flex;
  transform: translateX(calc(-100% - 95px));
  transition: transform .35s ease-out;
  min-height: 32px
}

.casino-libs_casinoTotalWonOnGame__Nd77P {
  display: flex;
  white-space: nowrap;
  max-width: 260px;
  position: relative;
  top: -8px;
  transform: translateX(calc(-100% - 95px));
  transition: transform .5s ease-out
}

.casino-libs_casinoTotalFooter__7pVoq {
  background-color: rgba(13, 30, 52, .67);
  padding: 18px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 102px
}

.casino-libs_casinoTotalFooter__7pVoq span {
  font-size: 15px;
  font-weight: 500;
  color: #fff
}

.casino-libs_casinoTotalFooter__7pVoq strong {
  font-weight: 500;
  font-size: 35px;
  color: #e1ff14;
  display: inline-block;
  margin-top: 7px
}

.casino-libs_casinoTotalRecentWinners__gwW43 {
  border: 6px solid #fec019;
  border-radius: 10px;
  background-color: rgba(39, 1, 1, .7)
}

@-webkit-keyframes casino-libs_lastWinnersBlock__Ex3Dc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes casino-libs_lastWinnersBlock__Ex3Dc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-ms-keyframes casino-libs_lastWinnersBlock__Ex3Dc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes casino-libs_lastWinnersBlock__Ex3Dc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes casino-libs_lastWinnersBlock__Ex3Dc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.casino-libs_recentWinnersHeader__CaM5S {
  display: flex;
  justify-content: space-between;
  padding: 18px 26px 0
}

.casino-libs_recentWinnersHeaderDot__s\+xki {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fec019
}

.casino-libs_recentWinnersHeaderText__avy8n {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff
}

.casino-libs_recentWinnersList__6Bzmn {
  margin: 27px 0 25px;
  padding: 0
}

.casino-libs_recentWinnersWinner__NoGGp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
  padding: 7px 19px;
  background: rgba(29, 1, 0, .7)
}

.casino-libs_winnerPortrait__Rh0yU {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff
}

.casino-libs_winnerInfo__jjGsK {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
  text-decoration: none
}

.casino-libs_winnerInfo__jjGsK .casino-libs_textLight__7iaaF {
  margin-top: 8px;
  font-weight: 300
}

.casino-libs_winnerAmount__-M4Cg {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}

.casino-libs_recentWinnersLeft__Y2Xq1 {
  display: flex;
  flex: 0 0 70%;
  max-width: 70%;
  align-items: flex-start
}

.casino-libs_casinoWelcome__zPFmw {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 45px 28px 0;
  background-color: rgba(13, 30, 52, .67);
  max-width: 500px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1000px) {
  .casino-libs_casinoWelcome__zPFmw {
    max-width: 350px
  }
}

.casino-libs_casinoWelcomeWrapper__C0\+cG {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 22px
}

.casino-libs_casinoWelcomeTitle__LVJg8 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .4px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}

.casino-libs_casinoWelcomeText__RuJpc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase
}

@media screen and (max-width: 1000px) {
  .casino-libs_casinoWelcomeText__RuJpc {
    font-size: 35px;
    line-height: 30px
  }
}

.casino-libs_casinoWelcomeTextPart__caazZ {
  padding-bottom: 20px
}

.casino-libs_casinoWelcomeTextTitle__TAd7T {
  color: #e96e32;
  white-space: nowrap
}

.casino-libs_casinoWelcomeTextAmount__\+zgtz {
  color: #e1ff14;
  white-space: nowrap
}

.casino-libs_casinoWelcomeTextAmount__\+zgtz:first-child {
  margin-right: 15px
}

.casino-libs_casinoWelcomeTextAmount__\+zgtz:last-child {
  margin-left: 15px
}

.casino-libs_casinoWelcomeSubtitle__iit5v {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2px
}

.casino-libs_casinoWelcomeSubtitle__iit5v span {
  color: #e1ff14
}

.casino-libs_casinoWelcomeLogin__saVOn {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 5
}

.casino-libs_casinoWelcomeLogin__saVOn a {
  cursor: pointer;
  color: #e96e32;
  display: inline-block;
  position: relative
}

.casino-libs_casinoWelcomeLogin__saVOn a:hover:after {
  transform: scale(1);
  opacity: 1
}

.casino-libs_casinoWelcomeLogin__saVOn a:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

.casino-libs_casinoWelcomeDivider__jqkQv {
  border: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px
}

.casino-libs_casinoWelcomePayment__G0R1z {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.casino-libs_casinoWelcomePayment__G0R1z>li:not(:first-child) {
  margin-left: 20px
}

@media screen and (max-width: 1000px) {
  .casino-libs_casinoWelcomePayment__G0R1z {
    display: block;
    margin-top: -20px
  }

  .casino-libs_casinoWelcomePayment__G0R1z>li {
    margin-top: 20px;
    display: inline-block
  }
}

.casino-libs_casinoWelcomeButton__LCpEd {
  display: flex;
  justify-content: center;
  margin: 23px 0;
  position: relative;
  z-index: 5
}

.casino-libs_paymentEcopayz__qu5bF {
  height: 25px
}

.casino-libs_paymentSkrill__pj5DZ {
  height: 21px
}

.casino-libs_casinoLiveWelcome__pOEXg {
  max-width: 370px;
  padding-top: 25px
}

.casino-libs_casinoLiveWelcomeGroup__RWVrN {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 175px
}

.casino-libs_casinoLiveWelcomeGroupStar__mWedm {
  position: absolute;
  top: 75px;
  width: 19px;
  height: 19px
}

.casino-libs_casinoLiveWelcomeGroupStarLeft__S2rrt {
  left: -9px
}

.casino-libs_casinoLiveWelcomeGroupStarRight__ua6Na {
  right: -8px
}

.casino-libs_casinoLiveWelcomeGroupBorders__TkwGR {
  display: flex
}

.casino-libs_casinoLiveWelcomeGroupBordersTop__fstUb {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
  height: 36px
}

.casino-libs_casinoLiveWelcomeGroupBordersBottom__nvX5y {
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 36px
}

.casino-libs_casinoLiveWelcomeTitle__ns\+m\+ {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase
}

.casino-libs_casinoLiveWelcomeGroupText__Uf03E {
  display: flex;
  align-items: center;
  flex-direction: column
}

.casino-libs_casinoLiveWelcomeGroupTextList__UvqRr {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #fec019;
  text-transform: lowercase
}

.casino-libs_casinoLiveWelcomeGroupTextList__UvqRr>li:first-letter {
  text-transform: uppercase
}

.casino-libs_casinoLiveWelcomeGroupTextList__UvqRr>span {
  font-size: 50px;
  font-weight: 400
}

.casino-libs_casinoLiveWelcomeButton__ZOS78 {
  font-style: normal
}

.casino-libs_casinoLiveWelcomeLogin__BTDf\+ {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .4px
}

.casino-libs_casinoLiveWelcomeLogin__BTDf\+>a {
  color: #e96e32
}

.casino-libs_casinoLiveWelcomeLogin__BTDf\+>a:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

body.menu-cms-header-view .casino-libs_pageCasino__qEK95 {
  padding-top: var(--menuCmsHeaderBodyTopPadding)
}

.casino-games-libs_casinoGames__x7-gm {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  position: relative;
  min-height: 493px
}

.casino-games-libs_casinoGamesTitle__n6upm {
  color: #3c3f44;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase
}

.casino-games-libs_casinoGamesTitle__n6upm a {
  color: #3c3f44;
  transition: border .15s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden
}

.casino-games-libs_casinoGamesTitle__n6upm a:after {
  content: "";
  height: 1px;
  width: calc(50% + 1px);
  position: absolute;
  bottom: 3px;
  background-color: #3c3f44;
  transition: background-color .15s ease, transform .15s ease;
  left: 0
}

.casino-games-libs_casinoGamesTitle__n6upm a:before {
  content: "";
  height: 1px;
  width: calc(50% + 1px);
  position: absolute;
  bottom: 3px;
  right: 0;
  background-color: #3c3f44;
  transition: background-color .15s ease, transform .15s ease
}

.casino-games-libs_casinoGamesTitle__n6upm a:hover {
  color: #e96e32
}

.casino-games-libs_casinoGamesTitle__n6upm a:hover:after {
  transform: translateX(-100%);
  background-color: #e96e32
}

.casino-games-libs_casinoGamesTitle__n6upm a:hover:before {
  transform: translateX(100%);
  background-color: #e96e32
}

.casino-games-libs_titleMBottom__NWCKc {
  margin-bottom: 15px
}

.casino-games-libs_casinoGamesStep__Et9S6 {
  position: absolute;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  background-color: #3c3f44;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  width: 30px;
  margin-top: -10px;
  z-index: 3;
  height: 42px;
  padding-left: 3px;
  top: 50%;
  transform: translateY(-21px);
  transition: opacity .3s ease
}

.casino-games-libs_casinoGamesStep__Et9S6:hover {
  opacity: .7
}

.casino-games-libs_casinoGamesStepRight__TgDEa {
  right: 0
}

.casino-games-libs_casinoGamesStepLeft__vTl-o {
  left: 0;
  transform: translateY(-21px) scale(-1)
}

.casino-games-libs_casinoGamesAction__VkmDu {
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  align-items: center;
  min-height: 24px
}

.casino-games-libs_actionArrow__iHZlc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding-left: 1px;
  width: 24px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  background-color: #e6eaf3
}

.casino-games-libs_actionArrow__iHZlc+.casino-games-libs_actionArrow__iHZlc {
  margin-left: 5px
}

.casino-games-libs_actionArrowDisabled__hhSL0 {
  cursor: default;
  color: #cfd3db;
  pointer-events: none
}

.casino-games-libs_actionArrowLeft__mvvsw {
  transform: scale(-1)
}

.casino-games-libs_actionLink__f2E3a {
  color: #e96e32;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  margin-left: 15px;
  user-select: none;
  cursor: pointer
}

.casino-games-libs_actionLink__f2E3a:hover {
  color: #e96e32
}

.casino-games-libs_actionLink__f2E3a:hover:after {
  opacity: 1;
  transform: scale(1)
}

.casino-games-libs_casinoGamesList__-pOti {
  list-style: none;
  padding: 0
}

.casino-games-libs_casinoGamesListItem__LhQdr {
  display: flex;
  width: 190px;
  overflow: hidden;
  flex: 0 0 190px;
  flex-direction: column;
  outline: none;
  user-select: none
}

.casino-games-libs_casinoGamesListItem__LhQdr:focus {
  outline: none
}

.casino-games-libs_casinoGamesListButton__xmK9U {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px
}

.casino-games-libs_listItemFull__0hM5v {
  width: 388px;
  height: 388px;
  flex: 0 0 388px
}

.casino-games-libs_listItemWithPadding__0S8I7 {
  padding: 0 4px;
  box-sizing: content-box
}

.casino-games-libs_listItemRowSlides__WtRsA {
  flex: 0 0 12.5%;
  padding: 6px 4px;
  box-sizing: border-box
}

@media screen and (min-width: 1920px) {
  .casino-games-libs_listItemRowSlides__WtRsA {
    flex: 0 0 10%
  }
}

@media screen and (max-width: 1600px) {
  .casino-games-libs_listItemRowSlides__WtRsA {
    flex: 0 0 16.6666%
  }
}

@media screen and (max-width: 1200px) {
  .casino-games-libs_listItemRowSlides__WtRsA {
    flex: 0 0 20%
  }
}

@media screen and (max-width: 950px) {
  .casino-games-libs_listItemRowSlides__WtRsA {
    flex: 0 0 25%
  }
}

.casino-games-libs_listItemDouble__ehQu2 .casino-game-item:nth-child(2) {
  margin-top: 8px
}

.casino-games-libs_button__fWztd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%
}

.casino-slider_casinoSlider__C6QUJ {
  display: flex;
  min-width: 100%;
  overflow: hidden
}

.casino-slider_row__rdaDr {
  flex-wrap: wrap;
  margin: -6px -4px;
  justify-content: flex-start
}

.casino-slider_wrapImages__OYdeO {
  display: flex;
  flex-wrap: wrap
}

.casino-slider_viewport__ibZ-z {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex
}

.casino-slider_casinoSliderRow__Zg0MG {
  flex-wrap: wrap;
  margin: -6px -4px;
  justify-content: flex-start
}

.slick-track {
  display: flex
}

.slick-list,
.slick-slider {
  width: 100%;
  overflow: hidden
}

.slick-slide {
  padding: 0 4px
}

.slick-slide .casino-slider_casinoGameItem__rv20R {
  width: 190px;
  height: 190px
}

.slick-slide:first-child .casino-slider_casinoGameItem__rv20R {
  width: 388px;
  height: 388px
}

.slick-slide:not(.slick-active) {
  pointer-events: none
}

.slick-slide:not(.slick-active) * {
  pointer-events: none
}

.casino-game-libs_casinoGame__a9IWv {
  padding: 105px 30px 0 0;
  position: relative;
  text-align: center
}

.casino-game-libs_casinoGamePadding__uuBv0 {
  padding-top: 136px
}

.casino-game-libs_visibleFalse__LNdcP .casino-game-libs_container__gF9Go {
  opacity: 0;
  transform: scale(0.8)
}

.casino-game-libs_visibleTrue__-GrRk .casino-game-libs_container__gF9Go {
  opacity: 1;
  transform: scale(1)
}

.casino-game-libs_panelToggle__MHahk {
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .21);
  background: #fff;
  height: 41px;
  padding: 0 10px;
  align-items: center;
  display: flex;
  border-radius: 6px;
  cursor: pointer;
  min-width: 140px;
  top: 50%;
  transform: translateY(-50%)
}

.casino-game-libs_panelToggle__MHahk+.casino-game-libs_casinoMenu__SjxPi {
  margin-left: 170px
}

@media screen and (max-width: 1000px) {
  .casino-game-libs_panelToggle__MHahk {
    top: 0;
    transform: translateY(0)
  }
}

.casino-game-libs_panelText__CyN7m {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3f44;
  user-select: none
}

.casino-game-libs_panel__oVD37 {
  position: relative;
  width: 24px;
  height: 24px;
  perspective: 50px
}

.casino-game-libs_panelMarginR__gWGx8 {
  margin-right: 10px
}

.casino-game-libs_panelRotate__Bq1JS .casino-game-libs_panelView__sAS6t {
  transform: rotateX(180deg)
}

.casino-game-libs_panelView__sAS6t {
  transition: .5s;
  transform-style: preserve-3d;
  position: relative;
  width: 24px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .21);
  height: 24px
}

.casino-game-libs_panelArrow__uqNtl {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6eaf3;
  border-radius: 50%;
  font-size: 12px;
  backface-visibility: hidden
}

.casino-game-libs_panelArrow__uqNtl .svg-icon {
  transition: transform .2s ease
}

.casino-game-libs_panelArrowFront__SJSwb {
  transform: rotate(-90deg) rotateX(0deg)
}

.casino-game-libs_panelArrowBack__\+ZQiu {
  transform: rotate(-90deg) rotateX(180deg)
}

.casino-game-libs_container__gF9Go {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 15px 0 15px 15px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  display: inline-block;
  height: calc(100vh - 200px);
  transition: transform .25s ease-out, opacity .25s ease;
  max-width: 100%
}

.casino-game-libs_containerMBottom__d9fCA {
  margin-bottom: 12px
}

.casino-game-libs_containerHolder__DEbg3 {
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

.casino-game-libs_containerSize__XJU05 {
  height: 105%;
  display: block;
  position: relative;
  width: auto
}

.casino-game-libs_frame__FvG2A iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0
}

.casino-game-libs_frameHolder__wD0En {
  position: absolute;
  left: 0;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden
}

.casino-game-libs_gamePlaceholder__wIC8Q {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.casino-game-libs_placeholderText__hTuyc {
  font-size: 20px;
  text-align: center;
  color: #3c3f44
}

.casino-game-libs_notLoadedWrapper__77Ss3 {
  padding: 100px 0 30px
}

.casino-game-libs_notLoaded__-IVZ- {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 3px;
  background: #fff;
  padding: 20px 50px;
  position: relative;
  min-height: 200px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500
}

.casino-game-libs_gameAction__5XpEc {
  width: 30px;
  position: absolute;
  top: 0;
  right: -30px
}

.casino-game-libs_gameActionItem__1dKSE {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 0 6px 6px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #868c96;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.casino-game-libs_gameActionItem__1dKSE:before {
  content: "";
  position: absolute;
  left: -6px;
  background: #fff;
  width: 6px;
  height: 100%
}

.casino-game-libs_gameActionItem__1dKSE+.casino-game-libs_gameActionItem__1dKSE {
  margin-top: 5px
}

body:fullscreen .casino-game-libs_casinoGame__a9IWv,
body:-webkit-full-screen .casino-game-libs_casinoGame__a9IWv {
  padding: 40px
}

body:fullscreen .casino-game-libs_container__gF9Go,
body:-webkit-full-screen .casino-game-libs_container__gF9Go {
  height: calc(100vh - 80px)
}

.casino-game-libs_options__knciu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3
}

.casino-game-libs_optionsBalance__eKy6a {
  display: flex;
  align-items: center
}

.casino-game-libs_optionsBalanceTitle__Lb-3t {
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
  white-space: nowrap
}

.casino-game-libs_optionsActions__VfYud {
  display: flex;
  margin-top: 16px
}

.casino-game-libs_optionsActions__VfYud .app-button+.app-button {
  margin-left: 16px
}

.events-section-menu_sectionMenu__Kq\+nV {
  border-bottom: 1px solid #c3ccd9;
  overflow: hidden
}

.events-section-menu_sectionMenu__Kq\+nV .scroll-menu-arrow {
  bottom: 0
}

.events-section-menu_sectionMenuList__6v0r- {
  list-style: none;
  min-width: 100%;
  margin: 0 0 -2px;
  padding: 0
}

.events-section-menu_sectionMenuListItem__ApvId {
  display: flex;
  height: 41px;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  white-space: nowrap;
  padding: 0 10px 0 20px
}

.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR {
  cursor: default
}

.events-section-menu_sectionMenuListItem__ApvId:after {
  content: "";
  display: block;
  height: 1px;
  background: #e96e32;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease;
  bottom: -8px !important
}

.events-section-menu_sectionMenuListItem__ApvId:hover:after,
.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR:after {
  opacity: 1;
  transform: scaleX(1);
  z-index: 3;
  bottom: 0
}

.events-section-menu_sectionMenuListItem__ApvId:hover .events-section-menu_sectionMenuListIcon__eZs2y,
.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR .events-section-menu_sectionMenuListIcon__eZs2y {
  filter: unset
}

.events-section-menu_sectionMenuListItem__ApvId:hover .events-section-menu_sectionMenuListText__HHq9H,
.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR .events-section-menu_sectionMenuListText__HHq9H {
  color: #e96e32
}

.events-section-menu_sectionMenuListText__HHq9H {
  color: #868c96;
  font-size: 14px;
  font-weight: 500;
  transition: #868c96 .15s ease
}

.events-section-menu_sectionMenuListIcon__eZs2y {
  display: block;
  width: 15px;
  min-height: 15px;
  filter: grayscale(100%);
  margin-right: 6px;
  position: relative;
  top: -1px;
  transition: filter .15s ease
}

.phone-form {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  color: #858991
}

.phone-form a {
  color: #15aab8;
  transition: color .15s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer
}

.phone-form a:after {
  content: "";
  display: block;
  height: 1px;
  background: #15aab8;
  position: absolute;
  width: 100%;
  transform: scaleX(0.7);
  opacity: 0;
  bottom: -1px;
  transition: transform .15s ease, opacity .15s ease
}

.phone-form a:hover:after {
  opacity: 1;
  transform: scale(1)
}

.phone-form .form-input__input {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500
}

.phone-form__field {
  margin-bottom: 25px;
  width: calc(100% - 300px);
  margin-right: 150px;
  margin-left: 150px
}

.phone-form__field--prefix {
  display: none
}

.phone-form__field--phone {
  position: relative;
  order: 1;
  padding: 0 10px 0 20px;
  width: 60%;
  margin: 0 0 25px 0
}

.phone-form__field--phone .form-input__input {
  padding: 0 165px 0 80px
}

.phone-form__field--phone .form-input__icon {
  right: 140px
}

.phone-form__field--phone .app-button {
  position: absolute;
  top: 2px;
  right: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12px;
  min-height: 36px;
  height: 36px;
  line-height: 34px;
  min-width: 130px
}

.phone-form__field--phone .app-button:not(.app-button--disabled) {
  background: #e96e32
}

.phone-form__field--phone .app-button:not(.app-button--disabled):hover {
  background: #cc5216
}

.phone-form__field--sms-code {
  order: 2;
  padding: 0 20px 0 10px;
  width: 40%;
  margin: 0 0 25px 0
}

.phone-form__field--country {
  display: none
}

.phone-form__field--currency {
  order: 3
}

.phone-form__field--password {
  position: relative;
  order: 4;
  margin-bottom: 15px
}

.phone-form__field--repeat {
  order: 5
}

.phone-form__field--hint {
  order: 6;
  color: inherit
}

.phone-form__field--submit {
  order: 7;
  display: flex;
  justify-content: center
}

.phone-form__field--submit .app-button {
  min-width: 240px
}

.phone-form__field--terms {
  order: 6
}

.phone-form__field--promo-code {
  display: none
}

.phone-form__static-prefix {
  position: absolute;
  left: 27px;
  top: 6px;
  background: #f7f7f7;
  border-radius: 14px;
  padding: 0 12px;
  height: 28px;
  min-width: 60px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #858991;
  border: 1px solid #e8e8e8
}

.es-modal {
  padding: 20px
}

.es-modal__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 32px 0 15px
}

.es-modal__footer-text {
  width: 340px;
  margin: 0 auto;
  text-align: center;
  color: #868c96;
  font-size: 12px
}

.es-modal a {
  color: #15aab8
}

.es-modal a:hover {
  color: #118893
}

.sign-up--es .register-steps {
  padding: 0 147px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}

.sign-up--es .register-steps__item {
  width: 30%;
  padding: 5px 0
}

.sign-up--es .register-steps__item:before {
  content: "";
  display: block;
  height: 5px;
  border-radius: 3px;
  background: #e5e8ed
}

.sign-up--es .register-steps__item--active:before {
  background: #e96e32
}

.sign-up--es .register-steps__item--passed {
  cursor: pointer
}

.sign-up--es .register-steps__item-number {
  display: none
}

.es-form .relative {
  position: relative
}

.es-form .notice-box--custom-sign-up:not(.notice-box__position--top) {
  bottom: 3px
}

.es-form__set {
  padding: 0 140px
}

.es-form__set--dob {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px
}

.es-form__set--dob .es-form__field--dob-title {
  text-align: center;
  margin-top: 26px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  flex: 0 0 100% !important
}

.es-form__set--dob .es-form__field--fourth {
  flex: 1
}

.es-form__set--dob .relative {
  width: 100%;
  bottom: -85px
}

.es-form__field {
  width: 100%;
  padding: 0 7px 15px
}

.es-form__field--action {
  display: flex;
  justify-content: center;
  padding-top: 24px
}

.es-form__field--action .app-button {
  min-width: 240px
}

.es-form__field--promo {
  border: 1px solid #b5b5b5;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 30px
}

.es-form .grid__row--offset.grid__row {
  max-width: unset
}

.es-form .form-input-wrap {
  width: 100%;
  position: relative;
  display: block
}

.es-form .form-input-wrap .input-error {
  color: #fe5151;
  font-size: 12px;
  padding: 6px 12px
}

.es-form__dob-error {
  width: 100%;
  color: #fe5151;
  padding: 0 12px;
  text-align: center
}

.sign-up--australia:not(.migration-registration) {
  padding: 32px
}

.sign-up__wrapper {
  padding: 10px
}

.sign-up__content {
  padding: 0 0 20px 0
}

.sign-up__content--m_top {
  margin-top: 30px
}

.sign-up__banner {
  display: block;
  height: 213px;
  border-radius: 15px;
  font-size: 0;
  line-height: 0
}

.sign-up__banner img,
.sign-up__banner>div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  width: 100%;
  height: 213px;
  background: #000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.sign-up__title {
  color: #3e4049;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0
}

.sign-up__title span {
  font-size: 19px;
  display: block;
  padding-bottom: 10px
}

.sign-up--phone .sign-up__content {
  position: relative
}

.sign-up--phone .sign-up__content:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  height: 145px;
  width: 100%;
  top: 80px;
  left: 0;
  background: #f8f8f8
}

.sign-up--phone .sign-up__title {
  position: relative;
  z-index: 1
}

.sign-up--phone.sign-up--complete .sign-up__content:before {
  display: none
}

.sign-up--australia .sign-up-bonus {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d6dae1;
  margin-bottom: 18px
}

.sign-up--australia .sign-up-bonus__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 30px
}

.sign-up--australia .sign-up-bonus__item:not(.active) {
  cursor: pointer
}

.sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title,
.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title {
  color: #9e2b86
}

.sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title .svg-icon,
.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title .svg-icon {
  color: #9e2b86
}

.sign-up--australia .sign-up-bonus__item.disabled {
  cursor: default;
  pointer-events: none
}

.sign-up--australia .sign-up-bonus__item:nth-child(1n+2) {
  border-left: 1px solid #d6dae1
}

.sign-up--australia .sign-up-bonus__item-title {
  font-size: 14px;
  color: #3e4049;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: #3e4049 .2s ease
}

.sign-up--australia .sign-up-bonus__item-title .svg-icon {
  display: block;
  font-size: 24px;
  transition: #3e4049 .2s ease;
  position: relative;
  top: -1px;
  color: #6e82a2;
  margin-right: 8px
}

.sign-up--australia .sign-up-bonus__item-text {
  color: #6e82a2;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 8px 0 0 0
}

.sign-up--australia .register-steps {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 30px auto;
  position: relative
}

.sign-up--australia .register-steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  right: 17px;
  border-top: 1px dashed #d6dae1
}

.sign-up--australia .register-steps__item {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: flex;
  line-height: 34px;
  justify-content: center;
  transition: background-color .15s ease, #6e82a2 .15s ease;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  background-color: #edf1f3;
  color: #a2a7ab
}

.sign-up--australia .register-steps__item--active {
  color: #fff;
  background-color: #e96e32
}

.sign-up--australia .register-steps__item--passed {
  cursor: pointer
}

.sign-up--australia .base-form {
  position: relative;
  z-index: 2
}

.sign-up--australia .base-form .relative {
  position: relative
}

.sign-up--australia .base-form .notice-box--center {
  right: -20px
}

.sign-up--australia .base-form__set {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px
}

.sign-up--australia .base-form__set--dob .base-form__title {
  display: none
}

.sign-up--australia .base-form__set--dob .relative {
  width: 100%;
  margin: 0 7px
}

.sign-up--australia .base-form__set--dob .notice-box--center {
  top: calc(50% + 24px)
}

.sign-up--australia .base-form__set--dob .notice-box__position--top {
  bottom: 10px
}

.sign-up--australia .base-form__iban-field {
  padding: 20px;
  background: var(--registrationCompleteFieldsBg);
  border: 1px solid var(--registrationCompleteFieldsBorder);
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 436px;
  border-radius: var(--registrationCompleteFieldsBorderRadius)
}

.sign-up--australia .base-form__field {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.sign-up--australia .base-form__field--country {
  position: relative
}

.sign-up--australia .base-form__field--dob-title {
  display: flex;
  align-items: center
}

.sign-up--australia .base-form__field--action {
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.sign-up--australia .base-form__field--action .app-button {
  width: 100%
}

.sign-up--australia .base-form__field--submit .app-button {
  max-width: 261px
}

.sign-up--australia .base-form__field--button .app-button {
  width: 100%;
  height: 47px;
  line-height: 1;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700
}

.sign-up--australia .base-form__field--terms .form__label {
  width: 100%
}

.sign-up--australia .base-form__field--half {
  width: 50%
}

.sign-up--australia .base-form__field--third {
  width: 33.3333%
}

.sign-up--australia .base-form__field--fourth {
  width: 25%
}

.sign-up--australia .base-form__field--mobile-full-width {
  width: 50%
}

@media(max-width: 420px) {
  .sign-up--australia .base-form__field--mobile-full-width {
    width: 100%
  }
}

.sign-up--australia .base-form__field--postcoderAddress {
  position: relative
}

.sign-up--australia .base-form__field-text {
  width: 100%
}

.sign-up--australia .base-form__field-gender {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.sign-up--australia .base-form__code-sent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 20px 0;
  padding: 0 7px;
  width: 100%;
  justify-content: space-between
}

.sign-up--australia .base-form__code-sent--confirmation {
  margin: 5px 10px 0 0
}

.sign-up--australia .base-form__code-sent--timer {
  text-decoration: underline;
  font-weight: 700;
  margin: 5px 5px 0 0;
  color: #1a3769
}

.sign-up--australia .base-form__toggler {
  background: #f4f4f4;
  border: 1px solid #c3ccd9;
  padding: 15px 18px 20px;
  border-radius: 10px
}

.sign-up--australia .base-form__toggler-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center
}

.sign-up--australia .base-form__toggler-title--mb10 {
  margin-bottom: 10px
}

.sign-up--australia .base-form__mb15 {
  margin-bottom: 15px
}

.sign-up--australia .base-form__toggler-radio {
  display: flex;
  align-items: center;
  justify-content: center
}

.ontario-form__field--agree-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  max-width: 85%;
  margin: 0 auto 20px
}

.sign-up--australia .register-steps__item--width {
  width: 380px !important
}

.sign-up--australia .gender-radio {
  justify-content: space-between;
  padding: 0 25px
}

.sign-up--australia .gender-radio .radio-button {
  padding: 0 15px;
  margin: 0;
  flex: 1
}

.sign-up--australia .gender-radio .radio-button__button {
  border-color: #9e2b86;
  min-width: 22px
}

.sign-up--australia .gender-radio .radio-button__content {
  align-items: center
}

.sign-up--australia .gender-radio .radio-button__text {
  top: 0
}

.sign-up--australia .form__label a {
  color: #9e2b86
}

.sign-up--australia .form__label a:after {
  background: #9e2b86
}

.sign-up--australia:not(.migration-registration) {
  padding: 32px
}

.sign-up__wrapper {
  padding: 10px
}

.sign-up__content {
  padding: 0 0 20px 0
}

.sign-up__content--m_top {
  margin-top: 30px
}

.sign-up__banner {
  display: block;
  height: 213px;
  border-radius: 15px;
  font-size: 0;
  line-height: 0
}

.sign-up__banner img,
.sign-up__banner>div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  width: 100%;
  height: 213px;
  background: #000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.sign-up__title {
  color: #3e4049;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0
}

.sign-up__title span {
  font-size: 19px;
  display: block;
  padding-bottom: 10px
}

.sign-up--phone .sign-up__content {
  position: relative
}

.sign-up--phone .sign-up__content:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  height: 145px;
  width: 100%;
  top: 80px;
  left: 0;
  background: #f8f8f8
}

.sign-up--phone .sign-up__title {
  position: relative;
  z-index: 1
}

.sign-up--phone.sign-up--complete .sign-up__content:before {
  display: none
}

.sign-up--australia .sign-up-bonus {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d6dae1;
  margin-bottom: 18px
}

.sign-up--australia .sign-up-bonus__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 30px
}

.sign-up--australia .sign-up-bonus__item:not(.active) {
  cursor: pointer
}

.sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title,
.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title {
  color: #9e2b86
}

.sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title .svg-icon,
.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title .svg-icon {
  color: #9e2b86
}

.sign-up--australia .sign-up-bonus__item.disabled {
  cursor: default;
  pointer-events: none
}

.sign-up--australia .sign-up-bonus__item:nth-child(1n+2) {
  border-left: 1px solid #d6dae1
}

.sign-up--australia .sign-up-bonus__item-title {
  font-size: 14px;
  color: #3e4049;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: #3e4049 .2s ease
}

.sign-up--australia .sign-up-bonus__item-title .svg-icon {
  display: block;
  font-size: 24px;
  transition: #3e4049 .2s ease;
  position: relative;
  top: -1px;
  color: #6e82a2;
  margin-right: 8px
}

.sign-up--australia .sign-up-bonus__item-text {
  color: #6e82a2;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 8px 0 0 0
}

.sign-up--australia .register-steps {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 30px auto;
  position: relative
}

.sign-up--australia .register-steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  right: 17px;
  border-top: 1px dashed #d6dae1
}

.sign-up--australia .register-steps__item {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: flex;
  line-height: 34px;
  justify-content: center;
  transition: background-color .15s ease, #6e82a2 .15s ease;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  background-color: #edf1f3;
  color: #a2a7ab
}

.sign-up--australia .register-steps__item--active {
  color: #fff;
  background-color: #e96e32
}

.sign-up--australia .register-steps__item--passed {
  cursor: pointer
}

.sign-up--australia .base-form {
  position: relative;
  z-index: 2
}

.sign-up--australia .base-form .relative {
  position: relative
}

.sign-up--australia .base-form .notice-box--center {
  right: -20px
}

.sign-up--australia .base-form__set {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px
}

.sign-up--australia .base-form__set--dob .base-form__title {
  display: none
}

.sign-up--australia .base-form__set--dob .relative {
  width: 100%;
  margin: 0 7px
}

.sign-up--australia .base-form__set--dob .notice-box--center {
  top: calc(50% + 24px)
}

.sign-up--australia .base-form__set--dob .notice-box__position--top {
  bottom: 10px
}

.sign-up--australia .base-form__iban-field {
  padding: 20px;
  background: var(--registrationCompleteFieldsBg);
  border: 1px solid var(--registrationCompleteFieldsBorder);
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 436px;
  border-radius: var(--registrationCompleteFieldsBorderRadius)
}

.sign-up--australia .base-form__field {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.sign-up--australia .base-form__field--country {
  position: relative
}

.sign-up--australia .base-form__field--dob-title {
  display: flex;
  align-items: center
}

.sign-up--australia .base-form__field--action {
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.sign-up--australia .base-form__field--action .app-button {
  width: 100%
}

.sign-up--australia .base-form__field--submit .app-button {
  max-width: 261px
}

.sign-up--australia .base-form__field--button .app-button {
  width: 100%;
  height: 47px;
  line-height: 1;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700
}

.sign-up--australia .base-form__field--terms .form__label {
  width: 100%
}

.sign-up--australia .base-form__field--half {
  width: 50%
}

.sign-up--australia .base-form__field--third {
  width: 33.3333%
}

.sign-up--australia .base-form__field--fourth {
  width: 25%
}

.sign-up--australia .base-form__field--mobile-full-width {
  width: 50%
}

@media(max-width: 420px) {
  .sign-up--australia .base-form__field--mobile-full-width {
    width: 100%
  }
}

.sign-up--australia .base-form__field--postcoderAddress {
  position: relative
}

.sign-up--australia .base-form__field-text {
  width: 100%
}

.sign-up--australia .base-form__field-gender {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 20px
}

.sign-up--australia .base-form__code-sent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 20px 0;
  padding: 0 7px;
  width: 100%;
  justify-content: space-between
}

.sign-up--australia .base-form__code-sent--confirmation {
  margin: 5px 10px 0 0
}

.sign-up--australia .base-form__code-sent--timer {
  text-decoration: underline;
  font-weight: 700;
  margin: 5px 5px 0 0;
  color: #1a3769
}

.sign-up--australia .base-form__toggler {
  background: #f4f4f4;
  border: 1px solid #c3ccd9;
  padding: 15px 18px 20px;
  border-radius: 10px
}

.sign-up--australia .base-form__toggler-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center
}

.sign-up--australia .base-form__toggler-title--mb10 {
  margin-bottom: 10px
}

.sign-up--australia .base-form__mb15 {
  margin-bottom: 15px
}

.sign-up--australia .base-form__toggler-radio {
  display: flex;
  align-items: center;
  justify-content: center
}

.ontario-form__field--agree-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  max-width: 85%;
  margin: 0 auto 20px
}

.sign-up--australia .register-steps__item--width {
  width: 380px !important
}

.sign-up--australia .gender-radio {
  justify-content: space-between;
  padding: 0 25px
}

.sign-up--australia .gender-radio .radio-button {
  padding: 0 15px;
  margin: 0;
  flex: 1
}

.sign-up--australia .gender-radio .radio-button__button {
  border-color: #9e2b86;
  min-width: 22px
}

.sign-up--australia .gender-radio .radio-button__content {
  align-items: center
}

.sign-up--australia .gender-radio .radio-button__text {
  top: 0
}

.sign-up--australia .form__label a {
  color: #9e2b86
}

.sign-up--australia .form__label a:after {
  background: #9e2b86
}

.modal_view_modalView__RLy3Y {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, .3);
  height: 100vh;
  width: 100%;
  z-index: 22;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden
}

.modal_view_modalViewContainer__Oahq1 {
  display: table;
  width: 100%;
  vertical-align: middle;
  height: 100%
}

.modal_view_modalViewContainerCell__Og9Y3 {
  display: table-cell;
  vertical-align: middle
}

.modal_view_modalViewFix__G7y0H {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  overflow: auto;
  height: 100%;
  max-height: 100vh;
  min-height: auto;
  padding-top: 30px
}

.modal_view_modalViewWrapper__29ubB {
  width: 100%;
  max-width: 727px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 3px;
  background: #fff;
  position: relative
}

.modal_view_modalViewWrapper__29ubB.modal_view_small__F8A1o {
  max-width: 320px
}

.modal_view_modalViewWrapper__29ubB.modal_view_cGray__6eV87 {
  background: #e5e8ed
}

.modal_view_modalViewClose__lVDoV {
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease
}

.modal_view_modalViewClose__lVDoV:hover {
  transform: scale(0.8);
  opacity: .5
}

.modal_view_modalView__RLy3Y.modal_view_local__fCFMx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto
}

.modal_view_modalView__RLy3Y.modal_view_local__fCFMx .modal_view_modalViewFix__G7y0H {
  min-height: auto
}

.modal_view_modalView__RLy3Y.modal_view_local__fCFMx .modal_view_modalViewContainerCell__Og9Y3 {
  padding-top: 30px;
  vertical-align: top
}

.modal_view_modalPortal__ZDiz4 {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 3px
}

.modal_view_oneStepModal__Q5tm2 {
  width: fit-content
}

.light {
  background: var(--cashierModalBackgroundMainLight)
}

.light [class=cw-container__title],
.light [class=cw-payments__title] {
  color: var(--formTitleColor)
}

.light [class^="cw-tabs__tab cw-tabs__tab--selected"]>[class=cw-tabs__tab-inner] {
  background: var(--cashierModalSelectedTabsBackgroundLight)
}

.light [class^="cw-tabs__tab cw-tabs__tab--selected"]>[class=cw-tabs__tab-inner]:hover {
  background: var(--cashierModalSelectedTabsBackgroundHoverLight)
}

.light [class=cw-tabs__tab]>[class=cw-tabs__tab-inner] {
  background: var(--cashierNotActiveTabBackgroundLight);
  color: var(--cashierNotActiveTabColorLight)
}

.light [class=cw-tabs__tab]>[class=cw-tabs__tab-inner]:hover {
  background: var(--cashierActiveTabBackgroundLightHover)
}

.light .cw-bonuses {
  background: var(--cashierModalBonusContainerBgLight);
  border-bottom: var(--cashierNotActiveTabBackground)
}

.light .cw-bonuses input[class=cw-bonuses__code-input] {
  background: var(--cashierBonusInputBackgroundLight);
  border: 1px solid var(--cashierModalBackgroundMainLight)
}

.light .cw-bonuses [class^=swipe-checkbox-module_label],
.light .cw-bonuses [class=cw-bonuses__not-found],
.light .cw-bonuses [class="cw-bonuses__title cw-bonuses__title--list"],
.light .cw-bonuses [class=cw-bonuses__item-text-title],
.light .cw-bonuses [class^=cashier-withdrawal-header-module_title],
.light .cw-bonuses [class=cw-bonuses__title] {
  color: var(--cashierBonusLabelColorLight)
}

.light .cw-bonuses [class="cw-payments__groups-item cw-payments__groups-item--selected"] {
  background: var(--cashierPaymentMethodGroupItemBgHover)
}

.light .cw-bonuses [class=cw-bonuses__item] {
  background: var(--cashierBonusItemBgLight);
  border: none
}

.light .cw-bonuses [class^=horizontal-menu__arrow-wrapper] {
  color: var(--cashierPaymentMethodGroupItemLight)
}

.light .cw-bonuses [class^=cashier-withdrawal-header-module_counter] {
  color: var(--white)
}

.light .cw-bonuses [class^=cashier-withdrawal-item-module_item] {
  background-color: var(--cashierActiveWithdrawalItemBgLight, var(--cashierModalBackgroundMainLight))
}

.light .cw-bonuses .withdrawal-cancel-button {
  line-height: 16px;
  background-color: var(--cashierModalSelectedTabsBackgroundLight)
}

.light .cw-bonuses .withdrawal-cancel-button:hover {
  background-color: var(--cashierModalSelectedTabsBackgroundHoverLight)
}

.light .cw-bonuses [class^=cashier-withdrawal-item-module_amount] {
  color: var(--cashierBonusLabelColorLight)
}

.light .cw-bonuses [class^=cashier-withdrawal-item-module_date] {
  color: var(--cashierCloseButtonColor)
}

.light .cw-bonuses [class=cw-bonuses__code-input] {
  color: var(--cashierNotActiveTabBackground)
}

.light .cw-bonuses--selected [class^="cw-bonuses__item cw-bonuses__item--selected"] {
  background-color: var(--cashierBonusItemBgLight);
  border: none
}

.light .cw-bonuses--selected [class^="cw-bonuses__item cw-bonuses__item--selected"] button {
  color: var(--cashierPaymentMethodGroupItemLight)
}

.light .cw-payments [class^=cashier-payment-method-item-accordion-module_accordion] {
  background: var(--cashierPaymentMethodAcardionContainerLight)
}

.light .cw-payments [class^=cashier-payment-method-item-accordion-module_accordion] .cw-payments__method {
  background-color: var(--cashierPaymentMethodBgAlterateLight)
}

.light .cw-payments [class^=cashier-payment-method-item-accordion-module_label],
.light .cw-payments [class=cw-payments__title] {
  color: var(--cashierBonusLabelColorLight)
}

.light .cw-payments [class=cw-payments__groups-item] {
  background-color: var(--cashierPaymentMethodGroupItemBgLight);
  color: var(--cashierPaymentMethodGroupItemLight)
}

.light .cw-payments [class=cw-payments__method-name] {
  color: var(--cashierNotActiveTabBackground)
}

.light .cw-payments [class=cw-payments__method] {
  background-color: var(--cashierPaymentMethodBgLight)
}

.light .cw-container [class^=one-step-form-module_title] {
  font-size: 24px;
  line-height: 32px;
  color: var(--cashierPersonalDetailsTextLight)
}

.light .cw-container [class^=one-step-form-module_subtitle] {
  color: var(--cashierPersonalDetailsTextLight)
}

.light .cw-container [class^=one-step__field-text] {
  color: var(--cashierPersonalDetailsTextLight)
}

.light .cw-container .app-button--default {
  background-color: var(--cashierModalSelectedTabsBackgroundLight)
}

.light .cw-container .app-button--default:hover {
  background-color: var(--cashierModalSelectedTabsBackgroundHoverLight)
}

.light .cw-container .app-button--default:disabled {
  background-color: var(--cashierModalSelectedTabsBackgroundDisabledLight)
}

.customer-deposit__button {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center
}

.customer-deposit__button--proceed {
  margin-top: -30px;
  margin-bottom: 30px
}

.customer-deposit__button--proceed a {
  text-decoration: none
}

.customer-deposit__error {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #3e4049;
  font-weight: 700;
  position: absolute
}

.customer-deposit__error a {
  color: #e96e32;
  text-decoration: none;
  transition: #e96e32 .15s ease
}

.customer-deposit__error a:hover {
  color: #3e4049
}

.customer-cashier__email-error {
  color: #3e4049;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
  margin: 25px
}

.cashier-welcome-bonus__switch {
  padding: 20px
}

.registration-success-modal {
  background: var(--white);
  width: 727px;
  border-radius: 3px
}

.withdrawal-cancel-button {
  background-color: var(--cashierModalSelectedTabsBackground);
  line-height: 20px
}

.withdrawal-cancel-button:hover {
  background-color: var(--cashierModalSelectedTabsBackgroundHover)
}

.withdrawal-cancel-button.app-button--disabled {
  background-color: var(--buttonDisabled)
}

.cw-bonuses .hide-overflow {
  margin-top: 0
}

.cw-container [class^=one-step-form-module_container] [class=radio-button] {
  padding: 0 !important
}

.cw-container [class^=one-step-form-module_container] [class=radio-button__text] {
  color: var(--cashierPaymentMethodGroupItemLight)
}

.cw-container [class^=one-step-form-module_container] [class=radio-button__content] {
  background: var(--cashierModalBonusContainerBgLight)
}

.cw-container [class^=one-step__field-text] {
  color: var(--cashierPersonalDetailsText)
}

.cashier-modal-ui .material-ui-inputs_radioButtonWrapper__9MbEX {
  width: 50%;
  padding: 0px !important
}

.cashier-modal-ui .material-ui-inputs_cwInfo__B5i9m {
  background: var(--cashierNotificationBackgroundCustom);
  color: var(--cashierNotificationColorCustom)
}

.base-form__field--action>.hide-overflow {
  border-radius: var(--materialBorderRadius)
}

div.material-ui-inputs_container__vxi2B {
  background-color: var(--oneStepBonusRegContainerCustom);
  border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterial) 0 0 var(--oneStepBonusRegContainerBorderRadiusMaterial)
}

div.material-ui-inputs_containerOntario__07SDk {
  background-color: var(--oneStepBonusRegContainerCustom);
  border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterialOntario) 0 0 var(--oneStepBonusRegContainerBorderRadiusMaterialOntario)
}

input.material-ui-inputs_actualInput__TACe1 {
  border: var(--materialBorder);
  border-radius: var(--materialBorderRadius);
  height: var(--materialInputHeight);
  font-size: var(--materialInputFontSize);
  color: var(--materialTextColor);
  background: var(--materialInputBgColor)
}

input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown):has(~.material-ui-inputs_floatingLabel__3\+sXi),
input.material-ui-inputs_actualInput__TACe1:focus:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
  padding-top: 14px;
  font-weight: 700
}

input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown)~.material-ui-inputs_floatingLabel__3\+sXi,
input.material-ui-inputs_actualInput__TACe1:focus~.material-ui-inputs_floatingLabel__3\+sXi {
  display: block;
  opacity: 1;
  top: 7px;
  left: 23px;
  font-size: var(--materialInputLabelSize);
  color: var(--materialLabelColor)
}

input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown)~.material-ui-inputs_formInputIcon__8qlR0:has(~.material-ui-inputs_floatingLabel__3\+sXi),
input.material-ui-inputs_actualInput__TACe1:focus~.material-ui-inputs_formInputIcon__8qlR0:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
  padding-top: 14px
}

span.material-ui-inputs_formInputCurrency__vOHGp {
  position: absolute;
  top: 16px;
  right: 12px;
  color: var(--materialLabelColor)
}

input.material-ui-inputs_error__NQmz5,
div.material-ui-inputs_error__NQmz5 {
  border: var(--materialErrorBorder)
}

input.material-ui-inputs_bonusesCodeInput__XON6f {
  border: var(--materialBorder);
  border-radius: var(--materialBorderRadius);
  height: var(--materialInputHeight);
  font-size: var(--materialInputFontSize);
  color: var(--materialTextColor);
  background: var(--materialInputBgColor)
}

div.material-ui-inputs_outer__wwV6l {
  display: flex;
  align-items: center;
  border: var(--materialBorder);
  border-radius: var(--materialBorderRadius);
  height: var(--materialInputHeight);
  color: var(--materialTextColor);
  font-size: var(--materialInputFontSize)
}

div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_inner__6K3jm.material-ui-inputs_size300__pmMnb {
  width: 300px
}

div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_inner__6K3jm.material-ui-inputs_positionRight__CgEL6 {
  left: auto;
  right: 0
}

div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_searchInput__7vAeK:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
  padding-top: 14px
}

div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_searchInput__7vAeK::placeholder {
  opacity: 0
}

div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_floatingLabel__3\+sXi {
  display: block;
  opacity: 1;
  top: 7px;
  left: 21px;
  font-size: var(--materialInputLabelSize);
  color: var(--materialLabelColor)
}

div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv {
  pointer-events: none
}

div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv .material-ui-inputs_floatingLabel__3\+sXi {
  display: block;
  opacity: 1;
  top: -10px;
  font-size: var(--materialInputLabelSize);
  color: var(--materialLabelColor);
  font-weight: 400
}

div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv:has(.material-ui-inputs_floatingLabel__3\+sXi) .material-ui-inputs_listItemText__AmmH8 {
  padding-top: 14px;
  font-weight: 700
}

div.material-ui-inputs_customOuterArrow__xkiQd {
  font-size: 12px
}

div.material-ui-inputs_customOuterArrow__xkiQd svg {
  transform: rotate(0deg) !important;
  transition: none !important
}

div.material-ui-inputs_flag__7BipW {
  pointer-events: none;
  overflow: hidden;
  width: 20px;
  height: 14px
}

div.material-ui-inputs_outerIcon__GJ0eT~.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84 {
  left: 21px
}

span.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84 {
  display: block;
  opacity: 1;
  top: 7px;
  left: 20px;
  font-size: var(--materialInputLabelSize);
  color: var(--materialLabelColor);
  font-weight: 400;
  line-height: 1
}

span.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84~.material-ui-inputs_outerText__AvjFc {
  padding-top: 14px;
  color: var(--materialTextColor);
  font-weight: 700
}

label.material-ui-inputs_radioButtonWrapper__9MbEX {
  padding: 16px !important;
  border-radius: var(--materialBorderRadius);
  background: var(--materialRadioBackgroundColor)
}

label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonInput__QaFXr:checked~.material-ui-inputs_radioButtonContent__IpmuE .material-ui-inputs_radioButton__7pIdD {
  border: 2px solid var(--accentSecondary)
}

label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonContent__IpmuE {
  background: rgba(0, 0, 0, 0)
}

label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButton__7pIdD {
  width: 16px;
  height: 16px
}

label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonText__1h8Nq {
  top: 0;
  color: var(--materialRadioTextColor)
}

button.material-ui-inputs_appButton__y7ILP {
  border-radius: var(--materialBorderRadius);
  height: var(--materialInputHeight);
  font-size: var(--materailButtonFontSize);
  background: var(--materialButtonColor)
}

button.material-ui-inputs_appButton__y7ILP:hover {
  background: var(--materialButtonColorHover)
}

button.material-ui-inputs_appButton__y7ILP.material-ui-inputs_disabled__CVJDN {
  background: var(--buttonDisabled)
}

div.material-ui-inputs_promoButton__ke3eH {
  font-weight: 400
}

div.material-ui-inputs_uiModalPortalCloseButton__kruHN {
  right: 15px;
  top: 15px;
  color: var(--modalPortalCloseButton)
}

button.material-ui-inputs_uiModalPortalCloseButtonMaterial__UE9HX,
div.material-ui-inputs_uiModalPortalCloseButtonMaterial__UE9HX {
  right: 12px;
  top: 12px;
  font-size: 16px;
  color: var(--modalPortalCloseButtonMaterial);
  width: auto;
  height: auto
}

div.material-ui-inputs_uiModalWrapperMaterial__wmHBk {
  padding: 40px 32px 32px 32px
}

div.material-ui-inputs_uiModalViewWrapperMaterial__8-zOA {
  border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterial)
}

div.material-ui-inputs_uiNotificationModalImage__uxHbA {
  width: 48px;
  height: 48px;
  font-size: 16px
}

button.material-ui-inputs_uiNotificationModalButton__\+Jz2n {
  background: var(--accentSecondary) !important;
  border-radius: 8px !important;
  padding: 12px 16px;
  min-height: 48px !important
}

button.material-ui-inputs_uiNotificationModalButton__\+Jz2n:hover {
  background: var(--secondaryButtonHover) !important
}

.material-ui-inputs_checked__KiwxL+.material-ui-inputs_additionalFakeInput__USFLF::before {
  background: var(--oneStepPromotionCheckBGCustom) !important;
  border: 1px solid var(--oneStepPromotionCheckBGCustom) !important
}

div.material-ui-inputs_uiSectionHeaderCloseMaterial__UrGpJ,
button.material-ui-inputs_uiCloseButtonMaterial__Zisrt,
div.material-ui-inputs_uiCloseButtonMaterial__Zisrt {
  position: absolute;
  width: auto !important;
  height: auto !important;
  top: 12px;
  right: 12px;
  color: var(--mainColor);
  font-size: 12px !important;
  opacity: .5;
  padding: 0 !important
}

.one-step-registration_registrationCustomHint__sM2G2 {
  font-size: 12px;
  color: var(--oneStepPromotionTextColor)
}

.one-step-registration_registrationCustomHint__sM2G2 a {
  color: var(--oneStepRegTermsLink);
  text-decoration: underline
}

.one-step-registration_registrationCustomHint__sM2G2 a:hover {
  text-decoration: none;
  color: var(--redisignVioletHover)
}

.one-step-registration_registrationCustomHint__sM2G2 a:hover::after {
  display: none
}

.one-step-registration_registrationCustomFieldHint__4udcE {
  width: auto;
  font-size: 12px;
  color: var(--oneStepPromotionTextColor)
}

.one-step-registration_appCheckbox__ywzE- {
  font-size: 12px
}

.one-step-registration_additionalFakeInput__13L0H {
  width: 16px !important;
  height: 16px !important
}

.one-step-registration_additionalFakeInput__13L0H::before {
  border-radius: 3px !important
}

.one-step-registration_additionalFakeInput__13L0H::after {
  border-color: var(--oneStepPromotionCheckColor) !important;
  left: 3px !important;
  top: -4px !important;
  height: 10px !important;
  width: 6px !important
}

.one-step-registration_registrationChecked__-cfF7+.one-step-registration_additionalFakeInput__13L0H::before {
  background: var(--oneStepPromotionCheckBGCustom) !important;
  border: none !important
}

.one-step-registration_oneStepTerms__QeP62 {
  font-size: 12px;
  color: var(--oneStepPromotionTextColor)
}

.one-step-registration_oneStepTerms__QeP62 a {
  color: var(--oneStepRegTermsLink);
  text-decoration: underline
}

.one-step-registration_oneStepTerms__QeP62 a:hover {
  text-decoration: none;
  color: var(--redisignVioletHover)
}

.one-step-registration_oneStepTerms__QeP62 a:hover::after {
  display: none
}

.one-step-registration_checkboxContent__4HUs8 {
  color: var(--oneStepPromotionTextColor)
}

.one-step-registration_oneStepWrap__ep19Y [class*=one-step-registration-form] {
  max-width: 330px
}

.one-step-registration_footerText__vkHbe {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--oneStepPromotionTextColor)
}

.one-step-registration_footerTextActive__19GyP {
  color: var(--accentSecondary);
  font-weight: 700;
  cursor: pointer;
  transition: opacity .3s ease
}

.one-step-registration_footerTextActive__19GyP:hover {
  opacity: .7
}

.section-header_sectionHeader__BTiMA {
  position: relative;
  border-radius: 3px;
  overflow: hidden
}

.section-header_sectionHeaderWrap__I2JqV {
  display: block;
  width: 100%;
  height: 140px;
  background-color: #fff
}

.section-header_sectionHeaderWrapSimple__8GcNI {
  height: 28px
}

.section-header_sectionHeaderPoster__bUiKN {
  position: absolute;
  right: 0;
  height: inherit
}

.section-header_sectionHeaderTitleWrap__fT7QR {
  top: 30px;
  position: absolute;
  left: 20px;
  bottom: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 26px;
  max-width: calc(100% - 20px - 350px);
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3f44
}

.section-header_sectionHeaderBreadcrumbs__Gwp6m {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.section-header_sectionHeaderImage__IxqS1 {
  position: absolute;
  right: 0;
  height: inherit;
  width: 330px
}

.section-header_sectionHeaderImageBg__ij\+Zb {
  background: url(breadcrumb-default-bg.f0197db097b35d02.png) no-repeat;
  width: 600px;
  height: inherit;
  position: absolute;
  right: 0
}

.page-layout_newForecastLayout__Z6oy2 {
  margin-left: 5px;
  margin-bottom: 15px;
  max-width: calc(100% - 18vw - 20px);
  padding: 0
}

.page-layout_newForecastsWrapper__O-G3\+ {
  background: var(--newForecastsPageWrapperBg)
}

.cabinet-table {
  width: 100%;
  position: relative
}

.cabinet-table tbody tr {
  transition: background-color .15s ease;
  border-bottom: 1px solid #e5e5e5
}

.cabinet-table tbody tr:hover:not(.inner):not(.active) {
  background: rgba(232, 236, 241, .7)
}

.cabinet-table__wrapper {
  border-radius: 0 0 3px 3px
}

.cabinet-table__wrapper--betting-history {
  overflow-y: hidden;
  overflow-x: auto
}

.cabinet-table__wrapper--betting-history table {
  min-width: 1350px
}

.cabinet-table__wrapper--betting-history tbody tr {
  transition: background-color .15s ease
}

.cabinet-table__wrapper--betting-history tbody tr:nth-child(1n+2) {
  border-top: 1px solid #e5e5e5
}

.cabinet-table__wrapper--betting-history tbody tr:hover {
  background: #e5e5e5
}

.cabinet-table__wrapper--ke table {
  min-width: 1400px
}

.cabinet-table__heading {
  background: #edf1f3
}

.cabinet-table__show-active thead,
.cabinet-table__show-active tr,
.cabinet-table__show-active th:first-of-type {
  padding-left: 25px
}

.cabinet-table__show-active tbody tr {
  border-left: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer
}

.cabinet-table__show-active tbody tr.active {
  background: #e5e5e5;
  border-left-color: #e96e32
}

.cabinet-table__show-active tbody tr.inner {
  background: rgba(232, 236, 241, .4);
  cursor: default
}

.cabinet-table__show-active tbody tr.inner td {
  font-size: 12px;
  padding: 20px 10px;
  vertical-align: top;
  color: #798597
}

.cabinet-table__show-active tbody tr.inner td:nth-child(1) {
  padding-left: 50px
}

.cabinet-table__show-active tbody tr.inner td:nth-last-child(1) {
  padding-right: 20px
}

.cabinet-table__bet {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between
}

.cabinet-table__bet:nth-child(1n+2) {
  margin-top: 18px
}

.cabinet-table__bet-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column
}

.cabinet-table__bet-item .event-status__live {
  position: absolute;
  left: -33px;
  top: 22px
}

.cabinet-table__bet-item span {
  display: block
}

.cabinet-table__bet-item span+span {
  padding-top: 5px
}

.cabinet-table__bet-item--w_150 {
  flex: 0 0 150px
}

.cabinet-table__bet-item--w_100 {
  flex: 0 0 100px
}

.cabinet-table__bet-item--no-one-line {
  white-space: normal
}

.cabinet-table__game-icon {
  display: block;
  left: -30px;
  position: absolute;
  top: -1px;
  width: 18px
}

.cabinet-table__league-icon {
  position: absolute;
  top: -1px
}

.cabinet-table__heading {
  width: 100%;
  background: #edf1f3
}

.cabinet-table__th {
  color: #868c96;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: -30px;
  min-height: 30px;
  padding: 9px 10px 8px 10px
}

.cabinet-table__th:nth-child(1) {
  padding-left: 20px
}

.cabinet-table__th:nth-last-child(1) {
  padding-right: 20px
}

.cabinet-table__th--w_250 {
  width: 250px;
  box-sizing: content-box
}

.cabinet-table__th--w_150 {
  width: 150px;
  box-sizing: content-box
}

.cabinet-table__th--w_100 {
  width: 100px;
  box-sizing: content-box
}

.cabinet-table__th--bet {
  padding-left: 35px
}

.cabinet-table__td {
  color: #3e4049;
  font-size: 12px;
  font-weight: 500;
  padding: 20px 10px;
  vertical-align: top
}

.cabinet-table__td:nth-child(1) {
  padding-left: 20px
}

.cabinet-table__td:nth-last-child(1) {
  padding-right: 20px
}

.cabinet-table__td--bet {
  padding-left: 35px
}

.cabinet-table__td--mid {
  vertical-align: middle
}

.cabinet-table__td--finished .date-formatter-time {
  font-weight: 400
}

.cabinet-table__time {
  color: #868c96;
  text-transform: uppercase
}

.cabinet-table__winning {
  color: #e96e32
}

.cabinet-table__total-wining {
  color: #0fa810
}

.cabinet-table__net-position--positive {
  color: #0fa810
}

.cabinet-table__net-position--negative {
  color: #f04c44
}

.cabinet-table__net-position--neutral {
  color: #e96e32
}

.cabinet-table__type-wrapper {
  display: flex;
  align-items: center
}

.cabinet-table__type-wrapper--icon .svg-icon {
  margin-right: 8px;
  font-size: 20px
}

.cabinet-table__type-wrapper--title {
  text-transform: uppercase;
  font-weight: 700
}

.cabinet-table__status {
  color: #3e4049;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  display: inline-flex;
  border-radius: 8px;
  height: 18px;
  padding: 0 12px;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  justify-content: center
}

.cabinet-table__status--pending {
  color: #fff;
  background: var(--tableStatusPending)
}

.cabinet-table__status--lose {
  color: #fff;
  background: var(--tableStatusLose)
}

.cabinet-table__status--win {
  color: #fff;
  background: var(--tableStatusSuccess)
}

.cabinet-table__status--returned {
  color: #fff;
  background: var(--tableStatusReturned)
}

.cabinet-table__status--activated {
  color: #fff;
  background: var(--tableStatusActivated)
}

.cabinet-table__status--min_width {
  width: 100px;
  flex: 0 0 100px
}

.cabinet-table__free-container {
  position: relative;
  display: flex;
  flex-direction: column
}

.cabinet-table__free-container--rfb {
  flex-direction: row
}

.cabinet-table__bet-arrow--rfb {
  position: relative;
  top: -1px;
  color: #43b65c;
  margin-right: 6px;
  font-size: 16px;
  display: inline
}

.cabinet-table__date {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400
}

.cabinet-table__date .date-formatter-date {
  font-weight: 700
}

.cabinet-table__date .date-formatter-time br {
  display: none
}

.cabinet-table__date .data-formatter-timeZone {
  margin: 4px 0
}

.cabinet-table__cashout {
  border-radius: 26px;
  overflow: hidden;
  margin-top: -5px
}

.cabinet-table__cashout .app-button {
  width: calc(100% - 32px)
}

.cabinet-table__share-button {
  margin-top: -5px
}

.cabinet-table__share-button {
  margin-top: -5px
}

.buttonsContainer {
  display: flex
}