.resMessage{
margin-top:15px;
}
@media (max-width:599px) {
    .profile-box {
    width: 100%;
    overflow-x: scroll;
}
.resMessage{
margin-top:70px;
}
    .main {
        width: 100%;
        margin: 0 auto;
        /* overflow: hidden; */
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .game-box .left-bar {
        position: absolute;
        left: 0%;
        /* background: rgba(0, 0, 0, .8); */
        width: 100%;
        /* height: 80px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 999;
        bottom: -69px;
        padding-top: 1px;
    }
    .top-bar {
        /* background: rgba(0, 0, 0, .8); */
        /* height: 94px; */
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        top: 0px;
        /* padding-bottom: 8px; */
        /* padding-top: 7px; */
        left: 0;
        right: 0;
        margin: 0;
        z-index: 0;
        /* display: none; */
        max-width: 100%;
        margin-top: 0;
        margin: 0 auto;
    }
    .wheel-btn1 {
        background: green;
        border: 1px solid #000000;
        border-top-color: #00b300;
        border-left-color: #00b300;
        padding: 0;
        margin: 0;
        display: inline-block;
        font-size: 15px;
        width: 140px;
        padding: 8px 2px;
        margin: 0px;
        cursor: pointer;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        border-radius: 3px;
        position: relative;
        left: -20px;
        top: 285px;
        /* right: 34px; */
        margin: 0 auto;
        float: right;
    }
    .right-menu {
        /* position: absolute; */
        /* right: 15px; */
        /* 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%; */
    }
    .game-box {
        width: 96%;
        height: auto;
        right: 0;
        margin: 0 auto;
        background: rgba(0, 0, 0, .7);
        position: relative;
        top: 0px;
        border: 2px solid black;
        border-radius: 10px;
        left: 0;
        /* padding: 15px 0; */
    }
    .game-box .coin-box {
        max-width: 50px;
        margin-bottom: 0px;
        /* display: flex; */
        cursor: pointer;
        margin: 0 5px 5px 5px;
    }
    .mar-top {
        margin-top: 0px;
        justify-content: center;
        align-items: center;
    }
    .dflexx .box4 {
        width: 20%;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid white;
        margin: 0 5px;
        border-radius: 6px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .dflexx .box4 h4 {
        color: white;
        font-size: 11px;
        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: 10px;
    }
    .dflexx .zero-box h6 {
        font-size: 20px;
        color: white;
        margin: 0;
    }
    .dflexx .num-boxx .num h6 {
        margin: 0;
        color: white;
        /* padding: 20px; */
        font-size: 10px;
        background: red;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
    }
    .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: 1px 1px;
        cursor: pointer;
    }
    .plate {
        background-color: gray;
        width: 250px;
        height: 250px;
        margin: 12px;
        border-radius: 50%;
        position: relative;
        -webkit-animation: rotate 10s infinite linear;
        animation: rotate 10s infinite linear;
        top: 2px;
        left: 7%;
    }
    .inner {
        display: block;
        height: 250px;
        width: 250px;
        position: relative;
    }
    .data .mask {
        color: #fff;
        font-size: 17px;
        margin: auto;
        line-height: 1.4;
        padding-top: 28px;
    }
    .number {
        width: 32px;
        height: 125px;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 0;
        left: calc(50% - (32px/2));
        transform-origin: 50% 100%;
        background-color: transparent;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 128px solid black;
        box-sizing: border-box;
    }
    .pit {
        color: #fff;
        padding-top: 12px;
        width: 32px;
        display: inline-block;
        font-size: 9px;
        transform: scale(1, 1.8);
        position: absolute;
        top: -131px;
        left: -20px;
    }
    .black-btn,
    .red-btn,
    .even-btn,
    .odd-btn {
        border: 1px solid white;
        font-size: 12px;
    }
    .redd,
    .blackk {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .zeroo {
        font-size: 20px;
    }
    .logo-box {
        margin: 80px auto;
    }
    .logo-box img {
        max-width: 200px;
    }
    .play-icon {
        width: 100px;
        height: 100px;
    }
    .play-icon a {
        font-size: 63px;
    }
    .menu-flex {
        padding: 5px 15px;
        position: relative;
        height: 40px;
    }
    .flex-center {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        /* align-items: self-start; */
        height: auto;
    }
    .login-box h3 {
        font-size: 18px;
    }
    .login-box .form-group label {
        font-size: 14px;
    }
    .login-box h4 {
        font-size: 16px;
    }
    .login-box {
        margin-top: 30px;
    }
    .login-box h5 a {
        font-size: 14px;
    }
    .data .result-number {
        font-size: 36px;
    }
    .data {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .data .result-color {
        font-size: 15px;
    }
    ul#tabs-nav li {
        width: 40px;
        height: 35px;
        line-height: 35px;
        margin: 0 5px;
    }
    #tabs-nav li a {
        font-size: 15px;
    }
    .user-box {
        margin-top: 50px;
    }
    .profile-box table td input {
        width: 100%;
        font-size: 14px;
        padding: 5px 10px;
    }
    .profile-box table td {
        padding: 5px 10px;
        font-size: 14px;
    }
    .profile-box table th {
        font-size: 16px;
    }
}