.balance-switcher{
    display: none;
}
@font-face {
  font-family: "ProximaNovaA-Black";
  src: url("/Misc/betplays/fonts/ProximaNovaA-Black.eot");
  src: url("/Misc/betplays/fonts/ProximaNovaA-Black.eot?#iefix") format("embedded-opentype"),
    url("/Misc/betplays/fonts/ProximaNovaA-Black.woff2") format("woff2"),
    url("/Misc/betplays/fonts/ProximaNovaA-Black.woff") format("woff"),
    url("/Misc/betplays/fonts/ProximaNovaA-Black.ttf") format("truetype"),
    url("/Misc/betplays/fonts/ProximaNovaA-Black.svg#ProximaNovaA-BlackIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaA-BlackIt";
  src: url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.eot");
  src: url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.eot?#iefix") format("embedded-opentype"),
    url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.woff2") format("woff2"),
    url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.woff") format("woff"),
    url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.ttf") format("truetype"),
    url("/Misc/betplays/fonts/ProximaNovaA-BlackIt.svg#ProximaNovaA-BlackIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaACond-Regular";
  src: url("/Misc/betplays/fonts/ProximaNovaACond-Regular.eot");
  src: url("/Misc/betplays/fonts/ProximaNovaACond-Regular.eot?#iefix") format("embedded-opentype"),
    url("/Misc/betplays/fonts/ProximaNovaACond-Regular.woff2") format("woff2"),
    url("/Misc/betplays/fonts/ProximaNovaACond-Regular.woff") format("woff"),
    url("/Misc/betplays/fonts/ProximaNovaACond-Regular.ttf") format("truetype"),
    url("/Misc/betplays/fonts/ProximaNovaACond-Regular.svg#ProximaNovaACond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaA-Bold";
  src: url("/Misc/betplays/fonts/ProximaNovaA-Bold.eot");
  src: url("/Misc/betplays/fonts/ProximaNovaA-Bold.eot?#iefix") format("embedded-opentype"),
    url("/Misc/betplays/fonts/ProximaNovaA-Bold.woff2") format("woff2"),
    url("/Misc/betplays/fonts/ProximaNovaA-Bold.woff") format("woff"),
    url("/Misc/betplays/fonts/ProximaNovaA-Bold.ttf") format("truetype"),
    url("/Misc/betplays/fonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




.bonus_box_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  background-image: url(/Misc/betplays/img/bonus_box_img.jpg);
  background-size: cover;
  background-attachment: scroll;
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
}

.bonus_box_content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 0.5em;
  box-sizing: border-box;
}

replaceable {
  display: none !important;
}

.bonus_box_content>h2 {
  font-family: "roboto", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  max-width: 380px;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
  line-height: 39px;
}

.bonus_box_content>h2:first-of-type {
  padding-bottom: 10px;
}

.bonus_box_content>h2:last-of-type {
  width: 300px;
}

.bonus_green {
  color: #56eb7c;
}

.bonus_box_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.bonus_box_steps_wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 20px;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  overflow: visible;
  order: initial;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-color: rgba(255, 255, 255, 0.91);
  background-color: rgba(89, 39, 150, 0.4);
}

.bonus_box_steps_wrapper hr {
  width: 100%;
  background-color: #592796b0;
  height: 0;
  border: 1px solid #592796b0;
}

.bonus_box_step {
  display: flex;
  flex-direction: column;
}

.bonus_box_step:first-of-type {
  width: 100%;
}

.bonus_box_step:nth-of-type(2n) {
  width: 100%;
}

.bonus_box_step h2 {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  color: #fff;
}

.bonus_box_num_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.bonus_box_num {
  padding: 5px 15px;
  background: #56eb7c;
  border-radius: 50%;
  text-align: center;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus_box_num>h3 {
  display: inline;
  text-shadow: none;
  font-size: 26px;
  color: #611bb8;
  background: #56eb7c;
  margin: 0 !important;
  border-radius: 100%;
}

.bonus_box_separator {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #56eb7c;
  height: 1px;
}

.bonus_button_wrapper {
  display: flex;
  justify-content: center;
}

.bonus_button_content {
  width: 100%;
}

.bonus_button_content>a:hover {
  background: #3f1d68;
  color: #fff;
  transition: all 0.3s ease;
}

.bonus_button_content>a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: #3b1568;
  background: #56eb7c;
  border-radius: 999999px;
}

@media screen and (max-width: 500px) {
  .bonus_box_wrapper {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    background-image: url(/Misc/betplays/img/bonus_box_img.jpg);
    background-size: contain;
    background-repeat: round;
    background-attachment: scroll;
  }

  .bonus_box_content>h2 {
    font-size: 18px;
    line-height: 19px;
  }

  .bonus_box_content>h2:first-of-type {
    max-width: 180px;
    width: 100%;
    padding-bottom: 0;
  }

  .bonus_box_steps_wrapper {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 0 !important;
    width: 60vw;
  }

  .bonus_box_step h2 {
    font-size: 14px;
  }

  .bonus_box_num_wrapper {
    margin-bottom: 3px;
  }

  .bonus_box_num {
    width: 33px;
    height: 33px;
  }

  .bonus_box_num>h3 {
    font-size: 20px;
  }

  .bonus_box_content>h2:last-of-type {
    max-width: 180px;
    width: 100%;
  }

  .bonus_image_wrapper {
    width: 100vw;
  }

  #nobonus-content {
    position: relative;
  }

  .bonus_box_steps_wrapper hr {
    margin: 5px 0 5px 0 !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 601px) {
  .bonus_box_wrapper {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    background-image: url(/Misc/betplays/img/bonus_box_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .bonus_box_content>h2 {
    font-size: 18px;
    line-height: 19px;
  }

  .bonus_box_content>h2:first-of-type {
    max-width: 180px;
    width: 100%;
    padding-bottom: 0;
  }

  .bonus_box_steps_wrapper {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 0 !important;
    width: 60vw;
  }

  .bonus_box_step h2 {
    font-size: 14px;
  }

  .bonus_box_num_wrapper {
    margin-bottom: 3px;
  }

  .bonus_box_num {
    width: 33px;
    height: 33px;
  }

  .bonus_box_num>h3 {
    font-size: 20px;
  }

  .bonus_box_content>h2:last-of-type {
    max-width: 180px;
    width: 100%;
  }

  .bonus_image_wrapper {
    width: 100vw;
  }

  #nobonus-content {
    position: relative;
  }

  .bonus_box_steps_wrapper hr {
    margin: 5px 0 5px 0 !important;
  }
}

.select_payment_method {
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #5c299c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-collapsible-inset.collapse_btn h3>a:before {
  /* content: "\E086";
        position: absolute;
        right: 10px;
        top: 9px;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #999;
        font-family: iconsdinamicmenu;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: transform .2s linear;
        transition: transform .2s linear;
        font-size: 24px; */

  font-size: 30px;
  color: rgb(0 0 0);
  background-color: #64ed87;
  padding: 5px;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
}

.ui-collapsible-collapsed.collapse_btn h3>a:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 30px;
  color: rgb(0 0 0);
  background-color: #64ed87;
  padding: 5px;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.collapse_btn.paymentTypes+.select_payment_divider {
  text-align: center;
  margin: -8px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 16px;
}

.paym_txt1 {
  margin: 0;
}

.newWelcomeTextContainer {
  margin-bottom: 12px;
  padding: 10px;
  text-align: center;
  width: 50%;
}

.newWelcomeTextContainer h2 {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}

.newWelcomeTextContainer h2>span {
  color: #56eb7c;
}

@media screen and (max-width: 1000px) {
  .newWelcomeTextContainer {
    width: 100%;
  }

  .newWelcomeTextContainer h2 {
    font-size: 16px;
  }
}

.modal-input__steps {
  display: flex;
  flex-wrap: nowrap;
}

.modal-input__step {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  align-items: center;
  justify-content: end;
  position: relative;
}

.modal-input__step:not(:last-of-type)>h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #64ed87;
  font-size: 13px;
}

.modal-input__step:last-of-type>h3 {
  text-transform: uppercase;
  color: #ffe705;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.testRegModal .modal-body .terms-agreement {
  align-items: center !important;
}

.modal-input__step:first-of-type:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 17px;
  background-image: url(/Misc/betplays/img/arrow-white.png);
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}

.modal-input__step:nth-child(2n):after {
  content: "";
  position: absolute;
  width: 24px;
  height: 17px;
  background-image: url(/Misc/betplays/img/arrow-yellow.png);
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}

.modal-input__step-image {
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-input__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 23px;
  background-color: #3f2270;
}

.modal-input__footer--live {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-input__footer--live>img {
  padding-right: 10px;
}

.modal-input__footer--live>h2 {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.modal-input__reg--content {
  display: flex;
  justify-content: space-between;
}

.tl_login_content .tl_popup_header {
  background: #3f2270 !important;
  background-color: #3f2270 !important;
  padding: 20px 22px 18px 22px !important;
  height: auto !important;
}

form[id="forgotpassForm"] .h-bg-primary {
  margin: 0 !important;
}

form[id="forgotpassForm"] .mt-4 {
  display: flex !important;
}

form[id="forgotpassForm"] .tl_head_text {
  width: calc((100%) - 35px) !important;
}

.tl_login_content .tl_popup_content {
  background: #492880 !important;
  background-color: #492880 !important;
  padding: 24px 0 0 !important;
}

.tl_login_content .tl_input_popup_reg::placeholder {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
}

.eye_button {
  bottom: 13px !important;
}

@media screen and (max-width: 1000px) {
  .eye_button {
    bottom: 0px !important;
  }
}

.tl_login_content .registration_casino_right {
  padding-bottom: 40px !important;
}

form[id="forgotpassForm"] .registration_casino_right {
  padding-bottom: 30px !important;
}

.tl_login_content .form-group-label {
  display: none !important;
}

.tl_login_content .tl_input_popup_reg {
  height: auto !important;
  padding: 23px 0 20px 28px !important;
  background-color: #3f2270 !important;
  background: #3f2270 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
}

#loginContent .tl_head_text {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
  margin-left: 11px;
}

.h-bg-primary {
  background: #87e788 !important;
  color: #3f2270 !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 4px;
}

.tl_login_content .mb-1 {
  display: flex !important;
  align-items: center;
  margin-bottom: 20px !important;
  margin-top: 25px !important;
}

.tl_login_content .mb-4 {
  display: none !important;
}

.tl_login_content .tl_popup_content hr {
  background-color: #6a518f !important;
  height: 1px !important;
  border: 0 !important;
  margin-bottom: 25px;
  margin-right: 30px;
  margin-left: 30px;
}

.tl_login_content .tl_sup_link_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 23px;
  background: #3f2270 !important;
}

.tl_popup_content>*:not(:nth-last-child(2)) {
  padding-left: 30px;
  padding-right: 30px;
}

.tl_login_content .tl_sup_link img {
  margin-right: 10px;
}

.tl_login_content .tl_sup_link {
  background: none !important;
  background-color: none !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.js_reg_popup_d {
  display: none !important;
}

.testRegModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding: 20px;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  text-align: center;
}

.testRegModal .modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  max-width: 400px;
  background: #492880;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  pointer-events: auto;
  z-index: 2;
}

@media screen and (max-width: 1000px) and (max-height: 667px) {
  .testRegModal .modal-body {
    width: calc(100% - 20px);
    height: calc(100% - 94px);
    max-width: 100%;
    transform: none;
    top: 10px;
    left: 10px;
    border-radius: 8px;
    overflow-y: auto;
  }
}

