#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loadingOverlay img {
    width: 200px;
}

.tg_main_wrap {
    width: 100% !important;
    height: 100vh !important;
}

@media (orientation: landscape) {
    .header {
        display: none;
    }
}

#balance_area {
    direction: rtl;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 10px;
}

.notify-cart {
    width: auto;
    max-width: 200px;
    padding-left: 10px;
}

.modal-content,
.modal-body {
    padding: 0;
    margin: 0;
}

#myModal_iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#play_iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.col-4 {
    padding-right: 5px;
    padding-left: 5px;
}
.animate__animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.mobile-body {
    overflow: auto;
    height: 100vh;
}

.mobile-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-content {
    height: calc(100% + 1px);
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible; /* Swiper elemanının taşmasını önlüyoruz */
}
.spin-box {
    font-size: 14px;
    margin: 0;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border-radius: 4px;
    display: inline-block;
}
.spin-aviator {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
}

.game-box {
    width: 90px;
    height: 96px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--border-radius-base);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.game-box svg {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.game-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.category-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.tabs-slider-container {
    position: relative;
    overflow: hidden;
}

.tabs-slider .swiper-slide {
    width: auto;
}

.tabs-slider-btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--primary-bg);
    border: none;
    border-radius: 20px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tabs-slider-btn.active {
    background-color: var(--primary-color);
    color: #fff;
}

.tabs-slider-btn .icon-wrapper {
    display: inline-flex;
    margin-right: 8px;
}

.tabs-slider-btn svg {
    width: 16px;
    height: 16px;
}

.swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
    background-color: var(--primary-color);
}
