@media (min-width: 420px) { 
    /*partner*/
    #modal-partner .modal-content{
        padding: 25px;
    }
    .partner-logo-wrapper .partner-logo{
        margin: 10px;
        width:calc(25% - 20px);
    }
}
@media (min-width: 576px) {
    .container{
        max-width:initial;
    }
    /* announcement */
    #annModal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .index-game .row .col {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    /* homepage */
    .index-game .row .col {
        width: 25%;
    }

    /* referral */
    .referral-qr {
        width: 70%;
        margin: 0 auto;
    }

    /* news */
    .news-card-inner {
        display: flex;
        justify-content: center;
        border-radius: 20px;
    }
    .news-card-inner .news-content {
        margin-left: 25px;
        margin-top: 0px;
        width: 75%;
    }
    .news-card .img-wrapper {
        width: 250px;
        height: auto;
        border-radius: 15px;
    }
    /*contact us*/
    .contact_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    /* homepage */
    .index-game .row .col {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    body.fixed {
        overflow: auto;
    }
    .content-center {
        padding-bottom: 0;
    }
    .content-page {
        padding: 40px 0 80px;
    }
    .container{
        max-width: 1400px;
    }

    body.modal-open {
        overflow: inherit !important;
    }
    .btn-main, .btn-sub {
        padding: 0 8px;
    }

    /* header */
    .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header {
        background: #17191D url(../images/bg-header-long.png) top center no-repeat;
        padding: 15px 0;
    }
    .header > .container {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 68px;
    }
    .icon-nav {
        margin: 0;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    .icon-nav:hover {
        background-color: rgba(255, 255, 255, .1);
    }
    .icon-nav img {
        width: 24px;
    }
    .side-close {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 12px;
        right: 0;
        cursor: pointer;
        display: none;
        font-size: 26px;
        z-index: 999;
        background-color: #232327;
        border-radius: 5px;
    }
    .side-close.d-flex {
        display: flex !important;
        right: 330px;
    }
    .side-close:hover {
        background-color: #FFFFFF4d;
    }
    .header-left .logo img {
        height: 60px;
        width: auto;
    }   
    .header-right-top {
        margin-bottom: 10px;
    }
    .header-login {
        display: flex;
    }
    .header-login .login-field {
        margin-bottom: 0;
    }
    .header-login .login-field .input-group {
        height: 35px;
    }
    .header-login .login-field .input-group .input-group-text img {
        height: 16px;
    }
    .header-login .login-field .input-group .form-control {
        font-size: 14px;
    }
    .header-login .login-field:nth-child(2) {
        margin-left: 10px;
    }
    .btn-wrapper .btn-login, .btn-wrapper .btn-register {
        height: 35px;
        min-width: 120px;
        margin-left: 10px;
        font-size: 14px;
        position: relative;
        transition: 0.08s ease-in;
    }
    .header-right-bottom {
        display: flex;
    }
    .header.logged-in .header-right-bottom {
        display: none;
    }
    .language-wrapper {
        width: 35px;
        height: 35px;
        margin-left: 12px;
        display: block;
    }
    .country-selection {
        width: 35px;
        height: 35px;
    }
    .language-wrapper .dropdown-menu {
        transform: translate(-11px, 40px) !important;
        z-index: 1;
    }
    .language-wrapper .dropdown-menu .dropdown-item {
        padding: 0 10px;
    }

    /* announcement */
    .announcement-content {
        height: 40px;
        font-size: 14px;
        padding: 0 12px;
    }
    .announcement-left {
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 30px;
    }
    .announcement-left span {
        display: block;
        margin-left: 6px;
    }
    .announcement-right {
        padding-left: 10px;
    }

    /* banner */
    .banner {
        padding: 22px 0;
    }
    .banner::before {
        height: 40px;
        top: -40px;
    }
    .banner-mobile {
        display: none;
    }
    .banner-desktop {
        display: block;
        max-width: 78%;
    }
    .banner-desktop .swiper-banner, .banner-desktop img {
        border-radius: 15px;
    }
    .banner .swiper-pagination {
        height: 22px;
        bottom: 24px !important;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .banner-desktop .swiper-button-next, .banner-desktop .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .banner-desktop .swiper-button-next:after, .banner-desktop .swiper-button-prev:after {
        font-size: 18px;
    }

    /* login */
    .login-wrapper {
        flex-direction: row;
        justify-content: center;
        padding: 40px 0;
        align-items: center;
        max-width: 1138px;
        margin: 0 auto;
        padding: 0;
    }
    .pic-login {
        display: none;
    }
    .pic-login-desktop {
        display: flex;
    }
    .pic-login-desktop img {
        border-radius: 10px 0 0 10px;
    }
    .login-form {
        width: 45%;
        margin: inherit;
        padding: 0 24px;
    }
    .login-form.register {
        min-height: 415px;
    }
    .login-form-title {
        font-size: 26px;
    }
    .form-label {
        font-size: 14px;
    }
    .input-group {
        height: 50px;
    }
    .login-form .input-group-text img {
        height: 22px;
    }
    .login-form-btn {
        padding-top: 28px;
    }
    .login-form .btn-main, .login-form .btn-sub {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        min-width: 160px;
    }
    .digit-wrapper {
        padding: 24px 0;
    }
    .tac-field .input-group, .digit-field .input-group {
        height: 50px;
    }
    .tac-field .form-control, .digit-field .form-control {
        height: 50px;
    }
    .login-form .btn-main, .login-form .btn-sub {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .tac-wrapper .btn-main {
        width: 122px;
        height: 50px;
        line-height: 50px;
    }
    .tac-text, .digit-text {
        font-size: 18px;
    }
    .digit-text-small {
        font-size: 16px;
    }

    /* homepage */
    .home-center {
        padding-top: 0;
        padding-bottom: 48px;
    }
    .home-center .container:first-child {
        position: relative;
    }
    .game-center {
        position: inherit;
        padding-left: 0;
        font-size: 0;
    }
    .game-center::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #232327;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 0px 0px 10px 10px;
        display: inline-block;
        width: 100%;
        height: 65px;
    }
    .menu {
        display: inline-block;
        width: inherit;
        position: inherit;
        left: inherit;
        top: inherit;
        width: 75%;
        vertical-align: middle;
        padding: 10px 16px;
        overflow: hidden;
    }
    .menu ul {
        display: flex;
        flex-direction: row;
    }
    .menu ul li {
        background: transparent;
        box-shadow: none;
        margin: 0 24px 0 0;
        width: inherit;
    }
    .menu ul li::before {
        display: none;
    }
    .menu ul li:last-child {
        margin: 0;
    }
    .menu ul li.active {
        box-shadow: none;
    }
    .menu ul li.active a .menu-icon-hover img {
        filter: none;
    }
    .menu ul li a {
        flex-direction: row;
        padding: 0 8px;
    }
    .menu ul li a .menu-icon, 
    .menu ul li a .menu-icon-hover {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        background: transparent linear-gradient(135deg, #131618 0%, #25282D 100%) 0% 0% no-repeat padding-box;
        box-shadow: -1px -2px 5px #FFFFFF1A;
        margin-right: 12px;
    }
    .menu ul li a .menu-icon::after, 
    .menu ul li a .menu-icon-hover::after {
        box-shadow: 1px 2px 5px #0000004d;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        border-radius: 50%;
    }
    .menu ul li a .menu-icon img, .menu ul li a .menu-icon-hover img {
        height: 20px;
    }
    .menu ul li a .menu-icon-hover {
        display: none;
    }
    .menu ul li.active .menu-icon-hover, 
    .menu ul li a:hover .menu-icon-hover {
        display: flex;
        box-shadow: inset 0px 2px 2px #FFFFFF3B, -1px -2px 5px #FFFFFF1A;
    }
    .menu ul li.active .menu-icon, .menu ul li a:hover .menu-icon {
        display: none;
    }
    .menu ul li a .menu-text {
        font-size: 16px;
    }
    .menu-right {
        width: inherit;
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        padding: 10px 16px;
    }
    .menu-right .menu-right-inner {
        justify-content: flex-end;
    }
    .menu-right .input-group {
        height: 45px;
        border-radius: 10px;
        background: #131618;
        order: 2;
        max-width: 210px;
    }
    .menu-right .input-group .form-control {
        background: #131618;
        height: 45px;
    }
    .menu-right .input-group .input-group-text {
        margin: 0 8px 0 12px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    .menu-right .btn-favourite {
        order: 1;
        margin: 0 12px 0 0;
        width: 43px;
        height: 43px;
        font-size: 20px;
    }
    .slot-menu {
        padding: 16px 0 0;
        position: relative;
    }
    .slot-menu .swiper-slide {
        background: transparent linear-gradient(117deg, #141719 0%, #25282D 100%) 0% 0% no-repeat padding-box;
        box-shadow: -1px -1px 2px #ffffff17;
        padding: 6px 16px;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .slot-menu .swiper-slide:first-child::after {
        display: none;
    }
    .slot-menu-pic {
        margin-bottom: 6px;
        margin-right: 0;
    }
    .slot-menu-pic::after {
        display: none;
    }
    .slot-menu-pic img {
        height: 33px;
    }
    .slot-menu-name {
        font-size: 16px;
    }
    .slot-menu .swiper-button-prev, .slot-menu .swiper-button-next {
        display: flex;
    }
    .slot-menu .swiper-button-next, .slot-menu .swiper-button-prev {
        width: 50px;
        height: 50px;
        top: 50%;
    }
    .slot-menu .swiper-button-prev {
        left: -48px;
    }
    .slot-menu .swiper-button-next {
        right: -48px;
    }
    .slot-menu .swiper-button-next:after, .slot-menu .swiper-button-prev:after {
        font-size: 24px;
        color: #FFFFFF80;
        font-weight: 700;
    }
    .index-game {
        padding: 32px 0 0;
    }
    .index-game-title { 
        font-size: 24px;
        margin-bottom: 24px;
    }
    .index-game .row {
        margin: 0 -12px;
    }
    .index-game .row .col {
        padding: 0 12px;
    }
    .index-game .row .col:nth-child(9), .index-game .row .col:nth-child(10) {
        display: block;
    }
    .index-game-single {
        padding: 12px 10px;
        border-radius: 10px;
        margin-bottom: 24px;
        height: calc(100% - 24px);
    }
    .index-game-name { 
        font-size: 14px;
        margin-bottom: 10px;
    }
    .game-provider {
        right: 10px;
        top: 6px;
    }
    .game-provider img {
        height: 32px;
    }
    .index-game-new, .index-game-hot {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 1px 8px;
        display: block;
        z-index: 2;
    }
    .index-game-new {
        background: transparent linear-gradient(90deg, #6CE64C 0%, #68CDDE 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 2px 2px 5px #FFFFFF29, 0px 0px 2px #6CE64C;
    }
    .index-game-hot {
        background: transparent linear-gradient(90deg, #E5032C 0%, #CE66E2 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 2px 2px 5px #FFFFFF29, 0px 0px 5px #000000;
    }
    .index-game-thumbnail {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    .index-game-thumbnail img {
        border-radius: 10px;
        transition: all .5s ease-in-out;
    }
    .index-game-single:hover .index-game-thumbnail img {
        transform: scale(1.2);
        border-radius: 10px;
    }
    .index-game-thumbnail .btn-favourite {
        font-size: 20px;
        left: 2px;
        top: 2px;
    }
    .index-game-thumbnail .btn-favourite.selected::before, 
    .index-game-thumbnail .btn-favourite:hover::before {
        background: transparent linear-gradient(180deg, #F0BB70 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
    }
    .btn-more-game {
        min-width: 190px;
        padding: 6px 12px;
        font-size: 16px;
        position: relative;
        transition: all 0.2s linear 0s;
    }
    .btn-more-game::before {
        content: "\2b";
        font-family: "Font Awesome 6 Free";
        font-size: 16px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 60px;
        transition: all 0.2s linear 0s;
    }
    .btn-seo:hover .btn-more-game {
        text-indent: -16px;
    }
    .btn-seo:hover .btn-more-game::before {
        opacity: 1;
        text-indent: 0px;
    }
    .index-game-hover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        z-index: 1;
        font-size: 48px;
    }
    .index-game-single:hover .index-game-hover {
        display: flex;
    }
    .index-game-single:hover .index-game-overlay {
        display: block;
        background-color: #00000080;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px 10px 0px 0px;
    }
    .transaction {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 22px;
        max-width: 22%;
        width: 100%;
    }

    /* real time transaction */
    .transaction-inner {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .swiper-transaction {
        height: 203px;
    }
    .swiper-transaction .swiper-slide {
        padding: 0 10px;
        margin-bottom: 8px;
    }
    .single-transaction.empty .transaction-user {
        max-width: 31px;
        height: 31px;
        left: 2px;
    }
    .single-transaction.empty .transaction-details {
        margin-left: 3px;
    }
    .transaction-user img {
        height: 35px;
    }
    .transaction-details {
        font-size: 14px;
        flex-direction: column;
    }
    .transaction-name {
        border-right: 0;
        width: 100%;
        margin-right: 0;
        padding-right: 10px;
    }
    .transaction-name span {
        font-size: 12px;
    }
    .transaction-action {
        margin-top: 5px;
        width: 100%;
    }

    /* footer mobile */
    .footer-mobile {
        display: none;
    }

    /* footer desktop */
    .footer {
        display: block;
    }
    .seo-wrapper {
        margin-bottom: 24px;
    }

    /* contact */
    .btn-contact {
        display: flex;
    }

    /* side menu */
    .side-menu {
        width: 320px;
        background-color: #232327;
    }
    .side-top,
    .side-menu-title,
    .side-top-language,
    .contact-wrapper {
        display: none;
    }
    .side-top-wrapper {
        padding-top: 0;
        padding-bottom: 12px;
        height: 100%;
    }
    .spin-wrapper {
        background-color: #000000;
        border-radius: 3px;
        margin: 5px 12px;
        padding: 8px;
    }
    .spin-wrapper-content {
        padding: 0;
    }
    .spin-wrapper-content > ol {
        display: block;
        font-size: 0;
    }
    .spin-wrapper-content > ol > li {
        width: calc(50% - 4px);
        margin: 0 4px 8px;
        display: inline-block;
    }
    .spin-wrapper-content > ol > li:first-child {
        margin-left: 0;
    }
    .spin-wrapper-content > ol > li:nth-child(2) {
        margin-right: 0;
    }
    .spin-wrapper-content > ol > li:last-child {
        width: 100%;
        margin: 0;
    }
    .spin-wrapper-content > ol > li > a {
        flex-direction: row;
    }
    .spin-wrapper-content > ol > li > a .spin-icon {
        margin-right: 6px;
    }
    .spin-wrapper-content > ol > li > a .spin-text {
        font-size: 15px;
        text-align: left;
    }
    .side-menu .side-top-wrapper > ul > li {
        background-color: #1A1A1C;
    }
    .side-menu .side-top-wrapper > ul > li > a {
        padding: 12px 0;
    }

    /* promotion */
    .promotion-wrapper {
        padding: 0 0 40px 0;
    }
    .promotion-wrapper ul {
        overflow-x: inherit;
        padding: 24px 0;
    }
    .promotion-wrapper ul li {
        line-height: 40px;
        font-size: 16px;
        min-width: 170px;
        margin: 0 8px;
    }
    .filter-content .grid .row .col-12 {
        width: 50%;
    }
    .promotion-single {
        margin-bottom: 24px;
        height: calc(100% - 24px);
    }
    .promotion-banner img {
        border-radius: 10px 10px 0 0;
    }
    .promotion-single-bottom {
        padding: 20px 24px;
        border-radius: 0 0 10px 10px;
        margin-top: auto;
    }
    .promotion-single-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .promotion-single-btn {
        font-size: 13px;
        height: 36px;
    }

    /* modal */
    .modal-dialog {
        max-width: 710px;
        height: inherit;
        background-color: inherit;
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin) * 2);
    }
    .modal-content {
        border-radius: 10px;
        height: initial;
    }
    .modal-header {
        height: 56px;
    }
    .modal-title {
        font-size: 22px;
        display: block;
        width: 100%;
    }
    .modal-body  {
        padding: 24px;
        margin: 0;
        border-radius: 0;
        background-color: #211550;
    }
    .modal-body .promotion-single {
        flex-direction: column;
        cursor: auto;
    }
    .modal-body .promotion-single-top .promotion-banner img {
        border-radius: 10px;
    }
    .modal-body .promotion-single-bottom {
        padding: 20px 0;
        width: inherit;
    }
    .modal-body .promotion-single-title {
        font-size: 22px;
    }
    .modal-body .promotion-single-subtitle {
        font-size: 16px;
    }
    .modal-body .promotion-rule {
        padding: 0;
    }
    .modal-header .btn-close {
        font-size: 30px;
    }
    .modal-header .btn-close:hover {
        opacity: .7;
    }
    .promotion-rule {
        margin-bottom: 24px;
    }
    .promotion-rule-title {
        font-size: 18px;
    }
    .promotion-rule ul li {
        font-size: 16px;
    }
    .modal-body .table-new {
        margin: 0;
    }

    /* member */
    .member-wrapper {
        min-height: 46px;
        border-left: 1px solid #FFFFFF20;
        margin: 0 20px;
        padding: 0 0 0 20px;
    }
    .member-left {
        display: flex;
        align-items: center;
    }
    .member-left .member-icon {
        margin-right: 10px;
    }
    .member-left .member-icon img {
        height: 40px;
    }
    .member-top {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .member-bottom span:first-child {
        font-size: 10px;
    }    
    .member-bottom span:nth-child(2) {
        font-size: 16px;
    }
    .header-btn-deposit {
        flex-direction: row;
        min-width: 120px;
        font-size: 14px;
        height: 35px;
        display: flex;
    }
    .header-btn-deposit .fa-circle-plus {
        margin-bottom: 0;
        margin-left: 6px;
        order: 1;
    }
    .top.logged-in .timezone {
        display: block;
    }
    .top.logged-in .header > .container {
        position: relative;
    } 
    .top.logged-in .header-right {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .top.logged-in .language-wrapper {
        display: block;
    }
    .top.logged-in .header-right-top {
        margin-bottom: 0;
        order: 4;
    }
    .top.logged-in .header-right-bottom {
        order: 1;
        align-items: center;
    }
    .top.logged-in .member-wrapper {
        order: 2;
    }
    .top.top.logged-in a.header-deposit {
        order: 3;
        display: flex;
    }

    /* table */
    .table-new {
        font-size: 16px;
    }

    /* leaderboard */
    .leaderboard-wrapper {
        padding: 40px 0 64px;
    }
    .leaderboard-title {
        font-size: 36px;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 24px;
        display: block;
    }
    .leaderboard-content {
        max-width: 1038px;
        margin: 0 auto;
    }

    .leaderboard-list {
        padding: 148px 40px 40px;
    }
    .leaderboard-list > ul > li {
        max-width: 150px;
        padding: 0 12px 16px;
    }
    .leaderboard-list > ul > li .leaderboard-details {
        margin-top: -36px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon {
        width: 73px;
        height: 73px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon img {
        height: 63px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-name {
        font-size: 18px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
        font-size: 16px;
    }
    .leaderboard-list > ul > li.top1 {
        margin-top: -58px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon {
        width: 87px;
        height: 87px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon img {
        height: 77px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-ranking {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon .crown {
        top: -30px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon .crown img {
        height: 30px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-point-wrapper .player-point {
        font-size: 18px;
    }
    .leaderboard-list > ul > li:nth-child(4) {
        margin-top: 24px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) {
        max-width: 100%;
        padding: 7px 16px 7px 28px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon .player-ranking {
        font-size: 16px;
        width: 40px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .player-point {
        font-size: 16px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .btn-favourite {
        margin-left: 6px;
    }

    /* member page */
    .member-page {
        padding: 40px 0 56px;
        width: 1152px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .menu-member {
        padding: 0;
    }
    .menu-member ul {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
        margin: 0;
        padding: 3px;
        border-radius: 0;
    }
    .menu-member ul li {
        background-color: transparent;
        border: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .menu-member ul li a {
        border-radius: 0;
        width: 100%;
        margin: 0;
        font-size: 16px;
        justify-content: flex-start;
        padding: 6px 16px;
        position: relative;
        font-weight: 600;
        background: transparent linear-gradient(99deg, #15181A 0%, #25282D 100%) 0% 0% no-repeat padding-box;
        box-shadow: -1px -1px 3px #FFFFFF29;
        border-radius: 5px;
    }
    .menu-member ul li a.active, .menu-member ul li a:hover {
        border: 0;
        box-shadow: none;
    }
    .menu-member ul li:last-child {
        border-bottom: 0;
    }
    .statement-wrapper {
        padding: 0;
    }
    .bank-detail-header {
        padding: 12px 0;
    }
    .bank-detail-body {
        padding: 10px 0;
    }
    .bank-wrapper .dropdown-toggle::after {
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }
    .statement-desktop {
        margin-top: -16px;
    }
    .member-content { 
        min-height: 350px;
        padding: 32px;
        margin-left: 16px;
    }
    .member-content.statement .menu-deposit-type.bonus ul li {
        width: 33.33%;
    }
    .menu-deposit-type ul {
        overflow-x: inherit;
        flex-wrap: wrap;
    }
    .menu-deposit-type {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .menu-deposit-type ul li {
        list-style: none;
        border-right: 0;
        padding: 0;
        position: relative;
        height: 44px;
        border-radius: 5px;
        margin: 0 5px 10px;
        width: calc(33.33% - 10px);
    }
    .menu-deposit-type ul li:first-child {
        margin-left: 5px;
    }
    .menu-deposit-type ul li:last-child {
        margin-right: 5px;
    }
    .menu-deposit-type ul li a {
        margin: 0;
        padding: 0;
        min-width: 200px;
        height: 44px;
        font-size: 14px;
        flex-direction: row;
        justify-content: center;
        border-radius: 5px;
    }
    .menu-deposit-type ul li a img {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .bank-detail {
        margin-bottom: 20px;
    }
    .login-field {
        margin-bottom: 20px;
    }
    .bank-detail-header {
        font-size: 16px;
        padding: 12px 0;
    }
    .bank-detail-body { 
        font-size: 16px;
        padding: 10px 0;
    }
    .bank-detail-body .row {
        padding: 7px 0;
    }
    .member-detail .form-control {
        font-size: 16px;
        padding-left: 16px;
    }
    .member-detail .input-group .form-select {
        background-position: right 12px top 23px;
    }
    .deposit-amount-wrapper {
        margin-bottom: 16px;
    }
    .deposit-amount-wrapper .row {
        padding: 0 8px;
    }
    .deposit-amount-wrapper .col {
        margin-bottom: 8px;
        padding: 0 4px;
    }
    .deposit-amount-wrapper .col .select-amount {
        font-size: 18px;
        padding: 6px 8px;
    }
    .member-detail .form-check-label {
        font-size: 14px;
    }
    .member-detail-btn .btn-main, .member-detail-btn .btn-cancel {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 22px;
        min-width: 130px;
    }
    .bank-wrapper .dropdown-toggle {
        padding: 0.7rem 0.8rem;
        height: 50px;
        padding-left: 16px;
    }
    .bank-wrapper .dropdown-toggle::after {
        top: 23px;
    }
    .bank-wrapper .dropdown-item {
        font-size: 16px;
        padding: 0.55rem 0.8rem;
    }
    .bank-logo {
        margin-right: 10px;
    }
    .withdrawal-detail {
        font-size: 16px;
    }
    .withdrawal-description {
        padding: 12px 0;
    }
    .withdrawal-detail-body {
        padding: 10px 0 0;
    }
    .deposit-progress-text {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .progress-wrapper {
        margin-bottom: 24px;
    }
    .statement-mobile {
        display: none;
    }
    .statement-desktop {
        display: block;
    }
    .member-setting-left {
        position: relative;
        width: 215px;
    }
    .member-setting-right {
        width: calc(100% - 215px);
    }
    .user-setting .tac-wrapper .tac-field .btn-main {
        height: 50px;
        line-height: 50px;
        min-width: 160px;
        font-size: 16px;
    }
    .menu-deposit-type.bonus ul li {
        height: 35px;
        /* width: 33.33%; */
    }
    .menu-deposit-type.bonus ul li a {
        width: 100%;
    }

    /* profile */
    .profile-wrapper .profile-top {
        padding: 16px 24px;
    }
    .profile-wrapper .profile-top .profile-top-left {
        width: 112px;
        height: 112px;
    }
    .profile-wrapper .profile-top .profile-top-left img {
        height: 88px;
    }
    .profile-wrapper .profile-top .profile-top-right {
        margin-left: 24px;
        width: calc(100% - 136px);
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-name {
        font-size: 22px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level {
        margin: 8px 0;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level .level-name {
        font-size: 16px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level .progress {
        height: 15px;
        margin: 0 16px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-more {
        font-size: 16px;
    }
    .profile-wrapper .profile-spin {
        margin: 24px 0;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol {
        display: flex;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li {
        padding: 5px 16px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li:first-child {
        margin-right: 8px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li:last-child{
        margin-left: 8px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li::before {
        right: 18px;
        font-size: 18px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-icon {
        margin-right: 16px;
    }
    .spin-wrapper-content > ol > li > a .spin-icon img {
        height: 48px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-text {
        font-size: 18px;
    }
    .profile-wrapper .profile-balance .profile-balance-top, .profile-wrapper .profile-balance .profile-balance-bottom {
        padding: 16px 32px;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-title {
        font-size: 16px;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-value {
        font-size: 21px;
    }
    .profile-wrapper .profile-balance .profile-balance-top .profile-balance-value {
        font-size: 30px;
    }
    .profile-wrapper .menu-member {
        margin: 24px 0;
    }
    .profile-wrapper .menu-member ul {
        flex-direction: row;
    }
    .profile-wrapper .menu-member ul li {
        box-shadow: none;
        margin-right: 16px;
        margin-bottom: 0;
    }
    .profile-wrapper .menu-member ul li:last-child {
        margin-right: 0;
    }
    .profile-wrapper .menu-member ul li a {
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        padding: 10px 16px;
        justify-content: center;
    }
    .profile-wrapper .menu-member ul li a span {
        display: inline-block;
        margin-left: 10px;
    }
    .profile-wrapper .menu-member ul li a.active, 
    .profile-wrapper .menu-member ul li a:hover {
        background: transparent;
    }
    .profile-wrapper .profile-more {
        margin: 24px 0 0;
    }
    .profile-wrapper .profile-more > ul > li::before {
        font-size: 18px;
        right: 16px;
    }
    .profile-wrapper .profile-more > ul > li > a {
        font-size: 18px;
    }

    /* about */
    .footer-page-content {
        font-size: 16px;
    }
    .info-content p {
        margin-bottom: 24px;
    }
    .table-info  {
        padding: 0 50px;
    }
    .table-info .table-new tr th, .table-new tr td {
        padding: 12px 20px;
    }
    .table-info.table-bank tr th, .table-info.table-bank tr td {
        padding: 8px 16px;
    }

    /* app download */
    .app-download, .download-bar {
        display: none;
    }

    /* vip */
    .vip-wrapper {
        max-width: 80%;
        padding: 32px 16px 48px;
        margin: 0 auto;
    }
    .vip-head { 
        display: flex;
        flex-direction: row;
    }
    .vip-top {
        width: 70%;
        margin-bottom: 0;
        margin-right: 24px;
        border-radius: 20px;
    }
    .vip-top-left {
        width: 160px;
        padding: 16px 32px 32px;
    }
    .vip-top-right {
        width: calc(100% - 160px);
        padding-right: 40px;
    }
    .vip-left-level img {
        height: 95px;
    }
    .vip-level-text {
        margin-top: 0;
    }
    .vip-detail {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
        padding: 16px 32px;
    }
    .vip-detail-row {
        margin-bottom: 16px;
    }
    .vip-level {
        padding: 72px 0 16px;
    }

    /* referral */
    .referral-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0;
    }
    .referral-qr {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 16px 32px;
        width: 65%;
    }
    .referral-qr-code {
        padding: 16px;
        border-radius: 20px;
    }
    .referral-qr-code > img {
        height: 117px;
    }
    .referral-share-text {
        font-size: 16px;
        text-align: left;
    }
    .referral-qr-share {
        width: calc(100% - 149px);
        padding-left: 32px;
        padding-right: 0;
    }
    .referral-share-link {
        padding: 10px;
    }
    .referral-link {
        padding: 13px 16px;
        border-radius: 10px;
        font-size: 16px;
        width: calc(100% - 190px);
    }
    .referral-btn {
        margin-left: 10px;
    }
    .btn-referral {
        width: 180px;
        font-size: 16px;
        padding: 13px 16px;
        border-radius: 10px;
    }
    .referral-detail {
        padding: 24px 0 32px;
        display: flex;
        flex-direction: row;
        margin: 0 -12px;
    }
    .referral-detail-single {
        flex: 1 0 0%;
        margin: 0 12px 0;
    }
    .referral-detail-top {
        font-size: 18px;
        padding: 10px 16px;
    }
    .statistic-single-top {
        font-size: 14px;
    }
    .btn-referral-detail {
        min-width: 170px;
    }
    .table-referral tr > th {
        font-size: 14px;
    }
    .table-referral tr > td {
        font-size: 14px;
    }

    /* inbox */
    .inbox-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0 56px;
    }
    .inbox-top {
        padding: 14px 20px;
    }
    .inbox-top-text {
        font-size: 16px;
    }
    .inbox-balance-amount {
        font-size: 29px;
    }
    .inbox-top-balance .icon-plus {
        width: 29px;
        height: 29px;
        font-size: 18px;
    }
    .bonus-category {
        padding: 24px 0 0;
    }
    .bonus-category-title {
        text-align: left;
        font-size: 16px;
        margin-bottom: 48px;
    }
    .bonus-category-wrapper {
        padding: 0;
    }
    .bonus-category-wrapper .row {
        margin: 0 -6px;
    }
    .bonus-category-wrapper .row .col {
        width: 20%;
    }
    .bonus-category-single {
        border-radius: 20px;
    }
    .bonus-category-pic {
        margin-top: -48px;
    }
    .bonus-category-pic img {
        height: 65px;
    }
    .bonus-category-name {
        font-size: 14px;
    }
    .bonus-category-value {
        font-size: 20px;
    }
    .bonus-transaction-head {
        padding: 16px 32px;
        text-align: left;
    }
    .bonus-transaction-body {
        padding: 24px 32px;
    }
    .bonus-transaction-note {
        font-size: 16px;
    }
    .bonus-transaction-mobile {
        display: none;
    }
    .bonus-transaction-desktop {
        display: block;
    }

    /* review  */
    .review-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0 56px;
    }
    .title-page {
        font-size: 22px;
    }
    .data-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .level-status-wrapper {
        display: flex;
    }
    .level-status {
        margin-right: 20px;
    }
    .level-desc-row {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .level-desc {
        margin-top: 0;
    }
    .chart2-wrapper {
        width: 500px !important;
        margin-right: 15px;
    }
    .ranking-wrapper {
        padding-right: 30px;
        width: 50%;
    }

    /* livestream */
    .live-wrapper {
        margin-bottom: 16px;
    }
    .live {
        width: 560px;
        height: 315px;
    }

    /* news */
    .news-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0 48px;
    }

    /* text logo */
    .logo-font .logo-text {
        font-size: 34px;
        margin: 4px 0;
    }
    /*contact us*/
    .contact-us{
        display: block;
    }
    .contact_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .contact_wrapper_inn p{
        margin-bottom: 0;
    }
    .contact-us .member-content{
        margin-left: 0;
    }
    .sticky{
        position: initial;
    }

    /* rewards */
    .reward {
        left: 32px;
    }
    @keyframes upDown {
        0%, 100% {
            bottom: 16px;
        }
        50% {
            bottom: 26px; 
        }
    }
    .reward img {
        height: 120px;
    }
}    

@media (min-width: 1400px) {
    /* real time transaction */
    .swiper-transaction {
        height: 236px;
    }
    .index-game .row .col {
        width: 14.25%;
    }
}

@media (min-width: 1440px) {
    /* header */
    .header > .container {
        padding-right: 46px;
    }
    .header-right {
        padding-right: 0;
    }
    .icon-nav {
        right: 6px;
    }

    /* banner */
    .banner-desktop {
        max-width: 80%;
    }

    /* homepage */
    .menu {
        width: 77%;
    }
    .menu-right {
        width: 23%;
    }

    /* real time transaction */
    .transaction {
        max-width: 20%;
    }
    .swiper-transaction {
        height: 243px;
    }

    /* promotion */
    .filter-content .grid .row .col-12 {
        width: 33.33%;
    }
}

@media (min-width: 1500px) {
    /* header */
    .header > .container {
        padding-right: 12px;
    }
}

@media (min-width: 1824px) {
    .container {
        max-width: 1677px;
    }

    /* banner */
    .banner-desktop {
        max-width: 84%;
    }

    /* homepage */
    .index-game .row .col {
        width: 14.25%;
        padding: 0 10px;
    }
    .menu {
        width: 82%;
    }
    .menu-right {
        width: 18%;
    }
    .menu-right .input-group {
        max-width: 210px;
    }

    /* real time transaction */
    .transaction {
        max-width: 16%;
    }
    .swiper-transaction {
        height: 325px;
    }

    /* casino */
    .index-game.casino .row .col {
        width: 12.5%;
        padding: 0 7px;
    }
    .index-game.casino .index-game-single {
        margin-bottom: 14px;
    }
}