.testRegModal .modal-body .modal-input__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;

  padding: 20px;
}

.testRegModal .modal-body .modal-input__header {
  width: 100%;
  display: flex;
  align-items: center;

  background-color: #3f2270;
  color: #fff;
  border-radius: 2px 2px 0 0;
  width: 100%;
  padding: 21px;
}

.testRegModal .modal-body .modal-input__header--image {
  padding-right: 12px;
}

.testRegModal .modal-body .modal-input__header--text {
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  text-align: left;
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.testRegModal .modal-body .modal-input__footer--login {
  padding: 10px;
  font-size: 16px;
  color: #a4a4a4;
  text-decoration: underline;
  transition: color ease 0.35s;
}

.testRegModal .modal-body .modal-input__footer--login:hover {
  cursor: pointer;
  color: #fff;
}

.testRegModal .modal-body .terms-agreement {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  margin: 10px 0;
}

.testRegModal .modal-body .terms-agreement input[type="checkbox"] {
  margin: 2px 10px 0 0;
}

.testRegModal .modal-body .terms-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #c4c4c4;
  font-size: 12px;
  text-align: left !important;
  user-select: none;
  flex: 1;
  line-height: 1.4;
}

.testRegModal .modal-body .terms-text a {
  color: #fff;
  font-size: 14px;
}

.testRegModal .modal-body .modal-input__header--close {
  padding: 0px 0;
}

.testRegModal .modal-body .modal-input__header--close:hover {
  cursor: pointer;
}

.testRegModal .modal-body .modal-input__error {
  font-size: 12px;
  color: rgb(224, 34, 34);
  text-align: left;
  padding: 4px 4px 0px 4px;
}

.testRegModal .modal-body #shortRegButton {
  background: #87e788;
  color: #3f2270;
  font-size: 14px;
  width: 35%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.testRegModal .modal-body #shortRegButton:not(:disabled):hover {
  background: #87e788;
  color: #fff;
  cursor: pointer;
}

.testRegModal .modal-body .modal-input__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testRegModal .modal-body .modal-input__container input {
  margin: 0 !important;
  display: block;
  width: 100% !important;
  padding: 17px 0 17px 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  height: auto !important;
  outline: 0;
  background-color: #fff;
  transition: border 0.15s ease, box-shadow 0.15s ease-in-out;
  border: 0;
  text-indent: 0 !important;
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  background-color: #3f2270;
  color: #fff;
  border-radius: 8px;
}

.testRegModal .modal-body .modal-input__container input:focus {
  border: 1px solid #56eb7c;
  background-color: #5c299c;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}

.testRegModal .modal-body .modal-input__container input::placeholder {
  color: #bbbbbb;
  font-size: 16px;
}

.testRegModal .modal-backlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background-color 0.35s ease-in-out,
    backdrop-filter 0.35s ease-in-out;
  backdrop-filter: blur(5px);
}

.testRegModal.hideTestModal .modal-backlay {
  background-color: rgba(0, 0, 0, 0);
}

.testRegModal.hideTestModal .modal-body {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 10px));
  pointer-events: none;
}

.floating-links-wrapper .js-bonus-badge,
.floating-links-wrapper .js-promocode-badge {
  display: none !important;
}

.tl_payment_block .tl_payment_body .tl_sel_custom_popup_reg {
  background-color: #5c299c;
  color: #fff;
}

/* General Styles */
.green-text-in-site {
  color: #56eb7c;
}

body {
  position: relative;
}

body.CA #responsibleGamingDialog {
  display: none;
}

/* Sports On Exit */
.promo_popup_container {
  z-index: 10000;
}

.promo_popup_register_counter #js_close_news_promo_popup {
  position: fixed;
  top: 26px;
}

.promo_popup_register_counter .promo_popup_iframe {
  border-radius: 0;
}

.promo_popup_register_counter_4 #registerForm {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
}

.promo_popup_register_counter_4 #counter-holder-image-and-titles h2 {
  font-size: 16px !important;
}

.ui-mobile .special-reg #wrapper {
  display: block !important;
}

.ui-mobile .special-reg #wrapper .cw_mob_root {
  padding: 0;
}

.promo_popup_register_counter_special_reg #counter-holder-image-and-titles h2 {
  font-size: 16px !important;
}

.promo_popup_register_counter_special_reg #reg_popup {
  max-height: 100%;
}

.promo_popup_register_counter_special_reg.ui-dialog.ca-regform-styles .form-group:nth-child(5) {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 0 10px !important;
}

.promo_popup_register_counter_special_reg .cw_mob_root.ca-regform-styles .reg_prof__element_row:nth-child(5) {
  display: block;
  width: auto !important;
  height: auto !important;
}

.promo_popup_register_counter_special_reg #registerForm {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
}

.promo_popup_register_counter_special_reg #registerContent {
  max-height: 100%;
}

.promo_popup_register_counter_special_reg .reg_popup_content {
  overflow: hidden;
  max-height: 100%;
}

.promo_popup_register_counter_special_reg .form-group.D_noImg.reg__checkboxes {
  margin: 0 0 10px !important;
}

.reg_item_block .iti__country-list {
  transform: translateY(-117%);
  position: fixed;
  background: #5c299c;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.reg_item_block .iti__country-list .iti__country-name {
  color: #fff;
}

#sports-on-exit {
  display: none;
}

#sports-on-exit h3 {
  margin: 15px;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}

#sports-on-exit h3 span {
  color: #56eb7c;
}

#sports-on-exit .promo_popup_inner {
  max-width: 320px;
  box-shadow: 0 0 20px rgba(4, 6, 34, 0.15);
  background: #441e73;
  height: fit-content;
  width: 100%;
}

#sports-on-exit .tl_popup_content {
  border-radius: 6px;
  padding: 0 10px 10px;
}

#sports-on-exit .form-group:nth-child(1),
#sports-on-exit .form-group:nth-child(4),
#sports-on-exit .form-group:nth-child(5),
#sports-on-exit .form-group:nth-child(6),
#sports-on-exit .form-group:nth-child(7),
#sports-on-exit .form-group:nth-child(9) {
  display: none;
}

#sports-on-exit .reg_prof__element_row:nth-child(1),
#sports-on-exit .reg_prof__element_row:nth-child(4),
#sports-on-exit .reg_prof__element_row:nth-child(5),
#sports-on-exit .reg_prof__element_row:nth-child(6),
#sports-on-exit .reg_prof__element_row:nth-child(9) {
  display: none;
}

#sports-on-exit .reg__checkboxes {
  margin: 0 !important;
}

#sports-on-exit input[type="text"],
#sports-on-exit input[type="password"],
#sports-on-exit select {
  background: rgb(49, 0, 87);
  border: 2px solid rgb(85, 15, 140);
  line-height: 60px;
  padding: 0px 10px 0px 20px;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 60px;
  font-family: ProximaNovaACond-Regular;
  border-radius: 6px;
  font-size: 20px !important;
}

#sports-on-exit #recNews.reg_prof__element_row {
  margin: 0;
}

#sports-on-exit #recNews.reg_prof__element_row .checkbox_info {
  font-size: 16px;
}

#sports-on-exit .reg_prof__element_row {
  margin: 0 0 10px;
}

#sports-on-exit .D_check .imitator {
  width: 0;
  height: 0;
  display: none;
}

#sports-on-exit input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #852fed;
  border-top-color: rgb(133, 47, 237);
  border-right-color: rgb(133, 47, 237);
  border-bottom-color: rgb(133, 47, 237);
  border-left-color: rgb(133, 47, 237);
  border-radius: 1px;
  vertical-align: middle;
  transform: translateY(-50%);
  outline: none;
  transition: 0.8s all;
  margin: 10px 5px 0 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
  opacity: 1 !important;
}

#sports-on-exit input::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
}

#sports-on-exit input:checked::after {
  opacity: 1 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-color: rgb(85, 15, 140);
}

#sports-on-exit .btn-wrapper {
  margin: 10px 0 0;
}

#sports-on-exit .reg_popup_content {
  margin: 0;
  padding: 0;
}

#sports-on-exit #continue_btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  margin: 0;
  display: inline-grid;
  background: #56eb7c;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
  font-size: 28px;
  line-height: 34px;
  color: #3b1568;
  font-family: "ProximaNovaA-BlackIt";
  font-style: italic;
  padding: 5% 5%;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.6s all;
  position: relative;
  height: auto;
}

#sports-on-exit .reg_prof__element_row:nth-child(5),
#sports-on-exit .reg_prof__element_row:nth-child(6),
#sports-on-exit .reg_prof__element_row:nth-child(7),
#sports-on-exit .reg_prof__element_row:nth-child(9) {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#sports-on-exit .registration-row .reg_prof__element_row:nth-child(5),
#sports-on-exit .registration-row .reg_prof__element_row:nth-child(6) {
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
  margin: 0 0 10px !important;
  padding: auto;
}

#sports-on-exit .registration-row .form-group:nth-child(5),
#sports-on-exit .registration-row .form-group:nth-child(6) {
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
  margin: 0 0 10px !important;
  padding: auto;
}

#sports-on-exit .reg__row_title,
#sports-on-exit .form-group-label {
  display: none;
}

#sports-on-exit #popup-short-reg #wrapper {
  display: block;
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

#sports-on-exit #popup-short-reg .cw_mob_root {
  background: #441e73;
}

#sports-on-exit .reg_content {
  padding: 0 0 20px;
}

#sports-on-exit .promo_popup {
  width: 100%;
  max-width: 100%;
}

/* Start Reg form New Styles  */
.ui-dialog.ca-regform-styles {
  background: rgb(49, 0, 87);
}

.ui-dialog.ca-regform-styles .form-group-label {
  display: none;
}

.ui-dialog.ca-regform-styles .tl_chb_view::before {
  margin: 11px 0 0 !important;
}

.ui-dialog.ca-regform-styles input[type="text"],
.ui-dialog.ca-regform-styles input[type="password"],
.ui-dialog.ca-regform-styles input[type="phone"],
.ui-dialog.ca-regform-styles select,
.cw_mob_root.ui-content.ca-regform-styles input[type="phone"] {
  background: rgb(49, 0, 87);
  border: 2px solid rgb(85, 15, 140);
  line-height: 60px;
  padding: 0px 10px 0px 20px;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 60px;
  font-family: ProximaNovaACond-Regular, Arial, sans-serif;
  border-radius: 6px;
  font-size: 20px !important;
}

.ui-dialog.ca-regform-styles input::placeholder {
  font-size: 16px;
}

.ui-dialog.ca-regform-styles input[type="phone"],
.cw_mob_root.ui-content.ca-regform-styles input[type="phone"] {
  padding-left: 52px;
}

.cw_mob_root.ui-content.ca-regform-styles input[type="phone"].input-validation-error {
  border: 1px solid red;
}

.cw_mob_root.ui-content.ca-regform-styles .D_info_box {
  padding: 5px;
  font-size: 16px;
  color: red;
  position: relative;
}

.ui-dialog.ca-regform-styles #Terms.form-group {
  margin: 0;
}

.ui-dialog.ca-regform-styles .reg__checkboxes.form-group .tl_chb_view span {
  font-size: 16px;
}

.tl_chb_view::before {
  line-height: 6px;
  margin-right: 0;
  margin: -12px 0 0 !important;
}

#reg_popup .tl_chb_view::before {
  line-height: 1;
  margin-right: 0;
  margin: 0 !important;
}

.ui-dialog.ca-regform-styles .form-group {
  margin: 0 0 10px;
}

