/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

main {
  display: block
}

pre {
  font-family: "Urbanist";
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: "Urbanist";
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.grid {
  position: relative
}

.grid__row {
  position: relative;
  display: flex;
  max-width: 100%
}

.grid__row--m_top10 {
  margin-top: 10px
}

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

.grid__row--reverse {
  justify-content: flex-end
}

.grid__row--content_center {
  justify-content: center
}

.grid__row--offset {
  margin-left: -12px;
  margin-right: -12px
}

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

.grid__row--content_between {
  justify-content: space-between
}

.grid__row--border_top {
  border-top: 1px solid var(--loginBorder);
  height: 1px
}

.grid__row--border_bottom {
  border-bottom: 1px solid var(--loginBorder);
  height: 1px
}

.grid__row--full {
  width: 100%
}

.grid__col {
  max-width: 100%
}

.grid__col--full {
  width: 100%
}

.grid__col--x2 {
  width: 50%;
  box-sizing: border-box
}

.grid__col--x3 {
  width: 33.3333%;
  flex: 33.3333%
}

.grid__col--right {
  display: flex;
  align-self: flex-end
}

.grid__col--w_180 {
  width: 180px
}

.grid__col--w_110 {
  width: 110px
}

.grid__col--w_130 {
  width: 130px
}

.grid__col--offset {
  padding: 0 12px
}

.grid__col--w_85 {
  width: 85px;
  box-sizing: content-box
}

.grid__col--offset-right {
  padding-right: 12px
}

.grid__col--mw_180 {
  min-width: 180px
}

.grid__col--mw_130 {
  min-width: 130px
}

.grid__col--relative {
  position: relative
}

.grid__col--w_280 {
  width: 280px
}

.grid__col--min_160 {
  min-width: 160px
}

.form-filter-section {
  position: relative;
  padding: 20px 20px 45px 20px
}

.form-filter-section__filter-wrap {
  display: flex
}

.form-filter-section__filter-options {
  display: flex;
  position: relative;
  flex: 1;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width: 900px) {
  .form-filter-section__filter-options {
    flex-direction: column
  }
}

.form-filter-section__filter-options-column {
  max-width: 100%;
  padding: 0 10px
}

@media screen and (max-width: 900px) {
  .form-filter-section__filter-options-column:not(:first-child) {
    margin-top: 10px
  }
}

.form-filter-section__filter-options-column--calendar {
  display: flex;
  flex-direction: row
}

.form-filter-section__filter-reset-button {
  min-width: 85px;
  padding-left: 15px
}

.form-filter-section__filter--type-all {
  max-width: 150px;
  width: 100%
}

.form-filter-section__filter--type-all--medium {
  max-width: 190px
}

@media screen and (max-width: 900px) {
  .form-filter-section__filter--type-all {
    max-width: 310px
  }
}

.form-filter-section__filter--calendar:first-child {
  padding-right: 10px
}

.form-filter-section__filter--calendar:last-child {
  padding-left: 10px
}

body.animation-start {
  overflow: hidden;
  background: var(--bodyBackgroundLoading)
}

body.animation-start .first-deposit.casino,
body.animation-start .circleChatButtonWrap,
body.animation-start [data-promotion-page],
body.animation-start [data-promotions-bonus],
body.animation-start [data-vip-program],
body.animation-start [data-tournament-view] {
  display: none !important
}

body.animation-start #text-page-content {
  display: none
}

.app-full-height {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--bodyBackgroundLoading);
  z-index: 33;
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.3)
}

.animation-start .app-full-height {
  opacity: 1;
  transform: scale(1);
  pointer-events: none
}

.animation-preload {
  display: grid;
  place-content: center;
  height: 100%
}

.animation-preload img {
  height: 250px;
  width: 250px
}

.animation-start .page-not-found {
  display: none
}

body {
  font-family: "Urbanist";
  font-size: 14px;
  line-height: 1.25;
  color: #868c96;
  min-height: 100%;
  height: 100%
}

body [data-vip-program] {
  display: none !important
}

html {
  min-height: 100%;
  height: 100%
}

#content {
  padding-bottom: 15px
}

.full-page-width #content {
  padding-bottom: 0
}

* {
  box-sizing: border-box
}

.page__full {
  width: 100%
}

.page-colum-two .page {
  padding: 0
}

.text_page-1 .page {
  padding: 0
}

.app-loader {
  z-index: 20
}

.events-section {
  min-width: 0 !important
}

.customer-form__section {
  flex-wrap: wrap
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.events-holder {
  position: relative
}

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

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

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

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

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

.events-section .events-section__arrow {
  transform: rotate(-180deg)
}

.events-section--open {
  margin-bottom: 0
}

.events-section--open .events-section__arrow {
  transform: rotate(0)
}

.events-section__wrap {
  width: 100%
}

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

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

.events-section__header--no_click {
  cursor: default
}

.events-section__header--float-height {
  height: auto
}

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

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

.events-section__header--toggled .events-section__toggler .svg-icon {
  transform: rotate(0)
}

.events-section__header-actions {
  display: flex
}

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

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

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

.events-section__select {
  display: flex;
  height: 100%
}

.events-section__select-option {
  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__select-option:hover {
  opacity: 1
}

.events-section__select-option--active {
  opacity: 1
}

.events-section__select-option--active:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 5px;
  background: var(--buttonMain)
}

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

.events-section__content--300px {
  min-height: 45vh
}

.events-section__content--hidden {
  overflow: hidden
}

.events-section__content--with-position {
  position: relative
}

.events-section__content--with-position .app-loader {
  top: 0;
  left: 0
}

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

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

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

.events-section__content-footer--show-more {
  height: 36px;
  background: #e5e5e5
}

.events-section__link {
  color: var(--buttonMain);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  transition: #e96e32 .15s ease
}

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

.events-section__link--show-more {
  display: flex;
  align-items: center;
  text-decoration: none
}

.events-section__link--show-more .show-more__arrow {
  display: inline-block;
  margin-left: 5px;
  position: static;
  transform: rotate(180deg)
}

.events-section__header-title {
  padding: 0
}

.events-section__arrow {
  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__arrow--back {
  transform: rotate(-90deg) !important
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.page-header {
  height: 69px;
  position: relative;
  display: flex;
  background: linear-gradient(#021137, #021137);
  z-index: 3;
  justify-content: space-between
}

.page-header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%
}

.page-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.page-header__burger {
  color: #fff
}

.page-header__burger svg {
  width: 20px;
  height: 20px
}

.page-header__logo {
  margin-left: 5px;
  margin-top: 5px;
  display: block;
  flex-shrink: 0
}

.page-header__logo img {
  width: 140px
}

.page-header__logo-additional {
  width: 90px;
  height: 36px;
  margin-left: 5px;
  flex-shrink: 0
}

.page-header__menu {
  flex: 1 0 auto;
  position: relative;
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: flex-start
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px
}

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

.page-wrapper--flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.page-wrapper--relative {
  position: relative
}

.page-wrapper--full-height {
  height: 100%
}

.page-center {
  max-width: 100%
}

.page-center:not(.center-section) {
  width: 100%
}

.page-content {
  padding: 82px 0 0 0
}

.main-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -20px;
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none
}

.main-banner__content--type3 {
  align-items: normal
}

.main-banner__title {
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .35px;
  color: #fff
}

.main-banner__sub-title {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fffb63
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon {
  font-size: 30px
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon--left {
  margin-right: 10px
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon--right {
  margin-left: 10px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon {
  font-size: 14px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon--left {
  margin-right: 12px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon--right {
  margin-left: 12px
}

.main-banner__sub-title--type3 {
  font-weight: 300;
  color: #fff
}

.main-banner__sub-title--type3>span {
  margin-left: 3px;
  font-weight: 400;
  color: #fffa5b
}

.main-banner__sub-title--bigger {
  font-size: 30px
}

.main-banner__sub-title--light {
  color: #fff
}

.main-banner__span_wrap {
  color: #fffb63;
  font-weight: 700
}

.main-banner__highlight {
  color: rgb(45 134 239);
  font-size: 42px
}

.main-banner__highlight--smaller {
  font-size: 30px
}

.main-banner__description {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  text-transform: uppercase;
  text-align: center;
  color: #fffb63
}

.main-banner__description__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 1
}

.main-banner__description__number--color-white {
  color: #fff
}

.main-banner__description__number--color-red {
  color: #fa3740
}

.main-banner__description__number--sign {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2
}

.main-banner__description__number--reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end
}

.main-banner__description__text {
  margin: 0 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1
}

.main-banner__prize_wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  box-shadow: 0 3px 16px #000;
  border-radius: 44px;
  border: 2px solid rgba(255, 250, 91, .52);
  padding: 10px 12px 10px 25px
}

.main-banner__prize_wrap__no_border {
  border: none
}

.main-banner__prize_wrap__value {
  font-size: 65px;
  font-weight: 600;
  line-height: 55.8px;
  text-shadow: 0 1px 2px #000;
  color: #fffa5b
}

@media screen and (max-width: 1000px) {
  .main-banner__prize_wrap__value {
    font-size: 45px
  }
}

.main-banner__prize_wrap__value+.main-banner__prize_wrap__button {
  margin-left: 15px
}

.main-banner__prize_wrap__button {
  flex: 1;
  width: 200px
}

.main-banner__prize_wrap__top {
  margin-top: 10px
}

.main-banner__button-link {
  display: block;
  width: 100%;
  text-decoration: none
}

.main-banner__button {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: center
}

.main-banner__button__wrap {
  max-width: 200px;
  width: 100%;
  border-radius: 25px
}

.main-banner__button__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .76), inset 0 1px 1px rgba(255, 255, 255, .48);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer
}

.page {
  padding-bottom: 15px
}

.full-page-width .page {
  padding-bottom: 0
}

.main-banner__content--no-text {
  width: 260px;
  bottom: -40px
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.aside {
  position: fixed;
  width: 16vw;
  flex: 0 0 16vw;
  z-index: var(--zIndex-desktopAsideMenuForTextPage-below);
  bottom: 15px;
  flex-direction: column;
  left: 10px;
  top: 82px;
  display: flex;
  min-width: 250px
}

.aside__text-page {
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-width: thin
}

.aside__text-page::-webkit-scrollbar {
  width: 3px
}

.aside__text-page::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 3px
}

.aside__text-page::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0)
}

.aside__text-page:hover {
  scrollbar-color: rgba(233, 110, 50, .7) rgba(0, 0, 0, 0)
}

.aside__text-page:hover::-webkit-scrollbar-thumb {
  background-color: rgba(233, 110, 50, .7)
}

.aside__cabinet {
  display: flex;
  flex: 1 1 0;
  height: 100%
}

.aside__scrolled {
  display: flex;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

.aside__c {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  background: #fff;
  max-width: 100%;
  margin-bottom: 16px
}

.aside__c:nth-last-child(1) {
  margin-bottom: 0
}

.aside__c--widget {
  position: relative;
  z-index: 5
}

.aside__c--sticky {
  position: static;
  top: -30px;
  transition: top .2s ease
}

.sticky_section .aside__c--sticky {
  position: fixed;
  top: 10px
}

.aside__c--no_filled {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0)
}

.aside__info {
  padding: 6px 10px 15px 10px
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.text-page__section {
  padding: 20px 20px 20px 0
}

.text-page__section h2 {
  color: #202538;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 13px 0
}

.text-page__section ul {
  margin: 15px 0;
  padding: 0 0 0 15px;
  list-style: none
}

.text-page__section ul li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 400
}

.text-page__section ul li a {
  color: #e96e32;
  transition: color .15s ease;
  text-decoration: underline
}

.text-page__section ul li a:hover {
  color: inherit
}

.text-page__section ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e96e32;
  position: absolute;
  display: block;
  left: 0;
  top: 3px
}

.text-page__section ul li+li {
  margin-top: 10px
}

.text-page {
  padding: 20px;
  line-height: 24px
}

.text-page h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #202538
}

[data-promotions-terms] .text-page h1 {
  color: #fff
}

.text-page p {
  color: #3e4049;
  font-size: 14px;
  margin: 0;
  padding: 0
}

[data-promotions-terms] .text-page p {
  color: #fff
}

.text-page p:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.text-page p strong {
  font-weight: 700
}

.text-page p+p {
  margin-top: 15px
}

.text-page h2 {
  color: #202538;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 13px 0
}

[data-promotions-terms] .text-page h2 {
  color: #fff
}

.text-page h3 {
  margin: 13px 0;
  font-size: 14px;
  line-height: 1.3;
  color: #202538
}

[data-promotions-terms] .text-page h3 {
  color: #fff
}

.text-page img {
  max-width: 100%;
  float: left
}

.text-page ol {
  margin: 15px 0;
  padding: 0 0 0 15px;
  list-style: none;
  counter-reset: start
}

.text-page ol li {
  position: relative;
  counter-increment: start;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px 0 23px
}

.text-page ol li a {
  color: #e96e32;
  transition: color .15s ease;
  text-decoration: underline
}

.text-page ol li a:hover {
  color: inherit
}

.text-page ol li:before {
  content: counter(start) ".";
  font-weight: 700;
  color: #202538;
  position: absolute;
  left: 0
}

.text-page ol li+li {
  margin-top: 10px
}

.text-page ul {
  counter-reset: new;
  margin: 15px 0 15px 15px;
  padding: 0 0 0 15px;
  list-style: none
}

.text-page ul li {
  counter-increment: new;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400
}

.text-page ul li:before {
  content: "";
  font-weight: 700;
  color: #202538;
  position: absolute;
  left: -5px
}

.text-page ul li a {
  color: #e96e32;
  transition: color .15s ease;
  text-decoration: underline
}

.text-page ul li a:hover {
  color: inherit
}

.text-page ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e96e32;
  position: absolute;
  display: block;
  left: -20px;
  top: 7px
}

.text-page ul li+li {
  margin-top: 10px
}

.text-page table {
  margin: 15px 0
}

.text-page table th {
  background-color: #3c3f44;
  min-height: 30px;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-weight: 700
}

.text-page table tbody td {
  color: #868c96;
  padding: 7px 15px;
  font-weight: 500;
  border-bottom: 1px solid #e8ecf1
}

.text-page table tbody td:nth-child(1) {
  border-left: 1px solid #e8ecf1
}

.text-page table tbody td:nth-last-child(1) {
  border-right: 1px solid #e8ecf1
}

.text-page table tbody tr:nth-child(odd) td {
  background-color: #868c96
}

.text-page table tbody tr:nth-child(even) td {
  background-color: #868c96
}

#text-page .section-title {
  display: flex;
  min-height: 100%;
  padding-top: 5px;
  position: relative
}

#text-page .section-title__text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  min-height: 100%;
  padding: 4px 0;
  position: relative;
  text-transform: uppercase;
  transition: #fff .15s ease;
  -webkit-user-select: none;
  user-select: none
}

.text-page .accordion {
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  width: 100%;
  border: none;
  outline: none;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0
}

.text-page .accordion-panel {
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.text-page .accordion-panel.accordion-panel-active {
  max-height: unset
}

.text-page .accordion-active,
.text-page .accordion:hover {
  cursor: pointer
}

.text-page .accordion:after {
  content: "➕";
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px
}

.text-page .accordion-active:after {
  content: "➖"
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.notification-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .3)
}

.notification-modal__content {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  background: #fff;
  min-width: 470px;
  max-width: 100%;
  position: relative;
  padding: 30px 20px;
  border-radius: 15px;
  opacity: .6;
  transition: opacity .3s ease;
  pointer-events: auto
}

.notification-modal__close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  cursor: pointer
}

.notification-modal__image {
  width: 90px;
  height: 90px;
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto
}

.notification-modal__image--fail {
  color: #f04c44;
  background-color: #faebe9
}

.notification-modal__image--success {
  color: #3fc369;
  background-color: rgba(63, 195, 105, .1)
}

.notification-modal__image .svg-icon {
  height: 33px;
  width: 33px
}

.notification-modal__message {
  text-align: center;
  color: #3e4049;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 28px;
  max-width: 480px
}

.notification-modal__buttons-wrapper {
  display: flex
}

.notification-modal__buttons-wrapper .notification-modal__button {
  margin: 30px 10px 0;
  flex: 1
}

.notification-modal__button {
  margin-top: 30px
}

@keyframes notificationToggler {
  0% {
    transform: scale(0.7)
  }

  45% {
    transform: scale(1.05)
  }

  80% {
    transform: scale(0.95)
  }

  100% {
    transform: scale(1)
  }
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.radio-button {
  position: relative;
  display: block
}

.radio-button+.radio-button {
  margin-top: 12px
}

.row .radio-button+.radio-button {
  margin: 0 0 0 15px
}

.gender-radio .radio-button+.radio-button {
  padding: 0 15px
}

.radio-button--small+.radio-button--small {
  margin-top: 6px
}

.radio-button--small .radio-button__button {
  background-color: #fff;
  border: 1px solid #c3ccd9;
  width: 18px;
  height: 18px
}

.radio-button--small .radio-button__button:after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px
}

.radio-button--small .radio-button__text {
  font-size: 12px
}

.radio-button--small .radio-button__additional {
  margin-top: 3px
}

.radio-button__container {
  display: flex
}

.radio-button__container:not(.row) {
  flex-direction: column
}

.radio-button__container.row {
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.radio-button__input {
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0
}

.radio-button__input:checked+.radio-button__content .radio-button__button:after {
  transform: scale(1)
}

.radio-button__content {
  display: flex;
  align-items: flex-start;
  -webkit-user-select: none;
  user-select: none
}

.radio-button__button {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #edf1f3;
  margin-right: 15px;
  position: relative
}

.gender-radio .radio-button__button {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #c3ccd9
}

.radio-button__button:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  transition: transform .15s ease;
  transform: scale(0);
  background: #9d20ff
}

.radio-button__text {
  color: #3e4049;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  top: 3px
}

.gender-radio .radio-button__text {
  font-weight: 400
}

.radio-button__additional {
  color: rgb(45 134 239);
  margin-top: 8px
}

.league-page {
  position: relative
}

.league-page__breadcrumbs {
  position: relative;
  background-color: #fff;
  display: flex;
  padding: 0;
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-position: right;
  width: 100%;
  height: 28px;
  overflow: hidden
}

.league-page__breadcrumbs--default-bg {
  background: url("/assets/breadcrumb/breadcrumb-default-bg.png") no-repeat;
  width: 600px;
  height: inherit;
  position: absolute;
  right: 0
}

