@import '/app/shared/assets/css/commonheader.css';
#commonHeader .main {
  background-color: #2e0025;
}
#commonHeader .main .brand {
  background-color: #5a0034;
}
#commonHeader .main .quickbuttons .qb_mybalances a {
  border-color: #e2e2e2;
  color: #FFF;
}
#commonHeader.nosession .quickbuttons .button {
  background: #f9eb10;
  color: #2e0025;
}
#commonHeader .sidebar {
  color: #FFF;
}
#commonHeader .sidebar .closepanel {
  background-color: #48002e;
}
#commonHeader .sidebar .player {
  background-color: #5a0034;
}
#commonHeader .sidebar .top {
  background-color: #20001a;
}
#commonHeader .sidebar .top .playerclass {
  color: #FFF;
}
#commonHeader .sidebar .top .playerclass span {
  color: #FFF;
}
#commonHeader .sidebar .top .profile {
  background-color: #820032;
  color: #FFF;
}
#commonHeader .sidebar .top .profile svg {
  fill: #FFF;
  opacity: 0.6;
}
#commonHeader .sidebar .balances {
  background-color: #000000;
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#commonHeader .sidebar .balances h3 {
  color: #FFF;
}
#commonHeader .sidebar .balances .button--cashout {
  background: -webkit-gradient(linear, left top, left bottom, from(#48002e), to(#5a0034));
  background: linear-gradient(to bottom, #48002e 0%, #5a0034 100%);
  color: #FFF;
}
#commonHeader .sidebar .balances.highlight {
  background-color: #FFF;
  color: #000;
}
#commonHeader .sidebar .balances.highlight h3 {
  color: #000;
}
#commonHeader .sidebar nav {
  background-color: #5a0034;
}
#commonHeader .sidebar nav a {
  color: #e2e2e2;
}
#commonHeader .sidebar nav a:hover {
  color: #FFF;
}
#commonHeader .sidebar nav a svg {
  fill: #FFF;
}

@-webkit-keyframes CH_highlight {
  0% {
    background-color: #FFF;
  }
  100% {
    background-color: #000000;
  }
}

@keyframes CH_highlight {
  0% {
    background-color: #FFF;
  }
  100% {
    background-color: #000000;
  }
}
#lmModalOverlay {
  color: #fff;
}
#lmModalOverlay .modalwrapper {
  border: none;
  color: #fff;
  background: #cb293e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNDMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2E4MTIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzVhMDAzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTAwMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, from(#cb293e), color-stop(25%, #a81232), color-stop(75%, #5a0034), to(#2e0025));
  background: linear-gradient(to right, #cb293e 0%, #a81232 25%, #5a0034 75%, #2e0025 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb293e",endColorstr="#2e0025",GradientType=1);
  padding-top: 1em;
}
#lmModalOverlay .modalwrapper h3 {
  font-size: 1.5em;
}
#lmModalOverlay .modalwrapper .signup-invitation h3 {
  font-size: 1.8em;
  color: #f9eb0f;
}
#lmModalOverlay .modalwrapper .signup-invitation p {
  margin: 0.7em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation h4 {
  font-size: 1.3em;
  margin: 0.3em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn {
  border: 1px solid #f9eb0f;
  color: #f9eb0f;
  background: #cb293e;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn:hover {
  color: #f9eb0f;
}
#lmModalOverlay .modalwrapper .closelmmodal {
  color: #f9eb0f;
  background: transparent;
  top: 7px;
  right: 7px;
}
#lmModalOverlay .modalwrapper .row2col label {
  white-space: nowrap;
}
#lmModalOverlay .modalwrapper .row2col a {
  color: #f9eb0f;
}
#lmModalOverlay .row {
  margin: 0;
}
#lmModalOverlay #hcaptcha_cont {
  width: 100%;
  margin: 1em auto 0 auto;
}
#lmModalOverlay .loginerror,
#lmModalOverlay .error {
  color: #ffe0b0;
}
#lmModalOverlay .btn {
  background: #f9eb0f;
  color: #000;
}
#lmModalOverlay .btn:hover {
  color: #cb293e;
}
#lmModalOverlay input {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #f9eb0f;
  color: #fff;
}
#lmModalOverlay input:focus {
  outline: none;
}
#lmModalOverlay input::-webkit-input-placeholder {
  color: #fff;
}
#lmModalOverlay input::-moz-placeholder {
  color: #fff;
}
#lmModalOverlay input:-ms-input-placeholder {
  color: #fff;
}
#lmModalOverlay input::-ms-input-placeholder {
  color: #fff;
}
#lmModalOverlay input::placeholder {
  color: #fff;
}
#lmModalOverlay .lds-spinner div:after {
  background: #f9eb0f;
}
#lmModalOverlay .requestPasswform {
  max-width: 280px;
}
#lmModalOverlay .requestPasswform p {
  margin: 0.3em 0;
}
#lmModalOverlay .requestPasswform h3 {
  margin: 0 !important;
  font-size: 1.3em;
  font-weight: bold;
}
#lmModalOverlay .requestPasswform .btn {
  background-color: #f9eb0f;
  color: #fff;
}
#lmModalOverlay .requestPasswform .btn:hover {
  color: #cb293e;
}
#lmModalOverlay .requestPasswform a {
  color: #f9eb0f;
}
#lmModalOverlay .confirmationRequestPassword h3 {
  color: #f9eb0f;
  margin: 0;
}
#lmModalOverlay .confirmationRequestPassword span {
  color: #cb293e;
}
#lmModalOverlay .confirmationRequestPassword p {
  margin: 1em 0;
}
#lmModalOverlay .logoutconfirm button {
  border: none;
}
#lmModalOverlay .logoutconfirm button.yes {
  background: #EAEAEA;
  border: none;
}
#lmModalOverlay .loginform + .noacc {
  margin-top: 0;
}
#lmModalOverlay .loginform + .noacc a {
  color: #f9eb0f;
  font-weight: 400;
}

