/* WW Style June 27, 2023 */

/* crypto elite logo */
.blue {
  font-weight: 900;
  color: #13a0ce !important;
}

.orange {
  font-weight: 900;
  color: #d89831 !important;
}

.w-80 {
  width: 80%;
}

/* crypto elite logo */

/* MODALUM */
:root {
  /*--modal-main-bg-color: #fff;*/
  /*--modal-title-color: #222;*/
  /*--modal-main-color: #222;*/
  /*--modal-cta-bg-color: #444;*/
  /*--modal-cta-color: #f1f1f1;*/
  /*--modal-a-color: var(--modal-main-color);*/

  --modal-main-bg-color: #fefefe;
  --modal-lobby-bg-color: #059dbc;
  --modal-title-color: #ffbf44;
  --modal-main-color: #000;
  --modal-lobby-cta-color: #fff;
  --modal-cta-bg-color: #fff;
  --modal-cta-color: var(--modal-main-bg-color);

  --main-highlight-color: #4a1b53;

  --login-button-color: linear-gradient(to left, #28b4cd, #049dbc);
  --login-button-color-hover: linear-gradient(to left, #2ab9d3, #04a4c4);

  --color-basic-blue: #0080ff;
}

.dark-theme {
  --modal-main-bg-color: #12202a;
  --modal-title-color: #ffbf44;
  --modal-main-color: #fff;
  --modal-cta-bg-color: #fff;
  --modal-cta-color: var(--modal-main-bg-color);
}

.text-left {
  text-align: left;
}

.text-big {
  font-size: 20px;
  font-weight: 600;
}

.highlight {
  background: #cbefff;
  color: #282f33;
  font-weight: 600;
  padding: 10px;
  border-radius: 4px;
}

#modalum {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(6px);
}

#modalum_container {
  width: 580px;
  height: auto;
  border-radius: 10px;
  background: var(--modal-main-bg-color);
  position: relative;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin: 20px auto;
  transition: all 0.5s ease;
}

#modalum_close {
  position: absolute;
  /* top: -10px; */
  /* right: -10px; */
}

.modalum_close_outer {
  top: 10px;
  right: 10px;
}

.modalum_close_inner {
  top: 10px;
  right: 10px;
}

/*#modalum_close svg {*/
/*  stroke: var(--modal-cta-color);*/
/*  padding: 10px;*/
/*  background: var(--modal-cta-bg-color);*/
/*  border-radius: 50px;*/
/*  transition: all .3s ease;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*}*/
#modalum_close {
  background: var(--modal-lobby-bg-color);
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalum_close .fa {
  background: var(--modal-lobby-cta-color);
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
}

#modalum_close:hover {
  cursor: pointer;
  background: var(--modal-lobby-cta-color);
}

#modalum_close:hover .fa {
  background: var(--modal-lobby-bg-color);
}

.modalum_image {
  /* padding-top: 24px;
  display: none; */
  /*background: #f5f5f5;*/
}

.modalum_image img {
  max-width: 350px;
  height: auto;
}

.modalum_copy_container {
  padding: 26px 0 26px 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: var(--modal-main-color);
}

.modalum_title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.modalum_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 24px;
  margin-top: 10px;
}

.modalum_text p {
  margin: 6px 0;
}

.modalum_text a {
  color: #000;
}

.modalum_cta a,
.modalum_cta a:visited {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: solid 1px transparent;
  font-size: 16px;
  font-weight: 700;
  background: var(--modal-lobby-bg-color);
  color: var(--modal-lobby-cta-color);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.modalum_cta a:hover {
  border-color: var(--modal-lobby-bg-color);
  color: var(--modal-lobby-bg-color);
  background: transparent;
}

@media only screen and (max-width: 767px) {
  #modalum {
    display: block;
  }

  #modalum_container {
    width: 94%;
  }

  .modalum_copy_container {
    padding: 10px 0;
  }

  #modalum_close svg {
    padding: 5px;
  }

  .modalum_image img {
    max-width: 220px;
  }

  .modalum_title {
    font-size: 20px;
  }

  .modalum_text {
    font-size: 14px;
  }

  .modalum_cta a {
    font-size: 15px;
    font-weight: 400;
  }
}

/* MODALUM END */

