/*-=- Contents of mobilepoker/styles/core/layout.css -=-*/

#termsandconditions section {
  padding: 0 1.5em;
}
#screenname,
#kycVerification,
#login {
  margin: 0 auto;
  overflow: auto;
}
#kyc,
#termsandconditions {
  margin: 0 auto;
}
#deposit-limit-confirmation {
  max-width: 48em;
  margin: 0 auto;
}
#kyc {
  max-width: 24em;
  margin: 0 auto;
}
#kyc .page-block {
  margin-bottom: 1em;
}
#kyc .richtext {
  margin: 0;
}
#kyc .richtext h2 {
  margin-top: 0;
}
#kyc .details {
  font-size: 0.6275em;
  margin: 1.6em 0;
}
#kyc .thumb {
  position: relative;
  margin-bottom: 0.5em;
}
#kyc .thumb img {
  width: 100%;
  display: block;
}
#kyc .thumb a {
  font-size: 0.9375em;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.9em 0.5em;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
#kyc .thumb a i.theme-right {
  position: absolute;
  right: 0.5em;
}
#kyc .input-container {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
#kyc .input-transparent {
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#kyc .vertical-list > li > a {
  padding: 0.9em 0.5em;
  border-top: 1px solid #d5d5d5;
}
#kyc .vertical-list > li > a i.theme-right {
  right: 0.5em;
}
.file-upload-input {
  width: 100%;
  height: 3em;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-upload-button {
  position: absolute;
}
.form-element.nrndate {
  width: 50%;
}
.form-element.nrnserialnumber {
  width: 30%;
}
.form-element.nrnchecksum {
  width: 20%;
}

/*-=- Contents of mobilepoker/styles/core/responsive.css -=-*/

@media only screen and (min-width: 600px) {
  #contact {
    max-width: 600px;
    margin: 0 auto;
  }
  .has-faq {
    overflow: hidden;
  }
  .has-faq .fieldsets {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
  }
  .has-faq .layout-column {
    width: 50%;
    float: left;
    padding: 11px;
  }
}

/*-=- Contents of mobilepoker/styles/core/typography.css -=-*/

.deposit-limit p,
.deposit-limit-text p,
.details-text p,
p.personal-data {
  font-size: 1em;
  margin: 0.66666667em 0;
}
p.error,
#FiscalFormDisabledInfo > * {
  font-size: 0.875em;
  margin: 0.83333333em 0;
}
.emphasize {
  font-weight: bold;
  text-decoration: underline;
}

/*-=- Contents of mobilepoker/styles/core/container-framework.css -=-*/

#main-content.fixed-width {
  width: 100% !important;
  max-width: none!important;
  margin-bottom: 40px;
}
body .col,
#main-content {
  max-width: 1280px !important;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  body .col,
  #main-content {
    width: 100%;
    max-width: 100% !important;
  }
}
.page-matrix {
  overflow: hidden;
  display: block;
}
.page-matrix .pm-simple-layout,
#promotion-tournament-main,
#promotions-home,
.homepage-container {
  display: block;
}
.page-matrix .pm-simple-layout .col-lg-2:first-child,
.page-matrix .pm-simple-layout .col-lg-2:first-child + .col-lg-10 {
  margin-top: 40px;
}
.pm-simple-layout > .pc-component + .col-lg-2 {
  margin-top: 0!important;
}
.contentWrap + .pm-simple-layout {
  padding-top: 40px!important;
}
.contentWrap {
  overflow: hidden;
}
footer .page-matrix {
  margin-top: 0;
}
#main-content iframe.schedule {
  width: 100%;
  min-height: 650px;
}
#main-content iframe.filter-schedule {
  height: 1250px;
}
@media screen and (max-width: 960px) {
  #main-content iframe.filter-schedule {
    height: 3350px;
  }
}
#main-content h1:first-of-type {
  margin-top: 0;
}
pk-navigation-bar .dropdown:hover .dropdown-menu {
  display: block;
}
pk-navigation-bar .dropdown-menu {
  left: 13px !important;
  min-width: 14rem !important;
  color: #000000 !important;
  border-radius: .40rem !important;
  background-color: #F3F3F3 !important;
  padding: .6rem 1rem !important;
  margin-top: 45px !important;
}
pk-navigation-bar .dropdown-menu a.dropdown-item {
  color: #000000 !important;
  padding: 0 !important;
  padding-top: 12px !important;
}
pk-navigation-bar #productMenu li.nav-item .dropdown-menu a {
  color: #000000 !important;
  padding: 8px !important;
  display: block !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #e2e2e2;
  height: auto;
  font-size: 14px;
}
pk-navigation-bar #productMenu li.nav-item .dropdown-menu a:before {
  border-width: 4px !important;
}
pk-navigation-bar .dropdown-menu a:last-child {
  border-bottom: none !important;
}
pk-navigation-bar .dropdown-item:focus:before,
.dropdown-item:hover:before,
pk-navigation-bar .dropdown-item.active:before,
.dropdown-item:active:before {
  margin-left: -26px;
  padding: 8px;
  padding-right: 15px;
  border-left: 3px solid #e8490c;
}
pk-navigation-bar #productMenu li.nav-item .dropdown-menu a:hover {
  color: #e8490c !important;
  position: relative;
}
pk-navigation-bar .dropdown-item:focus,
pk-navigation-bar .dropdown-item:hover {
  background-color: transparent;
}
pk-navigation-bar .dropdown-item:focus:before,
pk-navigation-bar .dropdown-item:hover:before,
pk-navigation-bar .dropdown-item.active:before,
pk-navigation-bar .dropdown-item:active:before {
  margin-left: -14px !important;
}
img {
  max-width: 100%;
}
table.table-bordered tbody tr td {
  border: 2px solid #eee;
}
body {
  overflow-x: hidden;
}
.dark-bg {
  position: relative;
  width: 1280px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .dark-bg {
    width: 100%;
  }
}
.dark-bg:before {
  content: "";
  display: block;
  width: 150vw;
  position: absolute;
  height: 100%;
  background: #000;
  left: -50vw;
}
.dark-bg img {
  position: relative;
  margin: 0 auto;
}
pk-navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 56px;
  z-index: 5;
  width: 100%;
  border-top: 1px solid #0b58c6;
  background: #0F0F10;
  left: 0;
  box-sizing: border-box;
  height: 50px;
}
pk-navigation-bar .navbar {
  font-weight: 500;
  padding: 0;
  min-height: 0 !important;
  background: #0F0F10 !important;
}
pk-navigation-bar #productMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
pk-navigation-bar #productMenu li {
  display: table-cell;
  padding: 0;
}
pk-navigation-bar #productMenu li .nav-link {
  color: #fff;
  padding: 17px 15px 15px 16px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  position: relative;
}
pk-navigation-bar #productMenu li .nav-link:hover {
  color: #eee;
}
pk-navigation-bar #productMenu li .nav-link.dropdown-toggle:before {
  display: none !important;
}
pk-navigation-bar #productMenu li .nav-link.active:before,
pk-navigation-bar #productMenu li .nav-link:hover:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fefefe;
  bottom: 0px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
