/* =========================
   HOMEPAGE : Banner
========================== */
.bannerMainLayout {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    /* margin-bottom: 200px; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.banner_monster01 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.banner_object01 {
    width: 100%;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.banner_characterMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;

    width: 850px;
}

.banner_footerObject {
    position: absolute;
    z-index: 4;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
}

.bannerContentMainLayout {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 350px;
    padding: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bannerContent_title {
    text-shadow:
        5px 5px 0 #11193b,
        -5px 5px 0 #11193b,
        5px -5px 0 #11193b,
        -5px -5px 0 #11193b,
        5px 0 0 #11193b,
        -5px 0 0 #11193b,
        0 5px 0 #11193b,
        0 -5px 0 #11193b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "ZFTERMIN_", sans-serif;
    font-size: 50px;
    line-height: 50px;
}

.bannerContent_countLayout {
    background: linear-gradient(180deg,
            rgba(16, 15, 44, 1) 0%,
            rgba(27, 33, 78, 1) 100%);
    border: 2px solid #e7f166;

    border-radius: 10px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 90px;
    height: 120px;
    font-size: 80px;
    line-height: 50px;
    font-family: "ZFTERMIN_", sans-serif;
}

.bannerContent_countLayout span {
    padding-bottom: 15px;
}

.bannerContent_btnTitle {
    color: #fff;
    text-shadow:
        3px 3px 0 #633f13,
        -3px 3px 0 #633f13,
        3px -3px 0 #633f13,
        -3px -3px 0 #633f13,
        3px 0 0 #633f13,
        -3px 0 0 #633f13,
        0 3px 0 #633f13,
        0 -3px 0 #633f13;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    line-height: 30px;
    font-family: "PSL345pro", sans-serif;
    letter-spacing: 2px;
}

.bannerContent_arrow {
    width: 50px;
    padding-top: 20px;
}

.pr_storeLayout {
    min-width: 220px;
    width: 220px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #000;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #a6a4a4;
    box-shadow: 1px 1px 10px #00000061;

    transition: all 0.5s;
}

.pr_storeLayout:hover {
    box-shadow: 0px 0px 8px 3px #ffffff38;
}

.store_logo {
    width: 40px;
    min-width: 40px;
}

.pr_storeLayout h6 {
    line-height: 20px;
    font-size: 20px;

    color: #fff;
    text-align: start;
}

.pr_storeLayout h4 {
    line-height: 25px;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

/* =========================
   HOMEPAGE : News
========================== */
.newsMainLayout {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1390px;
    /* min-height: 100dvh; */
    margin: 0 auto;
    padding: 100px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.newsDashboardMainLayout {
    width: 100%;
    min-height: 400px;
    /* height: 460px; */
    border-radius: 20px;
    padding: 20px;

    border: 3px solid #dbf8b9;
    box-shadow: 0px 0px 0px 3px #5e9555;

    background: url("../images/background/newsDashboard.png");
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.newDashboard_SlideMainLayout {
    width: 534px;
    min-width: 534px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.newsDashbard_slideImg {
    width: 100%;
    height: 295px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 1px 1px 5px #000000a4;
}

.newsDashbard_slideImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease;
}

/* dot */
.newsDashboard_dot {
    width: 35px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
    border: none;
    transition: all 0.4s;
    cursor: pointer;
}

.newsDashboard_dot.active {
    background: #feda5e;
}


.newsDashboard_listMainLayout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.newsDashboard_listTabLayout {
    background: #fdfdeb;
    color: #4a4a4a;

    width: 100%;
    height: 45px;
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.newsDashboard_tab {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 5px solid transparent;

    width: fit-content;
    min-width: 100px;
    height: 45px;
    padding: 5px 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Steamed", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;

    color: #4a4a4a;
}

.newsDashboard_tab:hover,
.newsDashboard_tab.active {
    border-bottom: 5px solid #feda5e;
    color: #161616;
}

.newsDashboard_listContent {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.newsDashboard_listContentlayout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.listContent {
    width: 100%;
    height: 40px;
    padding: 5px 10px;

    background: transparent;
    border: 1px solid transparent;
    border-left: 5px solid #feda5e;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 18px;
    font-weight: 500;
    color: #fff;

    transition: all 0.5s;
}

.listContent:hover {
    background: #fff;
    border: 1px solid #feda5e;
    border-left: 10px solid #feda5e;
    border-radius: 5px;
    color: #000;
}

.listContent #newsDate {
    font-size: 14px;
}

.newsDashboard_listContent {
    display: none;
    animation: fadeIn 0.4s ease;
}

.newsDashboard_listContent.active {
    display: flex;
}

.newsDashboard_listTabLayout_mb {
    display: none;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   HOMEPAGE : Ranking
========================== */
.rankingMainLayout {
    width: 100%;
    max-width: 1290px;
    /* min-height: 100dvh; */
    margin: 0 auto;
    padding: 100px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.rankingContentMainLayout {
    position: relative;
    width: 100%;
    min-height: 580px;
    border-radius: 20px;
    padding: 20px;

    border: 3px solid #dbf8b9;
    box-shadow: 0px 0px 0px 3px #5e9555;

    background: url("../images/background/newsDashboard.png");
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
}

.rankingTabMenuLayout {
    position: relative;
    width: 100%;
    height: 60px;

    display: flex;
    align-items: end;
}

.rankingtab {
    width: fit-content;
    min-height: 40px;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffffd3;
    font-family: "FCVisionCondensed", sans-serif;

    background: linear-gradient(90deg, #0f3113 0%, #2a7734 100%);
    border: 1px solid transparent;

    transition: all .5s;
}

.rankingtab.active,
.rankingtab:hover {
    min-height: 50px;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    background: #349641;
}

.rankingtab:hover#normalMode,
.rankingtab.active#normalMode,
.rankingtab:hover#turboMode,
.rankingtab.active#turboMode {
    border-radius: 15px 15px 0 0;
}

.rankingtab#normalMode {
    border-radius: 0px 15px 0 0;
}

.rankingtab#turboMode {
    border-radius: 15px 0px 0 0;
}

.rankingTabContentMainLayout {
    width: 100%;
    padding: 5px;
    border-radius: 0px 30px 30px 30px;
    background: #349641;
}

.rankingTabContentLayout {
    width: 100%;
    background: #fdfdeb;
    border-radius: 35px;
    padding: 15px;
    border: 5px solid #22702d;
}

.rankingTabContent {
    width: 100%;
    min-height: 500px;
    background: #fdfdeb;
    border-radius: 30px;
    border: 6px dashed #e3c566;
    padding: 20px;

    color: #000;
}

.rankingTabContent.box {
    overflow: auto;
}

.rankingTabUpdateDate {
    position: absolute;
    right: 10px;

    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rankingTabUpdateDate span {
    font-size: 20px;
    text-transform: uppercase;
}

.rankingTabUpdateDate button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #ffd200;
    color: #fff;
}

/* ===============================
   RANKING TABLE STYLE (WITH BORDER)
================================ */

#turboModeContent table {
    border-collapse: collapse;
    border: 1px solid #8a8a8a;
}

#turboModeContent table thead th {
    background-color: #607fc2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    vertical-align: middle;
    border: 1px solid #8a8a8a;
}

#turboModeContent table tbody td {
    background-color: #ffffff;
    color: #1f3f8b;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #b0b0b0;
}

#turboModeContent table tbody tr:hover td {
    background-color: #f4f7ff;
}

#turboPagination .pagination {
    gap: 5px;
}

#turboPagination .pagination {
    --bs-pagination-font-size: 14px;
    --bs-pagination-color: #fff;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: 50%;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #feda5e;
    --bs-pagination-hover-border-color: #feda5e;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #feda5e;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #feda5e;
    --bs-pagination-active-border-color: #feda5e;
}

#turboPagination .page-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

#turboPagination .page-item.disabled .page-link {
    background: transparent;
    color: #fff;
    font-size: 18px;
    cursor: default;
}



/* =========================
   HOMEPAG : Game info
========================== */

.gameInfoMainLayout {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;


}