.welcome_banner {
  width: 100%;
  display: flex;
}

.welcome_banner img {
  width: 100%;
}

/* star rating*/
.star-off {
  color: #eee;
  background-color: #eee;
}

.star-on {
  color: #f9da10;
  background-color: #f9da10;
}

.star-half-on {
  background: linear-gradient(to right, #f9da10 50%, #eee 50%);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* background-color: #f9da10; */
}

/* VIDEO CONTAINER */
.video-container {
  /*position: relative;*/
  /*padding-bottom: 56.25%; !* 16:9 *!*/
  /*height: 0;*/
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .faq_answer .video-container iframe {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* YOUTBE VIDEO CONTAINER END*/

#game_reviews {
  margin-top: 40px;
  height: 400px;
  overflow: hidden;
}

#game_reviews:hover {
  overflow-y: scroll;
}

#auth_cta {
  display: flex;
  align-items: center;
  margin-left: 6px;
  gap: 6px;
}

a.promotion {
  color: #000;
}

/* featured block + recent winners */

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.xs-visible {
  display: none;
}

.featured-row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#featured_game_winners {
  background: #000;
  padding: 10px 0;
}

#featured_game_winners.fa {
  color: #888;
}

a.featured_game__play {
  color: #9191ff !important;
  font-size: 40px;
}

a.featured_game__play .fa {
  background-color: #9191ff;
  width: 14px;
  height: 14px;
}

#featured_game_winners h2 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: 48px;
  margin: 10px auto;
}

.copy_container {
  flex-grow: 1;
  margin-left: 16px;
}

#featured_game {
  display: flex;
  flex-grow: 1;
  width: 96%;
}

.featured_game__desktop {
  background-size: cover !important;
  background-position: center center !important;
  width: 96%;
  position: relative;
  text-align: center;
  flex-grow: 1;
}

.featured_game__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.featured_game__cta {
  display: inline-block;
  padding: 4px 16px;
  background: linear-gradient(180deg, #9191ff 50%, #4d4dff 50%);
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 0px 1.27086px 1.27086px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border-radius: 4px;
}

a.featured_game__info {
  margin-left: 15px;
  color: #888 !important;
}

a.featured_game__info .fa {
  background-color: #888;
  width: 13px;
  height: 13px;
}

.featured_game__mobile .featured_game__info {
  margin: 0;
}

#featured_game img {
  max-width: 100%;
  height: auto;
}

#winners {
  min-height: 100%;
  overflow: hidden;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.featured_game__mobile {
  display: none;
  flex-direction: row;
}

.featured_game__play,
.featured_game__info {
  max-width: 100%;
  height: auto;
}

a.featured_game__mobile_image {
  max-width: 86% !important;
}

.featured_game__mobile_image img {
  max-width: 100%;
  height: auto;
}

.featured_game__mobile .controls {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 772px) {
  .w90 {
    width: 100%;
    margin: 0;
  }

  .featured-row {
    display: block;
  }

  #featured_game {
    width: 100%;
  }

  #featured_game_winners h2,
  #winners h2 {
    font-size: 21px;
    margin-left: 10px;
  }

  #featured_game .xs-hidden {
    display: none;
  }

  #featured_game .xs-visible {
    display: flex;
  }
}

/* featured block + recent winners end */

.goose-feature__content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.goose-feature__content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

/* jackpot */

#jackpot {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background: #12202a;
  padding: 10px;
}

.jp__title {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  color: #f9da10;
  font-size: 2.375em;
  text-transform: uppercase;
}

.jp__amount {
  color: #fff;
  font-weight: 900;
  font-size: 2.375em;
}

/*.jp__title, .jp__amount{margin-right: 40px;}*/

a.jackpot_cta {
  display: inline-block;
  color: #fff;
  background: #4a1b53;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: solid 1px transparent;
}

a.jackpot_cta:hover {
  color: #4a1b53;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .jp__title,
  .jp__amount {
    font-size: 17px;
  }

  a.jackpot_cta {
    font-size: 12px;
    padding: 6px 14px;
  }
}

/* slick whitespace fix */
.slick-slider {
  line-height: 0;
}

/* TOP BANNER DOUBLE IMAGE TEMPLATE */
.responsive_img {
  width: 100%;
  height: auto;
}

