/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 100%;
    color: #6b6b6b;
    background: url('../imgs/body-bgr.jpg') center center no-repeat;
    background-size: cover;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.form-control {
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    height: 4.5rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .8rem;
    padding: 0 15px;
    line-height: 4.2rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #e6007e;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.form-control option {
    color: #000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 10rem 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    /*-webkit-transition: all .4s;*/
    /*-moz-transition: all .4s;*/
    /*-o-transition: all .4s;*/
    /*transition: all .4s;*/
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e6007e;
}

button {
    background-color: transparent;
    border: 0;
    outline: none;
}

.csm-btn:focus {
    outline: none;
}

.csm-btn {
    border-radius: .8rem;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0.7rem .5rem;
    height: 5rem;
    letter-spacing: .3rem;
    outline: none;
    text-align: center;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-pink {
    background-color: #E6007E;
    border-color: #E6007E;
    color: #fff;
}

.btn-pink:hover {
    background-color: #bc0067;
    border-color: #bc0067;
    color: #fff;
}

.btn-border-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-border-white:hover {
    color: #65266d;
    background-color: #fff;
}

.heading {
    margin: 0 0 3rem 0;
    font-size: 4rem;
    line-height: 4.6rem;
    color: #fff;
    font-weight: bold;
}

body {
    overflow: hidden;
    position: relative;
}


/* header */
header {
    background-color: #17141F;
    padding: 0.8rem 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

header .btn-sandwich {
    display: inline-block;
    position: relative;
    top: -1px;
    outline: none;
}

header .btn-sandwich img {
    height: 1.9rem;
}

header .logo {
    display: inline-block;
    margin: 0 3.5rem 0 0rem;

    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

header .logo img {
    height: 3.3rem;
}


header nav {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
    margin: 0 0.7rem;
}

header nav ul li a {
    background-color: #2c2933;
    line-height: 4rem;
    display: block;
    border-radius: 8px;
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
}

header nav ul li a img {
    height: 2.6rem;
}


header .user-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .user-menu .user-info {
    display: inline-block;
}

header .user-menu .user-info img {
    display: inline-block;
    margin: 0 1rem 0 0;
    height: 4.2rem;
}

header .user-menu .user-info .user-name {
    display: inline-block;
    color: #fff;
    line-height: 2rem;
    font-size: 1.6rem;
    position: relative;
    top: 2px;
}

header .user-menu .user-balance {
    display: inline-block;
    margin: 0 2rem;
    background-color: #2c2933;
    padding: 0.8rem 2rem;
    border-radius: 8px;
}

header .user-menu .user-balance img {
    display: inline-block;
    margin: 0 1rem 0 0;
    height: 2.5rem;
}

header .user-menu .user-balance .val {
    color: #F8B314;
    font-size: 1.6rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    top: 0.3rem;
    font-weight: bold;
}

header .user-menu .lang {
    display: inline-block;
    background-color: #2c2933;
    padding: 0.8rem 2rem;
    border-radius: 8px;
}

header .user-menu .lang img {
    display: inline-block;
    margin: 0 1rem 0 0;
    height: 1.7rem;
    position: relative;
    top: -1px;
}

header .user-menu .lang .dropdown-toggle {
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
}


/* avatar selection */
.avatar-selection .heading {
    text-align: center;
}

.avatar-selection .owl-avatars {
    min-height: 26rem;
    padding: 3rem 3rem;
}

.avatar-selection .owl-avatars .item {
    padding: 2rem 0 0 0;
}

.avatar-selection .owl-avatars .owl-item.center .item {
    position: relative;
}

.avatar-selection .owl-avatars .owl-item .item .avatar-holder:after {
    content: "";
    position: absolute;
    top: .5rem;
    right: .5rem;
    background: url(../imgs/icons/selected-avatar.svg) center center no-repeat;
    background-size: 0rem;
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    opacity: 0;

    /*-moz-transition: all 0.4s ease-out;*/
    /*-o-transition: all 0.4s ease-out;*/
    /*-webkit-transition: all 0.4s ease-out;*/
    /*-ms-transition: all 0.4s ease-out;*/
    /*transition: all 0.4s ease-out;*/
}

.avatar-selection .owl-avatars .owl-item.center .item .avatar-holder:after {
    opacity: 1;
    background-size: 3.8rem;
}

.avatar-selection .owl-avatars .owl-item.center .item .avatar-holder {
    position: relative;
}

.avatar-selection .owl-avatars img {
    max-height: 11rem;
    margin: 2rem 0 0 0;
}

.avatar-selection .owl-avatars .center img {
    max-height: 17rem;
    margin: -1rem 0 0 0;

    /*-moz-transition: all 0.4s ease-out;*/
    /*-o-transition: all 0.4s ease-out;*/
    /*-webkit-transition: all 0.4s ease-out;*/
    /*-ms-transition: all 0.4s ease-out;*/
    /*transition: all 0.4s ease-out;*/
}


/* matchmaking filters */
.matchmaking-filters .heading {
    text-align: center;
}

.matchmaking-filters .csm-btn {
    width: 100%;
    display: block;
    margin: 2.5rem 0 0 0;
}

.csm-side-select {
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    height: 4.5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .8rem;
}

.csm-side-select .btn-left {
    background: url("../imgs/icons/left-arrow.svg") center center no-repeat;
    background-size: 1.5rem;
    height: 4.5rem;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .5rem;
    margin: -2.1rem 0 0 0;
    opacity: .3;
    cursor: pointer;

    /*-webkit-transition: all .4s;*/
    /*-moz-transition: all .4s;*/
    /*-o-transition: all .4s;*/
    /*transition: all .4s;*/
    transition: opacity .4s;
}

.csm-side-select .btn-left:hover {
    opacity: .6;
}

.csm-holder .lab {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    text-align: center;
}

.csm-side-select .val {
    width: calc(100% - 7rem);
    margin: 0 auto;
    display: table;
    line-height: 4.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: lighter;
}

.csm-side-select .btn-right {
    background: url("../imgs/icons/right-arrow.svg") center center no-repeat;
    background-size: 1.5rem;
    height: 4.5rem;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin: -2.1rem 0 0 0;
    opacity: .3;
    cursor: pointer;

    /*-webkit-transition: all .4s;*/
    /*-moz-transition: all .4s;*/
    /*-o-transition: all .4s;*/
    /*transition: all .4s;*/

    transition: opacity .4s;
}

.csm-side-select .btn-right:hover {
    opacity: .6;
}


.extended-game-history h5 {
    position: relative;
    text-align: center;
    font-size: 2.6rem;
    line-height: 3rem;
    color: #fff;
}

.extended-game-history h5:after {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: #fff;
    opacity: .1;
}

.extended-game-history h5:before {
    content: "";
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: 40%;
    height: 2px;
    background-color: #fff;
    opacity: .1;
}


.game-history .players {
    margin: 0 0 3rem 0;
}

.game-history .players .player {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: normal;
}

.game-history .players .player .player-avatar {
    position: relative;
    margin: 0 auto 1.5rem auto;
    display: table;
}

.game-history .players .player .player-avatar .player-rank {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2rem;
    font-weight: bold;
}

.game-history .players .player .player-avatar img {
    height: 10rem;
}

.game-history .players .player .player-game-stat {
    margin: .5rem 0 0 0;
}

.game-history .players .player .player-game-stat .val {
    margin: 0 0 0 10px;
    display: inline-block;
}

.game-history .players .player .player-game-stat .player-rank {
    color: #F8B314;
}

.rank-01 {
    background-color: #FEBD0A;
}

.rank-02 {
    background-color: #C3C9CF;
}

.rank-03 {
    background-color: #BE9645;
}

.rank-04 {
    background-color: #8E8C87;
}


/* games */
.games .game .game-limit {
    background-color: rgba(0, 0, 0, .3);
    border-radius: .8rem;
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin: .5rem auto 1.2rem auto;
    display: table;
    text-align: center;
    width: 100%;
}

.games .game .game-name {
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-align: center;
    color: #fff;
    margin: 0 0 2rem 0;
}

.games .game .game-action {
    opacity: 1;
}

/*.games .game .game-action {
    opacity: 0;
}*/

.games .center .game .game-action {
    opacity: 1;
    width: 70%;
    margin: 0 auto;
}

.games .center .game {
    opacity: 1;
    margin: -6rem 0 0 0;
}

.games .center .game .game-img {
    max-height: 20rem;
}

.games .game {
    padding: 10rem 0 2rem;
    /*opacity: .4;*/
    opacity: 1;
}

.games .game .csm-btn {
    display: block;
    width: 100%;
}

.games .game .game-img {
    max-height: 15rem;
    margin: 0 auto;
    display: block;
}

.games .game .game-limit > img {
    display: inline-block !important;;
    width: initial !important;
    height: 2rem;
    position: relative;
    top: -.1rem;
    margin-left: 1rem;
}


/* footer */
footer {
    background-color: #17141F;
    padding: 0.8rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

footer .logo {
    float: right;
}

footer .date {
    color: #fff;
}

footer .copyright {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

footer .logo img {
    height: 3.3rem;
}


/* owl styles */
.owl-carousel .owl-item {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav button {
    opacity: .6;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button .fa {
    font-size: 5rem;
    line-height: 6rem;
    height: 6.3rem;
    display: block;
    color: #fff;
}

.avatar-selection .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -1rem;
    margin-top: -4.5rem;
}

.avatar-selection .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -1rem;
    margin-top: -4.5rem;
}

.games .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -7rem;
    margin-top: -6rem;
}

.games .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -7rem;
    margin-top: -6rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #869791;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}


/* grid rems */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.col, div[class^="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}


/* switch */
.switch label {
    cursor: pointer;
}

.switch label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type="checkbox"]:not(:checked),
.switch label input[type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
    content: "";
    background-color: #32163B;
    border-radius: .9375rem;
    width: 6rem;
    height: 1.5rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.switch label .lever:after {
    position: absolute;
    top: -1.1875rem;
    left: -.3125rem;
    display: inline-block;
    content: "";
    background-color: #847B8E;
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #32163B;
}

.switch label input[type="checkbox"]:checked + .lever:after {
    left: 2.5rem;
    background-color: #F8B314;
}


.game-sound .modal-content {
    background: url("../imgs/modal-bgr.svg") center center no-repeat;
    background-size: cover;
}

.game-sound h4 {
    color: #fff;
    text-align: center;
    margin: 0 0 3rem 0;
}

.game-sound .switch-settings {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 0 4rem 0;
}

.game-sound .settings-row {
    margin: 0 0 2.5rem 0;
}

.game-sound .settings-row .switch {
    position: relative;
    top: -2px;
}

.game-sound .range-slider {
    margin: -5.5rem 0 3rem 0;
    padding: 0 .5rem;
}

.game-sound .range-slider img {
    height: 16px;
    position: relative;
    top: 28px;
    margin-right: 1.5rem;
}

.game-sound .sound-action {
    text-align: center;
}

.game-sound .sound-action .csm-btn {
    margin: 2.5rem 1.5rem 0 1.5rem;
    min-width: 17rem;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #fff;
    background-color: transparent;
}

.irs--round .irs-from,
.irs--round .irs-to {
    display: none;
}

.irs--round .irs-bar {
    background-color: #BB7925;
}

.irs--round .irs-handle {
    background-color: #F8B314;
    border: 0;
    top: 27px;
}

.irs--round .irs-bar,
.irs--round .irs-line {
    height: 9px;
}

.irs--round .irs-line,
.irs--round .irs-bar--single {
    border-radius: 30px;
}

.back {
    background-color: #281B3A;
    width: 5rem;
    height: 5rem;
    line-height: 4.4rem;
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 11rem;
    right: 1.5rem;
}

.back .back-icon {
    max-width: 2rem;
    max-height: 2rem;
}

.back .back-warn-icon {
    position: absolute;
    top: -8px;
    left: -12px;
    width: 35px;
}

/* loading */
.loading {
    background-color: rgba(50, 12, 69, .7);
}

.loading-icon {
    margin: 0 auto;
    display: block;
    height: 15rem;
}


.history-list {
    margin: 3rem 0 0 0;
}

.history-list .list-heading {
    background-color: #17141F;
    text-transform: uppercase;
    padding: .7rem 1.5rem;
    color: #929292;
}

.history-list .list-row:nth-child(even) {
    background-color: #332F3B;
}

.history-list .list-row {
    background-color: #27242E;
    padding: .7rem 1.5rem;
    color: #fff;
}


/* pagination */
.csm-pagination ul {
    margin: 2.5rem 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.csm-pagination ul li {
    display: inline-block;
    margin: 0 .8rem;
}

.csm-pagination ul li.active a {
    background-color: #F4A01F;
}

.csm-pagination ul li a:hover {
    background-color: rgba(255, 255, 255, .3);
}

.csm-pagination ul li a {
    background-color: rgba(255, 255, 255, .1);
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    text-align: center;
    color: #fff;
    border-radius: .8rem;
}

.csm-pagination ul li a img {
    height: 1.4rem;
}


.dropdown-item {
    font-size: 14px;
}


.side-bets .heading {
    color: #F8B314;
    text-align: center;
}

.side-bets h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #F4A01F;
    text-transform: uppercase;
    padding: 0 5rem;
}

.side-bets .side-bet-row .csm-btn {
    height: 4.5rem;
}

.side-bets .side-bet-row.winner-bgr:before,
.side-bets.all-in .side-bet-row:before {
    content: "";
    position: absolute;
    top: -3.5px;
    left: -3.5px;
    right: -3.5px;
    bottom: -3.5px;
    border: 7px solid #E6007E;
    border-radius: 10px;
}

.side-bets .side-bet-row.winner-bgr:after,
.side-bets.all-in .side-bet-row:after {
    content: "";
    position: absolute;
    top: -3.5px;
    left: -3.5px;
    right: -3.5px;
    bottom: -3.5px;
    border: 7px dashed #F8DA14;
    border-radius: 10px;
}

.side-bets .side-bet-row .holder {
    position: relative;
    z-index: 2;
}

.side-bets .side-bet-row {
    background-color: rgba(255, 255, 255, .1);;
    margin: 0 0 2rem 0;
    padding: 2.5rem 2rem;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.side-bets .side-bet-row h5 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #F4A01F;
    text-align: center;
    margin: 0 0 1.2rem 0;
}

.side-bets .side-bet-row.winner-bgr,
.side-bets.all-in .side-bet-row {
    background-color: rgba(22, 15, 54, .9);
}

.side-bets.all-in .side-bet-row .payout,
.side-bets .side-bet-row.winner-bgr .payout {
    background: #452E80 url(../imgs/payout-bgr.svg) center center no-repeat;
    background-size: contain;
}

.side-bets .side-bet-row .payout {
    background-color: #352664;
    text-align: center;
    color: #F8B314;
    border-radius: .8rem;
    height: 4.5rem;
    padding: .2rem 0;
}

.side-bets .side-bet-row .payout .lab {
    font-size: 1.2rem;
    display: block;
}

.side-bets .side-bet-row .payout .val {
    font-size: 1.6rem;
    display: block;
}

.custom-select {
    background-color: rgba(255, 255, 255, .1);
    background-image: url("../imgs/icons/csm-select-arrow.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
}


.in-game {
    background: url("../imgs/body-bgr.jpg") center center no-repeat;
    height: 100%;
}

.in-game-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}

.in-game-nav button {
    background: none;
    border: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.in-game-nav .back {
    position: absolute;
    top: 3rem;
    left: 2rem;
    background-color: rgba(23, 20, 31, .5);
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid #fff;
    border-radius: 100%;
}

.in-game-nav .back img {
    height: 2rem;
    transform: rotate(180deg);
    position: relative;
    top: -1px;
}

.in-game-nav .menu {
    position: absolute;
    top: 3rem;
    right: 2rem;
    background-color: rgba(23, 20, 31, .5);
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: 1;
}

.in-game-nav .menu img {
    height: 1.9rem;
}

.in-game-nav .chat {
    position: absolute;
    bottom: 3rem;
    left: 2rem;
}

.in-game-nav .chat img {
    height: 7rem;
}

.in-game-nav .balance {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
}

.in-game-nav .balance img {
    height: 7rem;
}

.main-menu {
    background-color: rgba(39, 25, 57, .95);
    position: fixed;
    top: 0;
    right: -18%;
    height: 100%;
    width: 18%;
    text-align: right;
    padding: 0 2.5rem;
    z-index: 3;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-menu.open {
    right: 0;
}

.main-menu .menu-close {
    position: absolute;
    top: 3rem;
    right: 2rem;
    background-color: rgba(23, 20, 31, .5);
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: 3;
}

.main-menu .menu-close img {
    height: 2.6rem;
}

.main-menu ul {
    padding: 15rem 0 0 0;
}

.main-menu ul li {
    display: block;
    margin: 4rem 0;
    position: relative;
}

.main-menu ul li:before {
    content: "";
    background: url(../imgs/sep.svg) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 100%;
    height: 1px;
}

.main-menu ul li a {
    display: block;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-menu ul li a:hover {
    opacity: .7;
}


.chat-menu {
    background-color: rgba(39, 25, 57, .95);
    position: fixed;
    top: 0;
    left: -35%;
    height: 100%;
    width: 30%;
    padding: 0 2.5rem;
    z-index: 3;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.chat-menu.open {
    left: 0;
}

.chat-menu .chat-container {
    max-height: 70%;
    padding: 4rem 1rem 4rem 0;
    box-sizing: border-box;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.5rem 3rem 0 2.5rem;
}

.chat-menu .self {
    position: relative;
    font-size: 1.8rem;
    padding: 2.2rem 0 1em 0;
}

.chat-menu .self:before {
    content: "";
    background: url(../imgs/chat-sep.svg) left bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
}

.chat-menu .self .self-nickname {
    color: #fff;
    width: 8rem;;
    text-align: right;
    display: inline-block;
}

.chat-menu .self .self-message {
    color: #E6007C;
    display: inline-block;
}

.chat-menu .system {
    position: relative;
    font-size: 1.8rem;
    padding: 2.5rem 0 2.2rem 0;
}

.chat-menu .system:before {
    content: "";
    background: url(../imgs/chat-sep.svg) left bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
}

.chat-menu .system .system-nickname {
    color: #fff;
    width: 8rem;;
    text-align: right;
    display: inline-block;
}

.chat-menu .system .system-message {
    color: #F8B314;
    display: inline-block;
}

.chat-menu .opponent {
    position: relative;
    font-size: 1.8rem;
    padding: 3rem 0 2.2rem 0;
    text-align: right;
}

.chat-menu .opponent:before {
    content: "";
    background: url(../imgs/chat-sep.svg) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    transform: rotate(180deg);
}

.chat-menu .opponent .opponent-nickname {
    color: #fff;
    width: 8rem;;
    text-align: left;
    display: inline-block;
}

.chat-menu .opponent .opponent-message {
    color: #01B7CE;
    display: inline-block;
}

.chat-menu .chat-messages {
    max-height: 30%;
    box-sizing: border-box;
    padding: 0 0 1rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1.5rem 3rem 0 2.5rem;
}

.chat-menu .chat-messages .chat-message {
    font-size: 1.8rem;
    border: 1px solid #EB7332;
    display: inline-block;
    border-radius: 3rem;
    margin: 0 1rem 1rem 0;
    cursor: pointer;
    color: #fff;
    padding: .5rem 2.5rem;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.chat-menu .chat-messages .chat-message:hover {
    border-color: #E6007C;
    color: #E6007C;
}

.chat-close {
    background: none;
    outline: none;
    border: 0;
    cursor: pointer;
}

.chat-close img {
    height: 5.5rem;
    position: absolute;
    top: 3rem;
    right: -2.75rem;
}

button:focus,
button:active,
button {
    outline: none;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.side-bets .modal-content {
    background-color: rgba(18, 7, 55, .9);
    border-radius: 30px;
}

.side-bets .modal-content .modal-body {
    padding: 2rem;
}

.side-bets.all-in .modal-content {
    background-color: rgba(77, 3, 146, .9);
}

.modal-backdrop {
    background-color: transparent;
}


.confirmation {
    text-align: center;
}

.confirmation .game-img {
    max-height: 20rem;
}

.confirmation .heading {
    margin: 0 0 1.5rem 0;
}

.confirmation .action .csm-btn {
    margin: 2.5rem 1.5rem 0 1.5rem;
    min-width: 17rem;
}


.game-players {
    text-align: center;
}

.game-players .game-img {
    max-height: 20rem;
}

.game-players .players-list {
    margin: 0 0 3rem 0;
}

.game-players .player-avatar {
    max-height: 10rem;
    margin: 0 .5rem 1.5rem .5rem;
}

.game-players .player-name {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: normal;
}

.game-players h5 {
    position: relative;
    text-align: center;
    font-size: 2.6rem;
    line-height: 3rem;
    color: #fff;
    margin: 2.5rem 0 4rem 0;
}

.game-players h5:after {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: #fff;
    opacity: .1;
}

.game-players h5:before {
    content: "";
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: 40%;
    height: 2px;
    background-color: #fff;
    opacity: .1;
}

.game-players .csm-btn {
    padding: 0.7rem 5rem;
}
