* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.beat-monitor {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 99;
    transform: translateY(0px);
    transition: 0.5s all ease;
}
.beat-monitor.hidden {
    transform: translateY(150px); }
.beat-monitor .title {
    padding: 8px 15px;
    width: 100%;
    background: #303030;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block; }
.beat-monitor .title * {
    vertical-align: middle; }
.beat-monitor .title h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500; }
.beat-monitor .title h5 {
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    margin-left: 12px;
    padding-left: 12px;
    display: inline-block;
    font-size: 0.725rem;
    font-weight: 400; }
.beat-monitor .status-wrapper {
    background: #303030;
    padding: 10px 20px; }
.beat-monitor .beat-status .beat {
    padding: 2px 3px;
    width: 10%;
    font-size: 1.050rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    float: left;
    width: 15%; }
.beat-monitor .beat-status .beat.coin-flip.active div {
    background: #2A8E95; }
.beat-monitor .beat-status .beat.thats-poker.active div {
    background: #D9B149; }
.beat-monitor .beat-status .beat.unlucky.active div {
    background: #FF872C; }
.beat-monitor .beat-status .beat.painful.active div {
    background: #C94B4B; }
.beat-monitor .beat-status .beat.bad-beat.active div {
    background: #BB5DD6; }
.beat-monitor .beat-status .beat.sick.active div {
    background: #65D65D; }
.beat-monitor .beat-status .beat span {
    display: block;
    visibility: hidden;
    margin-bottom: 2px;
    min-height: 31px;
    line-height: 16px; }
.beat-monitor .beat-status .beat > div {
    display: block;
    height: 5px;
    background: white;
    opacity: 0.5;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 5px; }
.beat-monitor .beat-status .beat > div:first-of-type {
    padding-left: 0; }
.beat-monitor .beat-status .beat > div:last-of-type {
    padding-right: 0; }
.beat-monitor .beat-status .beat.active {
    color: #ffffff;
    width: 25%; }
.beat-monitor .beat-status .beat.active span {
    visibility: visible; }
.beat-monitor .beat-status .beat.active > div {
    opacity: 1;
    background: #69D961; }

.table-wrapper {
    background: #363636;
    text-align: center;
    padding: 15px;
    padding-bottom: 0; }
.table-wrapper .poker-table {
    background: url("../img/calculator/poker-table-bg.jpg") no-repeat center;
    background-size: 130%;
    min-height: 100px;
    line-height: 100px;
    font-size: 0;
    border-radius: 60px;
    text-align: center;
    border: 4px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
}
.table-wrapper .poker-table .card {
    background: white;
    position: relative;
    margin-right: 8px;
    vertical-align: -26px;
    cursor: pointer;
}
.table-wrapper .poker-table .card.card-3 {
    margin-right: 15px; }
.table-wrapper .poker-table .card.card-turn {
    margin-right: 15px; }
.table-wrapper .poker-table .card.card-river {
    margin-right: 0; }
.table-wrapper .poker-table .card[data-card=""][data-suit=""] {
    background: rgba(255, 255, 255, 0.25); }
.table-wrapper .poker-table .card[data-card=""][data-suit=""]::before {
    content: url(../img/calculator/icon-add-circle.svg);
    display: block;
    line-height: 0;
    margin-left: -14.5px;
    margin-top: -14.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    opacity: 0.7; }
.table-wrapper .player-card {
    display: none; }
.table-wrapper .btn-add-player {
    display: inline-block;
    width: auto;
    min-width: 134px;
    padding: 10px 18px;
    padding-left: 46px;
    background: url("../img/calculator/icon-player.svg") #1CA7B0;
    background-size: 26px;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    transform: translateY(50%);
    transition: 0.2s all ease;
    font-size: 0.950rem;
    font-weight: 500;
    color: #fff;
}
.table-wrapper .btn-add-player.disabled {
    color: #d8d8d8;
    background: url("../img/calculator/icon-player-offwhite.svg") #808080;
    background-size: 26px;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    opacity: 1; }
.table-wrapper .btn-add-player.disabled:hover {
    background-color: #808080; }
.table-wrapper .btn-add-player:hover {
    background-color: #1a9da5; }
.table-wrapper .btn-add-player:focus {
    outline: none; }

.card {
    position: relative;
    display: inline-block;
    vertical-align: -23px;
    width: 38px;
    border-radius: 4px;
    height: 54px;
    background: #fff;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.25); }
.card[data-card="ten"] .card-icn {
    width: 12px !important; }
.card.card-layout {
    line-height: 0; }
.card.card-layout .card-icn {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px; }
.card.card-layout .card-icn::before {
    width: 100% !important; }
.card.card-layout .suit {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 20px; }
.card.card-layout .suit::before {
    width: 100%; }

.player-list-wrapper {
    background: #363636;
    padding: 20px 16px;
    padding-top: 36px; }
.player-list-wrapper .player {
    background: #F7F7F7;
    line-height: 0;
    border-radius: 8px;
    border: 1px solid rgba(198, 198, 198, 0.75);
    margin-bottom: 10px; }
.player-list-wrapper .player:last-of-type {
    margin-bottom: 0; }
.player-list-wrapper .player .player-number {
    min-width: 30px;
    float: left;
    color: rgba(93, 93, 93, 0.75);
    line-height: 86px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 500; }
.player-list-wrapper .player .player-cards {
    float: left;
    line-height: 86px; }
.player-list-wrapper .player .player-cards .card {
    width: 41px;
    height: 56px;
    margin-right: 2px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.175); }
.player-list-wrapper .player .player-cards .card.active-drawer {
    border: 2px solid orange; }
.player-list-wrapper .player .player-cards .card[data-suit=""][data-card=""] {
    background: url("../img/calculator/icon-add-circle-black.svg") no-repeat center white;
    background-size: 31px; }
.player-list-wrapper .player .player-outcome {
    float: left;
    line-height: 1.6;
    padding: 16px 15px;
    padding-left: 8px;
    padding-right: 0; }
.player-list-wrapper .player .player-outcome .win {
    color: #5D5D5D;
    font-size: 1rem;
    font-weight: 500; }
.player-list-wrapper .player .player-outcome .win span {
    font-weight: 600; }
.player-list-wrapper .player .player-outcome .tie {
    color: rgba(93, 93, 93, 0.75);
    font-size: 0.925rem;
    font-weight: 500; }
.player-list-wrapper .player .player-outcome .tie span {
    font-weight: 600; }
.player-list-wrapper .player .player-delete {
    text-align: center;
    float: right;
    line-height: 86px;
    padding: 0 10px;
    border-left: 1px solid rgba(198, 198, 198, 0.75); }
.player-list-wrapper .player .player-delete .btn-player-delete {
    width: 18px;
    vertical-align: middle;
    height: 20px;
    background: url("../img/calculator/icon-delete.svg") no-repeat center;
    display: inline-block; }

.cta-buttons {
    margin-top: 25px; }
.cta-buttons a {
    padding: 12px 16px;
    display: block;
    text-align: center;
    font-size: 1.025rem;
}
.cta-buttons a.btn-right-reset {
    background: #575757;
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
}

/**
 * Cards
 **/

div[data-card="ten"] .card-icn::before,
a[data-card="ten"] .card-icn::before {
    width: 18px !important; }

/**
 * Hearts
 **/
div[data-suit="heart"] .suit,
a[data-suit="heart"] .suit {
    line-height: 1; }
div[data-suit="heart"] .suit::before,
a[data-suit="heart"] .suit::before {
    content: url("../img/calculator/icon-heart.svg");
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle; }

div[data-suit="heart"][data-card="ace"] .card-icn,
a[data-suit="heart"][data-card="ace"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="ace"] .card-icn::before,
a[data-suit="heart"][data-card="ace"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ace-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="two"] .card-icn,
a[data-suit="heart"][data-card="two"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="two"] .card-icn::before,
a[data-suit="heart"][data-card="two"] .card-icn::before {
    content: url("../img/calculator/cards/icn-two-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="three"] .card-icn,
a[data-suit="heart"][data-card="three"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="three"] .card-icn::before,
a[data-suit="heart"][data-card="three"] .card-icn::before {
    content: url("../img/calculator/cards/icn-three-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="four"] .card-icn,
a[data-suit="heart"][data-card="four"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="four"] .card-icn::before,
a[data-suit="heart"][data-card="four"] .card-icn::before {
    content: url("../img/calculator/cards/icn-four-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="five"] .card-icn,
a[data-suit="heart"][data-card="five"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="five"] .card-icn::before,
a[data-suit="heart"][data-card="five"] .card-icn::before {
    content: url("../img/calculator/cards/icn-five-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="six"] .card-icn,
a[data-suit="heart"][data-card="six"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="six"] .card-icn::before,
a[data-suit="heart"][data-card="six"] .card-icn::before {
    content: url("../img/calculator/cards/icn-six-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="seven"] .card-icn,
a[data-suit="heart"][data-card="seven"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="seven"] .card-icn::before,
a[data-suit="heart"][data-card="seven"] .card-icn::before {
    content: url("../img/calculator/cards/icn-seven-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="eight"] .card-icn,
a[data-suit="heart"][data-card="eight"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="eight"] .card-icn::before,
a[data-suit="heart"][data-card="eight"] .card-icn::before {
    content: url("../img/calculator/cards/icn-eight-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="nine"] .card-icn,
a[data-suit="heart"][data-card="nine"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="nine"] .card-icn::before,
a[data-suit="heart"][data-card="nine"] .card-icn::before {
    content: url("../img/calculator/cards/icn-nine-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="ten"] .card-icn,
a[data-suit="heart"][data-card="ten"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="ten"] .card-icn::before,
a[data-suit="heart"][data-card="ten"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ten-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="jack"] .card-icn,
a[data-suit="heart"][data-card="jack"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="jack"] .card-icn::before,
a[data-suit="heart"][data-card="jack"] .card-icn::before {
    content: url("../img/calculator/cards/icn-jack-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="queen"] .card-icn,
a[data-suit="heart"][data-card="queen"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="queen"] .card-icn::before,
a[data-suit="heart"][data-card="queen"] .card-icn::before {
    content: url("../img/calculator/cards/icn-queen-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="heart"][data-card="king"] .card-icn,
a[data-suit="heart"][data-card="king"] .card-icn {
    line-height: 1; }
div[data-suit="heart"][data-card="king"] .card-icn::before,
a[data-suit="heart"][data-card="king"] .card-icn::before {
    content: url("../img/calculator/cards/icn-king-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

/**
 * Diamonds
 **/
div[data-suit="diamond"] .suit,
a[data-suit="diamond"] .suit {
    line-height: 1; }
div[data-suit="diamond"] .suit::before,
a[data-suit="diamond"] .suit::before {
    content: url("../img/calculator/icon-diamond.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }

div[data-suit="diamond"][data-card="ace"] .card-icn,
a[data-suit="diamond"][data-card="ace"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="ace"] .card-icn::before,
a[data-suit="diamond"][data-card="ace"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ace-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="two"] .card-icn,
a[data-suit="diamond"][data-card="two"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="two"] .card-icn::before,
a[data-suit="diamond"][data-card="two"] .card-icn::before {
    content: url("../img/calculator/cards/icn-two-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="three"] .card-icn,
a[data-suit="diamond"][data-card="three"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="three"] .card-icn::before,
a[data-suit="diamond"][data-card="three"] .card-icn::before {
    content: url("../img/calculator/cards/icn-three-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="four"] .card-icn,
a[data-suit="diamond"][data-card="four"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="four"] .card-icn::before,
a[data-suit="diamond"][data-card="four"] .card-icn::before {
    content: url("../img/calculator/cards/icn-four-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="five"] .card-icn,
a[data-suit="diamond"][data-card="five"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="five"] .card-icn::before,
a[data-suit="diamond"][data-card="five"] .card-icn::before {
    content: url("../img/calculator/cards/icn-five-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="six"] .card-icn,
a[data-suit="diamond"][data-card="six"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="six"] .card-icn::before,
a[data-suit="diamond"][data-card="six"] .card-icn::before {
    content: url("../img/calculator/cards/icn-six-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="seven"] .card-icn,
a[data-suit="diamond"][data-card="seven"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="seven"] .card-icn::before,
a[data-suit="diamond"][data-card="seven"] .card-icn::before {
    content: url("../img/calculator/cards/icn-seven-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="eight"] .card-icn,
a[data-suit="diamond"][data-card="eight"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="eight"] .card-icn::before,
a[data-suit="diamond"][data-card="eight"] .card-icn::before {
    content: url("../img/calculator/cards/icn-eight-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="nine"] .card-icn,
a[data-suit="diamond"][data-card="nine"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="nine"] .card-icn::before,
a[data-suit="diamond"][data-card="nine"] .card-icn::before {
    content: url("../img/calculator/cards/icn-nine-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="ten"] .card-icn,
a[data-suit="diamond"][data-card="ten"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="ten"] .card-icn::before,
a[data-suit="diamond"][data-card="ten"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ten-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="jack"] .card-icn,
a[data-suit="diamond"][data-card="jack"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="jack"] .card-icn::before,
a[data-suit="diamond"][data-card="jack"] .card-icn::before {
    content: url("../img/calculator/cards/icn-jack-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="queen"] .card-icn,
a[data-suit="diamond"][data-card="queen"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="queen"] .card-icn::before,
a[data-suit="diamond"][data-card="queen"] .card-icn::before {
    content: url("../img/calculator/cards/icn-queen-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="diamond"][data-card="king"] .card-icn,
a[data-suit="diamond"][data-card="king"] .card-icn {
    line-height: 1; }
div[data-suit="diamond"][data-card="king"] .card-icn::before,
a[data-suit="diamond"][data-card="king"] .card-icn::before {
    content: url("../img/calculator/cards/icn-king-red.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

/**
 * Clubs
 **/
div[data-suit="club"] .suit,
a[data-suit="club"] .suit {
    line-height: 1; }
div[data-suit="club"] .suit::before,
a[data-suit="club"] .suit::before {
    content: url("../img/calculator/icon-club.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }

div[data-suit="club"][data-card="ace"] .card-icn,
a[data-suit="club"][data-card="ace"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="ace"] .card-icn::before,
a[data-suit="club"][data-card="ace"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ace-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="two"] .card-icn,
a[data-suit="club"][data-card="two"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="two"] .card-icn::before,
a[data-suit="club"][data-card="two"] .card-icn::before {
    content: url("../img/calculator/cards/icn-two-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="three"] .card-icn,
a[data-suit="club"][data-card="three"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="three"] .card-icn::before,
a[data-suit="club"][data-card="three"] .card-icn::before {
    content: url("../img/calculator/cards/icn-three-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="four"] .card-icn,
a[data-suit="club"][data-card="four"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="four"] .card-icn::before,
a[data-suit="club"][data-card="four"] .card-icn::before {
    content: url("../img/calculator/cards/icn-four-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="five"] .card-icn,
a[data-suit="club"][data-card="five"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="five"] .card-icn::before,
a[data-suit="club"][data-card="five"] .card-icn::before {
    content: url("../img/calculator/cards/icn-five-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="six"] .card-icn,
a[data-suit="club"][data-card="six"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="six"] .card-icn::before,
a[data-suit="club"][data-card="six"] .card-icn::before {
    content: url("../img/calculator/cards/icn-six-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="seven"] .card-icn,
a[data-suit="club"][data-card="seven"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="seven"] .card-icn::before,
a[data-suit="club"][data-card="seven"] .card-icn::before {
    content: url("../img/calculator/cards/icn-seven-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="eight"] .card-icn,
a[data-suit="club"][data-card="eight"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="eight"] .card-icn::before,
a[data-suit="club"][data-card="eight"] .card-icn::before {
    content: url("../img/calculator/cards/icn-eight-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="nine"] .card-icn,
a[data-suit="club"][data-card="nine"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="nine"] .card-icn::before,
a[data-suit="club"][data-card="nine"] .card-icn::before {
    content: url("../img/calculator/cards/icn-nine-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="ten"] .card-icn,
a[data-suit="club"][data-card="ten"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="ten"] .card-icn::before,
a[data-suit="club"][data-card="ten"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ten-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="jack"] .card-icn,
a[data-suit="club"][data-card="jack"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="jack"] .card-icn::before,
a[data-suit="club"][data-card="jack"] .card-icn::before {
    content: url("../img/calculator/cards/icn-jack-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="queen"] .card-icn,
a[data-suit="club"][data-card="queen"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="queen"] .card-icn::before,
a[data-suit="club"][data-card="queen"] .card-icn::before {
    content: url("../img/calculator/cards/icn-queen-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="club"][data-card="king"] .card-icn,
a[data-suit="club"][data-card="king"] .card-icn {
    line-height: 1; }
div[data-suit="club"][data-card="king"] .card-icn::before,
a[data-suit="club"][data-card="king"] .card-icn::before {
    content: url("../img/calculator/cards/icn-king-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

/**
 * Diamonds
 **/
div[data-suit="spade"] .suit,
a[data-suit="spade"] .suit {
    line-height: 1; }
div[data-suit="spade"] .suit::before,
a[data-suit="spade"] .suit::before {
    content: url("../img/calculator/icon-spade.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }

div[data-suit="spade"][data-card="ace"] .card-icn,
a[data-suit="spade"][data-card="ace"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="ace"] .card-icn::before,
a[data-suit="spade"][data-card="ace"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ace-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="two"] .card-icn,
a[data-suit="spade"][data-card="two"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="two"] .card-icn::before,
a[data-suit="spade"][data-card="two"] .card-icn::before {
    content: url("../img/calculator/cards/icn-two-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="three"] .card-icn,
a[data-suit="spade"][data-card="three"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="three"] .card-icn::before,
a[data-suit="spade"][data-card="three"] .card-icn::before {
    content: url("../img/calculator/cards/icn-three-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="four"] .card-icn,
a[data-suit="spade"][data-card="four"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="four"] .card-icn::before,
a[data-suit="spade"][data-card="four"] .card-icn::before {
    content: url("../img/calculator/cards/icn-four-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="five"] .card-icn,
a[data-suit="spade"][data-card="five"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="five"] .card-icn::before,
a[data-suit="spade"][data-card="five"] .card-icn::before {
    content: url("../img/calculator/cards/icn-five-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block; }

div[data-suit="spade"][data-card="six"] .card-icn,
a[data-suit="spade"][data-card="six"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="six"] .card-icn::before,
a[data-suit="spade"][data-card="six"] .card-icn::before {
    content: url("../img/calculator/cards/icn-six-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block; }

div[data-suit="spade"][data-card="seven"] .card-icn,
a[data-suit="spade"][data-card="seven"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="seven"] .card-icn::before,
a[data-suit="spade"][data-card="seven"] .card-icn::before {
    content: url("../img/calculator/cards/icn-seven-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="eight"] .card-icn,
a[data-suit="spade"][data-card="eight"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="eight"] .card-icn::before,
a[data-suit="spade"][data-card="eight"] .card-icn::before {
    content: url("../img/calculator/cards/icn-eight-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="nine"] .card-icn,
a[data-suit="spade"][data-card="nine"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="nine"] .card-icn::before,
a[data-suit="spade"][data-card="nine"] .card-icn::before {
    content: url("../img/calculator/cards/icn-nine-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="ten"] .card-icn,
a[data-suit="spade"][data-card="ten"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="ten"] .card-icn::before,
a[data-suit="spade"][data-card="ten"] .card-icn::before {
    content: url("../img/calculator/cards/icn-ten-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="jack"] .card-icn,
a[data-suit="spade"][data-card="jack"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="jack"] .card-icn::before,
a[data-suit="spade"][data-card="jack"] .card-icn::before {
    content: url("../img/calculator/cards/icn-jack-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="queen"] .card-icn,
a[data-suit="spade"][data-card="queen"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="queen"] .card-icn::before,
a[data-suit="spade"][data-card="queen"] .card-icn::before {
    content: url("../img/calculator/cards/icn-queen-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }

div[data-suit="spade"][data-card="king"] .card-icn,
a[data-suit="spade"][data-card="king"] .card-icn {
    line-height: 1; }
div[data-suit="spade"][data-card="king"] .card-icn::before,
a[data-suit="spade"][data-card="king"] .card-icn::before {
    content: url("../img/calculator/cards/icn-king-black.svg");
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block; }


.card-drawer {
    position: fixed;
    z-index: 999;
    top: 53px;
    right: 0;
    left: 0;
    background: rgba(11, 11, 11, 0.9);
    width: 100%;
    padding: 0 1px;
    display: none;
    overflow-y: auto;
}
.card-drawer .card-section {
    padding: 15px;
}
.card-drawer .drawer-buttons {
    text-align: center;
    padding: 15px 0;
    clear: both; }
.card-drawer .drawer-buttons .btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.025rem;
    padding: 8px 14px;
    border-radius: 40px;
    font-weight: 500; }
.card-drawer .drawer-buttons .btn.btn-confirm {
    border: 2px solid #1CA7B0;
    background: #1CA7B0; }
.card-drawer .drawer-buttons .btn.btn-confirm::before {
    margin-right: 10px;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 1.1rem; }
.card-drawer .drawer-buttons .btn.btn-cancel {
    border: 2px solid white;
    background: none;
    color: #fff;
}
.card-drawer .drawer-buttons .btn.btn-remove {
    border: 2px solid #da3634;
    background: none;
    color: #fff;
}
.card-drawer .btn-card {
    background: white;
    padding: 3px;
    text-align: center;
    min-height: 36px;
    border: 2px solid white;
    display: block;
    margin-bottom: 2px;
    box-sizing: border-box;
}
.card-drawer .btn-card.disabled {
    opacity: 0.5; }
.card-drawer .btn-card.selected {
    opacity: 1;
    border: 2px solid #1CA7B0;
    background: #d3f6f8; }
.card-drawer .btn-card.disabled.window-selected {
    opacity: 1; }
.card-drawer .column {
    width: 25%;
    float: left;
    padding: 0 1px; }
.card-drawer .column:last-of-type {
    border-right: none; }

@media only screen and (min-width: 321px) {
    .player-list-wrapper .players .player .player-cards .card {
        margin-right: 4px; }
    .player-list-wrapper .players .player .player-outcome {
        padding-left: 10px; }
}

@media only screen and (min-width: 768px) {
    .onecol {
        width: 4.66666666667%; }
    .twocol {
        width: 13.3333333333%; }
    .threecol {
        width: 22.0%; }
    .fourcol {
        width: 30.6666666667%; }
    .fivecol {
        width: 39.3333333333%; }
    .sixcol {
        width: 48.0%; }
    .sevencol {
        width: 56.6666666667%; }
    .eightcol {
        width: 65.3333333333%; }
    .ninecol {
        width: 74.0%; }
    .tencol {
        width: 82.6666666667%; }
    .elevencol {
        width: 91.3333333333%; }
    .twelvecol {
        margin-left: 0;
        width: 100%; }
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
        position: relative;
        float: left;
        margin-left: 4%; }
    .first {
        margin-left: 0; }
    .last {
        float: right; }
    .mobify {
        display: none; }
    .tabify {
        display: block; }
    .info-modal .window {
        min-width: 600px; }
    .middle-wrapper {
        background: #262626; }
    .beat-monitor {
        position: absolute;
        transform: translateY(0px);
        transition: 0.2s all ease; }
    .beat-monitor .beat-status {
        padding: 6px 0; }
    .beat-monitor .beat-status .beat {
        width: 16.666% !important;
        padding: 2px 8px; }
    .beat-monitor .beat-status .beat span {
        font-size: 0.75rem;
        visibility: visible; }
    .beat-monitor .beat-status .beat > div {
        margin-top: 10px; }
    .beat-monitor .status-wrapper {
        float: right;
        width: calc(100% - 230px); }
    .beat-monitor .title {
        float: left;
        width: 230px;
        line-height: 1;
        padding: 15px 25px;
        position: absolute;
        top: 0;
        bottom: 0; }
    .beat-monitor .title h4 {
        font-size: 1.15rem;
        font-weight: 500; }
    .beat-monitor .title h5 {
        font-size: 1.05rem;
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
    .beat-monitor.hidden {
        transform: translateY(150px); }
    .beat-monitor .beat-status .beat > div {
        margin-top: 2px; }
    .table-wrapper.beat-active .tablet-actions {
        bottom: 80px; }
    .table-wrapper.beat-active .table-center {
        transform: translateX(-50%) translateY(-54%); }
    .table-wrapper.beat-active .beat-monitor {
        transform: translateY(0%); }
    .tablet-actions {
        position: absolute;
        width: 100%;
        color: white;
        bottom: 5px;
        opacity: 0.8;
        padding: 15px;
        display: block;
        left: 0;
        right: 0;
        font-size: 1.125rem; }
    .tablet-actions a {
        color: white;
        transition: 0.2s all ease;
        padding: 10px 25px;
        border-radius: 4px;
        display: inline-block;
        cursor: pointer;
    }
    .tablet-actions a:hover {
        opacity: 0.8; }
    .tablet-actions .first {
        text-align: left; }
    .tablet-actions .last {
        text-align: right; }
    .tablet-actions .reset {
        background: #545454; }
    .tablet-actions .share {
        background: #D9B175;
        color: #363636;
        margin-bottom: 5px; }
    .table-center {
        margin: 0 auto;
        display: block;
        width: 100%;
        position: absolute;
        height: calc(100% - 100px);
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: calc(50% - 80px); }
    .table-wrapper {
        padding-bottom: 15px;
        width: 100%;
        min-height: 750px;
        background: #262626;
        float: left;
        position: relative;
        overflow: hidden; }
    .table-wrapper .player-card {
        display: block;
        min-width: 126px; }
    .table-wrapper .player-card .player-outcome {
        z-index: 1;
        opacity: 0;
        transition: 0.2s opacity ease, 0.5s transform ease;
        transform: translateY(-80px); }
    .table-wrapper .player-card .player-cards {
        position: relative;
        z-index: 2;
        transition: 0.2s all ease; }
    .table-wrapper .player-card.active .player-outcome {
        opacity: 1;
        transform: translateY(0%); }
    .table-wrapper .player-card[data-position="1"] {
        position: absolute;
        left: 50%;
        bottom: -100px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="1"] .player-name {
        text-align: center;
        opacity: 0.6;
        font-size: 1.05rem;
        letter-spacing: 1.5px; }
    .table-wrapper .player-card[data-position="1"] .player-cards .card {
        background-size: 34px !important;
        width: 62px;
        height: 84px; }
    .table-wrapper .player-card[data-position="1"] .player-cards .card:first-of-type {
        margin-right: 6px; }
    .table-wrapper .player-card[data-position="1"] .player-cards .card .suit {
        width: 26px; }

    .table-wrapper .player-card[data-position="1"] .player-cards .card .card-icn {
        top: 4px;
        left: 6px;
        width: 10px; }
    .table-wrapper .player-card[data-position="1"] .player-outcome {
        overflow: visible;
        display: block; }
    .table-wrapper .player-card[data-position="1"] .player-outcome .win {
        font-size: 1.325rem; }
    .table-wrapper .player-card[data-position="2"] {
        position: absolute;
        left: 29.25%;
        bottom: -40px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="3"] {
        position: absolute;
        left: 10.5%;
        bottom: 20px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="4"] {
        position: absolute;
        left: 10.5%;
        top: 205px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="5"] {
        position: absolute;
        left: 29.25%;
        top: 155px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="6"] {
        position: absolute;
        left: 50%;
        top: 155px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="7"] {
        position: absolute;
        left: 70.25%;
        top: 155px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="8"] {
        position: absolute;
        left: 88%;
        top: 195px;
        padding-right: 0;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="10"] {
        position: absolute;
        left: 70.25%;
        bottom: -40px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .player-card[data-position="9"] {
        padding-right: 0;
        position: absolute;
        left: 88%;
        bottom: 20px;
        transform: translateX(-50%) translateY(-50%); }
    .table-wrapper .btn-add-player {
        display: none; }
    .table-wrapper .poker-table {
        max-width: 630px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        border-radius: 150px;
        line-height: 126px;
        top: 50%;
        border: 3px solid rgba(255, 255, 255, 0.8);
        transform: translateX(-50%) translateY(-50%);
        min-width: 470px; }
    .table-wrapper .poker-table .card {
        width: 59px;
        height: 84px;
        vertical-align: -42px;
        transition: 0.2s all ease;
        border: 2px solid transparent; }
    .table-wrapper .poker-table .card.drawer-active {
        border: 2px solid orange; }
    .table-wrapper .poker-table .card[data-card=""][data-suit=""]::before {
        width: 37px;
        margin-top: -18.5px;
        margin-left: -18.5px; }
    .table-wrapper .poker-table .card[data-card=""][data-suit=""]:hover {
        background-color: rgba(255, 255, 255, 0.385);
        box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1); }
    .table-wrapper .player-card {
        display: inline-block;
        padding: 10px; }
    .table-wrapper .player-card .close {
        width: 24px;
        height: 24px;
        border: 2px solid white;
        border-radius: 100%;
        position: absolute;
        top: 6px;
        right: 10px;
        z-index: 5;
        display: block;
        line-height: 1.5;
        font-weight: 500;
        font-family: 'Arial';
        transition: 0.15s all ease;
        transform: scale(0);
        transform-origin: center;
        opacity: 0.65; }
    .table-wrapper .player-card.active .player-outcome {
        opacity: 1;
        text-indent: 0px; }
    .table-wrapper .player-card.active .close {
        transform: scale(1);
        transform-origin: center; }
    .table-wrapper .player-card.active .close:hover {
        border-color: #fff; }
    .table-wrapper .player-card.active .close::before {
        font-size: 0.8rem;
        content: 'X';
        color: white; }
    .table-wrapper .player-card .player-name {
        opacity: 0.4;
        letter-spacing: 1px;
        margin-bottom: 3px;
        text-transform: uppercase;
        color: white; }
    .table-wrapper .player-card .player-cards {
        padding: 10px;
        background: #3F3F3F;
        border-radius: 5px;
        border: 2px solid #262626;
        transition: 0.2s border ease;
    }
    .table-wrapper .player-card .player-cards .card {
        margin-right: 3px;
        width: 42px;
        height: 60px;
        opacity: 0.825;
        cursor: pointer;
    }
    .table-wrapper .player-card .player-cards .card .suit {
        width: 16px; }
    .table-wrapper .player-card .player-cards .card .card-icn {
        top: 2px;
        left: 6px;
        width: 7px; }
    .table-wrapper .player-card .player-cards .card.drawer-active {
        border: 2px solid #FF8D28; }
    .table-wrapper .player-card .player-cards .card:last-of-type {
        margin-right: 0; }
    .table-wrapper .player-card .player-cards .card[data-suit=""][data-card=""] {
        background: url("../img/calculator/icon-add-circle.svg") no-repeat center rgba(255, 255, 255, 0.4);
        background-size: 31px; }
    .table-wrapper .player-card .player-cards .card[data-suit=""][data-card=""]:hover {
        background-color: #30989E; }
    .table-wrapper .player-card .player-outcome {
        line-height: 1.2;
        margin-top: 8px;
        opacity: 1; }
    .table-wrapper .player-card .player-outcome span {
        font-weight: 600; }
    .table-wrapper .player-card .player-outcome .win {
        color: white;
        font-size: 1rem;
        margin-bottom: 2px; }
    .table-wrapper .player-card .player-outcome .tie {
        color: white;
        opacity: 0.5;
        font-size: 0.825rem; }
    .tablet-sharing {
        display: block; }
    .card-drawer {
        display: block !important;
        position: relative;
        clear: both;
        background: #3D3D3D;
        top: 0;
    }
    .card-drawer .desktop-buttons {
        display: none;
        clear: both; }
    .card-drawer .desktop-buttons .half {
        color: rgba(255, 255, 255, 0.75);
        width: 50%;
        display: block;
        text-align: center;
        float: left;
        transition: 0.25s all ease;
        transform: scale(1);
        transform-origin: center; }
    .card-drawer .desktop-buttons .half:hover {
        cursor: pointer; }
    .card-drawer .desktop-buttons .half.reset {
        background: #575757; }
    .card-drawer .desktop-buttons .half.reset:hover {
        background: #4f4f4f; }
    .card-drawer .desktop-buttons .half.share {
        background: #D9B175;
        color: #363636; }
    .card-drawer .desktop-buttons .half.share:hover {
        background: #dcb881; }
    .card-drawer .column {
        width: 100%;
        float: none;
        display: block;
        clear: both; }
    .card-drawer .btn-card {
        padding: 6px;
        float: left;
        cursor: pointer;
        margin-right: 2px;
        width: calc(7.69% - 2px);
        transition: 0.2s all ease; }
    .card-drawer .btn-card:hover {
        background: #f1f1f1; }
    .card-drawer .drawer-buttons {
        display: none; }
    .player-list-wrapper {
        display: none; }

    @media only screen and (min-width: 1024px) {
        .card-drawer .btn-card {
            width: calc(7.69% - 2px) !important;
        }
        .card-drawer .card-section a.btn-card {
            line-height: 36px; }
        .card-drawer .card-section a.btn-card .card-icn::before {
            width: 9px; }

        .card-drawer .column {
            clear: none;
            width: 100%;
            float: left; }
        .card-drawer .column .btn-card {
            width: 100%; }
    }


    @media only screen and (min-width: 1240px) {

        .beat-monitor .status-wrapper {
            min-height: 78px;
            padding: 14px 20px; }
        .beat-monitor .beat-status .beat span {
            font-size: 1.050rem; }
        .beat-monitor .beat-status .beat .trim {
            display: inline-block; }
        .social .inner-window {
            margin-top: 100px; } }

    @media only screen and (min-width: 1400px) {
        .card-drawer .desktop-buttons {
            display: block; }
        .card-drawer .desktop-buttons .half.reset::before {
            transition: 0.2s all ease;
            display: inline-block;
            line-height: 1;
            position: relative; }
        .card-drawer .desktop-buttons .half.reset:hover::before {
            transform-origin: center;
            transform: rotate(180deg); }
        .card-drawer .column a.btn-card {
            width: 100%;
            height: auto;
            line-height: 31px;
        }
        .card-drawer .column a.btn-card .card-icn::before {
            width: 10px; }
        .card-drawer .column a.btn-card[data-card="ten"] .card-icn::before {
            width: 17px !important; }
        .card-drawer .column a.btn-card .suit-icn::before {
            width: 18px; }
        .table-wrapper.beat-active .table-center {
            transform: translateX(-50%) translateY(-60%); }
        .table-wrapper .table-center {
            transform: translateX(-50%) translateY(-50%);
            top: 48%; }
        .table-wrapper .player-card .player-cards .card {
            transition: 0.3s all ease; }
        .beat-monitor .title {
            float: none;
            display: inline-block;
            width: auto;
            bottom: auto;
            top: auto;
            position: relative; }
        .beat-monitor .title h5 {
            margin-left: 15px;
            padding-left: 22px;
            border-left: 1px solid white; }
        .beat-monitor .status-wrapper {
            width: 100%;
            float: none;
            display: block;
            padding: 10px 20px; }
    }

    @media all and (min-width: 768px) and (max-width: 1024px) {
        .table-wrapper {
            padding: 0;
            min-height: 603px; }
        .table-wrapper .table-center {
            height: calc(98.5%);
            top: 45.5%; }
        .table-wrapper .table-center .poker-table {
            top: 49.25%; }
        .table-wrapper .player-card[data-position="6"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="5"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="7"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="1"] {
            bottom: -85px; }
        .card-drawer .card-section a.btn-card {
            padding: 1px; }
        .beat-monitor .title {
            padding: 10px 25px;
            min-height: 79px; }
        .beat-monitor .status-wrapper {
            min-height: 79px; } }

    @media all and (min-height: 600px) and (max-height: 800px) and (min-width: 768px) and (max-width: 1366px) {
        .table-wrapper {
            padding: 0;
            min-height: 603px; }
        .table-wrapper .table-center {
            height: calc(98.5%);
            top: 45.5%; }
        .table-wrapper .table-center .poker-table {
            top: 49.25%; }
        .table-wrapper .player-card[data-position="6"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="5"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="7"] {
            top: 130px; }
        .table-wrapper .player-card[data-position="1"] {
            bottom: -85px; }
        .card-drawer .card-section a.btn-card {
            padding: 1px; }
        .beat-monitor .title {
            padding: 10px 25px;
            min-height: 79px; }
        .beat-monitor .status-wrapper {
            min-height: 79px; } }