@import '/app/shared/assets/css/commonheader.css';
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Rubik:wght@400;500;700;900&display=swap");
.smc_gradient1 {
  background: #ffcf2a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf2a), to(#e42637));
  background: linear-gradient(to bottom, #ffcf2a 0%, #e42637 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffcf2a", endColorstr="#e42637",GradientType=0 );
}

.smc_gradient2 {
  background: #ffa515;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa515), to(#ff7400));
  background: linear-gradient(to bottom, #ffa515 0%, #ff7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa515", endColorstr="#ff7400",GradientType=0 );
}
.smc_gradient2:hover {
  background: #ff7400;
}

/* new login */
#lmModalOverlay {
  color: #000;
}
#lmModalOverlay .modalwrapper {
  background-color: #FFEDC0;
  border: none;
}
#lmModalOverlay .modalwrapper .signup-invitation h3 {
  font-size: 1.5em;
  color: #310948;
}
#lmModalOverlay .modalwrapper .signup-invitation p {
  margin: 0.7em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation h4 {
  font-size: 1em;
  margin: 0.3em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn {
  background: #93C913;
  color: #FFFECE;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn:hover {
  background: #84AF0C;
}
#lmModalOverlay .modalwrapper .signup-invitation .or {
  color: #333;
}
#lmModalOverlay .modalwrapper .signup-invitation .or:before,
#lmModalOverlay .modalwrapper .signup-invitation .or:after {
  border-bottom-color: #FD2F41;
}
#lmModalOverlay .modalwrapper .closelmmodal {
  color: #666;
  background: transparent;
  top: 7px;
  right: 7px;
}
#lmModalOverlay .modalwrapper .row2col {
  color: #310948;
}
#lmModalOverlay .modalwrapper .row2col label {
  white-space: nowrap;
}
#lmModalOverlay .modalwrapper .row2col a {
  color: #FF8C0A;
}
#lmModalOverlay .row {
  margin: 0;
}
#lmModalOverlay #hcaptcha_cont {
  width: 100%;
  margin: 1em auto 0 auto;
}
#lmModalOverlay .btn {
  color: #FFFECE;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa515), to(#ff7400));
  background: linear-gradient(to bottom, #ffa515 0%, #ff7400 100%);
}
#lmModalOverlay .btn:hover {
  background: #F27C08;
}
#lmModalOverlay input {
  border: none;
  color: #666;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
#lmModalOverlay input::-webkit-input-placeholder {
  background: #fff;
}
#lmModalOverlay input::-moz-placeholder {
  background: #fff;
}
#lmModalOverlay input:-ms-input-placeholder {
  background: #fff;
}
#lmModalOverlay input::-ms-input-placeholder {
  background: #fff;
}
#lmModalOverlay input:focus,
#lmModalOverlay input::placeholder {
  background: #fff;
}
#lmModalOverlay .lds-spinner div:after {
  background: #310948;
}
#lmModalOverlay .requestPasswform {
  max-width: 280px;
}
#lmModalOverlay .requestPasswform h3 {
  color: #310948;
  font-size: 1.3em;
  margin-bottom: 0;
}
#lmModalOverlay .requestPasswform .btn {
  color: #FFFECE;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa515), to(#ff7400));
  background: linear-gradient(to bottom, #ffa515 0%, #ff7400 100%);
}
#lmModalOverlay .requestPasswform .btn:hover {
  background: #F27C08;
}
#lmModalOverlay .requestPasswform a {
  color: #FD2F41;
}
#lmModalOverlay .confirmationRequestPassword span {
  color: #FD2F41;
}
#lmModalOverlay .confirmationRequestPassword h3 {
  font-size: 1.3em;
  color: #310948;
  margin-bottom: 9px;
  margin-top: 0;
}
#lmModalOverlay .confirmationRequestPassword p {
  margin: 0 0 1em 0;
}
#lmModalOverlay .logoutconfirm p {
  color: #333;
  font-weight: 400;
}
#lmModalOverlay .logoutconfirm button.btn {
  background: #FE951F;
  border: none;
  color: #fff;
  font-weight: 400;
}
#lmModalOverlay .logoutconfirm button.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#lmModalOverlay .logoutconfirm button.btn.yes {
  background: #93C913;
}
#lmModalOverlay .loginform + .noacc {
  margin-top: 0;
}
#lmModalOverlay .loginform + .noacc a {
  color: #ff8c0a;
  font-weight: 400;
}

