body {
    background: #050b13 !important;
    font-family: "Roboto", "Noto Sans Myanmar", sans-serif;
    font-weight: 400;
}
* {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #ccc;
}
#fullscreen-iframe {
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100vw; /* 100% of viewport width */
    height: 100vh; /* 100% of viewport height */
    border: none; /* Remove default iframe border */
}
.btn {
    text-transform: none;
}

p {
    font-weight: 400;
}
.h-auto {
    height: auto !important;
}
.h-100 {
    height: 100% !important;
}
.bg-card-light {
    background-color: #1e2338;
}
html {
}
.text-logo {
    color: #f1af2d;
}
.bg-logo {
    background-color: #f1af2d;
}
.rounded {
    border-radius: 20px !important;
}
.bg-card {
    background-color: #14171f;
}

.bx {
    font-size: 20px;
    position: relative;
}
.dropdown-menu {
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.9);
    top: 10px !important;
}
.dropdown-menu .dropdown-item {
    padding: 0.6rem 1rem;
}

/* navbar */
.logo {
    width: 120px;
}

.menu-container {
    width: 50%;
}

/* for mobile menu */
.mobile-menu {
    font-size: 25px;
    position: relative !important;
    top: 2px;
}
.noti-bell {
    font-size: 20px;
}
.noti-bell-container {
    z-index: 1;
}
.noti-bell-container .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: -8px;
    right: 4px;
    z-index: 3;
}
/* ---------------------- */
/* game-detail */
.game-detail-embed {
    width: 100%;
    height: calc(
        100vh - 120px
    ); /* screen height မှ close bar + banner ads နေရာ စွန့်ထား */
    border: none;
    display: block;
}

.game-detail-close {
    height: 50px; /* ခန့်မှန်းထားတဲ့ bar height */
}

.game-detail-banner-ads {
    height: 70px; /* ခန့်မှန်းထားတဲ့ banner ads height */
}

/* ---------------------- */
/* sidebar card */
.fixed-position {
    position: fixed !important;
    width: 100% !important;
}
.sidebar {
    display: none;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 5;
    height: 100vh;
    transition: 0.2s;
    overflow-y: scroll;
    position: fixed;
}
.show-sidebar {
    display: block!importnat;
    left: 0;
    top: 0;
    z-index: 10000000;
}

.sidebar .sidebar-content {
    width: 70%;
    background: #151923; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #151923,
        #16202f
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #151923,
        #16202f
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.sidebar .sidebar-close {
    width: 30%;
    height: 100%;
}
.sidebar .sidebar-content .logo {
    width: 50px;
}
.sidebar .sidebar-menu {
    font-weight: 300;
}
.sidebar .sidebar-menu .bx {
    position: relative;
    top: 2px;
}
/* ---------------------- */
/* sidebar card */

/* ---------------------- */
/* bottom tab */
.bottom-tab {
    bottom: 2px;
    width: 80%;
    z-index: 90999999;
}
.bottom-tab .bottom-inner {
    margin-left: 20%;
    border-radius: 10;
}
.bottom-inner span {
    font-size: 10px;
}

/* home page */
.home-daily-task {
    width: 45%;
}
.home-task-container .task-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.home-task-container .task-wrapper {
    gap: 20px;
}
.home-custom-product-image {
    height: 50px;
}
.home-reading {
    height: 170px;
    overflow: scroll;
}
.home-custom-sell-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.scroll-buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;

    gap: 10px;
}
.scroll-buttons .btn {
    margin-right: 10px;
    flex: 0 0 auto; /* prevents shrinking */
}
/* Optional: Hide scrollbar for clean look */
.scroll-buttons::-webkit-scrollbar {
    display: none;
}
.scroll-buttons {
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
}

.cash-out-box {
}
.cash-out-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.scroll-item {
    flex: 0 0 auto;
    width: 200px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
}

/* card */
.card-list .bg-card:hover {
    transform: rotate(1deg);
}
.card-list .bg-card {
    transition: ease-in-out 0.1s;
}

/* detail description */
.description p {
    font-size: 17px !important;
}
@media only screen and (max-width: 600px) {
    .logo {
        width: 90px !important;
    }
}