.ui-dialog.ca-regform-styles .D_check #Terms {
  width: 0;
  height: 0;
  display: none;
}

.ui-dialog.ca-regform-styles input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #852fed;
  border-top-color: rgb(133, 47, 237);
  border-right-color: rgb(133, 47, 237);
  border-bottom-color: rgb(133, 47, 237);
  border-left-color: rgb(133, 47, 237);
  border-radius: 1px;
  vertical-align: middle;
  transform: translateY(-50%);
  outline: none;
  transition: 0.8s all;
  margin: 15px 5px 0 0;
  padding: 0;
  display: none !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  opacity: 1 !important;
}

.ca-regform-styles .D_reg_step {
  position: relative;
  z-index: 1;
}

.ui-dialog.ca-regform-styles input::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  background-color: rgb(85, 15, 140);
}

.ui-dialog.ca-regform-styles input:checked::before {
  opacity: 1 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}

.ui-dialog.ca-regform-styles #continue_btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  margin: 0;
  display: inline-grid;
  background: #56eb7c;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
  font-size: 28px;
  line-height: 34px;
  color: #3b1568;
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif;
  font-style: italic;
  padding: 5% 5%;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.6s all;
  position: relative;
  height: auto;
}

.ui-dialog.ca-regform-styles .form-group:nth-child(7),
.ui-dialog.ca-regform-styles .form-group:nth-child(10) {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.ui-dialog.ca-regform-styles.registration-row .form-group:nth-child(5),
.ui-dialog.ca-regform-styles.registration-row .form-group:nth-child(7) {
  width: auto !important;
  height: auto !important;
  overflow: hidden;
  margin: 0 0 10px !important;
  padding: auto;
}

.ui-dialog.ca-regform-styles .form-group .reg__row_title {
  display: none;
}

.promo_popup_register_counter_special_reg.ui-dialog.ca-regform-styles .form-group:nth-child(9) {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 10px !important;
}

/* End Reg form New Styles */

/* Login */
.ui-dialog {
  z-index: 10001 !important;
}

.ui-widget-overlay {
  z-index: 10000 !important;
}

/* Allow Push */
body.allow-push #header_fix {
  top: 42px;
}

body.allow-push #sport_div_iframe iframe {
  min-height: 887px !important;
  max-height: 887px !important;
}

body.allow-push {
  padding: 42px 0 0;
}

body.allow-push.lobbyFilter_fixed .lobbyFilter_wrapper {
  top: 98px;
}

body.allow-push .lca-gv-header {
  top: 42px;
}

body.allow-push.popLP {
  padding: 0;
}

.popLP .allow-push-ribbon {
  display: none !important;
}

.allow-push-ribbon {
  display: flex;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  flex-shrink: unset;
  align-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 42px;
  z-index: 1000;
  align-items: center;
}

.allow-push-text {
  color: #56eb7c;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 700;
  display: block;
}

.allow-push-ribbon div {
  margin-left: auto;
}

.allow-push-x {
  color: #fff;
  padding: 10px;
  border: 0;
  background: none;
  font-weight: bold;
}

.allow-push-btn-allow {
  background: #56eb7c;
  border: 0;
  border-radius: 3px;
  padding: 7px 15px;
  font-weight: bold;
  color: #3b1568;
}

.gamification-button {
  margin-left: auto;
  background: url("/Misc/betplays/main/images/gamification_button_background_updated.png") no-repeat;
  background-size: auto;
  padding: 6px 30px;
  min-height: 32px;
  line-height: 32px;
  min-width: 220px;
  color: #56eb7c;
  font-family: "ProximaNovaA-Bold";
  font-size: 20px;
  text-align: center !important;
  background-size: cover;
  display: block !important;
  white-space: nowrap;
  margin: 5px 0 0;
  border-radius: 4px;
}

.gamification-button img {
  display: inline-block;
  vertical-align: middle;
  margin: -9px 5px 0 0;
  max-width: fit-content;
}

.gamification-button span {
  color: #fff;
}

.gamification-button-profile {
  background: url("/Misc/betplays/main/images/gamification_button_background_updated.png") no-repeat;
  color: #56eb7c !important;
  background-size: 106% 127%;
  display: block !important;
  background-position: -4px 0;
}

/* Reg Form Counter */
#registerContent #counter-free-spring {
  background: #2d0e53;
  font-family: "ProximaNovaA-Bold";
}

#registerContent #counter-free-spring #promo-container {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-decoration: none;
}

#registerContent #counter-holder-image-and-titles {
  padding: 20px 20px 20px 20px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #250046;
  min-height: 135px;
}

#registerContent #counter-holder-image-and-titles img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#registerContent #counter-holder-image-and-titles h1 {
  margin: 0;
  position: relative;
  font-family: "ProximaNovaA-BlackIt";
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

#registerContent #counter-holder-image-and-titles h2 {
  margin: 0;
  position: relative;
  font-family: "ProximaNovaA-BlackIt";
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px #000;
  font-size: 32px;
  text-align: center;
}

#registerContent #counter-content-text {
  padding: 30px 40px;
}

#registerContent #counter-free-spring h3 {
  font-size: 32px;
  font-style: italic;
  color: #56eb7c;
  height: 56px;
  font-family: "ProximaNovaA-Bold";
  padding: 12px 0 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 17px;
}

#registerContent #counter-free-spring h4 {
  font-size: 24px;
  font-family: "ProximaNovaA-Bold";
}

#registerContent #counter-free-spring h3 #counter-coming-soon {
  color: #fff;
  display: block;
}

#registerContent #counter-countdown-free-spring {
  display: flex;
  padding: 5px;
  justify-content: center;
}

#registerContent .counter-countdown .counter-cell {
  font-size: 24px;
  background: #17052e;
  border: 1px solid #441e73;
  padding: 10px 5px;
  min-width: 46px;
  color: #fff;
  margin: 0 20px 0 0;
  position: relative;
  font-family: "ProximaNovaA-Bold";
  text-align: center;
}

#registerContent .counter-countdown .counter-cell-digits {
  line-height: 24px;
}

#registerContent .counter-countdown .counter-cell-text {
  color: #56eb7c;
  font-family: "ProximaNovaA-Bold";
  font-size: 10px;
  line-height: 10px;
}

#registerContent .counter-countdown .counter-cell.days {
  margin: 0;
  padding: 10px;
  background: none;
}

#registerContent .counter-countdown .counter-cell .counter-separator {
  position: absolute;
  right: -14px;
  top: 0;
  line-height: 55px;
  color: #56eb7c;
}

#registerContent .counter-countdown .counter-cell:last-child {
  margin: 0 5px 0 0;
}

#registerContent .counter-countdown .counter-cell:last-child .counter-separator {
  display: none;
  margin: 0 10px 0 0;
}

#registerContent .counter-countdown .counter-separater {
  color: #56eb7c;
  display: block;
  flex: 1;
  line-height: 43px;
  font-size: 28px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: -18px;
  font-family: "ProximaNovaA-Bold";
}

#registerContent .btn-wrapper {
  margin: 0;
}

.reg_popup_dynamic .register_btn {
  margin: 0;
}

/* End Reg Form */
#globalPopup.modal {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 100vw;
  height: 100vh;
  z-index: 10000;
  max-height: unset;
  transform: scale(1);
}

#globalPopup .betplaysPopupOval {
  position: absolute;
  top: 2%;
  left: 0;
  width: 96%;
  padding: 0;
  height: 96%;
  border-radius: 24px;
  overflow: visible;
  border: 0 !important;
  transform: translate(0%, 0%);
  margin: 0 auto;
  right: 0;
  bottom: 0;
}

#globalPopup .betplaysPopupOval iframe {
  width: 100% !important;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  border: 0;
}

#globalPopup.modal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transform: translate(0, 0);
  width: 100%;
  background: none;
}

#globalPopup.modal .modal-title {
  display: none;
}

#globalPopup.modal .modal-body {
  height: 100%;
}

#globalPopup.modal .btn-close {
  position: absolute;
  right: 16px;
  top: 31px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: currentColor;
  border: 0;
  cursor: pointer;
  z-index: 50;
  background: #f5d552;
  border-radius: 30px;
}

#globalPopup.modal .btn-close:before {
  position: absolute;
  content: "";
  border-radius: 3px;
  background: #000;
  height: 20px;
  left: 13px;
  top: 6px;
  width: 6px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalPopup.modal .btn-close:after {
  position: absolute;
  content: "";
  border-radius: 3px;
  background: #000;
  height: 20px;
  left: 13px;
  top: 6px;
  width: 6px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Bonuses Info Box */
.bonus_info_content {
  padding: 0;
  border: 0;
}

.bonus_info_box {
  padding: 10px 15px;
  margin: 0;
  border-radius: 10px;
  background: #5b2a98;
  text-align: center;
}

.bonus_info_box:after {
  display: none;
}

.bonus_info_box p {
  color: #56eb7c;
}

.inbox_v2 .inner__body {
  position: relative;
  overflow-x: hidden;
}

.inbox_v2 #inboxBonusMessage {
  padding: 22px 0 22px 22px;
  width: calc(100% + 37px) !important;
  height: calc(100vh + 75px);
  background-size: 100% 100%;
  margin: -22px 0 -15px -22px;
}

.inbox_v2 .inner__body .justify-content-between.align-items-center {
  position: relative;
  z-index: 10;
}

.ui-mobile-viewport .inbox_v2 .inner__body {
  position: inherit;
}

.ui-mobile-viewport #notifications-in-bonuses-img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.ui-mobile-viewport .tl_mail_message_body {
  position: relative;
  top: 0;
}

.ui-mobile-viewport .inbox-claim-reward {
  bottom: 0;
}

#notifications-in-bonuses-img {
  position: static;
  top: 91px;
  left: -16px;
  right: 0;
  max-width: none;
}

.notifications-in-bonuses-paragraphs {
  text-align: center;
  position: relative;
  z-index: 100;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.bonus_info_content {
  max-height: 100%;
}

.bonus_info_box {
  max-height: 100%;
}

.green-text {
  color: #56eb7c;
}

.custom-bonus {
  background: url(/Promotion/betplays/BonusImages/bonus_image_background_06_08_09.webp);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin: 0;
  padding: 22px 0 22px 22px;
  width: 100% !important;
  height: calc(100vh + 59px);
  background-size: 100% 100%;
}

.custom-bonus .tl_mail_message_body p {
  text-align: center;
}

.custom-bonus #notifications-in-bonuses-img {
  position: static;
  margin-top: 22px;
}

.custom-bonus .inbox-claim-reward {
  margin: 0 auto;
}

.custom-bonus .tl_mail_message_body p:nth-of-type(2) {
  color: #56eb7c;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}

/* Free Bet Bonus */
.custom-bonus-free-bet {
  background: url(/Promotion/betplays/BonusImages/bonus_image_background_04_06_10.webp);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin: 0;
  padding: 22px 0 22px 22px;
  width: 100% !important;
  height: calc(100vh + 59px);
  background-size: 100% 100%;
}

.custom-bonus-free-bet .tl_mail_message_body p:nth-of-type(3) {
  text-align: center;
}

.custom-bonus-free-bet #notifications-in-bonuses-img {
  position: static;
  margin-top: -107px;
}

.custom-bonus-free-bet .inbox-claim-reward {
  margin: 20px auto 0;
}

.custom-bonus-free-bet .tl_mail_message_body p {
  color: #56eb7c;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}

/* End Free Bet Bonus */

.tl_mail_message_body {
  margin-top: 1vw;
  position: relative;
}

#notifications-in-bonuses-img {
  margin: 0 auto;
  margin-top: 9vw;
}

