body {
    /* background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    ) !important; */
     background: var(--theme-color-1) !important;
}
/* Modal background */
.bg-body-modal-theme {
    background: linear-gradient(180deg, #1a1a40 0%, #e6e6fa 100%);
    color: #fff;
    border-radius: 16px;
    border: none;
}
.modal-header {
    border-bottom: 1px solid var(--theme-color-1);
    background: var(--theme-color-1);
    border-radius: 16px 16px 0 0;
}
.modal-title {
    font-weight: bold;
    color: #fff;
}
.btn-close {
    filter: invert(1);
}
.language-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--theme-color-1);
    color: #fff !important;
    border: 1.5px solid var(--theme-color-1);
    border-radius: 10px;
    font-size: 1.2rem;
    margin-bottom: 12px;
    transition: background 0.2s, color 0.2s, border 0.2s;
    padding: 12px 18px;
}
.language-btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 0 6px #0005;
    background: #fff2;
}
.language-btn:hover,
.language-btn:focus {
    background: var(--theme-color-1);
    color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 12px #24aee677;
    text-shadow: 0 0 2px #0008;
}
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 95vw !important;
        margin: 0.7rem auto;
    }
    .language-btn img {
        width: 26px;
        height: 26px;
    }
    .language-btn {
        font-size: 1rem;
        padding: 10px 8px;
    }
}

.phone-box {
    width: 130px; /* กำหนดความกว้างตามต้องการ */
    height: 40px; /* กำหนดความสูงตามต้องการ */
    color: #d7e8f6; /* สีตัวหนังสือ */

    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px; /* มุมโค้งนิดหน่อย */
    letter-spacing: 1px;
}

.text-gold {
    text-transform: uppercase;
    background: linear-gradient(
        to right,
        #9f7818 0%,
        #f7db82 50%,
        #9f7818 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@font-face {
    font-family: iconic;
    src: url("fonts/FCIconic-Light.otf") format("opentype");
}
@font-face {
    font-family: iconicbold;
    src: url("fonts/FCIconic-Bold.otf") format("opentype");
}

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

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

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

.position2 {
    position: relative;
    z-index: 2;
}
.bglight {
    border-radius: 323px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgb(104, 76, 40) 0%,
        rgba(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: #e2ae4f;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}

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

.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-image: linear-gradient(180deg, #3cb633 0, #005811 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.btn-main:hover {
    color: var(--main-color);
    /* background: llinear-gradient(
        201deg,
        var(--theme-color-1) 0%,
        var(--theme-color-2) 50%,
        var(--theme-color-1) 86.19%
    ); */
    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: linear-gradient(180deg, #27274d 0%, #555589 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    padding: 10px 15px;
    font-size: 18px;
    border: 0;
}

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

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

.grad_color01 {
    background: linear-gradient(
        180deg,
        var(--theme-color-2, rgba(0, 0, 0, 0.4)) 0%,
        var(--theme-color-2, rgba(0, 0, 0, 0.4)) 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
}

.grad_color02 {
    background: linear-gradient(180deg, #ff4c4b 0, #580016 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 svg {
    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 {
    width: 170px;
    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 #ce680f;
    background: linear-gradient(
        201deg,
        rgb(112 0 14) 0%,
        rgb(122 0 18) 50%,
        rgb(28 0 0) 86.19%
    );
    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) 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: #000;
    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: linear-gradient(
        201deg,
        rgb(112 0 14) 0%,
        rgb(122 0 18) 50%,
        rgb(28 0 0) 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) 0%,
        #e2ae4f 50%,
        rgba(109, 79, 226, 0) 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: 40%;
    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) 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(0%, 0);
    transition: all 0.3s ease;
}

.btnMenu:hover img {
    position: absolute;
    top: -5px;
    /* left: 50%;
    right: 50%; */
    /* transform: translate(-50%, 0); */
    /* animation: x-jello-horizontal 3s infinite both; */
}

@keyframes x-jello-horizontal {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    5% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    7.5% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    10% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    15% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    20% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}

.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) 0%,
        #e2a04f 50%,
        rgba(109, 79, 226, 0) 100%
    );
    position: absolute;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    z-index: -1;
}

.fixedMenu {
    position: fixed;
    bottom: 0;
    left: 50%;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(0deg, #480101 0%, #850016 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: 10px 0px;
    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: #a65712;
    color: var(--main-color);
}

.mgMenuBottom {
    margin-bottom: 90px;
}

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

.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) 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,
        var(--theme-color-1) 0%,
        var(--theme-color-2) 50%,
        var(--theme-color-1) 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) 0%,
        #e2ae4f 50%,
        rgba(109, 79, 226, 0) 100%
    );
}

