@media screen and (max-width: 1000px) {
    .content {
        padding: 30px;
    }
    .nav-container {
        padding: 0 30px;
    }
    .main-content-game-mode {
        padding: 10px 20px;
    }
    .r-winners {
        display: none;
    }
    .game-mode-two {
        width: 100%;
    }
}

@media screen and (max-width: 869px) {
    .mobile-profile {
        display: block;
    }
    .dash-dropdown {
        width: auto;
        height: 85px;
        background-color: #FFF;
        position: fixed;
        top: 50px;
        z-index: 999999999999999;
        display: flex;
        right: 20px;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        border-radius: 15px;
        padding: 0 15px;
    }
    .dash-dropdown::after {
        content:"";
        position: absolute;
        right: 17px;
        top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 17px 17px 17px;
        border-color: transparent transparent #ffffff transparent;
        z-index:9998;
    }
    .dash-dropdown-text {
        color: #12161E;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .dash-dropdown-text:last-child {
        margin-bottom: 0px;
    }
    .hide-mobile {
        display: none;
    }
    .support {
        width: 100% !important;
    }
    .input-label {
        font-size: 12px;
    }
    .drop-down {
        font-size: 12px;
    }
    .nav-container {
        height: 50px;
        position: fixed;
        z-index: 9999999999;
        top: 0;
        background: #12161E;
    }
    .bottom-bar {
        width: 100%;
        height: 60px;
        background-color: #000;
        position: fixed;
        bottom: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bottom-bar .m-nav {
        width: 80px;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .m-nav img {
        width: 15px;
        height: 15px;
    }
    .m-nav p {
        font-size: 10px;
    }
    .bottom-bar .active img {
        filter: invert(10%) sepia(51%) saturate(2878%) hue-rotate(150deg) brightness(104%) contrast(97%);
    }
    .bottom-bar .active p {
        color: #4ADDC7;
    }
    .sidebar {
        display: none;
    }
    .nav-button-spacing {
        margin-right: 10px;
    }
    .tab button {
        font-size: 12px;
        margin-right: 10px;
    }
    .tab button:last-child {
        margin-right: 0;
    }
    .hide-column {
        display: none;
    }
    .account-number {
        margin-bottom: 15px;
    }
    .update-profile-btn button{
        width: 100%;
    }
    .profile-input{
        width: 100%;
    }
    .password-input{
        width: 100%;
    }
      
    .update-password{
        width: 100%;
    }
    .content {
        left: 0;
        border-radius: 0;
    }
    .fund-wallet{
        width: 100%;
        margin-bottom: 30px;
    }
    .balance-winnings{
        width: 100%;
    }
    .game-image-dashboard {
        width: 49%;
    }
    .nav-account-button {
        height: 30px;
        width: 30px;
    }
    .nav-button {
        display: none;
    }
    .dash-menu {
        display: block;
        cursor: pointer;
    }
    .cashout-input {
        width: 100%;
    }
    .dash-menu,.dash-logo {
        height: 20px;
    }
    .nav-quick-account {
        width: auto;
        height: 40px;
        padding: 0 10px;
        background: none;
    }
    .nav-quick-account img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .nav-quick-account p {
        font-size: 10px;
    }
    .nav-quick-account h6 {
        font-size: 8px;
    }
    .main-container {
        padding-top: 44px !important;
    }
    .group {
        height: 31px;
        padding: 0 5px;
        margin-right: 10px;
    }
    .group img {
        height: 14px;
        margin-right: 5px;
    }
    .group p {
        font-size: 10px;
    }
}

@media screen and (max-width: 475px) {
    .m-navs .m-nav {
        width: 48%;
    }
}

@media screen and (max-width: 544px) {
    .game-image-dashboard {
        width: 100%;
    }
}