
    [class*="col-"] {
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    .menu-logo {
        font-size: 24px;
    }

    ul.feature li:nth-child(1) a img {
        width: 17.68px;
        height: 20px;
    }

    ul.feature li:nth-child(2) a img {
        width: 17.09px;
        height: 20px;
    }

    ul.feature li:nth-child(3) a img {
        width: 21.15px;
        height: 20px;
    }

    ul.feature li:nth-child(4) a img {
        width: 19.65px;
        height: 20px;
    }

    .game-block li.item {
        width: calc(100% / 3 - 10px);
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .game-block li.item .game-img {
        height: auto;
    }

    .game-block li.item:nth-child(4n + 4) {
        /* display: none; */
        margin-right: 15px;
    }
    .game-block li.item:nth-child(3n + 3) {
        margin-right: 0px !important;
    }

    .setting {
        padding-top: 0px;
    }
    .setting-block ul li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .setting-block ul li a {
        width: 100%;
        padding: unset;
        background: unset;
    }
    .setting-header h3 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .login {
        padding: 20px 0;
    }

    .policy span {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        text-align: left;
    }

    .btn-login,
    .logo-out-block button {
        width: 100%;
    }
    .btn-login {
        margin-bottom: 10px;
    }

    .pack-data-block .pack-data-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .account-policy p {
        text-align: left;
    }

    .pack-data-block .pack-data-item h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        height: auto;
    }
    .pack-data-block .pack-data-item .pack-info {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        height: auto;
    }
    .pack-data-block .pack-data-item .pack-syntax span:last-child {
        font-size: 16px;
    }
    .break-line {
        display: none;
    }
    .pack-data-block .pack-data-item .pack-syntax {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }



    #lucky-mm .popup-lucky {
        display: block;
        position: fixed;
        right: -5px;
        bottom: 2vh;
        z-index: 999;
        width: 79px;
        height: 79px;
    }

    #lucky-mm .popup-lucky a {
        position: relative;
        display: block;
        width: 79px;
        height: 79px;
    }

    #lucky-mm .popup-lucky a span {
        position: absolute;
        top: 7px;
        right: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #ffffff;
        background: #ff0000;
        width: 18px;
        height: 18px;
        border-radius: 50%;
    }

    .modal-spin-lucky,
    .modal-gift {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 9999;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .modal-spin-lucky-block {
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        top: 20%;
    }

    .spin-header {
        margin-left: 20px;
        text-align: center;
        z-index: 9999;
        position: relative;
    }
    .spin-header a img {
        position: absolute;
        top: 6rem;
        right: 2.5rem;
    }
    .spin-action {
        left: 31%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
        position: absolute;
        top: 78%;
    }
    .top-user-body-content {
        max-height: 147px;
        overflow: auto;
    }
    .spin-number p {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #f8f8f8;
    }

    .modal-gift-content {
        width: 264px;
        background: #f8f8f8;
        max-width: 100%;
        border-radius: 20px;
        position: relative;
        padding-top: 6rem;
        padding-bottom: 25px;
    }

    .gift-icon {
        position: absolute;
        top: -4.2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .gift-icon.play-icon {
        top: -2.4rem !important;
    }

    .modal-gift.react-smile .gift-icon {
        top: 1rem;
    }

    .modal-gift.react-smile .modal-gift-content {
        padding-bottom: 25px;
        padding-top: 6rem;
    }
    .gift-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    .gift-content p {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #303032;
    }
    .gift-action {
        display: flex;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 8px;
    }
    .gift-action a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 40px;
        background: #ff4500;
        border-radius: 24px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #ffffff;
    }
    #modal-intro {
        display: none;
    }

    a.gift-close {
        position: absolute;
        top: 8px;
        right: 15px;
        width: 12px;
        height: 12px;
        display: flex;
        z-index: 9999;
    }

    #modal-intro-mb .modal-header {
        border-bottom: none;
        display: block;
    }
    #modal-intro-mb .modal-body {
        padding-top: 0px;
    }
     #modal-intro-mb .btn-close {
            position: absolute;
    right: 15px;
     }
    #modal-intro-mb .game-logo {
        width: 105px;
        height: 105px;
        margin: 0 auto;
        margin-top:20px;
    }
     #modal-intro-mb .game-logo img {
        max-width: 100%;
        width: 100%;
        border-radius: 30px;
     }
    #modal-intro-mb .title {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #modal-intro-mb .title h3 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #303032;
        text-align: center;
    }

    #modal-intro-mb .modal-content {
        border-radius: 24px;
        height: 100vh;
    }

    #modal-intro-mb .store {
        display: flex;
        justify-content: center;
    }
    #modal-intro-mb .store a:nth-child(1) {
        margin-right: 10px;
    }

    #modal-intro-mb .content {
        padding: 20px 0px;
    }

    #modal-intro-mb .content p {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    #modal-intro-mb .slider {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .rank-top-banner img {
        width: 100%;
        max-width: 100%;
    }
    .rank-top-games {
        display: flex;
        justify-content: space-between;
        margin: 15px 0px;
    }

    .rank-top-games .item {
        width: calc(100vw / 3);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rank-top-games .item p {
        width: 100%;
        text-align: center;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #24313c;
        margin-top: 5px;
    }
    .rule-game h3 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    .rule-game ul li {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 15px;
    }
    .rule-game ul li strong {
        font-weight: bold;
    }
    .rule-game ul li ul {
        padding-left: 20px;
    }
    .rule-game ul li ul li {
        margin-bottom: 0px;
        list-style: disc;
    }

    .rule-game ul li ul li img {
        margin-bottom: -10px;
    }
    .rule-game .table thead {
        background: #ff4500;
    }
    .rule-game .table thead th {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        height: 40px;
        text-align: center;
        color: #ffffff;
        padding-top: 0.75rem;
    }
    .rule-game table.table-bordered > thead > tr > th {
        border: 1px solid white;
    }

    .rule-game table.table-bordered > tbody > tr > td {
        border: 1px solid#D9D9D9;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #000000;
    }
    .rule-game .sub-title {
        margin-top: 15px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #000000;
    }

    #modal-rank-top .modal-dialog-scrollable .modal-content {
        border-radius: 20px;
    }
    #modal-rank-top .modal-header {
        border-bottom: 0px;
        background: #f8f8f8;
    }

    #modal-rank-top .modal-body {
        background: #f8f8f8;
        padding: 0px;
    }

    #modal-rank-top .rank-top-body {
        padding-left: 24px;
        padding-right: 24px;
    }

    #modal-rank-top .modal-footer {
        background: #f8f8f8;
        border-top: 0px;
    }

    #modal-rank-top .modal-footer p {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #000000;
        width: 100%;
    }
    #modal-rank-top .modal-footer p span.red {
        font-weight: 800;
        color: #ff4500;
    }

    .rank-pack-action {
        margin: 0px;
        width: 100%;
        margin: 20px 0px 10px 0px;
    }
    .rank-pack-action a {
        height: 48px;
        background: #ff4500;
        border-radius: 24px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rank-fee {
        width: 100%;
    }
    .rank-fee span {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        color: #8c8c8c;
        width: 100%;
        display: block;
    }

    #modal-rank-top .modal {
        background: rgba(0, 0, 0, 0.7);
    }

    /* wheel lucky */
    .spin-block {
        background: url(../images/spin_new.png);
        width: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        padding-bottom: 80px;
        position: relative;
    }

    canvas#spinSP {
        margin-top: 8.5rem;
    }
    .spin-icon {
        position: absolute;
        left: 50%;
        top: 24%;
        transform: translate(-50%, -10%);
    }
    .center-spin {
        position: absolute;
        left: 50%;
        top: 51%;
        transform: translate(-50%, -10%);
    }
    .center-spin img {
        width: 50px;
    }
    .spin-icon img {
        width: 44px;
    }
.spin-content{
    display: flex;
    justify-content: center;
}
.run-spin img{
    width: 54%;
}

@media (max-width: 500px) {
    .modal-spin-lucky-block{
        top: 17%;
    }
    .spin-action {
        left: 28%;
        top: 78%;
    }
    .run-spin img{
        width: 61%;
    }
    .spin-block {
        width: 320px;
    }
    canvas#spinSP {
        margin-top: 7.9rem;
        width: 250px !important;
        height: 250px !important;
    }

}
@media (max-width: 376px) {
    .modal-spin-lucky-block{
        top: 11%;
    }
    canvas#spinSP {
        margin-top: 7.9rem;
        width: 250px !important;
        height: 250px !important;
    }
}
