body {
    font-family: "Noto Sans Myanmar", "Istok Web", sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #6b5ce7;
    color: white;
}

.btn {
    text-transform: none;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 10px;
    font-weight: 400 !important;
}
.btn-sm {
    text-transform: none;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 10px;
    font-weight: 400 !important;
}
.rounded {
    border-radius: 12px !important;
}
.bx {
    font-size: 20px;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}
p {
    font-size: 13px;
    font-weight: 400;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
[class*="icon-"]::before {
    position: relative;
    bottom: -2px !important;
}
.bg-card {
    background-color: rgba(0, 0, 0, 0.2);
}
.header-menu {
    font-size: 23px;
}

/* utils */
.w-90 {
    width: 90% !important;
}
.header-text {
    padding: 6px 10px;
    font-weight: bold;
    font-size: 12px;
}

/* topbar */
.mobile-topbar {
    background-color: #564ab8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 10px;
}

/* sidebar */
.fixed-position {
    position: fixed !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 {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 10000000;
}

.sidebar .sidebar-content {
    width: 60%;
    background-color: #2e2e48;
}
.sidebar .sidebar-close {
    width: 40%;
    height: 100%;
}
.sidebar .sidebar-content .logo {
    width: 50px;
}

/* movie list */
.movie-container [class*="col-"] {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.movie-container img {
    height: 160px !important;
}
.movie-container span {
    font-size: 10px;
}
.movie-container .title {
    height: 40px;
}

/* detail page */
.back-icon {
    font-size: 20px;
}
.detail-page .movie-cover {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 15px;
}
.play-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
}
.play-circle .bx {
    font-size: 30px;
}
.icon-list .bx {
    font-size: 20px;
}
.description {
    line-height: 25px;
}

/* bottom up episode */
.bup-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.4s ease;
    z-index: 9999;
}

.bup-popup.show {
    bottom: 0;
}

.bup-popup-content {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

/* home page */
/* home page */
/* home page */
.home-topbar .btn {
    width: 24% !important;
}

/* all movie page */
/* all movie page */
.scrollable-buttons-container {
    overflow-x: auto; /* Enables horizontal scrolling if content overflows */
    white-space: nowrap; /* Prevents buttons from wrapping to the next line */
}

/* Optional: Hide scrollbar for a cleaner look (Webkit browsers) */
.scrollable-buttons-container::-webkit-scrollbar {
    display: none;
}

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

/* circle box */
.home-icon {
    width: 50px;
    height: 50px;
}
