body {
    background-color: #313131;
}

.poker-table {
    height: 80vh;
    background-image: url('../../assets/images/bg_pk_now.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.cardOne {
    width: 50px;
    height: 70px;
    background-image: url('../../assets/images/card_top_red.png');
    background-repeat: no-repeat;
    background-size: 90%;
}

.cardTwo {
    width: 50px;
    height: 70px;
    margin-left:2px;
    background-image: url('../../assets/images/card_top_red.png');
    background-repeat: no-repeat;
    background-size: 90%;
}

.middleCard {
    width: 50px;
    height: 70px;
    background-image: url('../../assets/images/card_top_red.png');
    background-repeat: no-repeat;
    background-size: 90%;
}

.card {
    background-color: #2E2E3A;
}

.seatTexts {
    text-align: center;
    color: #FFFFFF;
}

.lastActionTexts {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}

.totalPotText {
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    margin-top: -10px;
}

.minBetText {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: -10px;
}

.bgBetText {
    z-index: 6;
    font-size: .8rem;
    font-weight: bold;
    background: #eaffba;
    box-shadow: 0 0em .3em 0 #286543, 0 0rem 1.5em 0 #e4fd14 inset;
    border-radius: 5vh;
    position: absolute;
    margin: 0;
    color: #000;
    display: block;
    padding: 4% 7%;
}

.chipIcon {
    width: 30px;
    height: 30px;
    background-image: url('../../assets/images/chip_icon.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    margin-left: -10px;
}

.spectateIcon {
    width: 30px;
    height: 30px;
    background-image: url('../../assets/images/spectate_icon.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    margin-left: -10px;
}

.logoRoundIcon {
    width: 30px;
    height: 30px;
    background-image: url('../../assets/images/logo_circle.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.moneyView {
    width: 30px;
    height: 30px;
}

.dealerChipView {
    width: 40px;
    height: 40px;
    background-image: url('../../assets/images/dealer_chip.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;

    position: absolute;
    top: 30px;
    left: 150px;
}

.playBadge {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.magictime {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}


.magicTimeAction {
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration: 1.0s;
}

.action-animation {
    opacity: 0;
    animation: fadenum 1.5s;
}
  
.card-glow {
    animation: slideUp 1.0s infinite alternate;
}

.card-animation {
    animation: winnerPulse 0.5s infinite alternate;
}

/* adjust modal style */
.modal-content {
    width: 500px;
}

/* animation:winnerPulse 0.5s infinite alternate; */
@keyframes winnerPulse {
    from {
        box-shadow: 0px 0px 10px 3px #f1f1f1;
    }
    to {
        box-shadow: 0px 0px 40px 5px #f1f1f1;
    }
}


@keyframes slideUp {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }

    20% {
        transform-origin: 0 0;
        transform: translateY(-20%);
    }
}

@keyframes fadenum {
    0% {opacity: 0; transform-origin:50% 50%;transform:scale(2,2); filter:blur(2px)}
    100% {opacity: 1;transform-origin:50% 50%;transform:scale(1,1); filter:blur(0)}
}
  
@keyframes lineburn {
    from { width: 100% }
    to { width: 0% }
}


.soundsBtn {
    width: 32px;
    height: 32px;
    background-image: url('../../assets/images/sound_icon_on.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right;
    float: right;
}


.ctrl-btn-visiable {
    visibility: visible;
}

.ctrl-btn-hide {
    visibility: hidden;
}


/* 3rd party styling */

.btn3d {
    position:relative;
    top: -6px;
    border:0;
    transition: all 40ms linear;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
    outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}


.background_main {
    position: relative;
    background: #181818 url(https://cdn.pokernow.club/home-hero-background-4bd3676c89ea74dc24d2.jpg) top center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2vw;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.btn-playnow {
    display: inline-block;
    text-decoration: none;
    padding: 0 2.8vw;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5vw;
    height: 4.2vw;
    line-height: 4.2vw;
    border-radius: 10px;
    box-shadow: 0px 0px 24px #00000087;
    background: #3fa76c;
    color: #fff;
}



/* ------------------------------------------- */
/* Collect pot movement animation */

@keyframes s1ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(80px, -120px, 0); /* X, Y, ? */
    }
}

@keyframes s2ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(190px, 40px, 0); /* X, Y, ? */
    }
}

@keyframes s3ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(70px, 160px, 0); /* X, Y, ? */
    }
}

@keyframes s4ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(-60px, 160px, 0); /* X, Y, ? */
    }
}

@keyframes s5ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(-190px, 40px, 0); /* X, Y, ? */
    }
}

@keyframes s6ChipsToPot {
    0% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
    100% {
        transform-origin: 0 0;
        transform: translate3D(-60px, -120px, 0); /* X, Y, ? */
    }
}


/* ------------------------------------------- */