/* end new login */
.loginwrapper * {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

.loginwrapper .lmicon-spin.animate-spin {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
          transform: none;
}

.loginwrapper {
  background-color: #FFEDC0;
}
.loginwrapper .loginform .signup-invitation h3 {
  font-size: 1.2em;
}
.loginwrapper .loginform .signup-invitation h4 {
  font-size: 1em;
}
.loginwrapper .loginform .signup-invitation a.btn {
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #93C913;
  color: #FFFECE;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
  padding: 0 1em;
  border-radius: 9px;
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.loginwrapper .loginform .signup-invitation a.btn:hover {
  background-color: #8cc012;
}
.loginwrapper .loginform .signup-invitation .hr-divider:before,
.loginwrapper .loginform .signup-invitation .hr-divider:after {
  border-bottom-color: #FD2F41;
}
.loginwrapper .btn {
  color: #ffedc0;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #ffa515;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa515), to(#ff7400));
  background: linear-gradient(to bottom, #ffa515 0%, #ff7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa515", endColorstr="#ff7400",GradientType=0 );
}
.loginwrapper .btn:hover {
  background: #ff7400;
}
.loginwrapper form fieldset .row1 {
  margin: 0.5em 0;
}
.loginwrapper form fieldset .row1 input[type=text],
.loginwrapper form fieldset .row1 input[type=password] {
  border: none;
  border-radius: 4px;
  background-color: #f4f2f2;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.loginwrapper form fieldset .row1 input[type=text]:focus,
.loginwrapper form fieldset .row1 input[type=password]:focus {
  background-color: #fff;
}
.loginwrapper form fieldset .row2 .forgotpswlink {
  font-size: 12px;
  margin-top: 0.7em;
}
.loginwrapper form fieldset .row2 .col.left label {
  font-size: 13px;
}
.loginwrapper form .error {
  margin: 0.5em 0;
}
.loginwrapper .lmicon-spin {
  color: #4B1168;
  left: 0;
}
.loginwrapper .confirmationRequestPassword .emailaddress {
  color: #4B1168;
}
@media screen and (min-width: 568px) {
  .loginwrapper .loginform .signup-invitation h3 {
    font-size: 1.5em;
  }
  .loginwrapper form fieldset .row2 .forgotpswlink {
    font-size: 1em;
  }
  .loginwrapper form fieldset .row2 .col.left label {
    font-size: 1em;
  }
}

.loginwrapper .requestPasswform h3 .exp1 {
  font-size: 0.7em;
}
.loginwrapper .requestPasswform h3 .exp2 {
  font-size: 0.8em;
}

#lm_logoutconfirmation.loginwrapper button {
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  min-width: 100px;
}
#lm_logoutconfirmation.loginwrapper button.btnyes {
  color: #fffece;
  border-color: #59A60D;
  background-color: #59A60D;
}

#lmModalOverlay .modalwrapper.subscribe {
  background-color: #FFEDC0 !important;
  color: #000;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal {
  color: #000;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .icon-rsm {
  color: #FD2F41 !important;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal h3 {
  color: #FD2F41;
  font-family: "Rubik", sans-serif;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal p {
  font-family: "Rubik", sans-serif;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button {
  font-family: "Rubik", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff562), to(#ff9b00)) !important;
  background: linear-gradient(to bottom, #fff562 0%, #ff9b00 100%) !important;
  color: #000 !important;
  height: 3em;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button--gray {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent !important;
  text-transform: none;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .loader {
  border-bottom-color: #FD2F41;
}

#commonHeader * {
  font-family: "Rubik", sans-serif;
}
#commonHeader .main {
  background-color: #FFF;
}
#commonHeader .main .brand {
  background-color: #ffcf2a;
}
#commonHeader .main .quickbuttons .qb_mybalances a {
  border-color: #333;
  color: #000;
}
#commonHeader .main .quickbuttons .qb_lang .languages .options {
  background-color: #FFF;
}
#commonHeader .main .quickbuttons .qb_deposit a {
  font-family: "Lato", sans-serif;
}
#commonHeader .main .quickbuttons .qb_deposit a span {
  font-family: "Lato", sans-serif;
}
#commonHeader .main .menuicon svg {
  fill: #FF8C0A;
}
#commonHeader .languages .langoptsicon {
  border-top-color: #333;
}
#commonHeader .languages .langoption a {
  color: #333;
}
#commonHeader .languages .langoption a:hover {
  color: #000;
}
#commonHeader.nosession .quickbuttons .button {
  background: #fcaf17;
  color: #8c111b;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
