* {
    padding: 0px;
    margin: 0px;
    word-spacing: 1px;
    letter-spacing: 1px;
}

body,
html {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.text87{
    margin:100px auto;
    background:white;
    width:70%;
    padding:20px;
}
.text87 ul{
    padding-left:20px;
}
.text87 h3{
    text-align:center;
}

body {
    background-image: url('../images/bg.jpg');
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menu-flex {
    background: transparent;
    width: 100%;
    position: fixed;
    height: 60px;
    display: flex;
    padding: 10px 30px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.menu-flex ul li a {
    font-size: 18px;
    color: black;
}

.menu-flex ul li {
    background: white;
    margin: 0 5px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 10px;
}

.menu-flex ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* overflow-x: scroll; */
    /* width: 10%; */
}

.left-menu {
    width: 100%;
    text-align: left;
}

.right-menu {
    text-align: right;
}

.cross-box {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 20px; */
    /* text-align: right; */
    /* z-index: 9; */
    /* display: inline-block; */
    /* width: 50px; */
}

.cross-box a {
    color: black;
    /* background: white; */
    /* padding: 9px 15px; */
    /* border-radius: 5px; */
    font-size: 20px;
}

.play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px auto;
    background: rgba(0, 0, 0, .5);
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 10px;
    z-index: 0;
}

.play-icon:hover {
    background: rgba(0, 0, 0, .8);
}

.play-icon a {
    /* background: white; */
    /* padding: 30px; */
    font-size: 90px;
    color: white;
}

.logo-box {
    text-align: center;
    margin: 50px auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 399px;
}

.logo-box img {
    width: 100%;
    /* max-width: 200px; */
}

.about-icon {
    /* float: left; */
    /* z-index: 99; */
    /* position: relative; */
}

.about-icon .close:focus {
    outline: 0 !important;
    outline: 0px !important;
}

.about-icon .about-icon-btn {
    /* margin: 18px; */
    background: white;
    font-size: 20px;
    /* padding: 4px 15px; */
    width: 100%;
    height: 100%;
    padding: 0;
}

.about-icon .modal-body p {
    padding: 0 10px;
}

.volume-icon {
    /* float: left; */
    /* margin: 20px; */
    position: relative;
    /* background: white; */
    width: 40px;
    height: 40px;
    /* text-align: center; */
    /* padding: 5px; */
    z-index: 9999;
    /* justify-content: center; */
    /* display: flex; */
    width: 100%;
    border: 0px solid red;
}

.volume-icon button {
    border: 0;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    /* padding: 10px; */
    /* width: 50px; */
    background: white;
    /* border-radius: 5px; */
    font-size: 20px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.game-box {
    width: 75%;
    height: 255px;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    position: relative;
    top: 10px;
    border: 2px solid black;
    border-radius: 10px;
    left: 0;
    /* padding: 15px 0; */
}

.game-box .left-bar {
    position: absolute;
    left: 0%;
    /* background: rgba(0, 0, 0, .8); */
    width: auto;
    /* height: 80px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    z-index: 999;
    bottom: 10px;
    padding-top: 1px;
}

.game-box .right-bar {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    background: black;
}

.top-bar .display-box {
    /* background: radial-gradient(black, transparent); */
    border: 1px solid white;
    margin: 0 2px;
    background: black;
    border-radius: 5px;
    /* margin-bottom: 5px; */
    text-align: center;
    padding: 10px 15px;
    /* width: 100px; */
}

.top-bar .display-box img {
    max-width: 150px;
    padding: 11px 5px;
    /* border-radius: 5px; */
}

.top-bar .display-box h2 {
    font-size: 25px;
}

.top-bar .display-box hr {
    margin: 0;
    background: lightgrey;
}

.top-bar .display-box h5 {
    color: white;
    font-size: 12px;
    padding: 0px 5px;
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 0px;
}

.top-bar .display-box h6 {
    font-size: 14px;
    /* margin-top: -30px; */
    color: white;
}

.top-bar {
    /* background: rgba(0, 0, 0, .8); */
    /* height: 94px; */
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 144px;
    padding-bottom: 8px;
    padding-top: 7px;
    /* left: 67px; */
    /* right: 0; */
    /* margin: 0 auto; */
    z-index: 0;
    /* display: none; */
    max-width: 399px;
    margin-top: 0;
}

.game-box .bottom-bar {
    background: black;
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.game-box .coin-box {
    max-width: 60px;
    margin-bottom: 0px;
    /* display: flex; */
    cursor: pointer;
    margin: 0 10px;
}

.game-box .coin-box img {
    width: 100%;
    background: white;
    border-radius: 50%;
    padding: 2px;
    padding: 1px;
}

.game-box .coin-box img:focus,
.game-box .coin-box img:hover {
    box-shadow: white 0 0 20px;
    outline: yellow;
}

.his-box {
    padding: 10px;
    position: relative;
    z-index: 8;
}

.his-box h3 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 9;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.his-box .red-c {
    text-align: left;
}

.his-box .red-c span {
    color: white;
    border-radius: 50%;
    background: red;
    /* width: 50px; */
    padding: 4px 9px;
}

.his-box .green-c {
    text-align: right;
}

.his-box .green-c .green {
    color: white;
    background: deepskyblue;
    padding: 4px 10px;
    border-radius: 50%;
}

.dis-bot {
    border: 1px solid white;
    margin: 0 15px;
    padding: 4px 5px;
    border-radius: 5px;
}

.dis-bot h5 {
    color: white;
    font-size: 15px;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
}

.center-bar {
    border: 0px solid red;
    /* height: 56%; */
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    /* bottom: 10%; */
    /* margin-top: 12%; */
    top: 0%;
    width: 100%;
    justify-content: center;
    right: 0;
    /* background-image: url('../images/bg-casino.gif'); */
    text-align: center;
    position: relative;
}

.dflexx {
    display: flex;
    padding: 5px;
    justify-content: center;
}

.dflexx .box5 {
    display: flex;
    padding: 5px;
    background: red;
    padding: 20px 30px;
    border-radius: 10px;
    margin-left: 40px;
    cursor: pointer;
}

.dflexx .box5 h4 {
    color: white;
    margin: 0;
}

.dflexx .zero-box {
    border: 0px solid lightgrey;
    width: 9%;
    display: inline-grid;
    text-align: center;
    /* justify-content: center; */
    align-items: center;
}

.dflexx .zero-box h6 {
    font-size: 30px;
    color: white;
    margin: 0;
}

.dflexx .num-boxx {
    width: 90%;
}

.dflexx .num-boxx .All-box {
    display: flex;
    margin: 0px auto;
    padding: 0px;
}

.dflexx .num-boxx .num {
    border: 1px solid lightgrey;
    max-width: 8.3%;
    flex: 0 0 9.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 6px;
    cursor: pointer;
}

.dflexx .num-boxx .num h6 {
    margin: 0;
    color: white;
    /* padding: 20px; */
    font-size: 20px;
    background: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.dflexx .num-boxx .num .blackk {
    /* background: black; */
}

.mar-top {
    margin-top: 0px;
    justify-content: end;
    align-items: center;
}

.dflexx .box4 {
    width: 20%;
    text-transform: uppercase;
    text-align: center;
    border: 0px solid white;
    margin: 0 5px;
    border-radius: 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dflexx .box4 h4 {
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    background: rgba(0, 0, 0, .6);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.dflexx .box4 h2 {
    margin: 0;
    padding: 0px;
    background: red;
    color: white;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.blackk {
    background: black;
    border: 0;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.time-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 0;
}

.time-box .time {
    margin: 0 5px;
    width: 8%;
    text-align: center;
    justify-content: center;
    line-height: -2px;
}

.time-box .time h1 {
    color: white;
    margin: 0;
    line-height: 21px;
    font-size: 25px;
    padding: 5px;
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
}

.time-box .time h1 small {
    font-size: 15px;
}

.spinn {
    background-color: red !important;
}

.login-box {
    width: 399px;
    max-width: 90%;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    /* position: relative; */
    /* top: 5%; */
    bottom: 0;
    margin: auto;
}

.login-box h3 {
    color: white;
    margin-bottom: 20px;
}

.login-box .form-group {}

.login-box .form-group label {
    color: white;
}


/* .login-box .form-group input {
    background: black !important;
    color: white;
} */

.login-box h5 {
    text-align: right;
}

.login-box h5 a {
    color: white;
}

.login-box h4 {
    text-align: right;
    color: white;
}

.login-box h4 a {
    color: yellow;
}

.zero-box1 {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.right-menu {
    /* position: absolute; */
    /* right: 80px; */
    /* top: 13px; */
    /* background: rgba(0, 0, 0, .8); */
    /* padding: 5px 15px; */
    /* width: 299px; */
    /* padding: 0; */
    /* border-radius: 5px; */
    /* background-image: url('../images/bg-casino.gif'); */
    /* background-repeat: no-repeat; */
    /* height: 100%; */
    /* background-size: 100% 100%; */
}

.right-menu ul {
    /* list-style: none; */
    /* background: rgba(0, 0, 0, .8); */
    /* height: 100%; */
    /* padding: 20px; */
    /* margin: 0; */
    /* border-radius: 15px; */
}

.right-menu ul li {
    /* padding: 7px; */
}

.right-menu ul li a {
    /* color: black; */
    font-size: 20px;
}

.right-menu ul li a i {
    /* color: white; */
    /* font-size: 20px; */
    /* width: 25px; */
}

.icon-bar {
    text-align: revert;
}

.icon-bar p {
    font-size: 20px;
    background: white;
    padding: 4px 12px;
    border-radius: 5px;
    margin: 0;
}

.icon-bar>ul {
    display: none;
}


/* .icon-bar:hover {
    background: transparent;
} */

.icon-bar:hover ul {
    display: block;
    margin-top: 0;
}

.spin-gif {
    position: absolute;
    right: 40px;
    top: 130px;
    width: 399px;
    height: 399px;
}

.spin-gif img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
}


/* ========================================================================================================
========================================================================================================== */

.zeroo {
    background: transparent;
    border: 0;
    color: white;
    font-size: 40px;
}

.redd {
    color: white;
    border: 0;
    background: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.bg-yellow,
.active,.current {
    background: #FFD700;
}

.current {
    background: #FFD700!important;
}
.inactive {
    background: #ffd70008!important;
}

.bg-transparent,
.remove {
    background: rgba(0, 0, 0, 0);
}

.even-btn {
    border: 2px solid white;
    background: transparent;
    color: white;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.red-btn {
    background: red;
    border: 2px solid white;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.black-btn {
    border: 2px solid white;
    background: black;
    color: white;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.odd-btn {
    border: 2px solid white;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    color: white;
}

.imgBorder {
    border: 5px solid #FFD700;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 0%);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


/* ========================================================================================================
=========================================================================================================== */


/* Tabs */

.tabs {
    max-width: 625px;
    background-color: #00000085;
    border-radius: 10px;
    width: 95%;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    text-align: center;
    justify-content: center;
    margin: auto;
    display: flex;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    /* padding: 8px 10px; */
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 15px;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: red;
}

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
}

.tab-content {
    padding: 10px;
    /* border: 2px solid white; */
    background-color: rgba(0, 0, 0, .7);
}


/* Just for CodePen styling - don't include if you copy paste */

.user-box {
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.profile-box {
    width: 100%;
}

.profile-box table {
    width: 100%;
}

.profile-box table th {
    text-align: center;
    font-size: 20px;
    background: deepskyblue;
    padding: 5px;
    color: white;
}

.profile-box table td {
    text-align: left;
    padding: 5px 10px;
    /* background: whitesmoke; */
    /* margin: 0; */
    font-size: 16px;
    font-weight: 600;
    border: 1px solid lightgrey;
    color: white;
}

.profile-box table td span {
    color: green;
}

.profile-box table td .lost {
    color: red;
}

.profile-box table td input {
    color: white;
    background: transparent;
}