BODY {
  background-color: rgba(34, 36, 50, 0.95);
  text-align: center;
  color: white;
  font-family: "Roboto";
  margin: 0 32px;
  padding: 0;
}
BODY > DIV {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
BODY .rtpSpan {
  margin-left: 5px;
}
BODY .ui-container-wrapper .ui-container {
  text-align: left;
}
BODY .ui-container-wrapper .ui-container .ui-item {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
BODY .ui-container-wrapper .ui-container .ui-item .ui-desc {
  display: flex;
  width: 60%;
  flex-direction: column;
  margin: 0 10px;
  justify-content: center;
}
BODY .ui-container-wrapper .ui-container .ui-item .ui-img {
  width: 30%;
  height: 80px;
  max-width: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
BODY .paytable-container-wrapper {
  margin-top: 30px;
}
BODY .paytable-container-wrapper .paytable-container {
  justify-content: center;
  align-items: center;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  width: 33.3%;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 690px) {
  BODY .paytable-container-wrapper .paytable-container .symbol-container {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  BODY .paytable-container-wrapper .paytable-container .symbol-container {
    width: 100%;
  }
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .title-container {
  position: absolute;
  top: -15px;
  left: 0;
  height: 20px;
  width: 100%;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .title-container .title {
  font-size: 90%;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  display: inline-block;
  padding: 0 10px;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .symbol {
  width: 45%;
  height: 129px;
  max-width: 129px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable {
  display: flex;
  width: 30%;
  flex-direction: column;
  margin: 0 10px;
  justify-content: center;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row {
  display: flex;
  margin-bottom: 5px;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row:last-child {
  margin-bottom: 0;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row.color-white SPAN {
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row SPAN {
  font-size: 16px;
  letter-spacing: 0.009px;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row SPAN:first-child {
  color: #c7c9d8;
  width: 30%;
  margin-right: 5px;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable .row SPAN:nth-child(2) {
  width: 70%;
  font-weight: bold;
  text-align: right;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container .paytable.narrow .row {
  margin-bottom: 0;
}
BODY .paytable-container-wrapper .paytable-container .symbol-container.medium {
  width: 50%;
}
@media all and (max-width: 690px) {
  BODY .paytable-container-wrapper .paytable-container .symbol-container.medium {
    width: 100%;
  }
}
BODY .paytable-container-wrapper .paytable-container .symbol-container.large {
  width: 100%;
}
BODY h1 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.13px;
  text-align: left;
}
BODY h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #fdff98;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  text-shadow: 4px 4px 2px black;
}
BODY p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.09px;
  color: #c7c9d8;
  text-align: left;
}
BODY .text-container .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding: 0 5%;
}
BODY .text-container li {
  text-align: left;
}
BODY .text-container IMG.symbol {
  width: 40px;
}
BODY .text-container IMG.symbol.symbol_11,
BODY .text-container IMG.symbol.symbol_12,
BODY .text-container IMG.symbol.symbol_13 {
  margin: 0 5px;
}
BODY .text-container IMG.symbol.symbol_0 {
  margin-right: 5px;
}
BODY .text-container IMG.symbol.symbol_10 {
  margin: 0 5px;
}
BODY .elements-container {
  text-align: left;
}
BODY .elements-container .element-container {
  display: inline-flex;
  width: 49.5%;
  vertical-align: top;
  margin-bottom: 10px;
}
@media all and (max-width: 510px) {
  BODY .elements-container .element-container {
    width: 100%;
  }
}
BODY .elements-container .element-container .element {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 58px;
}
BODY .elements-container .element-container .element .element-img {
  width: 112px;
  vertical-align: middle;
  display: flex;
}
BODY .elements-container .element-container .element .element-img IMG {
  min-height: unset;
}
BODY .elements-container .element-container .element .element-text {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 112px);
  align-content: center;
}
BODY .elements-container .element-container .element .element-text .element-text-header {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #ffffff;
}
BODY .elements-container .element-container .element .element-text .element-text-body {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.07px;
  color: #c7c9d8;
}
BODY .paylines-container-wrapper .paylines-container {
  justify-content: left;
  text-align: left;
}
BODY .paylines-container-wrapper .paylines-container .payline {
  display: inline-flex;
  flex-direction: column;
  width: 9.4%;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0;
}
@media all and (max-width: 650px) {
  BODY .paylines-container-wrapper .paylines-container .payline {
    width: 32%;
  }
}
@media all and (max-width: 450px) {
  BODY .paylines-container-wrapper .paylines-container .payline {
    width: 49%;
  }
}
BODY .paylines-container-wrapper .paylines-container .payline .payline-index {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #ffffff;
  margin: 0 10px;
  vertical-align: top;
}
BODY .paylines-container-wrapper .paylines-container .payline .payline-img {
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 80%;
  background-size: contain;
}
BODY.lang-GRE * {
  text-transform: none;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Works on Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #6d6f7d #222432;
  }
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #222432;
  border-radius: 6px;
  width: 5px;
}
*::-webkit-scrollbar-thumb {
  background-color: #6d6f7d;
  border-radius: 20px;
}