#commonHeader.nosession .sidebar .closepanel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#commonHeader .sidebar {
  color: #FFF;
}
#commonHeader .sidebar .closepanel {
  background-color: #e52937;
}
#commonHeader .sidebar .player {
  color: #8c111b;
  background-color: #ffcf2a;
}
#commonHeader .sidebar .top {
  background-color: #ffedc0;
}
#commonHeader .sidebar .top .playerclass {
  color: #333;
}
#commonHeader .sidebar .top .playerclass span {
  color: #000;
}
#commonHeader .sidebar .top .profile {
  background-color: #8c111b;
  color: #FFF;
}
#commonHeader .sidebar .top .profile svg {
  fill: #FFF;
  opacity: 0.6;
}
#commonHeader .sidebar .balances {
  background-color: #f4f4f4;
  color: #000;
}
#commonHeader .sidebar .balances h3 {
  color: #000;
}
#commonHeader .sidebar .balances .button--cashout {
  background: #fcaf17;
  color: #8c111b;
}
#commonHeader .sidebar .balances.highlight {
  -webkit-animation: CH_highlight 0.5s;
          animation: CH_highlight 0.5s;
}
#commonHeader .sidebar nav {
  background-color: #e52937;
}
#commonHeader .sidebar nav a {
  color: #ffedc0;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#commonHeader .sidebar nav a:hover {
  color: #ffedc0;
}
#commonHeader .sidebar nav a svg {
  fill: #8c111b;
  opacity: 1;
}
#commonHeader .sidebar nav a:nth-last-child(1) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(1):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(2) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(2):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(3) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(3):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(4) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(4):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(5) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(5):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(6) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(6):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(7) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(7):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(8) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(8):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(9) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(9):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar nav a:nth-last-child(10) {
  background-color: transparent;
}
#commonHeader .sidebar nav a:nth-last-child(10):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#commonHeader .sidebar .languages .selected {
  color: #FFF;
}
#commonHeader .sidebar .languages .langoption a {
  color: #FFF;
}
#commonHeader .sidebar .languages .langoptsicon {
  border-top-color: #FFF;
}

.st0 {
  stroke: #8c111b !important;
}

@-webkit-keyframes CH_highlight {
  0% {
    background-color: #ffedc0;
  }
  25% {
    background-color: #FFF;
  }
  50% {
    background-color: #ffedc0;
  }
  75% {
    background-color: #FFF;
  }
  100% {
    background-color: #ffedc0;
  }
}

@keyframes CH_highlight {
  0% {
    background-color: #ffedc0;
  }
  25% {
    background-color: #FFF;
  }
  50% {
    background-color: #ffedc0;
  }
  75% {
    background-color: #FFF;
  }
  100% {
    background-color: #ffedc0;
  }
}
#dashboard {
  background: url(/images/sm_bgk.jpg) no-repeat top center #FFCF2A;
  background-size: 100%;
}

#myaccount .recenttransactions .transactionslist_item,
.communicationslist_item {
  border-right-color: #FD2F41;
}
#myaccount .recenttransactions .transactionslist_item .datebox,
.communicationslist_item .datebox {
  background: -webkit-gradient(linear, left top, left bottom, from(#FD2F41), to(#c40213));
  background: linear-gradient(to bottom, #FD2F41 0%, #c40213 100%);
  color: #FFF;
}
#myaccount .recenttransactions .transactionslist_item .btnreadmssg,
.communicationslist_item .btnreadmssg {
  color: #FD2F41;
}

#myaccount .recenttransactions .transactionslist_item,
#myaccount .box,
.communicationslist_item,
#mydocuments .docs-container .docbox,
#mydocuments .statuscheck,
#notifications .row {
  background-color: #FFF;
}

#notifications .row button {
  border-color: #FD2F41;
  color: #FD2F41;
}

.communicationslist_item:hover {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.communicationslist_item.active {
  background-color: #ffe6b0;
}

#myaccount .recenttransactions .transactions-link a,
#myaccount .preferences .resetpasswordform p.error {
  color: #FD2F41;
}

#d_nav {
  border-color: #100020;
}