#top_banner .visible-xs {
  display: none;
}

#top_banner .hidden-xs {
  display: block;
}

@media only screen and (max-width: 767px) {
  #top_banner .hidden-xs {
    display: none;
  }

  #top_banner .visible-xs {
    display: block;
  }
}

/* TOP BANNER DOUBLE IMAGE TEMPLATE END */

/* image blocks for Self Help articles */

.image_block {
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image_block:last-of-type {
  border: none;
}

.image_block h2 {
  margin: 0 !important;
}

.image_block p {
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.image_block img {
  max-width: 80% !important;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 992px) {
  .image_block img {
    max-width: 100%;
    height: auto;
  }
}

/* payment options*/

.logo-carousel {
  background: #fff;
}

/* promotions  - margin bottom */

.user__avatar {
  background-size: cover !important;
  background-position: center center !important;
}

/* game search */
.search__title {
  width: 40px;
  font-size: 22px;
  margin-right: 0 !important;
}

.search__title:hover {
  cursor: pointer;
  color: #69d6ff;
}

.search__title:hover .fa {
  background-color: #69d6ff;
}

.search__results .container h3 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.search__results .container h3 span {
  font-weight: bold;
  font-style: italic;
}

.search .infoMsg {
  margin-top: 0;
}

.album {
  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.album:hover {
  background: #4a1452;
}

/*  "Will-change memory consumption is too high" FIX */

.header,
.header__logo img,
.search__content {
  will-change: transform !important;
}

.tip {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.6em;
  font-style: normal;
}

#chat_availability #chat_launcher .feedback_method {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #ffbf00;
  color: #fff;
  transition: all 0.3s ease;
  margin: 0 auto;
}

#chat_availability #chat_launcher .feedback_method:hover {
  background: #ffbf00;
  border: solid 4px #e28100;
}

#chat_availability #chat_launcher .feedback_method .fa {
  font-size: 5em;
  width: 5em;
  height: 5em;
  color: #fff !important;
  background-color: #fff;
  margin: 0;
}

#chat_availability #chat_launcher .feedback_method p {
  display: none;
}

/* DEFAULT CHAT ICOM */

#default_chat_launcher {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

#default_chat_launcher .feedback_method {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #ffbf00;
  background: #4a1452;
  transition: all 0.3s ease;
}

#default_chat_launcher .feedback_method .fa {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #ffbf00;
  background-color: #ffbf00;
  margin: 0;
}

.chat_button {
  width: 60px;
  height: 60px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fe7101ff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: solid 2px transparent;
}

.chat_button.show_button {
  display: flex;
}

.chat_button .fa {
  background-color: #fff;
}

.chat_button:hover .fa {
  background-color: #fe7101ff;
}

.chat_button:hover {
  background: #fff;
  color: #fe7101ff;
  border: solid 2px #fe7101ff;
  cursor: pointer;
}

/* DEFAULT CHAT ICON END */

.gray-logos img {
  height: 2.25em;
}

.tips-mobile {
  margin-bottom: 20px;
}

/* breadcrumbs */
#breadcrumbs {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.breadcrumb {
  color: #222;
  /*text-transform: uppercase;*/
  font-size: 12px;
  letter-spacing: 1px;
}

a.breadcrumb {
  text-decoration: underline;
  color: #fe7a15;
}

#breadcrumbs .fa {
  color: #222;
  background-color: #222;
  font-size: 8px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

/* FEEDBACK (self help) */

#feedback {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #ccc;
}

#feedback a.button {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  border: solid 2px #ccc;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  min-width: 80px;
  transition: all 0.3s ease;
  text-align: center;
  margin: 2px;
}

#feedback a.button:hover {
  background: #f5f5f5;
  cursor: pointer;
}

#feedback_msg,
#feedback_options {
  display: none;
  margin-top: 20px;
}

.feedback_method {
  display: block;
  text-align: center;
  padding: 10px;
  background: #4a1452;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 10px;
}

.feedback_method:hover {
  cursor: pointer;
  background: #333;
}

a.feedback_method {
  text-decoration: none;
}

.feedback_method .fa {
  font-size: 38px;
  width: 38px;
  height: 38px;
  color: #ffbf00;
  background-color: #ffbf00;
}

/* feedback end */