/* Profile Phone Styles */
#output.error {
  padding: 9px 0 0 7px;
  color: red;
  font-weight: 700;
}

.iti--allow-dropdown {
  width: 100%;
}

#output.valid {
  padding: 9px 0 0 7px;
  color: #56eb7c;
  font-weight: 700;
}

.green-text {
  color: #56eb7c;
}

.tl_mail_message_body {
  margin-top: 1vw;
}

#notifications-in-bonuses-img {
  margin: 0 auto;
  margin-top: 9vw;
}

/* Welcome Progress Bar */
#welcome-progress-bar {
  margin: 10px 19px;
  position: relative;
  border: 1px solid #56e77e;
  border-radius: 12px;
  background: #0f0622;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

#welcome-progress-content {
  display: block;
  width: 100%;
}

#welcome-progress-bar #welcome-progress-icon {
  width: 75px;
  display: inline-block;
  background: url("/Misc/betplays/img/casino_wp.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  margin: 0 18px 0 13px;
  background-position: center;
  margin: 0 0 0 1px;
  background-size: 100% auto;
  height: 112px;
}

#welcome-progress-bar .bonus-progress-sport-image {
  width: 75px;
  min-height: 120%;
  display: inline-block;
  background: url("/Misc/betplays/img/sport_wp.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  margin: 0 18px 0 13px;
  background-position: center;
  margin: 0px -10px -10px;
  background-size: 100% auto;
}

#welcome-progress-bar #welcome-progress-icon.bonus-progress-sport-image {
  background: url("/Misc/betplays/img/sport_wp.png") no-repeat;
}

#welcome-progress-bar #bonus-message {
  margin: 0 0 0 0;
  vertical-align: top;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-family: "ProximaNovaA-Black", Arial, sans-serif;
  min-height: 112px;
  padding: 10px 5px 5px 5px;
  max-width: 116px;
}

#welcome-progress-bar .bonus-title {
  font-size: 12px;
  font-weight: 700;
  font-family: "ProximaNovaA-Black", Arial, sans-serif;
}

#welcome-progress-bar .bonus-desc {
  margin: 10px 0;
  font-size: 8px;
}

#welcome-progress-bar .bonus-desc strong {
  font-size: 10px;
  margin: 10px 0 0;
  display: block;
}

#welcome-progress-bar .default-link-class {
  border-radius: 4px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  color: #56eb7c;
  font-weight: 700;
  border: 1px solid #56eb7c;
}

#welcome-progress-bar .default-link-class.active {
  border: 0;
  background: #56eb7c;
  color: #3b1568;
}

#welcome-progress-bar .default-link-class.highlighted {
  box-shadow: 0 0 10px #56eb7c;
  -webkit-animation: white 2s infinite;
  -moz-animation: white 2s infinite;
  -o-animation: white 2s infinite;
  animation: white 2s infinite;
}

#welcome-bonus-countdown-container {
  padding: 10px;
  display: flex;
  background: #210642;
}

#welcome-bonus-countdown-text {
  max-width: 120px;
  width: 100%;
  border-right: 1px solid #3b1568;
}

#welcome-bonus-countdown-title {
  font-weight: 700;
  color: #56eb7c;
  text-transform: uppercase;
}

#welcome-bonus-countdown-clock {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 60px;
  padding: 5px 0 0 10px;
}

#welcome-bonus-countdown-clock img {
  margin: 0 auto 5px;
  display: block;
}

@-moz-keyframes box-shadow-animation {

  0%,
  100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
  }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
  }
}

@-webkit-keyframes white {

  0%,
  100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
  }
}

@-o-keyframes white {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
  }
}

@keyframes white {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px rgba(255, 255, 255, 0.7),
      inset 0px 0px 10px rgba(86, 235, 124, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0),
      inset 0px 0px 0px rgba(86, 235, 124, 0);
  }
}

/* End Welcome Progress Bar*/

/* Reload Bonus */
#reload-bonus-right-menu {
  margin: 10px 19px;
  position: relative;
  border: 1px solid #56e77e;
  border-radius: 12px;
  padding: 10px;
  background: #0f0622;
  display: flex;
  cursor: pointer;
}

#reload-bonus-right-menu:hover {
  border: 1px solid #3dad5c;
}

#reload-bonus-right-menu #progress-container {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  align-items: center;
}

.ui-collapsible-heading-toggle.no-chevron:before {
  display: none !important;
}

#reload-bonus-right-menu #reload-bonus-icon {
  width: 125px;
  background: url("/Misc/betplays/img/reload_bonus_image1.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  margin: 0 18px 0 13px;
  background-position: center;
  background-size: 125px auto;
  margin: -10px 10px -10px -10px;
}

#reload-bonus-right-menu #reload-message {
  margin-bottom: 10px;
  font-size: 18px;
}

#reload-bonus-right-menu #progress-bar-background {
  background: #333;
  border-radius: 5px;
}

#reload-bonus-right-menu #progress-bar {
  width: 100%;
  height: 20px;
  position: relative;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  color: #0d131c;
  font-size: 18px;
  text-align: right;
  background: #56eb7c !important;
  background-size: 0% 100%;
  transition: background-size 1s, width 1s;
}

@media screen and (max-width: 768px) {
  .ui-collapsible-heading-status {
    display: none !important;
  }
}

#reload-bonus-right-menu #countdown {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: relative;
  display: none;
  position: absolute;
  top: 40px;
  left: 105px;
  color: #0d131c;
}

#reload-bonus-right-menu #bonus-message {
  margin-top: 10px;
  font-size: 12px;
}

#reload-bonus-right-menu #reload-bonus-arrow {
  display: none;
  background: #56e77e;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#reload-bonus-right-menu #reload-bonus-arrow:before {
  border-right: 2px solid #5c299c;
  border-top: 2px solid #5c299c;
  height: 8px;
  width: 8px;
  top: 7px;
  right: 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  position: absolute;
}

#accountDialog #reload-bonus-right-menu #reload-message {
  margin-bottom: 10px;
  font-size: 12px;
}

#accountDialog #countdown {
  position: relative;
  top: 0;
  left: 0;
  color: #56e77e;
  font-size: 12px;
  text-align: left;
}

#js_rectangleAd_1460 .dynamicBanners_caption {
  width: 100%;
  max-width: 40%;
  height: 100%;
  max-height: 100%;
  padding: 20px 0px;
  padding-left: 20px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

#js_rectangleAd_1460 .dynamicBanners_caption h2 {
  font-size: 20px;

  word-break: normal;
}

#js_rectangleAd_1460 .dynamicBanners_caption * {
  word-break: normal;
}

#js_rectangleAd_1460 .dynamicBanners_caption h2 {
  word-break: normal;
}

#js_rectangleAd_1460 .dynamicBannerCustomButton {
  padding: 10px 15px;
  font-size: 18px;
}

#js_rectangleAd_1460 .dynamicBanners_caption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(14, 2, 36, 1);
  background: -moz-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(14, 2, 36, 1)),
      color-stop(41%, rgba(14, 2, 36, 1)),
      color-stop(89%, rgba(14, 2, 36, 0.19)),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E0224', endColorstr='#FFFFFF', GradientType=1);
}

@media screen and (max-width: 1000px) {
  #js_rectangleAd_1460 .dynamicBanners_caption::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(14, 2, 36, 1);
    background: -moz-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top,
        right top,
        color-stop(0%, rgba(14, 2, 36, 1)),
        color-stop(41%, rgba(14, 2, 36, 1)),
        color-stop(89%, rgba(14, 2, 36, 0.19)),
        color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E0224', endColorstr='#FFFFFF', GradientType=1);
  }
}

/* Documents */
#accountDialog #DocumentType {
  position: relative;
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

/* Gamification Section */
#gamification-homepage-section {
  margin: 0 0 10px;
  padding: 0;
}

.ui-mobile #gamification-homepage-section {
  padding: 0 13px;
}

.ui-mobile #gamification-homepage-section .lobby_scrollable {
  max-width: 100%;
  display: block;
  width: 100%;
}

.ui-mobile #gamification-homepage-section .gamification-section-item {
  margin: 0 0 10px;
  max-width: 100%;
  display: block;
  width: auto;
}

#gamification-homepage-section .gamification-section-item {
  max-width: 370px;
  width: 100%;
  padding: 10px 10px 40px 96px;
  border-radius: 10px;
  background-position: 1% center !important;
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  position: relative;
}

#gamification-homepage-section .gamification-section-item:nth-child(2n) {
  padding: 10px 96px 40px 10px;
  background-position: 97% center !important;
}

#gamification-homepage-section .gamification-section-item:nth-child(2n) .gamification-btn {
  right: auto;
  left: 10px;
}

