:root {
    --font-normal: 'line_seed_sans_thregular';
    --font-thin: 'line_seed_sans_ththin';
    --font-bold: 'line_seed_sans_thbold';
    --font-extrabold: 'line_seed_sans_thextrabold';
    --font-heavybold: 'line_seed_sans_thheavy';
    --main-color: #EBE6FF;
    --secondary-color: #877ABD;
}

html,
.h100 {
    height: 100%;
}

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

.font-normal {
    font-family: var(--font-normal);
}

a {
    text-decoration: none;
    color: var(--main-color);
    transition: all 0.3s ease;
}

.color-secondary {
    color: var(--secondary-color);
}

.position2 {
    position: relative;
    z-index: 2;
}

a:hover {
    color: var(--secondary-color);
}

body {
    background: linear-gradient(180deg, #1B1825 0%, #211B39 23%, #211B39 100%);
    height: 100%;
    background-attachment: fixed;
    color: var(--main-color);
    font-family: var(--font-normal);
    font-size: 14px;
    position: relative;
}

.bglight {
    border-radius: 323px;
    background: radial-gradient(50% 50% at 50% 50%, rgb(52 40 104) 0%, rgb(186 169 255 / 0%) 80%);
    width: 90%;
    height: 250px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    z-index: -99;
}

/* BUTTON STYLE */
.btn-flat {
    background-color: #302A49;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}

.btn-flat:hover {
    background-color: #211d34;
}

.btn-flat-sm {
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
}

.btn-border-light {
    background-color: transparent;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EBE6FF40;
}

.btn-flat-block {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    text-align: center;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.btn-flat-block img {
    margin-right: 10px;
    width: 24px;
    height: auto;
}

.btn-border-light:hover {
    border: 1px solid #877ABD;
}

.btn-border-light {
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
}

.btn-main {
    border-radius: 10px;
    background: linear-gradient(180deg, #139D74 0%, #6024DC 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.40);
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.btn-main:hover {
    color: var(--main-color);
    background: linear-gradient(180deg, #0e9169 0%, #521bc1 100%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    color: #8dc3c8;

}

.btn-danger2 {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(180deg, #CF3F9E 0%, #DC242F 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    padding: 5px 15px;
}

.btn-danger2:hover {
    border-color: #dc3459 !important;
}

.btn-danger3 {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(180deg, #CF3F9E 0%, #DC242F 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    padding: 10px 15px;
    font-size: 18px;
}

.btn-danger3:hover {
    border-color: #dc3459 !important;
}

.btn-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 18px;
}

.btn-normal:hover {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.6);
    color: #EBE6FF90;
}

.btn-main-sm {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.btn-main-sm2 {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
}

/* BUTTON STYLE */


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

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.rightNav {
    display: flex;
    align-items: center;
    position: relative;
}

.grad_color01 {
    background: linear-gradient(180deg, #3C3167 0%, #2C2156 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
}

.grad_color02 {
    background: var(--Linear, linear-gradient(180deg, #139D74 0%, #6024DC 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
}

.topCredit {
    border-radius: 10px;
    padding: 8px 38px 8px 14px;
    color: var(--secondary-color);
    position: relative;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}

.topCredit img {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.language {
    border-radius: 10px;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.listLanguage {
    top: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: -1;
}

.listLanguage.show {
    top: 45px;
    opacity: 1;
    z-index: 1;
}

.listLanguage a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.listLanguage a:hover {
    background-color: #130f214a;
}

.listLanguage a img {
    margin-right: 10px;
}

.userImg {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

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

.leftUSer h5 {
    margin-bottom: 5px;
    font-family: var(--font-bold);
}

.card_main {
    border-radius: 14px;
    border: 1px solid #382876;
    background: linear-gradient(210deg, #3E2F7B 4.66%, #2C1E62 34.85%, #2C1E62 81.67%);
    box-shadow: 0px -6px 3px 0px rgba(16, 21, 42, 0.19) inset;
    padding: 16px;
    position: relative;
}

.card_main::before {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.51) 7.98%, rgba(255, 255, 255, 0.00) 36.53%);
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 1px;
    top: 1px;
    z-index: 1;
}

.iconCredit {
    position: absolute;
    top: -34px;
    left: 0;
}

.sumCredit {
    text-align: right;
    position: relative;
    z-index: 2;
}

.refresh-credit {
    display: inline-flex;
    background-color: #241853;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
}

.sumCredit h6 {
    color: var(--secondary-color);
    margin-top: 30px;
}

.iconPoint {
    position: absolute;
    z-index: 1;
    bottom: 48px;
}

.btnPlay {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: var(--Linear, linear-gradient(201deg, #462A82 0%, #2F1D61 27.58%, #22184F 86.19%));
    box-shadow: 0px 6px 14.5px 0px rgba(0, 0, 0, 0.25);
}

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

.btnPlay span {
    flex: 1;
    text-align: center;
    font-size: 30px;
    font-family: var(--font-bold);
    padding: 16px 0;
}

.btnPlay img {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -45%);
    transition: all 0.3s ease;
}

.btnPlay:hover img {
    top: 40%;
}

.gamexample {
    position: absolute;
    left: 18px;
    top: 24%;
    transform: translate(0, -50%);
}

.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: 20px 3px 10px;
    font-size: 14px;
    font-family: var(--font-bold);
    position: relative;
    height: 114px;
    transition: all 0.3s ease;
    color: #ebe6ffc7;
    margin-bottom: 10px;
}

.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, #FFF 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 #5b5b5b;
    background: linear-gradient(0deg, #3A3A3A 6.5%, #4C4C4C 37.76%, #787878 100%);
}

.btnMenu08::after {
    background: linear-gradient(0deg, #3A3A3A 6.5%, #4C4C4Cb8 37.76%, #78787800 100%);
}

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

.menuDashboard {
    margin-bottom: 30px;
}

.bottomMenu {
    position: relative;
}

.bottomMenu::before {
    content: "";
    background: linear-gradient(90deg, rgba(109, 79, 226, 0.00) 0%, #6D4FE2 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, #100A29 0%, #251857 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: 12px 16px;
    font-size: 13px;
    color: var(--secondary-color);
    margin: 6px 3px;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 8px;
}

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

.menuListNavBottom li a:hover,
.menuListNavBottom li a.active {
    background-color: #33285F;
    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: linear-gradient(201deg, #462A82 0%, #2F1D61 27.58%, #22184F 86.19%);
    box-shadow: 0px 6px 14.5px 0px rgba(0, 0, 0, 0.25);
    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%, #6D4FE2 50%, rgba(109, 79, 226, 0.00) 100%);
}

.topLogin {
    margin-top: 100px;
}

.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: #40327B;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 8px);
}

.form-control,
.form-select {
    border-radius: 10px;
    background-color: #332766;
    border-color: #332766;
}

.form-control:focus,
.form-select:focus {
    color: #EBE6FF;
    background-color: #332766;
    border-color: #332766;
    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: #1A142F;
    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, #3C3167 0%, #2C2156 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    color: #524B6B;
}

.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: linear-gradient(201deg, #462A82 0%, #2F1D61 27.58%, #22184F 86.19%);
    box-shadow: 0px 6px 14.5px 0px rgba(0, 0, 0, 0.25);
    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 #3B2876;
    background: rgba(38, 22, 79, 0.60);
    padding: 16px;
    height: 100%;
}

.cardyouBank {
    border-radius: 10px;
    background: #332766;
    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 #382876;
    background: linear-gradient(210deg, #3E2F7B 4.66%, #2C1E62 34.85%, #2C1E62 81.67%);
    box-shadow: 0px -6px 3px 0px rgba(16, 21, 42, 0.19) inset;
    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, #3C3167 0%, #2C2156 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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.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: 3px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

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

.partSlide {
    background: #442F80;
}

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

.linkPartner img {
    width: 100%;
}

.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(../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(../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(../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(../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(../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(../images/services/service-06.jpg) lightgray -1px -53px / 100.698% 113.947% no-repeat;
}

.gameList {
    margin-left: 100px;
}

.contentGame {
    position: relative;
    margin-bottom: 120px;
}

.slidePartner {
    max-width: 90px;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    background: var(--Linear, linear-gradient(201deg, #462A82 0%, #2F1D61 27.58%, #22184F 86.19%));
    border-radius: 8px;
    padding: 6px 10px;
    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: #6c63ff transparent; /* For Firefox */
}

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

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

.partnerSlider::-webkit-scrollbar-thumb {
    background-color: #6c63ff;
    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: linear-gradient(180deg, rgba(34, 24, 79, 0.00) 12.06%, rgba(34, 24, 79, 0.82) 54.81%, #130e2f 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: 5px;
}
.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::after {
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 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;
}





@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;
}