#lmModalOverlay .modalwrapper.subscribe {
  border: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#cb293e), color-stop(25%, #a81232), color-stop(75%, #5a0034), to(#2e0025)) !important;
  background: linear-gradient(to right, #cb293e 0%, #a81232 25%, #5a0034 75%, #2e0025 100%) !important;
}
#lmModalOverlay .modalwrapper.subscribe .closelmmodal {
  color: #FFF;
  opacity: 0.8;
}
#lmModalOverlay .modalwrapper.subscribe .closelmmodal:hover {
  opacity: 1;
  color: #FFF;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal {
  color: #FFF;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .icon-rsm {
  color: #f9eb0f !important;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal h3 {
  color: #f9eb0f;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button {
  background: #f9eb0f !important;
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 4px;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button--gray {
  background: #e9e0d3 !important;
  color: #000 !important;
}

#dashboard.darktheme {
  background-color: #000;
}
#dashboard.darktheme #myaccount .recenttransactions .transactionslist_item,
#dashboard.darktheme .communicationslist_item {
  border-right-color: #F9EB0F;
}
#dashboard.darktheme #myaccount .recenttransactions .transactionslist_item .datebox,
#dashboard.darktheme .communicationslist_item .datebox {
  background-color: #F9EB0F;
  color: #000;
}
#dashboard.darktheme #myaccount .recenttransactions .transactionslist_item .description .type,
#dashboard.darktheme .communicationslist_item .description .type {
  color: #848484;
}
#dashboard.darktheme #myaccount .recenttransactions .transactionslist_item .btnreadmssg,
#dashboard.darktheme .communicationslist_item .btnreadmssg {
  color: #F9EB0F;
}
#dashboard.darktheme #myaccount .recenttransactions .transactionslist_item,
#dashboard.darktheme #myaccount .box,
#dashboard.darktheme .communicationslist_item,
#dashboard.darktheme #mydocuments .docs-container .docbox,
#dashboard.darktheme #mydocuments .statuscheck,
#dashboard.darktheme #notifications .row {
  background-color: rgba(255, 255, 255, 0.1);
}
#dashboard.darktheme .communicationslist_item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
#dashboard.darktheme .communicationslist_item.active {
  background-color: rgba(255, 255, 255, 0.2);
}
#dashboard.darktheme #notifications .row button {
  border-color: #F9EB0F;
  color: #F9EB0F;
}
#dashboard.darktheme #myaccount .recenttransactions .transactions-link a,
#dashboard.darktheme #myaccount .preferences .resetpasswordform p.error {
  color: #F9EB0F;
}
@media screen and (min-width: 768px) {
  #dashboard.darktheme #d_nav ul li {
    border-bottom-color: #F9EB0F;
  }
  #dashboard.darktheme #d_nav ul li.active {
    color: #F9EB0F;
  }
  #dashboard.darktheme #d_nav ul li.active:before {
    border-left-color: #F9EB0F;
    border-bottom-color: #F9EB0F;
  }
  #dashboard.darktheme #d_nav ul li.active:after {
    border-left-color: #000;
    border-bottom-color: #000;
  }
}
#dashboard.darktheme .rafpwrapper {
  color: #000;
}
#dashboard.darktheme #raf_steps {
  color: #fff;
}

#dashboard.darktheme.not-logged-in {
  background: url(/images/new_pgbgk-p.jpg) #141414 repeat-x top center;
}
#dashboard.darktheme.not-logged-in #container {
  padding: 0;
  width: 100%;
}
#dashboard.darktheme.not-logged-in #login-required {
  max-width: 450px;
  padding: 0 2em;
  text-align: center;
  margin-top: 5em;
}
#dashboard.darktheme.not-logged-in #login-required h1 {
  font-weight: bold;
  font-size: 2.3em;
  margin: 0 0 16px 0;
}
#dashboard.darktheme.not-logged-in #login-required p {
  font-size: 16px;
}
#dashboard.darktheme.not-logged-in #login-required .button {
  background: #f9eb10;
  color: #000;
  padding: 0 1em 3px 1em;
  font-size: 16px;
  height: 32px;
}

#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: #F9EB0F;
}

#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: #F9EB0F;
}
#vip .vippage__container--info-section {
  border-color: #d1d1d1;
}
#vip .vippage__container--info-section .sideButtons a {
  border: 1px solid #F9EB0F;
  border-radius: 9px;
  padding: 20px 0;
}
#vip .vippage__container--info-section .userVipInfo .vipLabel {
  color: #ccc;
}
#vip .vippage__container--bonus-section .bonuses--amount-grey {
  color: #ccc;
}
#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: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f43f21), to(#d51a32));
  background: linear-gradient(to bottom, #f43f21 0%, #d51a32 100%);
}
@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: #fff;
  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;
}
#vip .vippage__container--bonus-section .bonuses .bonuslist__container a, #vip .vippage__container--info-section .userVipInfo .bonuses .bonuslist__container a {
  color: #F43F21;
}
@media (max-width: 967px) {
  #vip .vippage__container--info-section .sideButtons a {
    width: 45%;
  }
}

#vip .vippage__container--info-section .sideButtons a {
  background-color: rgba(0, 0, 0, 0.6);
}

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