#gamification-homepage-section .gamification-section-item:nth-child(1) {
  background: url("/Misc/betplays/main/images/bp_wheel.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item:nth-child(2) {
  background: url("/Misc/betplays/main/images/bp_scratch.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item:nth-child(3) {
  background: url("/Misc/betplays/main/images/bp_matchx.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item:nth-child(4) {
  background: url("/Misc/betplays/main/images/bp_sport_m.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item:nth-child(5) {
  background: url("/Misc/betplays/main/images/bp_casino_m.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item:nth-child(6) {
  background: url("/Misc/betplays/main/images/bp_weekly_bonus.png") no-repeat #3a1764;
  background-size: auto 84px;
}

#gamification-homepage-section .gamification-section-item h2 {
  color: #56eb7c;
  font-weight: 700;
  font-size: 16px;
}

#gamification-homepage-section .gamification-section-item p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

#gamification-homepage-section .gamification-section-item .gamification-btn {
  padding: 5px 10px;
  background: #64ed87;
  color: #441e73;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

.customDepositFooterImage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customDepositFooterImage img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.quick-deposits {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
}

.quick-deposits h5 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #56eb7c;
  text-align: center;
  display: block;
}

.quick-deposits ul {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}

.quick-deposits ul li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.quick-deposits ul li a {
  padding: 8px 15px;
  display: inline-block;
  color: #56eb7c;
  font-weight: 700;
  border: 1px solid #56eb7c;
  border-radius: 50px;
}

.quick-deposits ul li a:hover {
  background: #56eb7c;
  color: #fff;
}

.quick-deposits .quick-deposits__bonus {
  flex: 1;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  overflow: hidden;
}

.quick-deposits .quick-deposits__bonus--header {
  padding: 10px;
  font-size: 16px;
  background-color: #502387;
  font-weight: 700;
  color: #fff;
}

.quick-deposits .quick-deposits__bonus--empty {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 10px;
  display: none;
}

.quick-deposits .quick-deposits__bonus--text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-deposits .quick-deposits__bonus--text span {
  color: #56eb7c;
  margin-left: 10px;
}

.quick-deposits .quick-deposits__bonus--text-card {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.quick-deposits .quick-deposits__bonus--text span.divider {
  color: #fff;
  position: relative;
}

.quick-deposits .quick-deposits__bonus--empty-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 900;
  color: #5c299c;
  background-color: rgba(175, 175, 175, 0.5);
  border-radius: 50%;
  margin-bottom: 10px;
}

@media (min-width: 1024px) and (max-width: 3000px) {
  .bonus_info_content p {
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .tl_payment_cont .tl_payment_col input {
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid #56eb7c !important;
  }

  .tl_payment_cont .tl_payment_col select {
    height: 46px;
    padding: 0 25px 0 15px;
    line-height: 46px;
    border: 1px solid #56eb7c !important;
    border-radius: 4px;
  }

  .tl_payment_cont .tl_payment_col .tl_deposit_button {
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
  }

  .tl_payment_cont .tl_payment_col #output {
    background: #e6e6e6;
    margin: 8px 0 0;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .tl_payment_cont .tl_payment_col #output:before {
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #e6e6e6;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 10px;
  }

  .tl_payment_cont .tl_payment_col #output.error {
    opacity: 1;
    visibility: visible;
  }

  .tl_payment_cont .tl_payment_col #output.valid {
    background: #56eb7c;
    color: #000;
    opacity: 1;
    visibility: visible;
  }

  .tl_payment_cont .tl_payment_col #output.valid:before {
    border-bottom: 4px solid #56eb7c;
  }

  .welcome-deposit-input {
    margin: 0 0 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: none;
    vertical-align: middle;
  }

  .welcome-deposit-input .green-text {
    color: #56eb7c;
  }

  .welcome-deposit-input .welcomePackage>span {
    font-size: 26px;
  }

  .welcome-deposit-input .welcomePackage .bronze {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efb899+0,efb899+25,bc7b5e+50,efb899+75,efb899+100 */
    background: linear-gradient(to bottom,
        rgba(239, 184, 153, 1) 0%,
        rgba(239, 184, 153, 1) 25%,
        rgba(188, 123, 94, 1) 50%,
        rgba(239, 184, 153, 1) 75%,
        rgba(239, 184, 153, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #e8af90;
    -webkit-text-stroke: 1px #523427;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .welcome-deposit-input .welcomePackage .silver {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7d7d+0,f4f4f4+50,696969+100 */
    background: linear-gradient(to bottom,
        rgba(125, 125, 125, 1) 0%,
        rgba(244, 244, 244, 1) 50%,
        rgba(105, 105, 105, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #a1a1a1;
    -webkit-text-stroke: 1px #303030;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .welcome-deposit-input .welcomePackage .gold {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc806+0,ffc806+20,fff7ae+50,ffc806+80,ffc806+100 */
    background: linear-gradient(to bottom,
        rgba(255, 200, 6, 1) 0%,
        rgba(255, 200, 6, 1) 20%,
        rgba(255, 247, 174, 1) 50%,
        rgba(255, 200, 6, 1) 80%,
        rgba(255, 200, 6, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffda47;
    -webkit-text-stroke: 1px #835817;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .welcome-deposit-input .welcomePackage .high-roller {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,bbbbbb+50,ffffff+80,ffffff+100 */
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(187, 187, 187, 1) 50%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #f5f5f5;
    -webkit-text-stroke: 1px #4e4e4e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .dynamic-deposit-input {
    margin: 0 0 10px;
    font-size: 20px;
    color: #56eb7c;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
  }

  /* Button Green */
  .btn-green-custom {
    display: block;
    background: #56eb7c;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    font-size: 28px;
    line-height: 34px;
    color: #3b1568 !important;
    font-family: "ProximaNovaA-BlackIt";
    font-style: italic;
    padding: 3% 10%;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s all;
    position: relative;
    z-index: 20;
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
  }

  /* Allow Push Ribbon */
  body.webpush-swal2-shown.body-top-popup-notification:not(.webpush-swal2-no-backdrop):not(.webpush-swal2-toast-shown) #header_fix {
    top: 40px;
  }

  .webpush-swal2-container.webpush-swal2-shown {
    background: rgba(0, 0, 0, 0.6);
  }

  body.webpush-swal2-shown.body-top-popup-notification:not(.webpush-swal2-no-backdrop):not(.webpush-swal2-toast-shown) .ui-mobile [data-role="page"],
  body.webpush-swal2-shown.body-top-popup-notification:not(.webpush-swal2-no-backdrop):not(.webpush-swal2-toast-shown) .ui-mobile [data-role="dialog"],
  body.webpush-swal2-shown.body-top-popup-notification:not(.webpush-swal2-no-backdrop):not(.webpush-swal2-toast-shown) .ui-page {
    top: 40px;
  }

  /* Header Elements */
  #header_fix .tl_head_promos .bonusesDialog {
    background-color: #5c299c !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 9px;
    color: #56eb7c !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    border: 0 !important;
    position: relative;
  }

  #header_fix .tl_head_promos .bonusesDialog:before {
    font-family: "iconsDinamicMenu";
    font-size: 38px;
    width: 24px;
    height: 35px;
    margin: 0 13px 0 0;
    line-height: 34px;
    content: "";
    color: #56eb7c !important;
  }

  #header_fix .tl_head_promos .bonusesDialog .count_bonus {
    position: absolute;
    left: 28px;
  }

  #header_fix .tl_head_promos .bonusesDialog:hover {
    background-color: #6a33ae !important;
    color: #56eb7c;
  }

  #header_fix .tl_head_promos .vipDialog {
    background-color: #5c299c !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 9px;
    color: #56eb7c !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    border: 0 !important;
    position: relative;
  }

  #header_fix .tl_head_promos .vipDialog:hover {
    background-color: #6a33ae !important;
    color: #56eb7c;
  }

  #header_fix .tl_head_promos .vipDialog i {
    vertical-align: middle;
  }

  #header_fix #bonusBalanceCont {
    display: block !important;
  }

  #header_fix #bonusBalanceCont i {
    position: relative;
  }

  #header_fix #bonusBalanceCont i:before {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    content: "";
    line-height: 24px;
  }

  #header_fix .bonusesWrapperText,
  #header_fix .tl_acc_balance .depositDialog {
    text-align: left;
    line-height: 18px !important;
  }

  #header_fix .tl_acc_balance .depositDialog .d-flex {
    display: block !important;
  }

  #header_fix .bonusesWrapperText #bonusesBalanceText,
  #header_fix .tl_acc_balance .depositDialog #realBalanceText {
    font-size: 10px;
    display: block;
  }

  #header_fix #SportBonusPanel {
    display: block !important;
  }

  #header_fix #SportBonusPanel .bonusesWrapperText {
    color: #55eb7c;
    font-size: 10px;
    display: flex;
    flex-direction: column;
  }

  #header_fix #SportBonusPanel #SportBonusAmount {
    order: 2;
    font-size: 12px;
  }

  #header_fix #SportBonusPanel span:nth-child(2) {
    font-size: 10px;
  }

  #header_fix #SportBonusPanel i::before {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    content: "";
    line-height: 24px;
  }
}

/* Homepage Content */

.dynamic_container .matches_block .tm_app {
  height: auto !important;
}

/* Get Games Sections */
.homepage-container {
  padding: 0;
}

.homepage-container h2 {
  margin: 0 -10px 10px;
  font-size: 1vw;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(0.25turn,
      rgba(86, 235, 124, 0.8) 4%,
      rgba(86, 235, 124, 0.1) 80%,
      rgba(103, 46, 174, 1));
  border-image-slice: 1;
  position: sticky;
  left: -10px;
}

.homepage-container h2 a {
  background: linear-gradient(90deg,
      rgba(86, 235, 124, 1) 63%,
      rgba(103, 46, 174, 1) 100%);
  color: #441e73;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  line-height: 23px;
}

#js_livecasino_lobby_homepage,
#js_games_lobby_homepage,
#js_games_lobby_homepage2,
#js_games_lobby_homepage3,
#js_games_lobby_homepage4,
#js_games_lobby_homepage5,
#js_games_lobby_homepage6,
#js_games_lobby_homepage7 {
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px;
  background: #672eae;
  padding: 0 10px 10px 10px;
  border-radius: 16px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #56eb7c #441e73;
}

/* WebKit and Chromiums */
#js_livecasino_lobby_homepage::-webkit-scrollbar,
#js_games_lobby_homepage::-webkit-scrollbar,
#js_games_lobby_homepage2::-webkit-scrollbar,
#js_games_lobby_homepage3::-webkit-scrollbar,
#js_games_lobby_homepage4::-webkit-scrollbar,
#js_games_lobby_homepage5::-webkit-scrollbar,
#js_games_lobby_homepage6::-webkit-scrollbar,
#js_games_lobby_homepage7::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #441e73;
}

#js_livecasino_lobby_homepage::-webkit-scrollbar-thumb,
#js_games_lobby_homepage::-webkit-scrollbar-thumb,
#js_games_lobby_homepage2::-webkit-scrollbar-thumb,
#js_games_lobby_homepage3::-webkit-scrollbar-thumb,
#js_games_lobby_homepage4::-webkit-scrollbar-thumb,
#js_games_lobby_homepage5::-webkit-scrollbar-thumb,
#js_games_lobby_homepage6::-webkit-scrollbar-thumb,
#js_games_lobby_homepage7::-webkit-scrollbar-thumb {
  background: #56eb7c;
  border-radius: 5px;
}

#js_livecasino_lobby_homepage .h-bg-primary,
#js_games_lobby_homepage .h-bg-primary,
#js_games_lobby_homepage2 .h-bg-primary,
#js_games_lobby_homepage3 .h-bg-primary,
#js_games_lobby_homepage4 .h-bg-primary,
#js_games_lobby_homepage5 .h-bg-primary,
#js_games_lobby_homepage6 .h-bg-primary,
#js_games_lobby_homepage7 .h-bg-primary {
  margin: 0;
  background: none;
  padding: 0;
}

.lobby_scrollable {
  display: flex;
  width: min-content;
  column-gap: 10px;
  min-width: 100%;
}

.lobby_scrollable ::-webkit-scrollbar:horizontal {
  height: 11px;
}

.lobby_scrollable ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid green;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.lobby_scrollable ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.lobby_scrollable .lca-card {
  padding: 0;
  border-radius: 6px;
}

.lobby_scrollable .lca-card img {
  max-width: 260px;
  display: flex;
  min-width: 260px;
  max-height: 174px;
}

/* Popup */
.promo_popup_inner {
  overflow: initial;
  height: 82.7vh;
}

.promo_popup_iframe {
  max-width: 100%;
}

.promo_popup_close {
  position: absolute;
  z-index: 100;
  top: -39px;
  right: 18px;
  width: 32px !important;
  height: 32px !important;
  color: #999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  transition: all 0.3s ease;
  font-size: 30px !important;
  cursor: pointer;
  background: #441e73;
  width: 36px !important;
  height: 36px !important;
  border-radius: 3px !important;
  border: 0;
}

.promo_popup_close:before {
  position: absolute;
  border-radius: 3px;
  background: #56eb7c;
  height: 28px;
  left: 17px;
  top: 4px;
  width: 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.promo_popup_close:after {
  position: absolute;
  border-radius: 3px;
  background: #56eb7c;
  height: 28px;
  left: 17px;
  top: 4px;
  width: 3px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

/* VIP */
#vip_popup .promo_popup_inner {
  height: 81.5vh;
}

#vip_popup .promo_popup_inner #customePopup {
  width: 100%;
  height: 100%;
}

/* My Profile Styles */
#my-profile-promotion-btn a {
  background-color: #5c299c;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  color: #56eb7c;
  border-radius: 5px;
  text-transform: uppercase;
}

#my-profile-promotion-btn i {
  margin: 0 8px 0 0;
}

.tl_my_acc_cont #responsibleGamingDialog {
  display: none;
}

.dynamic_promo_item .dynamic_promo_item_category,
.dynamic_promo_item .dynamic_promo_item_title,
.dynamic_promo_item .dynamic_promo_item_descr {
  display: none;
}

