@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap');

* {
    padding: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    display: none;
}

body {
    /* background-color: #053010 !important; */
    font-family: "Kanit", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    /* color: #d4d4d4 !important; */
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba( 0,0,0,.7);
}

.el-dialog__wrapper.custom-dialog {
    padding: 0.5rem;
}

.custom-dialog.global-alert-dialog {
    padding: 0.5rem;
}

.el-dialog__wrapper.custom-dialog .el-dialog {
    transform: translateY(-50%);
    top: 50%;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    background-color: #163c1f;
}

.custom-dialog.global-alert-dialog .el-dialog {
    margin-top: 0!important;
    transform: translateY(-50%);
    top: 50%;
    max-width: 500px;
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    background-color: #163c1f;
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    width: 50%;
}

.el-dialog__header {
    padding: 20px 20px 10px;
}

.custom-dialog.global-alert-dialog .el-dialog .el-dialog__header {
    padding: 10px 20px;
}

.custom-dialog.global-alert-dialog .icon-dialog {
    top: -10%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #163c1f;
}

.el-dialog__header-top {
    width: 7rem;
    height: 7rem;
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.custom-dialog.global-alert-dialog .el-dialog .el-dialog__body {
    padding: 10px 20px;
    min-height: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
}

.el-drawer {
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    overflow: hidden;
    outline: 0;
}

.el-drawer {
    background-color: #053010;
    height: 350px;
}

.el-drawer__container {
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
}

.el-drawer.btt, .el-drawer.ttb, .el-drawer__container {
    width: 100%;
    left: 0;
    right: 0;
}

.el-drawer.rtl {
    animation: rtl-drawer-out .3s;
    right: 0;
}

.el-drawer.ltr, .el-drawer.rtl {
    height: 100%;
    top: 0;
    bottom: 0;
}

.el-drawer__open .el-drawer.rtl {
    animation: rtl-drawer-in .3s 1ms;
}

.el-drawer__header {
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 32px;
    padding: 20px 20px 0;
}

.el-drawer__container .el-drawer__header {
    padding: 0;
    margin-bottom: 0;
}

.el-drawer__header>:first-child, .el-drawer__title {
    flex: 1;
}

.el-drawer__body {
    flex: 1;
    overflow: auto;
}

.el-drawer__container .el-drawer__body {
    background-color: #053010;
}

.el-drawer__body>* {
    box-sizing: border-box;
}


.el-drawer.btt {
    animation: btt-drawer-out .3s;
    bottom: 0;
}

.el-drawer__open .el-drawer.btt {
    animation: btt-drawer-in .3s 1ms;
}

.custom-drawer .el-drawer__container .el-drawer .el-drawer__body {
    padding-top: 5px;
    border-radius: 40px 40px 0 0;
    background-color: #163c1f;
}

.custom-drawer .el-drawer__container .el-drawer {
    background-color: #163c1f;
    border-radius: 40px 40px 0 0;
    overflow: inherit;
}

.custom-drawer__close-icon {
    position: absolute;
    right: 14px;
    top: -6px;
}

.custom-drawer .el-drawer__container .el-drawer__body {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.drawer-content {
    height: 100%;
}

.base-icon svg {
    transition-duration: 300ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 1.75rem;
    width: 1.75rem;
}

.sidebar-item-wrapper__menu-body {
    z-index: 1;
    overflow: auto;
    will-change: height;
    transition: all .5s;
    height: 0;
    transform: translateY(-10%);
}

.sidebar-item-wrapper__menu-body.active {
    transform: translateY(0);
    height: auto;
}

.divider {
    border-color: rgba(0,22,6,.05);
}

.dark {
    border-color: hsla(0,0%,100%,.2);
}

.sidebar-item-wrapper .sidebar-item__arrow-icon {
    transition: all .3s;
    transform: translateX(0);
}

.sidebar-item-wrapper .sidebar-item {
    position: relative;
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

/* ------------- HEADER ------------- */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, #001606, #053010);
    padding: 0px 100px;
    z-index: 50;
}

.text__base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.w__max {
    width: max-content;
}

.text__xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.base__tabs {
    background: rgba(255,255,255, .1);
    z-index: 0;
}

.base__tabs .base__tabs__active {
    transition: all .3s;
    position: absolute;
    left: 0.25rem;
    z-index: 0;
    height: 2rem;
}

.base__tabs__item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color .3s;
    color: #2a2a2a;
}

.base__tabs .base__tabs__item {
    color: #d5d5d5;
}

.base__tabs__item.active {
    transition: color .3s;
    color: #2a2a2a!important;
}

.rounded__full {
    border-radius: 9999px;
}

.btn__primary {
    background: linear-gradient(180deg, #fccf67, #e58b13)!important;
}

.btn__primary:disabled {
    background: linear-gradient(180deg, #a1a1a1, #a1a1a1)!important;
    opacity: .5;
}

.btn__logout {
    background: linear-gradient(180deg, #1a4016, #001606)!important;
    border: 1px solid #fccf67!important;
}

.text__xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text__lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.pointer__cursor {
    cursor: pointer;
}

.base__btn {
    background: linear-gradient(180deg, #e1e1e1, #a1a1a1)!important;
    opacity: .5;
    transition-duration: 300ms;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 9999px;
    color: #242424;
    height: 48px;
    padding: 0.375rem 1.8rem;
    vertical-align: middle;
}

.base__btn:disabled {
    cursor: not-allowed;
}

.header__left img {
    height: 3.2rem;
}

header .header__right .header__wallet__warp {
    display: grid;
    grid-template-columns: repeat(3, minmax(14ch, 1fr));
    gap: 0.25rem;
    align-items: center;
}

.header__wallet__warp .wallet__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    padding: 0.3rem 0.5rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    color: #FCFCFC;
    border: 1px solid hsla(0, 0%, 100%, .05);
}

.wallet__items img {
    height: 1.5rem;
}

.header__menu {
    display: grid;
    grid-template-columns: repeat(1, minmax(7ch, 1fr));
}

.header__menu__icons svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem !important;
}

.toggle__warp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__toggle {
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}

.btn__toggle span {
    background: #d4d4d4;
    border-radius: 100px;
    height: 3px;
    margin: 3px 0px;
    width: 100%;
}

.btn__toggle .span1 {
    animation: animate .9s infinite alternate;
}

.btn__toggle .span2 {
    animation: animate .8s infinite alternate;
}

.btn__toggle .span3 {
    animation: animate .9s infinite alternate;
}

.mobile__toggle__btn {
    display: none;
}

@keyframes animate {
    0% {
        width: 0%;
    }

    50% {
        width: 60%;
    }

    0% {
        width: 100%;
    }
}

.language-dropdraw {
    cursor: pointer;
    position: relative;
    background-color: rgba(255,255,255, .2);
    min-width: 120px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.language-dropdraw .arrow-icon {
    transition: all .3s;
    transform: rotate(0);
}

.language-dropdraw__panel {
    width: 100%;
    top: 107%;
    left: 0;
    position: absolute;
    transition: all .3s;
}

.language-dropdraw__panel__item[data-v-014a7f97] {
    cursor: pointer;
    padding: 0.3rem;
}

/* ------------- HEADER ------------- */

/* ------------- MAIN CONTENT ------------- */
.main__content {
    margin: 0px 100px;
    height: calc(100vh - 130px);
    padding-bottom: 0px;
    position: relative;
}

.main__content .main__warpper {
    overflow-y: auto;
}

/* ------------- MAIN CONTENT ------------- */

/*  */
.base__container {
    max-width: 1536px!important;
    margin: 0 auto;
    padding: 10px;
}

.base__container__small {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 10px;
}
/*  */


/* PROMOTION */
.promotion__warpper {
    max-width: 540px;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
}

.promotion__card {
    border-width: 1px;
    border-radius: 0.5rem;
    position: relative;
    border: 1px solid rgba(0,0,0,.05);
    background-color: #163c1f!important;
}

.promotion__card__head {
    padding: 0.75rem 16px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    gap: 1rem;
    display: flex;
    align-items: center;
}

.promotion__haed__img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.75rem;
}

.promotion-status-wrapper__item {
    height: 45px;
    position: relative;
}

.base__tabs {
    background: rgba(255,255,255,.1);
    width: max-content;
    height: 3rem;
    z-index: 0;
    position: relative;
}

.base__tabs__active {
    transition: all .3s;
    height: 2.5rem;
    z-index: 0;
    position: absolute;
    left: 0.25rem;
    background: linear-gradient(180deg, #fccf67, #e58b13)!important;
}
/* PROMOTION */

/* ------------- SHOP ------------- */
.card__shop {
    border-radius: 10px;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    background-image: linear-gradient(180deg, #fff279, #efb54e 33%, #fbe794 66%, #e58b13);
}

.card__shop__item {
    background: linear-gradient(180deg, #194915, #001606);
    border-radius: 10px;
    height: 97%;
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__shop__diamond, .card__shop__credit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 40%;
}

.card__shop__diamond img, .card__shop__credit img {
    height: 90px;
}

.card__shop__item button {
    background: linear-gradient(180deg, #e1e1e1, #a1a1a1)!important;
    opacity: .5;
    transition-duration: 300ms;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 9999px;
    color: #242424;
    height: 48px;
    padding: 0.375rem 1.8rem;
    vertical-align: middle;
}

.card__shop__item button:disabled {
    cursor: not-allowed;
}

.card__shop__item button .icon {
    transition: all .3s;
    transform: translateX(0);
}

.box__head {
    box-shadow: inset 0 0 5px #d5d5d5;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 2.5rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card__shop__bonus {
    border-radius: 10px;
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, #fff279, #efb54e 33%, #fbe794 66%, #e58b13);
}

.card__bonus__item {
    background: linear-gradient(180deg, #194915, #001606);
    border-radius: 10px;
    height: 98%;
    width: 97%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.card__bonus__item svg {
    width: 8rem;
    height: auto;
}

.btn__text__wrapper {
    white-space: nowrap;
    align-items: center;
    display: flex;
    position: relative;
}
  
.base-tabs .button { 
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 15px 0 rgba(0, 0, 0, 0.09);
padding: 10px 17px 10px 17px;
color: #fcfcfc;
border-radius: 7px;
}

.base-tabs .button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

.base-tabs .button span:after {
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}

.base-tabs .button:hover span {
padding-right: 25px;
}

.base-tabs .button:hover span:after {
opacity: 1;
right: 0;
}
/* ------------- SHOP ------------- */

/* ------------- EVENT ------------- */
.event__item__warpper {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event__item__warpper img {
    width: 8rem;
    height: 8rem;
    transition-duration: 300ms;
    object-fit: cover;
}

.event__item__body {
    width: 66.666667%;
}

.event__income__btn {
    width: auto;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px 2rem;
    border-top-left-radius: 9999px;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    bottom: 0px;
    right: 0px;
    position: absolute;
    color: #242424;
    background: linear-gradient(180deg, #fccf67, #e58b13)!important;
}

.income__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.card__mini__game {
    width: 130px;
    height: 190px;
    position: relative;
}

.card__mini__game svg {
    z-index: 0;
    height: inherit;
    position: absolute;
    top: 0px;
}

.card__image__head {
    width: 100%;
    height: 100%;
    top: -1rem;
    position: absolute;
}

.card__image__head img {
    height: 5rem;
    margin: 0px 15px;
}

.card__mini__game .name {
    z-index: 1;
    line-height: 1rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
}

.card__detail__warpper {
    z-index: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66.666667%;
}

.card__detail__warpper img {
    width: 1.5rem;
    max-width: 100%;
    height: auto;
}

.mission__tab__btn {
    background-color: transparent;
    font-size: 16px; 
    color: #fdfdfd;
    font-weight: bold;
    cursor: pointer;
}

.mission__tab__btn.active {
    border-bottom: 2px solid #fccf67;
    color: #fccf67;
}

.tab__content {
    color: #d5d5d5;
}

.tab__content svg {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
}
/* ------------- EVENT ------------- */

/* ------------- INPUT ------------- */
.el__input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el__input__inner {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.el__input .el__input__inner {
    height: 48px;
    line-height: 48px;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.el__input .el__input__inner, .el__input .el__input__inner:focus, .el__input .el__input__inner:hover {
    background-color: #254a2f;
    border: 1px solid #254a2f;
    color: #d4d4d4;
}
/* ------------- INPUT ------------- */

/* ------------- BLOG ------------- */
.blog__warpper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.blog__warpper img {
    width: 8rem;
    object-fit: cover;
    border-radius: 10px;
}
/* ------------- BLOG ------------- */

/* ------------- PROFILE ------------- */
.profile__card__warpper {
    position: relative;
    z-index: 1;
}

.profile__card__warpper::before {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(https://armybet.com/_nuxt/img/profile-card.ae632ef.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    z-index: -1;
    opacity: .3;
}

.profile__card__logo, .profile__card__logo img, .profile__image__warpper {
    height: 9rem;
    width: 9rem;
}

.edit__picture {
    background-color: #343434;
    width: 2.25rem;
    height: 2.25rem;
    z-index: 10;
    bottom: 0;
    right: 0;
    position: absolute;
}

.edit__picture svg {
    width: 1rem;
    height: 1rem;
    color: rgb(255 255 255 / 1);
}

.wallet__warpper {
    width: 20rem;
    flex: 1 1 0%;
}

.wallet__warpper__nickname .el__input {
    width: 9ch;
    transition: all .4s;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.wallet__warpper__nickname .el__input .el__input__inner {
    color: #fff!important;
    background-color: unset;
    border: 1px;
    border-bottom: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.wallet__warpper .edit {
    background-color: #343434;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
}

.wallet__warpper .edit svg {
    color: rgb(255 255 255 / 1);
    width: 1rem;
    height: 1rem
}

.wallet__warpper .edit img {
    width: 1rem;
    height: 1rem;
}

.title svg {
    width: 1.75rem;
}

.profile__card__text, .card__commission__items span {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.lv__warpper img {
    width: 1.5rem;
}

.progress {
    --bs-progress-bg: #162437 !important;
    --bs-progress-bar-bg: #707070 !important;
}

.card__commission {
    background-color: #163c1f;
    min-height: 100px;
}

.card__commission__items {
    height: inherit;
    width: 50%;
}

.history__icon__wrapper .dark {
    background: #242424;
}

.history__icon__wrapper .border-color {
    border-color: #e58b13 !important;
    box-shadow: inset 0 0 5px 1px #e58b13;
    width: 35px;
    height: 35px;
}

.history__icon__wrapper svg {
    width: 1rem;
    height: 1rem;
}

.profile__promotion {
    background-color: #254a2f;
    line-height: 2rem;
    color: #fff;
}

.label__content__warpper .input__box {
    border-radius: 10px;
    min-height: 48px;
    padding: 10px;
    overflow-wrap: anywhere;
    gap: 0.5rem;
    background-color: #254a2f !important;
}

.label__content__warpper .icon__svg__input {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #163c1f !important;
}

.bank__card {
    background-image: url(https://armybet.com/_nuxt/img/bank-card-dark.1b4e591.webp);
    background-repeat: round;
    background-size: cover;
    min-height: 150px;
}

.bank__left img {
    width: 3.5rem;
    height: 3.5rem;
}

.name__bank {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
}


/* ------------- PROFILE ------------- */

/* ------------- PAYMENT ------------- */
.dp__image {
    background-color: rgb(19, 143, 45);
    width: 4rem;

}

.list__disc {
    list-style-type: disc;
}

.wd__head__text {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}
/* ------------- PAYMENT ------------- */

/* ------------- SEARCH ------------- */
.search-games-wrapper {
    position: inherit;
}

.search-games-wrapper__input {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #053010;
}

.search-games-wrapper__game-list .grid-items {
    scroll-margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 15px;
}
/* ------------- SEARCH ------------- */

/* ------------- REWARD ------------- */
.reward__warpper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2;
}
/* ------------- REWARD ------------- */

/* ------------- CATEGORY SIDEBAR ------------- */

.category__slide {
    overflow-y: auto;
    width: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.category__slide a:hover {
    color:inherit !important; 
    text-decoration:none !important; ; 
}

.category__items__bg {
    width: 75%;
    min-height: 70px;
    transition: all .3s;
    scroll-margin-top: 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0px;
    background-image: linear-gradient(90.54deg, #fff279 .28%, #efb54e 10.86%, #fbe794 19.45%, #e58b13 52.06%, #be8007 82.39%, #eeba02 97.27%, #88673b);
}

.category__items.active {
    background: var(--primary);
    color: #fff;
}

.category__items.disabled, .category__items:disabled {
    opacity: .7;
    background-color: #A0A6AA;
}

.category__items {
    background-color: var(--primaroo);
    width: 95%;
    height: 95%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.category__items img {
    max-width: 100%;
    height: 1.75rem;
}

/* ------------- CATEGORY SIDEBAR ------------- */

.game__lists {
    flex: 1 1 0%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 0.75rem;
}

.game__lists .items__grid {
    scroll-margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}

.game__lists .items__provider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    filter: drop-shadow(0 10px 8px rgba(0,0,0,.4)) drop-shadow(0 4px 3px rgba(0,0,0,.1));
    position: relative;
}

.game__lists .item__badge {
    z-index: 2;
    color: #fff;
    display: flex;
    position: absolute;
    top: 0px;
    left: 4%;
}

.game__lists .hit__icon__bg {
    background-image: url(https://armybet.com/_nuxt/img/hit.944a22f.png);
    background-size: cover;
    width: 30px;
    height: 40px;
    padding-top: 0.25rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.game__lists .new__icon__bg {
    background-image: url(https://armybet.com/_nuxt/img/new.f88c4fe.png);
    background-size: cover;
    width: 30px;
    height: 40px;
    padding-top: 0.25rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
}


.items__provider__image {
    background-color: #212121;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.items__provider__image img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    
}

.game-img-wrapper {
    z-index: 2;
    will-change: transform;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.overlay-hit-new-specials {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.overlay__games {
    background: rgba(0,0,0,.75);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: visibility 2s,opacity .6s;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
}


.items__provider:hover .overlay__games,
.items__provider:hover ~ .overlay__games {
    opacity: 1;
    visibility: visible;
}

.items__provider__image img:hover {
    transform: scale(1.2);
    transition: transform 1s,filter 3s ease-in-out;
}

.overlay__games .play__games {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
}

.play__games .play__btn {
    background: linear-gradient(180deg, #fccf67, #e58b13)!important;
    transition-duration: 300ms;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 38px;
    color: black;
    cursor: pointer;
}

.play__games .test__btn {
    transition-duration: 300ms;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 38px;
    cursor: pointer;
}

.play__btn svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
}



.banner__slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* ------------- GAMES ------------- */
.provider-slide-wrapper {
    position: relative;
}

.home-wrapper__provider-list {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #053010;
}
/* ------------- GAMES ------------- */

/* ------------- GAMES ------------- */
.accordion {
    --bs-accordion-btn-bg: #163c1f !important;
    --bs-accordion-active-bg: #163c1f !important;
    --bs-accordion-active-color: #fff !important;
    --bs-accordion-btn-color: #fff !important;
    --bs-accordion-bg: #053010 !important;
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-border-color: none !important;
    border: none !important;
}

.accordion-button {
    border-radius: 15px !important;
}

.accordion-item {
    border: none !important;
    color: #d5d5d5 !important;
}
/* ------------- GAMES ------------- */

/* ------------- FOOTER ------------- */
footer {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    background-image: linear-gradient(90.54deg, #fff279 .28%, #efb54e 10.86%, #fbe794 19.45%, #e58b13 52.06%, #be8007 82.39%, #eeba02 97.27%, #88673b);
}

.footer__warpper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(180deg, #052e0f, #001606);
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 70px;
    position: relative;
    top: 3%;
}

.footer__menu {
    max-width: 400px;
    display: grid;
    grid-template-columns: repeat(5, minmax(7ch, 1fr));
    flex: 1 1 0%;
}

.footer__menu a, .header__menu a, .faq a {
    color:inherit !important; 
    text-decoration:none !important; ; 
}

.sidebar__right a {
    color:inherit;
    text-decoration:none !important; ; 
}

.footer__menu a:hover, .header__menu a:hover, .faq a:hover, .sidebar-item-wrapper a:hover {
    color:inherit !important; 
    text-decoration:none !important; ; 
}

.sidebar__right a:hover {
    color:inherit; 
    text-decoration:none !important; ; 
}

.menu__items img, svg {
    width: 2rem;
    /* height: 1.5rem; */
}

.nav-tabs {
    border-bottom: 0px
}

/* ------------- FOOTER ------------- */


@media only screen and (max-width: 1568px) {
    .main__content {
        margin: 0px 30px;
    }

    header {
        padding: 0px 30px;
    }

    .swiper-slide img {
        height: 250px;
    }
}

@media only screen and (max-width: 1440px) {
    .game__lists .items__grid {
        grid-template-columns: repeat(7, 1fr);
    }

    .search-games-wrapper__game-list .grid-items {
        grid-template-columns: repeat(6,1fr);
    }
}

@media only screen and (max-width: 1200px) {
    .game__lists .items__grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .event__item__warpper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog__warpper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    /* header {
        height: 110px;
    } */

    .swiper-slide img {
        height: 180px;
    }

    .event__item__warpper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 992px) {
    .game__lists .items__grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .search-games-wrapper__game-list .grid-items {
        grid-template-columns: repeat(4,1fr);
    }

    .blog__warpper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main__content {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .game__lists .items__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .event__item__warpper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event__item__warpper img {
        width: 7rem;
        height: 7rem;
    }

    .blog__warpper img {
        width: 7rem;
    }

    .blog__warpper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 576px) {
    .game__lists .items__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-games-wrapper__game-list .grid-items {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 640px) {
    header {
        flex-direction: column;
        height: 85px;
    }

    header .header__left {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .header__left img {
        position: absolute;
        /* top: 15%; */
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .header__right .header__menu {
        grid-template-columns: repeat(5, minmax(7ch, 1fr));
    }

    .header__right {
        width: 100%;
        align-items: unset;
    }

    .pc__toggle__btn {
        display: none;
    }

    .mobile__toggle__btn {
        display: block;
    }

    .event__item__warpper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .income__text {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .profile__card__logo, .profile__card__logo img, .profile__image__warpper {
        height: 6rem;
        width: 6rem;
    }

    .profile__card__text, .name__bank {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .title svg {
        width: 1.25rem;
    }

    .wallet__warpper {
        width: 13rem;
    }
}

@media only screen and (max-width: 479px) {
    header .header__right .header__wallet__warp {
        grid-template-columns: repeat(auto-fit, minmax(7ch, 1fr));
        gap: 5px;
    }

    header {
        padding: 0px 10px;
    }

    .main__content {
        margin: 0px;
    }

    .swiper-slide img {
        height: 130px;
    }

    .game__lists .items__grid {
        gap: 10px;
    }

    .card__bonus__item svg {
        width: 5rem;
    }

    .card__shop__bonus {
        height: 12rem;
    }

    .profile__card__logo, .profile__card__logo img {
        height: 3rem;
        width: 3rem;
    }

    .profile__card__text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 320px) {
    .swiper-slide img {
        height: 100px;
    }
}