#partners {
  padding: 10px;
  background: #111;
  text-align: center;
}

#partners img {
  max-height: 50px;
  width: auto;
  margin: 8px;
}

.balance_title {
  margin-right: 10px;
  font-size: 14px;
}

.balance__amount {
  color: #48a868;
  font-weight: 600;
}

.reward_text {
  line-height: 1.6rem;
}

.modalus_text h2 {
  display: inline;
  border: none;
}

.modalus_text p {
  margin-top: 20px;
  line-height: 24px;
}

.modalus_image {
  background-position: center center;
}

.modalus_text ol,
.modalus_textul {
  display: block;
  list-style-type: decimal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.modalus_text ol li,
.modalus_text ul li {
  text-align: left;
  margin-bottom: 1em;
}

.modalus_dialog {
  width: 80%;
}

.modalus_dialog .brick {
  margin: 10px auto;
}

.modalus_close_container {
  width: 30px;
  height: 30px;
  text-align: right;
}

/* FAQ SINGLE PAGE */
.tips .active {
  color: #fff;
  background: #fe7101;
  border: none;
}

.tips .active:hover {
  color: #fe7101;
  background-color: #fff !important;
}

.pp {
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.pp_description {
  text-align: left;
}

.pp:hover {
  cursor: pointer;
  background: #fafafa;
}

#single_tip_title {
  text-align: center;
  padding: 40px;
  background: rgb(151, 0, 239);
  background: radial-gradient(
    circle,
    rgba(151, 0, 239, 1) 0%,
    rgba(49, 18, 59, 1) 100%
  );
  color: #fff;
}

#single_tip_title h1 {
  font-size: 3rem;
}

/* FAQ SINGLE PAGE END */

.user__avatar {
  text-transform: uppercase;
}

#payment_methods {
  text-align: center;
  padding: 20px 0;
}

#payment_methods img {
  display: inline !important;
  width: 120px;
  height: auto;
}

#payment_methods a.game_provider,
.logo-carousel .game_provider {
  filter: none !important;
  opacity: 0.8;
  transition: all 0.3s ease;
  display: inline !important;
}

/* loading screen */

#loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  pointer-events: none;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}

#loader.loader-show {
  display: flex !important;
}

.loading {
  margin: 0 auto;
  text-align: center;
}

/* info messages */

.ok {
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #ecfbdb;
  color: #234600;
  margin: 20px 0 20px 0;
  border: solid 1px #afc499;
}

.error {
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #ffcccc;
  color: #8c2e0b;
  margin: 20px 0 20px 0;
}

.error a {
  color: #8c2e0b;
}

.infoMsg {
  width: 100%;
  padding: 10px;
  background-color: #ccebf3;
  color: #515e61;
  margin: 20px 0 20px 0;
  line-height: 24px;
  letter-spacing: 1px;
}

.infoMsg a {
  color: #21768c;
  text-decoration: underline;
}

/* 404 */
#not_found {
  min-height: 50vh;
}

#not_found h1 {
  font-weight: 900;
  font-size: 2.75em;
  letter-spacing: 1px;
  margin-bottom: 0.81818em;
}

/* game list */
.game_section_copy {
  text-align: center;
}

.game_section_copy h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

/* promotions */

#promo_text span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
}

/*#my_promotions{*/
/*  background: #f5f5f5;*/
/*  color: #111;*/
/*  padding: 10px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding-top: 20px;*/
/*  padding-bottom: 50px;*/

/*}*/
/*#my_promotions h2, #promotions_footer h2  {*/
/*  font-family: Roboto, sans-serif;*/
/*  font-weight: 800;*/
/*  color: #000;*/
/*  font-size: 2.4em;*/

/*}*/
/*#my_promotions .brick, #promotions_footer .brick{*/
/*  margin-top: 10px !important;*/
/*  margin-bottom: 10px;*/

/*}*/

#promotions_footer h2 {
  font-weight: 900;
  font-size: 2.25em;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0;
}

#promotions_footer {
  margin-top: 34px;
  text-align: center;
}

/* RAF ICONS */
#raf_options {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.contact_method {
  text-align: center;
  display: inline-block;
  /*width: 140px;*/
  margin: 10px;
}