.topLogin {
    margin-top: 0px;
}

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

.cardTitleCenter {
    color: black;
    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: linear-gradient(
        to right,
        #b78713 0%,
        #ffe698 50%,
        #a38027 100%
    );
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 8px);
}

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

.form-control:focus,
.form-select:focus {
    color: #000;
    background-color: #9595b0;
    border-color: #eb9f33;
    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: linear-gradient(
        201deg,
        var(--theme-color-1) 0%,
        var(--theme-color-2) 50%,
        var(--theme-color-1) 86.19%
    );
    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) 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,
            rgba(239, 167, 57, 0.4) 0%,
            rgba(194, 82, 0, 0.6) 100%
        )
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    color: #c0c0c0;
}

.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,
        var(--theme-color-1) 0%,
        var(--theme-color-2) 50%,
        var(--theme-color-1) 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: #1a1a40;
    opacity: 1;
    color: #ffffff;
}

.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.6);
    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 #CE680F; */
    background: linear-gradient(
        201deg,
        var(--theme-color-1) 0%,
        var(--theme-color-2) 50%,
        var(--theme-color-1) 86.19%
    );
    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: rgba(194, 82, 0, 1);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.partSlide {
    /* background: #442F80; */
}

.partSlide:hover {
    background: rgba(194, 82, 0, 1);
    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: linear-gradient(
        201deg,
        rgb(122 0 18) 0%,
        rgb(159 7 6) 50%,
        rgb(10 0 0) 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: rgb(74 0 11) 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(
        201deg,
        rgb(74 0 11) 0%,
        rgb(33 0 0) 50%,
        rgb(30 1 5) 86.19%
    );
    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;
}

#bank-deposit-info .bank-icon {
    width: 95px;
    height: 95px;
}

#bank-deposit-info .input-form .right-input,
#bank-deposit-info .custom-select,
#bank-deposit-info .custom-input {
    background: var(--main-card-bg);
}

.bank-icon {
    width: 75px;
    /* background-color: #121a2f; */
    border-radius: 10px;
    padding: 10px;
    height: 75px;
}

.bank-icon img {
    max-width: 100%;
}

.bank-list {
    padding: 15px 0;
    border-top: 1px solid #121a2f;
}

.bank-list:first-child {
    padding-top: 0;
    border-top: 0;
}

.link {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
    background: #003c08;
    color: white !important;
    border-radius: 15px;
}

.link.active .team-box i,
.link:hover .team-box i {
    transform: scale(1.2);
}