.dynamic_promo_item .js_news_promo_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dynamic_promo_item.dynamic_promo_item_soon .dynamic_promo_item_btn_alert,
.dynamic_promo_item.dynamic_promo_item_soon .dynamic_promo_item_btn_chat {
  background: #56eb7c;
  color: #441e73;
  height: 36px;
  width: fit-content;
  margin: 0 auto;
  min-width: 117px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}

.dynamic_promo_item.dynamic_promo_item_soon .dynamic_promo_item_btn_alert.disabled {
  background: #ccc;
  color: #333;
}

.dynamic_promo_item.dynamic_promo_item_soon .js_news_promo_btn {
  display: none;
}

.dynamic_promo_item.dynamic_promo_item_soon .dynamic_promo_inner,
.dynamic_promo_item.dynamic_promo_item_soon .dynamic_promo_item_descr {
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* Bonuses */
.js_linkedBonuses_popup {
  z-index: 100000;
  position: absolute;
}

.linked-bonus__status .status__head img {
  width: auto !important;
}

#js_pendingBonuses .linked-bonus-label img {
  width: auto !important;
}

/* Inbox */
.bp-inbox {
  align-content: start;
  align-items: start;
  padding: 0 0 0 22px;
  color: #999 !important;
  text-transform: uppercase;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 100%;
  border-radius: 0;
  text-align: left !important;
  display: block !important;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  margin: 0;
  background-color: #502387;
  border-bottom: 1px solid #441e73;
}

.bp-inbox i {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.bp-inbox #inboxCount {
  left: 17px;
}

.inbox-claim-reward {
  background: #56eb7c;
  display: inline-block;
  background: #56eb7c;
  color: #3b1568 !important;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 11px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
  border-radius: 8px;
  width: 280px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 29.26px;
  text-align: center;
}

/* User Details */
#profileForm .col {
  width: calc(50% - 10px);
}

#profileForm .col:first-child .tl_my_prof_item_long input {
  margin: 0;
  padding: 0;
}

#profileForm .col {
  padding: 0 0 0 20px;
}

#profileForm .col .tl_my_prof_item_long,
#profileForm .col .tl_my_prof_item {
  min-height: auto;
}

#profileForm .col .tl_my_prof_item_long.whatsAppVerification {
  margin: 10px 0 20px;
  display: none;
}

#profileForm .col:nth-child(2) #verificationMobile {
  display: none;
}

#profileForm .col:nth-child(2) #mobileActivated,
#profileForm .col:nth-child(2) #MobileVerificationCode,
#profileForm .col:nth-child(2) #sendverificationMobile {
  display: none;
}

.single-tab-image-link {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.single-tab-image-link img {
  width: 100%;
  max-width: 100%;
}

/* Sports Iframe */
#sport_div_iframe iframe {
  max-height: 930px !important;
}

.promo-title-box {
  margin: 20px 0;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-title-box .choice-deposit-title {
  position: relative;
  display: block;
  padding: 10px 100px 10px 20px;
  border: 2px solid #7a34d0;
  margin: 0 auto;
  border-radius: 45px;
  background-color: #502387;
  font-size: 16px;
  margin-top: 10px;
}

.promo-title-box .choice-deposit-title .choice-timer {
  position: absolute;
  right: 2px;
  top: 0px;
  bottom: 2px;
  width: 80px;
  height: calc(100% - 0px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #441e73;
  border-radius: 45px;
  border-left: 2px solid #9546f6;
}

.promo-title-box h4 {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.promo-title-box h4 span {
  color: #56eb7c;
}

.promo-title-box h5 {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.promo-title-box h5 span {
  color: #56eb7c;
}

.bonus-code-message {
  margin: 20px 0 0;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.bonus-code-message h3 {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.bonus-code-message h3 span {
  color: #56eb7c;
}

/* Top Banner Style */

.billboard_container .dynamicBanners .carousel_caption {
  width: auto;
  max-width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  inset-inline-start: auto;
  inset-block-start: auto;
  top: auto;
  right: 50%;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  align-items: flex-start;
  justify-content: center;
}

.billboard_container .dynamicBanners .carousel_caption strong {
  font-weight: 900;
}

.dynamicBanners.banners_rectangleAd .carousel_caption {
  right: 45%;
}

.ui-mobile .dynamicBanners .carousel_caption {
  padding: 0 15px;
  max-height: none;
  right: 30%;
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-block-start: 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banners_billboard .dynamicBanners_item.swiper-slide .carousel_caption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(14, 2, 36, 1);
  background: -moz-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(14, 2, 36, 1)),
      color-stop(41%, rgba(14, 2, 36, 1)),
      color-stop(89%, rgba(14, 2, 36, 0.19)),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right,
      rgba(14, 2, 36, 1) 0%,
      rgba(14, 2, 36, 1) 41%,
      rgba(14, 2, 36, 0.19) 89%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E0224', endColorstr='#FFFFFF', GradientType=1);
}

@media screen and (max-width: 1000px) {
  .banners_billboard .dynamicBanners_item.swiper-slide .carousel_caption::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(14, 2, 36, 1);
    background: -moz-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top,
        right top,
        color-stop(0%, rgba(14, 2, 36, 1)),
        color-stop(41%, rgba(14, 2, 36, 1)),
        color-stop(89%, rgba(14, 2, 36, 0.19)),
        color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right,
        rgba(14, 2, 36, 1) 0%,
        rgba(14, 2, 36, 1) 41%,
        rgba(14, 2, 36, 0.19) 89%,
        rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E0224', endColorstr='#FFFFFF', GradientType=1);
  }
}

.dynamicBannerCustomButton {
  background: #56eb7c;
  padding: 15px 30px;
  font-size: 30px;
  color: #441e73;
  display: inline-block;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif !important;
  font-weight: 800;
}

@media screen and (max-width: 1000px) {
  .dynamicBannerCustomButton {
    background: #56eb7c;
    padding: 10px 20px;
    font-size: 14px;
    color: #441e73;
    display: inline-block;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 800;
  }
}

.banners_billboard .dynamicBanners_item .carousel_caption h3 {
  font-size: 32px;
}

.banners_billboard .dynamicBanners_item .carousel_caption h2 {
  font-size: 44px;
}

.dynamicBanners .carousel_caption h3 {
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left !important;
  margin-bottom: 17px;
  display: block;
}

.dynamicBanners .carousel_caption h2 {
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left !important;
  margin-bottom: 17px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .dynamicBanners .carousel_caption h3 {
    font-size: 13px !important;
    display: block;
    margin-bottom: 10px;
  }

  .dynamicBanners .carousel_caption h2 {
    font-size: 17px !important;
    display: block;
    margin-bottom: 11px;
  }
}

.ui-mobile .dynamicBanners .carousel_caption h3 span {
  color: #ebd953;
}

.ui-mobile .dynamicBanners .carousel_caption h2 strong {
  color: #56eb7c;
}

.ui-mobile .dynamicBanners .carousel_caption h2 span {
  color: #ebd953;
}

.dynamicBanners.banners_rectangleAd .carousel_caption h2 {
  font-size: 18px;
}

.dynamicBanners .carousel_caption h2 strong {
  color: #56eb7c;
  font-weight: 900;
}

.dynamicBanners .carousel_caption h3 span,
.dynamicBanners .carousel_caption h2 span {
  color: #ebd953;
  font-weight: 900;
}

@media all and (min-width: 1400px) {
  .dynamicBanners .carousel_caption h2 {
    font-size: 2.8vh;
    margin: 0 0 20px;
  }

  .dynamicBanners .carousel_caption h2 span {
    color: #ebd953;
  }

  .dynamicBanners .carousel_caption h2 strong {
    color: #56eb7c;
  }

  .dynamicBanners .carousel_caption h3 {
    font-size: 3.7vh;
  }

  .dynamicBanners .carousel_caption h3 span {
    color: #ebd953;
  }

  .dynamicBanners .carousel_caption h3 strong {
    color: #56eb7c;
  }

  .dynamicBanners.banners_rectangleAd .carousel_caption h2 {
    font-size: 20px;
  }
}

@media all and (min-width: 1600px) {
  .dynamicBanners .carousel_caption h2 {
    font-size: 2.8vh;
  }

  .dynamicBanners.banners_rectangleAd .carousel_caption h2 {
    font-size: 28px;
  }
}

/* Promotion Page list */

#js_promo_content {}

.promotions-tab .pn_card {
  margin: 0;
}

.pn_card {
  background: none;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 14px;
}

.pn_card .pn_card_hover {
  background: none;
  top: 0;
  height: 100%;
  display: block !important;
}

.pn_card:hover .pn_card_hover {
  background: none;
  top: 0;
}

.pn_card:before {
  content: "";
  background: #2e0e56;
  width: 50%;
  border-radius: 14px 0 0 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#js_promo_content .dynamic_promo_item .lb_card_topitems {
  background: none;
  z-index: 3;
}

.pn_card img {
  width: 100%;
  height: auto;
  max-height: inherit;
  min-height: inherit;
  border-radius: 14px;
  position: relative;
}

.pn_card .pn_card_footer {
  display: none;
}

.pn_card .pn_card_buttons {
  opacity: 0.1 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}

.pn_card .js_news_promo_btn {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.pn_card_descr {
  width: 50%;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  display: flex;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background: #2e0e56;
  max-height: none;
}

.pn_category_item.active .dynamic_icon,
.pn_category_item:hover .dynamic_icon {
  color: #8041cd !important;
}

.pn_category_item.active,
.pn_category_item:hover {
  color: #8041cd !important;
}

.pn_category_item,
.pn_category_item {
  transition: background-color ease 0.35s, color ease 0.35s;
}

.pn_category_item .dynamic_icon,
.pn_category_item .dynamic_icon {
  color: #56eb7c !important;
  transition: color ease 0.35s;
}

#js_data_content .pn_card_descr {
  max-height: none !important;
}

.pn_card_category {
  display: none !important;
}

.pn_card_descr h2 {
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: block !important;
  width: 100% !important;
}

.pn_card_descr strong {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #56eb7c !important;
}

.pn_card_descr h2>em {
  font-size: 14px !important;
  font-style: normal !important;
}

.pn_card_descr h2>span {
  background: #56eb7c !important;
  margin: 10px 0 0 !important;
  padding: 6px 5px !important;
  font-size: 14px !important;
  color: #441e73 !important;
  display: block !important;
  border-radius: 8px !important;
}

.pn_card_descr h2>button {
  background: #56eb7c !important;
  margin: 10px 0 0 !important;
  padding: 6px 5px !important;
  font-size: 14px !important;
  color: #441e73 !important;
  display: block !important;
  border-radius: 8px !important;
  border: none;
  width: 100%;

  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif !important;
  font-weight: 700 !important;
}

.pn_card_descr h2>span span {
  font-weight: 400 !important;
}

.pn_card_descr h2>span>i~span {
  display: none !important;
}

.pn_card_descr h2>span em {
  font-style: normal !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  display: block !important;
}

.pn_card_descr h2>span>i~em {
  display: none !important;
}

.pn_card_descr h2>span>i {
  font-style: normal !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

#js_promo_content .dynamic_promo_item .dynamic_promo_item_btn {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

#deposit-opt-in-reload {
  font-weight: 700;
  min-width: 136px;
  border-radius: 2px;
  background-color: #56eb7c;
  color: #5c299c;
  border-radius: 2px;
  overflow: hidden;
  line-height: 36px;
  font-size: 12px;
  padding: 0 13px;
  flex-shrink: 0;
  display: block;
  align-items: center;
  border-radius: 2px;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0 16px;
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
  margin: 10px auto;
  text-align: center;
  width: fit-content;
}

@media all and (min-width: 375px) {
  #js_promo_content .dynamic_promo_item:before {
    width: 40%;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr {
    width: 40%;
  }
}

@media all and (min-width: 768px) {
  #js_promo_content .dynamic_promo_item {
    width: 50%;
    padding: 5px;
  }

  #js_promo_content .dynamic_promo_item:before {
    width: 35%;
    top: 5px;
    left: 5px;
    bottom: 5px;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_title {
    margin: 0;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr {
    width: 35%;
    padding: 10px;
    left: 5px;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_item_btn {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
}

@media all and (min-width: 992px) {
  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr {
    padding: 20px 10px;
    font-size: 16px;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr h2 {
    font-size: 16px;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr strong {
    font-size: 32px;
  }

  #js_promo_content .dynamic_promo_item .dynamic_promo_inner .dynamic_promo_item_descr>span {
    margin: 20px 0 0;
    padding: 18px 15px;
    font-size: 16px;
  }
}

@media all and (min-width: 1400px) {
  #js_promo_content .dynamic_promo_item {
    width: 33.33%;
  }
}

/* end Promotion Page list */

/* Top Matches Counter */
#js-sport-Prematch-cont .dgw_event_card {
  border-radius: 8px;
  overflow: hidden;
}

#js-sport-Prematch-cont .dgw_event_card,
#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_header,
#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_body {
  position: relative;
}

.dgw_event_card .dgw_event_card_header {
  border: 0;
}

#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_header_name {
  text-transform: uppercase;
  font-weight: 700;
}

#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_body .dgw_event_card_event .dgw_event_card_event_name_wrapper {
  text-transform: uppercase;
  font-weight: 700;
}

#js-sport-Prematch-cont .dgw_event_pre_match_widget .dgw_event_card .dgw_event_card_body .dgw_event_card_event .dgw_event_card_prematch_info {
  /* display: none; */
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-football:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/soccer_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-basketball:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/basketball_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-tenis:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/tennis_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-volleyball:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/volleyball_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-hockey:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/icehockey_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-baseball:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/baseball_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-rugby:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/rugby_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-americanfootball:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/american football_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card.top-matches-cricket:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url("/Misc/betplays/main/images/cricket_top_matches.png") no-repeat #3a1764;
  background-position: top right;
  background-size: auto 100%;
  z-index: 0;
}

#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_odd {
  background: #56eb7c;
  color: #3a1764;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.dgw_event_card .dgw_event_card_body .dgw_event_card_odds .dgw_event_card_odd>span:first-child {
  color: #3a1764;
}