.league-page__breadcrumbs--blue-bg {
  background: url("/assets/breadcrumb/breadcrumb-default-bg.png") no-repeat;
  width: 600px;
  height: inherit;
  position: absolute;
  right: 0
}

#platform {
  position: relative;
  z-index: 10
}

.react-horizontal-scrolling-menu--scroll-container {
  overscroll-behavior: contain
}

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

.react-horizontal-scrolling-menu--scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.loading-button {
  overflow: visible
}

.loading-button svg {
  overflow: visible
}

.loading-button svg rect {
  x: 3px;
  y: 3px;
  height: calc(100% - 5px);
  width: calc(100% - 6px)
}

.is_spa [data-christmas-tournament-view] {
  display: block !important
}

.main-page-sport-filter-item-module_item__Voul1 {
  border-width: 1px !important;
  border-style: solid !important
}

.main-page-sport-filter-item-module_itemActive__TATea {
  border-color: var(--mslSportFiltersItemBgActive) !important
}

.default-slider {
  min-height: 308px;
  height: 23vh;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 3px;
  overflow: hidden
}

.default-slider:hover .default-slider__control {
  opacity: .5
}

.default-slider:hover .default-slider__control:hover {
  opacity: 1
}

.default-slider__image-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center
}

.default-slider__content {
  position: absolute;
  z-index: 3;
  padding-left: 70px;
  left: 0;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.default-slider__bullets {
  z-index: 3;
  position: absolute;
  bottom: 12px;
  display: flex;
  left: 50%;
  transform: translateX(-50%)
}

.default-slider__bullet {
  margin: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-flex;
  transition: translateX(-50%) .15s ease, background-color .15s ease
}

.default-slider__bullet:not(.active) {
  background-color: #fff;
  cursor: pointer
}

.default-slider__bullet:not(.active):hover {
  transform: scale(1.2)
}

.default-slider__bullet.active {
  cursor: default;
  background: #fac0c0
}

.default-slider__control {
  position: absolute;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: opacity .15s ease;
  z-index: 3;
  cursor: pointer;
  padding: 6px;
  top: 50%;
  transform: translateY(-50%)
}

.default-slider__control:hover {
  opacity: 1
}

.default-slider__control--left {
  left: 17px;
  transform: translateY(-50%) scaleX(-1)
}

.default-slider__control--right {
  right: 17px
}

.default-slider .awssld__box {
  min-height: 308px;
  height: 23vh
}

.default-slider .awssld__bar {
  height: 2px !important;
  background: #e8ecf1 !important
}

.default-slider .awssld__bullets {
  bottom: 8px
}

.default-slider .awssld__bullets button {
  width: 8px;
  height: 8px;
  background: #fff
}

.default-slider .awssld__bullets button.awssld__bullets--active {
  background: #9e2b86
}

.awssld__content img {
  display: block
}

:root {
  --bodyBackgroundColor: #F4F4F4;
  --bodyBackgroundLoading: #292929;
  --bodyAccentBgColor: #3A3D40;
  --headerBackground: #021137;
  --baseBorderRadius: 3px;
  --betradarStaticTimeline: rgba(255, 255, 255, 0.6);
  --mobileSmallMaxWidth: 459px;
  --secondaryButtonHover: #7E1ACC;
  --defaultButtonHover: #bc4220;
  --menuActiveColor: #ffffff;
  --menuHover: rgb(45 134 239);
  --menuDefault: rgba(255, 255, 255, 0.4);
  --menuDropdownBackgroundColor: #021137;
  --menuDropdownTextColor: #ffffff;
  --menuActiveBorderBottom: #9D20FF;
  --headerClockBg: #1B2027;
  --headerClockColor: #808389;
  --headerClockColorDesktop: #c7cdd4;
  --headerLanguageHoverColor: #ffffff;
  --arrowColor: rgb(45 134 239);
  --arrowBg: #e8ecf1;
  --infoBoxColor: #202538;
  --infoBoxImage: #c3ccd9;
  --buttonMain: rgb(45 134 239);
  --buttonMainHover: rgb(45 134 239);
  --postcoderButtonHover: #e1e6ec;
  --postcoderButtonHoverText: #868c96;
  --buttonSecondary: #9D20FF;
  --buttonText: #fff;
  --mainButtonHover: rgb(45 134 239);
  --modalText: #fff;
  --providerIconBg: #E8ECF6;
  --draggerScrollButtonBg: #e8ecf1;
  --draggerScrollButtonArrow: rgb(45 134 239);
  --error: #F54744;
  --mainColor: #3E4049;
  --menuTitle: #fff;
  --menuSectionBorder: #c3ccd9;
  --contactsMobAnchor: #43B65C;
  --searchGray: #7F8B94;
  --efhTextColor: #ffffff;
  --headingInactiveTextColor: rgba(255, 255, 255, 0.4);
  --eventNumber: #3E4049;
  --eventSectionBackground: #fff;
  --eventMenuColor: #868C96;
  --eventMenuColorHover: rgb(45 134 239);
  --eventHeading: #868c96;
  --eventHeadingBackground: #edf1f3;
  --verificationBlockBacgroundColor: #edf1f3;
  --eventHeadingTextColor: #3E4049;
  --eventHalfInformation: #868c96;
  --eventSelected: #EDF1F3;
  --eventUp: #9D20FF;
  --eventDown: #FAC0C0;
  --eventDownActive: #E7CBCE;
  --eventUpActive: #CFDED0;
  --eventModalText: #fff;
  --eventModalBackground: #021137;
  --eventMenuLine: #30ad74;
  --eventCoefficientBorder: #6e82a2;
  --inputColor: #6e82a2;
  --eventCoefficientBorderDisabled: #c3ccd9;
  --eventCoefficientBorderNotActive: #c3ccd9;
  --liveColor: #fe5151;
  --eventCoefficientBorderSelected: #fe5151;
  --eventCoefficientArrowUp: rgb(45 134 239);
  --eventCoefficientArrowDown: #fe5151;
  --eventCoefficientValueBorder: #CBD2DE;
  --matchMenuBackground: #3c3f44;
  --eventTableBorder: #e8ecf1;
  --factorUpBackground: #C9E4C1;
  --factorUpBorderColor: #4da533;
  --factorDownBackground: #FAC0C0;
  --factorDownBorderColor: #F54744;
  --eventTableColActiveColor: inherit;
  --eventHeaderArea: rgba(2, 15, 34, 0.6);
  --eventHeaderCountdownArea: rgba(2, 15, 34, 0.6);
  --eventHeaderCountdownValue: #ffffff;
  --eventHeaderCountdownLabel: #828d9c;
  --eventScoreBackground: rgba(2, 15, 34, 0.4);
  --eventFinishedColor: #fe5151;
  --eventLiveColor: #9D20FF;
  --halfTitleColor: #495973;
  --halfTitleColorMob: #394A63;
  --halfScoreBorder: #2b3950;
  --eventMobIconBg: #7387a5;
  --eventSwitcherButtonBg: #173453;
  --eventSwitcherButtonBgActive: #021137;
  --eventSwitcherButtonBorder: transparent;
  --eventSwitcherButtonBorderActive: rgb(45 134 239);
  --cabinetIbanError: #FFB800;
  --settingColor: rgba(255, 255, 255, 0.4);
  --iconDropdownPostColor: #fff;
  --oddsIconHoverColor: #fff;
  --titleTopBorderColor: rgb(45 134 239);
  --togglerResponsiveColor: #9D20FF;
  --togglerResponsiveColorHover: rgb(45 134 239);
  --filterBackground: #0C386D;
  --inputBackground: #edf1f3;
  --inputImageColor: #303955;
  --filterTimeColor: rgba(255, 255, 255, 0.4);
  --rowSectionPadding: 16px;
  --breadcrumbDefaultCoverBackground: #ffffff;
  --breadcrumbHeaderImageBackground: #ffffff;
  --breadcrumbBorderColor: #e5e8ed;
  --breadcrumbItemBackground: #ffffff;
  --breadcrumbItemColorActive: #9D20FF;
  --breadcrumbItemColor: #6e82a2;
  --couponFooterColor: #cfd6db;
  --couponFooterBackground: #ebebeb;
  --couponNoDataColor: #868c96;
  --couponTitlesColor: #414141;
  --couponValueColor: rgb(45 134 239);
  --couponBidsNoDataTextColor: #3E4049;
  --couponBetSettingDescriptionBG: #E5E8ED;
  --couponBetSettingDescriptionArrow: #616571;
  --couponBetSettingDescriptionInfoBG: rgb(45 134 239);
  --couponScrollbarColor: #9D20FF;
  --footerBackground: #021137;
  --footerBorder: #868c96;
  --footerMobileIconBg: #171717;
  --footerSeoTextHidden: #e5e8ed;
  --seoTextShadowColor: #fff;
  --iconTopBottom: #7387a5;
  --inputBackgroundForm: #fff;
  --inputPlaceholderColor: #a2a7ab;
  --inputErrorColor: #fe5151;
  --formArrowColor: #c3ccd9;
  --formStepBorder: #d6dae1;
  --mobileShadow: rgba(0, 0, 0, 0.3019607843);
  --dropDownTextColor: #6e82a2;
  --dropDownTextActiveColor: #edf1f3;
  --modalBackground: #ffffff;
  --modalContainerBg: #F4F4F4;
  --modalSwipeHeaderBorderRadius: 8px;
  --modalSwipeHeaderHeight: 50px;
  --modalSwipeHeaderElementWidth: 46px;
  --modalSwipeHeaderElementHeight: 4px;
  --modalSwipeHeaderElementBgc: #E5E5E5;
  --notFoundCircle: #e1e8ef;
  --forecastsBorder: #e1e8ef;
  --forecastHistoryDate: #1A2930;
  --forecastButtonHoverBg: #F6F8F9;
  --forecastsBgSelected: #DDEFFF;
  --forecastsBorderSelected: #C2D2E2;
  --borderProfileTable: #e5e5e5;
  --eventBorderTable: #edf1f3;
  --arrowDividerBorder: #BBC6D4;
  --tablePending: #fbdb90;
  --tableWin: rgb(45 134 239);
  --tableLose: #dadde2;
  --svgMenu: #566476;
  --subMenuColor: #5e6870;
  --clientMenuBorder: #cdd2da;
  --loginBorder: #bdc5d4;
  --casinoLiveLogin: #3fc369;
  --casinoAmount: #e1ff14;
  --casinoCircleColor: #e6eaf3;
  --casinoCircleColorDisabled: #cfd3db;
  --registrationDescMob: #c3e2fc;
  --registerBlockBg: #f8f8f8;
  --registerSignUpBonus: #021137;
  --registrationCheckboxSquareBlue: #52999d;
  --registrationCheckboxSquareActive: #d5e3e4;
  --registrationCheckboxSquareInactive: #f4f4f4;
  --aggregateScoreBG: #E2E8EE;
  --regFinalizationNoticeColor: #6F83A3;
  --notificationBackground: #faebe9;
  --notificationSuccessColor: #3FC369;
  --notificationSuccessBackground: rgba(63, 195, 105, 0.1);
  --BetSlipBgMobile: rgba(0, 0, 0, 0.7);
  --textPageMobileColor: #213859;
  --statusDeclined: #f0493c;
  --mobileFooterBorder: #021137;
  --mobileConfirmBg: #edf1f3;
  --mobileConfirmTerms: #1794ff;
  --forecastStarBg: #e9eef4;
  --starFirst: #fbc91b;
  --starSecond: #a8bcd0;
  --starThird: #ffffff;
  --iconGray: #75859a;
  --verificationDocDeclined: #fbebe9;
  --promotionTextMob: #798597;
  --promotionDateMob: #828d9e;
  --promotionTitle: #fff;
  --promotionSubtitle: rgb(45 134 239);
  --promotionText: #081d36;
  --promotionItemBackground: linear-gradient(to bottom, #09294f 50%, #ffffff 50%);
  --promotionShadow: #3E4049;
  --promotionShadowRGB: 62, 64, 73;
  --promotionButtonFindBg: #778ca9;
  --promotionButtonFindHoverBg: #5b6f8b;
  --promotionButtonFindBorderColor: #778ca9;
  --promotionButtonFindTextColor: #ffffff;
  --promotionRibbonText: #fff;
  --promotionRibbonAll: rgb(45 134 239);
  --promotionInfo: #054146;
  --promotionInfoIconBg: #ffffff;
  --promotionIconAll: rgb(45 134 239);
  --promotionIconAllHover: #9D20FF;
  --promotionIconSport: rgb(45 134 239);
  --promotionIconSportHover: #9D20FF;
  --promotionIconCasino: rgb(45 134 239);
  --promotionIconCasinoHover: #9D20FF;
  --promotionIconVip: rgb(45 134 239);
  --promotionIconVipHover: #9D20FF;
  --promotionButtonSportBg: rgb(45 134 239);
  --promotionButtonSportHoverBg: #cc5216;
  --promotionButtonCasinoBg: rgb(45 134 239);
  --promotionButtonCasinoHoverBg: #bc4220;
  --casinoPlaceholderPrimary: #f0f0f0;
  --casinoPlaceholderSecondary: #dedede;
  --promotionHeaderBannerMargin: 0;
  --promotionHeaderBannerBorderRadius: 0;
  --promoCardBg: #F4F4F4;
  --promoCardInfoBorder: #E2E8EE;
  --promoCardTitleIcon: #0d1d34;
  --promoCardWagerStatusBg: #ffffff;
  --promoCardWagerProgressBg: #213859;
  --promoCardExpirationDateBg: #ffffff;
  --promoCardExpirationDate: #798597;
  --promoCardActiveIcon: #4DA533;
  --promoCardCancelIcon: #adbbd1;
  --promoCardCancelIconHover: #F54744;
  --promoCardLink: #4DA533;
  --promoCardGamesButton: #3E4049;
  --promoCardGamesButtonHover: #3E4049;
  --promoCardGamesButtonHoverBg: #ffffff;
  --promoCardGamesButtonHoverBgRGB: 255, 255, 255;
  --promoCardGamesButtonBorder: #E2E8EE;
  --freespinGamesWrapperBg: #ffffff;
  --freespinGamesItemTitleBg: rgb(45 134 239);
  --freespinGamesItemTitleBgHover: #d63f14;
  --freespinGamesItemTitle: #ffffff;
  --sliderHeight: 23vh;
  --minimalSlider: 308px;
  --sliderLeftOffset: 70px;
  --sliderContentWidth: auto;
  --sliderControlOffset: 17px;
  --sliderBulletsDefaultBackground: #ffffff;
  --sliderBulletsActiveBackground: #9D20FF;
  --bannerImgBacgroundcolor: #F4F4F4;
  --titleMenuColorHighlight: #fe5151;
  --borderColorMenu: #e8e8e8;
  --sportMenuBg: #fafcfd;
  --topEventsFactorBg: #edf1f3;
  --topEventsFactorBorder: #e1e5eb;
  --factorIconsColor: #cdd9da;
  --factorsBorderHover: #ced9df;
  --factorSelectedBackgroundColor: #E2E5E8;
  --factorSelectedBorderColor: #6f7b8d;
  --menuEventSvgColor: #cdd9da;
  --betHistoryHeaderMob: #edf1f3;
  --betHistoryIdColor: #868c96;
  --blueArrow: #021137;
  --forecastBorderMob: #e6eaf1;
  --changeOddsIcon: #9D20FF;
  --changeOddsIconItem: #a8b6cd;
  --etaColFactorUpBackground: #EFF7ED;
  --etaColFactorDownBackground: #fee6e8;
  --etaCoefficientColor: #3E4049;
  --starColor: rgb(45 134 239);
  --couponErrorsDefaultBorder: #ffc500;
  --couponErrorsDefaultBackground: rgba(250, 213, 84, 0.5);
  --couponErrorsRedBackground: rgba(244, 207, 201, 0.5);
  --couponSuccessBackground: rgba(48, 173, 16, 0.1);
  --couponHistorySectionBorder: #bfcbda;
  --eventTopBorder: #bfcbda;
  --backgroundSuccess: #d1eeda;
  --backgroundFail: #fcd8d6;
  --tableDelimiter: #dadada;
  --forecastHistoryHeadingColor: #868c96;
  --forecastResultColor: #3E4049;
  --headerTextColor: #213859;
  --subHeaderBg: #184aad;
  --subHeaderHover: #9cc1e1;
  --subHeaderColor: #bac4d3;
  --headerBgBlue: #11294A;
  --arrowOrange: #D09A3D;
  --almostWhiteTitle: #FEFEFE;
  --grayDescription: #9E9E9E;
  --termsTitleBorder: #5C6C82;
  --termsTextColor: #99A1AF;
  --pinLineBg: #FBE79B;
  --buttonsGray: #778CA9;
  --buttonGrayHover: #5B6F8B;
  --betNameColor: #3E4049;
  --buttonGreen: #9D20FF;
  --buttonGreenHover: rgb(45 134 239);
  --buttonOrange: #E4A63A;
  --buttonDisabled: #D8D8D8;
  --mobJackpotButton: #D8D8D8;
  --asideLeagueActive: #edf1f3;
  --buttonRed: #F04E34;
  --buttonRedHover: #BE260E;
  --sportFilterColorActive: #dca716;
  --couponListItems: #DDE1E8;
  --couponTaxColor: #a7b0b6;
  --jackpotOddBackground: #ffeeb9;
  --jackpotHighlightColor: #a7b6cd;
  --accountBalanceBorder: #eceff3;
  --notFoundBackgroundPage: #194674;
  --resultBlockShadow: rgba(0, 0, 0, 0.1019607843);
  --liveCasinoTextColor: #fec019;
  --liveCasinoHeaderTitleColor: rgb(45 134 239);
  --borderOrange: #ffc500;
  --gapTopMenu: 82px;
  --gapBetweenBlock: 15px;
  --gapLeftPage: 9px;
  --disabledDay: #c1c3c7;
  --disabledWeek: #f5cac3;
  --vipProgramDefaultColor: #ffb72d;
  --vipProgramBackgroundColor: #0e0e24;
  --vipProgramContentBackgroundColor: #2d2d40;
  --vipProgramContentBorderColor: #797985;
  --headerBlueTitle: rgb(45 134 239);
  --vipProgramSwitchButtonBackground: #fbfbfb;
  --vipProgramSwitchButtonTextColor: #ffffff;
  --vipProgramSwitchButtonCasinoBorder: #2e9654;
  --vipProgramSwitchButtonSportBorder: #146abd;
  --vipProgramProfileUsername: #ffb72d;
  --vipProgramProfileLevelColor: #ffffff;
  --vipProgramProfileExchangeButtonColor: #152a47;
  --vipProgramProfileRulesLinkColor: rgb(45 134 239);
  --vipProgramProgresTextColor: #ffffff;
  --vipProgramProgresBarBackground: #ffffff;
  --vipProgramBenefitIconBackground: #2db155;
  --vipProgramBenefitIconBorderStyle1: #2db155;
  --vipProgramBenefitIconBorderStyle2: #0059ad;
  --vipProgramBenefitDescription: #ffffff;
  --vipProgramLevelTableHeaderTextColor: #ffb72d;
  --vipProgramTableBadgePointColor: #ffffff;
  --vipProgramTableBadgeLevelColor: #2d2d40;
  --vipProgramTableDeviderBorderColor: #7f7f8a;
  --vipProgramTableBadgeRewardColor: #ffffff;
  --vipProgramLevelTableBadgeLevelBackgroundColor: #ffb72d;
  --vipProgramLevelTableBadgePointsBackgroundColor: rgba(0, 0, 0, 0.26);
  --vipProgramLevelTableBadgeRewardBackgroundColor: rgb(45 134 239);
  --switchButtonHandleShadow: rgba(0, 0, 0, 0.2);
  --switchButtonHandleBackground: #fff;
  --switchButtonBackground: #eceeef;
  --switchButtonTextOff: #aaaaaa;
  --switchButtonTextOn: #fff;
  --bonusTicketText: #fff;
  --bonusTicketTextBorder: rgba(255, 255, 255, 0.3490196078);
  --bonusTicketLeftSide: #021137;
  --bonusTicketDivider: rgba(255, 255, 255, 0.51);
  --bonusTicketContent: #7dddfa;
  --bonusTicketContentOrange: #ffbc41;
  --mainBannerTitle: #ffffff;
  --mainBannerSubTitle: #fffb63;
  --mainBannerSubTitleType3: #ffffff;
  --mainBannerSubTitleType3Label: #fffa5b;
  --mainBannerDescription: #fffb63;
  --mainBannerNumberWhite: #ffffff;
  --mainBannerNumberRed: #fa3740;
  --mainBannerPrizeWrapShaddow: #000000;
  --mainBannerPrizeTextShadow: #000000;
  --mainBannerPrizeTextColor: #fffa5b;
  --mainBannerButtonText: #ffffff;
  --bannerWelcomeBackground: #1F375B;
  --bannerWelcomeTitleColor: #ffffff;
  --bannerWelcomeGroupTitleColor: #f6bf29;
  --bannerWelcomeGroupBorderColor: #f6bf29;
  --bannerWelcomeGroupDescriptionColor: #ffffff;
  --asideSubtitleBg: #260D38;
  --asideSubtitleBorder: #6B5B76;
  --asideTimerBg: #0E0B32;
  --asideTimerColor: #FFFDD3;
  --asideButtonBg: #1CB849;
  --asideButtonShadow: #1B7C37;
  --asideLinkToMobileApp: #1A3769;
  --asideLinkToMobileAppMobile: #001833;
  --cabinetTableLose: #800000;
  --cabinetTableReturned: #dadde2;
  --cabinetTableActivated: #1493ff;
  --sportVipProgramBgColor: #0e0e24;
  --sportVipProgramContentBgColor: #2d2d40;
  --sportVipProgramContentBgColorBlue: #0f3b60;
  --vipProgramSwitchButtonBg: #fbfbfb;
  --vipProgramTerms: #ffffff;
  --sportVipProgramContentBorderColor: #797985;
  --sportVipProgramContentActiveBorderColor: #2DA440;
  --sportVipHeaderBlueTitle: rgb(45 134 239);
  --sportVipProgramDefaultColor: #ffb72d;
  --sportVipProgramLevelTitleColor: rgb(45 134 239);
  --sportVipProgramProgresTextColor: #ffffff;
  --sportVipProgramLevelColor: #ffffff;
  --sportVipProgramPointHelpWrapBg: #1a1a2c;
  --sportVipProgramPointBalanceWhite: #ffffff;
  --sportVipProgramPointHelpIconBg: #2db155;
  --sportVipProgramPointHelpIconBorder: #2db155;
  --sportVipProgramPointHelpTextColor: #ffffff;
  --sportVipProgramPointHelpDevider: #ffffff;
  --sportVipProgramPointHelpTextDescriptionColor: #a6a6aa;
  --sportVipProgramProgresBarBg: #ffffff;
  --sportVipProgramBenefitHeadingColor: #ffffff;
  --sportVipProgramButtonColor: #152a47;
  --sportVipProgramBenefitDescriptionColor: #ffffff;
  --cookieBar: rgba(0, 0, 0, 0.5);
  --freeBetBorderColor: #F4F4F4;
  --coinExchangeSectionDevider: #e8ecf1;
  --coinExchangeGridContentBackground: #edf1f3;
  --coinExchangeGridContentColor: #6e82a2;
  --coinExchangeTypeButtonIconDevider: #ffffff;
  --coinExchangeTypeButtonColor: #ffffff;
  --coinExchangeTypeButtonBackground: rgb(45 134 239);
  --coinExchangeMyBalanceColor: #445058;
  --coinExchangeInfoColor: #6e82a2;
  --coinExchangeButtonBorderColor: #1493ff;
  --coinExchangeButtonDefaultBackground: #e8f0fe;
  --coinExchangeButtonDefaultBorder: #e8f0fe;
  --coinExchangeButtonDefaultColor: #6e82a2;
  --coinExchangeButtonSubmitBackground: #9D20FF;
  --coinExchangeButtonSubmitBorder: #9D20FF;
  --coinExchangeButtonSubmitColor: #ffffff;
  --coinExchangeRateBannerColor: #ffffff;
  --coinExchangeRateBannerBackground: #1493ff;
  --coinExchangeRateBannerButtonBorder: #ffffff;
  --coinExchangeRateLevelBorder: #ffffff;
  --coinExchangeRateLevelProgressLive: #1f375b;
  --coinExchangeRateLevelProgressLiveFilled: #fffa87;
  --coinExchangeProfileBackground: #ebedf0;
  --coinExchangeProfileUserLevel: #6e82a2;
  --coinExchangeProfileProgressLevel: #445058;
  --coinExchangeProfileProgressLevelLeft: #1493ff;
  --coinExchangeProfileProgressLevelBar: #ffffff;
  --coinExchangeProfileProgressLevelBarCompleted: #1493ff;
  --coinExchangePrizeBackground: #ffffff;
  --coinExchangePrizeColor: #1493ff;
  --coinExchangePrizeBlueColor: #445058;
  --coinExchangePrizeValueColor: #ffffff;
  --platformPromotionCasinoColor: #73499e;
  --topEventColorUp: #4DC97F;
  --topEventColorDown: #EA4E4E;
  --mslTopTabsActiveBg: #E5E5E5;
  --mslTopMenuColor: #F4F4F4;
  --betSlipFactorColor: #1493ff;
  --betSlipRemoveColor: #adbbd1;
  --menuSvgLinkColor: rgba(255, 255, 255, 0.4);
  --menuSvgLinkColorActive: #9D20FF;
  --asideText: #3E4049;
  --asideSvgColor: #868c96;
  --asideSvgColorHover: inherit;
  --dropDownMenuSvgColor: #9D20FF;
  --noticeBoxReq: #d1dae5;
  --multiInputDisbledBackground: rgba(195, 204, 217, 0.1);
  --multiInputDisbledBorder: rgba(195, 204, 217, 0.3);
  --termsColor: #fff;
  --broadcastBg: #000;
  --broadcastControlsBg: 0.8;
  --broadcastControlsColor: #fff;
  --broadcastControlsColorHover: #fe5151;
  --success: #43B65C;
  --hoverCheck: @media (hover: hover);
  --white: #ffffff;
  --black: #000000;
  --yellow: #F6C744;
  --red: #F54744;
  --liveGradientStart: #FF6D6D;
  --liveGradientEnd: #EB5E58;
  --periodHalfInformationText: #878C95;
  --eventTimeStatsText: #3E4049;
  --eventTimeStatsTextAlpha: 0.5;
  --periodResultHeading: #C5CCD8;
  --periodGreenColor: #4DA533;
  --periodHalfInformationSeparator: #E2E8EE;
  --eventTableBestOf: #F6C744;
  --eventResultTooltip: #6F7B8D;
  --lossLimitCardBackground: #fff;
  --lossLimitBackground: #EDF1F3;
  --blueMText: #858991;
  --betTournamentText: #ffffff;
  --betTournamentTextSecondary: #ffffff;
  --betTournamentButtonMain: #9D20FF;
  --betTournamentBg: #3E4049;
  --betTournamentGold: #FFBD3A;
  --betTournamentGoldGradient: 246, 199, 68;
  --betTournamentGoldGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.5) 11.17%, rgba(158, 161, 161, 0.5) 25.33%, rgba(132, 139, 138, 0.5) 47.3%, rgba(87, 98, 101, 0.5) 53.98%, rgba(87, 98, 101, 0.5) 79.53%, rgba(117, 122, 123, 0.5) 88.8%, rgba(87, 98, 101, 0.5) 98.57%), #FFBD3A;
  --betTournamentSilver: #D4E0EF;
  --betTournamentSilverGradient: 240, 243, 248;
  --betTournamentSilverGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.4) 11.17%, rgba(158, 161, 161, 0.4) 25.33%, rgba(132, 139, 138, 0.4) 47.3%, rgba(87, 98, 101, 0.4) 53.98%, rgba(87, 98, 101, 0.4) 79.53%, rgba(117, 122, 123, 0.4) 88.8%, rgba(87, 98, 101, 0.4) 98.57%), radial-gradient(920.1% 139.68% at 97.52% 0%, #D4E0EF 0%, #9FAAB9 100%);
  --betTournamentBronze: #ECB85E;
  --betTournamentBronzeGradient: 236, 184, 94;
  --betTournamentBronzeGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.4) 11.17%, rgba(158, 161, 161, 0.4) 25.33%, rgba(132, 139, 138, 0.4) 47.3%, rgba(87, 98, 101, 0.4) 53.98%, rgba(87, 98, 101, 0.4) 79.53%, rgba(117, 122, 123, 0.4) 88.8%, rgba(87, 98, 101, 0.4) 98.57%), radial-gradient(920.1% 139.68% at 97.52% 0%, #E0B994 0%, #976F48 100%);
  --betTournamentBoardBg: #3D3F44;
  --betTournamentBoardBorder: #6B6B6B;
  --betTournamentBoardLabelBg: #6B6B6B;
  --betTournamentBoardFund: #0A2647;
  --betTournamentPaginationBg: #1A3769;
  --betTournamentUserBgGradientStart: #6B6B6B;
  --betTournamentUserBgGradientEnd: #3D3F44;
  --betTournamentUserBonusBg: #F4F4F4;
  --betTournamentUserBadge: #1A3769;
  --betTournamentUserBadgePlaceBg: #1A3769;
  --betTournamentMobileHeader: #3E4049;
  --betTournamentMobileHeaderBg: #F4F4F4;
  --betTournamentMobileTabsBg: #6B6B6B;
  --betTournamentMobileTabs: #ffffff;
  --betTournamentTermsModal: #3E4049;
  --betTournamentWidgetTextBadge: #9D20FF;
  --betTournamentWidgetTextStyled: #9D20FF;
  --betTournamentWidgetMarkedText: #9D20FF;
  --colorGreen: #0fa810;
  --colorRed: #EA4E4E;
  --ontarioRegSuccessBg: #43B65C;
  --atentionYollowBG: #F2C94C;
  --sportVIPWidgetBarProgressFrom: #4DA533;
  --sportVIPWidgetBarProgressTp: #56E757;
  --sportVIPWidgetStyledSecondary: #FFB72D;
  --sportWidgetDesktopText: #3E4049;
  --sportWidgetDesktopSecondary: #6F7B8D;
  --sportWidgetDesktopWhite: #ffffff;
  --sportWidgetDesktopBg: #edf1f3;
  --sportWidgetDesktopHeaderBg: #021137;
  --sportVIPWidgetDesktopBarBg: #ffffff;
  --sportVIPWidgetDesktopLevelLogoBg: #edf1f3;
  --sportVIPWidgetDesktopExchangeBorder: #6F7B8D;
  --sportWidgetMobileText: #ffffff;
  --sportWidgetMobileBgFrom: #3E4049;
  --sportWidgetMobileBgTo: #1A3769;
  --sportVIPWidgetMobileBarBg: #0D1D34;
  --sportVIPWidgetMobileLevelLogoBg: #edf1f3;
  --sportVIPWidgetMobileExchangeBorder: #6F7B8D;
  --sessionInfoBackground: rgba(190, 197, 211, 0.2);
  --registrationPopupBg: rgba(8, 29, 54, 0.7);
  --registrationPopupItemBg: #292929;
  --registrationPopupTitle: #F06723;
  --registrationPopupText: #FFFFFF;
  --snackbarBorderRadius: 10px;
  --snackbarVerticalPadding: 0;
  --snackbarHorizontalPadding: 18px;
  --snackbarMinHeight: 56px;
  --snackbarIconWidth: 20px;
  --snackbarIconMargin: 10px;
  --snackbarColor: #fff;
  --promotionInfoBg: #fff;
  --promotionRibbonSport: #9D20FF;
  --promotionRibbonCasino: #73499e;
  --snackbarDangerBg: #EB5757;
  --snackbarSuccessBg: #923482;
  --snackbarWarningBg: #F6C744;
  --registrationCompleteFieldsBg: #F4F4F4;
  --registrationCompleteFieldsBorder: #B5B5B5;
  --registrationCompleteFieldsBorderRadius: 10px;
  --vidgetHeaderTitleInactiveColor: rgba(255, 255, 255, 0.4);
  --smartBannerOpenBg: rgb(45 134 239);
  --smartBannerOpen: #ffffff;
  --smartBannerBg: #ffffff;
  --smartbanner: #3E4049;
  --modalBorderColor: #e1e1e1;
  --oddsIconColor: #9D20FF;
  --lightBorder: #D8D8D8;
  --analyticsButtonMain: #FFB800;
  --analyticsButtonSecond: #EC882B;
  --sectionTitleHeight: 5px;
  --sectionTitleTop: -5px;
  --sectionTitleBottom: auto;
  --bold: 700;
  --normal: 400;
  --accentSecondary: #9D20FF;
  --accentMain: rgb(45 134 239);
  --accentMainRGB: 235, 83, 40;
  --acceptMain: #9D20FF;
  --reportsAndMessagesDescription: #3E4049;
  --contentSectionBg: var(--headerBackground);
  --contentSectionRadius: 3px 3px 0 0;
  --newIconBackground: rgb(45 134 239);
  --bonusSelectorBackground: #ffffff;
  --riskBetSportBg: rgba(255, 255, 255, 0.5);
  --riskBetSportLine: #E5E5E5;
  --riskIconColor: #43B65C;
  --darkTransparentBg: rgba(0, 0, 0, 0.45);
  --backgroundReportColor: #eff2fa;
  --betBuilderIconBg: linear-gradient(161deg, #E8AA3F 14.73%, #E48336 79.03%);
  --betBuilderIconText: #ffffff;
  --customerBalanceHolderBg: #eceaeb;
  --customerBalanceHolderColor: #e96e32;
  --customerBalanceDividerColor: rgba(60, 63, 68, 0.22);
  --customerBalanceMainItemColor: #e96e32;
  --customerBalanceLeftItemColor: #60656d;
  --customerBalanceRightItemColor: #e96e32;
  --sessionInfoLeftItemColor: var(--headerTextColor);
  --sessionInfoRightItemColor: var(--buttonMain);
  --mobileAsideHeaderBg: var(--registrationCompleteFieldsBg);
  --limitsPopupTimeNotification: rgba(242, 201, 76, 0.1);
  --limitsPopupTimeNotificationBorder: var(--snackbarNotificationBg);
  --limitPopupPercentageShadow: rgba(38, 51, 77, 0.18);
  --limitPopupCautionBg: rgba(248, 78, 78, 0.1);
  --radialProgressSquareBg: #E4E7F0;
  --featuresMenuItemText: #3E4049;
  --featuresMenuItemFontSize: 14px;
  --featuresMenuItemFontWeight: 700;
  --featuresMenuItemBorder: #E5E5E5;
  --featuresMenuItemBorderRadius: 8px;
  --featuresMenuItemIcon: #6F7B8D;
  --featuresMenuItemIconSize: 20px;
  --mslTextBottomMenu: #8C818E;
  --redisignViolet1: #8F00FF;
  --redisignViolet2: #B557FF;
  --redisignVioletHover: #7E1ACC;
  --oneStepReturnSubtitle: #8C818E;
  --oneStepReturnHighlightText: #9D20FF;
  --registrationPostcoderSwitchButtonBg: #e5e5e5;
  --registrationPostcoderSwitchButtonText: rgba(62, 64, 73, .5);
  --registrationPostcoderSwitchButtonTextActive: #ffffff;
  --redisignOrange: #FF4200;
  --registrationSportBgOverlay: #412451;
  --modalPortalCloseButton: #8C818E;
  --modalPortalCloseButtonMaterial: #8C818E;
  --modalPortalCloseButtonMaterialMobile: #3E4049;
  --formTitleColor: #3E4049
}

:root {
  --paginationCurrentPageBg: #F0F3F8;
  --paginationCurrentPageColor: #3E4049;
  --paginationArrowBtnColor: #9E9FA4;
  --paginationNumericBtnColor: #3E4049;
  --paginationNumericBtnColorHover: #000;
  --paginationNumericBtnBgHover: #e7eaef;
  --paginationNumericBtnColorDisabled: #cacaca;
  --paginationPerPageBgHover: #e7eaef
}

:root {
  --asideMenuHolderBg: #e8ecf1;
  --asideMenuHolderClose: #ffffff;
  --asideMenuHolderWidth: 280px
}

:root {
  --asideMenuTitleBg: #021137;
  --asideMenuTitleColor: var(--menuTitle);
  --asideMenuOpenBorderRadius: 0;
  --asideMenuCollaspsedBorderRadius: 0;
  --asideFiltersBg: none;
  --asideFiltersBorderRadius: 0;
  --asideFiltersTogglerBg: #3c3f44;
  --asideFiltersButtonHoverColor: var(--buttonText);
  --asideMenuLeaguesBg: #fafcfd;
  --asideFiltersLiveColor: #9D20FF;
  --asideNewTitle: #ffffff;
  --asideNewTitleBg: #021137;
  --asideNewBorderRadius: 8px;
  --asideNewLangSelectBg: #E5E5E5;
  --asideNewLangSelectArrow: #6F7B8D;
  --asideNewLangSelectArrowFontSize: 12px;
  --asideNewSearchPlaceholder: rgba(62, 64, 73, 0.5);
  --asideNewSearchIcon: #6F7B8D;
  --asideNewSearchBorder: rgba(111, 123, 141, 0.3);
  --asideNewMobileMenuCloseIcon: #3E4049;
  --asideNewSearchBorderMobile: #E5E5E5;
  --quickBetGradientFrom: var(--eventModalBackground);
  --quickBetGradientTo: var(--eventModalBackground)
}

#bm-root {
  --black: var(--color-grey--800);
  --white: #ffffff;
  --color-grey--50: #F4F4F4;
  --color-grey--100: #D8D8D8;
  --color-grey--200: #E3E5E8;
  --color-grey--300: #6F7B8D;
  --color-grey--400: #797979;
  --color-grey--500: #6B6B6B;
  --color-grey--600: #C5CCD8;
  --color-grey--700: #3C3F44;
  --color-grey--800: #292B30;
  --color-primary--50: #D8AACF;
  --color-primary--100: #C580B6;
  --color-primary--200: #BB6BAA;
  --color-primary--300: #9D20FF;
  --color-primary--400: #742968;
  --color-secondary--50: #F6C5AD;
  --color-secondary--100: #F2A884;
  --color-secondary--200: #ED8B5B;
  --color-secondary--300: rgb(45 134 239);
  --color-secondary--400: #BD5A2B;
  --color-medal--gold: #f6ddad;
  --color-black: #191919;
  --font-family: "Urbanist";
  --font-size--display-1: 2.2rem;
  --font-size--display-2: 2rem;
  --font-size--header-1: 1.6rem;
  --font-size--header-2: 1.4rem;
  --font-size--header-3: 1.2rem;
  --font-size--body: 1.4rem;
  --font-size--label: 1.2rem;
  --font-size--caption: 1.1rem;
  --line-height--small: 1.1;
  --line-height--medium: 1.25;
  --line-height--large: 1.4;
  --line-height--xlarge: 1.6;
  --line-height--title: 1.5;
  --font-weight--bold: 700;
  --font-weight--semi-bold: 600;
  --font-weight--regular: 400;
  --font-weight--light: 300;
  --z-index--badge: 301;
  --z-index--layout: 10;
  --z-index--priority: 360;
  --z-index--modal: 300;
  --color-alert: #F54744;
  --color-attention: #3E4049;
  --color-success: #43B65C;
  --color-white: #ffffff;
  --background-body: #ffffff;
  --background-top-nav: #232D3F;
  --background-left-nav: #ffffff;
  --background-footer: #dbdee3;
  --background-up-next: #3C3F44;
  --background-betslip: #EEF0F2;
  --background-bet-text-field: #EEF0F2;
  --background-vision-bar: #232D3F;
  --background-vision-buttons: #465169;
  --background-bottom-selector: #3A3D40;
  --background-button-selector-header: #308AA2;
  --background-tab-primary-active: rgb(45 134 239);
  --background-toggles-active: rgb(45 134 239);
  --background-table: #3C3F44;
  --color-text-primary: #072443;
  --color-text-secondary: #3E4049;
  --color-text-tertiary: #C5CCD8;
  --color-text-inverse: #ffffff;
  --color-text-dark: #3d404a;
  --color-text-link: #9D20FF;
  --color-text-button-primary: #ffffff;
  --color-text-button-secondary: #232D3F;
  --color-text-button-alt: #ffffff;
  --color-text-button-place-bet: #ffffff;
  --color-text-button-confirm-bet: #ffffff;
  --color-text-button-odds: #232D3F;
  --color-text-button-odds-active: #3E4049;
  --color-text-button-filters: #232D3F;
  --color-text-button-filters-active: #ffffff;
  --surface-feather: #F5F6F8;
  --surface-light: #F4F4F4;
  --surface-moderate: #D8D8D8;
  --surface-bold: #6F7B8D;
  --surface-strong: #797979;
  --surface-contrast: #292B30;
  --border-primary: #B3B8C2;
  --border-secondary: #B3B8C2;
  --border-tertiary: #979DAB;
  --button-primary: #9D20FF;
  --button-primary-hover: #742968;
  --button-primary-disabled: #C5CCD8;
  --button-secondary: rgb(45 134 239);
  --button-secondary-hover: #BD5A2B;
  --button-secondary-disabled: #ffffff;
  --button-top-nav-light: #69707D;
  --button-top-nav-dark: #69707D;
  --button-odds: #F4F4F4;
  --button-odds-hover: #D8D8D8;
  --button-odds-disabled: #F4F4F4;
  --button-odds-active: #E3E5E8;
  --button-place-bet: #43B65C;
  --button-place-bet-hover: #2A7C26;
  --button-place-bet-disabled: #6F7B8D;
  --button-confirm-bet: #3E828C;
  --button-confirm-bet-hover: #346C75;
  --button-alt: #2D788C;
  --button-race-nav-previous: #F4F4F4;
  --button-race-nav-next: #D8D8D8;
  --button-numpad: #ffffff;
  --button-filters: #ffffff;
  --button-filters-active: rgb(45 134 239);
  --brand-background-login: #3A3D40;
  --brand-background-bottomSelector: #3A3D40;
  --brand-background-bottomSelectorHeader: #308AA2;
  --brand-background-tabPrimaryActive: rgb(45 134 239);
  --brand-background-togglesActive: #9D20FF;
  --brand-background-table: #2D788C;
  --shadow-c1-center: 0 2px 4px rgba(0, 0, 0, 0.08);
  --shadow-b2-below-center: 0px 6px 12px 1px rgba(0, 0, 0, 0.12);
  --button-odds-active-border-color: #6F7B8D;
  --background-tab-primary-active-color: #ffffff;
  --tabs-border: 1px solid $theme_1;
  --tabs-border-radius: 8px;
  --tabs-padding: 6px 8px;
  --tabs-font-size: 14px;
  --tabs-font-weight: 400;
  --tabs-font-style: normal;
  --tabs-text-transform: none;
  --tabs-color: #3E4049;
  --betslip-button-border-radius: 24px;
  --betslip-button-text-transform: uppercase;
  --betslip-button-letter-spacing: 0.03em;
  --betslip-button-secondary-bg: transparent;
  --odds-border-color: #D8D8D8;
  --odds-selected-border-color: #6F7B8D
}

