@font-face {
    font-family: "LINESeedSansTH";
    src: url("../font/LINESeedSansTH_Th.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSansTH";
    src: url("../font/LINESeedSansTH_Rg.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSansTH";
    src: url("../font/LINESeedSansTH_Bd.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSansTH";
    src: url("../font/LINESeedSansTH_XBd.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSansTH";
    src: url("../font/LINESeedSansTH_He.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "DB_Helvethaica_X";
    src: url("../font/DB-Helvethaica-X-Med.woff") format("truetype");
    font-weight: 800;
    /* Bold */
    font-style: normal;
}

.font-LINESeedSansTH {
    font-family: "LINESeedSansTH", sans-serif;
}

.font-DB_Helvethaica_X {
    font-family: "DB_Helvethaica_X", sans-serif;
}

.mainLayout_main {
    width: 100%;
    height: 100dvh;

    display: flex;
    align-items: stretch;

    background: #000;
}

/* BUTTON  */
.btn.vb {
    width: 250px;
    height: 50px;

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

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

    border: 0px solid transparent;
    filter: drop-shadow(1px 1px 5px #000);
    transition: transform 0.3s ease, filter 0.3s ease;
    will-change: transform;
}

.btn.vb span {
    font-size: 18px;
    font-weight: 600;
}

.btn.vb:hover {
    transform: scale(1.05);
    filter: drop-shadow(1px 1px 6px #fff);
}

/* Varmundt's Biosphere  */
.vb_mainLayout {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 50%;
    height: 100dvh;
    padding: 50px;

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

    gap: 20px;
    color: #fff;
    background: url("https://img.gnjoy.in.th/2026/13/vamundtbiosphere/mainbg.png");
    background-position: top;
    background-size: cover;
}

/* 4th Classes Skills Rebalance  */
.csr_mainLayout {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 50%;
    height: 100dvh;
    padding: 50px;

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

    gap: 20px;
    color: #000;
    background: url("https://img.gnjoy.in.th/2026/13/4threbalance2026/mainbg.png");
    background-position: top;
    background-size: cover;
}

.vb_footerContent {
    width: 100%;
    min-height: 300px;
    padding: 10px;

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

.vb_imgTitle {
    width: 500px;
    min-width: 500px;
}


/* Detail Page  */
.vbDetalMainLayout {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    padding-top: 45px;
    background: #080915;
    display: flex;
    justify-content: center;
}

.vbDetailContentMainLayout {
    position: relative;
    width: 100%;
    max-width: 1090px;
    min-height: 100dvh;
    padding: 50px 80px;

    background: url("../images/detail/mainBg.png");
    background-position: top;
    background-size: cover;
    color: #fff;
}

.vbDetailContentMainLayout::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(to right, #080915 0%, transparent 1%),
        linear-gradient(to left, #080915 0%, transparent 1%);
}

.vbDetail_headerMainLayout {
    width: 100%;
    height: 1200px;

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

    color: #fff;
}

.vbDetail_title01 {
    width: 800px;
    min-width: 800px;
}

.vbDetail_title02 {
    width: 500px;
    min-width: 500px;
}

.vbDetail_title03 {
    width: 550px;
    min-width: 550px;
}

.vbDetail_title04 {
    padding: 0px;
    background: transparent;
    border: 0px solid transparent;

    width: 550px;
    min-width: 550px;
}

.vbDetail_sectionContent01 {
    width: 100%;
    height: 900px;
    padding: 60px 150px;

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

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;

    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
}

.vbDetail_sectionContent01 span {
    color: #c8e4ff;
    text-shadow: 0 0 1px #81fff2dc, 0 0 5px #81fff2dc, 0 0 6px #81fff2dc;
}

.ci-warning-200 {
    color: #fff794;
}

.content_object01 {
    width: 20px;
}


.vbDetailTitle.lg {
    width: 800px;
}

.vbDetailTitle {
    width: 600px;
}

.vbDetailTitle.md {
    width: 350px;
}

.vbDetailTopicLayout {
    width: 180px;
    min-width: 180px;
    height: 44px;
    padding: 5px;

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

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

    font-size: 18px;
    font-weight: 500;
    color: #eaf8ff;
    text-shadow: 0 0 1px #00a8ff, 0 0 7px #81fff2dc, 0 0 1px #00a8ff;
}

.content_topic {
    width: 120px;
    min-width: 120px;
}

.content_topic02 {
    width: 140px;
    min-width: 140px;
}

.vbDetalMainLayout h6 {
    font-size: 18px;
}

.vbDertailTopic01Layout {
    width: 250px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.vbDertailTopic02Layout {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.vbDetailHr {
    width: 40px;
    height: 5px;
    background: #c8e4ff;
    box-shadow: 0 0 5px 1px #d8fffe, 0 0 5px 1px #52d9dd, 0 0 5px 3px #00a8ff;
}

.vbDetailTextprimary {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;

    color: #c8e4ff;
    text-shadow: 0 0 1px #81fff2dc, 0 0 5px #81fff2dc, 0 0 6px #81fff2dc;
}

.vbDetailFrame_02 {
    width: 850px;
    height: 415px;
    padding: 30px 50px;

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

    display: flex;
    align-items: stretch;
}

.vbDetailTableRow01 {
    width: 250px;
    min-width: 250px;
    /* height: 100%; */

    display: flex;
    flex-direction: column;
    border-right: 1px solid #c9fffd63;
}

.vbDetailTableHeader {
    width: 100%;
    height: 60px;
    min-height: 60px;

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

    border-bottom: 1px solid #c9fffd63;

    font-family: "LINESeedSansTH", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #c8e4ff;
    text-shadow: 0 0 1px #81fff2dc, 0 0 3px #81fff2dc, 0 0 3px #81fff2dc;
}

.vbDetailTableItem {
    width: 180px;
}

.vbDetailButton {
    width: 350px;
    min-width: 350px;
    height: 110px;
    padding: 25px;
    border: 0px solid transparent;
    filter: drop-shadow(1px 1px 5px transparent);

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

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

    font-family: "LINESeedSansTH";
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #eaf8ff;
    text-shadow: 0 0 3px #00a8ff, 0 0 7px #81fff2dc, 0 0 2px #00a8ff;

    transition: all .5s;
}

.vbDetailButton:hover {
    filter: drop-shadow(1px 1px 5px #fff);
}

.vbDetailHr_02 {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #833ab400 0%, #38ffff 50%, #fcb04500 100%);
}

.modal-content {
    position: relative;
    background: #16183b;
    border: 1px solid #27686e;
    border-radius: 0px;
    color: #fff;
    padding: 30px;
}

.modalBtnClose {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0px;

    background: transparent;
    border: 0px solid transparent;

    color: #fff;
    font-family: "LINESeedSansTH", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.modalTitle {
    font-family: "LINESeedSansTH", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 5px #ef67ff, 0px 0px 9px #00ffff;
}

.modalTitle.small {
    font-size: 25px;
    line-height: 30px;
}

/* ===== table หลัก ===== */
.custom-modal .table {
    background-color: #16183b;
    border-collapse: collapse;
    color: #fff;

    border: 2px solid #15acb9;
    /* กรอบนอกทั้งหมด */
}

/* ===== thead ===== */
.custom-modal .table thead tr th {
    background-color: #16183b;
    border: 1px solid #10d2e4;
    height: 55px;
    padding: 12px 16px;
    vertical-align: middle;
    text-align: center;
}

/* ===== tbody ===== */
.custom-modal .table tbody tr td,
.custom-modal .table tbody tr th {
    font-family: "LINESeedSansTH", sans-serif;
    background-color: #16183b;
    border: 1px solid #27686e;
    color: #fff;
    height: fit-content;
    min-height: 60px;
    padding: 5px 16px;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

.custom-modal .table tbody tr td .lg {
    font-size: 20px;
}


.tableHeaderMain {
    font-family: "LINESeedSansTH", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #feffa5;
    text-shadow: 0 0 1px #fdf48d, 0 0 6px #fdf48d, 0 0 8px #fff36f;
}

.tableHeader {
    font-family: "LINESeedSansTH", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #c8e4ff;
    text-shadow: 0 0 1px #81fff2dc, 0 0 3px #81fff2dc, 0 0 3px #81fff2dc;
}

.tableHeaderMain i {
    font-size: 10px;
}

.tableModalContentMainLayout {
    width: 100%;
    min-height: 500px;
    padding: 70px;

    background: url("../images/detail/frame_03.png");
    background-position: top;
    background-size: cover;
}

.tableModalCustomHeader {
    width: 100%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #c9fffdb6;
    border-bottom: 1px solid #c9fffdb6;
}

.tableModalCustomContentLayout {
    width: 100%;
    min-height: 100px;

    display: flex;
    align-items: stretch;
    justify-content: center;
    border-bottom: 1px solid #c9fffdb6;

}


.tableModalCustomLeft {
    width: 250px;
    min-width: 250px;
    padding: 10px;
    border-right: 1px solid #c9fffdb6;

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

.tableModalCustomRight {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}