.dgw_event_card .dgw_event_card_body .dgw_event_card_odds .dgw_event_card_odd>span:last-child {
  color: #fff;
  background: #250f40;
  padding: 5px 15px;
  border-radius: 8px;
}

#js-sport-Prematch-cont .dgw_event_card .dgw_event_card_prematch_info {
  display: none !important;
}

.countdown-container-top-matches {
  min-width: 100px;
  display: flex;
  column-gap: 10px;
}

.countdown-container-top-matches div {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
  color: #150627;
  min-width: 36px;
  text-align: center;
}

.countdown-container-top-matches div span {
  display: block;
  font-size: 14px;
}

.tl_login_content .tl_popup_link {
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  margin: 0 !important;
  width: auto !important;
}

.reg_from_login_cont {
  display: flex;
  align-items: center;
  margin: 0 30px 20px !important;
  padding: 22px 20px 22px 18px !important;
  background: #3f2270 !important;
  border-radius: 8px !important;
}

.tl_login_content .reg_from_login_btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 14px;
  background: #87e788;
  color: #3f2270;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 4px;
  height: 44px;
  min-width: 169px;
}

.tl_login_content .reg_from_login_text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  text-align: left;
  vertical-align: middle;
  margin-right: 20px;
}

/* Mobile Promotion Banners in sidebars */
.promo-item {}

.promo-item h2 {
  font-family: "ProximaNovaA-BlackIt", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.promo-item strong {
  font-size: 18px;
  font-weight: 800;
}

.promo-item h2>em {
  font-size: 14px;
  font-style: normal;
}

.promo-item h2>span {
  background: #56eb7c;
  margin: 10px 0 0;
  padding: 6px 5px;
  font-size: 14px;
  color: #441e73;
  text-align: center;
  display: none;
  border-radius: 8px;
}

.promo-item h2>span span {
  font-weight: 400;
}

.promo-item h2>span>i~span {
  display: none;
}

.promo-item h2>span em {
  font-style: normal;
  text-decoration: none;
  font-weight: 800;
}

.promo-item h2>span>i~em {
  display: none;
}

.promo-item h2>span>i {
  font-style: normal;
  text-decoration: none;
  font-weight: 800;
}

/* end Mobile Promotion Banners in sidebars */

.js .dynamicBanners .carousel_caption h2 {
  text-align: center;
}

.deposit_declined #welcome-progress-bar,
.deposit_declined .welcome-deposits-select,
.deposit_declined .quick-deposits,
.deposit_declined .promo-title-box,
.deposit_declined #reload-bonus-link {
  display: none;
}

.custom-bonus-free-bet-drop {
  background: url(/Promotion/betplays/BonusImages/background_free_bet_bonus.png);
  background: url(/Promotion/betplays/BonusImages/background_free_bet_bonus23_25.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin: 0;
  padding: 22px 0 22px 22px;
  width: 100% !important;
  height: calc(100vh + 59px);
  background-size: 100% 100%;
}

.custom-bonus-free-bet-drop p {
  text-align: center;
}

.gamification-background {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gamification-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/Misc/betplays/pages/gamification_tutorial/gamification-background.jpg");
  /* Update this path */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  /* Set the opacity of the background image */
  z-index: 0;
}

main#gamification_tutorial>* {
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

.gamification-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 34.13px;
  text-align: center;
  color: #56ea7c;
  margin-top: 24px !important;
}

.gamification-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.94px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px !important;
}

iframe#youtubeDynamicSrc {
  width: 560px;
  height: 315px;
  border-radius: 17px;
  background: #181818;
  box-shadow: 4px 4px 8px 0px #00000073;
  border: none;
  /* Removes the default iframe border */
  margin-bottom: 50px;
}

.footer_bottom {
  padding: 0;
}

.footer_overlap {
  background: #441e73;
  position: absolute;
  bottom: 127px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  width: 200px;
}

.switcher-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 10px;
}

@media only screen and (max-width: 1000px) {
  .switcher-section {
    padding: 50px 10px;
  }
}

.switcher-section div.box {
  height: 348px;
  width: 183px;
}

@media only screen and (min-width: 568px) {
  .switcher-section div.box {
    height: 400px;
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .switcher-section div.box {
    height: 400px;
    width: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .switcher-section div.box {
    height: 600px;
    width: 700px;
  }
}

@media only screen and (min-width: 1400px) {
  .switcher-section div.box {
    height: 700px;
    width: 800px;
  }
}

.switcher-section div.box.sport {
  background-color: #210333;

  position: relative;
  border: 3px solid #540087;
  margin-right: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px white;
  /* overflow: auto; */
}

.switcher-section .center span.bet {
  background: linear-gradient(to right, #17afff, #09539f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  padding-right: 13px;
}

.switcher-section div.box.casino {
  background-color: #210333;

  position: relative;
  border: 3px solid #540087;
  margin-right: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px white;
  /* overflow: auto; */
}

.switcher-section .sport img.mob,
.switcher-section .casino img.mob {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 568px) {

  .switcher-section .sport img.mob,
  .switcher-section .casino img.mob {
    width: 220px;
    height: 493px;
    top: -107px;
  }

  .switcher-section div.box.sport,
  .switcher-section div.box.casino {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {

  .switcher-section .sport img.mob,
  .switcher-section .casino img.mob {
    width: 267px;
    height: auto;
  }
}

.switcher-section .sport img,
.switcher-section .casino img {
  position: relative;
  right: 0px;
  width: 100%;
  height: 100%;
}

.switcher-image-wrapper {
  height: unset;
}

@media only screen and (max-width: 1000px) {

  .switcher-section .sport img,
  .switcher-section .casino img {
    height: unset;
    top: 0;
  }

  .switcher-image-wrapper {
    height: 270px;
  }
}

@media only screen and (min-width: 1400px) {

  .switcher-section .sport img,
  .switcher-section .casino img {
    width: auto;
    height: auto;
    right: -50px;
    top: -107px;
  }
}

.switcher-section .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /* To make sure it's on top of the boxes */
}

.switcher-section .o {
  color: white;
  /* "O" in the center */
  background-color: black;
  /* Adjust the background for a clear circle */
  padding: 27px;
  border-radius: 50%;
  margin: 0 10px;
  line-height: 27px;
}

.switcher-section .circle-border {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #540087;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px white;
}

.switcher-section .circle-content {
  width: 63px;
  height: 63px;
  background-color: #3b1568;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: white;
}

.switcher-section .circle-content img {
  width: 43px;
  height: auto;
}

@media only screen and (min-width: 568px) {
  .switcher-section .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* To make sure it's on top of the boxes */
  }
}

@media only screen and (min-width: 768px) {
  .switcher-section .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* To make sure it's on top of the boxes */
  }

  .switcher-section .circle-border {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #540087;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px white;
  }

  .switcher-section .circle-content {
    width: 110px;
    height: 110px;
    background-color: #3b1568;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: white;
  }

  .switcher-section .circle-content img {
    width: 79px;
    position: relative;
    top: 10px;
    right: -2px;
  }
}

.switcher-section .sport a {
  background: #56eb7c;
  font-family: "Montserrat", sans-serif;
  /* Font family */
  font-weight: 900 !important;
  /* Extra bold effect */
  border-radius: 5px;
  color: #3b1568;
  width: 80%;
  font-size: 18px;
  padding: 15px 0px;
  /* position: absolute; */
  /* bottom: 0; */
  position: relative;
  bottom: 67px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: 80%;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

@media only screen and (max-width: 1000px) {
  .switcher-section .sport a {
    bottom: 0;
  }
}

@media only screen and (min-width: 568px) {
  .switcher-section .sport a {
    bottom: 160px;
  }
}

@media only screen and (min-width: 992px) {
  .switcher-section .sport a {
    bottom: 117px;
  }
}

@media only screen and (min-width: 1400px) {
  .switcher-section .sport a {
    bottom: 157px;
  }
}

.switcher-section .sport a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3),
    inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  /* Inner glow effect */
}

.switcher-section .casino a {
  background: #56eb7c;
  font-family: "Montserrat", sans-serif;
  /* Font family */
  font-weight: 900 !important;
  /* Extra bold effect */
  border-radius: 5px;

  color: #3b1568;
  width: 80%;
  font-size: 18px;
  padding: 15px 0px;
  /* position: absolute; */
  /* bottom: 0; */
  position: relative;
  bottom: 89px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: 80%;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

@media only screen and (max-width: 1000px) {
  .switcher-section .casino a {
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .switcher-section .casino a {
    bottom: 159px;
  }
}

@media only screen and (min-width: 768px) {
  .switcher-section .casino a {
    bottom: 196px;
  }
}

@media only screen and (min-width: 992px) {
  .switcher-section .casino a {
    bottom: 115px;
  }
}

@media only screen and (min-width: 1400px) {
  .switcher-section .casino a {
    bottom: 216px;
  }
}

.switcher-section .casino a:hover {
  transform: translateY(-10px);

  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3),
    inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  /* Inner glow effect */
}

@media only screen and (min-width: 768px) {
  .switcher-section .casino a {
    font-size: 32px;
    padding: 15px 0;
  }

  .switcher-section .sport a {
    font-size: 32px;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  .switcher-section .casino a {
    font-size: 47px;
    padding: 15px 0;
  }

  .switcher-section .sport a {
    font-size: 47px;
    padding: 15px 0;
  }
}

.switcher-section .section-1 {
  text-align: center;
  padding-bottom: 50px;
}

.switcher-section .section-1 h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #e0e0e0;
}

@media only screen and (min-width: 992px) {
  .switcher-section .section-1 h4 {
    font-size: 32px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
}

.show_more_lang_button_container {
  background: #5c299c;
}

.showMoreLangClass {
  display: flex;
  justify-content: start;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #63e489;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
}

.showMoreItemsList {
  display: none;
}

.showMoreLangButtonWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  border-bottom: 1px solid #414141;
}

.showMoreIconWrapper {
  width: 18px;
  height: 18px;
  background: #431e73;
  border-radius: 50%;
}

.showMoreIcon {
  display: block;
  margin: 6px auto;
}

.showMoreIcon.not_active {
  transform: rotate(-90deg);
}

@keyframes top-banner-fade {
  0% {
    height: 100%;
    top: 0;
    opacity: 1;
  }

  90% {
    height: 100%;
    top: 0;
    opacity: 0;
  }

  100% {
    height: 100%;
    top: -1000%;
    opacity: 0;
  }
}

@-webkit-keyframes TopBannerPreloading {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes TopBannerPreloading {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes TopBannerPreloading {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.tl_my_acc_cont_content {
  position: relative;
}

.banners_billboard::after,
#js_data_content .pn_card::after
/* .bonuses_content_box::after,
#content_paym::after,
.tl_payment_cont::after,
#my_prof::after,
.ca-regform-styles #registerContent::after,
.ui-mobile-viewport .tl_reg_content .reg_content .register_content::after */
 {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,
      rgba(46, 14, 86, 1),
      rgb(77, 27, 138),
      rgba(46, 14, 86, 1));
  background-size: 200% 200%;
  z-index: 12;
  transition: all 1s ease;
  animation: TopBannerPreloading 2s ease infinite;
}

/* .ui-mobile-viewport #content_paym {
        min-height: 70vh !important;
    } */

@media screen and (max-width: 1000px) {
  .new_bonus_content {
    position: relative;
  }

  .bonuses_content_box::after {
    z-index: 99;
  }

  #content_paym {
    position: relative;
  }

  #content_paym::after {
    z-index: 99;
  }

  /* .ui-mobile-viewport .tl_reg_content .reg_content .register_content {
            position:relative;
        } */
}

.bonuses_content_box::after {
  z-index: 99;
}

.banners_billboard.gotLoaded::after,
#js_data_content .pn_card.gotLoaded::after
/* .bonuses_content_box.gotLoaded::after,
#content_paym.gotLoaded::after,
.tl_payment_cont.gotLoaded::after,
#my_prof.gotLoaded::after,
.ca-regform-styles #registerContent.gotLoaded::after,
.ui-mobile-viewport .tl_reg_content .reg_content .register_content.gotLoaded::after */
 {
  animation: top-banner-fade 1s ease-in-out forwards,
    TopBannerPreloading 2s ease infinite;
}

.tl_payment_head {
  position: relative;
}

.tl_payment_head:hover {
  cursor: pointer;
}

.tl_payment_head .tl_payment_col:hover {
  cursor: pointer;
}

.header__fixed-right .links_container.profile {
  flex-direction: column !important;
  padding: 0 !important;
}

.header__fixed-right .links_container.profile a {
  display: inline-flex !important;
  padding: 5px !important;
  flex: 1;
  width: 100% !important;
}

.header__fixed-right .links_container.profile>div a {
  width: 100% !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.tl_logged_in .tl_ico {
  font-family: iconsdinamicmenu;
  display: inline-block;
  flex-shrink: 0;
  width: var(--icoSize);
  height: var(--icoSize);
  font-size: calc(var(--icoSize) * 2);
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr !important;
  content: "\E0000";
}

.tl_logged_in .tf_mail_icon {
  line-height: 17px;
}

.tl_login_container .tl_btn {
  color: #56eb7c;
}

.tl_login_container .tl_btn.tl_btn-accent,
.tl_login_container .tl_register_button {
  color: #441e73;
}

#accountDialog .tl_payment_block .tl_input_popup.intl_phone_input {
  padding-left: 52px;
}

#accountDialog .tl_payment_block .tl_input_popup.intl_phone_input.error {
  border: 1px solid red !important;
}

#accountDialog .tl_payment_block .payneteasy_btn {
  transition: all 0.3s;
}

