.gamexample img {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0px 6px 10px 0px rgba(28, 20, 72, 0.76);
    border: 1px solid #8170c4;
}

.playSection {
    position: relative;
}

.gamexample img.img2 {
    left: 20px;
    z-index: 2;
}

.gamexample img.img3 {
    left: 40px;
    z-index: 1;
}

.gamexample span {
    position: absolute;
    z-index: 4;
    left: 48px;
    top: -10px;
}

.btnMenu {
    border-radius: 14px;
    box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.25), 0px -5px 6.7px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 57px 0px 8px 0px;
    font-family: var(--font-bold);
    position: relative;
    transition: all 0.3s ease;
    color: #ebe6ffc7;
    margin-bottom: 5px;
}

.btnMenu span {
    z-index: 2;
    position: relative;
}

.btnMenu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    left: 1px;
    top: 1px;
    border-radius: 13px;
    background: linear-gradient(140deg, transparent 7.62%, rgba(255, 255, 255, 0.00) 37.59%);
    mix-blend-mode: overlay;
}

.btnMenu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 13px 13px;
    z-index: 1;
}

.btnMenu:hover {
    color: var(--main-color);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25), 0px -5px 6.7px 0px rgba(0, 0, 0, 0.25) inset;
}

.btnMenu img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
}

.btnMenu:hover img {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}