.link:hover .team-box i,
.link:hover,
.link:hover p {
    /* color: var(--blue-text) !important; */
    color: white !important;
}
.bank-description {
    width: 100%;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.cursor-pointer {
    cursor: pointer;
}
.text-gold {
    text-transform: uppercase;
    background: linear-gradient(
        to right,
        #9f7818 0%,
        #f7db82 50%,
        #9f7818 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-contact-admin {
    display: flex !important;
    align-items: center;
    gap: 18px;
    background: linear-gradient(145deg, #373966 70%, #505489 100%);
    border-radius: 18px;
    padding: 22px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1.15rem;
    box-shadow: 0 8px 24px 0 #22285133;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
}

.btn-contact-admin:hover,
.btn-contact-admin:focus {
    background: linear-gradient(145deg, #20da54 70%, #41b883 100%);
    color: #fff;
    box-shadow: 0 12px 28px 0 #20da5444;
    text-decoration: none;
}

.icon-admin {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 1px 8px #1f9f3622;
    object-fit: contain;
}

.btn-gold {
    background: linear-gradient(
        201deg,
        var(--primary-color-2) 0%,
        var(--primary-color-1) 50%,
        var(--primary-color-2) 86.19%
    );
    border: 0;
}

.night-sky-bg {
  position: relative;
  width: 100vw;
  min-height: 500px;
  background: linear-gradient(to bottom, #0a0c22 0%, #22243b 100%);
  overflow: hidden;
}

.cloud-blob {
  position: absolute;
  background: rgba(255,255,255,0.08);
  box-shadow:
    60px 20px 80px 20px rgba(255,255,255,0.15),
    120px 40px 110px 10px rgba(255,255,255,0.13),
    0px 30px 50px 30px rgba(255,255,255,0.10),
    70px 0px 120px 30px rgba(255,255,255,0.09);
  border-radius: 50% 60% 40% 60% / 60% 60% 40% 40%;
  filter: blur(1.5px);
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
  animation: cloudMove 40s ease-in-out infinite;
}
.cloud1 {
  width: 200px; height: 70px;
  top: 110px; left: 14vw;
  animation-delay: 0s;
}
.cloud2 {
  width: 180px; height: 60px;
  top: 200px; left: 55vw;
  opacity: 0.7;
  animation-delay: 12s;
}
.cloud3 {
  width: 240px; height: 80px;
  top: 320px; left: 32vw;
  opacity: 0.6;
  animation-delay: 22s;
}

@keyframes cloudMove {
  0% { transform: translateX(0);}
  50% { transform: translateX(50px);}
  100% { transform: translateX(0);}
}


.logo-moon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 60px auto 30px auto;
  width: 400px; /* กำหนดขนาดเท่ากับโลโก้ png จริง */
  height: 400px;
}

.logo-moon-floating {
  width: 100%;
  animation: floatMoon 6s ease-in-out infinite;  /* ลอยช้าลง */
  z-index: 2;
  position: relative;
  filter: drop-shadow(0 0 24px #f3c86377);
}

.moon-glow {
  position: absolute;
  top: 15%; left: 50%;
  transform: translate(-50%, -15%);
  width: 210px; height: 210px;
  background: radial-gradient(circle, #ffe6a055 0%, #fffbe033 60%, transparent 100%);
  z-index: 1;
  border-radius: 50%;
  animation: glowMoon 2.7s alternate infinite;
  pointer-events: none;
}

/* จุดวิ้ง (sparkle) เล็กลงและจาง */
.sparkle {
  position: absolute;
  width: 13px;
  height: 13px;
  background: radial-gradient(circle, #fffbe7 40%, #ffe39f33 100%, transparent 100%);
  border-radius: 50%;
  opacity: 0.38;
  z-index: 3;
  pointer-events: none;
}
.sparkle1 { left: 60px; top: 80px; animation: sparkle 2.2s infinite 0s;}
.sparkle2 { right: 60px; top: 93px; animation: sparkle 2.7s infinite 0.6s;}
.sparkle3 { left: 48%; top: 170px; animation: sparkle 2.5s infinite 1.1s;}

@keyframes floatMoon {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-12px);} /* สูงขึ้นน้อยลง */
}
@keyframes glowMoon {
  0% { opacity: 0.28; }
  50% { opacity: 0.48; }
  100% { opacity: 0.32; }
}
@keyframes sparkle {
  0% { opacity: 0.28; transform: scale(0.7);}
  50% { opacity: 0.5; transform: scale(1.05);}
  100% { opacity: 0.28; transform: scale(0.7);}
}



@media (max-width: 600px) {
  .logo-moon-group{
    width: 80%;
  }
}


.swal2-confirm{
    background: var(--theme-color-1) !important;
    color: white;
}

.wrap-header .box-logo img{
    height: auto !important;
}
.wrap-main-footer .box-left-foot .box-logo-foot{
    max-width: unset !important;
}


@media (min-width: 1025px) {
    .fixed-buttons{
        position:relative; right:12.5vw; z-index:50;
    }
}