@media screen and (min-width: 768px) {
  #d_nav ul li {
    border-bottom-color: #FD2F41;
  }
  #d_nav ul li.active {
    font-weight: 900;
  }
  #d_nav ul li.active:before {
    border-left-color: #FD2F41;
    border-bottom-color: #FD2F41;
  }
  #d_nav ul li.active:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
}
#myaccount .balances .links .link,
#myaccount section.recenttransactions .noresults a,
#myaccount .preferences .resetpasswordlink span,
#myaccount .preferences .sendemail a span,
#loyalty .frontpage .info .more a,
#loyalty .loyaltypage__content ul a {
  color: #FD2F41;
}

body .daily-list .daily-list-item .get-spins a {
  background: #aecf59;
  font-size: 1.3rem;
  border-radius: 5px;
  font-weight: 700;
  padding: 0 1em;
  line-height: 40px;
  height: 40px;
}
body .daily-list .daily-list-item .get-spins .btn-gray {
  background: #ccc;
}
body .daily-list .daily-list-item .list-footer p a {
  color: #FD2F41 !important;
  text-decoration: none;
}
body .daily-list .daily-list-item .list-footer p .getmyspin {
  margin-top: 10px;
}

#dashboard[data-lang=fr] #loyalty .loyaltypage__content .button {
  line-height: 40px;
}

@media screen and (max-width: 400px) {
  #loyalty .loyaltypage__content .button--green {
    white-space: nowrap;
    padding: 0 5px;
  }
}
.not-logged-in #container {
  padding: 0;
  width: 100%;
}
.not-logged-in #login-required {
  max-width: 450px;
  padding: 0 2em;
  text-align: center;
  margin-top: 5em;
  color: #000;
}
.not-logged-in #login-required h1 {
  font-weight: bold;
  font-size: 2.3em;
  margin: 0 0 16px 0;
}
.not-logged-in #login-required p {
  font-size: 16px;
}
.not-logged-in #login-required .button {
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 0 1em 3px 1em;
  font-size: 16px;
  height: 32px;
}

#vip h1 .sideButtons a,
#vip h1 .bonuslist__container a,
#vip h1 .nextLevelCta a,
#vip .vippage__container--info-section .sideButtons a,
#vip .vippage__container--info-section .bonuslist__container a,
#vip .vippage__container--info-section .nextLevelCta a {
  color: #FD2F41;
}
#vip .vippage__container--info-section {
  border-color: #FD2F41;
}
#vip .vippage__container--info-section .sideButtons a {
  background: #FD2F41;
  color: #FFEDC0;
  border-radius: 9px;
  padding: 20px 0;
}
#vip .vippage__container--info-section .userVipInfo .vipLabel {
  color: #000;
}
#vip .vippage__container--bonus-section .bonuses--amount-grey {
  color: #FD2F41;
}
#vip .vippage__container--bonus-section .bonuses__container,
#vip .vippage__container--bonus-section .bonuses .bonuslist__container--item {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #vip .vippage__container--bonus-section .bonuses__container,
  #vip .vippage__container--bonus-section .bonuses .bonuslist__container--item {
    font-size: 1.3em;
  }
}
#vip .vippage__container--bonus-section .nextLevelCta a {
  color: #FFEDC0;
  background-color: #84AF0C;
}
@media (max-width: 567px) {
  #vip .vippage__container--bonus-section .nextLevelCta a {
    font-size: 1.2em;
    padding: 15px 10px;
  }
}
#vip .vippage__container--bonus-section, #vip .vippage__container--info-section .userVipInfo {
  color: #000;
  margin-top: -40px;
}
#vip .vippage__container--bonus-section .bonuses__container--info .info-text, #vip .vippage__container--bonus-section .bonuses__container--info .info-text a, #vip .vippage__container--info-section .userVipInfo .bonuses__container--info .info-text, #vip .vippage__container--info-section .userVipInfo .bonuses__container--info .info-text a {
  color: #000;
}
@media (max-width: 967px) {
  #vip .vippage__container--info-section .sideButtons a {
    width: 45%;
  }
}

#vip .vippage__container--bonus-section .bonuses__container--item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 768px) {
  #vip h1 {
    margin: 10px 0;
  }
  #vip .vippage__container--info-section .sideButtons a {
    padding: 10px;
  }
}
.st0 {
  stroke: #8c111b !important;
}

#dashboard.darktheme .rafpwrapper {
  color: #000;
}
#dashboard.darktheme #raf_steps {
  color: #fff;
}