.btnMenu01 {
    background: linear-gradient(0deg, #6B0107 6.5%, #921B30 37.76%, #FF6871 100%);
    border: 1px solid #812c31;
}

.btnMenu01::after {
    background: linear-gradient(0deg, #6B0107 6.5%, #921b30b8 37.76%, #ff687100 100%);
}

.btnMenu01:hover {
    border: 1px solid #a33c43;
}

.btnMenu02 {
    border: 1px solid #43029a;
    background: linear-gradient(0deg, #2F016B 6.5%, #301B92 37.76%, #3363FF 100%);
}

.btnMenu02::after {
    background: linear-gradient(0deg, #2F016B 6.5%, #301B92b8 37.76%, #3363FF00 100%);
}

.btnMenu02:hover {
    border: 1px solid #6115c4;
}

.btnMenu03 {
    border: 1px solid #106a81;
    background: linear-gradient(0deg, #01586B 6.5%, #1B6E92 37.76%, #33DAFF 100%);
}

.btnMenu03::after {
    background: linear-gradient(0deg, #01586B 6.5%, #1B6E92b8 37.76%, #33DAFF00 100%);
}

.btnMenu03:hover {
    border: 1px solid #1e95b3;
}

.btnMenu04 {
    border: 1px solid #9d7115;
    background: linear-gradient(0deg, #6B4D01 6.5%, #92711B 37.76%, #FFBA33 100%);
}

.btnMenu04::after {
    background: linear-gradient(0deg, #6B4D01 6.5%, #92711Bb8 37.76%, #FFBA3300 100%);
}

.btnMenu04:hover {
    border: 1px solid #bf8f27;
}

.btnMenu05 {
    border: 1px solid #ad7741;
    background: linear-gradient(180deg, #FCC58D 6.5%, #EA9D4D 37.76%, #A54500 100%);
}

.btnMenu05::after {
    background: linear-gradient(180deg, #FCC58D00 6.5%, #EA9D4Db8 37.76%, #A54500 100%);
}

.btnMenu05:hover {
    border: 1px solid #d69b5f;
}

.btnMenu06 {
    border: 1px solid #148f50;
    background: linear-gradient(0deg, #016B3E 6.5%, #1B924B 37.76%, #33FFA9 100%);
}

.btnMenu06::after {
    background: linear-gradient(0deg, #016B3E 6.5%, #1B924Bb8 37.76%, #33FFA900 100%);
}

.btnMenu06:hover {
    border: 1px solid #2dc777;
}

.btnMenu07 {
    border: 1px solid #b5438a;
    background: linear-gradient(0deg, #AD1042 6.5%, #AB1A79 37.76%, #E97ABD 100%);
}

.btnMenu07::after {
    background: linear-gradient(0deg, #AD1042 6.5%, #AB1A79b8 37.76%, #E97ABD00 100%);
}

.btnMenu07:hover {
    border: 1px solid #de60ae;
}

.btnMenu08 {
    border: 1px solid #EECE61;
    background: #112D79;
    /* background: linear-gradient(0deg, #05143e 6.5%, #112D79 37.76%, #001c6b 100%); */
}

.btnMenu08::after {
    background: transparent;
}

.btnMenu08:hover {
    border: 1px solid #f4c427;
}

.menuDashboard {
    margin-bottom: -15px;
}

.menuDashboard img {
    width: 60px;
}

.bottomMenu {
    position: relative;
}

.bottomMenu::before {
    content: "";
    background: linear-gradient(90deg, rgba(109, 79, 226, 0.00) 0%, #fad700 50%, rgba(109, 79, 226, 0.00) 100%);
    position: absolute;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
}

.fixedMenu {
    position: fixed;
    bottom: 0;
    left: 50%;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(0deg, #00154f 0%, #123184 100%);
    transform: translate(-50%, 0);
    z-index: 999;
}

.menuListNavBottom {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.menuListNavBottom li {
    flex: 1;
}

.menuListNavBottom li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px;
    font-size: 13px;
    color: var(--secondary-color);
    margin: 6px 3px;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 8px;
}

.menuListNavBottom span {
    font-weight: bold;
    font-size: 13px;
}

.menuListNavBottom li a img {
    margin-bottom: 5px;
    width: 50px;
}

.menuListNavBottom li a:hover,
.menuListNavBottom li a.active {
    background-color: #FFD700;
    color: var(--main-color);
}

.mgMenuBottom {
    margin-bottom: 90px;
}

.slideads {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    overflow: scroll;
}

.slideads li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 220px;
    border-radius: 14px;
    box-shadow: 0px 8px 15.7px 0px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    margin-bottom: 20px;
}

.slideads li a::before {
    background: linear-gradient(180deg, rgba(18, 43, 85, 0.00) 2.5%, #122b55ec 87.5%);
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.slideads li a img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.slideads li a:hover img {
    transform: scale(1.1);
}

.slideads li a span,
.slideads li a h1 {
    position: absolute;
    z-index: 9;
}

.slideads li a span {
    bottom: 70px;
    left: 10px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-size: 26px;
    color: transparent;
    font-family: var(--font-extrabold);
}

.slideads li a h1 {
    font-family: var(--font-extrabold);
    bottom: 20px;
    left: 10px;
    font-size: 48px;
    color: #ffffff80;
    transition: all 0.3s ease;
}

.slideads li a:hover h1 {
    color: #ffffff;
}

.cardBlock {
    position: relative;
    border-radius: 20px;
    background: var(--Linear, linear-gradient(180deg, #005393 0%, #032540 7.5%, #04131f 100%));
    box-shadow: 0px 5px 7.3px 0px rgba(0, 0, 0, 0.58);
    padding: 20px;
}

.cardBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 3px;
    width: 80%;
    background: linear-gradient(90deg, rgba(109, 79, 226, 0.00) 0%, #fad700 50%, rgba(109, 79, 226, 0.00) 100%);
}

.topLogin {
    margin-top: 20px;
}

.imgLogin {
    position: absolute;
    left: 0;
    top: -100px;
}

.cardTitleCenter {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.titleCenter {
    font-family: var(--font-bold);
    font-size: 32px;
}

.footer {
    text-align: center;
    padding: 20px 0 120px 0;
}

.underLineTitle {
    display: block;
    height: 3px;
    background-color: #fad700;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 8px);
}

.form-control,
.form-select {
    border-radius: 10px;

}

.form-control:focus,
.form-select:focus {
    color: #EBE6FF;
    background-color: #333333;
    border-color: #333333;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(152 140 205 / 3%);
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
    color: rgb(255 255 255 / 20%);
}

.form-floating>label {
    color: var(--secondary-color);
    font-size: 16px;
}

.formInput {
    position: relative;
    margin-bottom: 8px;
}

.backLink a {
    display: inline-flex;
    align-items: center;
}

.backLink a img {
    margin-right: 8px;
}

.titlePage {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.titlePage h1,
.titlePage h3 {
    font-family: var(--font-extrabold);
}

.titlePage h1 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EBE6FF30;
    font-size: 64px;
    color: transparent;
    position: absolute;
    left: 50%;
    top: -30%;
    transform: translate(-50%, 0);
}

.imgPage {
    position: absolute;
    left: -10px;
    top: -65px;
}

.banknameCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
}

.bankBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftBankname h6,
.bankBottom h6 {
    color: var(--secondary-color);
}

.leftBankname h4,
.bankBottom h4 {
    margin-bottom: 0;
    font-family: var(--font-bold);
}

.bankIcon img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.cardColorDark {
    border-radius: 14px;
    background: #460227;
    padding: 20px;
}

.blockCredit {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.refresh-credit.abs {
    position: absolute;
    right: 0;
    top: 0;
}

.promotion img {
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: 0px 0px 10px 0px rgba(139, 58, 188, 0.49);
    transition: all 0.3s ease;
}

.promotion:hover img {
    box-shadow: 0px 0px 20px 0px rgba(138, 58, 188, 0.639);
}

.activity {
    display: block;
    position: relative;
}

.activity img {
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.activity:hover img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.activity h5 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 34px;
    color: transparent;
    font-family: var(--font-extrabold);
    margin-bottom: 0;
    position: absolute;
    left: 10%;
    top: 35%;
    transform: translate(0, -50%);
    z-index: 99;
}

.activity h2 {
    font-family: var(--font-extrabold);
    color: #ffffff80;
    font-size: 60px;
    margin-bottom: 0;
    position: absolute;
    left: 10%;
    top: 54%;
    transform: translate(0, -50%);
    transition: all 0.3s ease;
    z-index: 99;
}

.activity:hover h2 {
    color: #ffffff;
}

.activity .iconAct {
    position: absolute;
    box-shadow: none;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease;
}

.activity:hover .iconAct {
    top: 40%;
    box-shadow: none;
}

.history {
    border-radius: 10px;
    background: #5C588D20;
    padding: 10px 16px;
    margin-bottom: 8px;
}

.rowDate {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.rowDate p {
    font-family: var(--font-bold);
}

.rowDate img {
    margin-right: 5px;
}

.badge {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 8px;
}

.cardReward {
    border-radius: 14px;
    border: 1px solid #382876;
    background: #2C1E62;
    box-shadow: 0px -6px 3px 0px rgba(16, 21, 42, 0.19) inset;
    display: block;
}

.imgReward {
    width: 100%;
    height: 178px;
    overflow: hidden;
    position: relative;
    border-radius: 13px 13px 0 0;
    margin-bottom: 20px;
    display: block;
}

.imgReward img {
    width: 100%;
    height: 100%;
    object-position: center;
}

.imgReward::before {
    border-radius: 0;
    background: linear-gradient(180deg, rgba(44, 30, 98, 0.00) 0%, #2C1E62 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
}

.color-gold {
    color: #E09A52;
}

.point {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.btn-reward {
    display: block;
    border-radius: 6px;
    background: var(--Linear, linear-gradient(180deg, #139D74 0%, #6024DC 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    margin-left: 5px;
    text-align: center;
    padding: 8px 16px;
}

.btn-reward.disable {
    background: var(--Linear, linear-gradient(180deg, #d8b643 0%, #bb7f1e 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    color: #000000;
}

.btn-reward2 {
    display: block;
    border-radius: 6px;
    background: var(--Linear, linear-gradient(180deg, #139D74 0%, #6024DC 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    margin-left: 5px;
    text-align: center;
    padding: 8px;
    white-space: nowrap;
}

.btn-reward2.disable {
    background: var(--Linear, linear-gradient(180deg, #3C3167 0%, #2C2156 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    color: #524B6B;
}

.modalNew {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(180deg, #10592A 0%, #032A10 7.5%, #040404 100%));
    box-shadow: 0px 5px 7.3px 0px rgba(0, 0, 0, 0.58);
    border: none
}

.closeModallink {
    position: absolute;
    right: 0;
    top: -22px;
    display: block;
    z-index: 999;
}

.imgageReward {
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.38);
}

.imgageReward img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
}

.pointBg {
    background-color: #e62b2bde;
    color: var(--main-color);
    text-align: center;
    position: absolute;
    top: 10px;
    padding: 6px 10px;
    border-radius: 6px;
}

.form-control:disabled {
    background-color: #1D124B;
    opacity: 1;
    color: #342862;
}

.rewardImgs {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.rewardImgs img,
.imgAnnonue img,
.imgAccount img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.imgAnnonue {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.imgAccount {
    overflow: hidden;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
}

.accountName {
    margin-top: 60px;
    margin-bottom: 30px;
}

.cardBorder {
    border-radius: 14px;
    border: 1px solid #021049;
    background: #192e7e;
    padding: 16px;
    height: 100%;
}

.cardyouBank {
    border-radius: 10px;
    background: #192e7e;
    padding: 18px;
}

.rigIcons {
    padding-right: 50px !important;
}

.copyIcons {
    position: absolute;
    display: inline-block;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.cardNormal {
    border-radius: 14px;
    border: 1px solid #04131f;
    background: var(--Linear, linear-gradient(180deg, #005393 0%, #032540 7.5%, #04131f 100%));
    box-shadow: 0px 5px 7.3px 0px rgba(0, 0, 0, 0.58);
    padding: 20px;
}

.topAffCredit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.tab-pane {
    padding-top: 20px;
}

.tabAff {
    justify-content: center;
    border-bottom: 3px solid #5024B9;
}

.nav-link {
    color: #877ABD;
    border-radius: 12px 12px 0px 0px;
    background: var(--Linear, linear-gradient(201deg, #462A82 0%, #2F1D61 27.58%, #22184F 86.19%));
    box-shadow: 0px -6px 3px 0px rgba(16, 21, 42, 0.19) inset;
    font-size: 18px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-right: 4px;
    border: none;
    padding: 10px 32px;
    margin-bottom: calc(0* var(--bs-nav-tabs-border-width));
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: var(--Linear, linear-gradient(180deg, #139D74 0%, #6024DC 100%));
    box-shadow: 0px -6px 3px 0px rgba(16, 21, 42, 0.19) inset;
}

.carLevel {
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.carLevel0 {
    background: #4745B8;
}

.carLevel1 {
    background: #524FC4;
}

.carLevel2 {
    background: #6764D9;
}

.carLevel3 {
    background: #7471E6;
}

.carLevel4 {
    background: #8683F4;
}

.carLevel5 {
    background: #9896FF;
}

.cardTable {
    border-radius: 10px;
    background: #5C588D20;
    padding: 20px;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-border-color: #49416C;
}

.reportLine {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.reportLine::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #5C4B90;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.reportLine span {
    position: relative;
    z-index: 3;
    background-color: #302261;
    padding: 2px 10px;
    border-radius: 100px;
}

.titleBonus {
    font-size: 16px;
}

.titleBonus span {
    display: block;
    margin-top: 6px;
}

.progress-bar {
    background: linear-gradient(180deg, #FEF8BF 0%, #DC9224 100%);
}

.progress,
.progress-stacked {
    background-color: #38266D;
}

.text-success {
    color: #3FCFAC !important;
}

.progress-bar.bg-success {
    background: linear-gradient(180deg, #3FCFAC 0%, #2479DC 100%);
}

.btn-ok {
    border-radius: 8px;
    background: var(--Linear, linear-gradient(180deg, #56b396 0%, #2c5b54 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 10px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.rowHis {
    display: flex;
    align-items: start;
}

.iconHis {
    margin-right: 20px;
}

.detailHis {
    flex: 1;
}

.btnCal {
    padding: 8px 20px;
    display: block;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

.services {
    
}

.cateService {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0px 5px 5.8px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.cateService img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out;
}

.cateService:hover img {
    transform: scale(1.1);
}

.nameService {
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.services:hover .nameService {
    color: var(--main-color);
}

.tabDetail {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding-top: 30px;
}

.tabDetail.active {
    display: block;
    opacity: 1;
}

.linkPartner {
    display: block;
    border-radius: 8px;
    /* background: #372F55; */
    margin-bottom: 3px;
    padding: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.linkPartner:hover {
    background: #42b89a;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.partSlide {
    background: transparent;
}

.partSlide:hover {
    background: gold;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.linkPartner img {
    width: 100%;
	padding:2px;
}

.titlePartner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.logoPartner {
    position: relative;
    margin-top: 20px;
}

.logoPartner img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -70%);
    width: 90px;
}

.bgGame {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.bgGame.bgGame01 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-01.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.bgGame.bgGame02 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-02.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.bgGame.bgGame03 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-03.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.bgGame.bgGame04 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-04.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.bgGame.bgGame05 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-05.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.bgGame.bgGame06 {
    background: linear-gradient(180deg, rgba(28, 25, 39, 0.92) 0%, #211B3A 100%), url(/assets/images/services/service-06.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.gameList {
    margin-left: 83px;
}

.contentGame {
    position: relative;
    margin-bottom: 0;
}

.slidePartner {
    max-width: 80px;
    float: left;
    top: 7px;
    left: 0;
    width: 100%;
    background: var(--Linear, linear-gradient(180deg, #005393 0%, #032540 49.5%, #04131f 100%));
    border-radius: 8px;
    font-size: 12px;
    color: var(--secondary-color);
    height: 600px;
    overflow: hidden; /* Add this to hide default scrollbar */
}

.partnerSlider {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    height: 94%;
    overflow-y: scroll;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: gold transparent; /* For Firefox */
}

.partnerSlider::-webkit-scrollbar {
    width: 8px;
}

.partnerSlider::-webkit-scrollbar-track {
    background: transparent;
}

.partnerSlider::-webkit-scrollbar-thumb {
    background-color: gold;
    border-radius: 10px;
    border: 2px solid transparent; /* Add padding around scrollbar thumb */
    background-clip: content-box; /* Ensure padding is not part of thumb */
}

.slidePartner::after {
    border-radius: 0px 0px 7px 7px;
    background : transparent;
    /* background: linear-gradient(180deg, rgba(34, 24, 79, 0.00) 12.06%, rgb(61 116 92) 54.81%, #58b899 99.02%); */
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 10%;
}

.gameCard {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.gameCard img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out;
}
.gameCard:hover img {
    transform: scale(1.1);
}

.gameCard span {
    /*position: absolute;*/
    left: 8px;
    bottom: 8px;
    z-index: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
	text-align:center;
}





@media screen and (max-device-width: 1200px) {
    .cateService {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-device-width: 992px) {
    .cateService {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-device-width: 990px) {
    .cateService {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-device-width: 767px) {
    .cateService {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-device-width: 484px) {
    .cateService {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-device-width: 400px) {
    .cateService {
        width: 50px;
        height: 50px;
    }

    .nameService {
        font-size: 12px;
    }
}

@media screen and (max-device-width: 320px) {
    .cateService {
        width: 40px;
        height: 40px;
    }
}

.loadding {
    text-align: center;
    font-size: 50px;
}

/* Announcement Bar */
.announcement-bar {
    position: relative;
    width: 100%;
    background-color: #000;
    color: white;
    padding: 16px 0;
    overflow: hidden;
    border-top: 2px solid gold;
    border-bottom: 2px solid gold;
    display: flex;
    align-items: center;
    position: sticky;
  }
  
  .announcement-text {
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    animation: scroll-text 15s linear infinite;
    left: 100%;
    /* เริ่มข้อความจากนอกขอบจอทางด้านขวา */
  }
  
  .announcement-text p {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    color: white;
    font-weight: bold;
  }

  .announcement-label {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1a3d7c;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    z-index: 10;
  }  

  @keyframes scroll-text {
    0% {
      transform: translateX(0%);
    }
  
    100% {
      transform: translateX(-180%);
    }
  }

  .btn-signup {
    background-color: #FFD700;
    color: #1D1F24;
    padding: 5px 10px;
    border: 1.5px solid #FFFFFF;
    border-radius: 15px 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }
  
  .btn-signup:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  }

  .btn-login {
    background: linear-gradient(90deg, #12265B, #112D79);
    color: #FFF;
    padding: 5px 20px;
    border: 1.5px solid #FFFFFF;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }
  
  .btn-login:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  }




    .shake-icon {
        animation: 1s ease-in-out 0s infinite normal none running gentleShake;
    }

    @keyframes gentleShake {
        0% {
          transform: translateY(0);
        }
      
        25% {
          transform: translateY(-3px);
        }
      
        50% {
          transform: translateY(3px);
        }
      
        75% {
          transform: translateY(-3px);
        }
      
        100% {
          transform: translateY(0);
        }
      }

    .action-buttons {
        text-align: center;
        position: relative;
        z-index: 2;
        padding: 10px 80px 10px 80px;
        margin-top: 15px;
    }


    .action-buttons img {
        max-width: 55px;
    }


    @media (max-width: 480px) {
        .header .logo {
            height:28px;
        }

        .btn-login {
            font-size: 13px;
        }

        .btn-signup {
            font-size: 13px;
        }

        .menuDashboard img {
            width: 45px;
        }
        .btnMenu {
            height: 82px;
            font-size: 12px;
        }
        .action-buttons {
            margin-top: 15px;
            padding: 10px 10px 10px 10px;
        }

        .btnMenu06 {
            height: 65px;
            font-size: 12px;
        }
        .btnMenu01 {
            height: 65px;
            font-size: 12px;
        }

        .action-buttons img {
            max-width: 30px;
        }

    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #002266;
        padding: 10px 20px;
    }

    .navbar-toggler {
        background-color: #0d0b63;
        border: 1px solid white;
        font-size: 25px;
        cursor: pointer;
        margin-top: 10px;
        border-radius: 5px;
        padding: 5px;
    }

    .navbar-toggler-icon {
        color: #ffffff;
        width: 1.5em;
        height: 1.3em;
        display: inline-block;
        margin-top: 2px;
    }

    /* Side Menu Styles */
    .side-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        background-color: #002266;
        color: white;
        z-index: 9999;
        transition: 0.3s ease;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .side-menu.open {
        left: 0;
    }

    .side-menu-header img {
        width: 130px;
    }

    .btn-close2 {
        background-color: transparent;
        border: none;
        font-size: 2.8rem;
        color: #FFD700;
        cursor: pointer;
        top: 10px;
        /* ตำแหน่งจากด้านบน */
        right: 10px;
        /* ตำแหน่งจากด้านขวา */
    }

    @media (max-width: 768px) {
        .btn-close2 {
            font-size: 3.35rem;
            /* ปรับขนาดปุ่มตามหน้าจอที่เล็ก */
            top: 10px;
            /* ตำแหน่งจากด้านบน */
            right: 30px !important;
            /* ตำแหน่งจากด้านขวา */
        }
    }

    @media (min-width: 360px) {
        .btn-close2 {
            font-size: 4rem;
            /* ปรับขนาดปุ่มตามหน้าจอที่ใหญ่ */
            margin-left: 40px !important;
        }
    }

    .language-selector img {
        width: 30px;
    }

    .menu-options .menu-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background-color: #0B3B8C;
        border: 2px solid #FFD700;
        border-radius: 10px;
        color: white;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: bold;
        transition: background-color 0.3s;
    }

    .menu-item:hover {
        background-color: #1D4CB2;
    }

    .menu-icon {
        width: 30px;
    }

    .btn-logout {
        padding: 10px;
        background-color: red;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
    }

    .btn-logout:hover {
        background-color: darkred;
    }

    .user-name {
        color: #FFD700;
        font-weight: bold;
    }

    .balance-box {
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #12265B, #112D79);
        border-radius: 20px;
        padding: 5px 10px;
        border: 1px solid gold;
        box-shadow: 0 0 10px #CDDC39;
    }

    .balance-icon {
        width: 20px;
        height: 20px;
    }

    .balance-amount {
        font-size: 16px;
        font-weight: bold;
        color: white;
    }
    
    .menu-text {
        text-decoration: none;
    }

    .custom-card {
        background: linear-gradient(90deg, #000e33, #012586);
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: none;
        position: relative;
        border: 1px solid gold;
        width: 100%;
        max-width: 100%;
        margin-top: -5px;
        margin-bottom: 5px;
        overflow: hidden;
        /* เพื่อไม่ให้คลื่นเลื่อนออกนอกการ์ด */
    }

    .custom-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 200%;
        height: 350px;
        /* ความสูงของคลื่น */
        background: linear-gradient(135deg, rgba(0, 100, 255, 0.3), rgba(255, 255, 255, 0.3));
        clip-path: polygon(0 100%, 50% 70%, 100% 100%, 0 100%);
        /* รูปร่างที่เพิ่มลายเส้น */
        opacity: 0.5;
        /* ทำให้ลายเส้นโปร่งแสง */
    }

    /* Custom Button Styles */
    .btn-custom {
        background-color: #112D79;
        border-radius: 25px;
        padding: 8px 2px;
        border: 1px solid rgb(255, 255, 255);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 10px #CDDC39;
        font-size: 18px;
        margin: 9px 15px;
        min-width: 150px;
        text-align: center;
        display: flex;
        /* ทำให้ปุ่มมีการจัด layout แบบ flex */
        justify-content: center;
        /* จัดไอคอนและข้อความให้อยู่ตรงกลาง */
        align-items: center;
        z-index: 1000;
        height: 50px;
    }

    /* Hover effect */
    .btn-custom:hover {
        background-color: #0A1B5F;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 10px #CDDC39;
        border: 1px solid gold;
    }

    .btn-refresh {
        border-radius: 50%;
        padding: 5px;
        width: 35px;
        height: 35px;
        background-color: transparent;
        /* ระยะห่างจากปุ่ม custom */
        color: white;
        transition: transform 0.3s ease;
    }

    .btn-refresh:hover {
        color: #FFD700;
    }

    .balance-info {
        position: relative;
        /* ทำให้ปุ่มรีเฟรชไม่ขยับ */
    }

    @media (max-width: 450px) {
        .custom-card {
            padding: 10px !important;
        }
		.slidePartner {
			max-width: 60px;
		}
    }

    @media (min-width: 700px) {
        .custom-card {
            max-width: 650px;
            /* Limit maximum width to 650px */
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .custom-card {
            max-width: 450px;
            /* Keep the max-width at 650px even on larger screens */
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            /* Prevent it from stretching */
        }
    }

/* Progress Bar */
.progress-bar {
  background-image: linear-gradient(45deg, #FF5722 25%, #FF9800 25%, transparent 50%, #ff980000 50%, #FF9800 75%, transparent 75%, #9c27b000);
  position: relative;
  z-index: 2;
  display: flex;
  /* ใช้ Flexbox จัดให้อยู่กึ่งกลาง */
  align-items: center;
  justify-content: center;
  color: black;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar-stripes {
  background-image: linear-gradient(306deg, #ffc107 25%, #ffc107 25%, #ffd700 50%, #edb304 50%, #ffd700 75%, #ffc107 75%, #ffc107);
  background-size: 40px 40px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: moveStripes 1s linear infinite;
}

@keyframes moveStripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress-value {
  position: relative;
  z-index: 3;
  font-size: 10px;
  font-weight: bold;
}