#accountDialog .tl_payment_block .payneteasy_btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: brightness(0.5);
}

#contpayneteasy .btn_prim {
  transition: all 0.3s;
}

#contpayneteasy .btn_prim.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: brightness(0.5);
}

#accountDialog .tl_payment_block .intl-error-message {
  color: red;
  position: absolute;
  left: 0;
  bottom: -16px;
  padding: 0 8px;
}

.tl_payment_block .iti__country {
  background: #5c299c;
}

.tl_payment_block .iti__country-name {
  color: #fff;
}

.tl_payment_block .iti__dial-code {
  color: #cfcfcf;
}

.tl_payment_block .iti__country-list {
  border: 1px solid #56eb7c;
  border-radius: 8px;
}

.iti__country.iti__highlight {
  background: #4c2180;
}

.iti__divider {
  background: #4c2180;
  border-bottom: 1px solid #4c2180;
}

.iti__country-list {
  background: #4c2180;
}

.sport_footer_text h1 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0px 0px 15px 0px;
}

.sport_footer_text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0px;
  line-height: 25px;
}

.sport_footer_text h2 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 30px 0px 15px 0px;
}

.sport_footer_text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 30px 0px 15px 0px;
}

.sport_footer_text strong {
  color: #56eb7c;
}

.sport_footer_text li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0px;
  line-height: 25px;
}

.toggle-promo__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #502387;
  margin-top: 15px;
  color: #fff;
  position: relative;
}

.toggle-promo__wrapper.first {
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.toggle-promo__wrapper input[type="checkbox"] {
  display: none;
}

.toggle-promo__wrapper input[type="checkbox"]:checked+.toggle-promo__label {
  background-color: #7132be;
  border: 1px solid #56eb7c;
}

.toggle-promo__wrapper input[type="checkbox"]:checked+.toggle-promo__label::before {
  background-color: #56eb7c;
  transform: translateX(20px);
}

.toggle-promo__container {
  display: flex;
  align-items: center;
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__container {
    padding-top: 10px;
  }
}

.toggle-promo__code {
  height: 32px;
  width: 0;
  overflow: hidden;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #7132be;
  transition: transform 0.35s, opacity 0.35s;
  transform: translateX(-6px);
  opacity: 0;
}

.toggle-promo__code.active {
  display: block;
  transform: translateX(0);
  opacity: 1;
  overflow: visible;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__code {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    height: 0;
  }

  .toggle-promo__code.active {
    display: block;
    transform: translateX(0);
    opacity: 1;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

.toggle-promo__code label {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
}

.toggle-promo__code input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #502387;
  border: 1px solid #7132be;
  border-radius: 50px;
  color: #fff;
  transition: border 0.3s;
  outline: none;
}

.toggle-promo__code input:focus {
  border: 1px solid #56eb7c;
}

.toggle-promo__code input::-moz-placeholder {
  font-size: 14px;
}

.toggle-promo__code input::placeholder {
  font-size: 14px;
}

.toggle-promo__code-input {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__code-input {
    width: 100%;
  }
}

.toggle-promo__code-input-error {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  background-color: #fff;
  color: red;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
  transform: translateY(-10px);
  opacity: 0;
  text-transform: none;
}

.toggle-promo__code-input-error.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.toggle-promo__code-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__code-wrapper {
    flex-direction: column;
    width: 100%;
  }
}

.toggle-promo__code button {
  background-color: #7132be;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
  height: 32px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
}

.toggle-promo__code button:disabled {
  filter: brightness(0.5);
  cursor: not-allowed;
}

@media screen and (max-width: 1000px) {
  .toggle-promo__code button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    opacity: 1;
  }
}

.toggle-promo__code button:hover {
  background-color: #56eb7c;
  color: #7132be;
}

.toggle-promo__code button:disabled {
  background-color: #7132be;
  cursor: not-allowed;
}

.toggle-promo__code button:disabled:hover {
  background-color: #7132be;
}

.toggle-promo__label {
  display: block;
  width: 50px;
  height: 32px;
  position: relative;
  cursor: pointer;
  background-color: #311653;
  border-radius: 50px;
  border: 1px solid #7132be;
  margin-left: 10px;
  transition: 0.3s;
}

.toggle-promo__label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  background-color: #7132be;
  border-radius: 50%;
  transition: all 0.3s;
}

.toggle-promo__applied {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.toggle-promo__applied ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.toggle-promo__applied ul li {
  background-color: #7132be;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 0px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .header__fixed-right {
    display: flex !important;
    gap: 8px !important;
    /* Adjust this value for more or less space */
  }

  .header__fixed-right .registerDialog,
  .header__fixed-right .loginDialog {
    padding: 13px 5px !important;
    margin: 0 auto !important;
  }

  .header__fixed-right .registerDialog {
    font-size: 14px !important;
  }

  .depositDialog {
    width: 100px !important;
    padding: 17px 0px !important;
    margin: 0px !important;
  }

  .tl_dropdown_style {
    padding: 0px !important;
  }

  #loginContent .tl_popup_container #loginForm .tl_popup_content .reg_from_login_cont {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }

  #loginForm .login_btn,
  #js_update_prof_btn,
  #js_attachfile_btn {
    display: flex;
    justify-content: center;
    /* Horizontally centers the text */
    align-items: center;
    /* Vertically centers the text */
  }

  .dynamic_menu .tl_bot_header_cont {
    margin-left: 25px;
  }

  .gamification-button {
    margin-right: 35px !important;
  }

  #header_fix .header__fixed-right .depositDialog,
  #header_fix .header__fixed-right .username_cont {
    display: flex;
    align-items: center;
  }

  #header_fix .header__fixed-right .depositDialog {
    color: black;
    margin-right: 10px !important;
  }

  #header_fix .header__fixed-right>.cw_deposit_button {
    color: #55eb7c;
  }

  #header_fix .header__fixed-right #bonusBalanceCont .bonusesDialog {
    color: #55eb7c;
  }

  #header_fix .header__fixed-right .username_cont div,
  #header_fix .header__fixed-right .username_cont i {
    color: #55eb7c;
  }

  #header_fix .header__fixed-right .inboxDialog {
    color: #55eb7c !important;
  }

  .cw_icon_mail {
    line-height: 26px !important;
    color: #55eb7c !important;
  }

  .tl_deposit_mail {
    position: relative;
  }

  #core_inbox_unread_count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .header__top-promolink {
    height: 36px;
  }

  .header__top-promolink>span {
    text-transform: uppercase !important;
  }

  .header__fixed-right .tl_btn {
    border-radius: 4px !important;
  }
}

@media (min-width: 1650px) {
  .dynamic_menu .tl_bot_header_cont {
    margin-left: 0px;
  }
}



.tl_loader_box,
.tl_loader_box * {
  all: unset;
  box-sizing: border-box;
}

.tl_loader_box {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  pointer-events: all;
}