.contact_method a.fa {
  display: inline-block;
  /*border-radius: 50%;*/
  padding: 40px;
  background: #4a1452;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s ease;
}

.contact_method a.fa:hover {
  background: #fe7101;
  color: #fff;
}

#raf_copy_code input {
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 100%;
  color: #5eba7d;
  display: block;
  margin: 10px 0;
}

.contact_icon_caption {
  font-size: 14px;
  margin-top: 16px;
}

/*VIP STRIPE*/

#vip_strip_container {
  position: absolute;
  right: 0;
  top: 70px;
  width: 30%;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#vip_strip_container:hover {
  background-color: #000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#vip_strip_container:hover #vip_status {
  letter-spacing: 3px;
}

#progress {
  margin: 8px auto;
  width: 90%;
  background: #fff;
  -moz-box-shadow: inset 1px 10px 0px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 10px 0px -8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 10px 0px -8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#bar {
  width: 5%;
  height: 4px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

#bar:hover {
  opacity: 0.8;
}

.tier_one {
  background: #ff156a;
}

.tier_two {
  background: #5fba7d;
}

.tier_three {
  background: #00f9ff;
  color: #333;
}

.tier_four {
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 3px #fcf6ba;
}

#vip_status {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 9px;
}

/* top banner updates*/

.slick-dots li:only-child {
  display: none;
}

.jumbo__feature {
  text-shadow: -2px -2px 0 rgba(128, 0, 128, 0.4),
    2px -2px 0 rgba(128, 0, 128, 0.4), -2px 2px 0 rgba(128, 0, 128, 0.4),
    2px 2px 0 rgba(128, 0, 128, 0.4);
}

.btn.btn--paragraph {
  font-size: 3.2em;
  margin-top: 14px;
  font-weight: 800;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 991px) {
  #payment_methods img {
    width: 100px;
  }

  .search__form {
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
  }

  .modalus_dialog .brick {
    margin: 10px auto;
  }
}

/* top double image (mobile/desk) */
#top_banner img {
  width: 100%;
  height: auto;
}

.xs-visible {
  display: none;
}

.xs-hidden {
  display: block;
}

@media only screen and (max-width: 767px) {
  .xs-hidden {
    display: none !important;
  }

  .xs-visible {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .article {
    font-size: 0.9rem;
  }

  .btn.btn--paragraph {
    font-size: 2.2em;
  }

  #single_tip_title h1 {
    font-size: 1.6rem;
  }

  #email {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* RAF */
  #raf_options {
    padding: 0;
    margin-top: 10px;
  }

  .contact_method {
    margin: 4px;
  }

  .contact_icon_caption {
    font-size: 11px;
    margin-top: 10px;
  }

  /* self-help feedback */
  #feedback {
    text-align: center;
  }

  /* promotions */
  #my_promotions,
  #promotions_footer {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
  }

  #my_promotions h2,
  #promotions_footer h2 {
    font-size: 20px;
  }

  /* JP & STEPS */
  #jackpot .container {
    padding-right: 0;
  }
}

a.cta_button {
  padding: 6px 20px;
  text-decoration: none;
  background-image: linear-gradient(to left, #28b4cd, #049dbc);
  color: #fff;
  border-radius: 20px;
}

/* tournament game tiles 2023-06-19 @ 4:07PM */
a.game_tile {
  display: inline-block;
  width: 20%;
  height: auto;
  text-align: center;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 20px 10px;
  transition: background 0.3s ease;
}

a.game_tile:hover {
  background: #ebebeb;
}

a.game_tile:hover .game_tile_cta {
  color: var(--main-highlight-color);
  background: #fff;
}

.game_tile img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.game_tile_cta {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: var(--main-highlight-color);
  transition: all 0.3s ease;
  border-radius: 4px;
  border: solid 1px var(--main-highlight-color);
  margin-top: 10px;
  font-size: 1.1em;
}

.game_tile_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  a.game_tile {
    padding: 10px;
    width: 44%;
  }

  .game_tile_cta {
    font-size: 0.8em;
    padding: 4px 12px;
  }

  .w-80 {
    width: 96%;
  }
}

/* tournament game tiles end */

.usr_balance .deposit_title {
  margin-left: 10px;
}

.usr_balance .balance_title,
.usr_balance .deposit_title {
  display: none;
}
