a {
    text-decoration: none;
}

.payonMainLayout {
    position: relative;
    overflow: hidden;

    width: 100%;
    height: 100%;
    min-height: 100dvh;

    background: #000;
    color: #fff;

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

.payonBgMainLayout {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100dvh;

    background: url("https://img.gnjoy.in.th/2025/04/mainBg.png");
    background-position: center;
    background-size: cover;

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

.payonEffectBgBlackTop {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.payonEffectBgBlackBottom {
    width: 100%;
    height: 150px;

    position: absolute;
    bottom: 0;
    z-index: 5;
}

.payonEffectBgBlackTop img,
.payonEffectBgBlackBottom img {
    width: 100%;
    height: 100%;
}

.payonLayoutLogoGgt {
    width: 120px;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 10px;
}


.payonLogoGuildLayout {
    width: 400px;
    position: absolute;
    bottom: 80px;
    z-index: 6;
}

.payonLayoutLogoGgt img,
.payonLogoGuildLayout img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Navbar  */
.payonNavBar {
    width: 100%;
    height: 80px;
    padding: 10px;

    position: absolute;
    top: 40px;
    z-index: 6;

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

.payonNavBarButton {
    background: url("https://img.gnjoy.in.th/2025/04/btn.png");
    background-size: cover;
    width: 220px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;

    font-size: 22px;
    font-weight: bold;
    transition: 0.5s;
}

.payonNavBarButton:hover,
.payonNavBarButton.active {
    filter: drop-shadow(1px 1px 11px #00a516);
}

.gradient-text {
    background: linear-gradient(180deg,
            rgba(250, 206, 176, 1) 0%,
            rgba(255, 255, 255, 1) 15%,
            rgba(215, 169, 92, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 1px #000);
}

/* footer  */
.payonFooter {
    width: 100%;
    height: 80px;

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

    position: absolute;
    bottom: 0;
    z-index: 5;
    gap: 10px;

}

.payonFooterButton {
    background: url("https://img.gnjoy.in.th/2025/04/btn2.png");
    background-size: cover;
    width: 220px;
    height: 40px;

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

    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
}

.payonFooterButton:hover {
    filter: drop-shadow(1px 1px 11px #b80000);
}

/* Crystal Effect  */
.payonEffectCrystalMainLayout {
    width: 100%;
    height: 600px;

    position: relative;
    z-index: 3;

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

.payonCrystalMain {
    width: 380px;
}

.payonCrystalEffect {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -17%);

    width: 400px;
    height: 400px;
}

.payonCrystalMain img,
.payonCrystalEffect img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Character  */
.payonCharcterLayout01 {
    width: 550px;

    position: absolute;
    z-index: 3;
    bottom: 300px;
    left: 220px;
}

.payonCharcterLayout02 {
    width: 550px;

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

.payonCharcterLayout03 {
    width: 650px;

    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 80px;
}

.payonCharcterLayout04 {
    width: 500px;

    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
}

.payonCharcterLayout05 {
    width: 600px;

    position: absolute;
    z-index: 4;
    bottom: -50px;
    right: 0px;
}

.payonCharcterCloud01 {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 500px;
}

.payonCharcterCloud02 {
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    width: 500px;
}

.payonObjectLeaves01 {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    left: 300px;

    width: 100px;
}

.payonObjectLeaves02 {
    position: absolute;
    z-index: 5;
    bottom: 40%;
    left: 0;

    width: 150px;
}

.payonObjectLeaves03 {
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 150px;

    width: 130px;
}

.payonObjectLeaves04 {
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 180px;

    width: 80px;
}

.payonObjectLeaves05 {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: 150px;

    width: 150px;
}

.payonCharcterLayout01 img,
.payonCharcterLayout02 img,
.payonCharcterCloud01 img,
.payonCharcterLayout03 img,
.payonCharcterLayout04 img,
.payonCharcterCloud02 img,
.payonCharcterLayout05 img,
.payonObjectLeaves01 img,
.payonObjectLeaves02 img,
.payonObjectLeaves03 img,
.payonObjectLeaves04 img,
.payonObjectLeaves05 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Detail  */
.payonDetailMainLayout {
    position: relative;
    overflow: hidden;

    width: 100%;
    height: 100%;
    min-height: 100dvh;

    /* background: #000; */
    background: url("../../img/guildwar/Payon/detail/mainBg.png");
    background-position: top;
    background-size: cover;
    color: #fff;

}

.payonDetailContentMainLayout {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-height: 100dvh;

    margin: auto;
    padding: 80px 10px;
    padding-bottom: 20px;
}

.payonDetailNavbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
}

.payonDetailTitle {
    font-size: clamp(25px, 5vw, 30px);
    background: linear-gradient(180deg,
            rgba(250, 206, 176, 1) 0%,
            rgba(255, 255, 255, 1) 15%,
            rgba(215, 169, 92, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 1px #000);
}

.payonDetailHr {
    border-color: #ffc658;
}

.payonDetailLayoutContent {
    width: 100%;

    border: 1px solid #054300;
    border-radius: 5px;
    background: linear-gradient(180deg, #0000009c 0%, #16410787 100%);
    padding: 20px;
    box-shadow: inset 0px 0px 7px #0d4b09a1;
    position: relative;
}

.payonDetailtopic {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4b09a1;
    border-radius: 10px;
}

.payonDetailIcon {
    width: 20px;
    filter: invert(18%) sepia(58%) saturate(783%) hue-rotate(62deg) brightness(92%) contrast(97%);
}

.payonDetailCapMockup {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #4b9b3d;
}

.payonDetailCapMockup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.guildWarRewardLayout {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #4b9b3d54;
}

.guildWarRewardLayout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-select,
.form-control {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.date-picker::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* Table  */

.table-dark {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #235a1c;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #235a1c;
    --bs-table-active-color: #a7ffab;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #a7ffcf;
    color: #0fcf29da;
    border-color: #35a65b;
    height: 30px;
    font-size: 16px;
    font-weight: 900;
}

.table>thead {
    vertical-align: middle !important;
}

.table-striped>tbody>tr>td {
    --bs-table-accent-bg: #00250e;
    color: #d6ffce;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #00571d;
}

/* เฉพาะ #prontera-table */
#prontera-table .table-dark {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #281c5a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #281c5a;
    --bs-table-active-color: #b7a7ff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #b7a7ff;
    color: #b7a7ff;
    border-color: #4a35a6;
    height: 30px;
    font-size: 16px;
    font-weight: 900;
}

#prontera-table>thead {
    vertical-align: middle !important;
}

#prontera-table.table-striped>tbody>tr>td {
    --bs-table-accent-bg: #130e2ba1;
    color: #d7ceff;
}

#prontera-table thead,
#prontera-table tbody,
#prontera-table tfoot,
#prontera-table tr,
#prontera-table td,
#prontera-table th {
    border-color: #4a35a6;
}