pk-navigation-bar.slide {
  left: 0;
  right: 0;
  height: 50px;
  overflow-y: hidden;
}
pk-navigation-bar.slide .navbar {
  height: 73px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
  float: left;
  -webkit-overflow-scrolling: touch;
}
pk-navigation-bar.slide .navbar #productMenu {
  padding-right: 0;
  overflow-y: hidden;
  overflow-x: auto;
  height: 77px;
  margin: 0 auto;
  display: block;
}
pk-navigation-bar.slide .navbar #productMenu li {
  white-space: nowrap;
  text-align: center;
  height: 70px;
  display: inline-block;
}
pk-navigation-bar.slide .navbar #productMenu li a {
  font-size: 14px;
  padding: 18px 15px 15px 16px;
}
/*-----SLIDE NAV SHIZZ ------*/
pk-navigation-bar.slide #productMenu .dropdown:hover .nav-link:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
pk-navigation-bar.slide #productMenu .dropdown-toggle {
  display: none !important;
}
pk-navigation-bar.slide #productMenu .dropdown .dropdown-menu {
  position: relative !important;
  display: inline-block !important;
  background: none !important;
  z-index: initial;
  left: 0 !important;
  min-width: 0 !important;
  float: none;
  padding: 0 !important;
  top: 0;
  box-shadow: none;
  margin-top: 0 !important;
}
pk-navigation-bar.slide #productMenu .dropdown .dropdown-menu a.dropdown-item {
  color: #fff !important;
  padding: 17px 15px 15px 16px !important;
  width: auto !important;
  height: auto;
  display: inline-block !important;
  border: none !important;
  font-weight: normal !important;
}
pk-navigation-bar.slide #productMenu .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #eee !important;
}
pk-navigation-bar.slide #productMenu .dropdown .dropdown-menu a.dropdown-item:hover:before {
  content: "";
  display: none;
}
pk-navigation-bar.slide #productMenu .dropdown .dropdown-menu a.dropdown-item:hover:before {
  display: none;
}
/*----------END ----------*/
/*--------SlideOut Nav-------*/
pk-navigation-bar.slideOut {
  width: auto;
  bottom: 0;
  min-width: 250px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  left: -100%;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.6);
}
pk-navigation-bar.slideOut.open {
  left: 0;
}
pk-navigation-bar.slideOut.open:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4;
}
pk-navigation-bar.slideOut .navbar {
  padding: 10px 0 0 0;
}
pk-navigation-bar.slideOut #productMenu {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 5;
}
pk-navigation-bar.slideOut #productMenu li {
  display: block;
  padding: 0 !important;
  width: 100%;
}
pk-navigation-bar.slideOut #productMenu li .nav-link {
  padding: 5px 20px !important;
  display: block;
  width: 100%;
  position: relative;
}
pk-navigation-bar.slideOut #productMenu li .nav-link:after {
  position: absolute;
  right: 20px;
  margin-top: 10px !important;
}
pk-navigation-bar.slideOut #productMenu li:hover > .dropdown-menu {
  display: block;
}
pk-navigation-bar.slideOut #productMenu li .dropdown-menu {
  display: none;
  position: relative;
  background: #222 !important;
  padding: 0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  left: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0 !important;
}
pk-navigation-bar.slideOut #productMenu li .dropdown-menu a {
  color: #aaa !important;
  border: none;
  padding: 10px 30px !important;
  line-height: 1;
  height: auto;
}
pk-navigation-bar.slideOut #productMenu li .dropdown-menu a:hover {
  color: #fff !important;
}
pk-navigation-bar.slideOut #productMenu li .dropdown-menu a:before {
  display: none;
}
/*---------END ---------*/
.contentWrap.grey {
  background: #eee;
}
.contentWrap.dark,
.contentWrap.black {
  background: #0f0f10;
  color: #fff;
}
.contentWrap.dark h1,
.contentWrap.black h1,
.contentWrap.dark h2,
.contentWrap.black h2,
.contentWrap.dark h3,
.contentWrap.black h3,
.contentWrap.dark h4,
.contentWrap.black h4,
.contentWrap.dark h5,
.contentWrap.black h5,
.contentWrap.dark h6,
.contentWrap.black h6,
.contentWrap.dark p,
.contentWrap.black p,
.contentWrap.dark li,
.contentWrap.black li,
.contentWrap.dark pt-blog .blog a,
.contentWrap.black pt-blog .blog a {
  color: #fff;
}
.contentWrap.black {
  background: #000;
}
.contentWrap.black .homepage-promo-content {
  color: #000;
}
.contentWrap.black .homepage-promo-content h1,
.contentWrap.black .homepage-promo-content h2,
.contentWrap.black .homepage-promo-content h3,
.contentWrap.black .homepage-promo-content h4,
.contentWrap.black .homepage-promo-content h5,
.contentWrap.black .homepage-promo-content h6,
.contentWrap.black .homepage-promo-content p,
.contentWrap.black .homepage-promo-content li {
  color: #000;
}
/*----Updated Nav Styles-----*/
.pc-menu {
  min-height: 0 !important;
}
.pc-menu .pc-menu-items .pc-menu-item .pc-menu-link {
  line-height: 1.4;
}
.pc-menu-submenu.pc-menu-level-1.collapsed,
.pc-menu-submenu.pc-menu-level-2.collapsed,
.pc-menu-submenu.pc-menu-level-3.collapsed {
  height: 0;
  overflow: hidden;
}
.pc-menu .pc-menu-item-indicator {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pc-menu .pc-menu-item-indicator:hover {
  color: #e8490d;
  cursor: pointer;
}
.pc-menu-submenu.pc-menu-level-1 a.menu-item-link.pc-menu-link {
  padding: 0.65rem 2.5rem;
}
.pc-menu-submenu.pc-menu-level-1 a.menu-item-link.pc-menu-link:before {
  content: "\2022";
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-left: -10px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pc-menu-submenu.pc-menu-level-1 a.menu-item-link.pc-menu-link:hover:before {
  color: #e8490d;
}
.pc-menu-submenu.pc-menu-level-2 a.menu-item-link.pc-menu-link {
  padding-left: 3.5rem !important;
}
.pc-menu-submenu.pc-menu-level-3 a.menu-item-link.pc-menu-link {
  padding-left: 4.5remmportant !;
}
.pc-menu-submenu.pc-menu-level-1 a.menu-item-link.pc-menu-link span {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  vn-pc-menu.pc-menu h3.pc-h:after,
  div.left-nav.pc-menu h3.pc-h:after {
    content: "\2630";
    float: right;
    font-size: 18px;
    position: relative;
    top: -2px;
  }
  vn-pc-menu.pc-menu .pc-menu-items,
  div.left-nav.pc-menu .pc-menu-items {
    height: 0;
    overflow: hidden;
  }
  vn-pc-menu.pc-menu .pc-menu-items.collapsed,
  div.left-nav.pc-menu .pc-menu-items.collapsed {
    height: auto;
    margin-bottom: 0;
  }
}
#glossary-index ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#glossary-index ul li {
  list-style: none;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*-=- Contents of mobilepoker/styles/pages/promotions.css -=-*/

.promotion-container {
  padding-top: 36px;
  position: relative;
}
.promotion-container.has-tabs {
  padding-top: 75px;
}
.promotion-container .promotion-header {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 100;
}
html:not(.login-bar-shown) .promotion-header {
  top: 44px;
}
html[data-domain=".bwin.fr"]:not(.native) .promotion-container .promotion-header {
  top: 144px;
}
html[data-domain=".bwin.fr"]:not(.native):not(.login-bar-shown) .promotion-header {
  top: 104px;
}
#promotion-tabs {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#promotion-tabs::-webkit-scrollbar {
  display: none;
}
#promotion-tabs ul {
  margin: 0;
  background-color: #000000;
  display: block;
  width: 100%;
  padding: 0;
  white-space: nowrap;
}
#promotion-tabs ul.load-hide li {
  color: #000000;
}
#promotion-tabs ul.load-hide li.active {
  color: #000000;
  border-bottom: 4px solid #000000;
}
#promotion-tabs ul li {
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: #000000;
  display: inline-block;
  text-transform: uppercase;
  color: #acacac;
  border-bottom: 4px solid #000000;
}
#promotion-tabs ul li.active {
  color: #ffffff;
  border-bottom: 4px solid #ffcc00;
}
#promotion-tabs ul li a {
  display: inline-block;
  padding: 0.5em 1.25em;
}
#iframe-promotions {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#my-promotions-iframe {
  border-style: none;
  width: 100%;
  height: calc(101%);
  min-height: calc(101%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-bottom: -4px;
}
.invalid-promotion {
  padding: 0.625em 0.6875em 0.625em 1.875em;
  position: relative;
}
.invalid-promotion:before {
  font-size: 0.875em;
  position: absolute;
  left: 0.78571429em;
  top: 0.92857143em;
}
.cards {
  color: #7a7a7a;
  background-color: #d5d5d5;
  padding: .4375em;
}
.cards .card {
  background-color: #ffffff;
  border-radius: .25em;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: .6875em;
  margin-top: 0.25em;
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.cards .card + .card {
  margin-top: .6875em;
}
.cards .card .promotion {
  color: #000000;
  margin-bottom: .5em;
}
.cards .card .promotion-headline {
  margin: .9em 0 .3em;
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.cards .card .promotion-link {
  font-size: 1.125em;
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #267abf;
  display: block;
  padding-top: .3em;
  padding-bottom: .3em;
}
.cards .card .promotion-link .theme-right {
  font-size: .8em;
}
.cards.login-prompt {
  color: #000000;
}
.cards.login-prompt .card {
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.5625em;
}
.cards.login-prompt .btn {
  margin: 1.875em auto 0.9375em;
}
/*.extraTopMargin {
    margin-top: 2.7em;
}*/
.promotion-body {
  font-size: .875em;
  padding-bottom: .3em;
}
.promotion-body p {
  margin: 1em 0 0;
}
.promotion-body ul,
.promotion-body ol {
  margin: .5em 0;
}
.promotion-body ul > li,
.promotion-body ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
vn-picture.top-img img,
vn-picture-with-profiles.top-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.promotion-border-bottom {
  border-bottom: 1px solid #d5d5d5;
}
.promotion-detail {
  color: #000000;
  padding: .6875em;
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.promotion-main-headline:first-child {
  margin-top: 0;
}
.promotion-main-headline {
  margin: .44em 0;
  text-transform: uppercase;
  font-size: 1.5625em;
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
}
.promotion-headline:first-child {
  margin-top: .3em;
}
.promotion-headline.detail {
  text-transform: none;
}
.promotion-tac-header {
  color: #000000;
  background-color: #d5d5d5;
  font-size: .875em;
  text-align: right;
  padding: .5em .7857em;
  margin-top: 0.28571429em;
}
.promotion-tac-header .theme-up,
.promotion-tac-header .theme-down {
  padding-left: .4em;
}
.promotion-tac-body {
  color: #000000;
  background-color: #e5e5e5;
  font-size: .875em;
  padding: .7857em;
}
.promotion-tac-body ul,
.promotion-tac-body ol {
  margin: .5em 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}
.promotion-tac-body ul > li,
.promotion-tac-body ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.has-iframe main,
.has-iframe #main-content,
.has-iframe ng-view,
.has-iframe .promotion-container,
.has-iframe .iframe-detail {
  height: 100%;
}
.has-iframe footer {
  display: none;
}

/*-=- Contents of mobilepoker/styles/pages/hand-history.css -=-*/

body {
  overflow-y: auto;
}
body.noscroll {
  position: fixed;
  width: 100%;
}
body.filter-noscroll {
  position: fixed;
  width: 100%;
}
body .bottom-nav {
  padding: 0px;
}
body pk-hand-history .portal-wrapper-fw .portal-center-wrapper {
  max-width: 100%;
  padding: 0px;
}
body pk-hand-history .header-ctrl-wrapper {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../font/icomoon.WeAip~.eot');
  src: url('../../font/icomoon.WeAip~.eot#iefix') format('embedded-opentype'), url('../../font/icomoon.VPdkgV.ttf') format('truetype'), url('../../font/icomoon.Md3~GP.woff') format('woff'), url('../../font/icomoon.RJLCRB.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  body.filter-noscroll {
    position: static;
  }
}
@media screen and (min-width: 599px) {
  body pk-hand-history .portal-center-wrapper > div > h2 {
    display: none !important;
  }
}
.hh-mainbody.mobile-nativeapp .hh-page {
  display: none;
}
.hand-history-mainbody {
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -o-user-select: none !important;
  position: relative;
  /* GLOBAL MOBILE STYLES
================================================== */
  /* TEXT VIEW STYLES
================================================== */
  /* TEXT VIEW STYLES ENDS
================================================== */
  /* GLOBAL MOBILE STYLES ENDS
================================================== */
  /* TABLET STYLES
================================================== */
  /* TABLET STYLES ENDS
================================================== */
  /* DESKTOP STYLES
================================================== */
}
.hand-history-mainbody * {
  font-family: Roboto;
}
.hand-history-mainbody [class^="theme-"],
.hand-history-mainbody [class*=" theme-"] {
  font-family: 'themeicons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hand-history-mainbody [class^="icon-"],
.hand-history-mainbody [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hand-history-mainbody .nowrap {
  white-space: nowrap;
}
.hand-history-mainbody .icon-filter-variant:before {
  content: "\e902";
}
.hand-history-mainbody .icon-play:before {
  content: "\e903";
}
.hand-history-mainbody .icon-text-view:before {
  content: "\e904";
}
.hand-history-mainbody .icon-thumb-down:before {
  content: "\e905";
}
.hand-history-mainbody .icon-thumb-up:before {
  content: "\e906";
}
.hand-history-mainbody .icon-arrow-left:before {
  content: "\e900";
}
.hand-history-mainbody .theme-priority-phone-number-icon:before {
  content: "\e92e";
}
.hand-history-mainbody .theme-arrow-left:before {
  content: "\e953";
}
.hand-history-mainbody .theme-ex:before {
  content: "\e0eb";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.hand-history-mainbody .lbold-font {
  font-size: 12px;
  font-weight: bold;
  color: #8b8e9a;
}
.hand-history-mainbody .small-bold-font {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.hand-history-mainbody .normal-font {
  font-size: 16px;
  color: #000000;
}
.hand-history-mainbody .hh-mainbody {
  padding-bottom: 70px;
}
.hand-history-mainbody .no-hands {
  margin: 16px;
}
.hand-history-mainbody .hand-history-card {
  width: 36px;
  height: 48px;
  border-radius: 5.2px;
  background-color: transparent;
  display: inline-block;
  margin-right: 4px;
  background-image: url('../../images/mobile_deck_@2x.Sv1J6z.png');
  border: solid 1px #e8490d;
}
.hand-history-mainbody .hand-history-card:last-child {
  margin: 0;
}
.hand-history-mainbody .hand-history-card[card-value="2C"] {
  background-position: -40px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="3C"] {
  background-position: -78px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="4C"] {
  background-position: -116px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="5C"] {
  background-position: -154px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="6C"] {
  background-position: -192px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="7C"] {
  background-position: -230px 0px;
}
.hand-history-mainbody .hand-history-card[card-value="8C"] {
  background-position: -2px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="9C"] {
  background-position: -40px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="TC"] {
  background-position: -2px 0;
}
.hand-history-mainbody .hand-history-card[card-value="AC"] {
  background-position: -78px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="JC"] {
  background-position: -116px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="KC"] {
  background-position: -154px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="QC"] {
  background-position: -192px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="2D"] {
  background-position: -2px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="3D"] {
  background-position: -40px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="4D"] {
  background-position: -78px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="5D"] {
  background-position: -116px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="6D"] {
  background-position: -154px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="7D"] {
  background-position: -192px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="8D"] {
  background-position: -230px -100px;
}
.hand-history-mainbody .hand-history-card[card-value="9D"] {
  background-position: -2px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="TD"] {
  background-position: -230px -50px;
}
.hand-history-mainbody .hand-history-card[card-value="AD"] {
  background-position: -40px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="JD"] {
  background-position: -78px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="KD"] {
  background-position: -116px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="QD"] {
  background-position: -155px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="2H"] {
  background-position: -230px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="3H"] {
  background-position: -2px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="4H"] {
  background-position: -40px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="5H"] {
  background-position: -78px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="6H"] {
  background-position: -116px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="7H"] {
  background-position: -154px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="8H"] {
  background-position: -192px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="9H"] {
  background-position: -230px -200px;
}
.hand-history-mainbody .hand-history-card[card-value="TH"] {
  background-position: -192px -150px;
}
.hand-history-mainbody .hand-history-card[card-value="AH"] {
  background-position: -2px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="JH"] {
  background-position: -40px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="KH"] {
  background-position: -78px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="QH"] {
  background-position: -116px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="2S"] {
  background-position: -191px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="3S"] {
  background-position: -230px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="4S"] {
  background-position: -2px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="5S"] {
  background-position: -40px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="6S"] {
  background-position: -78px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="7S"] {
  background-position: -116px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="8S"] {
  background-position: -154px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="9S"] {
  background-position: -192px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="TS"] {
  background-position: -154px -250px;
}
.hand-history-mainbody .hand-history-card[card-value="AS"] {
  background-position: -230px -300px;
}
.hand-history-mainbody .hand-history-card[card-value="JS"] {
  background-position: -2px -350px;
}
.hand-history-mainbody .hand-history-card[card-value="KS"] {
  background-position: -40px -350px;
}
.hand-history-mainbody .hand-history-card[card-value="QS"] {
  background-position: -78px -350px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"] {
  width: 24px;
  height: 32px;
  background-image: url('../../images/mobile_deck24_@2x.oT9DOP.png');
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="2C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="2C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="2C"] {
  background-position: -28px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="3C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="3C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="3C"] {
  background-position: -55px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="4C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="4C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="4C"] {
  background-position: -81px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="5C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="5C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="5C"] {
  background-position: -107px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="6C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="6C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="6C"] {
  background-position: -133px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="7C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="7C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="7C"] {
  background-position: -159px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="8C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="8C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="8C"] {
  background-position: -3px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="9C"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="9C"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="9C"] {
  background-position: -29px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="TC"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="TC"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="TC"] {
  background-position: -3px 0px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="AC"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="AC"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="AC"] {
  background-position: -55px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="JC"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="JC"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="JC"] {
  background-position: -81px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="KC"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="KC"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="KC"] {
  background-position: -107px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="QC"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="QC"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="QC"] {
  background-position: -133px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="2D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="2D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="2D"] {
  background-position: -3px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="3D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="3D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="3D"] {
  background-position: -29px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="4D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="4D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="4D"] {
  background-position: -55px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="5D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="5D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="5D"] {
  background-position: -81px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="6D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="6D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="6D"] {
  background-position: -107px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="7D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="7D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="7D"] {
  background-position: -133px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="8D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="8D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="8D"] {
  background-position: -159px -68px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="9D"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="9D"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="9D"] {
  background-position: -3px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="TD"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="TD"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="TD"] {
  background-position: -159px -34px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="AD"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="AD"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="AD"] {
  background-position: -29px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="JD"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="JD"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="JD"] {
  background-position: -55px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="KD"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="KD"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="KD"] {
  background-position: -81px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="QD"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="QD"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="QD"] {
  background-position: -107px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="2H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="2H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="2H"] {
  background-position: -159px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="3H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="3H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="3H"] {
  background-position: -3px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="4H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="4H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="4H"] {
  background-position: -29px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="5H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="5H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="5H"] {
  background-position: -55px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="6H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="6H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="6H"] {
  background-position: -81px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="7H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="7H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="7H"] {
  background-position: -107px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="8H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="8H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="8H"] {
  background-position: -133px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="9H"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="9H"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="9H"] {
  background-position: -159px -136px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="TH"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="TH"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="TH"] {
  background-position: -133px -102px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="AH"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="AH"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="AH"] {
  background-position: -3px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="JH"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="JH"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="JH"] {
  background-position: -29px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="KH"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="KH"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="KH"] {
  background-position: -55px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="QH"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="QH"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="QH"] {
  background-position: -81px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="2S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="2S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="2S"] {
  background-position: -131px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="3S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="3S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="3S"] {
  background-position: -159px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="4S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="4S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="4S"] {
  background-position: -3px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="5S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="5S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="5S"] {
  background-position: -29px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="6S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="6S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="6S"] {
  background-position: -55px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="7S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="7S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="7S"] {
  background-position: -81px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="8S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="8S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="8S"] {
  background-position: -107px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="9S"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="9S"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="9S"] {
  background-position: -133px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="TS"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="TS"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="TS"] {
  background-position: -107px -170px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="AS"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="AS"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="AS"] {
  background-position: -159px -204px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="JS"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="JS"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="JS"] {
  background-position: -3px -238px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="KS"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="KS"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="KS"] {
  background-position: -29px -238px;
}
.hand-history-mainbody .hand-history-card[game-type^="OmahaHigh"][card-value="QS"],
.hand-history-mainbody .hand-history-card[game-type^="SevenCardStud"][card-value="QS"],
.hand-history-mainbody .hand-history-card[pocket-cards="replayer"][card-value="QS"] {
  background-position: -55px -238px;
}
.hand-history-mainbody .cards-hub {
  overflow: hidden;
}
.hand-history-mainbody .user-cards {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.hand-history-mainbody .user-cards li {
  width: 36px;
  height: 48px;
  border-radius: 5.2px;
  background-color: transparent;
  display: inline-block;
  margin-right: 4px;
  background-image: url('../../images/mobile_deck_@2x.Sv1J6z.png');
  border: solid 1px #e8490d;
}
.hand-history-mainbody .user-cards li:last-child {
  margin: 0;
}
.hand-history-mainbody .user-cards li[card-value="2C"] {
  background-position: -40px 0px;
}
.hand-history-mainbody .user-cards li[card-value="3C"] {
  background-position: -78px 0px;
}
.hand-history-mainbody .user-cards li[card-value="4C"] {
  background-position: -116px 0px;
}
.hand-history-mainbody .user-cards li[card-value="5C"] {
  background-position: -154px 0px;
}
.hand-history-mainbody .user-cards li[card-value="6C"] {
  background-position: -192px 0px;
}
.hand-history-mainbody .user-cards li[card-value="7C"] {
  background-position: -230px 0px;
}
.hand-history-mainbody .user-cards li[card-value="8C"] {
  background-position: -2px -50px;
}
.hand-history-mainbody .user-cards li[card-value="9C"] {
  background-position: -40px -50px;
}
.hand-history-mainbody .user-cards li[card-value="TC"] {
  background-position: -2px 0;
}
.hand-history-mainbody .user-cards li[card-value="AC"] {
  background-position: -78px -50px;
}
.hand-history-mainbody .user-cards li[card-value="JC"] {
  background-position: -116px -50px;
}
.hand-history-mainbody .user-cards li[card-value="KC"] {
  background-position: -154px -50px;
}
.hand-history-mainbody .user-cards li[card-value="QC"] {
  background-position: -192px -50px;
}
.hand-history-mainbody .user-cards li[card-value="2D"] {
  background-position: -2px -100px;
}
.hand-history-mainbody .user-cards li[card-value="3D"] {
  background-position: -40px -100px;
}
.hand-history-mainbody .user-cards li[card-value="4D"] {
  background-position: -78px -100px;
}
.hand-history-mainbody .user-cards li[card-value="5D"] {
  background-position: -116px -100px;
}
.hand-history-mainbody .user-cards li[card-value="6D"] {
  background-position: -154px -100px;
}
.hand-history-mainbody .user-cards li[card-value="7D"] {
  background-position: -192px -100px;
}
.hand-history-mainbody .user-cards li[card-value="8D"] {
  background-position: -230px -100px;
}
.hand-history-mainbody .user-cards li[card-value="9D"] {
  background-position: -2px -150px;
}
.hand-history-mainbody .user-cards li[card-value="TD"] {
  background-position: -230px -50px;
}
.hand-history-mainbody .user-cards li[card-value="AD"] {
  background-position: -40px -150px;
}
.hand-history-mainbody .user-cards li[card-value="JD"] {
  background-position: -78px -150px;
}
.hand-history-mainbody .user-cards li[card-value="KD"] {
  background-position: -116px -150px;
}
.hand-history-mainbody .user-cards li[card-value="QD"] {
  background-position: -155px -150px;
}
.hand-history-mainbody .user-cards li[card-value="2H"] {
  background-position: -230px -150px;
}
.hand-history-mainbody .user-cards li[card-value="3H"] {
  background-position: -2px -200px;
}
.hand-history-mainbody .user-cards li[card-value="4H"] {
  background-position: -40px -200px;
}
.hand-history-mainbody .user-cards li[card-value="5H"] {
  background-position: -78px -200px;
}
.hand-history-mainbody .user-cards li[card-value="6H"] {
  background-position: -116px -200px;
}
.hand-history-mainbody .user-cards li[card-value="7H"] {
  background-position: -154px -200px;
}
.hand-history-mainbody .user-cards li[card-value="8H"] {
  background-position: -192px -200px;
}
.hand-history-mainbody .user-cards li[card-value="9H"] {
  background-position: -230px -200px;
}
.hand-history-mainbody .user-cards li[card-value="TH"] {
  background-position: -192px -150px;
}
.hand-history-mainbody .user-cards li[card-value="AH"] {
  background-position: -2px -250px;
}
.hand-history-mainbody .user-cards li[card-value="JH"] {
  background-position: -40px -250px;
}
.hand-history-mainbody .user-cards li[card-value="KH"] {
  background-position: -78px -250px;
}
.hand-history-mainbody .user-cards li[card-value="QH"] {
  background-position: -116px -250px;
}
.hand-history-mainbody .user-cards li[card-value="2S"] {
  background-position: -191px -250px;
}
.hand-history-mainbody .user-cards li[card-value="3S"] {
  background-position: -230px -250px;
}
.hand-history-mainbody .user-cards li[card-value="4S"] {
  background-position: -2px -300px;
}
.hand-history-mainbody .user-cards li[card-value="5S"] {
  background-position: -40px -300px;
}
.hand-history-mainbody .user-cards li[card-value="6S"] {
  background-position: -78px -300px;
}
.hand-history-mainbody .user-cards li[card-value="7S"] {
  background-position: -116px -300px;
}
.hand-history-mainbody .user-cards li[card-value="8S"] {
  background-position: -154px -300px;
}
.hand-history-mainbody .user-cards li[card-value="9S"] {
  background-position: -192px -300px;
}
.hand-history-mainbody .user-cards li[card-value="TS"] {
  background-position: -154px -250px;
}
.hand-history-mainbody .user-cards li[card-value="AS"] {
  background-position: -230px -300px;
}
.hand-history-mainbody .user-cards li[card-value="JS"] {
  background-position: -2px -350px;
}
.hand-history-mainbody .user-cards li[card-value="KS"] {
  background-position: -40px -350px;
}
.hand-history-mainbody .user-cards li[card-value="QS"] {
  background-position: -78px -350px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"] {
  width: 24px;
  height: 32px;
  background-image: url('../../images/mobile_deck24_@2x.oT9DOP.png');
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="2C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="2C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="2C"] {
  background-position: -28px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="3C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="3C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="3C"] {
  background-position: -55px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="4C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="4C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="4C"] {
  background-position: -81px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="5C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="5C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="5C"] {
  background-position: -107px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="6C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="6C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="6C"] {
  background-position: -133px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="7C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="7C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="7C"] {
  background-position: -159px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="8C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="8C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="8C"] {
  background-position: -3px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="9C"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="9C"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="9C"] {
  background-position: -29px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="TC"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="TC"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="TC"] {
  background-position: -3px 0px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="AC"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="AC"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="AC"] {
  background-position: -55px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="JC"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="JC"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="JC"] {
  background-position: -81px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="KC"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="KC"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="KC"] {
  background-position: -107px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="QC"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="QC"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="QC"] {
  background-position: -133px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="2D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="2D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="2D"] {
  background-position: -3px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="3D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="3D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="3D"] {
  background-position: -29px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="4D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="4D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="4D"] {
  background-position: -55px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="5D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="5D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="5D"] {
  background-position: -81px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="6D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="6D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="6D"] {
  background-position: -107px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="7D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="7D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="7D"] {
  background-position: -133px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="8D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="8D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="8D"] {
  background-position: -159px -68px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="9D"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="9D"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="9D"] {
  background-position: -3px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="TD"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="TD"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="TD"] {
  background-position: -159px -34px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="AD"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="AD"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="AD"] {
  background-position: -29px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="JD"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="JD"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="JD"] {
  background-position: -55px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="KD"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="KD"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="KD"] {
  background-position: -81px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="QD"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="QD"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="QD"] {
  background-position: -107px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="2H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="2H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="2H"] {
  background-position: -159px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="3H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="3H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="3H"] {
  background-position: -3px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="4H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="4H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="4H"] {
  background-position: -29px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="5H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="5H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="5H"] {
  background-position: -55px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="6H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="6H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="6H"] {
  background-position: -81px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="7H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="7H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="7H"] {
  background-position: -107px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="8H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="8H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="8H"] {
  background-position: -133px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="9H"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="9H"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="9H"] {
  background-position: -159px -136px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="TH"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="TH"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="TH"] {
  background-position: -133px -102px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="AH"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="AH"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="AH"] {
  background-position: -3px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="JH"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="JH"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="JH"] {
  background-position: -29px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="KH"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="KH"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="KH"] {
  background-position: -55px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="QH"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="QH"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="QH"] {
  background-position: -81px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="2S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="2S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="2S"] {
  background-position: -131px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="3S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="3S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="3S"] {
  background-position: -159px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="4S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="4S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="4S"] {
  background-position: -3px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="5S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="5S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="5S"] {
  background-position: -29px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="6S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="6S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="6S"] {
  background-position: -55px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="7S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="7S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="7S"] {
  background-position: -81px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="8S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="8S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="8S"] {
  background-position: -107px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="9S"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="9S"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="9S"] {
  background-position: -133px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="TS"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="TS"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="TS"] {
  background-position: -107px -170px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="AS"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="AS"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="AS"] {
  background-position: -159px -204px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="JS"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="JS"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="JS"] {
  background-position: -3px -238px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="KS"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="KS"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="KS"] {
  background-position: -29px -238px;
}
.hand-history-mainbody .user-cards li[game-type^="OmahaHigh"][card-value="QS"],
.hand-history-mainbody .user-cards li[game-type^="SevenCardStud"][card-value="QS"],
.hand-history-mainbody .user-cards li[pocket-cards="replayer"][card-value="QS"] {
  background-position: -55px -238px;
}
.hand-history-mainbody .offered-cards {
  float: right;
  margin: 0;
  padding: 0;
}
.hand-history-mainbody .offered-cards li {
  width: 36px;
  height: 48px;
  border-radius: 5.2px;
  background-color: transparent;
  display: inline-block;
  margin-right: 4px;
  background-image: url('../../images/mobile_deck_@2x.Sv1J6z.png');
  border: solid 1px #e8490d;
}
.hand-history-mainbody .offered-cards li:last-child {
  margin: 0;
}
.hand-history-mainbody .offered-cards li[card-value="2C"] {
  background-position: -40px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="3C"] {
  background-position: -78px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="4C"] {
  background-position: -116px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="5C"] {
  background-position: -154px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="6C"] {
  background-position: -192px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="7C"] {
  background-position: -230px 0px;
}
.hand-history-mainbody .offered-cards li[card-value="8C"] {
  background-position: -2px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="9C"] {
  background-position: -40px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="TC"] {
  background-position: -2px 0;
}
.hand-history-mainbody .offered-cards li[card-value="AC"] {
  background-position: -78px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="JC"] {
  background-position: -116px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="KC"] {
  background-position: -154px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="QC"] {
  background-position: -192px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="2D"] {
  background-position: -2px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="3D"] {
  background-position: -40px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="4D"] {
  background-position: -78px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="5D"] {
  background-position: -116px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="6D"] {
  background-position: -154px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="7D"] {
  background-position: -192px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="8D"] {
  background-position: -230px -100px;
}
.hand-history-mainbody .offered-cards li[card-value="9D"] {
  background-position: -2px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="TD"] {
  background-position: -230px -50px;
}
.hand-history-mainbody .offered-cards li[card-value="AD"] {
  background-position: -40px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="JD"] {
  background-position: -78px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="KD"] {
  background-position: -116px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="QD"] {
  background-position: -155px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="2H"] {
  background-position: -230px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="3H"] {
  background-position: -2px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="4H"] {
  background-position: -40px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="5H"] {
  background-position: -78px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="6H"] {
  background-position: -116px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="7H"] {
  background-position: -154px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="8H"] {
  background-position: -192px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="9H"] {
  background-position: -230px -200px;
}
.hand-history-mainbody .offered-cards li[card-value="TH"] {
  background-position: -192px -150px;
}
.hand-history-mainbody .offered-cards li[card-value="AH"] {
  background-position: -2px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="JH"] {
  background-position: -40px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="KH"] {
  background-position: -78px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="QH"] {
  background-position: -116px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="2S"] {
  background-position: -191px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="3S"] {
  background-position: -230px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="4S"] {
  background-position: -2px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="5S"] {
  background-position: -40px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="6S"] {
  background-position: -78px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="7S"] {
  background-position: -116px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="8S"] {
  background-position: -154px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="9S"] {
  background-position: -192px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="TS"] {
  background-position: -154px -250px;
}
.hand-history-mainbody .offered-cards li[card-value="AS"] {
  background-position: -230px -300px;
}
.hand-history-mainbody .offered-cards li[card-value="JS"] {
  background-position: -2px -350px;
}
.hand-history-mainbody .offered-cards li[card-value="KS"] {
  background-position: -40px -350px;
}
.hand-history-mainbody .offered-cards li[card-value="QS"] {
  background-position: -78px -350px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"] {
  width: 24px;
  height: 32px;
  background-image: url('../../images/mobile_deck24_@2x.oT9DOP.png');
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="2C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="2C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="2C"] {
  background-position: -28px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="3C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="3C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="3C"] {
  background-position: -55px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="4C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="4C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="4C"] {
  background-position: -81px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="5C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="5C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="5C"] {
  background-position: -107px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="6C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="6C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="6C"] {
  background-position: -133px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="7C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="7C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="7C"] {
  background-position: -159px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="8C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="8C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="8C"] {
  background-position: -3px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="9C"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="9C"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="9C"] {
  background-position: -29px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="TC"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="TC"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="TC"] {
  background-position: -3px 0px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="AC"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="AC"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="AC"] {
  background-position: -55px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="JC"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="JC"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="JC"] {
  background-position: -81px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="KC"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="KC"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="KC"] {
  background-position: -107px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="QC"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="QC"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="QC"] {
  background-position: -133px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="2D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="2D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="2D"] {
  background-position: -3px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="3D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="3D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="3D"] {
  background-position: -29px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="4D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="4D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="4D"] {
  background-position: -55px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="5D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="5D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="5D"] {
  background-position: -81px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="6D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="6D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="6D"] {
  background-position: -107px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="7D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="7D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="7D"] {
  background-position: -133px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="8D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="8D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="8D"] {
  background-position: -159px -68px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="9D"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="9D"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="9D"] {
  background-position: -3px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="TD"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="TD"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="TD"] {
  background-position: -159px -34px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="AD"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="AD"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="AD"] {
  background-position: -29px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="JD"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="JD"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="JD"] {
  background-position: -55px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="KD"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="KD"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="KD"] {
  background-position: -81px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="QD"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="QD"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="QD"] {
  background-position: -107px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="2H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="2H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="2H"] {
  background-position: -159px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="3H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="3H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="3H"] {
  background-position: -3px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="4H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="4H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="4H"] {
  background-position: -29px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="5H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="5H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="5H"] {
  background-position: -55px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="6H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="6H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="6H"] {
  background-position: -81px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="7H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="7H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="7H"] {
  background-position: -107px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="8H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="8H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="8H"] {
  background-position: -133px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="9H"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="9H"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="9H"] {
  background-position: -159px -136px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="TH"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="TH"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="TH"] {
  background-position: -133px -102px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="AH"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="AH"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="AH"] {
  background-position: -3px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="JH"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="JH"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="JH"] {
  background-position: -29px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="KH"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="KH"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="KH"] {
  background-position: -55px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="QH"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="QH"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="QH"] {
  background-position: -81px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="2S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="2S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="2S"] {
  background-position: -131px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="3S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="3S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="3S"] {
  background-position: -159px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="4S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="4S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="4S"] {
  background-position: -3px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="5S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="5S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="5S"] {
  background-position: -29px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="6S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="6S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="6S"] {
  background-position: -55px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="7S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="7S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="7S"] {
  background-position: -81px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="8S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="8S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="8S"] {
  background-position: -107px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="9S"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="9S"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="9S"] {
  background-position: -133px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="TS"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="TS"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="TS"] {
  background-position: -107px -170px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="AS"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="AS"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="AS"] {
  background-position: -159px -204px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="JS"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="JS"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="JS"] {
  background-position: -3px -238px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="KS"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="KS"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="KS"] {
  background-position: -29px -238px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"][card-value="QS"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"][card-value="QS"],
.hand-history-mainbody .offered-cards li[pocket-cards="replayer"][card-value="QS"] {
  background-position: -55px -238px;
}
.hand-history-mainbody .offered-cards li[game-type^="OmahaHigh"],
.hand-history-mainbody .offered-cards li[game-type^="SevenCardStud"] {
  width: 24px;
  height: 32px;
  background-image: url('../../images/mobile_deck24_@2x.oT9DOP.png');
}
.hand-history-mainbody .offered-cards[game-type^="OmahaHigh"] {
  float: right;
}
.hand-history-mainbody .offered-cards[game-type^="SevenCardStud"] {
  float: left;
}
.hand-history-mainbody p {
  margin: 0px;
}
.hand-history-mainbody .filter-date {
  float: right;
  background-image: url('../../images/filter-date.2wLa0T.png');
  width: 23px;
  height: 20px;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 65px;
}
.hand-history-mainbody .filter-date.filter-on {
  transform: rotate(180deg);
}
.hand-history-mainbody .sub-heading-block p {
  padding: 20px 16px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #aaa 50%, rgba(0, 0, 0, 0) 100%) left bottom rgba(0, 0, 0, 0) no-repeat;
  background-size: 100% 1px;
  font-weight: 500;
}
.hand-history-mainbody .sub-heading-block .hands-count {
  display: none;
}
.hand-history-mainbody .moveUp {
  margin-top: -10px;
}
.hand-history-mainbody .hands-details {
  padding: 13px 16px 7px 16px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #aaa 50%, rgba(0, 0, 0, 0) 100%) left bottom rgba(0, 0, 0, 0) no-repeat;
  background-size: 100% 1px;
  touch-action: pan-y !important;
  user-select: auto !important;
  -webkit-user-drag: auto !important;
}
.hand-history-mainbody .hands-details.singleHand.disabled {
  display: none;
}
.hand-history-mainbody .hands-details:first-child {
  margin-top: 10px;
}
.hand-history-mainbody .hands-details:last-child {
  background: none;
}
.hand-history-mainbody .hands-details.last-hand {
  margin-bottom: 50px;
}
.hand-history-mainbody .hands-details .player-time {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  color: #e8490d;
  margin-right: 5px;
}
.hand-history-mainbody .hands-details .player-time .player-date {
  display: none;
}
.hand-history-mainbody .hands-details .strength {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.hand-history-mainbody .hands-details .gameType {
  color: #000;
  font-size: 16px;
  float: right;
  font-weight: bold;
}
.hand-history-mainbody .hands-details .gameType .thumbs {
  display: none;
}
.hand-history-mainbody .hands-details .gameType .thumbs.icon-thumb-down {
  color: #ff0000;
}
.hand-history-mainbody .hands-details .gameType .thumbs.icon-thumb-up {
  color: #00cf00;
}
.hand-history-mainbody .hands-details .gameType span.looser {
  color: #8b8e9a;
  font-weight: normal;
}
.hand-history-mainbody .hands-details .time-block {
  margin-bottom: 5px;
}
.hand-history-mainbody .hands-details .time-block .icon-thumb-down {
  color: #ff0000;
}
.hand-history-mainbody .hands-details .time-block .icon-thumb-up {
  color: #00cf00;
}
.hand-history-mainbody .hands-details .footer-note {
  position: relative;
  top: -3px;
  text-align: right;
}
.hand-history-mainbody .hands-details .footer-note .player-date {
  font-size: 12px;
  float: left;
  color: #515151;
}
.hand-history-mainbody .hands-details .winner {
  font-size: 12px;
  font-weight: bold;
  color: #8b8e9a;
  line-height: 1;
  text-transform: capitalize;
}
.hand-history-mainbody .hands-details .winner:after {
  content: '|';
  margin-left: 5px;
}
.hand-history-mainbody .hands-details .game-col {
  margin-left: 5px;
}
.hand-history-mainbody .hands-details .game-col .winner,
.hand-history-mainbody .hands-details .game-col .pot-size {
  display: none;
}
.hand-history-mainbody .hands-details .pot-size {
  font-size: 12px;
  color: #515151;
  line-height: 1.17;
  font-weight: normal;
}
.hand-history-mainbody .hands-details .pot-size.to-bold {
  font-weight: bold;
}
.hand-history-mainbody .hands-details.show-details {
  overflow: hidden;
}
.hand-history-mainbody .hands-details.show-details .hand-sub-block {
  position: absolute;
  left: -265px;
  width: 100%;
}
.hand-history-mainbody .hands-details.show-details .hand-btn {
  display: block;
  float: right;
}
.hand-history-mainbody .hand-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  height: 132px;
  width: 120px;
  display: none;
  margin-bottom: -7px;
  margin-top: -13px;
  line-height: 17px;
  cursor: pointer;
}
.hand-history-mainbody .hand-btn i.icon-play {
  display: block;
  margin-bottom: 20px;
  margin-top: 7px;
}
.hand-history-mainbody .hand-btn i.icon-play:before {
  font-size: 23px;
  display: inline;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px 8px 10px 12px;
}
.hand-history-mainbody .hand-btn i.icon-text-view:before {
  font-size: 32px;
  display: block;
  margin-bottom: 13px;
  margin-top: 7px;
}
.hand-history-mainbody .replay-hand-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  height: 132px;
  width: 120px;
  display: none;
  margin-bottom: -7px;
  margin-top: -13px;
  line-height: 17px;
  cursor: pointer;
  background-color: #e8490d;
}
.hand-history-mainbody .replay-hand-btn i.icon-play {
  display: block;
  margin-bottom: 20px;
  margin-top: 7px;
}
.hand-history-mainbody .replay-hand-btn i.icon-play:before {
  font-size: 23px;
  display: inline;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px 8px 10px 12px;
}
.hand-history-mainbody .replay-hand-btn i.icon-text-view:before {
  font-size: 32px;
  display: block;
  margin-bottom: 13px;
  margin-top: 7px;
}
.hand-history-mainbody .text-view-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  height: 132px;
  width: 120px;
  display: none;
  margin-bottom: -7px;
  margin-top: -13px;
  line-height: 17px;
  cursor: pointer;
  margin-right: -16px;
  background-color: #333;
}
.hand-history-mainbody .text-view-btn i.icon-play {
  display: block;
  margin-bottom: 20px;
  margin-top: 7px;
}
.hand-history-mainbody .text-view-btn i.icon-play:before {
  font-size: 23px;
  display: inline;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px 8px 10px 12px;
}
.hand-history-mainbody .text-view-btn i.icon-text-view:before {
  font-size: 32px;
  display: block;
  margin-bottom: 13px;
  margin-top: 7px;
}
.hand-history-mainbody .heading-strip {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: relative;
}
.hand-history-mainbody .heading-strip h2,
.hand-history-mainbody .heading-strip h2:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  color: #fff;
}
.hand-history-mainbody .heading-strip a {
  color: #fff;
}
.hand-history-mainbody .heading-strip .reset-filters {
  font-size: 16px;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.hand-history-mainbody .heading-strip .back-arrow {
  float: left;
  font-size: 25px;
}
.hand-history-mainbody .heading-strip .back-to-home {
  float: right;
}
.hand-history-mainbody .date-filters {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
  padding: 0px 10px;
}
.hand-history-mainbody .date-filters p {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.hand-history-mainbody .date-filters p:last-child {
  border: none;
}
.hand-history-mainbody .filter-btn {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #1f1e23;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  outline: none;
  position: fixed;
  left: calc(50% - 140px);
  bottom: 55px;
}
.hand-history-mainbody .filter_btn {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #1f1e23;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  outline: none;
  position: fixed;
  left: calc(50% - 140px);
  bottom: 55px;
}
.hand-history-mainbody .filter_btn.apply-filters {
  display: none;
}
.hand-history-mainbody .apply-filters {
  width: 140px;
  height: 56px;
  border-radius: 100px;
  background-color: #1f1e23;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  left: calc(50% - 70px);
  bottom: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.hand-history-mainbody .apply-filters.hanged-up {
  position: absolute;
  bottom: 0px;
  margin: 10px 0px;
}
.hand-history-mainbody .apply-filters.hidebtn {
  display: none;
}
.hand-history-mainbody .hh-filters-wrapper {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 24px;
  padding-bottom: 70px;
  position: relative;
  text-align: center;
}
.hand-history-mainbody .hh-filters-block {
  width: 100%;
}
.hand-history-mainbody .hh-filters-block ul {
  padding: 0px;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: solid 1px #d7d7d7;
  display: table;
  margin: auto;
}
.hand-history-mainbody .hh-filters-block ul li {
  list-style-type: none;
  flex: 1;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  height: 56px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.hand-history-mainbody .hh-filters-block ul li:hover,
.hand-history-mainbody .hh-filters-block ul li:focus,
.hand-history-mainbody .hh-filters-block ul li:active {
  background-color: #f5f5f5;
}
.hand-history-mainbody .hh-filters-block ul li.active {
  background-color: #e8490d;
  color: #fff;
}
.hand-history-mainbody .hh-filters-block ul li:first-child {
  border-right: solid 1px #d7d7d7;
}
.hand-history-mainbody #roundIdCG,
.hand-history-mainbody #roundIdTR {
  padding: 10px 14px;
  font-size: 16px;
  width: calc(100% - 50px);
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 0;
  outline: none;
  border-right: none;
  text-overflow: ellipsis;
}
.hand-history-mainbody #roundIdCG::-webkit-input-placeholder,
.hand-history-mainbody #roundIdTR::-webkit-input-placeholder {
  font-size: 14px;
}
.hand-history-mainbody #roundIdCG::-moz-placeholder,
.hand-history-mainbody #roundIdTR::-moz-placeholder {
  font-size: 14px;
}
.hand-history-mainbody #roundIdCG:-ms-input-placeholder,
.hand-history-mainbody #roundIdTR:-ms-input-placeholder {
  font-size: 14px;
}
.hand-history-mainbody #roundIdCG::placeholder,
.hand-history-mainbody #roundIdTR::placeholder {
  font-size: 14px;
}
.hand-history-mainbody .hh-filters-menu {
  width: 100%;
  margin: 23px 0 30px 0;
  font-size: 16px;
  text-align: left;
}
.hand-history-mainbody .hh-filters-menu > ul {
  padding: 0px;
  margin: 0;
}
.hand-history-mainbody .hh-filters-menu > ul > li {
  list-style-type: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #aaa 50%, rgba(0, 0, 0, 0) 100%) left bottom rgba(0, 0, 0, 0) no-repeat;
  background-size: 100% 1px;
  cursor: pointer;
  position: relative;
}
.hand-history-mainbody .hh-filters-menu > ul > li:last-child {
  background: none;
  cursor: default;
}
.hand-history-mainbody .hh-filters-menu > ul > li:nth-last-child(2) {
  cursor: default;
}
.hand-history-mainbody .hh-filters-menu > ul > li[filter-type="finalHandCG"] > a,
.hand-history-mainbody .hh-filters-menu > ul > li[filter-type="finalHandTR"] > a {
  cursor: pointer;
}
.hand-history-mainbody .hh-filters-menu > ul > li > a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 20px 0px;
  line-height: normal;
}
.hand-history-mainbody .hh-filters-menu > ul > li > a.port-hand {
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom: -12px;
}
.hand-history-mainbody .hh-filters-menu > ul > li > a.port-hand span {
  display: inline-block;
}
.hand-history-mainbody .hh-filters-menu > ul > li > a.port-hand span.fh-filter {
  white-space: nowrap;
  margin-right: 20px;
  text-transform: capitalize;
}
.hand-history-mainbody .hh-filters-menu > ul > li[filter-type="finalHandTR"] i,
.hand-history-mainbody .hh-filters-menu > ul > li[filter-type="finalHandCG"] i {
  top: 25px;
}
.hand-history-mainbody .hh-filters-menu > ul > li i {
  position: absolute;
  right: 5px;
  top: 20px;
}
.hand-history-mainbody .hh-filters-menu > ul > li i.search-icon {
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background-color: #e8490d;
  color: #fff;
  z-index: 1;
}
.hand-history-mainbody .hh-filters-menu > ul > li i.search-icon.itIsNotValid {
  cursor: not-allowed;
  opacity: .2;
}
.hand-history-mainbody .hh-filters-menu > ul > li i.search-icon.itIsValid {
  cursor: pointer;
  opacity: 1;
}
.hand-history-mainbody .hh-filters-menu > ul > li i.search-icon.theme-search:before {
  margin-top: 15px;
  margin-left: 18px;
  font-weight: bold;
}
.hand-history-mainbody .hh-filters-menu > ul > li span.clear-roundid {
  position: absolute;
  top: 0px;
  right: 0px;
}
.hand-history-mainbody .hh-filters-menu > ul > li span.clear-roundid:after {
  content: 'x';
  position: relative;
  top: 5px;
  margin-right: 60px;
  color: #e8490d;
  font-size: 20px;
}
.hand-history-mainbody .hh-filters-menu > ul > li span.clear-roundid:hover {
  opacity: 0.8;
}
.hand-history-mainbody .hh-filters-menu > ul > li span.clear-roundid.search-icon {
  left: 19px;
  right: auto;
  top: 15px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd {
  padding: 0px 25px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.finalHandMatch {
  margin-bottom: 50px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd#TournamentTypeTR li[value="2"] {
  display: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li {
  padding: 20px 0px;
  list-style-type: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #aaa 50%, rgba(0, 0, 0, 0) 100%) left bottom rgba(0, 0, 0, 0) no-repeat;
  background-size: 100% 1px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li:last-child {
  background: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li i {
  display: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li.active i {
  display: block;
  float: right;
  margin-right: 10px;
  color: #e94407;
  position: static;
  margin-top: 3.5px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li.active i:before {
  font-weight: bold;
  font-size: 16.2px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"],
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"]:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  opacity: 1;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"][checked="checked"]:after,
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"]:disabled[checked="checked"]:after {
  font-family: 'themeicons' !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16.2px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e966";
  color: #e94407;
  position: absolute;
  right: 0;
  top: 25px;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"]:focus,
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd li input[type="checkbox"]:disabled:focus {
  box-shadow: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"],
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"]:disabled {
  opacity: 0;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"][checked="checked"]:after,
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"]:disabled[checked="checked"]:after {
  display: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"][checked="checked"]:checked + span:after,
.hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.all-actions li input[type="checkbox"]:disabled[checked="checked"]:checked + span:after {
  font-family: 'themeicons' !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16.2px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e966";
  color: #e94407;
  position: absolute;
  right: 0;
  top: 25px;
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block {
  display: block;
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block.hand-card-popup label {
  display: inline;
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="0"] label.radio-buttons,
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="1"] label.radio-buttons {
  margin: 38px 0px 50px 25px;
  padding-left: 0;
  display: inline-block;
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="0"] label.radio-buttons input[type="checkbox"]:focus,
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="1"] label.radio-buttons input[type="checkbox"]:focus {
  box-shadow: none;
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block label.radio-buttons {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*input[type="radio"] {
                                position: absolute;
                                opacity: 0;
                                cursor: pointer;
                                -webkit-appearance: none;
                            }
                            .checkmark {
                                position: absolute;
                                top: 0;
                                left: 0;
                                height: 12px;
                                width: 12px;
                                background-color: #eee;
                                border-radius: 50%;
                                border: 2px solid #aaa;
                                margin-top: 5px;
                            }
                            &:hover input[type="radio"]~.checkmark {
                                background-color: #fff;
                            }
                            input[type="radio"]:checked~.checkmark {
                                background-color: #fff;
                                border-color: #ff4600;
                            }
                            .checkmark:after {
                                content: "";
                                position: absolute;
                                display: none;
                            }
                            input[type="radio"]:checked~.checkmark:after {
                                display: block;
                            }
                            .checkmark:after {
                                top: 1.75px;
                                left: 1.25px;
                                width: 5px;
                                height: 5px;
                                border-radius: 50%;
                                background: #ff4600;
                            }*/
}
.hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block label {
  cursor: pointer;
  display: block;
  margin: 0;
}
.hand-history-mainbody .hh-filters-menu .hh-filters-sub-menu {
  padding: 20px 0;
  width: 100%;
}
.hand-history-mainbody .btns-hub {
  text-align: center;
}
.hand-history-mainbody .filter-btns {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
}
.hand-history-mainbody .filter-btns.search {
  background-color: #ffcc00;
}
.hand-history-mainbody input[type="radio"][name="final-hand"] {
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 14px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-appearance: checkbox;
}
.hand-history-mainbody input[type="radio"][name="final-hand"]:focus {
  box-shadow: none;
}
.hand-history-mainbody input[type="checkbox"][name="pocket-hand"] {
  opacity: 1;
  width: auto;
  height: auto;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards {
  margin-top: 15px;
  overflow: hidden;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul {
  padding: 18px;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li {
  width: 72px;
  height: 96px;
  border-radius: 5.2px;
  background: none;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  margin: 6px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 23px 0px;
  text-transform: uppercase;
  cursor: pointer;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li[value-card="0"] {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li[value-card="0"].active {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li[value-card="0"]:hover {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li[value-card="0"]::selection {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li.active {
  background-color: #eaeaea;
  color: #000;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li {
  width: 72px;
  height: 96px;
  border-radius: 5.2px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  background-image: none;
  position: relative;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li span {
  font-size: 42px;
  color: #d5d5d5;
  font-weight: normal;
  padding: 0px;
  position: absolute;
  width: 100%;
  top: calc(50% - 31.2px);
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li span[value-card="XX"] {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li span[value-card="XX"]::selection {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li span[value-card="XX"][initial-value="+"] {
  color: #d5d5d5;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul li {
  display: block;
  float: left;
  margin-right: 8px;
  width: 36px;
  height: 48px;
  border-radius: 6px;
  border: solid 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #ff7503, #e8490d);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul li span {
  padding: 13px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul li span[value-card="XX"] {
  color: transparent;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul li span[value-card="XX"][initial-value="+"] {
  color: #d5d5d5;
}
.hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .suited-text {
  margin-top: 40px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.hand-history-mainbody span.pot-size-range-value {
  width: 36px;
  height: 19px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e8490d;
  margin-left: 20px;
}
.hand-history-mainbody .pot-size-range {
  width: 100%;
  margin-bottom: 10px;
}
.hand-history-mainbody .pot-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to left, #e8490d, #fc9a4c);
  border-radius: 8px;
  outline: none;
}
.hand-history-mainbody .pot-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background-color: #edecec;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border-radius: 15px;
}
.hand-history-mainbody .pot-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background-color: #edecec;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border-radius: 15px;
}
.hand-history-mainbody .filters-popup-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  z-index: 9999;
  cursor: default;
  display: none;
  overflow-y: scroll;
}
.hand-history-mainbody .filters-popup-block[pocket-card="0"] .card-one {
  display: block;
}
.hand-history-mainbody .filters-popup-block[pocket-card="0"] .card-one.reset-filter {
  display: none;
}
.hand-history-mainbody .filters-popup-block[pocket-card="0"] .card-two {
  display: none;
}
.hand-history-mainbody .filters-popup-block[pocket-card="0"] .card-two.reset-filter {
  display: none;
}
.hand-history-mainbody .filters-popup-block[pocket-card="1"] .card-one {
  display: none;
}
.hand-history-mainbody .filters-popup-block[pocket-card="1"] .card-one.reset-filter {
  display: none;
}
.hand-history-mainbody .filters-popup-block[pocket-card="1"] .card-two {
  display: block;
}
.hand-history-mainbody .filters-popup-block[pocket-card="1"] .card-two.reset-filter {
  display: none;
}
.hand-history-mainbody .filters-popup-block .filter-heading {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 16px 0px;
  position: relative;
}
.hand-history-mainbody .filters-popup-block .filter-heading .back-arrow {
  position: absolute;
  left: 16px;
  margin-top: 2px;
  display: block;
  top: auto;
  right: auto;
  font-size: 25px;
}
.hand-history-mainbody .filters-popup-block .filter-heading h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  color: #fff;
  text-transform: capitalize;
  padding: 0px 70px;
  overflow-wrap: break-word;
}
.hand-history-mainbody .filters-popup-block .filter-heading .reset-filter {
  display: none;
}
.hand-history-mainbody .filters-popup-block h3.filter-sub-heading:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
  padding: 30px 25px;
  color: #ed6939;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}
.hand-history-mainbody #pocketSuitedCG,
.hand-history-mainbody #pocketSuitedTR {
  margin-right: 5px;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.hand-history-mainbody.apple-device #pocketSuitedCG[disabled="disabled"],
.hand-history-mainbody.apple-device #pocketSuitedTR[disabled="disabled"],
.hand-history-mainbody.apple-device input[type="radio"][name="final-hand"][disabled="disabled"] {
  opacity: 0.3;
}
.hand-history-mainbody .textView-popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999999;
}
.hand-history-mainbody .textView-popup .textView-popup-content {
  background-color: #fff;
  padding-bottom: 20px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section .back-btn {
  float: left;
  position: relative;
  top: 13px;
  left: 16px;
  cursor: pointer;
  font-size: 27px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  padding: 0px 43px;
  line-height: 24px;
  margin: 12px 0px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section .close-text-view {
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #e8490d;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag {
  min-width: 287px;
  max-width: 76.5%;
  margin: auto;
  border-radius: 8px;
  background-image: linear-gradient(289deg, #e8490d, #fc9a4c);
  color: #fff;
  text-align: center;
  line-height: normal;
  padding: 12px 0px 15px 0px;
  position: relative;
  margin-bottom: 30px;
  padding: 12px 30px 15px 30px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica;
  text-transform: none;
  color: #fff;
  line-height: normal;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag span.winText {
  text-transform: capitalize;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag .table-name {
  height: 25px;
  overflow: hidden;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag .set-type {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 3px;
  font-family: Helvetica;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag .hand-time {
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag .hand-time span {
  font-size: 12px;
  font-weight: normal;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag i {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  padding: 14px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 22px);
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag i.theme-left {
  float: left;
  left: -15px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag i.theme-right {
  float: right;
  right: -15px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .hand-tag i.disabled {
  opacity: 0.5;
  cursor: default;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details {
  padding: 0px 16px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details .details-heading {
  font-weight: 500;
  color: #e8490d;
  text-transform: uppercase;
  font-size: 14px;
  margin: 12.5px 0px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details .winner-rank {
  text-transform: capitalize;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details ul {
  line-height: 2;
  margin: 0;
  padding: 0px;
  padding-bottom: 5.5px;
  border-bottom: 1px solid #d0d0d0;
  list-style: none;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details ul li {
  font-size: 14px;
}
.hand-history-mainbody .textView-popup .textView-popup-content .text-view-details:last-child ul {
  border: none;
}
@media screen and (min-width: 375px) {
  .hand-history-mainbody .offered-cards[game-type^="SevenCardStud"] {
    float: right;
  }
  .hand-history-mainbody .hand-tag i.theme-left {
    left: -22px;
  }
  .hand-history-mainbody .hand-tag i.theme-right {
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .hand-history-mainbody .hands-history pk-hand-filters {
    display: none;
  }
  .hand-history-mainbody .hands-history pk-hands-mainbody {
    display: block;
  }
  .hand-history-mainbody .hands-history.hide-hands pk-hand-filters {
    display: block;
  }
  .hand-history-mainbody .hands-history.hide-hands pk-hands-mainbody {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hand-history-mainbody {
    /* TEXT VIEW STYLES
        ================================================== */
    /* TEXT VIEW STYLES ENDS
        ================================================== */
  }
  .hand-history-mainbody .hh-filters-wrapper {
    padding-bottom: 900px;
  }
  .hand-history-mainbody .no-hands {
    margin-left: 10px;
  }
  .hand-history-mainbody .filter-date {
    margin-top: 35px;
  }
  .hand-history-mainbody .sub-heading-block h1.heading-h1 {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .hand-history-mainbody .sub-heading-block p {
    font-size: 20px;
    color: #0f0f10;
    padding-bottom: 25px;
  }
  .hand-history-mainbody .heading-strip {
    background-color: transparent;
    color: #000;
    text-align: left;
    padding: 38px 31px 0 24px;
  }
  .hand-history-mainbody .heading-strip .back-arrow {
    display: none;
  }
  .hand-history-mainbody .heading-strip h2:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
    font-size: 28px;
    line-height: normal;
    display: block;
    color: #000;
  }
  .hand-history-mainbody .heading-strip .reset-filters {
    color: #e8490d;
    margin-top: -22px;
  }
  .hand-history-mainbody .heading-strip .reset-filters:hover {
    color: #000;
  }
  .hand-history-mainbody .heading-strip .back-to-home {
    display: none;
  }
  .hand-history-mainbody .heading-strip.hh-page {
    padding: 0px;
  }
  .hand-history-mainbody .filter-popup-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .hand-history-mainbody .filters-popup-block {
    width: 336px;
    height: auto;
    position: absolute;
    bottom: auto;
    right: auto;
    left: -5px;
    top: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 18px 0 #333;
    z-index: 2;
    overflow: visible;
  }
  .hand-history-mainbody .filters-popup-block.hand-card-popup {
    top: 65px;
  }
  .hand-history-mainbody .filters-popup-block.hand-card-popup[pocket-card="0"] {
    top: 120px;
  }
  .hand-history-mainbody .filters-popup-block.hand-card-popup[pocket-card="0"]:after {
    left: 18px;
  }
  .hand-history-mainbody .filters-popup-block.hand-card-popup[pocket-card="1"] {
    top: 120px;
  }
  .hand-history-mainbody .filters-popup-block.hand-card-popup[pocket-card="1"]:after {
    left: 55px;
  }
  .hand-history-mainbody .filters-popup-block:after {
    content: " ";
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 11px;
    left: 28px;
    top: -22px;
  }
  .hand-history-mainbody .filters-popup-block[pocket-card="0"] .card-one.reset-filter {
    display: inline;
  }
  .hand-history-mainbody .filters-popup-block[pocket-card="1"] .card-two.reset-filter {
    display: inline;
  }
  .hand-history-mainbody .filters-popup-block .filter-heading {
    border-radius: 12px 12px 0 0;
    padding: 14px 0px;
    position: relative;
  }
  .hand-history-mainbody .filters-popup-block .filter-heading .back-arrow {
    display: none;
  }
  .hand-history-mainbody .filters-popup-block .filter-heading .reset-filter {
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    color: #e8490d;
    overflow-wrap: break-word;
    width: 50px;
    line-height: 17px;
    cursor: pointer;
  }
  .hand-history-mainbody .filters-popup-block .filter-heading .reset-filter:hover {
    color: #fff;
  }
  .hand-history-mainbody .filters-popup-block h3.filter-sub-heading:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards {
    margin-top: 0px;
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li {
    width: 63px;
    height: 84px;
    padding: 16px 0px;
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li {
    width: 36px;
    height: 48px;
    border-radius: 6px;
    cursor: pointer;
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards ul.pocket-hand.hand-set li span {
    font-size: 24px;
    top: calc(50% - 18px);
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .suited-text {
    margin-top: 15px;
  }
  .hand-history-mainbody #pocketSuitedCG,
  .hand-history-mainbody #pocketSuitedTR {
    margin-bottom: 30px;
  }
  .hand-history-mainbody .hh-filters-menu > ul > li {
    /*&.show-dropdown {
                        .filters-popup-block {
                            label.radio-buttons {
                                .checkmark:after {
                                    top: 1.8px;
                                    left: 1.5px
                                }
                            }
                        }
                    }*/
  }
  .hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd {
    padding: 0px 18px;
  }
  .hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.finalHandMatch {
    margin-bottom: 0px;
  }
  .hand-history-mainbody .hh-filters-menu > ul > li ul.filters-dd.finalHandMatch label {
    display: inline;
  }
  .hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="0"] label.radio-buttons,
  .hand-history-mainbody .hh-filters-menu > ul > li.show-dropdown .filters-popup-block[pocket-card="1"] label.radio-buttons {
    margin-bottom: 20px;
  }
  .hand-history-mainbody .hh-filters-block ul {
    max-width: 260px;
  }
  .hand-history-mainbody .hh-filters-block ul li {
    min-width: 0;
    max-width: 130px;
  }
  .hand-history-mainbody .filter_btn {
    display: block;
  }
  .hand-history-mainbody .filter_btn.apply-filters {
    display: block;
  }
  .hand-history-mainbody .filter_btn.apply-filters.hidebtn {
    display: none;
  }
  .hand-history-mainbody .apply-filters {
    display: none;
  }
  .hand-history-mainbody .toggle-filters {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 100%;
    background-color: #f0f0f0;
    box-shadow: 2px 0px 3px #aaa;
    cursor: pointer;
  }
  .hand-history-mainbody .toggle-filters.hidefilters {
    left: 0px;
  }
  .hand-history-mainbody .toggle-filters.showfilters {
    left: 320px;
  }
  .hand-history-mainbody .toggle-filters.showfilters .icon-play-wrapper .icon-play {
    transform: rotate(180deg);
  }
  .hand-history-mainbody .toggle-filters .icon-play-wrapper {
    position: fixed;
    top: 300px;
    font-size: 8px;
    margin-left: 2px;
    height: 100px;
    width: 8px;
    background-color: #fefefe;
    border-radius: 5px;
  }
  .hand-history-mainbody .toggle-filters .icon-play-wrapper.hanged-up {
    position: absolute;
    top: auto;
    bottom: 300px;
  }
  .hand-history-mainbody .toggle-filters .icon-play-wrapper .icon-play {
    display: block;
    margin-top: 45.5px;
    margin-left: 1px;
    color: #555;
  }
  .hand-history-mainbody pk-hand-filters {
    max-width: 320px;
    width: 100%;
  }
  .hand-history-mainbody pk-hand-filters.hidefilters {
    width: 0px;
    display: none;
  }
  .hand-history-mainbody pk-hand-filters.showfilters {
    width: 100%;
  }
  .hand-history-mainbody pk-hands-mainbody {
    flex: 1;
    padding: 38px 23px 0px 23px;
  }
  .hand-history-mainbody .sub-heading-block p {
    padding: 32px 15px 23px 0px;
  }
  .hand-history-mainbody .sub-heading-block .hands-count {
    display: inline;
  }
  .hand-history-mainbody .hands-details {
    margin: 0px;
    padding: 16px 15px 12px 10px;
  }
  .hand-history-mainbody .hands-details.show-details {
    overflow: hidden;
  }
  .hand-history-mainbody .hands-details.show-details .hand-sub-block {
    position: static;
  }
  .hand-history-mainbody .hands-details.show-details .hand-btn {
    display: none;
    float: none;
  }
  .hand-history-mainbody .date-filters {
    display: none;
  }
  .hand-history-mainbody .hands-history {
    display: flex;
  }
  .hand-history-mainbody pk-hand-filters {
    background-color: #f7f7f7;
  }
  .hand-history-mainbody .hand-btn {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4.8px;
    padding: 0;
    height: 40px;
    margin: 0;
    display: none;
  }
  .hand-history-mainbody .replay-hand-btn {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4.8px;
    padding: 0;
    height: 40px;
    margin: 0;
    display: none;
    width: auto;
    padding: 0px 10px;
  }
  .hand-history-mainbody .text-view-btn {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4.8px;
    padding: 0;
    height: 40px;
    margin: 0;
    display: none;
    width: auto;
    padding: 0px 10px;
    order: 2;
  }
  .hand-history-mainbody .fl-left {
    float: left;
  }
  .hand-history-mainbody.show-dropdown .filters-popup-block[pocket-card="0"] label.radio-buttons,
  .hand-history-mainbody.show-dropdown .filters-popup-block[pocket-card="1"] label.radio-buttons {
    margin-top: 50px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 3px;
    padding-right: 3px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .hand-sub-block {
    display: flex;
    flex: 1;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .time-block {
    float: left;
    flex: 3.5;
    margin: 0px;
    display: flex;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .player-time {
    float: left;
    flex: 1;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .player-time .player-date {
    display: block;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
    margin-top: 4px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .thumbs {
    display: none;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .cards-hub {
    float: left;
    flex: 2;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .footer-note {
    display: none;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .game-col {
    float: left;
    flex: 6;
    margin-left: 15px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .strength {
    display: block;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType {
    float: none;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .thumbs {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .thumbs.icon-thumb-down {
    position: relative;
    top: 3px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .winner-name-wrapper {
    min-width: 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .winner-name {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .data-wins {
    float: left;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .offered-cards {
    float: none;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .hand-btn {
    float: left;
    display: inline-block;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .hand-btn i.icon-play {
    display: inline;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .hand-btn i.icon-play:before {
    font-size: 14px;
    display: inline;
    padding: 0px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .hand-btn i.icon-text-view:before {
    font-size: 14px;
    display: inline;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .replay-hand-btn {
    margin-right: 10px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card {
    width: 24px;
    height: 32px;
    background-image: url('../../images/desktop_deck_@1x.1B9amE.png');
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="2C"] {
    background-position: -28px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="3C"] {
    background-position: -54px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="4C"] {
    background-position: -80px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="5C"] {
    background-position: -106px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="6C"] {
    background-position: -132px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="7C"] {
    background-position: -158px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="8C"] {
    background-position: -2px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="9C"] {
    background-position: -28px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="TC"] {
    background-position: -2px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="AC"] {
    background-position: -54px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="JC"] {
    background-position: -80px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="KC"] {
    background-position: -106px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="QC"] {
    background-position: -132px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="2D"] {
    background-position: -2px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="3D"] {
    background-position: -28px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="4D"] {
    background-position: -54px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="5D"] {
    background-position: -80px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="6D"] {
    background-position: -106px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="7D"] {
    background-position: -132px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="8D"] {
    background-position: -158px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="9D"] {
    background-position: -2px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="TD"] {
    background-position: -158px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="AD"] {
    background-position: -28px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="JD"] {
    background-position: -54px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="KD"] {
    background-position: -80px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="QD"] {
    background-position: -106px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="2H"] {
    background-position: -158px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="3H"] {
    background-position: -2px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="4H"] {
    background-position: -28px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="5H"] {
    background-position: -54px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="6H"] {
    background-position: -80px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="7H"] {
    background-position: -106px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="8H"] {
    background-position: -132px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="9H"] {
    background-position: -158px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="TH"] {
    background-position: -132px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="AH"] {
    background-position: -2px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="JH"] {
    background-position: -28px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="KH"] {
    background-position: -54px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="QH"] {
    background-position: -80px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="2S"] {
    background-position: -132px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="3S"] {
    background-position: -158px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="4S"] {
    background-position: -2px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="5S"] {
    background-position: -28px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="6S"] {
    background-position: -54px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="7S"] {
    background-position: -80px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="8S"] {
    background-position: -106px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="9S"] {
    background-position: -132px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="TS"] {
    background-position: -106px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="AS"] {
    background-position: -158px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="JS"] {
    background-position: -2px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="KS"] {
    background-position: -28px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hand-history-card[card-value="QS"] {
    background-position: -54px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards {
    margin-bottom: 3px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li {
    width: 24px;
    height: 32px;
    background-image: url('../../images/desktop_deck_@1x.1B9amE.png');
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="2C"] {
    background-position: -28px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="3C"] {
    background-position: -54px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="4C"] {
    background-position: -80px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="5C"] {
    background-position: -106px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="6C"] {
    background-position: -132px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="7C"] {
    background-position: -158px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="8C"] {
    background-position: -2px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="9C"] {
    background-position: -28px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="TC"] {
    background-position: -2px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="AC"] {
    background-position: -54px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="JC"] {
    background-position: -80px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="KC"] {
    background-position: -106px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="QC"] {
    background-position: -132px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="2D"] {
    background-position: -2px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="3D"] {
    background-position: -28px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="4D"] {
    background-position: -54px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="5D"] {
    background-position: -80px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="6D"] {
    background-position: -106px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="7D"] {
    background-position: -132px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="8D"] {
    background-position: -158px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="9D"] {
    background-position: -2px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="TD"] {
    background-position: -158px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="AD"] {
    background-position: -28px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="JD"] {
    background-position: -54px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="KD"] {
    background-position: -80px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="QD"] {
    background-position: -106px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="2H"] {
    background-position: -158px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="3H"] {
    background-position: -2px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="4H"] {
    background-position: -28px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="5H"] {
    background-position: -54px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="6H"] {
    background-position: -80px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="7H"] {
    background-position: -106px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="8H"] {
    background-position: -132px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="9H"] {
    background-position: -158px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="TH"] {
    background-position: -132px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="AH"] {
    background-position: -2px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="JH"] {
    background-position: -28px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="KH"] {
    background-position: -54px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="QH"] {
    background-position: -80px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="2S"] {
    background-position: -132px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="3S"] {
    background-position: -158px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="4S"] {
    background-position: -2px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="5S"] {
    background-position: -28px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="6S"] {
    background-position: -54px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="7S"] {
    background-position: -80px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="8S"] {
    background-position: -106px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="9S"] {
    background-position: -132px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="TS"] {
    background-position: -106px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="AS"] {
    background-position: -158px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="JS"] {
    background-position: -2px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="KS"] {
    background-position: -28px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .user-cards li[card-value="QS"] {
    background-position: -54px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li {
    width: 24px;
    height: 32px;
    background-image: url('../../images/desktop_deck_@1x.1B9amE.png');
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="2C"] {
    background-position: -28px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="3C"] {
    background-position: -54px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="4C"] {
    background-position: -80px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="5C"] {
    background-position: -106px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="6C"] {
    background-position: -132px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="7C"] {
    background-position: -158px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="8C"] {
    background-position: -2px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="9C"] {
    background-position: -28px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="TC"] {
    background-position: -2px 0;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="AC"] {
    background-position: -54px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="JC"] {
    background-position: -80px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="KC"] {
    background-position: -106px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="QC"] {
    background-position: -132px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="2D"] {
    background-position: -2px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="3D"] {
    background-position: -28px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="4D"] {
    background-position: -54px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="5D"] {
    background-position: -80px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="6D"] {
    background-position: -106px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="7D"] {
    background-position: -132px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="8D"] {
    background-position: -158px -68px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="9D"] {
    background-position: -2px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="TD"] {
    background-position: -158px -34px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="AD"] {
    background-position: -28px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="JD"] {
    background-position: -54px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="KD"] {
    background-position: -80px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="QD"] {
    background-position: -106px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="2H"] {
    background-position: -158px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="3H"] {
    background-position: -2px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="4H"] {
    background-position: -28px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="5H"] {
    background-position: -54px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="6H"] {
    background-position: -80px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="7H"] {
    background-position: -106px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="8H"] {
    background-position: -132px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="9H"] {
    background-position: -158px -136px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="TH"] {
    background-position: -132px -102px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="AH"] {
    background-position: -2px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="JH"] {
    background-position: -28px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="KH"] {
    background-position: -54px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="QH"] {
    background-position: -80px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="2S"] {
    background-position: -132px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="3S"] {
    background-position: -158px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="4S"] {
    background-position: -2px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="5S"] {
    background-position: -28px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="6S"] {
    background-position: -54px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="7S"] {
    background-position: -80px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="8S"] {
    background-position: -106px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="9S"] {
    background-position: -132px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="TS"] {
    background-position: -106px -170px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="AS"] {
    background-position: -158px -204px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="JS"] {
    background-position: -2px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="KS"] {
    background-position: -28px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .offered-cards li[card-value="QS"] {
    background-position: -54px -238px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .game-col .winner {
    display: block;
    margin-bottom: 7px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .game-col .winner:after {
    display: none;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .game-col .pot-size {
    display: block;
  }
  .hand-history-mainbody .textView-popup {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content {
    max-width: 620px;
    margin: auto;
    padding-bottom: 50px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section .back-btn {
    margin-top: 10px;
    font-size: 33px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section .back-btn.theme-left:before {
    font-size: 24px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section h3 {
    font-size: 28px;
    margin: 20px 0px;
    line-height: normal;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .popup-heading-section .close-text-view {
    top: 25px;
    right: 25px;
    cursor: pointer;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .hand-tag {
    min-width: 388px;
    max-width: 388px;
    margin-bottom: 12px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .hand-tag .set-type {
    margin-bottom: 5px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .text-view-details {
    max-width: 388px;
    margin: auto;
    padding: 0;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content .text-view-details:last-child ul {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .hand-history-mainbody {
    /* TEXT VIEW STYLES
        ================================================== */
    /* TEXT VIEW STYLES ENDS
        ================================================== */
  }
  .hand-history-mainbody .no-hands {
    margin-left: 10px;
  }
  .hand-history-mainbody pk-hand-filters.hidefilters {
    width: 100%;
    display: block;
    max-width: 436px;
  }
  .hand-history-mainbody pk-hands-mainbody {
    padding: 45px 92px 0px 47px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details {
    padding: 20px 0px 10px 0px;
    height: 100px;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .time-block {
    flex: 2.8;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .cards-hub {
    margin-top: -8px;
    flex: 2;
  }
  .hand-history-mainbody pk-hands-mainbody.hidefilters .hands-details .gameType .winner-name {
    max-width: 180px;
  }
  .hand-history-mainbody .hh-filters-sub-menu.hh-filters-menu-cards .filters-popup-block ul li:hover {
    background-color: rgba(233, 68, 7, 0.8);
    color: #fff;
  }
  .hand-history-mainbody .hand-btn {
    margin-top: -15px;
  }
  .hand-history-mainbody .replay-hand-btn,
  .hand-history-mainbody .text-view-btn {
    margin-top: -15px;
  }
  .hand-history-mainbody .filter_btn.apply-filters {
    display: none;
  }
  .hand-history-mainbody .hands-history {
    padding-bottom: 0px;
  }
  .hand-history-mainbody .filter-date {
    margin-top: 27px;
  }
  .hand-history-mainbody .sub-heading-block h1.heading-h1 {
    display: none;
  }
  .hand-history-mainbody .sub-heading-block p {
    padding-top: 25px;
  }
  .hand-history-mainbody .heading-strip {
    padding: 45px 53px 0 40px;
  }
  .hand-history-mainbody .hh-filters-wrapper {
    padding-left: 40px;
    padding-right: 53px;
  }
  .hand-history-mainbody .hh-filters-block ul {
    max-width: 343px;
  }
  .hand-history-mainbody .hh-filters-block ul li {
    max-width: 171.5px;
  }
  .hand-history-mainbody .hh-filters-menu {
    padding: 0px 1px;
    /*>ul {
                >li {
                    &.show-dropdown {
                        .filters-popup-block {
                            label.radio-buttons {
                                .checkmark:after {
                                    top: 1.75px;
                                    left: 1.25px;
                                }
                            }
                        }
                    }
                }
            }*/
  }
  .hand-history-mainbody .hh-filters-menu ul li i {
    right: -4px;
  }
  .hand-history-mainbody .textView-popup .textView-popup-content {
    max-width: 720px;
  }
}

/*-=- Contents of mobilepoker/styles/pages/hand-history-replayer.css -=-*/

.hand-history-mainbody {
  /*ReplayerHand Styles
    =================================================*/
  /* game-table-innerwrapper */
  /* Table Header Info Styles */
  /*End Table Header Info */
  /* card styles */
  /*End  card styles */
  /* game-table-container */
  /*End game-table-container */
  /* .play-control */
  /* Main pot styles (.chipChange) */
  /*End Main pot styles (chipChange) */
  /* player Styles */
  /*End player Styles */
  /* hold-cards Styles */
  /* End hold-cards Styles */
  /* Seat Styles */
  /* Seat Styles */
  /* DESKTOP STYLES ENDS
================================================== */
  /*ReplayerHand Responsive STYLES Start
================================================== */
  /*ReplayerHand Laptop STYLES Start
================================================== */
  /*ReplayerHand Mobile STYLES Start
================================================== */
  /*ReplayerHand small Mobile STYLES Start
================================================== */
  /*ReplayerHand Responsive STYLES End
================================================== */
}
.hand-history-mainbody .gametable-bg {
  background-image: url('../../images/replayer/table_carpet_new.VLcOfT.jpg'), url('../../images/replayer/play.PRbf~N.png'), url('../../images/replayer/replay.ugrdNR.png'), url('../../images/replayer/pause.c3tM20.png'), url('../../images/replayer/reset.PulFHp.png'), url('../../images/replayer/pr.QuF5AU.png'), url('../../images/replayer/fr.COItUL.png'), url('../../images/replayer/fp.7K5Rjz.png'), url('../../images/replayer/ff.mE4cUk.png'), url('../../images/replayer/player_bg.ce5tdG.png'), url('../../images/replayer/player.bJOjFt.png'), url('../../images/replayer/fold-player.ARa7Q3.png');
}
.hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
  margin-top: 0;
}
.hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
  top: -6px;
  margin-bottom: -15px;
}
.hand-history-mainbody .game-table-wrapper.vcClient .tableInfo span {
  font-size: 14px;
}
.hand-history-mainbody .game-table-wrapper.vcClient .player-pot {
  min-height: 32px;
}
.hand-history-mainbody .game-table-wrapper.vcClient .player-pot .pot-value {
  font-size: 11px;
  line-height: 17px;
}
.hand-history-mainbody .game-table-wrapper.vcClient .sidePot .sidePot-content {
  top: -5px;
}
.hand-history-mainbody .game-table-wrapper.vcClient .play-control .backGround {
  position: absolute;
  top: 434px;
  left: 50%;
}
.hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .slidecontainer {
  top: 507px;
}
.hand-history-mainbody .game-table-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.hand-history-mainbody .game-table-wrapper .game-table-innerwrapper {
  overflow-y: auto;
  height: 100%;
}
.hand-history-mainbody .game-table-wrapper .game-table-innerwrapper::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1d1d1d;
  opacity: .7;
  z-index: -5;
}
.hand-history-mainbody .game-table-innerwrapper {
  /* Close Button styles */
  /* End Close Button styles */
}
.hand-history-mainbody .game-table-innerwrapper .close-btn {
  width: 40px;
  height: 50px;
  position: relative;
  top: 67px;
  left: 50%;
  z-index: 9999;
  font-size: 0;
  transform: translateX(362px);
  margin-bottom: -42px;
  opacity: 1;
}
.hand-history-mainbody .game-table-innerwrapper .close-btn::after {
  content: "\e0eb";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: themeicons !important;
  font-size: 9px;
  color: #fff !important;
  display: block;
  cursor: pointer;
  opacity: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: #fff;
}
.hand-history-mainbody .game-table-innerwrapper .close-btn:hover::after {
  opacity: 1;
  -webkit-text-fill-color: #fff;
}
.hand-history-mainbody .game-table-innerwrapper .slidecontainer {
  width: 296px;
  height: 35px;
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 0%, #474747 19%, #141414 60%, #2b2b2b 99%, #131313 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 0%, #474747 19%, #141414 60%, #2b2b2b 99%, #131313 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 0%, #474747 19%, #141414 60%, #2b2b2b 99%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 607px;
  left: 50%;
  transform: translateX(100px);
  border-radius: 3px;
  text-align: center;
  padding: 5px 10px 0 10px;
}
.hand-history-mainbody .game-table-innerwrapper .slidecontainer.h-screen {
  top: 499px;
}
.hand-history-mainbody .game-table-innerwrapper .slidecontainer.s-screen {
  display: none;
}
.hand-history-mainbody .game-table-innerwrapper .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d2420d;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 6px;
  border: 2px solid #363636;
  box-shadow: inset 1px 0 1px 2px #000000;
  cursor: pointer;
}
.hand-history-mainbody .game-table-innerwrapper .slider:hover {
  opacity: 1;
}
.hand-history-mainbody .game-table-innerwrapper .slidecontainer input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 24px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.6);
  z-index: 4;
}
.hand-history-mainbody .game-table-innerwrapper ul#tickmarks {
  display: block;
  opacity: 1;
  visibility: visible;
  min-height: 2px;
  height: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -40px;
  z-index: -1;
}
.hand-history-mainbody .game-table-innerwrapper ul#tickmarks li {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  min-height: 4px;
  background: #fff;
  margin-right: 21.5%;
  padding: 0 1px;
}
.hand-history-mainbody .game-table-innerwrapper ul#tickmarks li:last-child {
  margin-right: 0;
}
.hand-history-mainbody .tableInfo {
  width: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  color: #acacac;
  background: #1c1c1c;
  padding: 5px 0 5px 8px;
  text-align: left;
}
.hand-history-mainbody .tableInfo span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}
.hand-history-mainbody .tableInfo span:first-child {
  border: none;
}
.hand-history-mainbody .tableInfo .handID span.handId {
  position: absolute;
  top: 9px;
  right: 36px;
  text-align: right;
}
.hand-history-mainbody .card {
  width: 59px;
  height: 82px;
  position: absolute;
  background-image: url('../../images/replayer/cards.qfh9Qx.png');
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.hand-history-mainbody .card.animate {
  transition: all ease-in-out 0.8s;
  transition-property: left, top;
  visibility: visible;
}
.hand-history-mainbody .card.animate.hide {
  visibility: hidden;
  transition: all ease-in-out 0.8s;
  transition-property: left, top;
}
.hand-history-mainbody .community-cards {
  visibility: hidden;
}
.hand-history-mainbody .dealer {
  width: 23px;
  height: 21px;
  position: absolute;
  background-image: url('../../images/replayer/dealer.qZFGoI.png');
  background-size: 100%;
}
.hand-history-mainbody .game-table-container {
  height: 557px;
  width: 804px;
  background-image: url('../../images/replayer/table_carpet_new.VLcOfT.jpg');
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
}
.hand-history-mainbody .game-table-container:after {
  content: "";
  width: 325px;
  height: 78px;
  background: url('../../images/replayer/table_logo.1fhELD.png');
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hand-history-mainbody .game-table-container .replayer-text-view {
  color: white;
  position: absolute;
  top: 78%;
  width: 400px;
  height: 120px;
  border: 1px solid white;
  border-radius: 3px;
  left: 0.5%;
}
.hand-history-mainbody .game-table-container .replayer-text-view table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.hand-history-mainbody .game-table-container .replayer-text-view td,
.hand-history-mainbody .game-table-container .replayer-text-view th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0px;
  font-weight: normal;
  width: 20%;
}
.hand-history-mainbody .play-control.h-screen .backGround {
  top: 430px;
}
.hand-history-mainbody .play-control.s-screen {
  display: none;
}
.hand-history-mainbody .play-control .backGround {
  width: 296px;
  height: 60px;
  background-image: url('../../images/replayer/player_bg.ce5tdG.png');
  outline: none;
  position: absolute;
  top: 540px;
  left: 50%;
  text-align: center;
  transform: translateX(100px);
  z-index: 99999;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.hand-history-mainbody .play-control .backGround a {
  margin-top: 5px;
  position: relative;
  pointer-events: visible;
}
.hand-history-mainbody .play-control .backGround a .tooltiptext {
  visibility: hidden;
  width: 70px;
  pointer-events: none;
  position: absolute;
  bottom: 120%;
  left: auto;
  background-color: #555;
  margin-left: -33px;
  font-size: 11px;
  color: yellow;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
}
.hand-history-mainbody .play-control .backGround a .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  pointer-events: none;
}
.hand-history-mainbody .play-control .backGround a .tooltiptext.pause {
  display: none;
}
.hand-history-mainbody .play-control .backGround a .tooltiptext.replay {
  display: none;
}
.hand-history-mainbody .play-control .backGround a .tooltiptext::selection {
  background: none;
}
.hand-history-mainbody .play-control .backGround a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.hand-history-mainbody .play-control .backGround a.play {
  width: 50px;
  height: 50px;
  background-image: url('../../images/replayer/play.PRbf~N.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.play.pause {
  width: 50px;
  height: 50px;
  background-image: url('../../images/replayer/pause.c3tM20.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.play.pause .tooltiptext {
  display: none;
}
.hand-history-mainbody .play-control .backGround a.play.pause .tooltiptext.pause {
  display: inline-block;
}
.hand-history-mainbody .play-control .backGround a.play.replay {
  width: 50px;
  height: 50px;
  background-image: url('../../images/replayer/replay.ugrdNR.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.play.replay .tooltiptext {
  display: none;
}
.hand-history-mainbody .play-control .backGround a.play.replay .tooltiptext.replay {
  display: inline-block;
}
.hand-history-mainbody .play-control .backGround a.prev {
  width: 40px;
  height: 25px;
  background-image: url('../../images/replayer/pr.QuF5AU.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.next {
  width: 40px;
  height: 25px;
  background-image: url('../../images/replayer/fr.COItUL.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.start {
  width: 40px;
  height: 25px;
  background-image: url('../../images/replayer/fp.7K5Rjz.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.start.disable {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.hand-history-mainbody .play-control .backGround a.replay {
  width: 50px;
  height: 50px;
  background-image: url('../../images/replayer/reset.PulFHp.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.end {
  width: 40px;
  height: 25px;
  background-image: url('../../images/replayer/ff.mE4cUk.png');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hand-history-mainbody .play-control .backGround a.disable {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.hand-history-mainbody .chipChange {
  transition: all ease-in-out 0.5s;
  width: 200px;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  margin-right: 3px;
}
.hand-history-mainbody .chipChange.playerWin {
  display: none;
}
.hand-history-mainbody .chipChange .chip {
  display: inline-block;
  vertical-align: middle;
}
.hand-history-mainbody .chipChange .chip span.showChip {
  width: 22px;
  height: 15px;
  background: url('../../images/replayer/spritesheet.Fcx~gn.png') no-repeat 0px 0px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
}
.hand-history-mainbody .chipChange .chip span.showChip.c1 {
  background-position: -10px -10px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c5 {
  background-position: -10px -115px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c10 {
  background-position: -10px -45px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c25 {
  background-position: -10px -80px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c50 {
  background-position: -10px -150px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c100 {
  background-position: -10px -185px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c500 {
  background-position: -10px -535px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c2500 {
  background-position: -10px -430px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c10000 {
  background-position: -10px -220px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c50000 {
  background-position: -10px -570px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c100000 {
  background-position: -10px -255px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c500000 {
  background-position: -10px -605px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c2500000 {
  background-position: -10px -465px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c10000000 {
  background-position: -10px -290px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c50000000 {
  background-position: -10px -640px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c100000000 {
  background-position: -10px -325px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c500000000 {
  background-position: -10px -675px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c2500000000 {
  background-position: -10px -500px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c10000000000 {
  background-position: -10px -360px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c50000000000 {
  background-position: -10px -710px;
}
.hand-history-mainbody .chipChange .chip span.showChip.c100000000000 {
  background-position: -10px -395px;
}
.hand-history-mainbody .chipChange .chip div:nth-child(2),
.hand-history-mainbody .chipChange .chip div:nth-child(3),
.hand-history-mainbody .chipChange .chip div:nth-child(4),
.hand-history-mainbody .chipChange .chip div:nth-child(5),
.hand-history-mainbody .chipChange .chip div:nth-child(6) {
  margin-top: -27px;
}
.hand-history-mainbody .chipChange .pot {
  margin-top: -2px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.hand-history-mainbody .chipChange .pot .pot-value {
  width: auto;
  height: 16px;
  padding: 0 8px;
  text-align: center;
  background-color: rgba(24, 10, 65, 0.41);
  border-radius: 8px;
  z-index: 9999;
  line-height: 17px;
}
.hand-history-mainbody .player-seat-container {
  position: absolute;
}
.hand-history-mainbody .player-seat {
  position: relative;
  pointer-events: none;
}
.hand-history-mainbody .player {
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url('../../images/replayer/player.bJOjFt.png');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 9999;
}
.hand-history-mainbody .player.optionSet:after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url('../../images/replayer/fold-player.ARa7Q3.png');
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}
.hand-history-mainbody .player .player-border {
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url('../../images/replayer/avatar_border.aULuDD.png');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99991;
}
.hand-history-mainbody .player.c1,
.hand-history-mainbody .player.c2 {
  top: 38px;
  left: -23px;
}
.hand-history-mainbody .player.c3,
.hand-history-mainbody .player.c4 {
  top: 38px;
  left: 110px;
}
.hand-history-mainbody .hold-cards {
  position: absolute;
  margin-left: 13px;
  display: inline;
}
.hand-history-mainbody .hold-cards pkr-card:nth-child(1) .card {
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards pkr-card:nth-child(2) .card {
  left: 56px !important;
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.displayCards {
  display: none;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(1) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(1) .card {
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(2) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(2) .card {
  left: 23px !important;
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(3) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(3) .card {
  left: 46px !important;
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(4) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(4) .card {
  left: 69px !important;
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(5) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(5) .card {
  left: 92px !important;
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(6) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(6) .card {
  left: 115px !important;
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(7) .card,
.hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(7) .card {
  left: 138px !important;
}
.hand-history-mainbody .hold-cards.sevenCards {
  margin-left: 1px;
  transform: scale(0.8);
}
.hand-history-mainbody .hold-cards.sevenCards pkr-card .card {
  animation: shake .5s;
}
.hand-history-mainbody .hold-cards.sevenCards.c1,
.hand-history-mainbody .hold-cards.sevenCards .c2 {
  margin-left: -20px;
}
.hand-history-mainbody .hold-cards.omaha {
  margin-left: 10px;
}
.hand-history-mainbody .hold-cards.omaha.c1,
.hand-history-mainbody .hold-cards.omaha .c2 {
  margin-left: 1px;
}
@keyframes shake {
  0% {
    transform: translate(-50px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.hand-history-mainbody .seat {
  width: 138px;
  height: 46px;
  position: absolute;
  top: 40px;
  background-image: url('../../images/replayer/seat.KYNgxf.png');
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  display: table;
}
.hand-history-mainbody .seat .seat-info {
  display: table-cell;
  vertical-align: middle;
}
.hand-history-mainbody .seat.fold {
  width: 138px;
  height: 46px;
  position: absolute;
  top: 40px;
  text-align: center;
  background-size: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  border: none;
  line-height: 43px;
}
.hand-history-mainbody .seat p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  margin-top: 2px;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.3em;
  white-space: nowrap;
}
.hand-history-mainbody .seat .balance {
  font-size: 13px;
  color: yellow;
  margin-top: -1px;
}
.hand-history-mainbody .seat .event {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.hand-history-mainbody .seat .event .status {
  font-size: 13px;
  color: yellow;
}
.hand-history-mainbody .seat.c1,
.hand-history-mainbody .seat.c2 {
  left: 0;
}
.hand-history-mainbody .seat.c1 p.name.truncated,
.hand-history-mainbody .seat.c2 p.name.truncated {
  margin-left: 24px;
  font-size: 13px;
  width: 110px;
}
.hand-history-mainbody .seat.c1 p.name.truncated.fold,
.hand-history-mainbody .seat.c2 p.name.truncated.fold {
  margin-left: 13px;
}
.hand-history-mainbody .seat.c1 p.name.fold,
.hand-history-mainbody .seat.c2 p.name.fold {
  color: #589ffb;
}
.hand-history-mainbody .seat.c3,
.hand-history-mainbody .seat.c4 {
  left: 0;
}
.hand-history-mainbody .seat.c3 p.name.truncated,
.hand-history-mainbody .seat.c4 p.name.truncated {
  margin-left: 4px;
  font-size: 13px;
  width: 110px;
}
.hand-history-mainbody .seat.c3 p.name.truncated.fold,
.hand-history-mainbody .seat.c4 p.name.truncated.fold {
  margin-left: 13px;
}
.hand-history-mainbody .seat.c3 p.name.fold,
.hand-history-mainbody .seat.c4 p.name.fold {
  color: #589ffb;
}
.hand-history-mainbody .player-pot {
  position: absolute;
  text-align: center;
  transition: all ease-in-out 0.5s;
  transform: translateX(-50%);
  min-height: 30px;
  z-index: 9999;
}
.hand-history-mainbody .player-pot p {
  color: white;
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
.hand-history-mainbody .player-pot .pot-value {
  width: auto;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 0 8px;
  text-align: center;
  background-color: rgba(24, 10, 65, 0.41);
  border-radius: 8px;
  transform: translateX(-50%);
  z-index: 9999;
}
.hand-history-mainbody .player-pot .pot-value.hide {
  display: none;
}
.hand-history-mainbody .player-pot .chip {
  float: left;
  margin-right: 1px;
  background-size: 100%;
}
.hand-history-mainbody .player-pot .chip.hide {
  visibility: hidden;
}
.hand-history-mainbody .player-pot .chip div:nth-child(2),
.hand-history-mainbody .player-pot .chip div:nth-child(3),
.hand-history-mainbody .player-pot .chip div:nth-child(4),
.hand-history-mainbody .player-pot .chip div:nth-child(5),
.hand-history-mainbody .player-pot .chip div:nth-child(6) {
  margin-top: -27px;
}
.hand-history-mainbody .player-pot span.showChip {
  width: 22px;
  height: 15px;
  background: url('../../images/replayer/spritesheet.Fcx~gn.png') no-repeat 0px 0px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
}
.hand-history-mainbody .player-pot span.showChip.c1 {
  background-position: -10px -10px;
}
.hand-history-mainbody .player-pot span.showChip.c5 {
  background-position: -10px -115px;
}
.hand-history-mainbody .player-pot span.showChip.c10 {
  background-position: -10px -45px;
}
.hand-history-mainbody .player-pot span.showChip.c25 {
  background-position: -10px -80px;
}
.hand-history-mainbody .player-pot span.showChip.c50 {
  background-position: -10px -150px;
}
.hand-history-mainbody .player-pot span.showChip.c100 {
  background-position: -10px -185px;
}
.hand-history-mainbody .player-pot span.showChip.c500 {
  background-position: -10px -535px;
}
.hand-history-mainbody .player-pot span.showChip.c2500 {
  background-position: -10px -430px;
}
.hand-history-mainbody .player-pot span.showChip.c10000 {
  background-position: -10px -220px;
}
.hand-history-mainbody .player-pot span.showChip.c50000 {
  background-position: -10px -570px;
}
.hand-history-mainbody .player-pot span.showChip.c100000 {
  background-position: -10px -255px;
}
.hand-history-mainbody .player-pot span.showChip.c500000 {
  background-position: -10px -605px;
}
.hand-history-mainbody .player-pot span.showChip.c2500000 {
  background-position: -10px -465px;
}
.hand-history-mainbody .player-pot span.showChip.c10000000 {
  background-position: -10px -290px;
}
.hand-history-mainbody .player-pot span.showChip.c50000000 {
  background-position: -10px -640px;
}
.hand-history-mainbody .player-pot span.showChip.c100000000 {
  background-position: -10px -325px;
}
.hand-history-mainbody .player-pot span.showChip.c500000000 {
  background-position: -10px -675px;
}
.hand-history-mainbody .player-pot span.showChip.c2500000000 {
  background-position: -10px -500px;
}
.hand-history-mainbody .player-pot span.showChip.c10000000000 {
  background-position: -10px -360px;
}
.hand-history-mainbody .player-pot span.showChip.c50000000000 {
  background-position: -10px -710px;
}
.hand-history-mainbody .player-pot span.showChip.c100000000000 {
  background-position: -10px -395px;
}
.hand-history-mainbody .player-pot.animate {
  transition: all ease-in-out 0.5s;
}
.hand-history-mainbody .pot {
  position: absolute;
  text-align: center;
}
.hand-history-mainbody .pot p {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
.hand-history-mainbody .pot .pot-value {
  width: auto;
  line-height: 18px;
}
.hand-history-mainbody .pot.totalpot {
  text-align: center;
  width: 300px;
  transform: translateX(-50%);
  margin: 0 !important;
}
.hand-history-mainbody .pot.totalpot .pot {
  width: auto;
  height: 16px;
  background-color: rgba(24, 10, 65, 0.41);
  padding: 0 7px;
  border-radius: 8px;
  transform: translateX(-50%);
}
.hand-history-mainbody .pot.totalpot p {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -9px;
}
.hand-history-mainbody .sidePot {
  position: absolute;
  top: 25%;
  left: 50%;
  text-align: center;
  width: 290px;
  transform: translateX(-50%);
  height: 20px;
}
.hand-history-mainbody .sidePot p {
  color: white;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.hand-history-mainbody .sidePot .pot-value {
  width: auto;
  height: auto;
  background-image: none;
  border-radius: 8px;
  padding: 0 2px;
  line-height: 17px;
  margin: 0 1px;
}
.hand-history-mainbody .sidePot .sidePot-content-main {
  width: 290px;
  height: 17px;
  display: inline-block;
  border-radius: 8px;
  padding: 0 2px;
  position: relative;
}
.hand-history-mainbody .sidePot .sidePot-content-main.active .sidePot-content {
  background: rgba(24, 10, 65, 0.41);
}
.hand-history-mainbody .sidePot .sidePot-content {
  width: auto;
  height: 17px;
  padding: 0 3px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
}
.hand-history-mainbody .sidePot-amount {
  display: inline-block;
  vertical-align: top;
}
.hand-history-mainbody .sidePot-amount:nth-child(5),
.hand-history-mainbody .sidePot-amount:nth-child(6),
.hand-history-mainbody .sidePot-amount:nth-child(7),
.hand-history-mainbody .sidePot-amount:nth-child(8) {
  position: absolute;
  background: rgba(24, 10, 65, 0.41);
  border-radius: 8px;
  height: 17px;
  padding: 0 2px;
}
.hand-history-mainbody .sidePot-amount:nth-child(5) {
  top: 22px !important;
  left: -2px !important;
}
.hand-history-mainbody .sidePot-amount:nth-child(6) {
  top: 22px !important;
  left: auto !important;
  right: 0;
}
.hand-history-mainbody .sidePot-amount:nth-child(7) {
  top: 130px !important;
  left: -38px !important;
}
.hand-history-mainbody .sidePot-amount:nth-child(8) {
  top: 130px !important;
  left: auto !important;
  right: -17px;
}
.hand-history-mainbody .sidePot button {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -13px;
  font-size: 0;
  border: none;
  background: rgba(24, 10, 65, 0.41);
  cursor: pointer;
  border-radius: 0 8px 8px 0px;
}
.hand-history-mainbody .sidePot button.togglebtn::before {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1D4A40;
  transform: translate(-54%, -50%);
  border-radius: 3px;
}
.hand-history-mainbody .sidePot button.togglebtn.dwon:after {
  content: "\25bc";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #C4C4C4;
  transform: translate(-54%, -46%);
  font-size: 9px;
}
.hand-history-mainbody .sidePot button.togglebtn.up:after {
  content: "\25b2";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #C4C4C4;
  transform: translate(-54%, -46%);
  font-size: 9px;
}
@media (max-width: 1928px) and (min-height: 630px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 30px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 24px;
  }
}
@media (max-width: 1928px) and (min-height: 675px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 80px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 74px;
  }
}
@media (max-width: 1928px) and (max-height: 600px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 25px;
    zoom: 0.86;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 18px;
    transform: translateX(310px);
    margin-bottom: -15px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .play-control .backGround {
    position: absolute;
    top: 434px;
    left: auto;
    transform: translateX(0);
    right: 14px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .slidecontainer {
    top: 500px;
    transform: translateX(0);
    left: auto;
    right: 14px;
  }
}
@media (max-width: 1928px) and (max-height: 515px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 50px;
    zoom: 0.82;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 40px;
    transform: translateX(297px);
    margin-bottom: -15px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .tableInfo span {
    font-size: 14px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .play-control .backGround {
    position: absolute;
    top: 434px;
    left: auto;
    transform: translateX(0);
    right: 14px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .slidecontainer {
    top: 500px;
    transform: translateX(0);
    left: auto;
    right: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 0px;
    zoom: 0.83;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: -3px;
    transform: translateX(300px);
    margin-bottom: -15px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .tableInfo span {
    font-size: 14px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .player-pot {
    min-height: 32px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .player-pot .pot-value {
    font-size: 11px;
    line-height: 17px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .sidePot .sidePot-content {
    top: -4px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .play-control .backGround {
    position: absolute;
    top: 434px;
    left: auto;
    transform: translateX(0);
    right: 14px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .slidecontainer {
    top: 505px;
    transform: translateX(0);
    left: auto;
    right: 14px;
  }
  .hand-history-mainbody .game-table-wrapper .slidecontainer input[type="range"]::-webkit-slider-thumb {
    width: 12px;
  }
}
@media (max-width: 1200px) and (min-height: 600px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 60px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 48px;
  }
}
@media (max-width: 1200px) and (min-height: 670px) {
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-container {
    margin-top: 100px;
  }
  .hand-history-mainbody .game-table-wrapper.vcClient .game-table-innerwrapper .close-btn {
    top: 80px;
  }
}
@media only screen and (max-width: 980px) {
  .hand-history-mainbody .game-table-container {
    height: 520px;
    width: 750px;
  }
  .hand-history-mainbody .play-control.h-screen .backGround {
    top: 406px;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 515px;
    left: 50%;
    transform: translateX(72px);
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    transform: translateX(335px);
  }
  .hand-history-mainbody .hold-cards.sevenCards {
    transform: scale(0.8);
  }
  .hand-history-mainbody .hold-cards.sevenCards.c1,
  .hand-history-mainbody .hold-cards.sevenCards .c2 {
    margin-left: -22px;
  }
  .hand-history-mainbody .hold-cards pkr-card:nth-child(2) .card {
    left: 50px !important;
    animation: shake .5s;
  }
  .hand-history-mainbody .card {
    transform: scale(0.9);
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5) {
    top: 21px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(6) {
    top: 21px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(7) {
    top: 121px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(8) {
    top: 121px !important;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 585px;
    transform: translateX(72px);
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer.h-screen {
    top: 477px;
  }
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .hand-history-mainbody _:-webkit-full-screen,
  .hand-history-mainbody .close-btn {
    opacity: 1;
  }
  .hand-history-mainbody _:-webkit-full-screen::after,
  .hand-history-mainbody .close-btn::after {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .hand-history-mainbody .game-table-container .player-pot span.showChip {
    background: url('../../images/replayer/spritesheet@2x.ALXacE.png') no-repeat 0px 0px;
    background-size: 42px 735px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c1 {
    background-position: -10px -10px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c5 {
    background-position: -10px -115px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c10 {
    background-position: -10px -45px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c25 {
    background-position: -10px -80px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c50 {
    background-position: -10px -150px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c100 {
    background-position: -10px -185px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c500 {
    background-position: -10px -535px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c2500 {
    background-position: -10px -430px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c10000 {
    background-position: -10px -220px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c50000 {
    background-position: -10px -570px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c100000 {
    background-position: -10px -255px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c500000 {
    background-position: -10px -605px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c2500000 {
    background-position: -10px -465px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c10000000 {
    background-position: -10px -290px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c50000000 {
    background-position: -10px -640px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c100000000 {
    background-position: -10px -325px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c500000000 {
    background-position: -10px -675px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c2500000000 {
    background-position: -10px -500px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c10000000000 {
    background-position: -10px -360px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c50000000000 {
    background-position: -10px -710px;
  }
  .hand-history-mainbody .game-table-container .player-pot span.showChip.c100000000000 {
    background-position: -10px -395px;
  }
}
@media only screen and (max-width: 767px) {
  .hand-history-mainbody .game-table-container {
    height: 333px;
    width: 480px;
    margin-top: 40px;
    pointer-events: none;
  }
  .hand-history-mainbody .game-table-container::after {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .hand-history-mainbody .game-table-wrapper .game-table-innerwrapper {
    overflow: hidden;
  }
  .hand-history-mainbody .game-table-wrapper .game-table-innerwrapper::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #1d1d1d;
    z-index: -2;
    opacity: 1;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-bottom: 0;
  }
  .hand-history-mainbody .tableInfo span {
    font-size: 12px;
    padding: 0px;
  }
  .hand-history-mainbody .card {
    transform: scale(0.55);
  }
  .hand-history-mainbody .community-cards {
    color: red;
  }
  .hand-history-mainbody .community-cards .card {
    top: 29% !important;
  }
  .hand-history-mainbody .dealer {
    width: 15px;
    height: 13px;
    margin-top: 4px;
  }
  .hand-history-mainbody .game-table-container .chipChange {
    height: 12px;
    background-size: 100%;
  }
  .hand-history-mainbody .game-table-container .chipChange .chip div:nth-child(2),
  .hand-history-mainbody .game-table-container .chipChange .chip div:nth-child(3),
  .hand-history-mainbody .game-table-container .chipChange .chip div:nth-child(4),
  .hand-history-mainbody .game-table-container .chipChange .chip div:nth-child(5),
  .hand-history-mainbody .game-table-container .chipChange .chip div:nth-child(6) {
    margin-top: -26px;
  }
  .hand-history-mainbody .game-table-container .chipChange .chip {
    margin-right: -8px;
  }
  .hand-history-mainbody .game-table-container .chipChange .chip span.showChip {
    transform: scale(0.6) translateX(-7px) translateZ(0);
  }
  .hand-history-mainbody .game-table-container .chipChange .pot {
    margin-left: 1px;
  }
  .hand-history-mainbody .game-table-container .chipChange .pot .pot-value {
    font-size: 8px;
    height: 12px;
    line-height: 13px;
    padding: 0 6px;
  }
  .hand-history-mainbody .play-control.h-screen {
    display: none;
  }
  .hand-history-mainbody .play-control.s-screen {
    display: block;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 290px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0) scale(0.9);
  }
  .hand-history-mainbody .play-control .backGround a {
    margin-left: 1px;
  }
  .hand-history-mainbody .play-control .backGround a .tooltiptext {
    font-size: 9px;
    line-height: 13px;
  }
  .hand-history-mainbody .play-control .backGround a:hover .tooltiptext {
    visibility: hidden;
    opacity: 0;
  }
  .hand-history-mainbody .play-control .backGround a:active .tooltiptext,
  .hand-history-mainbody .play-control .backGround a:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .hand-history-mainbody .play-control a .tooltiptext {
    width: 44px;
    padding: 1px 0;
    bottom: 100%;
    margin-left: -22px;
    font-size: 8px;
    line-height: 13px;
  }
  .hand-history-mainbody .play-control a .tooltiptext:after {
    margin-left: -4px;
    border-width: 4px;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 351px;
    transform: translateX(0) scale(0.9);
    left: auto;
    right: 0;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer.h-screen {
    display: none;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer.s-screen {
    display: block;
  }
  .hand-history-mainbody .pot:nth-child(1) {
    margin-top: 3px;
  }
  .hand-history-mainbody .pot.totalpot .pot {
    height: 12px;
    line-height: 13px;
  }
  .hand-history-mainbody .pot.totalpot p {
    margin-top: -3px;
    font-size: 8px;
    line-height: 13px;
  }
  .hand-history-mainbody .player {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    top: 5px;
  }
  .hand-history-mainbody .player .player-border {
    width: 32px;
    height: 32px;
  }
  .hand-history-mainbody .player.c1,
  .hand-history-mainbody .player.c2 {
    top: 27px;
    left: -15px;
  }
  .hand-history-mainbody .player.c3,
  .hand-history-mainbody .player.c4 {
    top: 27px;
    left: 64px;
  }
  .hand-history-mainbody .seat {
    width: 81px;
    height: 26px;
    top: 30px;
  }
  .hand-history-mainbody .seat.fold {
    width: 81px;
    height: 26px;
    top: 30px;
    padding: 0;
    line-height: 24px;
  }
  .hand-history-mainbody .seat p {
    font-size: 9px;
    margin: 0;
    line-height: 12px;
    white-space: nowrap;
  }
  .hand-history-mainbody .seat .balance {
    font-size: 10px;
    margin-top: 1px;
  }
  .hand-history-mainbody .seat .event .status {
    font-size: 8px;
  }
  .hand-history-mainbody .seat .status {
    font-size: 8px;
  }
  .hand-history-mainbody .seat.c1,
  .hand-history-mainbody .seat.c2 {
    left: 0;
  }
  .hand-history-mainbody .seat.c1 p.name.truncated,
  .hand-history-mainbody .seat.c2 p.name.truncated {
    margin-left: 17px;
    font-size: 9px;
    width: 61px;
  }
  .hand-history-mainbody .seat.c1 p.name.truncated.fold,
  .hand-history-mainbody .seat.c2 p.name.truncated.fold {
    margin-left: 9px;
  }
  .hand-history-mainbody .seat.c1 p.name.fold,
  .hand-history-mainbody .seat.c2 p.name.fold {
    color: #589ffb;
  }
  .hand-history-mainbody .seat.c3,
  .hand-history-mainbody .seat.c4 {
    left: 0;
  }
  .hand-history-mainbody .seat.c3 p.name.truncated,
  .hand-history-mainbody .seat.c4 p.name.truncated {
    margin-left: 4px;
    font-size: 9px;
    width: 61px;
  }
  .hand-history-mainbody .seat.c3 p.name.truncated.fold,
  .hand-history-mainbody .seat.c4 p.name.truncated.fold {
    margin-left: 9px;
  }
  .hand-history-mainbody .seat.c3 p.name.fold,
  .hand-history-mainbody .seat.c4 p.name.fold {
    color: #589ffb;
  }
  .hand-history-mainbody .hold-cards {
    left: 8px;
    top: -11px;
    margin-left: 10px;
  }
  .hand-history-mainbody .hold-cards.c1,
  .hand-history-mainbody .hold-cards.c2 {
    margin-left: -6px;
  }
  .hand-history-mainbody .hold-cards.c3,
  .hand-history-mainbody .hold-cards.c4 {
    margin-left: -2px;
  }
  .hand-history-mainbody .hold-cards pkr-card:nth-child(2) .card {
    left: 31px !important;
  }
  .hand-history-mainbody .hold-cards.omaha {
    margin-left: -7px;
  }
  .hand-history-mainbody .hold-cards.omaha.c1,
  .hand-history-mainbody .hold-cards.omaha .c2 {
    margin-left: -14px;
  }
  .hand-history-mainbody .hold-cards.sevenCards {
    top: -8px;
    margin-left: -13px;
    transform: scale(0.8);
  }
  .hand-history-mainbody .hold-cards.sevenCards.c1,
  .hand-history-mainbody .hold-cards.sevenCards.c2 {
    margin-left: -25px;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(2) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(2) .card {
    left: 15px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(3) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(3) .card {
    left: 30px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(4) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(4) .card {
    left: 45px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(5) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(5) .card {
    left: 60px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(6) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(6) .card {
    left: 75px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(7) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(7) .card {
    left: 90px !important;
  }
  @keyframes shake {
    0% {
      transform: scale(0.6) translate(-50px, -50px);
    }
    100% {
      transform: scale(0.6) translate(0px, 0px);
    }
  }
  .hand-history-mainbody .player-pot {
    min-height: 25px;
  }
  .hand-history-mainbody .player-pot.animate .chip {
    margin-right: -8px;
  }
  .hand-history-mainbody .player-pot .chip {
    margin-left: 0px;
  }
  .hand-history-mainbody .player-pot .chip div:nth-child(2),
  .hand-history-mainbody .player-pot .chip div:nth-child(3),
  .hand-history-mainbody .player-pot .chip div:nth-child(4),
  .hand-history-mainbody .player-pot .chip div:nth-child(5),
  .hand-history-mainbody .player-pot .chip div:nth-child(6) {
    margin-top: -26px;
  }
  .hand-history-mainbody .player-pot .pot-value {
    height: 12px;
    font-size: 8px;
    line-height: 12px;
    padding: 0 5px;
  }
  .hand-history-mainbody .player-pot p {
    font-family: roboto;
    font-size: 8px;
  }
  .hand-history-mainbody .player-pot span.showChip {
    transform: scale(0.6) translateX(-7px);
  }
  .hand-history-mainbody .sidePot {
    width: 204px;
    top: 26%;
  }
  .hand-history-mainbody .sidePot .pot-value {
    padding: 0 2px;
    line-height: 12px;
  }
  .hand-history-mainbody .sidePot p {
    font-size: 8px;
  }
  .hand-history-mainbody .sidePot .sidePot-content-main {
    width: 204px;
    height: 12px;
    padding: 0 4px;
    top: -4px;
  }
  .hand-history-mainbody .sidePot .sidePot-content {
    height: 12px;
  }
  .hand-history-mainbody .sidePot button {
    width: 16px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: -11px;
  }
  .hand-history-mainbody .sidePot button:before {
    width: 10px;
    height: 10px;
  }
  .hand-history-mainbody .sidePot button.togglebtn.dwon:after {
    font-size: 6px;
  }
  .hand-history-mainbody .sidePot button.togglebtn.up:after {
    font-size: 6px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5),
  .hand-history-mainbody .sidePot-amount:nth-child(6),
  .hand-history-mainbody .sidePot-amount:nth-child(7),
  .hand-history-mainbody .sidePot-amount:nth-child(8) {
    height: 12px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(6) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(7) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(8) .pot-value {
    line-height: 12px;
    padding: 0 3px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5) {
    top: 16px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(6) {
    top: 16px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(7) {
    top: 82px !important;
    left: -8px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(8) {
    top: 82px !important;
    right: -8px;
  }
}
@media only screen and (min-device-width: 411px) and (max-device-width: 732px) and (orientation: portrait) {
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    transform: translateX(0) scale(0.8);
    top: 25px !important;
    left: 25px !important;
  }
}
@media only screen and (min-device-width: 411px) and (max-device-width: 732px) and (orientation: landscape) {
  .hand-history-mainbody .play-control .backGround {
    top: 290px;
  }
}
@media only screen and (min-device-width: 411px) and (device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hand-history-mainbody .game-table-container {
    height: 333px;
    width: 480px;
    margin-top: 40px;
  }
  .hand-history-mainbody .game-table-wrapper .game-table-innerwrapper {
    overflow: hidden;
  }
  .hand-history-mainbody .game-table-wrapper .game-table-innerwrapper::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #1d1d1d;
    z-index: -2;
    opacity: 1;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-bottom: 0;
    opacity: 1;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn::after {
    opacity: 1;
  }
  .hand-history-mainbody .tableInfo {
    width: 118%;
  }
  .hand-history-mainbody .tableInfo span {
    font-size: 12px;
    padding: 0;
  }
  .hand-history-mainbody .card {
    transform: scale(0.6);
  }
  .hand-history-mainbody .community-cards {
    color: red;
  }
  .hand-history-mainbody .community-cards .card {
    top: 29% !important;
  }
  .hand-history-mainbody .dealer {
    width: 15px;
    height: 13px;
    margin-top: 4px;
  }
  .hand-history-mainbody .game-table-container .chipChange {
    height: 12px;
    background-size: 100%;
  }
  .hand-history-mainbody .game-table-container .chipChange .chip {
    margin-right: -8px;
  }
  .hand-history-mainbody .game-table-container .chipChange .chip span.showChip {
    transform: scale(0.6) translateX(-7px);
  }
  .hand-history-mainbody .game-table-container .chipChange .pot {
    margin-left: 1px;
  }
  .hand-history-mainbody .game-table-container .chipChange .pot .pot-value {
    font-size: 8px;
    height: 12px;
    line-height: 12px;
    padding: 0 6px;
  }
  .hand-history-mainbody .play-control.h-screen {
    display: none;
  }
  .hand-history-mainbody .play-control.s-screen {
    display: block;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 290px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0) scale(0.9);
  }
  .hand-history-mainbody .play-control .backGround a {
    margin-left: 1px;
  }
  .hand-history-mainbody .play-control .backGround a .tooltiptext {
    font-size: 9px;
    line-height: 13px;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 351px;
    transform: translateX(0) scale(0.9);
    left: auto;
    right: 0;
  }
  .hand-history-mainbody .pot:nth-child(1) {
    margin-top: 3px;
  }
  .hand-history-mainbody .pot.totalpot .pot {
    height: 12px;
    line-height: 13px;
  }
  .hand-history-mainbody .pot.totalpot p {
    font-size: 8px;
    line-height: 0.6rem;
    margin-top: -3px;
    line-height: 13px;
  }
  .hand-history-mainbody .pot.totalpot p.pot-value {
    line-height: 13px;
    padding: 0 5px;
  }
  .hand-history-mainbody .player {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    top: 5px;
  }
  .hand-history-mainbody .player .player-border {
    width: 32px;
    height: 32px;
  }
  .hand-history-mainbody .player.c1,
  .hand-history-mainbody .player.c2 {
    top: 27px;
    left: -15px;
  }
  .hand-history-mainbody .player.c3,
  .hand-history-mainbody .player.c4 {
    top: 27px;
    left: 64px;
  }
  .hand-history-mainbody .seat {
    width: 81px;
    height: 26px;
    top: 30px;
  }
  .hand-history-mainbody .seat.fold {
    width: 81px;
    height: 26px;
    top: 30px;
    padding: 0;
    line-height: 24px;
  }
  .hand-history-mainbody .seat p {
    font-size: 9px;
    margin: 0;
    white-space: nowrap;
  }
  .hand-history-mainbody .seat .balance {
    font-size: 10px;
    margin-top: 0;
  }
  .hand-history-mainbody .seat .event .status {
    font-size: 8px;
  }
  .hand-history-mainbody .seat .status {
    font-size: 8px;
  }
  .hand-history-mainbody .seat.c1,
  .hand-history-mainbody .seat.c2 {
    left: 0;
  }
  .hand-history-mainbody .seat.c1 p.name.truncated,
  .hand-history-mainbody .seat.c2 p.name.truncated {
    margin-left: 17px;
    font-size: 9px;
    width: 61px;
  }
  .hand-history-mainbody .seat.c1 p.name.truncated.fold,
  .hand-history-mainbody .seat.c2 p.name.truncated.fold {
    margin-left: 9px;
  }
  .hand-history-mainbody .seat.c1 p.name.fold,
  .hand-history-mainbody .seat.c2 p.name.fold {
    color: #589ffb;
  }
  .hand-history-mainbody .seat.c3,
  .hand-history-mainbody .seat.c4 {
    left: 0;
  }
  .hand-history-mainbody .seat.c3 p.name.truncated,
  .hand-history-mainbody .seat.c4 p.name.truncated {
    margin-left: 4px;
    font-size: 9px;
    width: 61px;
  }
  .hand-history-mainbody .seat.c3 p.name.truncated.fold,
  .hand-history-mainbody .seat.c4 p.name.truncated.fold {
    margin-left: 9px;
  }
  .hand-history-mainbody .seat.c3 p.name.fold,
  .hand-history-mainbody .seat.c4 p.name.fold {
    color: #589ffb;
  }
  .hand-history-mainbody .hold-cards {
    position: absolute;
    top: -11px;
    left: 8px;
    margin-left: 10px;
  }
  .hand-history-mainbody .hold-cards.c1,
  .hand-history-mainbody .hold-cards.c2 {
    margin-left: -6px;
  }
  .hand-history-mainbody .hold-cards.c3,
  .hand-history-mainbody .hold-cards.c4 {
    margin-left: -2px;
  }
  .hand-history-mainbody .hold-cards pkr-card:nth-child(2) .card {
    left: 31px !important;
  }
  .hand-history-mainbody .hold-cards.omaha {
    margin-left: -7px;
  }
  .hand-history-mainbody .hold-cards.omaha.c1,
  .hand-history-mainbody .hold-cards.omaha .c2 {
    margin-left: -14px;
  }
  .hand-history-mainbody .hold-cards.sevenCards {
    top: -8px;
    margin-left: -13px;
  }
  .hand-history-mainbody .hold-cards.sevenCards.c1,
  .hand-history-mainbody .hold-cards.sevenCards.c2 {
    margin-left: -25px;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(2) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(2) .card {
    left: 15px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(3) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(3) .card {
    left: 30px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(4) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(4) .card {
    left: 45px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(5) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(5) .card {
    left: 60px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(6) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(6) .card {
    left: 75px !important;
  }
  .hand-history-mainbody .hold-cards.sevenCards pkr-card:nth-child(7) .card,
  .hand-history-mainbody .hold-cards.omaha pkr-card:nth-child(7) .card {
    left: 90px !important;
  }
  @keyframes shake {
    0% {
      transform: scale(0.6) translate(-50px, -50px);
    }
    100% {
      transform: scale(0.6) translate(0px, 0px);
    }
  }
  .hand-history-mainbody .player-pot {
    min-height: 25px;
  }
  .hand-history-mainbody .player-pot.animate .chip {
    margin-right: -8px;
  }
  .hand-history-mainbody .player-pot .chip {
    margin-left: 0px;
  }
  .hand-history-mainbody .player-pot .chip div:nth-child(2),
  .hand-history-mainbody .player-pot .chip div:nth-child(3),
  .hand-history-mainbody .player-pot .chip div:nth-child(4),
  .hand-history-mainbody .player-pot .chip div:nth-child(5),
  .hand-history-mainbody .player-pot .chip div:nth-child(6) {
    margin-top: -26px;
  }
  .hand-history-mainbody .player-pot .pot-value {
    height: 12px;
    font-size: 8px;
    line-height: 12px;
    padding: 0 5px;
  }
  .hand-history-mainbody .player-pot p {
    font-family: roboto;
    font-size: 8px;
  }
  .hand-history-mainbody .player-pot span.showChip {
    transform: scale(0.6) translateX(-7px);
  }
  .hand-history-mainbody .sidePot {
    width: 204px;
    top: 26%;
  }
  .hand-history-mainbody .sidePot .pot-value {
    padding: 0 2px;
    line-height: 12px;
  }
  .hand-history-mainbody .sidePot p {
    font-size: 8px;
  }
  .hand-history-mainbody .sidePot .sidePot-content-main {
    width: 204px;
    height: 12px;
    padding: 0 4px;
    top: -4px;
  }
  .hand-history-mainbody .sidePot .sidePot-content {
    height: 12px;
  }
  .hand-history-mainbody .sidePot button {
    width: 16px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: -11px;
  }
  .hand-history-mainbody .sidePot button:before {
    width: 10px;
    height: 10px;
  }
  .hand-history-mainbody .sidePot button.togglebtn.dwon:after {
    font-size: 6px;
  }
  .hand-history-mainbody .sidePot button.togglebtn.up:after {
    font-size: 6px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5),
  .hand-history-mainbody .sidePot-amount:nth-child(6),
  .hand-history-mainbody .sidePot-amount:nth-child(7),
  .hand-history-mainbody .sidePot-amount:nth-child(8) {
    height: 12px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(6) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(7) .pot-value,
  .hand-history-mainbody .sidePot-amount:nth-child(8) .pot-value {
    line-height: 12px;
    padding: 0 3px;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(5) {
    top: 16px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(6) {
    top: 16px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(7) {
    top: 82px !important;
    left: -8px !important;
  }
  .hand-history-mainbody .sidePot-amount:nth-child(8) {
    top: 82px !important;
    right: -8px;
  }
}
@media only screen and (max-width: 641px) {
  .hand-history-mainbody .game-table-container {
    height: 333px;
    width: 480px;
    margin-top: 30px;
  }
  .hand-history-mainbody .game-table-wrapper .game-table-innerwrapper {
    overflow: hidden;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    height: 30px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .hand-history-mainbody .tableInfo {
    width: 116% !important;
    bottom: auto;
    top: -18px;
  }
  .hand-history-mainbody .pot.totalpot p {
    margin-top: -1px;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    width: 26px !important;
  }
  .hand-history-mainbody .seat p {
    margin: 0;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 118px;
    right: auto;
    bottom: auto;
    left: 134px;
    top: 118px !important;
    left: 134px !important;
    transform: translateX(0) scale(0.84) rotate(-90deg) !important;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 132px !important;
    transform: translateX(0) scale(0.84) rotate(-90deg) !important;
    right: -115px !important;
    left: auto;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hand-history-mainbody .tableInfo {
    width: 116% !important;
    bottom: auto;
    top: -18px;
  }
  .hand-history-mainbody .pot.totalpot p {
    margin-top: -1px;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    width: 26px !important;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 296px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0) scale(0.9);
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 132px;
    transform: translateX(0) scale(0.84) rotate(-90deg);
    right: -115px;
    left: auto;
  }
}
@media screen and (min-device-width: 360px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 275px;
    right: 0;
    bottom: auto;
    left: auto;
    top: 275px !important;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 132px !important;
    transform: translateX(0) scale(0.75) rotate(-90deg) !important;
    right: -115px !important;
    left: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hand-history-mainbody .game-table-container {
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    height: 333px;
    width: 480px;
    position: absolute;
    top: 50%;
    left: -1%;
    margin: 0 auto;
    margin-left: -13%;
    zoom: 0.85;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    width: 36px;
    height: 29px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateX(0);
    opacity: 1;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn::after {
    opacity: 1;
  }
  .hand-history-mainbody .seat p {
    margin: 0;
    line-height: 12px;
  }
  .hand-history-mainbody .seat .balance {
    margin-top: 1px;
  }
  .hand-history-mainbody .tableInfo {
    width: 110%;
    bottom: auto;
    top: -18px;
    left: -20px;
  }
  .hand-history-mainbody .tableInfo span {
    font-size: 10px;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 120px;
    right: auto;
    bottom: auto;
    left: 124px;
    transform: translateX(0) scale(0.9) rotate(-90deg);
  }
  .hand-history-mainbody .play-control .backGround a .tooltiptext {
    font-size: 9px;
    line-height: 13px;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 16px;
    transform: translateX(0) scale(0.7);
    right: 27px;
    left: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hand-history-mainbody .game-table-wrapper {
    z-index: 9999999;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    width: 30px;
    height: 24px;
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn::after {
    opacity: 1;
  }
  .hand-history-mainbody .game-table-container {
    height: 333px;
    width: 480px;
    margin-top: 25px;
    zoom: 0.85;
  }
  .hand-history-mainbody .game-table-container .play-control {
    bottom: 14%;
  }
  .hand-history-mainbody .tableInfo {
    width: 118%;
    top: -27px !important;
    left: -25px;
    bottom: auto;
  }
  .hand-history-mainbody .tableInfo span {
    font-size: 10px;
    padding: 0 1px;
    line-height: 14px;
  }
  .hand-history-mainbody .tableInfo .handID span.handId {
    top: 11px;
  }
  .hand-history-mainbody .seat p {
    margin: 0;
  }
  .hand-history-mainbody .seat .balance {
    margin-top: 0;
  }
  .hand-history-mainbody .pot.totalpot p {
    margin-top: -3.5px;
  }
  .hand-history-mainbody .chipChange .pot .pot-value {
    font-size: 8px;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 252px;
    right: 0;
    bottom: auto;
    left: auto;
    top: 252px !important;
    transform: translateX(0) scale(0.9) !important;
  }
  .hand-history-mainbody .play-control .backGround a .tooltiptext {
    font-size: 9px;
    line-height: 13px;
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 292px !important;
    transform: translateX(0) scale(0.7) !important;
    right: 0 !important;
    left: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hand-history-mainbody .game-table-container {
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    height: 333px;
    width: 480px;
    position: absolute;
    top: 50%;
    left: 0%;
    margin: 0 auto;
    margin-left: -11%;
    zoom: 1;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 120px;
    right: auto;
    bottom: auto;
    left: 185px;
    transform: translateX(0) scale(0.84) rotate(-90deg);
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn {
    width: 35px;
    height: 29px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateX(0);
  }
  .hand-history-mainbody .game-table-innerwrapper .close-btn::after {
    opacity: 1;
  }
  .hand-history-mainbody .tableInfo {
    width: 110%;
    bottom: auto;
    top: -32px !important;
    left: -20px;
  }
  .hand-history-mainbody .pot.totalpot p {
    margin-top: -4px;
  }
  .hand-history-mainbody .chipChange .pot .pot-value {
    font-size: 8px;
  }
  .hand-history-mainbody .seat p {
    margin: 0;
    line-height: 12px;
  }
  .hand-history-mainbody .seat .balance {
    font-size: 9px;
    margin-top: 0px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hand-history-mainbody .game-table-container {
    height: 333px;
    width: 480px;
  }
  .hand-history-mainbody .play-control .backGround {
    position: absolute;
    top: 305px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0) scale(0.84);
  }
  .hand-history-mainbody .game-table-innerwrapper .slidecontainer {
    top: 342px;
    transform: translateX(0) scale(0.84);
    right: 0;
    left: auto;
  }
  .hand-history-mainbody .tableInfo {
    width: 110%;
    bottom: auto;
    top: -32px;
    left: -20px;
  }
  .hand-history-mainbody .seat p {
    margin: 0;
    line-height: 12px;
  }
  .hand-history-mainbody .seat .balance {
    font-size: 9px;
    margin-top: 0px;
  }
}

/*-=- Contents of mobilepoker/styles/pages/missions.css -=-*/

@font-face {
  font-family: 'missionStatusIcon';
  src: url('../../font/missionstatusicon.O_kmNb.eot');
  src: url('../../font/missionstatusicon.O_kmNb.eot') format('embedded-opentype'), url('../../font/missionstatusicon.hM9dSL.ttf') format('truetype'), url('../../font/missionstatusicon.A46WUH.woff') format('woff'), url('../../font/missionstatusicon.CrHuj_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
pk-missions .portal-wrapper-fw .header-ctrl-wrapper {
  display: none;
}
pk-missions .portal-wrapper-fw .portal-center-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
pk-missions .portal-wrapper-fw .portal-center-wrapper > div > h2 {
  display: none!important;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pk-Missions [class^="theme-"],
#pk-Missions [class*=" theme-"] {
  font-family: 'themeicons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pk-Missions .start-mission-btn {
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  object-fit: contain;
  outline: none;
}
#pk-Missions .start-mission-btn:hover {
  cursor: pointer;
}
#pk-Missions .sliderButtons {
  position: absolute;
  height: 48px;
  width: 48px;
  background-color: rgba(32, 31, 31, 0.5);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
  top: 50%;
  display: none;
  outline: none;
}
#pk-Missions .sliderButtons:hover {
  cursor: pointer;
}
#pk-Missions .carouselHeader {
  margin: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#pk-Missions .carouselHeader h2,
#pk-Missions .carouselHeader h2:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
  min-width: 143px;
  width: auto;
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #e8490d;
  margin: 0;
}
#pk-Missions .carouselHeader span {
  width: 89px;
  height: 19px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: right;
  color: #000000;
  float: right;
  margin-right: 24px;
  margin-top: 3px;
}
#pk-Missions .missionThumbsWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#pk-Missions .missionThumbsWrapper .missionThumb {
  width: 109px;
  margin: 0px 12px 20px 0px;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage {
  border-radius: 4px;
  height: 109px;
  background-image: radial-gradient(circle at 51% 35%, #243354, #000000);
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage img {
  margin: 0 auto;
  width: 60px;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status {
  position: absolute;
  min-width: 16.6px;
  height: 20px;
  top: 0px;
  left: 8px;
  font-family: 'missionStatusIcon';
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Completed:before {
  width: 20px;
  height: 14.9px;
  color: #08db0f;
  content: "\e900";
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Available:before {
  content: "\e903";
  color: #ffffff;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Locked:before {
  content: "\e901";
  color: #ffffff;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Paused:before,
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Active:before {
  content: "\e902";
  color: #ffffff;
  width: 20px;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Completed:before,
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Available:before,
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Locked:before,
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Paused:before,
#pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Active:before {
  font-size: 12px;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbTitle {
  width: 100%;
  max-height: 48px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin: 12px 0 5px 0;
  overflow: hidden;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbreward {
  width: 100%;
  max-height: 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  color: #707070;
  margin: 0;
  overflow: hidden;
}
#pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbreward p {
  font-size: inherit;
  margin: inherit;
  line-height: normal;
}
#pk-Missions .missionThumbsWrapper .missionThumb.Active:hover,
#pk-Missions .missionThumbsWrapper .missionThumb.Available:hover,
#pk-Missions .missionThumbsWrapper .missionThumb.Paused,
#pk-Missions .missionThumbsWrapper .missionThumb.Completed {
  cursor: pointer;
}
#pk-Missions .missionThumbsWrapper .missionThumb.Locked {
  cursor: not-allowed;
}
#pk-Missions .missionThumbsWrapper .missionThumb[missionhide="true"] {
  display: none;
}
#pk-Missions .carouselWrapper {
  margin-left: 12px;
  margin-top: 20px;
}
#pk-Missions .carouselWrapper .slides {
  clear: both;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item {
  width: 140px;
  margin-right: 12px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item:hover {
  cursor: pointer;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage {
  height: 140px;
  border-radius: 4px;
  background-image: radial-gradient(circle at 51% 35%, #243354, #000000);
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage img {
  margin: 0 auto;
  width: 70px;
  margin-top: 20px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status {
  position: absolute;
  min-width: 16.6px;
  height: 20px;
  top: 7px;
  left: 7px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active {
  border-radius: 100px;
  background-color: #2a3a5e;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  padding-top: 1px;
  height: 18px;
  min-width: 40px;
  width: auto;
  text-align: center;
  display: inline-block;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active .icon {
  width: 14px;
  height: 14px;
  float: left;
  font-family: 'missionStatusIcon';
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active .icon:before {
  margin-right: 4px;
  margin-left: 1px;
  margin-top: 0px;
  display: inline-block;
  content: "\e902";
  font-size: 12px;
  width: 14px;
  height: 11px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active span:last-child {
  display: inline-block;
  padding-right: 5px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status .icon {
  width: 14px;
  height: 14px;
  display: table;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Completed:before {
  content: "\e900";
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Available:before {
  content: "\e903";
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Locked {
  content: "\e901";
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Paused {
  content: "\e902";
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .progress {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 64px;
  height: 4px;
  border: solid 3px #2a3a5e;
  border-radius: 4px;
  overflow: visible;
  border-left-width: 1px;
  border-right-width: 1px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .progress span {
  box-shadow: 0 0 5px 0 rgba(203, 255, 185, 0.5);
  border-style: solid;
  border-width: 0;
  border-image-slice: 1;
  height: 6px;
  display: inline-block;
  position: absolute;
  background: linear-gradient(271deg, #08db0f, #30a700);
  top: -3px;
  border-radius: 4px;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbTitle {
  width: 140px;
  max-height: 48px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin: 11px 0 5px 0;
  overflow: hidden;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbreward {
  width: 140px;
  max-height: 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  color: #707070;
  margin: 0;
  overflow: hidden;
}
#pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbreward p {
  font-size: inherit;
  margin: inherit;
  line-height: normal;
}
#pk-Missions .carouselWrapper .ngxcarousel .leftRs {
  position: absolute;
  height: 48px;
  width: 48px;
  background-color: rgba(32, 31, 31, 0.5);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
  top: 50%;
  display: none;
  outline: none;
  left: -21px;
}
#pk-Missions .carouselWrapper .ngxcarousel .leftRs:hover {
  cursor: pointer;
}
#pk-Missions .carouselWrapper .ngxcarousel .rightRs {
  position: absolute;
  height: 48px;
  width: 48px;
  background-color: rgba(32, 31, 31, 0.5);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
  top: 50%;
  display: none;
  outline: none;
  right: -21px;
}
#pk-Missions .carouselWrapper .ngxcarousel .rightRs:hover {
  cursor: pointer;
}
#pk-Missions .missionDetails {
  width: 100%;
  margin-bottom: 50px;
}
#pk-Missions .missionDetails .missionDetailsHeader {
  background-color: #000000;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  height: 56px;
}
#pk-Missions .missionDetails .missionDetailsHeader .back-btn {
  width: 20px;
  height: 20px;
  color: #ffffff;
  position: absolute;
  left: 16px;
  top: 16px;
}
#pk-Missions .missionDetails .missionDetailsHeader .back-btn.icon-arrow-left:before {
  font-size: 24px;
  margin-left: -2px;
}
#pk-Missions .missionDetails .missionDetailsHeader .back-btn:hover,
#pk-Missions .missionDetails .missionDetailsHeader .back-btn:focus {
  cursor: pointer;
}
#pk-Missions .missionDetails .missionDetailsHeader h1 {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#pk-Missions .missionDetails .missionDetailsHeader .close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 20px;
  color: #e8490d;
}
#pk-Missions .missionDetails .banner {
  width: 100%;
  height: 261px;
  background-image: radial-gradient(circle at 72% 55%, #243354, #000000);
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pk-Missions .missionDetails .banner img {
  margin: 0 auto;
  height: 192px;
}
#pk-Missions .missionDetails .missionDetailsDesc {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  margin: 15px 16px 15px 22px;
}
#pk-Missions .missionDetails .missionDetailsSubHeader {
  margin: 15px 16px 25px 22px;
}
#pk-Missions .missionDetails .missionDetailsSubHeader .rewards {
  flex: 1;
  margin-bottom: 16px;
}
#pk-Missions .missionDetails .missionDetailsSubHeader .rewards span {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  text-transform: uppercase;
  width: 51px;
  height: 15px;
}
#pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1,
#pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1 > p {
  margin: 4px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  height: auto;
  color: #000000;
  text-align: left;
}
#pk-Missions .missionDetails .missionDetailsSubHeader button {
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  object-fit: contain;
  outline: none;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0;
}
#pk-Missions .missionDetails .missionDetailsSubHeader button:hover {
  cursor: pointer;
}
#pk-Missions .missionDetails .missionDetailsSubHeader button.Paused,
#pk-Missions .missionDetails .missionDetailsSubHeader button.Available {
  width: 180px;
  height: 56px;
  border-radius: 4px;
  background-color: #e8490d;
}
#pk-Missions .missionDetails .missionDetailsSubHeader button.Active {
  font-size: 0px;
  background: transparent;
  font-family: 'missionStatusIcon';
}
#pk-Missions .missionDetails .missionDetailsSubHeader button.Active:before {
  content: "\e902";
  color: #000000;
  font-size: 36px;
}
#pk-Missions .missionDetails .missionDetailsSubHeader button.Completed {
  background: transparent;
  font-family: 'missionStatusIcon';
}
#pk-Missions .missionDetails .missionDetailsSubHeader button.Completed:before {
  content: "\e900";
  color: #08db0f;
}
#pk-Missions .missionDetails .missionDetailsObjectives {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 27px 0 24px;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectivIndex {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectivIndex span {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #2a3a5e;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody {
  flex: 1;
  margin-left: 24px;
  border-bottom: solid 1px #dadada;
  padding-bottom: 15px;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 11px;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objDesc,
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objDesc p {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 14px;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus {
  position: relative;
  width: 100%;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus .status {
  border-radius: 100px;
  background-color: #2a3a5e;
  padding: 2px 10px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  height: 24px;
  min-width: 56px;
  width: auto;
  text-align: center;
  display: inline-block;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus .objProgress {
  margin-left: 20px;
  top: 8px;
  width: 184px;
  position: absolute;
  height: 2px;
  border: solid 3px #b6b6b64a;
  border-radius: 4px;
  border-right: 0;
  border-left: 0;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus .objProgress span {
  box-shadow: 0 0 5px 0 rgba(203, 255, 185, 0.5);
  border-style: solid;
  border-width: 0px;
  border-image-slice: 1;
  height: 4px;
  display: inline-block;
  position: absolute;
  background: linear-gradient(271deg, #08db0f, #30a700);
  top: -2px;
  border-radius: 4px;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent.objCompleted {
  opacity: 0.3;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus button {
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  object-fit: contain;
  outline: none;
  margin-top: 16px;
  width: 180px;
  height: 56px;
  border-radius: 4px;
  background-color: #e8490d;
  font-weight: bold;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus button:hover {
  cursor: pointer;
}
#pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus .objCompletedBtn {
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #08db0f;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 0;
  width: auto;
  padding-left: 0;
}
#pk-Missions .mission-popup-wrapper {
  position: fixed;
  background: #272727d4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#pk-Missions .mission-popup-wrapper .popupContainer {
  width: 96%;
  max-width: 450px;
  margin: 10% auto 0;
  background: #ffffff;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupHeader {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupHeader h3 {
  color: #4c4c4c;
  font-size: 107.69%;
  margin: 0;
  padding: 12px 13px;
  line-height: 1.1em;
  text-transform: none;
  font-weight: 500;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupBody {
  padding: 22px;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupBody p {
  color: #4c4c4c;
  font-size: 81.25%;
  line-height: 1.5;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupFooter {
  display: table;
  margin-left: auto;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupFooter button {
  margin: 5px 5px 5px 10px;
  display: inline-block;
  margin-left: 1px;
  font-weight: 500;
  border: 2px solid #e8490d;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  background-color: #e8490d;
  outline: 0;
  font-size: 13px;
  line-height: 1.1;
  padding: 6px 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: none;
}
#pk-Missions .mission-popup-wrapper .popupContainer .popupFooter button:hover,
#pk-Missions .mission-popup-wrapper .popupContainer .popupFooter button:focus,
#pk-Missions .mission-popup-wrapper .popupContainer .popupFooter button:active {
  cursor: pointer;
}
#pk-Missions .mission-popup-wrapper.showPopup {
  display: block;
}
@media (min-width: 320px) and (max-width: 374px) {
  #pk-Missions .missionThumbsWrapper .missionThumb {
    width: 46%;
    margin: 0px 4% 20px 0px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbTitle,
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbreward {
    font-size: 14px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader h1 {
    font-size: 16px;
    line-height: 28px;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1 {
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  #pk-Missions .missionDetails .missionDetailsSubHeader {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #pk-Missions .carouselHeader h1 {
    width: 157px;
    height: 25px;
    font-size: 22px;
    margin-left: 24px;
  }
  #pk-Missions .carouselHeader h2,
  #pk-Missions .carouselHeader h2:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
    font-size: 22px;
  }
  #pk-Missions .carouselHeader span {
    width: 80px;
    height: 19px;
    font-size: 16px;
    margin-right: 48px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb {
    width: 134px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage {
    height: 134px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status {
    top: 0px;
  }
  #pk-Missions .carouselWrapper {
    margin-left: 24px;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item {
    width: 148px;
    margin-right: 11px;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage {
    height: 148px;
    align-items: center;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage img {
    width: 80px;
    margin-top: 20px;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbImage .status .icon {
    margin-left: 1px;
    margin-top: 0px;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbTitle {
    width: 149px;
    margin: 12px 0 5px 0;
  }
  #pk-Missions .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbreward {
    width: 149px;
  }
  #pk-Missions .carouselWrapper .ngxcarousel button {
    display: inline;
  }
  #pk-Missions .missionDetails {
    max-width: 720px;
    margin: 0 auto 30px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader {
    background: #ffffff;
    padding: 0;
    margin: 25px 0 22px;
    height: 28px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader .back-btn {
    left: 0;
    width: 40px;
    color: #000000;
    text-align: left;
    top: 1px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader .back-btn.icon-arrow-left:before {
    font-size: 28px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader h1 {
    font-size: 24px;
    color: #000000;
    text-align: left;
    width: 100%;
    padding-left: 50px;
    font-weight: 500;
  }
  #pk-Missions .missionDetails .missionDetailsHeader .close-btn {
    display: none;
  }
  #pk-Missions .missionDetails .missionDetailsDesc {
    margin: 15px 0px 10px 0px;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader {
    margin: 10px 0 28px;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1,
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1 > p {
    font-size: 24px;
    font-weight: 500;
    width: 500px;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1 p,
  #pk-Missions .missionDetails .missionDetailsSubHeader .rewards h1 > p p {
    width: 100%;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader button {
    margin-right: 16px;
  }
  #pk-Missions .missionDetails .missionDetailsSubHeader button.Completed:before,
  #pk-Missions .missionDetails .missionDetailsSubHeader button.Active:before {
    font-size: 36px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0px 0 0px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent {
    flex: 1;
    margin-right: 125.6px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus .status {
    padding: 4px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    height: 24px;
    min-width: 56px;
    width: auto;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent .objStatus .objProgress {
    width: 238px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus .objCompletedBtn {
    width: 180px;
    padding-left: 6px;
  }
}
@media (min-width: 1366px) {
  #pk-Missions .carouselHeader {
    margin: 0px 0 16px;
  }
  #pk-Missions .carouselHeader h2:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
    min-width: 372px;
    height: 33px;
    font-size: 28px;
  }
  #pk-Missions .carouselHeader span {
    width: 372px;
    height: 33px;
    font-size: 28px;
    margin-right: 0;
  }
  #pk-Missions .missionThumbsWrapper {
    width: 1212px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb {
    width: 192px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage {
    height: 192px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage img {
    width: 88px;
    height: 88px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status {
    top: 12px;
    left: 12px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Completed:before,
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Available:before,
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Locked:before,
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Paused:before,
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbImage .status.Active:before {
    font-size: 16px;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbTitle {
    width: 184.9px;
    margin: 12px 0 8px 0;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb .thumbContent .thumbreward {
    margin: 0;
    width: 100%;
  }
  #pk-Missions .missionThumbsWrapper .missionThumb:nth-child(6n+6) {
    margin-right: 0;
  }
  #pk-Missions .missionOverView {
    width: 1212px;
    margin: 0px auto;
  }
  #pk-Missions .missionOverView .carouselWrapper {
    margin-left: 0;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item {
    width: 192px;
    margin-right: 12px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage {
    height: 192px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage img {
    width: 88px;
    height: 88px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .status {
    top: 12px;
    left: 12px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active {
    width: auto;
    min-width: 56px;
    height: 24px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .status.Active .icon {
    margin: 0px 5px 0px 2px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .status .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .status .icon::before {
    font-size: 18px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbImage .progress {
    top: 22px;
    right: 13px;
    width: 99px;
    height: 2px;
    border: solid 3px #2a3a5e;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbTitle {
    width: 184.9px;
    margin: 12px 0 8px 0;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel-items .item .thumbContent .thumbreward {
    margin: 0;
    width: 100%;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel .rightRs {
    display: block;
    right: -29px;
  }
  #pk-Missions .missionOverView .carouselWrapper .ngxcarousel .leftRs {
    display: block;
    left: -15px;
  }
  #pk-Missions .missionDetails {
    max-width: 768px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader {
    margin: 35px 0 22px;
  }
  #pk-Missions .missionDetails .missionDetailsHeader .back-btn {
    top: 0px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives {
    margin: 25px 0 0 0;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveContent {
    width: 372.4px;
  }
  #pk-Missions .missionDetails .missionDetailsObjectives .objectiveBody .objectiveSatus button {
    margin-top: 0;
  }
}
@media (max-width: 1365px) {
  #pk-Missions .carouselWrapper .ngxcarousel .rightRs,
  #pk-Missions .carouselWrapper .ngxcarousel .leftRs {
    display: none!important;
  }
}
#main-content {
  min-width: 100%;
}

/*-=- Contents of mobilepoker/styles/pages/mytickets.css -=-*/

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-filter-variant:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e900";
}
body.tickets-filters-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
pk-my-tickets .portal-wrapper-fw .header-ctrl-wrapper {
  display: none;
}
pk-my-tickets .portal-wrapper-fw .portal-center-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
pk-my-tickets .portal-wrapper-fw .portal-center-wrapper > div > h2 {
  display: none!important;
}
#myTickets {
  margin: 0 auto;
}
#myTickets label {
  margin-bottom: 0;
}
#myTickets .startsInwrapper {
  display: flex;
  width: 100%;
  clear: both;
  margin: 10px 0 16px;
  align-items: center;
}
#myTickets .startsInwrapper .startsIn {
  float: left;
  width: 63px;
  margin-right: 12px;
}
#myTickets .startsInwrapper .startsIn span {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
  display: block;
}
#myTickets .startsInwrapper .startsIn .startInText {
  color: #ffffff;
  padding: 2px 0;
  line-height: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 70%;
}
#myTickets .startsInwrapper .startsIn .startInText.lateReg {
  background-image: linear-gradient(to left, #e16500, #e16500);
}
#myTickets .startsInwrapper .startsIn .startInText.startsIn {
  background-image: linear-gradient(to left, #2db243, #269a39);
}
#myTickets .startsInwrapper .startsIn .startInValue {
  line-height: 1.08;
  letter-spacing: normal;
  color: #474747;
  clear: left;
  border: solid 1px #e0e0e0;
  padding: 2px 0;
  height: 32px;
  font-size: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#myTickets .startsInwrapper .startsIn .startInValue.lateReg {
  font-size: 80%;
  color: #e16500;
}
#myTickets .startsInwrapper .startsInDesc {
  flex: 1;
  max-height: 52px;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #474747;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
#myTickets .defaultTicketBtn {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  width: 153px;
  padding: 0;
  height: 44px;
  border-radius: 3px;
  text-transform: uppercase;
  outline: none;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.12);
  color: #000000;
  background: #ffffff;
  overflow: hidden;
}
#myTickets .ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#myTickets .filters-popup-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  z-index: 999;
  cursor: default;
}
#myTickets .filters-popup-block .filter-heading {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 16px 0px;
}
#myTickets .filters-popup-block .filter-heading .back-arrow {
  float: left;
  position: absolute;
  left: 10px;
  margin-top: 2px;
  display: block;
  top: auto;
  right: auto;
  width: 30px;
  height: 30px;
}
#myTickets .filters-popup-block .filter-heading .back-arrow:hover,
#myTickets .filters-popup-block .filter-heading .back-arrow:focus,
#myTickets .filters-popup-block .filter-heading .back-arrow:active {
  cursor: pointer;
}
#myTickets .filters-popup-block .filter-heading h3,
#myTickets .filters-popup-block .filter-heading h3:not(.pc-t-h-cont-sub):not(.pc-t-h-cont-sum):not(.account-menu-usr-inf-name) {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  color: #ffffff;
  text-transform: none;
}
#myTickets .filters-popup-block ul {
  padding: 0px 20px;
  margin: 0;
}
#myTickets .filters-popup-block ul li {
  padding: 20px 0px;
  list-style-type: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #aaa 50%, rgba(0, 0, 0, 0) 100%) left bottom rgba(0, 0, 0, 0) no-repeat;
  background-size: 100% 1px;
  cursor: pointer;
  color: #000000;
}
#myTickets .filters-popup-block ul li input[type=radio] {
  display: none;
}
#myTickets .filters-popup-block ul li i {
  display: none;
}
#myTickets .filters-popup-block ul li.active i {
  display: block;
  float: right;
  margin-right: 0px;
  color: #e94407;
  position: static;
}
#myTickets .filters-popup-block ul li.active i:before {
  font-weight: bold;
  font-size: 16px;
}
#myTickets .filters-popup-block ul li input[type="checkbox"],
#myTickets .filters-popup-block ul li input[type="checkbox"]:disabled {
  opacity: 1;
}
#myTickets .filters-popup-block ul li input[type="checkbox"]:focus,
#myTickets .filters-popup-block ul li input[type="checkbox"]:disabled:focus {
  box-shadow: none;
}
#myTickets .myTicketsTitle {
  background: #ffffff;
  width: 100%;
  height: 56px;
  position: relative;
  display: inline-block;
}
#myTickets .myTicketsTitle h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 14px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
#myTickets .myTicketsTitle .backbtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-block;
  background-size: 100%;
}
#myTickets .myTicketsTitle .backbtn.icon-arrow-left:before {
  margin-left: -2px;
  font-size: 30px;
}
#myTickets .myTicketsTitle .ticketFilterBtn {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0049ff;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 16px;
  display: inline-block;
}
#myTickets .myTicketsTitle .ticketFilterBtn span.icon-filter-variant {
  pointer-events: none;
}
#myTickets .myTicketsTitle .ticketFilterBtn .ticketType li label {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
#myTickets .myTicketsTitle .ticketFilterBtn:hover,
#myTickets .myTicketsTitle .ticketFilterBtn:focus {
  cursor: pointer;
}
#myTickets .allTicketsWrapper {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-top: 16px;
  overflow: hidden;
  padding-top: 2px;
}
#myTickets .allTicketsWrapper .ticketWrapper {
  width: 345px;
  height: 315.3px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 28px 16px 12px 12px;
}
#myTickets .allTicketsWrapper .ticketWrapper > h3 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  margin-bottom: 5px;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#myTickets .allTicketsWrapper .ticketWrapper label {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  width: 100%;
  display: block;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 22px 0 17px 0;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice div {
  width: 109.2px;
  float: left;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice div label {
  margin: 0;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice div h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice div.price {
  width: auto;
}
#myTickets .allTicketsWrapper .ticketWrapper .availableAndPrice div.price h1 {
  color: #e8490d;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons {
  position: absolute;
  bottom: 12px;
  width: 100%;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .defaultTicket {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  width: 153px;
  padding: 0;
  height: 44px;
  border-radius: 3px;
  text-transform: uppercase;
  outline: none;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.12);
  color: #000000;
  background: #ffffff;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .defaultTicket .inhidden {
  display: none;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .defaultTicket .inview {
  display: inline;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .defaultTicket.in-view .inview {
  display: none;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .defaultTicket.in-view .inhidden {
  display: inline;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons .activeTicket {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  width: 153px;
  padding: 0;
  height: 44px;
  border-radius: 3px;
  text-transform: uppercase;
  outline: none;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.12);
  color: #000000;
  background: #ffffff;
  overflow: hidden;
  background-color: #e8490d;
  color: #ffffff;
  border: 1px solid #e8490d;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons.hideOptionBtn .defaultTicket {
  display: none;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons.hideOptionBtn .activeTicket {
  width: 100%;
}
#myTickets .allTicketsWrapper .ticketWrapper .ticketsbuttons.disabled button {
  opacity: 0.3;
  cursor: not-allowed;
}
#myTickets .allTicketsWrapper .ticketWrapper.current-wrapper .ticketsbuttons .defaultTicket .inhidden {
  display: inline;
}
#myTickets .allTicketsWrapper .ticketWrapper.current-wrapper .ticketsbuttons .defaultTicket .inview {
  display: none;
}
#myTickets .allTicketsWrapper .ticketDetails {
  width: 100%;
  display: none;
  height: auto;
  top: 20px;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper {
  width: 100%;
  display: inline-block;
  border: 12px solid #eaecf1;
  border-radius: 4px;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header {
  padding: 18px 0 30px 12px;
  margin: 0 auto;
  display: block;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header label {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  margin-bottom: 9px;
  display: block;
  text-transform: uppercase;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header h1 {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header .available {
  width: 47px;
  margin-right: 22px;
  display: inline-block;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header .price {
  width: 57px;
  margin-right: 26px;
  display: inline-block;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header .price h1 {
  color: #e8490d;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets-header .availableUntel {
  width: auto;
  display: inline-block;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets {
  max-height: 190px;
  overflow-y: auto;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active {
  background-color: #ffffff;
  text-align: center;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper {
  margin: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 12px;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper p,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper p,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper span,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper span {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #474747;
  margin-bottom: 0;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper p,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper p {
  height: 31px;
  overflow: hidden;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper div {
  margin: 5px 0 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: baseline;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .users,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper div .users {
  flex: 1;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .users span,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper div .users span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  background: url('../../images/mytickets/user-icon-black.fWrc7i.png') no-repeat scroll 0px 0px transparent;
  background-size: 100%;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .buyIn,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper div .buyIn {
  float: right;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .buyIn span,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active .startsInwrapper .buyinsWrapper div .buyIn span {
  font-weight: bold;
  padding-left: 6px;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active {
  background-color: #2961c1;
  color: #ffffff;
  cursor: pointer;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .startsIn .startInValue,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active .startsInwrapper .startsIn .startInValue {
  color: #474747;
  background: #ffffff;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .startsIn .startInValue.lateReg,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active .startsInwrapper .startsIn .startInValue.lateReg {
  color: #e16500;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .buyinsWrapper p,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active .startsInwrapper .buyinsWrapper p,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .buyinsWrapper span,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active .startsInwrapper .buyinsWrapper span {
  color: #ffffff;
}
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .buyinsWrapper div .users span,
#myTickets .allTicketsWrapper .ticketDetails .subTickets-wrapper .subTickets .item:active.active .startsInwrapper .buyinsWrapper div .users span {
  background: url('../../images/mytickets/user-icon-white.lt405y.png') no-repeat scroll 0px 0px transparent;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns {
  width: 100%;
  text-align: center;
  background: #eaecf1;
  padding: 13px 0 0;
  display: flex;
  flex-flow: row wrap;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns button {
  width: 154px;
  height: 44px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .activeTicket {
  background-color: #e8490d;
  border: 0;
  color: #ffffff;
  flex: 1;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .activeTicket:hover,
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .activeTicket:focus {
  cursor: pointer;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .defaultTicket {
  color: #000000;
  background: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  margin-right: 9px;
  flex: 1;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .defaultTicket:hover,
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns .defaultTicket:focus {
  cursor: pointer;
}
#myTickets .allTicketsWrapper .ticketDetails .subTicketsBtns.btnHangup {
  position: relative!important;
  margin-top: 20px;
}
#myTickets .allTicketsWrapper .ticketContainer {
  width: 345px;
  margin: 0px auto 17px auto;
  position: relative;
}
#myTickets .allTicketsWrapper .ticketContainer.active {
  height: auto;
}
#myTickets .allTicketsWrapper .ticketContainer.active .ticketWrapper:after {
  content: " ";
  bottom: -48px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: relative;
  border-bottom-color: #eaecf1;
  border-width: 10px;
  display: none;
  left: 50%;
  margin-left: -5px;
}
#myTickets .allTicketsWrapper .ticketContainer.active .ticketWrapper:after {
  display: inline;
}
#myTickets .allTicketsWrapper .ticketContainer.active .ticketDetails {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  #myTickets .allTicketsWrapper .ticketContainer {
    margin: 0px 14px 17px 0px;
    float: left;
  }
  #myTickets .allTicketsWrapper .ticketContainer.active .ticketWrapper:after {
    bottom: -48px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails {
    bottom: 10px;
    width: 205%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper {
    width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets-header {
    width: 100%;
    height: 82px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
    padding: 17px 0 20px 24px;
    margin-bottom: 12px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets {
    max-height: 360px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper {
    max-width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .startsIn {
    margin-top: 0;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTicketsBtns {
    width: 100%;
    position: relative;
    padding: 13px 0 0px;
    display: inline-block;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTicketsBtns button {
    width: 178px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTicketsBtns .activeTicket {
    width: auto !important;
    min-width: 178px;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+2) {
    margin-right: 0;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+2) .ticketDetails {
    left: -105%;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+3) {
    clear: left;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+3) .ticketDetails {
    left: 0;
  }
}
@media (min-width: 1366px) {
  #myTickets .allTicketsWrapper .ticketContainer {
    width: 392.9px;
    margin: 0px 16px 17px 0px;
  }
  #myTickets .allTicketsWrapper .ticketContainer.active .ticketWrapper:after {
    bottom: -51px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper {
    padding-right: 11px;
    width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .availableAndPrice {
    margin: 22px 0 13px 0;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons .defaultTicket {
    width: 178px;
    margin-right: 13px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons .activeTicket {
    width: 178px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons button:hover,
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons button:focus {
    cursor: pointer;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons.disabled button:hover,
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons.disabled button:focus {
    cursor: not-allowed;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails {
    width: 308%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper {
    width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets-header {
    padding: 17px 0 16px 12px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets-header .available {
    margin-right: 28px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets-header .price {
    margin-right: 56px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets-header h1 {
    font-size: 24px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper {
    flex-direction: row;
    align-items: center;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper p {
    width: 701px;
    margin-right: 59px;
    max-height: 34px;
    height: auto;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div {
    align-items: center;
    flex: 1;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .users {
    flex: 1;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .buyIn span {
    font-size: 16px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketDetails .subTicketsBtns {
    width: 100%;
    text-align: right;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+2) {
    margin: 0px 16px 17px 0px;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+3) {
    clear: none;
    float: left;
    margin-right: 0;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+3) .ticketDetails {
    left: -208%;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+4) {
    margin-right: 0;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(2n+4) .ticketDetails {
    left: -200%;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(3n+2) {
    margin: 0px 16px 17px 0px;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(3n+2) .ticketDetails {
    left: -104%;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(3n+4) {
    clear: left;
    margin: 0px 16px 17px 0px;
  }
  #myTickets .allTicketsWrapper .ticketContainer:nth-of-type(3n+4) .ticketDetails {
    left: 0;
  }
}
#myTickets .noTickets {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#myTickets .noTickets h3 {
  text-transform: none;
}
.filter-popup-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 374px) {
  #myTickets .allTicketsWrapper .ticketContainer {
    width: 90%;
    margin: 0px auto 17px auto;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper {
    height: 365px;
    width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons {
    position: absolute;
    bottom: 12px;
    width: 92%;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons .defaultTicket {
    width: 100%;
    margin-bottom: 8px;
  }
  #myTickets .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons .activeTicket {
    width: 100%;
  }
  #myTickets .allTicketsWrapper .ticketContainer.active .ticketWrapper:after {
    bottom: -97px;
  }
  #myTickets .ticketDetails .subTickets-wrapper {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  #myTickets .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper span,
  #myTickets .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .buyinsWrapper span {
    font-size: 10px!important;
  }
  #myTickets .ticketDetails .subTickets-wrapper .subTickets .iteam .startsInwrapper .buyinsWrapper div .users span,
  #myTickets .ticketDetails .subTickets-wrapper .subTickets .iteam.active .startsInwrapper .buyinsWrapper div .users span {
    width: 10px!important;
    height: 14px!important;
    background-size: 100%!important;
    margin-right: 4px;
  }
  #myTickets .ticketDetails .subTicketsBtns .defaultTicket {
    margin-bottom: 8px;
  }
  #myTickets .ticketDetails .subTicketsBtns button {
    width: 100%!important;
  }
}
@media (min-width: 768px) {
  #myTickets .filters-popup-block {
    width: 336px;
    height: auto;
    position: absolute;
    bottom: auto;
    right: 0;
    left: auto;
    top: 35px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 18px 0 #333;
    z-index: 5;
  }
  #myTickets .filters-popup-block ul {
    padding:  0px 20px;
  }
  #myTickets .filters-popup-block:after {
    content: " ";
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000000;
    border-width: 11px;
    right: 15px;
    top: -21px;
  }
  #myTickets .filters-popup-block .filter-heading {
    border-radius: 12px 12px 0 0;
    padding: 14px 0px;
    position: relative;
  }
  #myTickets .filters-popup-block .filter-heading .back-arrow {
    display: none;
  }
  #myTickets .ticketsOverview {
    width: 707px;
    margin: 0 auto;
  }
  #myTickets .ticketsOverview .myTicketsTitle {
    height: auto;
    margin: 10px 0px;
  }
  #myTickets .ticketsOverview .myTicketsTitle h1 {
    width: 100%;
    text-align: left;
    font-size: 24px;
    padding: 0;
    height: auto;
    margin-left: 0;
    display: none;
  }
  #myTickets .ticketsOverview .myTicketsTitle .backbtn {
    display: none;
  }
  #myTickets .ticketsOverview .myTicketsTitle .ticketFilterBtn {
    top: 0px;
    right: 0;
  }
  #myTickets .ticketsOverview .allTicketsWrapper {
    padding-left: 2px;
  }
  #myTickets .noTickets {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  #myTickets .ticketsOverview {
    width: 1214px;
    margin: 0 auto;
  }
  #myTickets .ticketsOverview .myTicketsTitle h1 {
    font-size: 28px;
  }
}
#myTickets.mobile-nativeapp .myTicketsTitle > a,
#myTickets.mobile-nativeapp .myTicketsTitle > h1 {
  display: none;
}
#myTickets.mobile-nativeapp .allTicketsWrapper {
  margin-top: 0;
}
#myTickets.mobile-nativeapp .allTicketsWrapper .ticketContainer .ticketWrapper {
  height: auto;
}
#myTickets.mobile-nativeapp .allTicketsWrapper .ticketContainer .ticketWrapper .ticketsbuttons {
  display: none;
}


/*-=- Contents of mobilepoker/styles/pages/homepage.css -=-*/

.homepage-container {
  margin-bottom: -40px;
}
.homepage-container .contentWrap {
  padding: 40px 0;
}
.homepage-container .contentWrap h2,
.homepage-container .contentWrap h3 {
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-top: 0;
}
.homepage-container .contentWrap.grey {
  background: #eee;
}
.homepage-container .contentWrap.dark {
  background: #0f0f10;
  color: #fff;
}
.homepage-container .contentWrap.dark h1,
.homepage-container .contentWrap.dark h2,
.homepage-container .contentWrap.dark h3,
.homepage-container .contentWrap.dark h4,
.homepage-container .contentWrap.dark h5,
.homepage-container .contentWrap.dark h6,
.homepage-container .contentWrap.dark p,
.homepage-container .contentWrap.dark li,
.homepage-container .contentWrap.dark .blog pt-blog a {
  color: #fff;
}
.homepage-container .contentWrap.dark .table {
  color: #fff;
}
.homepage-container .contentWrap.dark .table th,
.homepage-container .contentWrap.dark .table td {
  color: #fff;
}
.homepage-container .contentWrap.dark .table tr.even {
  background: rgba(255, 255, 255, 0.05);
}
.homepage-container .contentWrap.dark .card {
  border: none;
}
.homepage-container .contentWrap.dark .card-deck,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content {
  color: #000;
}
.homepage-container .contentWrap.dark .card-deck h1,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h1,
.homepage-container .contentWrap.dark .card-deck h2,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h2,
.homepage-container .contentWrap.dark .card-deck h3,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h3,
.homepage-container .contentWrap.dark .card-deck h4,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h4,
.homepage-container .contentWrap.dark .card-deck h5,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h5,
.homepage-container .contentWrap.dark .card-deck h6,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content h6,
.homepage-container .contentWrap.dark .card-deck p,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content p,
.homepage-container .contentWrap.dark .card-deck li,
.homepage-container .contentWrap.dark.promoWrap .homepage-promo-content li {
  color: #000;
}
.homepage-container .contentWrap.promoWrap h2 {
  text-align: center;
  margin-top: 0;
}
.homepage-container .contentWrap .card-deck .card {
  padding: 0;
  height: 100%;
}
.homepage-container .contentWrap .card-deck .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.homepage-container .contentWrap .card-deck .card-body h3 {
  text-align: center;
  margin-top: 0;
  text-transform: none;
  font-size: 1.25rem !important;
}
.homepage-container .contentWrap .card-deck .card-body a.btn {
  margin: auto auto 0 auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.homepage-container .contentWrap .card-deck .card-body .social-icons {
  margin: auto 0 0;
}
.homepage-container .contentWrap .card-deck .card-body .social-icons a {
  max-width: 40px;
  display: block;
  margin: 2.5px 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 600px) {
  .homepage-container .contentWrap .card-deck .card-body .social-icons a {
    max-width: 50px;
    margin: 5px;
  }
}
.homepage-container .contentWrap .card-deck .card-body .social-icons a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.homepage-container .contentWrap .card-deck span[class^="theme-"] {
  color: #e8490d;
  font-size: 4rem;
  margin-bottom: 20px;
  display: block;
}
.homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap pt-jackpot-ticker h2 {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: -25px 0 0 0 !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 2.3rem !important;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1280px) {
  .homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap pt-jackpot-ticker h2 {
    font-size: 2.5vw !important;
    margin-top: -1.5vw !important;
  }
}
@media screen and (max-width: 960px) {
  .homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap pt-jackpot-ticker h2 {
    font-size: 4vw !important;
    margin-top: -2.5vw !important;
  }
}
@media screen and (max-width: 600px) {
  .homepage-container .contentWrap .card-deck .casino-ticker .jackpotWrap pt-jackpot-ticker h2 {
    font-size: 7.5vw !important;
    margin-top: -5vw !important;
  }
}
.homepage-container .contentWrap .medium-homepage-promo:nth-child(4) {
  display: none;
}
@media screen and (max-width: 960px) {
  .homepage-container .contentWrap .medium-homepage-promo:nth-child(4) {
    display: block;
  }
}
.homepage-container .contentWrap .medium-homepage-promo a:hover {
  text-decoration: none;
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content .card-body {
  display: block;
  padding: 15px;
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content .card-body h3 {
  font-weight: 400;
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content .card-body p {
  margin-bottom: 0;
}
.homepage-container .contentWrap .medium-homepage-promo .homepage-promo-content .card-footer small {
  font-size: 9px;
  line-height: 1.4;
  display: block;
  min-height: 24px;
}
.homepage-container .contentWrap .seoContent h3 {
  text-transform: none !important;
  margin-top: 0 !important;
  font-size: 1.75rem !important;
}
.homepage-container .contentWrap .seoContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.homepage-container .contentWrap .seoContent ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homepage-container .contentWrap .seoContent h4 span {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  top: 10px;
}
.homepage-container .contentWrap .seoContent p,
.homepage-container .contentWrap .seoContent li {
  font-size: 0.8rem;
  line-height: 1.3;
}
.homepage-container .tweets .verified {
  font-size: 20px;
}
.homepage-container .tweets .verified:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h64v72H0z%22%2F%3E%3Cpath%20fill%3D%22%231da1f2%22%20d%3D%22M3%2037.315c0%204.125%202.162%207.726%205.363%209.624-.056.467-.09.937-.09%201.42%200%206.103%204.72%2011.045%2010.546%2011.045%201.295%200%202.542-.234%203.687-.686C24.22%2062.4%2027.827%2064.93%2032%2064.93c4.174%200%207.782-2.53%209.49-6.213%201.148.45%202.39.685%203.69.685%205.826%200%2010.546-4.94%2010.546-11.045%200-.483-.037-.953-.093-1.42C58.83%2045.04%2061%2041.44%2061%2037.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865%200-6.104-4.72-11.045-10.545-11.045-1.302%200-2.543.232-3.69.688-1.707-3.685-5.315-6.216-9.49-6.216-4.173%200-7.778%202.53-9.492%206.216-1.146-.455-2.393-.688-3.688-.688-5.827%200-10.545%204.94-10.545%2011.045%200%201.364.23%202.662.656%203.864C5.42%2029.163%203%2032.944%203%2037.314z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.87%2039.08l7.015%206.978c.585.582%201.35.873%202.116.873.77%200%201.542-.294%202.127-.883.344-.346%2015.98-15.974%2015.98-15.974%201.172-1.172%201.172-3.07%200-4.243-1.17-1.17-3.07-1.172-4.242%200l-13.87%2013.863-4.892-4.868c-1.174-1.168-3.074-1.164-4.242.01-1.168%201.176-1.163%203.075.01%204.244z%22%2F%3E%3C%2Fsvg%3E);
  height: 19px;
  width: 15px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.homepage-container .tweets p.tweetText {
  font-size: 14px;
  line-height: 1.4;
}

/*-=- Contents of mobilepoker/styles/pages/promotions-tournaments.css -=-*/

#promotion-tournament-main .col.heroCenter,
#promotions-home .col.heroCenter {
  padding: 0;
}
@media screen and (max-width: 950px) {
  #promotion-tournament-main .col.heroCenter img,
  #promotions-home .col.heroCenter img {
    max-width: none;
    position: relative;
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #promotion-tournament-main .col.heroCenter img,
  #promotions-home .col.heroCenter img {
    width: 140%;
    left: -20%;
  }
}
@media screen and (max-width: 600px) {
  #promotion-tournament-main .col.heroCenter img,
  #promotions-home .col.heroCenter img {
    width: 150%;
    left: -25%;
  }
}
@media screen and (max-width: 450px) {
  #promotion-tournament-main .col.heroCenter img,
  #promotions-home .col.heroCenter img {
    width: 180%;
    left: -40%;
  }
}
#promotion-tournament-main .col.heroLeft,
#promotions-home .col.heroLeft {
  overflow: hidden;
  padding: 0;
}
#promotion-tournament-main .col.heroLeft .heroImageWrap,
#promotions-home .col.heroLeft .heroImageWrap {
  overflow: hidden;
  display: block;
  position: relative;
}
@media screen and (max-width: 650px) {
  #promotion-tournament-main .col.heroLeft .heroImageWrap:before,
  #promotions-home .col.heroLeft .heroImageWrap:before {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    left: 0;
    z-index: 1;
    height: 100%;
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  }
  #promotion-tournament-main .col.heroLeft .heroImageWrap:after,
  #promotions-home .col.heroLeft .heroImageWrap:after {
    content: "";
    display: block;
    position: absolute;
    left: -20vw;
    width: 150vw;
    height: 30px;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
}
@media screen and (max-width: 950px) {
  #promotion-tournament-main .col.heroLeft img,
  #promotions-home .col.heroLeft img {
    position: relative;
    max-width: none !important;
    width: 120%;
    float: right;
    display: block;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  #promotion-tournament-main .col.heroLeft img,
  #promotions-home .col.heroLeft img {
    width: 140%;
    right: -10%;
  }
}
@media screen and (max-width: 650px) {
  #promotion-tournament-main .col.heroLeft img,
  #promotions-home .col.heroLeft img {
    width: 150%;
    right: 5%;
  }
}
@media screen and (max-width: 450px) {
  #promotion-tournament-main .col.heroLeft img,
  #promotions-home .col.heroLeft img {
    width: 180%;
    right: -3%;
  }
}
#promotion-tournament-main .col .heroContentWrap,
#promotions-home .col .heroContentWrap {
  position: absolute;
  left: 10px;
  top: 0;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  #promotion-tournament-main .col .heroContentWrap,
  #promotions-home .col .heroContentWrap {
    max-width: 50%;
  }
}
@media screen and (max-width: 650px) {
  #promotion-tournament-main .col .heroContentWrap,
  #promotions-home .col .heroContentWrap {
    position: relative;
    display: block;
    max-width: 100%;
    text-align: center;
    left: 0;
  }
}
#promotion-tournament-main .col .heroContentWrap h1.promoTitle,
#promotions-home .col .heroContentWrap h1.promoTitle,
#promotion-tournament-main .col .heroContentWrap h2.promoTitle,
#promotions-home .col .heroContentWrap h2.promoTitle {
  color: #fff;
  margin-top: 0px;
  font-size: 1.65rem;
  line-height: 1.4;
}
@media screen and (max-width: 950px) {
  #promotion-tournament-main .col .heroContentWrap h1.promoTitle,
  #promotions-home .col .heroContentWrap h1.promoTitle,
  #promotion-tournament-main .col .heroContentWrap h2.promoTitle,
  #promotions-home .col .heroContentWrap h2.promoTitle {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  #promotion-tournament-main .col .heroContentWrap h1.promoTitle,
  #promotions-home .col .heroContentWrap h1.promoTitle,
  #promotion-tournament-main .col .heroContentWrap h2.promoTitle,
  #promotions-home .col .heroContentWrap h2.promoTitle {
    font-size: 1.3rem;
  }
}
#promotion-tournament-main .promoMeta .col,
#promotions-home .promoMeta .col {
  padding: 0 5%;
}
#promotion-tournament-main .promoMeta .metaItems,
#promotions-home .promoMeta .metaItems {
  padding: 0 2.5%;
}
#promotion-tournament-main .promoMeta .metaItems p,
#promotions-home .promoMeta .metaItems p {
  font-size: 0.8rem;
  line-height: 1.3;
}
#promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):before,
#promotions-home .promoMeta .metaItems:nth-of-type(2):before,
#promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):after,
#promotions-home .promoMeta .metaItems:nth-of-type(2):after {
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  width: 1px;
  background: #aaa;
  top: calc(25%);
}
@media screen and (max-width: 950px) {
  #promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):before,
  #promotions-home .promoMeta .metaItems:nth-of-type(2):before,
  #promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):after,
  #promotions-home .promoMeta .metaItems:nth-of-type(2):after {
    width: 80%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):after,
#promotions-home .promoMeta .metaItems:nth-of-type(2):after {
  left: initial;
  right: 0;
}
@media screen and (max-width: 950px) {
  #promotion-tournament-main .promoMeta .metaItems:nth-of-type(2):after,
  #promotions-home .promoMeta .metaItems:nth-of-type(2):after {
    top: initial;
    bottom: 0;
    left: 0;
  }
}
#promotion-tournament-main .promoMeta .metaItems h2 span,
#promotions-home .promoMeta .metaItems h2 span {
  margin-right: 10px;
}
#promotion-tournament-main p.significantTerms,
#promotions-home p.significantTerms {
  text-align: center;
  background: #000;
  position: relative;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.3;
  padding: 5px;
  color: #aaa;
}
#promotion-tournament-main .mat-tab-label-container,
#promotions-home .mat-tab-label-container {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels,
#promotions-home .mat-tab-label-container .mat-tab-labels {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 40px;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-ripple-element,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-ripple-element {
  display: none;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  background: #fff;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label:first-of-type,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label:first-of-type {
  border-left: none;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label:last-of-type,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label:last-of-type {
  border-right: none;
}
#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content,
#promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
#promotion-tournament-main .termsConditions,
#promotions-home .termsConditions {
  font-size: 90%;
  border-top: 1px solid #ccc;
  margin: 50px 0;
  padding-top: 20px;
}
#promotion-tournament-main .termsConditions h1,
#promotions-home .termsConditions h1 {
  font-size: 1.2rem;
}
#promotion-tournament-main .termsConditions h2,
#promotions-home .termsConditions h2 {
  font-size: 1rem;
  margin: 0 0 5px 0;
}
#promotion-tournament-main .termsConditions p,
#promotions-home .termsConditions p,
#promotion-tournament-main .termsConditions li,
#promotions-home .termsConditions li {
  font-size: 0.85rem;
  line-height: 1.6;
}
#promotion-tournament-main .termsConditions h3,
#promotions-home .termsConditions h3,
#promotion-tournament-main .termsConditions h4,
#promotions-home .termsConditions h4,
#promotion-tournament-main .termsConditions h5,
#promotions-home .termsConditions h5,
#promotion-tournament-main .termsConditions h6,
#promotions-home .termsConditions h6 {
  font-size: inherit !important;
}
#promotion-tournament-main .pm-area-contentleft img,
#promotions-home .pm-area-contentleft img {
  max-width: 100%;
}
#promotion-tournament-main .pm-area-contentleft .teaserItem,
#promotions-home .pm-area-contentleft .teaserItem {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#promotion-tournament-main .pm-area-contentleft .teaserItem:hover,
#promotions-home .pm-area-contentleft .teaserItem:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#promotion-tournament-main .pm-area-contentleft .teaserItem .teaserContent,
#promotions-home .pm-area-contentleft .teaserItem .teaserContent {
  padding: 0;
}
#promotion-tournament-main .pm-area-contentleft .teaserItem .teaserContent h5,
#promotions-home .pm-area-contentleft .teaserItem .teaserContent h5 {
  margin: 0;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
#promotion-tournament-main .pm-area-contentleft .teaserItem .card-footer,
#promotions-home .pm-area-contentleft .teaserItem .card-footer {
  display: none;
}
#promotion-tournament-main .pm-area-contentleft .teaserItem .card-footer small,
#promotions-home .pm-area-contentleft .teaserItem .card-footer small {
  font-size: 9px;
  line-height: 1.4;
  display: block;
  min-height: 24px;
}
#promotions-home p.significantTerms {
  border: none;
  background: transparent;
}
#promotions-home .medium-homepage-promo .homepage-promo-content {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#promotions-home .medium-homepage-promo .homepage-promo-content:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#promotions-home .card {
  border: none !important;
  height: 100%;
}
#promotions-home .card .card-body p {
  margin: 0;
  display: block;
}
#promotions-home .card .card-footer small {
  font-size: 9px;
  line-height: 1.4;
  display: block;
  min-height: 24px;
}

/*-=- Contents of mobilepoker/styles/pages/team-partypoker.css -=-*/

.teampp-wrapper .content-block a {
  display: block;
}
.teampp-wrapper .content-block .block-content {
  background: #000;
  border-top: 3px solid #e8490d;
}
.teampp-wrapper .content-block .block-content h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.teampp-wrapper .content-block .block-content h3 a {
  text-decoration: none;
  color: #fff;
}
.teampp-wrapper .content-block .block-content h3 a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .teampp-hero img {
    max-width: none;
    width: 150%;
    left: -25%;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .teampp-hero img {
    width: 200%;
    left: -90%;
  }
}

/*-=- Contents of mobilepoker/styles/pages/download.css -=-*/

.download-p .pc-teaser.text-white .pc-header .pc-h {
  color: #fff;
  margin-top: 0px;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .download-p .pc-teaser.text-white .pc-header .pc-h {
    text-align: center;
  }
}
.download-p .pc-banner.img-opt-r .pc-t-h-cont,
.download-p .pc-banner.img-opt-r .pc-t-txt {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .download-p .pc-banner.img-opt-r .pc-t-h-cont,
  .download-p .pc-banner.img-opt-r .pc-t-txt {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .download-p .pc-banner.img-opt-r .pc-t-txt-opt {
    order: 9;
  }
  .download-p .pc-banner .pc-t-img-opt {
    margin: -40px auto;
  }
}

/*-=- Contents of mobilepoker/styles/pages/tournament-calendar.css -=-*/

#tournament-calendar .mobileTitle {
  display: none;
}
@media screen and (max-width: 600px) {
  #tournament-calendar .mobileTitle {
    display: block;
    width: 30%;
    float: left;
    margin-right: 20px;
    font-weight: bold;
  }
}
#tournament-calendar .table tbody tr td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #tournament-calendar .table thead {
    display: none;
  }
  #tournament-calendar .table tbody {
    display: block;
  }
  #tournament-calendar .table tbody tr {
    display: block;
    width: 100%;
    padding: 20px;
  }
  #tournament-calendar .table tbody tr td {
    display: block;
    width: 100%;
    white-space: pre-wrap;
  }
  #tournament-calendar .table tbody tr td:first-of-type {
    padding-left: 0.75rem;
  }
}

/*-=- Contents of mobilepoker/styles/components/starrating.css -=-*/

.rating {
  color: #d5d5d5;
  text-align: center;
}
.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2.5em;
}
.rating .filled {
  color: #ffcc00;
}

/*-=- Contents of mobilepoker/styles/components/addressautocomplete.css -=-*/

.addresscomplete-holder {
  position: relative;
}
.addresscomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 6px;
  z-index: 9999;
  position: absolute;
  top: 2.66666667em;
  margin-top: -6px;
  background-color: #ffffff;
}
.addresscomplete-description {
  font-size: 14px;
}
.addresscomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  cursor: pointer;
}
.addresscomplete-selected-row,
.addresscomplete-row:hover {
  /*background-color: lightblue;*/
  background-color: #ffcc00;
}

/*-=- Contents of mobilepoker/styles/components/faq.css -=-*/

.faq-container {
  background: #e5e5e5;
}
.faq-container > legend {
  padding-bottom: 0.21428571em;
}
.faq-item {
  font-size: 0.875em;
  background: #ffffff;
  -webkit-border-radius: 0.28571429em;
  -moz-border-radius: 0.28571429em;
  border-radius: 0.28571429em;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  margin: 5px;
}
.faq-item .faq-header {
  position: relative;
  padding: 1em 2.5em 1em 3em;
}
.faq-item .faq-header i {
  position: absolute;
}
.faq-item .faq-header i:first-child {
  font-size: 1.71428571em;
  left: 0.45833333em;
  top: 50%;
  color: #267abf;
  margin-top: -0.54166667em;
  height: 1.25em;
}
.faq-item .faq-header i:last-child {
  font-size: 1.14285714em;
  right: 0.6875em;
  top: 50%;
  height: 1.1875em;
  margin-top: -0.5em;
}
.faq-item .faq-header div {
  font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.faq-item .faq-content {
  border-top: 2px solid #e5e5e5;
  padding: 1em 1em 1em 3.14285714em;
}
.faq-item .faq-content > div > :first-child {
  margin-top: 0;
}
.faq-item .faq-content > div > :last-child {
  margin-bottom: 0;
}

/*-=- Contents of mobilepoker/styles/components/account-limits.component.css -=-*/

#accountLimits .form-layout-horizontal > div {
  min-width: initial;
}
#accountLimits .limit-actions {
  margin: 0.3125em 0;
}
#accountLimits .limit-action > div {
  padding: 0.3125em 0;
}
#accountLimits .current-limit {
  color: #7a7a7a;
  font-size: 0.875em;
}
#accountLimits .cancel-limit {
  text-align: right;
  color: #267abf;
  padding-bottom: 0.38461538em;
}
#accountLimits .form-element label {
  font-weight: normal;
}

/*-=- Contents of mobilepoker/styles/components/pt-select-manual-input.css -=-*/

.manual-number-select .selectmanual-input {
  padding: 0.3125em 0 0;
}

/*-=- Contents of mobilepoker/styles/components/home-navigation.css -=-*/

#portal-nav {
  left: 0;
  right: 0;
  top: 5.3125em;
  position: fixed;
  z-index: 20;
  overflow: hidden;
  height: 3.125em;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #000000 0%, #222222 100%);
  background: linear-gradient(to bottom, #000000 0%, #222222 100%);
  -webkit-box-shadow: 0px -2px 0px 0px #000000;
  box-shadow: 0px -2px 0px 0px #000000;
}
#portal-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2.9375em;
  width: 1.25em;
  z-index: 1;
  -webkit-box-shadow: inset 0.625em 0 0.5em -0.1875em #000000;
  box-shadow: inset 0.625em 0 0.5em -0.1875em #000000;
  opacity: 1;
}
#portal-nav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /*height:100%;*/
  height: 2.9375em;
  width: 1.25em;
  -webkit-box-shadow: inset -0.625em 0 0.5em -0.1875em #000000;
  box-shadow: inset -0.625em 0 0.5em -0.1875em #000000;
  opacity: 1;
}
#portal-nav .main-items {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /*overflow-x: scroll;*/
  overflow-y: hidden;
}
#portal-nav .main-items::-webkit-scrollbar {
  display: none;
}
#portal-nav i {
  font-size: 0.6875em;
  display: inline-block;
  width: 5.90909091em;
  text-align: center;
  font-style: normal;
  vertical-align: top;
  padding: 0 1px;
  height: 4.54545455em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #acacac;
}
#portal-nav i.ng-click-active {
  opacity: 0.4;
}
#portal-nav i.active {
  color: #ffffff;
}
#portal-nav i.active:before {
  color: #ffffff;
}
#portal-nav i:before {
  display: block;
  font-size: 2.36363636em;
  padding-bottom: 0.07142857em;
  line-height: 1.1;
  color: #acacac;
}
html:not(.login-bar-shown) main #portal-nav {
  top: 2.8125em;
}

/*-=- Contents of mobilepoker/styles/components/home-teaser.css -=-*/

#home-message-panel {
  display: block;
  margin-top: 50.3125px;
}
html:not(.login-bar-shown) main #home-message-panel {
  margin-top: 49.375px;
}
#portal-teasers {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#portal-teasers div {
  margin-bottom: 25px;
}
#portal-teasers img {
  width: 100%;
}
#portal-teasers span {
  display: block;
  margin: 0 27px;
}
#portal-teasers .title {
  margin-top: 10px;
}
#portal-teasers .subtitle {
  color: #eb7e13;
  font-weight: bolder;
  font-size: 1.3em;
  text-transform: uppercase;
}

/*-=- Contents of mobilepoker/styles/components/document-upload.css -=-*/

.document-upload {
  background: #e5e5e5;
}
.document-upload.verified {
  background: rgba(45, 179, 67, 0.2);
}
.document-upload .upload-details > div {
  font-size: 0.92307692em;
}
.document-upload .upload-details > select {
  max-width: 21em;
}
.document-upload .upload-details textarea {
  max-width: 22em;
  height: 100px;
  resize: none;
  margin: 0 auto;
}
.document-upload .transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.document-upload .file-upload-container {
  position: relative;
}
.document-upload .file-upload-container input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3em;
}
.document-upload .doc-upload-container {
  position: fixed;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
}
.document-upload .doc-upload-container .doc-upload-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.document-upload .doc-upload {
  margin: 0 auto;
  height: 100%;
  background: #ffffff;
  overflow: scroll;
}
.document-upload .thumb {
  position: relative;
  background-color: #000000;
  text-align: center;
}
.document-upload .thumb.portrait {
  height: 40%;
}
.document-upload .thumb.portrait img {
  height: 100%;
}
.document-upload .thumb.landscape img {
  width: 100%;
  height: auto;
}
.document-upload .thumb a {
  font-size: 0.9375em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.86666667em 0.46666667em;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.document-upload .thumb a i.theme-right {
  position: absolute;
  right: 0.5em;
}
.document-upload .file-input-change {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-=- Contents of mobilepoker/styles/components/m2-serial-number.css -=-*/

m2-serial-number {
  display: table;
}
m2-serial-number div {
  display: table-cell;
}
m2-serial-number .sn2,
m2-serial-number .sn3 {
  padding-left: 2%;
}
m2-serial-number .sn1 {
  width: 25%;
}
m2-serial-number .sn2 {
  width: 60%;
}

/*-=- Contents of mobilepoker/styles/components/homepage-slider.css -=-*/

.homepage-container {
  /* .swiper-slide .swiper-slide-content .slide-content p {
        margin-bottom: 0;
        font-size: 90%;
        line-height: 1.4;
        overflow: hidden;
        max-height: 72px;
    }*/
}
.homepage-container .bg-dark {
  background-color: #000 !important;
}
.homepage-container .touch-swiper-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  min-height: 525px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .homepage-container .touch-swiper-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
}
.homepage-container .full-slide-view {
  position: relative;
  text-align: center;
}
.homepage-container .slide-preview {
  position: relative;
  padding: 0 1em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .homepage-container .slide-preview {
    height: 425px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-container .slide-preview {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.homepage-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 370px;
  height: 176px;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage-container .swiper-slide .swiper-slide-image {
  position: relative;
}
.homepage-container .swiper-slide .swiper-slide-content {
  overflow: hidden !important;
  background: #111;
}
.homepage-container .swiper-slide .swiper-slide-content .slide-content {
  color: #fff;
  padding: 10px;
  background: #111;
  font-size: 90%;
  overflow: hidden;
  text-align: center;
}
.homepage-container .swiper-slide .swiper-slide-content .slide-content h3 {
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.2;
  max-height: 34px;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
.homepage-container .swiper-slide .swiper-slide-content .slide-content .significantTerms {
  font-size: 10px;
  color: #666;
  display: inline-block;
  margin-top: auto;
  width: 100%;
}
.homepage-container .swiper-slide .swiper-slide-content .slide-content .significantTerms p {
  font-size: 10px;
  line-height: 1;
  margin: 0;
}
.homepage-container .swiper-slide .swiper-slide-content .slide-content .learn-more {
  text-decoration: underline;
  display: inline;
  text-align: right;
  float: right;
  font-size: 90%;
  position: relative;
  top: -5px;
}
.homepage-container .swiper-slide .cta {
  position: absolute;
  left: 44%;
  top: 35%;
  background: #E8480C;
  width: 45px;
  height: 45px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -khtml-border-radius: 25px;
  z-index: 20;
}
.homepage-container .swiper-slide .cta svg {
  position: relative;
  top: 25%;
  left: 25%;
  top: 30%;
  height: 15px;
}
.homepage-container .swiper-slide .clipped-image {
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A2A2A2;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: ellipse(29% 76% at 80% 44%);
  clip-path: ellipse(29% 76% at 80% 44%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.homepage-container .full-slide-view-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .homepage-container .full-slide-view-image {
    max-width: none;
    left: -5%;
    width: 110%;
  }
}
@media screen and (max-width: 950px) {
  .homepage-container .full-slide-view-image {
    left: -20%;
    width: 140%;
  }
}
@media screen and (max-width: 900px) {
  .homepage-container .full-slide-view-image {
    left: -25%;
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .homepage-container .full-slide-view-image {
    position: relative;
    width: 100%;
    left: 0;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 740px) {
  .homepage-container .full-slide-view-image {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 550px) {
  .homepage-container .full-slide-view-image {
    width: 150%;
    left: -25%;
    padding-bottom: 10vw;
  }
}
.homepage-container .full-slide-view-content {
  position: relative;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -140px;
}
@media screen and (max-width: 1200px) {
  .homepage-container .full-slide-view-content {
    margin-top: -12vw;
  }
}
@media screen and (max-width: 768px) {
  .homepage-container .full-slide-view-content {
    position: relative;
    margin-top: -40vw;
  }
}
.homepage-container .full-slide-view-content h2 {
  color: #fff !important;
  font-size: 1.65rem !important;
  line-height: 1.4 !important;
  margin: 0 0 10px 0 !important;
}
@media screen and (max-width: 500px) {
  .homepage-container .full-slide-view-content h2 {
    font-size: 1.5rem !important;
  }
}
.homepage-container .full-slide-view-content p {
  font-size: 1.3rem;
}
@media screen and (max-width: 500px) {
  .homepage-container .full-slide-view-content p {
    font-size: 1rem;
  }
}
.homepage-container .full-slide-view-content .learn-more {
  padding: 10px 20px;
  line-height: 1.5;
}
.homepage-container .full-slide-view-content .significantTerms {
  display: block;
}
.homepage-container .full-slide-view-content .significantTerms p {
  margin-bottom: 0;
  font-size: 10px;
  color: #666;
  line-height: 1.2;
}
.homepage-container .swiper-button-next,
.homepage-container .swiper-button-prev {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  width: 15px;
  background-size: contain;
  z-index: 4;
}
.homepage-container .swiper-button-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -40px;
}
@media screen and (max-width: 768px) {
  .homepage-container .swiper-button-prev {
    top: 36%;
    right: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    left: 0;
  }
}
.homepage-container .swiper-button-next {
  bottom: -40px;
  top: initial;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .homepage-container .swiper-button-next {
    top: 36%;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    left: initial;
    bottom: initial;
  }
}

/*-=- Contents of mobilepoker/styles/components/blogfeed.css -=-*/

.blog h3 {
  text-transform: none !important;
  font-size: 2rem !important;
}
.blog pt-blog a {
  color: #000;
}
.blog pt-blog a:hover {
  text-decoration: none;
}
.blog pt-blog .first img {
  margin-bottom: 20px;
}
.blog pt-blog .first h5 {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px !important;
  font-size: 1.25rem !important;
}
.blog pt-blog .first h5:before {
  height: 22px;
  width: 3px;
  background: #e8490d;
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
.blog pt-blog h5 {
  text-transform: none;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.blog pt-blog time {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #666;
}
.blog pt-blog .hr-strip {
  background: #666;
}