:root {
  --core-backgroundPrimary: #ffffff;
  --core-backgroudSecondary: #ffffff;
  --core-backgroundTertiary: #ffffff;
  --core-backgroundModerate: #ffffff;
  --core-backgroundContrast: #ffffff
}

:root {
  --betslipMain: #9D20FF;
  --betslipMainHover: #7E1ACC;
  --betslipGray: #F0F3F8;
  --betslipAction: #021137;
  --betslipError: #EB5E58;
  --betslipSecondary: rgb(45 134 239);
  --betslipSecondaryHover: #BC4220;
  --betslipGrayText: #3E4049;
  --betslipSeperatorLine: #C5CCD8;
  --betslipInputBorder: #6F7B8D;
  --betslipAltColor: #fff;
  --betslipWarning: #FFB800;
  --betslipBackground: #fff;
  --betslipTabInactiveColor: #979bac;
  --betslipTabDisabledColor: #b1b6be;
  --betslipTabMobileDisabledBg: #E5E5E5;
  --betslipSuccess: #4DA533;
  --betslipSuccessLight: #56e757;
  --betslipInactive: #f5f6f9;
  --betslipLost: #EB5757;
  --betslipLostLight: #ff6d6d;
  --betslipReturned: #F6C744;
  --betslipPending: #ec882b;
  --betslipPendingLight: #FFB800;
  --betslipMobileButtonGradientStop: #97588c;
  --betslipMobileButtonGradientStart: #7e226b;
  --betslipMobileButtonShadowColorFirst: #923482;
  --betslipMobileButtonShadowColorSecond: rgba(126, 34, 107, 0.7);
  --betslipMobileButtonStoppedGradientStop: #EB5E58;
  --betslipMobileButtonStoppedGradientStart: #FF6D6D;
  --betslipMobileButtonStoppedShadowColorFirst: #EB5E58;
  --betslipMobileButtonStoppedShadowColorSecond: rgba(235, 94, 88, 0.7);
  --betslipMobileButtonPausedGradientStop: #EC882B;
  --betslipMobileButtonPausedGradientStart: #FFB800;
  --betslipMobileButtonPausedShadowColorFirst: rgba(246, 199, 68, 0.14);
  --betslipMobileButtonPausedShadowColorSecond: rgba(246, 199, 68, 0.7);
  --betslipConfirmButtonActiveBg: #923482;
  --betslipConfirmButtonDisabledBg: #797979;
  --couponBidsImageBg: rgba(182, 199, 216, 0.3);
  --betslipMainTextColor: #3E4049;
  --betslipDeleteInactiveOucomesButton: rgb(45 134 239);
  --betslipDeleteInactiveOucomesButtonHover: #c40;
  --betslipMainShareInputPlaceholder: #a2a7ab;
  --betslipMainShareInputBorder: 1px solid #c3ccd9;
  --betslipMainShareInputActiveBorder: 1px solid rgb(45 134 239);
  --betslipMainShareInputBorderRadius: 24px;
  --betslipLoaderColor: #923482;
  --betslipInactiveTabBackground: #E5E5E5;
  --betslipInactiveTabColor: #3E4049;
  --betslipInputBorderRadius: 48px;
  --betslipFastStakeItemBg: rgba(255, 255, 255, 0.1);
  --betslipFastStakeItemBgHover: rgb(45 134 239);
  --betslipClearInputIconColor: var(--betslipInputBorder);
  --betslipInputColor: inherit;
  --betslipScoreColor: var(--betslipAction);
  --betslipEventBorder: none;
  --betslipEventRadioSize: 16px;
  --betslipEventRadioMarginRight: 10px;
  --betslipEventRadioBoxShadow: 0 0 0 2px var(--betslipInputBorder);
  --betslipActiveEventBorder: none;
  --betslipActiveEventRadioBoxShadow: 0 0 0 2px var(--betslipMain), inset 0 0 0 3px var(--betslipGray), inset 0 0 0 8px var(--betslipMain);
  --betslipEventsCountBackground: rgb(45 134 239);
  --betslipActionTabsBorderBottom: 1px solid var(--betslipSeperatorLine);
  --betslipActionTabsPadding: 2px 0 0 0;
  --betslipActionTabsMinHeight: 42px;
  --betslipActionTabsMargin: 0 0 12px 0;
  --betslipActionTabsBackground: transparent;
  --betslipActionTabsButtonBorderBottom: 2px solid transparent;
  --betslipActionTabsButtonActiveBorderColor: var(--betslipMain);
  --betslipActionTabsButtonBg: transparent;
  --betslipActionTabsButtonActiveBg: transparent;
  --betslipActionTabsButtonDisabledBg: transparent;
  --betslipActionTabsButtonHeight: auto;
  --betslipActionTabsButtonBorderRadius: 0;
  --betslipActionTabsButtonBorderTextTransform: uppercase;
  --betslipHistoryInfoColor: var(--betslipAction);
  --betslipHistoryFilterOptionBg: #e9ecf1;
  --betslipFooterBorderRadius: 8px 8px 0 0;
  --betslipHistoryBetPendingSumColor: var(--cabinetTableTdBaseColorAlpha);
  --betslipMobileModalBg: #ffffff;
  --betslipMobileWrapperBg: #ffffff;
  --betslipMobileHeaderActionsColor: var(--betslipAction);
  --betslipMobileBetOptionBg: #e9ecf1;
  --betslipMobileTopOffset: 46px;
  --betslipNotificationLinkColor: inherit;
  --betslipMobileButtonBottomOffset: 24px;
  --betslipCouponBorderRadius: 100px;
  --betslipShareTooltip: var(--eventResultTooltip);
  --betslipShareButtonBg: #E5E5E5;
  --betslipShareButtonColor: #ffffff;
  --betslipShareButtonActiveColor: #3E4049;
  --betslipShareButtonBgAlpha: #412451;
  --betslipShareButtonBgHoverAlpha: rgba(#412451, 0.3);
  --betslipShareModalBg: var(--modalBackground);
  --betslipShareModalText: var(--betslipGrayText);
  --betslipShareModalNoticeIconBg: rgba(77, 165, 51, 0.1);
  --betslipShareModalNoticeIconColor: var(--betslipSuccess);
  --betslipShareModalNoticeText: var(--betslipSuccess);
  --betslipShareModalShareIconActiveBg: var(--lightBorder);
  --betslipShareModalShareIconActiveColor: var(--betslipShareTooltip);
  --betslipShareModalCopiedCodeBg: var(--betslipShareTooltip);
  --betslipShareModalCodeText: var(--betslipSuccess);
  --betslipShareModalIconColor: var(--betslipShareTooltip);
  --withCookieBarButtonBottom: 140px;
  --withPromoSnackBarButtonBottom: calc(210px - 74px);
  --withCookieBarAndPromoSnackBarButtonBottom: calc(370px - 74px);
  --withCookieBarButtonBottomModern: 190px;
  --withPromoSnackBarButtonBottomModern: 170px;
  --withCookieBarAndPromoSnackBarButtonBottomModern: 190px;
  --withlastConnectionInfoBarButtonBottom: 90px;
  --withoutCookieBarButtonBottom: 60px;
  --mobileBetHistoryItemBorder: 1px solid #E5E5E5;
  --mobileBetHistoryItemBg: #F0F3F8;
  --mobileBetHistoryHeaderColor: #9E9FA4;
  --mobileBetHistoryPendingSumColor: #C5C6C8;
  --betslipBetBuilderMarkColor: #797979
}

:root {
  --cashierPaymentMethodGroupItemBgLight: #ffffff;
  --cashierPaymentMethodGroupItemLight: #8C818E;
  --cashierPaymentMethodBgLight: #ffffff;
  --cashierPaymentMethodBgAlterateLight: #ffffff;
  --cashierBonusItemBgLight: #E5E5E5;
  --cashierPaymentMethodAcardionContainerLight: #F4F4F4;
  --cashierPaymentMethodItemBorderLight: #E5E5E5;
  --cashierModalSelectedTabsBackgroundHoverLight: #7e226b;
  --cashierModalBonusContainerBgLight: #ffffff;
  --cashierPersonalDetailsText: #ffffff;
  --cashierModalTitle: #3E4049;
  --cashierModalBackgroundMain: #3A3D40;
  --cashierModalBackgroundMainLight: #E5E5E5;
  --cashierModalBackgroundSecondary: #6B6B6B;
  --cashierModalNotFound: #ffffff;
  --cashierModalSelectedTabsBackground: #9E2B86;
  --cashierModalSelectedTabsBackgroundHover: #7e226b;
  --cashierModalSelectedTabsBackgroundLight: #9D20FF;
  --cashierCloseButtonColor: #797979;
  --cashierNotActiveTabColor: rgba(255, 255, 255, 0.5);
  --cashierNotActiveTabColorLight: #3E4049;
  --cashierNotActiveTabBackground: #797979;
  --cashierNotActiveTabBackgroundHover: #6B6B6B;
  --cashierNotActiveTabBackgroundLight: #F4F4F4;
  --cashierActiveTabBackgroundLightHover: #c3ccd9;
  --cashierBonusInputBackgroundLight: #F4F4F4;
  --cashierBonusLabelColorLight: #3E4049;
  --cashierBonusItemBg: #3A3D40;
  --cashierBonusItemTitleColor: #ffffff;
  --cashierBonusItemDescriptionColor: #E96E32;
  --cashierBonusNotFoundAlign: left;
  --cashierBonusListArrow: #ffffff;
  --cashierBonusListArrowBg: none;
  --cashierBonusListArrowFontSize: 16px;
  --cashierTextColorMain: #ffffff;
  --cashierTextColorSecondary: #ffffff;
  --cashierTitleFontSize: 32px;
  --cashierTitleFontWeight: 900;
  --cashierInputColor: #322E2F;
  --cashierScrollbarThumb: #797979;
  --cashierScrollbarThumbHover: #797979;
  --cashierScrollbarTrack: rgba(226, 232, 238, 0.2);
  --cashierBoxShadowMain: rgba(0, 0, 0, 0.25);
  --cashierActivePaymentWidth: 483px;
  --cashierPaymentMethodGroupItem: #ffffff;
  --cashierPaymentMethodGroupItemBg: #797979;
  --cashierPaymentMethodGroupItemHover: #ffffff;
  --cashierPaymentMethodGroupItemBgHover: #E96E32;
  --cashierPaymentMethodGroupItemBorder: translation;
  --cashierPaymentMethodAccordionBg: #6B6B6B;
  --cashierPaymentMethodGroupItemBorderRadius: 4px;
  --cashierPaymentMethodGroupArrowsFontSize: 24px;
  --cashierPaymentMethodAccordionIconColor: #E5E5E5;
  --cashierPaymentMethodTitleColor: #ffffff;
  --cashierErrorIconColor: #FF7C7A;
  --cashierButtonBoxShadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
  --cashierLoaderDots: #ffffff;
  --cashierModalSelectedTabFontWeight: 700;
  --cashierPaymentMethodBg: #ffffff;
  --cashierPaymentMethodBorderRadius: 6px;
  --cashierWithdrawalCountBg: #F54744;
  --cashierWithdrawalWalletIconFill: #1B4045;
  --cashierWithdrawalDateColor: #E5E5E5;
  --cashierWithdrawalModalHeaderLine: rgba(255, 255, 255, 0.1);
  --cashierWithdrawalModalBg: rgba(0, 0, 0, 0.8);
  --cashierCWBonusesBlockBcg: #ffffff;
  --cashierCWBonusesBlockBorder: rgba(#797979, 0.5);
  --cashierNotificationBackground: #F2C94C;
  --cashierNotificationBackgroundCustom: #FFB80033;
  --cashierNotificationColor: #797979;
  --cashierNotificationColorCustom: #ED930C
}

:root {
  --cashierV2ModalBackgroundMain: #FFFFFF;
  --cashierV2ModalBackgroundSecondary: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(61, 50, 70, 0.07) 100%);
  --cashierV2ModalBackgroundThird: #F4F4F4;
  --cashierV2TextColorMain: #3E4049;
  --cashierV2TextColorSecondary: rgba(62, 64, 73, 0.5);
  --cashierV2TextColorThird: #8C818E;
  --cashierV2TextColorFourth: rgb(45 134 239);
  --cashierV2TabsColor: rgba(62, 64, 73, 0.5);
  --cashierV2ActiveTabBackground: #9D20FF;
  --cashierV2ActiveTabColor: #FFFFFF;
  --cashierV2PaymentMethodBorder: #E5E5E5;
  --cashierV2ActivePaymentMethodBorder: #9D20FF;
  --cashierV2DepositSelectOptionBackground: #E5E5E5;
  --cashierV2DepositSelectActiveOptionBackground: #FFFFFF;
  --cashierV2DepositSelectActiveOptionBorder: #9D20FF;
  --cashierV2ErrorColor: #F54744;
  --cashierV2ActiveBonusBorder: #9D20FF;
  --cashierV2SuccessBackground: #43B65C;
  --cashierV2SuccessColor: #FFFFFF;
  --cashierV2Shadow: #EDEDEE
}

:root {
  --cashoutButtonSuccess: var(--betslipMain);
  --cashoutButtonSuccessHover: var(--betslipMainHover);
  --cashoutButtonDefault: #6B6B6B;
  --cashoutButtonDefaultHover: #606060;
  --cashoutButtonBorder: none;
  --cashoutArrowDownColor: #F54744;
  --cashoutArrowUpColor: #43B65C;
  --cashoutArrowUpSuccessButtonColor: #43B65C;
  --cashoutDisabledButtonTextColor: #768C8F;
  --cashoutDisabledButtonBG: none;
  --cashoutConfirmBg: #ffffff;
  --cashoutConfirmTextColor: #414141;
  --cashoutConfirmBorderRadius: 10px;
  --cashoutConfirmButtonNo: #414141;
  --cashoutConfirmButtonNoBg: #ffffff;
  --cashoutConfirmButtonNoBorder: #414141;
  --cashoutConfirmButtonNoBorderWidth: 1px;
  --cashoutConfirmButtonNoHover: #ffffff;
  --cashoutConfirmButtonNoBgHover: #414141;
  --cashoutConfirmButtonNoBorderHover: #ffffff;
  --cashoutConfirmButtonYes: #ffffff;
  --cashoutConfirmButtonYesBg: #9D20FF;
  --cashoutConfirmButtonYesBorder: #9D20FF;
  --cashoutConfirmButtonYesBorderWidth: 1px;
  --cashoutConfirmButtonYesHover: #ffffff;
  --cashoutConfirmButtonYesBgHover: #8100e6;
  --cashoutConfirmButtonYesBorderHover: #9D20FF;
  --cashoutConfirmBacground: #9D20FF
}

:root {
  --casinoFavouritesInner: #fff;
  --casinoFavouritesOuter: #818e95;
  --casinoFavoritedInner: #ff4200;
  --casinoFavoritedOuter: #ff4200;
  --casinoOverlayFavouritesInner: #23262f;
  --casinoOverlayFavouritesOuter: #fff;
  --casinoOverlayFavoritedInner: #ff4200;
  --casinoOverlayFavoritedOuter: #fff
}

:root {
  --checkboxBorder: #3e404980;
  --checkboxActiveBorder: #4da533;
  --checkboxActiveBg: #4da533
}

:root {
  --comboBoostBonus: #E96E32;
  --comboBoostBarBg: #797979;
  --comboBoostBarDotBg: #fff;
  --comboBoostBarDotSize: 4px;
  --comboBoostBarBorderRadius: 10px;
  --comboBoostBarHeight: 12px;
  --comboBoostBarProgressGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #4DA533 100%);
  --comboBoostBarIndicator: #3E4049;
  --comboBoostProgressIndicatorBoxShadow: 0px 0px 8px #A2801C;
  --comboBoostMaxIndicatorBg: #6B6B6B;
  --comboBoostMaxProgressIndicatorGradient: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
  --comboBoostMaxProgressGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #4DA533 100%);
  --confirmButtonBG: #9D20FF;
  --confirmButtonBGHover: #7e226b
}

:root {
  --confirmationTitle: #616571;
  --confirmationTitleMobile: #23262f;
  --resendBg: #eff2fa;
  --resentBg: #fff;
  --resentBorder: #48b660
}

:root {
  --hofYellow: #F2C94C;
  --hofPageSwitcherActiveBg: #3A3D40;
  --hofPageSwitcherActive: #ffffff;
  --hofTabIconColor: #3A3D40;
  --hofTabIconActiveCasinoColor: #ffffff;
  --hofTabIconActiveSportColor: #ffffff;
  --hofPedestalPlaceBg: #ffffff;
  --hofPedestalFirst: #FBBE28;
  --hofPedestalSecond: #A6ADB8;
  --hofPedestalThird: #CB944D;
  --hofPedestalWinBetBg: #8C818E;
  --hofPedestalBet: rgba(255, 255, 255, 0.5);
  --hofSectionHeaderLine: #9D20FF;
  --hofEventsBackground: #F4F4F4;
  --hofFilterInactiveColor: #ffffff;
  --hofFilterBackground: #3A3D40;
  --hofCasinoTopWinnersDot: #E5E5E5;
  --hofCasinoTopWinnersActiveDot: rgb(45 134 239);
  --hofCasinoTopWinnersTheadHeight: 36px;
  --hofCasinoTopWinnersBorderColor: #D8D8D8;
  --hofCasinoTopWinnersTableHeadingFontSizeMobile: 400;
  --hofDateSelectDateArrowWidth: 32px;
  --hofDateSelectIconsOpacity: 1;
  --hofDateSelectFilterMobileFontSize: 12px;
  --hofDateSelectFilterMobileHeight: 32px;
  --hofDateCalendarMarginMobile: 0 8px 0 8px;
  --hofTableRowBg: #ffffff;
  --casinoLatestWinnersBg: #8C818E;
  --casinoLatestWinnerBg: #3A3D40;
  --casinoLatestWinner: rgba(255, 255, 255, 0.5);
  --hofCasinoLatestWinnerAccent: rgba(255, 255, 255, 0.5);
  --hofCasinoLatestWinnerPaddingVertical: 32px;
  --hofCasinoLatestWinnerPaddingHorizontal: 13%;
  --hofCasinoLatestWinnerBorderRadius: 5px;
  --hofCasinoLatestWinnerPaddingContainer: 0 16px;
  --hofSportStatusWinRgb: 158, 43, 134;
  --hofSportStatusWinSecondaryRgb: 67, 182, 92;
  --hofSportBorder: #EEF1F3;
  --hofSportScrollbarThumbBgRgb: 62, 63, 73;
  --hofSportTopWinnerArrowSize: 16px;
  --hofSportTopWinnerArrowColor: #8C818E;
  --hofCasinoTopWinnerPaddingContainerMobile: 0 16px 16px;
  --hofCasinoTopWinnerContainerBgMobile: #F0F3F8;
  --hofCasinoTopWinnersTableHeaderPaddingMobile: 0;
  --hofCasinoTopWinnersTableHeaderMarginMobile: 30px 0 0;
  --hofCasinoTopWinnersTableHeaderBorderRadiusMobile: 10px;
  --hofCasinoTopWinnersTableHeadingMinHeightMobile: 32px;
  --hofCasinoTopWinnersTableHeadingPaddingTopMobile: 6px;
  --hofCasinoTopWinnersTableHeaderBgMobile: #E2E8EE;
  --hofCasinoTopWinnerMarginBottomMobile: 0;
  --hofCasinoLatestWinnerBgContainerMobile: var(--hofCasinoTopWinnerContainerBgMobile);
  --hofCasinoLatestWinnerPaddingContainerMobile: 16px;
  --hofSportWinnerBetsBg: #EEF1F3;
  --hofSportShowMoreButtonBorder: #E5E5E5;
  --hofSportShowMoreButtonHoverBorder: #43B65C;
  --hofSportShowMoreButtonHoverBg: rgba(67, 182, 92, 0.1);
  --hofSportListPaddingVertical: 30px;
  --hofSportListPaddingHorizontal: 16px;
  --hofFilterPrimary: #6B6B6B;
  --hofFilterElements: #8C818E
}

:root {
  --landingCmsBg: #fff;
  --landingCmsBannerDotActive: #A72784;
  --landingCmsBannerOverlay: rgba(0, 0, 0, .3);
  --landingCmsBannerSubTitle: #FFFB72;
  --landingCmsBannerPrize: #FFFB72;
  --landingCmsBannerPrizeRed: #FE3545;
  --landingCmsBannerPrizeTo: #FFFB72;
  --landingCmsNewsBg: linear-gradient(180deg, #353B40 0%, #252A30 100%);
  --landingCmsCasinoGamesBg: #F1F1F1;
  --landingEventCardColor: var(--white);
  --landingEventCardBorderColor: #ffffff66;
  --landingEventCardContentBgColor: rgba(27, 17, 35, 0.75);
  --landingEventCardVsCircleBg: linear-gradient(180deg, rgb(45 134 239) 0%, #A32EFF 100%);
  --landingEventCardBetsWrapperBgColor: #A32EFF;
  --landingEventCardBetColor: #3E4049
}

:root {
  --leaguesListAmountDescription: #ffffff;
  --leaguesListItemHoverBg: #e8ecf1;
  --leaguesListItemName: #3E4049;
  --leaguesListItemNameHover: rgb(45 134 239);
  --leaguesListItemAmountsRGB: 62, 64, 73;
  --leaguesListMobileDescriptionRGB: 62, 64, 73;
  --leaguesListMobileDescriptionBg: #F0F3F8
}

:root {
  --limitsTextareaBorder: #dadada;
  --limitsTextareaBg: #eff2fa;
  --selfDeleteMainButton: #3E4049;
  --limitsButtonDisabled: #9D20FF;
  --limitsButtonDisabledHover: #8100e6;
  --selfDeleteTextLengthColor: #9e9e9e;
  --selfDeleteCancelButtonBorder: #c3ccd9
}

:root {
  --mslCasinoGamesItemWidth: 138px;
  --mslCasinoGamesItemHeight: 138px;
  --mslCasinoGamesItemBorderRadius: 8px;
  --mslCasinoGamesItemTitle: #3E4049;
  --mslCasinoGamesItemTitleFontSize: 14px;
  --mslCasinoGamesItemTitleLineHeight: 20px;
  --mslCasinoGamesItemTitleFontWeight: 700;
  --mslCasinoGamesProducerFontSize: 12px;
  --mslCasinoGamesProducerFontWeight: 400;
  --mslCasinoGamesProducerLineHeight: 16px
}

:root {
  --mslBodyBg: #F4F4F4;
  --mslHeaderHeight: 69px;
  --mslBottomMenuHeight: 50px;
  --mslCenterColMarginLeft: calc(15px);
  --mslCenterColMarginRight: calc(18vw + 15px);
  --mslMainCenterColMarginRight: calc(5vw + 370px);
  --mslCenterColMarginRightPoint1: max(18vw, 345px);
  --mslCenterColMarginRightPoint2: 20px;
  --mslCenterColMarginLeftPoint1: 15px;
  --mslCenterColMarginLeftMedia: calc(15px);
  --mslCenterColMaxWidth: calc(100% - 18vw);
  --mslBorderRadius: 8px;
  --mslSmallBorderRadius: 4px;
  --mslRightAsideBorderRadius: 8px;
  --mslMobilePageTopPadding: 16px;
  --mslMobilePagePadding: 16px;
  --mslNameCafColor: #D8D8D8;
  --mslSelectedCafColor: #9D20FF;
  --mslSelectedCafValueColor: #D8D8D8;
  --mslOutcomeMobileFullMarketBg: #ffffff;
  --mslDefaultOutcomeDesktopBg: #F4F4F4;
  --mslOutcomeBorder: #E5E5E5;
  --mslTopTabsDisabledColor: #a2a7ab;
  --mslTextDark: #3E4049;
  --mslTextDarkRGB: 62, 64, 73;
  --mslTextLight: #6F7B8D;
  --mslAsideIconHover: #ffffff;
  --mslSectionBg: #D8D8D8;
  --mslSectionBgRGB: 216, 216, 216;
  --mslTabBg: #F4F4F4;
  --mslTabBgRGB: 244, 244, 244;
  --mslTabsTogglerBg: #E5E5E5;
  --mslElementBg: #ffffff;
  --mslLeagueTitleFadeGradient: linear-gradient(180deg, var(--mslElementBg) 0%, rgba(255, 255, 255, 0) 70%);
  --mslActiveFactorBg: #E3EFFA;
  --mslActiveFactorShadowRGB: 184, 203, 220;
  --mslFactorDownRGB: 255, 46, 46;
  --mslFactorUpRGB: 77, 165, 51;
  --mslHeaderBg: #E5E5E5;
  --mslEventSecondaryBgRGB: 26, 55, 105;
  --mslTabbarPopupShadowRGB: 16, 23, 29;
  --mslTabbarBg: #e2e5eb;
  --mslTabbarPopupBorder: #7d8287;
  --mslDecreaseCafColor: #F54744;
  --mslIncreaseCafColor: #C9E4C1;
  --mslHoverCafColor: #9D20FF;
  --mslLoginInfoFontColor: #E5E5E5;
  --mslBetradarTeamsNameColor: #E5E5E5;
  --mslEventBgGradientColor: #1D508D;
  --mslEventBgGradientColorBlue: #1A3769;
  --mslEventHeaderBgColor: #143257;
  --mslLiveEventNotActive: #6F7B8D;
  --mslTopIconColor: #F54744;
  --mslBestOfTextColor: #000000;
  --mslEventMarketBGRGB: 255, 255, 255;
  --mslEventTeamNameLimitedColor: 29, 80, 141;
  --mslEventTeamNameLimitedColorBlue: 26, 55, 105;
  --mslEventPeriodsHistoryColor: #8C818E;
  --mslEventBgGradientColorBgRGB: 29, 80, 141;
  --mslEventBgGradientColorBlueBgRGB: 26, 55, 105;
  --mslLeaguesOpenBg: #ffffff;
  --mslCheckboxBorder: 1px solid var(--menuSectionBorder);
  --mslSelectedSportBg: #ffffff;
  --mslCheckboxBorderRadius: 3px;
  --mslDefaultOutcomeBg: #F4F4F4;
  --mslSportSelectItemTextColor: inherit;
  --mslBreadcrumbsBg: #ffffff;
  --mslBreadcrumbsBoxShadow: 0 0 5px rgba(0, 0, 0, 0.1);
  --mslBreadcrubmsItemMargin: 0;
  --mslBreadcrumbsItemBorderRadius: 0;
  --mslBreadcrumbsItemBg: none;
  --mslBreadcrumbsItemLastBg: none;
  --mslBreadcrumsItemAterContent: "";
  --mslBreadcrumbsItemLastAfterContent: "";
  --mslBreadcrumsItemAterTransofrm: skew(-30deg);
  --mslBreadcrumsItemAterBottom: -1px;
  --mslBreadcrumsItemAterTop: auto;
  --mslBreadcrumsItemAterLeft: 0;
  --mslBreadcrumsItemAterRight: auto;
  --mslBreadcrumsItemAterBorderBottom: 1px solid #e5e8ed;
  --mslSportLeagueWrapperBorder: 1px solid #E5E5E5;
  --mslSportLeagueWrapperBg: transparent;
  --mslSportLeagueWrapperBorderRadius: 20px;
  --mslSportLeagueWrapperCloseColor: #ffffff;
  --leagueTitleCloseBackground: #6F7B8D;
  --mslSportSelectActiveItemTextColor: inherit;
  --mslScrollbarWidth: 4px;
  --mslScrollbarBorderRadius: 4px;
  --mslScrollbarBg: #E5E5E5;
  --mslScrollbarBorder: none;
  --mslScrollbarThumbColor: #E5E5E5;
  --mslScrollbarThumbColorHover: #9D20FF;
  --mslSectionFiltersDropdownBg: #ffffff;
  --mslSectionFiltersDropdownBoxShadow: 0 0 10px rgba(0, 0, 0, 0.2);
  --mslRightAsideBg: #ffffff;
  --mslEventMarketColBg: #ffffff;
  --mslEventMarketColHoverColor: #ffffff;
  --mslEventMarketsBg: var(--mslTabBg);
  --mslEventHeaderBackground: linear-gradient(270deg, #3D2F4F 0%, #171123 100%);
  --mslEventHeaderBackgroundSize: 45% auto;
  --mslEventTeamsBigBackground: radial-gradient(100% 162.16% at 100% 0%, #1D508D 0%, #11253D 100%);
  --mslEventTeamsBigPadding: 12px 20px;
  --mslMobilePageBg: #ffffff;
  --mslOutcomeValueBg: #ffffff;
  --mslStickyWrapperActiveBg: #ffffff;
  --mslEventAllMarketsColor: #D8D8D8;
  --mslStickyBoxShadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  --mslStickyTop: 45px;
  --mslOutcomeBg: #ffffff;
  --mslOutcomeActiveBg: #9D20FF;
  --mslEventHeaderMobileBackgroundSize: 100%;
  --mslEventHeaderMobileActionBg: #ffffff;
  --mslEventTeamsMobileBackground: linear-gradient(270deg, rgba(61, 47, 79, 0.8) 0%, rgba(23, 17, 35, 0.8) 100%);
  --mslMobileListOfSportsHeaderBg: #ffffff;
  --mslMobileOutcomeItemFactorUpBg: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), var(--mslIncreaseCafColor);
  --mslMobileOutcomeItemFactorDownBg: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--mslDecreaseCafColor);
  --mslMobileOutcomeItemBorderColor: var(--mslSectionBg);
  --mslMobileOutcomeItemNameColor: var(--mslTextDarkRGB);
  --mslMobileOutcomeItemNameAlpha: 0.5;
  --mslLiveIconTransparentBg: transparent;
  --mslDisabledOddColorAlpha: 0.5;
  --mslTeamAfterColor: #F4F4F4;
  --mslTeamAfterColorRGB: 244, 244, 244;
  --mslSportTitleBg: #D8D8D8;
  --mslEventBorderColor: #D8D8D8;
  --mslEventActiveBonusColor: #5BD275;
  --mslEventBonusBadgeBg: radial-gradient(100% 100% at 100% 0%, #5bd275 0%, #43b65c 100%);
  --mslActiveMarketBg: #9D20FF;
  --mslMarketsGroupColor: #F4F4F4;
  --mslMarketsBorderRadius: 4px;
  --mslMarketTitleBg: #E5E5E5;
  --mslOutcomeBgFullEvent: #ffffff;
  --mslAdditionalMarketBg: #D8D8D8;
  --mslHeadMarketsBg: #F4F4F4;
  --mslListOfEventBg: #ffffff;
  --mslListOfEventBgMain: #ffffff;
  --mslBetradarWidgetsBg: #ffffff;
  --mslActiveWidgetBg: rgb(45 134 239);
  --mslLeagueMenuBG: #ffffff;
  --teamsLogoBorderSecondary: #E5E5E5;
  --teamsLogoBorder: #3D4A5D;
  --teamsLogoBG: rgba(255, 255, 255, 0.3);
  --teamsLogoBGSecondary: rgba(111, 123, 141, 0.35);
  --mslLeagueModalColor: #ffffff;
  --mslMoreLinkColor: rgb(45 134 239);
  --mslMoreLinkFontWeight: 700;
  --mslMoreLinkFontSize: 14px;
  --mslTeamsBg: #1D508D;
  --mslTeamsBgTwo: #1A3769;
  --mslTimerWrapperBg: rgba(255, 255, 255, 0.2);
  --mslTeamsInfoBg: linear-gradient(180deg, #453B66 0%, #6A4C82 100%);
  --switcherRadioActiveColor: #9D20FF;
  --mslActiveCheckboxBG: #9D20FF;
  --mslOutrightsSwitchActiveColor: #9D20FF;
  --mslMobileSportMenuActiveBg: rgb(45 134 239);
  --mslMobileSportMenuIconActiveColor: #ffffff;
  --mslMobileSportMenuActiveColor: #ffffff;
  --mslMobileSportMenuActiveBoxShadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  --mslSportMenuItemFlter: none;
  --mslMobileSportMenuActiveIconColor: #F54744;
  --mslMobileSportMenuIconColor: #F54744;
  --mslTabbarNewBg: #ffffff;
  --mslTabbarNewTopBorder: #E5E5E5;
  --mslTabbarNewNotificationBg: #F54744;
  --mslTabbarNewNotificationSecBg: #F2C94C;
  --mslTabbarNewNotificationDotBg: #F54744;
  --mslTabbarNewNotificationDotBorder: 1px solid #FFF;
  --mslTabbarNewNotification: #FFF;
  --mslTabbarNewNotificationSec: #3E4049;
  --mslTabbarNewNotificationSecBorder: #FFF;
  --mslTabbarTitleFontSize: 14px;
  --mslTabbarTitleFontWeight: 700;
  --allSportsItemHover: #E5E5E5;
  --mslMarketsBorderColor: #D8D8D8;
  --mslSearchBg: #fff;
  --mslSearchInputBg: #F4F4F4;
  --mslSearchInputShadow: #E5E5E5;
  --mslSearchPadding: 16px;
  --mslOutcomeHoverBg: #C5CCD8;
  --placeholderColor: #6F7B8D;
  --mslCanadaMobileEventInfoBorderColor: #D8D8D8;
  --mslCanadaFiltersButtonBorderColor: #D8D8D8;
  --mslCanadaFiltersButtonBg: #E5E5E5;
  --mslCanadaFiltersButtonActiveBorderColor: #6F7B8D;
  --mslCanadaFiltersButtonActiveBg: #6F7B8D;
  --mslSportFiltersItem: rgba(62, 64, 73, 0.5);
  --mslSportFiltersItemActive: #FFF;
  --mslSportFiltersItemBg: #F4F4F4;
  --mslSportFiltersItemBorder: #E5E5E5;
  --mslSportFilterItemFilter: none;
  --mslSportFiltersItemBgActive: rgb(45 134 239);
  --mslSportFiltersItemTopIcon: rgb(45 134 239);
  --mslSportFiltersItemFontWeight: 700;
  --mslSportFiltersItemIconSize: 18px;
  --mslSportFiltersItemIconMaxHeight: 20px;
  --mslSportFiltersItemBorderBottom: #E5E5E5;
  --mslSportFiltersItemBorderBottomActive: rgb(45 134 239);
  --mslSportFiltersMenuMobile: rgba(62, 64, 73, 0.5);
  --mslSportFiltersItemMobileActive: #3E4049;
  --mslSportFiltersMenuMobileFontSize: 12px;
  --mslSportFiltersMenuMobileFontWeight: 700;
  --mslSportFiltersItemMobileBg: #F4F4F4;
  --mslSportFiltersItemMobileIcon: #6F7B8D;
  --mslSportFiltersItemMobileIconSize: 16px;
  --mslMobileHeaderSectionBg: #E5E5E5;
  --mslMobileHeaderSectionTitle: #3E4049;
  --mslMobileHeaderSectionTitleFontSize: 14px;
  --mslMobileHeaderSectionTitleFontWeight: 700;
  --mslMobileHeaderSectionArrow: #8C818E;
  --mslMobileHeaderSectionCount: #3E4049;
  --mslSectionBgNew: #fff;
  --searchTextHighlightBg: #FBEFC9;
  --searchTextHighlightColor: #3E4049;
  --searchModalInputText: #3E4049;
  --searchModalInputPlaceholder: #8C818E;
  --searchModalInputBg: #FFF;
  --searchModalInputBorderColor: #FFF;
  --searchModalInputFocusBorderColor: #9D20FF;
  --searchModalResultsBg: #FFF;
  --searchModalInputBorderRadius: var(--asideNewBorderRadius);
  --searchModalInstructionsText: #3E4049;
  --searchModalFindIconColor: #8C818E;
  --searchModalFindIconAccentColor: #8C818E;
  --searchModalClearIconColor: #8C818E;
  --searchModalClearIconAccentColor: #8C818E;
  --searchV2FindIconColor: #8C818E;
  --searchV2FindIconAccentColor: #8C818E;
  --searchV2ClearIconColor: #8C818E;
  --searchV2ClearIconAccentColor: #9D20FF;
  --searchV2InputBorderColor: #F4F4F4;
  --searchV2InputFocusBorderColor: #9D20FF;
  --searchV2InputBg: #F4F4F4;
  --searchV2InputTextColor: #3E4049;
  --searchV2InputPlaceholderColor: #8C818E;
  --searchV2InstructionsTextColor: #8C818E;
  --searchV2InstructionsBg: #F4F4F4;
  --searchV2TabsTogglerBg: #F4F4F4;
  --searchV2TabsTogglerTextColor: #999A9E;
  --searchV2ActiveTabBg: #9D20FF;
  --searchV2ActiveTabTextColor: #FFF;
  --searchV2InputCaretColor: #9D20FF
}

:root {
  --limitsGrayText: #3e4049;
  --limitBorder: #E2E8EE;
  --limitStatusNotActive: var(--limitBorder);
  --limitStatusNotActiveTextColor: #6F7B8D;
  --limitGreenText: #43B65C;
  --limitRedButtonStatusColor: #E96E32;
  --limitRequiredFieldColor: #9D20FF;
  --limitsCancelButtonBorder: var(--limitBorder);
  --limitsCancelButtonColor: #3e4049;
  --limitsSetLimitButtonBorder: #9D20FF;
  --limitsSetLimitButtonBg: var(--limitsSetLimitButtonBorder);
  --limitsSetLimitButtonBorderHover: var(--secondaryButtonHover);
  --limitsSetLimitButtonBgHover: var(--limitsSetLimitButtonBorderHover);
  --limitsSaveDisabledBg: var(--limitBorder);
  --limitsSaveDisabledColor: #6F7B8D;
  --limitsPaginationBg: rgba(226, 232, 238, 0.4);
  --limitsPaginationBgHover: var(--limitBorder);
  --limitsPaginationArrowBg: rgba(226, 232, 238, 0.6);
  --limitsPaginationArrowBgHover: var(--limitsSetLimitButtonBorder);
  --selfExclusionPeriodItemBorder: #e2e8ee;
  --selfExclusionPeriodItemSelected: var(--buttonMain);
  --selfDactivationTextLengthColor: #9e9e9e;
  --limitsSnackbarError: #F54744
}

:root {
  --seoFooterAccent: rgb(45 134 239);
  --seoFooterShadowRGB: 229, 232, 237;
  --seoFooterMobileShadowRGB: 255, 255, 255
}

:root {
  --snackbarNotificationBg: #f2c94c;
  --snackbarNotificationShadow: rgba(9, 15, 37, 0.2);
  --snackbarAttentionBg: var(--snackbarNotificationBg);
  --snackbarCancelWithdrawalBg: #43B65C
}

:root {
  --sportMenuBg: #edf1f3;
  --sportMenuItemActive: #d1dae5;
  --sportMenuItemText: #3E4049;
  --sportMenuAllBorder: #d1dae5;
  --allSportsBg: #fff;
  --allSportsBorderBottom: #e5e8ed;
  --allSportsTitle: #6f7b8d;
  --allSportsActive: #e96e32;
  --allSportsActiveBg: #f4f4f4;
  --allSportsItemText: #868c96;
  --allSportsTitleColor: #3E4049;
  --allSportsCountColor: #b1b3ba;
  --settingsCloseBtnColor: var(--globalSettingsModalColor);
  --settingsContentBg: var(--modalBackground);
  --settingsContentSeparator: 1px solid #e2e8ee;
  --newSportMenuItemText: #3E4049;
  --newSportMenuItemTextLight: rgba(62, 64, 73, 0.5);
  --newSportMenuItemActiveText: #4da533;
  --newSportMenuItemActiveBg: #e2e8ee;
  --newSportMenuItemBorder: #e2e8ee;
  --sportMenuRightLableBackground: #EC622B
}

:root {
  --statusBadge: #ffffff;
  --statusBadgeNoStatus: #3E4049;
  --statusBadgeNoStatusBg: transparent
}

:root {
  --swipeCheckboxBg: #E5E5E5;
  --swipeCheckboxBgActive: #9D20FF;
  --swipeCheckboxBallColor: #ffffff;
  --swipeCheckboxLabelColor: #FFFFFF;
  --swipeCheckboxLabelMarginFromButton: 16px;
  --swipeCheckboxLabelFontSize: 16px;
  --swipeCheckboxLabelFontWeight: 600;
  --swipeCheckboxWidth: 32px;
  --swipeCheckboxHeight: 18px;
  --swipeCheckboxBallSize: 14px;
  --swipeCheckboxBigWidth: 53px;
  --swipeCheckboxBigHeight: 30px;
  --swipeCheckboxBigBallSize: 23px
}

:root {
  --tableStatusPending: radial-gradient(100% 914.65% at 97.52% 0%, #f2c94c 0%, #ec882b 100%);
  --tableStatusLose: radial-gradient(100% 157.69% at 97.24% 0%, #ff6d6d 0%, #eb5e58 100%);
  --tableStatusSuccess: radial-gradient(100% 914.65% at 97.52% 0%, #6fcc54 0%, #4da533 100%);
  --tableStatusDeclined: #f0493c;
  --tableStatusReturned: #F2C94C;
  --tableStatusActivated: #1493ff
}

:root {
  --transactionHistoryBg: #ffffff;
  --transactionHistoryBorder: #E8ECF1;
  --transactionHistoryOpenBg: #F4F4F4;
  --transactionHistoryArrow: #6F7B8D;
  --transactionHistorySuccess: #43B65C;
  --transactionHistoryPending: #43B65C;
  --transactionHistoryError: #F54744
}

:root {
  --globalSettingsModalBg: #F4F4F4;
  --globalSettingsModalHeaderBg: #ffffff;
  --globalSettingsModalColor: #3E4049;
  --globalSettingsBorder: #D8D8D8;
  --globalSettingsModalSecondaryColor: #F4F4F4
}

:root {
  --verificationConteinerBG: #F0F3F8;
  --verificationConteinerBorder: #C3CCD9;
  --verificationLinkColor: #43B65C;
  --verificationCancelColor: #6B6B6B
}

:root {
  --oddsBoosterBannerBorderRadius: 8px;
  --oddsBoosterBannerColor: #ffffff;
  --oddsBoosterBannerScoreBg: rgba(255, 255, 255, 0.1);
  --oddsBoosterBannerScoreBorder: 1px solid rgba(255, 255, 255, 0.2);
  --oddsBoosterOutcomeBg: rgba(255, 255, 255, 0.2);
  --oddsBoosterOutcomeBgActive: rgb(45 134 239);
  --oddsBoosterOutcomeBgHover: rgba(255, 255, 255, 0.5);
  --oddsBoosterOutcomeBgDisabled: rgba(255, 255, 255, 0.1);
  --oddsBoosterOutcomeUpBg: rgba(77, 165, 51, 0.5);
  --oddsBoosterOutcomeUpRectangleBg: #4da533;
  --oddsBoosterOutcomeDownBg: rgba(248, 78, 78, 0.5);
  --oddsBoosterOutcomeDownRectangleBg: #F54744;
  --oddsBoosterBaseBorderRadius: 4px;
  --odddsBoosterBannerBgColor: #021137;
  --oddsBoosterModernArrowActiveBg: rgba(226, 232, 238, 0.6);
  --oddsBoosterModernArrowColor: #ffffff;
  --oddsBoosterModernArrowBg: rgba(226, 232, 238, 0.4);
  --oddsBoosterIconColor: #3E4049;
  --oddsBoosterIconBg: #F2C94C;
  --oddsBoosterIconBorderRadius: 4px;
  --oddsBoosterTooltipBg: #6F7B8D;
  --oddsBoosterTooltipColor: #ffffff
}

:root {
  --betradarTabIcon: #797979;
  --betradarTabIconBg: #F4F4F4;
  --betradarTabActivIconBgFrom: #E96E32;
  --betradarTabActivIconBgTo: #E96E32;
  --betradarTabActivIcon: #ffffff;
  --betradarBorderRadius: 4px;
  --betradarTopColor: #F4F4F4;
  --betradarstatictimeline: #E5E5E5;
  --betradarStaticTimeline: #E5E5E5;
  --sectionHeaderBg: #3A3D40;
  --betradarStaticTimelineModern: #E5E5E5;
  --betradarWidgetFontColorModern: #797979;
  --betradarStatsBgModern: #F4F4F4;
  --betradarActiveTimelineModern: #E96E32;
  --betradarLmtInactiveIconMobile: #797979;
  --betradarLmtInactiveIconDesktop: #33465f;
  --betradarLmtActiveIconMobile: #ec622b;
  --betradarLmtActiveIconDesktop: #ec622b;
  --betradarStatisticsFontColor: white;
  --betradarStatisticsBackground: #11253d
}

:root {
  --promoSnackBarBorderRadius: 8px;
  --promoSnackBarColor: #ffffff;
  --promoSnackBarBackgroundColor: linear-gradient(214deg, #FF4200 2.09%, #8F00FF 103.63%);
  --promoSnackBarBoxShadow: rgba(28, 66, 121, .5);
  --promoSnackBarTitleFontSize: 16px;
  --promoSnackBarTitleMobileFontSize: 14px;
  --promoSnackBarDescriptionFontSize: 20px;
  --promoSnackBarAddInfoTitlFontSize: 20px;
  --promoSnackBarWithCookieBarBottomDesktop: 90px;
  --promoSnackBarWithCookieBarBottomMobile: 170px;
  --promoSnackBarBottomMobileModern: 60px;
  --promoSnackBarWithCookieBarBottomMobileModern: 60px;
  --promoSnackBarButtonClose: #ffffff;
  --promoSnackBarButtonCloseOpacity: 0.5
}

:root {
  --drawerContentBg: #F4F4F4;
  --drawerTitleBg: #ffffff;
  --drawerBorderRadius: 8px;
  --drawerTitlePadding: 12px 16px;
  --drawerInnerPadding: 16px
}

:root {
  --promotionsSectionsBg: #ffffff;
  --promotionsSectionsBoxShadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  --promotionsSectionsRadius: 8px;
  --promotionsSectionsHeaderBgMobile: #F0F3F8;
  --promotionsSectionsHeaderCount: #3E4049;
  --promotionsSectionsHeaderArrow: #3E4049;
  --promotionsSectionsTitle: #3E4049;
  --promotionsSectionsMoreButton: #9D20FF;
  --promotionsSectionsIconTypeBonusBg: #ffffff;
  --promotionsSectionsIconTypeBonus: #9D20FF;
  --promotionsSectionsItem: #ffffff;
  --promotionsSectionsNavigationButton: #ffffff;
  --promotionsSectionsNavigationButtonBg: rgba(226, 232, 238, 0.4);
  --promotionsSectionsNavigationButtonHover: #ffffff;
  --promotionsSectionsNavigationButtonBgHover: rgba(226, 232, 238, 0.8)
}

:root {
  --promotionTitle: #ffffff;
  --promotionSubtitle: rgb(45 134 239);
  --promotionText: #021137;
  --promotionItemBackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%), radial-gradient(rgba(137, 201, 237, 0.5), #46A1E2);
  --promotionShadow: #3E4049;
  --promotionShadowRGB: 62, 64, 73;
  --promotionButtonFindBg: #778ca9;
  --promotionButtonFindHoverBg: #5b6f8b;
  --promotionButtonFindBorderColor: #778ca9;
  --promotionButtonFindTextColor: #ffffff;
  --promotionRibbonText: #fff;
  --promotionRibbonAll: rgb(45 134 239);
  --promotionRibbonSport: #9D20FF;
  --promotionRibbonCasino: #73499e;
  --promotionInfo: #3E4049;
  --promotionInfoBg: #ffffff;
  --promotionInfoIconBg: #ffffff;
  --promotionIconAll: rgb(45 134 239);
  --promotionIconAllHover: #63b356;
  --promotionIconSport: rgb(45 134 239);
  --promotionIconSportHover: #63b356;
  --promotionIconCasino: rgb(45 134 239);
  --promotionIconCasinoHover: #63b356;
  --promotionIconVip: rgb(45 134 239);
  --promotionIconVipHover: #63b356;
  --promotionButtonSportBg: rgb(45 134 239);
  --promotionButtonCasinoBg: rgb(45 134 239);
  --promotionHeaderBannerMargin: 0;
  --promotionHeaderBannerBorderRadius: 0;
  --riskBetSportBg: rgba(255, 255, 255, 0.5);
  --riskBetSportLine: #E2E8EE;
  --riskIconColor: rgb(45 134 239);
  --uniqEventTextBlock: #FFFFFF80;
  --promotionCardScrollbarBg: rgba(111, 123, 141, 0.3);
  --promotionCardTitleMaxHeight: 40px;
  --promotionCardHeight: 430px
}

:root {
  --realTimeIncomingBetsBoxShadow: 0 0 5px rgba(0, 0, 0, 0.2);
  --realTimeIncomingBetsBorderRadius: 8px;
  --realTimeIncomingBetsHeadingBg: #FFF;
  --realTimeIncomingBetsHeadingBorderRadius: 8px 8px 0 0;
  --realTimeIncomingBetsHeadingBorderColor: rgba(255, 255, 255, .1);
  --realTimeIncomingBetsHeadingFontSize: 20px;
  --realTimeIncomingBetsHeadingMobileFontSize: 16px;
  --realTimeIncomingBetsHeadingFontWeight: 700;
  --realTimeIncomingBetsHeadingDateFontWeight: 700;
  --realTimeIncomingBetsFiltersBg: #F0F3F8;
  --realTimeIncomingBetsFilterBg: transparent;
  --realTimeIncomingBetsActiveFilterBg: #9D20FF;
  --realTimeIncomingBetsFilterColor: #3E4049;
  --realTimeIncomingBetsActiveFilterColor: #ffffff;
  --realTimeIncomingBetsFiltersBorderRadius: 6px;
  --realTimeIncomingBetsFilterItemBorderRadius: 6px;
  --realTimeIncomingBetsFilterHeight: 32px;
  --realTimeIncomingBetsFilterFontWeight: 400;
  --realTimeIncomingBetsFilterMobileFontWeight: 400;
  --realTimeIncomingBetsHeadBg: #FFF;
  --realTimeIncomingBetsRowEvenBg: #FFF;
  --realTimeIncomingBetsTableMainBg: #FFF;
  --realTimeIncomingBetsRowOddBg: #F0F3F8;
  --realTimeIncomingBetsTableBorderRadius: 0 0 8px 8px;
  --realTimeIncomingBetsTableBorderRadiusMobile: 8px;
  --realTimeIncomingBetHeadColor: #2BC69D;
  --realTimeIncomingBetsTableHeadBorder: rgba(62, 64, 73, 0.1);
  --realTimeIncomingBetsTableFontWeight: 700;
  --realTimeIncomingBetsTableCellBg: transparent;
  --realTimeIncomingBetsTableCellPadding: 15px 23px;
  --realTimeIncomingBetsTableHead: #9D20FF;
  --realTimeIncomingBetsTableHeadLetterSpacing: 0.1em;
  --realTimeIncomingBetsTableHeadFontSize: 12px;
  --realTimeIncomingBetsTableHeadFontWeight: 700;
  --realTimeIncomingBetsTableHeadLineHeight: 1.45;
  --realTimeIncomingBetsTableEventNameFontWeight: 400;
  --realTimeIncomingBetsTableMobileBorder: #E2E8EE;
  --realTimeIncomingBetsTableMobileFontSize: 12px;
  --realTimeIncomingBetsTableMobileHeadFontWeight: 700;
  --realTimeIncomingBetsSelectedWidth: 410px;
  --realTimeIncomingBetsSelectedBg: #FFF;
  --realTimeIncomingBetsSelectedBoxShadow: none;
  --realTimeIncomingBetsSelectedBorderRadius: 8px;
  --realTimeIncomingBetsSelectedColor: #ffffff;
  --realTimeIncomingBetsSelectedInfoColor: #6F7B8D;
  --realTimeIncomingBetsSelectedBrandLogoLineColor: #94AEB4;
  --realTimeIncomingBetsSelectedBrandLogoLineOpacity: .2;
  --realTimeIncomingBetsSelectedTitle: #3E4049;
  --realTimeIncomingBetsSelectedTitleFontSize: 16px;
  --realTimeIncomingBetsSelectedTitleFontWeight: 700;
  --realTimeIncomingBetsSelectedTitleIcon: #3E4049;
  --realTimeIncomingBetsSelectedTitleIconFontSize: 18px;
  --realTimeIncomingBetsSelectedTitleIconDisplay: block;
  --realTimeIncomingBetsCloseIcon: #3E4049;
  --realTimeIncomingBetsSelectedHighlight: #080809;
  --realTimeIncomingBetsSelectedNickNameFontWeight: 700;
  --realTimeIncomingBetsSelectedNickNameLineHeight: 24px;
  --realTimeIncomingBetsDetailsTitleFontSize: 16px;
  --realTimeIncomingBetsDetailsValueFontSize: 14px;
  --realTimeIncomingBetsDetailsFontWeight: 600;
  --realTimeIncomingBetsDetailsTitleColor: #6F7B8D;
  --realTimeIncomingBetsDetailsValueColor: #3E4049;
  --realTimeIncomingBetsDetaisOddsColor: #9D20FF;
  --realTimeIncomingBetsEventsScrollbarColor: #94AEB4
}

:root {
  --casinoFiltersMobileBg: #FFF;
  --casinoFiltersMobileContentBg: #F0F3F8;
  --casinoFiltersMobileBorderRadius: 8px;
  --casinoFiltersMobileColor: #3E4049;
  --casinoFiltersMobileContentBorder: #F0F3F8;
  --casinoFiltersMobileBottomBorder: #E2E8EE;
  --casinoFiltersMobileSearchInputBorder: #E2E8EE;
  --casinoFiltersMobileSearchInputBorderFocus: #4DA533;
  --casinoFiltersMobileSearchInputBg: #FFF;
  --casinoFiltersMobileSearchIcon: #6F7B8D;
  --casinoFiltersMobileHeaderTitle: #3E4049;
  --casinoFiltersMobileHeaderTitleFontSize: 16px;
  --casinoFiltersMobileHeaderTitleFontWeight: 700;
  --casinoFiltersMobileSectionTitle: #3E4049;
  --casinoFiltersMobileSectionTitleFontSize: 12px;
  --casinoFiltersMobileSectionTitleFontWeight: 700;
  --casinoFiltersMobileSectionTitleLetterSpacing: 1px;
  --casinoFiltersMobileFilterButtonFontSize: 14px;
  --casinoFiltersMobileClearButton: #EC622B;
  --casinoFiltersMobileClearButtonFontSize: 12px;
  --casinoFiltersMobileClearAllButton: #3E4049;
  --casinoFiltersMobileClearAllButtonBg: transparent;
  --casinoFiltersMobileClearAllButtonBorder: 1px solid #E2E8EE;
  --casinoFiltersMobileClearAllButtonLetterSpacing: 0.03em;
  --casinoFiltersMobileItemTitle: #3E4049;
  --casinoFiltersMobileItemTitleFontSize: 14px;
  --casinoFiltersMobileItemBg: #FFF;
  --casinoFiltersMobileItemBorderRadius: 8px;
  --casinoFiltersMobileItemSelectedBg: #EC622B;
  --casinoFiltersMobileItemSelected: #FFF;
  --casinoFiltersMobileItemImgBg: #F0F3F8
}

:root {
  --mslStoryBorderRadius: 8px;
  --mslStoryBg: #FFF;
  --mslStoryBgHover: #E2E8EE;
  --mslStoryImageBorderRadius: 6px;
  --mslStoryTitle: #3E4049;
  --mslStoryFontSize: 12px;
  --mslStoryLineHeight: 16px;
  --mslStoryVipTextFontSize: 12px;
  --mslStoryVipTextColor: rgba(255, 255, 255, 0.5);
  --mslStoryVipTextColorAccent: #FFF;
  --mslStoryProgressBg: rgba(255, 255, 255, 0.2);
  --mslStoryProgressBarBg: radial-gradient(100% 100% at 100% 0%, #5bd275 0%, #43b65c 100%);
  --mslStoryProgressBarFullBg: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%)
}

:root {
  --casinoOnlinePlayersBoxShadow: 0 0 14.5px 0 #FFFFFF40;
  --casinoOnlinePlayersContainerBackground: #0D1D34B2;
  --casinoOnlinePlayersTextColor: #FFFFFF
}

:root {
  --newForecastsAccentColor: #9E2B86;
  --newForecastsAccentSecondary: #E96E32;
  --newForecastsDefaultTextColor: #3E4049;
  --newForecastsDefaultBg: #FFF;
  --newForecastsMobilePageBg: #FFFFFF;
  --newForecastsNoForecastsBg: #FFF;
  --newForecastsNoForecastsTextColor: #797979;
  --newForecastsNoForecastsIconColor: #797979;
  --newForecastsSectionTitleBg: #F4F4F4;
  --newForecastsSectionTitleColor: #3E4049;
  --newForecastsSectionTitleIconColor: #3E4049;
  --newForecastsSectionTitleIconOpacity: 1;
  --newForecastsBannerBg: radial-gradient(190.52% 141.42% at 100% 0%, #1D508D 0%, #1A3769 100%);
  --newForecastsBannerTextColor: #FFF;
  --newForecastsBannerProgressBarBg: rgba(60, 65, 74, 0.28);
  --newForecastsBannerProgressBarActiveBg: #FFF;
  --newForecastsBannerProgressBarBorderColor: rgba(240, 243, 248, 0.5);
  --newForecastsBannerProgressBarActiveBorderColor: #F0F3F8;
  --newForecastsBannerProgressBarDisabledBg: #E5E5E5;
  --newForecastsBannerProgressBarTextColor: #3E4049;
  --newForecastsBannerTermsButtonBg: #FFF;
  --newForecastsBannerBorderRadius: 4px;
  --newForecastsDailyBannerBg: radial-gradient(190.52% 141.42% at 100% 0%, #1D508D 0%, #1A3769 100%);
  --newForecastsSpecialBannerBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #5BD275 0%, #43B65C 100%);
  --newForecastsWeeklyBannerBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
  --newForecastsPrizesBg: #FFF;
  --newForecastsMobilePrizesBg: #FFF;
  --newForecastsPrizesBorderColor: #E5E5E5;
  --newForecastsPrizeItemBg: #F4F4F4;
  --newForecastsPrizeItemTextColor: #3E4049;
  --newForecastsMobileBannersListBorderColor: #E5E5E5;
  --newForecastsMobileBannersBannerItemBg: #FFF;
  --newForecastsMobileBannersBannerPrizeBg: #E5E5E5;
  --newForecastsMobileBannersBannerTextColor: rgb(62 64 73 / 50%);
  --newForecastsMobileBannersActiveItemBorderColor: #9E2B86;
  --newForecastsMobileBannersActiveItemPrizeBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
  --newForecastsMobileBannersActiveItemPrizeTextColor: #FFF;
  --newForecastsMainBannerTextColor: #FFF;
  --newForecastsMainBannerTimerBg: rgba(206, 139, 59, 0.5);
  --newForecastsMainBannerTimerTextColor: #E5E5E5;
  --newForecastsMainBannerTimerTextColorMobile: #FFF;
  --newForecastsMainBannerTimerIconColor: #FFF;
  --newForecastsMainbannerTimerValueColor: #FFF;
  --newForecastsMainBannerPrizeLineHeight: 32px;
  --newForecastsRulesBg: #FFF;
  --newForecastsRulesBgMobile: #FFF;
  --newForecastsTextColor: #3E4049;
  --newForecastsHistoryBg: #FFF;
  --newForecastsHistoryBgMobile: #FFF;
  --newForecastsHistoryItemHeaderBg: #E5E5E5;
  --newForecastsHistoryItemHeaderBgMobile: #E5E5E5;
  --newForecastsHistoryItemBg: #FFF;
  --newForecastsHistoryItemBodyBorderColor: #E5E5E5;
  --newforecastsHistoryItemTextColor: #3E4049;
  --newForecastsHistoryItemHeaderBorderRadius: 8px;
  --newForecastsHistoryItemBodyBorderRadius: 8px;
  --newForecastsNoHistoryBg: #FFF;
  --newForecastsNoHistoryBgMobile: #FFF;
  --newForecastsTabsListBoxShadowColor: rgba(42, 77, 137, 0.1);
  --newForecastsListBg: #F4F4F4;
  --newForecastsListMobileBg: #E5E5E5;
  --newForecastsForecastItemBg: #FFF;
  --newForecastsForecastItemBgMobile: #FFF;
  --newForecastsForecastItemBoxShadow: rgba(42, 77, 137, 0.1);
  --newForecastsForecastItemHeaderBg: #E5E5E5;
  --newForecastsForecastItemHeaderBorderRadius: 8px;
  --newForecastsForecastItemHeaderBgMobile: #E5E5E5;
  --newForecastForecastSwitchNotActiveBg: #F4F4F4;
  --newForecastForecastSwitchNotActiveBgMobile: #F4F4F4;
  --newForecastsOutcomeProbabilityTextColor: #797979;
  --newForecastsEventItemBorderColor: #E5E5E5;
  --newForecastsEventItemBg: #FFF;
  --newForecastsEventItemBorderRadius: 8px;
  --newForecastsTeamNameColor: #3E4049;
  --newForecastsTeamNameFontWeight: 400;
  --newForecastsEventMatchTimeMobileColor: #6F7B8D;
  --newForecastsOutcomeBorderColor: #E5E5E5;
  --newForecastsOutcomeBorderColorMobile: #E5E5E5;
  --newForecastsOutomeBg: #F4F4F4;
  --newForecastsOutomeBgMobile: #F4F4F4;
  --newForecastsOutcomeSelectedBg: #9E2B86;
  --newForecastsOutcomeSelectedTextColor: #FFF;
  --newForecastsOutomeBorderRadius: 4px;
  --newForecastsEventItemFontWeight: 400;
  --newForecastsOutcomesDividerBg: #E5E5E5;
  --newForecastsRandomPickButtonBg: #E96E32;
  --newForecastsRandomPickButtonBoxShadow: 0px 4px 5px 0px rgba(233, 110, 50, 0.14), 0px 4px 16px 0px rgba(233, 110, 50, 0.5), 0px 1px 10px 0px rgba(233, 110, 50, 0.12), 0px 2px 4px 0px rgba(233, 110, 50, 0.2);
  --newForecastsRandomPickButtonTextColor: #FFF;
  --newForecastsRandomPickButtonDisabledTextColor: #FFF;
  --newForecastsRandomPickDisabledBg: #C3CCD9;
  --newForecastsRandomPickDisabledBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
  --newForecastsRandomPickIconColor: #FFF;
  --newForecastsMakeForecastBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
  --newForecastsMakeForecastButtonInitialBg: #E5E5E5;
  --newForecastsMakeForecastButtonInitialTextColor: #797979;
  --newForecastsMakeForecastButtonReverseTextColor: #FFF;
  --newForecastsMakeForecastButtonAvailableBg: #9E2B86;
  --newForecastsMakeForecastButtonAvailableTextColor: #F4F4F4;
  --newForecastsMakeForecastButtonProgressBarBg: #E96E32;
  --newForecastsMakeForecastButtonUserMadeForecastBg: #797979;
  --newForecastsMakeForecastButtonUserMadeForecastTextColor: #F4F4F4;
  --newForecastsMakeForecastButtonsBorderRadius: 8px;
  --newForecastsMakeForecastsMobileButtonWrapperBg: #FFF;
  --newForecastsMakeForecastsMobileButtonWrapperBorderColor: #E5E5E5;
  --newForecastsMakerForecastsMobileButtonWrapperBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
  --forecastItemHeaderBg: #EDF1F3;
  --forecastIdColor: #868C96;
  --forecastStatusTextColor: #fff;
  --forecastStatusPendingGradient: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
  --forecastStatusWonGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #9E2B86 100%);
  --forecastStatusLoseGradient: radial-gradient(100% 157.69% at 97.24% 0%, #FF6D6D 0%, #EB5E58 100%);
  --eventItemBorderColor: #E6EAF1;
  --winCountColor: #868c96;
  --eventTimeColor: #868c96;
  --outcomeTextColor: #6f7b8d;
  --outcomeBorderColor: #E1E8EF;
  --outcomeSelectedBoxShadowColor: #9E2B86;
  --outcomeSelectedBackgroundColor: #DDEFFF;
  --newForecastsPageWrapperBg: #F0F3F8
}

:root {
  --tabBg: #F4F4F4;
  --tabTextColor: #797979;
  --tabBoxShadow: rgba(42, 77, 137, 0.1);
  --activeTabBg: #FFF;
  --activeTabTextColor: #9E2B86;
  --mobileTabTextColor: #3E4049;
  --mobileTabBg: transparent;
  --mobileActiveTabBg: #9E2B86;
  --mobileActiveTabTextColor: #FFF;
  --tabFontSize: 12px;
  --tabFontWeight: 700;
  --tabsPadding: 6px 8px;
  --mobileTabBorderRadius: 6px;
  --mobileTabFontWeight: 700
}

:root {
  --pinIconColor: #6F7B8D;
  --favoriteIconColor: #6F7B8D
}

:root {
  --bottomMenuCasinoGameBg: var(--white);
  --bottomMenuCasinoGameBorder: #e2e8ee;
  --bottomMenuCasinoGameItem: #6F7B8D;
  --bottomMenuCasinoGameItemActive: var(--accentMain);
  --bottomMenuCasinoGameItemCount: var(--white);
  --bottomMenuCasinoGameItemCountBorder: var(--white);
  --bottomMenuCasinoGameItemCountBg: var(--red)
}

:root {
  --bettingTableRowActionsColor: #9799A0;
  --bettingTableRowActionsHoverColor: #43B65C;
  --bettingTableRowActionsActiveColor: #3E4049;
  --bettingTableStakePending: rgba(62, 64, 73, 0.3);
  --bettingTableStakeWin: #4DA533;
  --bettingTableLeagueBg: #E2E8EE;
  --bettingTableDetailsHeaderColor: #6F7B8D;
  --bettingThreeDotsMenuShadowColor: rgba(0, 0, 0, .15);
  --bettingThreeDotsMenuBg: #fff;
  --bettingThreeDotsMenuHoverBg: #F0F3F8;
  --bettingThreeDotsMenuIcoColor: #6F7B8D
}

:root {
  --roundedTableHeading: #E2E8EE;
  --roundedTableHeadingBorderColor: #E2E8EE;
  --roundedTableBgColor: #F0F3F8;
  --roundedTableRowHoverBackground: #E2E8EE;
  --roundedTableHeadingColor: #3E4049;
  --roundedTableTdBaseColor: #3E4049
}

:root {
  --oneStepBonusRegBorderRadius: 8px;
  --oneStepBonusRegTitle: #ffffff;
  --oneStepBonusRegText: #ffffff;
  --oneStepBonusRegTitleTextMobile: #ffffff;
  --oneStepBonusRegContainer: #F0F3F8;
  --oneStepBonusRegContainerCustom: #F4F4F4;
  --oneStepBonusRegMobileContainerBG: linear-gradient(320.37deg, var(--redisignViolet2) 5.36%, var(--redisignViolet1) 99.86%);
  --oneStepBonusRegOverlapBG: linear-gradient(180deg, #453b66 0%, #6a4c82 100%);
  --oneStepBonusRegContainerBorderRadius: var(--baseBorderRadius);
  --oneStepBonusRegContainerBorderRadiusMaterial: 10px;
  --oneStepBonusRegContainerBorderRadiusMaterialOntario: 8px;
  --oneStepBonusRegMinHeight: 136px;
  --oneStepBonusRegMinHeightMobile: 53px;
  --oneStepBonusRegCheckColor: #43B65C;
  --oneStepRegTermsLink: var(--redisignViolet1);
  --oneStepPromotionTextColor: #8C818E;
  --oneStepPromotionCheckBG: #43B65C;
  --oneStepPromotionCheckBGCustom: var(--accentSecondary);
  --oneStepPromotionCheckColor: #fff;
  --oneStepBonusRegMobileHoverBG: var(--redisignVioletHover)
}

:root {
  --forecastHistoryOutcomeWinBg: #43B65C;
  --forecastHistoryOutcomeLoseBg: #F84E4E;
  --forecastHistoryOutcomePendingBg: #E2E8EE;
  --forecastHistoryOutcomeBg: #fff6
}

:root {
  --cabinetHistoryHeading: #F0F3F8;
  --cabinetHistoryHeadingColor: var(--eventHeading);
  --cabinetTableTdBaseColor: #3E4049;
  --cabinetTableBorderColor: var(--borderProfileTable);
  --cabinetTableRowHoverBackground: rgba(232, 236, 241, 0.7);
  --cabinetTableStakePending: #90949B;
  --cabinetTableStakeWin: #4DA533
}

:root {
  --cashierModalBonusContainerBgLight: #F4F4F4;
  --cashierBonusItemBgLight: #E5E5E5;
  --cashierModalBackgroundMainLight: #ffffff;
  --cashierBonusInputBackgroundLight: #ffffff;
  --cashierPaymentMethodBgLight: #F4F4F4;
  --cashierPaymentMethodBgAlterateLight: #ffffff;
  --cashierPaymentMethodGroupItemBgLight: #F4F4F4;
  --cashierPaymentMethodGroupItemLight: #8C818E;
  --cashierModalSelectedTabsBackgroundLight: #9D20FF;
  --cashierModalSelectedTabsBackgroundHoverLight: #7E1ACC;
  --cashierModalSelectedTabsBackgroundDisabledLight: #D8D8D8;
  --cashierActiveWithdrawalItemBgLight: #E5E5E5;
  --cashierNotActiveTabBackgroundLight: #F4F4F4;
  --cashierNotActiveTabColorLight: #3E4049;
  --cashierBonusLabelColorLight: #3E4049;
  --cashierActiveTabBackgroundLightHover: #c3ccd9;
  --cashierPersonalDetailsTextLight: #3E4049;
  --cashierPaymentMethodAcardionContainerLight: #F4F4F4;
  --cashierPaymentMethodItemBorderLight: #E5E5E5;
  --cashierModalTitle: #3E4049;
  --cashierModalBackgroundMain: #3A3D40;
  --cashierModalBackgroundSecondary: #6B6B6B;
  --cashierModalNotFound: #ffffff;
  --cashierModalSelectedTabsBackground: #9E2B86;
  --cashierModalSelectedTabsBackgroundHover: #7e226b;
  --cashierCloseButtonColor: #797979;
  --cashierNotActiveTabColor: rgba(255, 255, 255, 0.5);
  --cashierNotActiveTabBackground: #797979;
  --cashierNotActiveTabBackgroundHover: #6B6B6B;
  --cashierBonusItemBg: #3A3D40;
  --cashierBonusItemTitleColor: #ffffff;
  --cashierBonusItemDescriptionColor: #E96E32;
  --cashierBonusNotFoundAlign: left;
  --cashierBonusListArrow: #ffffff;
  --cashierBonusListArrowBg: none;
  --cashierBonusListArrowFontSize: 16px;
  --cashierTextColorMain: #ffffff;
  --cashierTextColorSecondary: #ffffff;
  --cashierTitleFontSize: 32px;
  --cashierTitleFontWeight: 900;
  --cashierInputColor: #322E2F;
  --cashierScrollbarThumb: #797979;
  --cashierScrollbarThumbHover: #797979;
  --cashierScrollbarTrack: rgba(226, 232, 238, 0.2);
  --cashierBoxShadowMain: rgba(0, 0, 0, 0.25);
  --cashierActivePaymentWidth: 483px;
  --cashierPaymentMethodGroupItem: #ffffff;
  --cashierPaymentMethodGroupItemBg: #797979;
  --cashierPaymentMethodGroupItemHover: #ffffff;
  --cashierPaymentMethodGroupItemBgHover: #E96E32;
  --cashierPaymentMethodGroupItemBorder: translation;
  --cashierPaymentMethodAccordionBg: #6B6B6B;
  --cashierPaymentMethodGroupItemBorderRadius: 4px;
  --cashierPaymentMethodGroupArrowsFontSize: 24px;
  --cashierPaymentMethodAccordionIconColor: #E5E5E5;
  --cashierPaymentMethodTitleColor: #ffffff;
  --cashierErrorIconColor: #FF7C7A;
  --cashierButtonBoxShadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
  --cashierLoaderDots: #ffffff;
  --cashierModalSelectedTabFontWeight: 700;
  --cashierPaymentMethodBg: #ffffff;
  --cashierPaymentMethodBorderRadius: 6px;
  --cashierWithdrawalCountBg: #F84E4E;
  --cashierWithdrawalWalletIconFill: #1B4045;
  --cashierWithdrawalDateColor: #E5E5E5;
  --cashierWithdrawalModalHeaderLine: rgba(255, 255, 255, 0.1);
  --cashierWithdrawalModalBg: rgba(0, 0, 0, 0.8);
  --cashierCWBonusesBlockBcg: #ffffff;
  --cashierCWBonusesBlockBorder: rgba(#797979, 0.5);
  --cashierNotificationBackground: #F2C94C;
  --cashierNotificationColor: #797979
}

:root {
  --materialInputBgColor: #fff;
  --materialInputHeight: 48px;
  --materialInputFontSize: 12px;
  --materialInputLabelSize: 10px;
  --materialBorder: 1px solid #d4d4d4;
  --materialErrorBorder: 1px solid #F54744;
  --materialBorderRadius: 8px;
  --materialButtonColor: linear-gradient(320deg, #B557FF 5.36%, #8F00FF 99.86%);
  --materialButtonColorHover: linear-gradient(320deg, #B557FF 30%, #8F00FF 70%);
  --materialTextColor: #3E4049;
  --materialLabelColor: rgb(62, 64, 73, 50%);
  --materialRadioBackgroundColor: #f4f4f4;
  --materialRadioTextColor: #8C818E;
  --materailButtonFontSize: 14px;
  --materialAccentColor: #9D20FF;
  --oneStepPromotionCheckBG: #9D20FF
}

:root {
  --wofModalNotificationsBorderRadiusDesktop: 8px;
  --wofModalNotificationsBorderRadiusMobile: 8px
}

:root {
  --headerSize: 101px;
  --basePadding: 10px;
  --baseDescPadding: -10px;
  --breakPointStep1: 1759px;
  --breakPointMinWidthAside: 1560px;
  --breakPointStep2: 1429px;
  --breakPointRightSection: 1250px;
  --breakCasinoStep1: 1000px;
  --breakCasinoMenuSectionStep1: 1000px;
  --breakFormStep1: 900px;
  --promotionStep1: 1600px;
  --promotionStepHD: 1920px;
  --promotionStep2: 1300px;
  --promotionStep3: 900px;
  --promotionCasinoStep1: 1100px;
  --promotionActiveStep1: 1560px;
  --promotionActiveStep2: 1100px;
  --promotionActiveStep3: 900px;
  --bettingHistoryStep1: 900px;
  --contactUsDetailStep1: 900px;
  --cabinetTableWrapStep1: 1500px;
  --contactUsEmailListStep1: 900px;
  --breakEventHeaderStep1: 1000px;
  --bannerMainPrizeStep1: 1000px;
  --bannerTournamentStep1: 1500px;
  --bannerTournamentStep2: 1200px;
  --bannerTournamentStep3: 950px;
  --bannerTournament2Step1: 1500px;
  --bannerTournament2Step2: 1250px;
  --bannerTournament2Step3: 950px;
  --bannerWelcomeStep1: 1200px;
  --bannerWelcomeStep2: 1000px;
  --bannerAboutStep1: 1300px;
  --bannerAboutStep2: 1300px;
  --bannerAboutStep3: 950px;
  --bannerSmallStep1: 1300px;
  --sportVipProgramStep1: 1100px;
  --sportVipProgramStep2: 1000px;
  --breakDatepickerSmallHeigth: 600px;
  --vipProgramBenefitStep1: 1000px;
  --vipProgramProfileStep1: 1200px;
  --eventHeaderStep1: 1000px;
  --eventHeaderStep2: 900px;
  --compPointStatusStep1: 1500px;
  --compPointStatusStep2: 1350px;
  --compPointTypeButtonStep1: 1000px;
  --forecastButtonsStep1: 1000px;
  --checkboxActiveBg: #9e2b86;
  --checkboxActiveBorder: #9e2b86
}

:root {
  --selfExclusionModalLabel: #3E4049;
  --selfExclusionNotificationColor: rgb(45 134 239)
}

.app-button {
  appearance: none;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Urbanist";
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  min-height: 40px;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none
}

.app-button span {
  display: block;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap
}

.app-button .svg-icon {
  margin-right: 8px
}

.app-button--full {
  width: 100%
}

.app-button--default {
  background: rgb(45 134 239)
}

@media(hover: hover) {
  .app-button--default:hover {
    background: var(--defaultButtonHover)
  }
}

.app-button--c_gray {
  background: #778ca9;
  color: #fff
}

@media(hover: hover) {
  .app-button--c_gray:hover {
    background: #5b6f8b
  }
}

.app-button--secondary {
  background: #9d20ff
}

@media(hover: hover) {
  .app-button--secondary:hover {
    background: var(--secondaryButtonHover)
  }
}

.app-button--secondary-gradient {
  background: linear-gradient(320.37deg, #b557ff 5.36%, #8f00ff 99.86%)
}

@media(hover: hover) {
  .app-button--secondary-gradient:hover {
    background: linear-gradient(320.37deg, #ab40ff 5.36%, #7f00e3 99.86%)
  }
}

.app-button--third {
  background: rgb(45 134 239)
}

@media(hover: hover) {
  .app-button--third:hover {
    background: #c93b13
  }
}

.app-button--light {
  border: 1px solid #6e82a2;
  color: #6e82a2;
  background: #fff
}

@media(hover: hover) {
  .app-button--light:hover {
    background: #e6e6e6
  }
}

.app-button--light2-nobg {
  border: 1px solid var(--lightBorder);
  color: #fff;
  transition: border .2s ease, color .2s ease
}

@media(hover: hover) {
  .app-button--light2-nobg:hover {
    border: 1px solid #6e82a2;
    background: #6e82a2
  }
}

.app-button--nobg {
  border: 1px solid #fff;
  background: none
}

@media(hover: hover) {
  .app-button--nobg:hover {
    background: rgba(255, 255, 255, .1)
  }
}

.app-button--nobg img {
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 100%
}

.app-button--small {
  min-height: 22px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  box-sizing: content-box
}

.app-button--small .svg-icon {
  margin-right: 5px;
  display: block
}

.app-button--small .header__deposit-icon .svg-icon {
  margin-right: 0
}

.app-button--no-events {
  pointer-events: none;
  cursor: default
}

.app-button--small-text {
  font-size: 12px;
  padding: 5px 16px
}

.app-button--c_transparent {
  border: 1px solid #edf1f3;
  background: #fafcfd;
  color: #868c96
}

.app-button--bold {
  font-weight: 700
}

.app-button--large {
  height: 47px
}

.app-button--large span {
  top: 1px
}

.app-button--casino {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 180px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2px
}

.app-button--casino-live {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 180px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2px
}

.app-button--casino-game {
  height: 30px;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500
}

.app-button--casino-game:lang(de) {
  font-size: 14px
}

.app-button--jackpot-action {
  position: relative;
  height: 36px;
  min-height: 36px;
  width: 130px;
  background: #fff;
  border: 2px solid #d8d8d8;
  color: #d8d8d8
}

.app-button--no-transform {
  text-transform: inherit
}

.app-button--bonus-register {
  border-radius: 6px;
  background-color: #e4a63a;
  color: #11294a;
  padding: 5px 60px;
  background-image: linear-gradient(to bottom, rgba(252, 233, 157, 0.4) 0%, rgba(198, 148, 67, 0.4) 35%, rgba(120, 69, 8, 0.4) 100%)
}

.app-button--read-all {
  width: 200px;
  opacity: .8;
  position: relative;
  text-transform: capitalize
}

.app-button--read-all.opened svg {
  transform: translateY(-50%) rotate(270deg)
}

.app-button--read-all svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  order: 1;
  margin-right: 0 !important;
  margin-left: 8px
}

.app-button--read-all span {
  order: 0;
  margin-right: 15px
}

.app-button--min_width {
  min-width: 120px
}

.app-button--c_red {
  background: #f04e34
}

@media(hover: hover) {
  .app-button--c_red:hover {
    background: #be260e
  }
}

.app-button--c_yellow {
  background: #f6c744;
  color: #3e4049
}

@media(hover: hover) {
  .app-button--c_yellow:hover {
    background: #d29d0a
  }
}

.app-button--c_darkGray {
  background: var(--selfDeleteMainButton)
}

@media(hover: hover) {
  .app-button--c_darkGray:hover {
    background: #2b2d33
  }
}

.app-button:focus,
.app-button:hover {
  outline: none
}

.app-button--outline {
  background: rgba(0, 0, 0, 0);
  color: #3e4049;
  border: 1px solid #3e4049
}

@media(hover: hover) {
  .app-button--outline:hover {
    color: #fff;
    background: #3e4049
  }
}

.app-button--disabled {
  pointer-events: none;
  background: #d8d8d8;
  color: #fff
}

.app-button--border-box {
  box-sizing: border-box !important
}

.app-button--height_32 {
  height: 32px
}

.app-button--highlight {
  background: #9d20ff;
  overflow: hidden;
  position: relative
}

@media(hover: hover) {
  .app-button--highlight:hover {
    background: var(--betslipMainHover)
  }
}

@keyframes highlight {

  0%,
  80% {
    transform: translate(0, 0%) rotate(32deg)
  }

  to {
    transform: translate(450px, 0%) rotate(32deg)
  }
}

.app-button--highlight:before {
  content: "";
  width: 60px;
  height: 155px;
  top: -50px;
  left: -90px;
  position: absolute;
  transform: rotate(32deg);
  background: linear-gradient(90deg, #b8409e 0%, #9D20FF 100%);
  animation: highlight 3s linear infinite
}

.app-button--highlight:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -35px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(32deg);
  width: 15px;
  animation: highlight 3s linear infinite
}

.footer {
  display: none
}

body,
html {
  overflow-anchor: none
}

body {
  background: #292929
}

body.appReady {
  background: #f4f4f4;
}

@keyframes logo {
  0% {
    opacity: 0;
    transform: scale(2.5)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.sr-poweredby__link {
  display: none !important
}

.baseLink {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0
}

.noUnderline {
  text-decoration: none
}

.sr-bb .sr-lmt-plus-standingstable__table {
  display: block
}

.flag-icon {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block
}

.holder .flag-icon {
  width: 20px;
  height: 15px
}

.flag-icon-ab {
  background-image: url("/ab.svg")
}

.sr-lmt-plus-tabs__tab-name {
  font-size: 0 !important
}

.holder .flag-icon {
  width: 20px;
  height: 15px
}

.flag-icon-ab {
  background-image: url("/ab.svg")
}

.sr-lmt-plus-tabs__tab-name {
  font-size: 0 !important
}

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

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

.form-input__floating-label,
.ui-select__floating-label {
  display: none;
  position: absolute;
  pointer-events: none;
  opacity: 0
}

.league-sport-icon {
  width: 17px;
  margin-right: 10px
}

.league-sport-icon img {
  display: block;
  width: 100%
}

.icon_large .site-menu__link-icon {
  font-size: 32px
}

.footer {
  background: #021137;
  border-top: 1px solid #cfd6db;
  padding: 50px 10px 40px 10px;
  max-width: calc(100% - 34vw - 40px);
  margin-left: calc(16vw + 20px);
  overflow: hidden;
  position: relative;
  z-index: 5;
  border-radius: 3px;
  margin-top: 15px
}

.footer .footer__validators {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.footer .footer__validators>* {
  margin: 12px
}

.footer .footer__validators__validator-item {
  height: 50px
}

.footer .footer__validators__validator-item+.footer .footer__validators__validator-item {
  margin-left: 10px
}

.footer .footer__validators__validator-item img {
  max-height: 50px
}

@media screen and (max-width: 1560px) {
  .footer {
    margin-left: 270px;
    max-width: calc(100% - 570px)
  }
}

@media screen and (max-width: 1250px) {
  .footer {
    max-width: calc(100% - 250px);
    margin-right: 10px
  }
}

.appReady .footer {
  display: block
}

.page-colum-two .footer {
  max-width: 100%;
  margin-right: 10px
}

.text_page-1 .footer {
  max-width: 100%;
  margin-right: 10px
}

.full-page-width .footer {
  margin: 0;
  max-width: 100%
}

.modern-view .footer {
  max-width: none;
  margin: 0 var(--mslCenterColMarginRight) 0 var(--mslCenterColMarginLeft);
  border-radius: var(--mslBorderRadius);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-top: none
}

@media screen and (max-width: 1759px) {
  .modern-view .footer {
    margin-right: var(--mslCenterColMarginRightPoint1)
  }
}

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

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

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}