.bannerLogoLayout img,
.bannerTitleMainLayout img,
.objectTop_01 img,
.objectTop_02 img,
.objectTop_03 img,
.objectBottom_01 img,
.objectBottom_02 img,
.objectCharacter_Bottom img,
.objectCharacter_top_01 img,
.objectCharacter_top_02 img,
.bannerButtonDownload img,
.cardItem_itemImg img,
.cardEventItemTitle img,
.bannerBtnDown img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

    color: #fff;
}

.bannerLogoLayout {
    position: relative;
    z-index: 2;
    width: 270px;
}

.bannerTitleMainLayout {
    position: relative;
    z-index: 3;
    width: 800px;
}

.bannerDetailLayout {
    position: relative;
    z-index: 2;
    width: 750px;
    text-align: center;
    margin-bottom: 10px;
}

.bannerDetailLayout span {
    font-family: "FCVision", sans-serif;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    text-shadow: 2px 2px 0 #002054, -2px 2px 0 #2d5389, 2px -2px 0 #2d5389, -2px -2px 0 #2d5389, 2px 0 0 #2d5389, -2px 0 0 #2d5389, 0 2px 0 #2d5389, 0 -2px 0 #2d5389;
}

.bannerDateMainLayout {
    position: relative;
    z-index: 2;
    width: 600px;
    height: 55px;

    background: linear-gradient(90deg,
            #20553400 0%,
            #0f1e34 30%,
            #0f1e34 70%,
            #2a773400 100%);

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

    font-size: 25px;
    font-weight: 500;
}

.bannerDateMainLayout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.4) 70%,
            transparent 100%);

    filter: blur(0.6px);
}

.bannerDateMainLayout::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.4) 70%,
            transparent 100%);

    filter: blur(0.6px);
}

.bannerObjectTopLayout {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    padding: 10px 50px;

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

.objectTop_01 {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.objectTop_02 {
    width: 40px;

    position: absolute;
    top: 40px;
    left: 55%;
    transform: translateX(-50%);
}

.objectTop_03 {
    width: 100px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.bannerObjectbottomLayout {
    position: absolute;
    z-index: 1;
    bottom: -300px;
    left: 0px;
    width: 100%;
    height: 700px;
    padding: 10px 50px;

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

.objectBottom_01 {
    width: 150px;
    position: absolute;
    top: 0px;
    left: -50px;

}

.objectBottom_02 {
    width: 400px;

    position: absolute;
    bottom: 0px;
    right: -80px;
}

.objectCharacter_Bottom {
    width: 350px;
    position: absolute;
    bottom: 60px;
    left: 90px;
}

.bannerObjectCharacterTopLayout {
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 300px;
}

.objectCharacter_top_01 {
    width: 200px;
    position: absolute;
    top: 30px;
    left: 35%;
    transform: translateX(-50%);
}

.objectCharacter_top_02 {
    width: 300px;

    position: absolute;
    top: 120px;
    right: 10%;
    transform: translateX(-50%);
}

.bannerButtonDownload {
    position: relative;
    z-index: 2;
    width: 210px;
    cursor: pointer;

    transition: all .5s;
}

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

.bannerBtnDown {
    position: relative;
    z-index: 2;
    width: 100px;
}

.bannerFooterMainLayout {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1190px;
    padding: 10px 20px;
    margin-bottom: 40px;

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

/* =========================
   HOMEPAGE : Banner - Lens Flare Effect
========================== */

.lens-flare {
    position: absolute;
    z-index: 1;

    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
}

.lens-flare.right {
    top: 0px;
    right: 80px;
}

.lens-flare.left {
    top: 0px;
    left: 0px;
    width: 270px;
    height: 150px;
}

.horizontal-beam {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(100, 200, 255, 0.3) 20%,
            rgba(200, 240, 255, 0.9) 50%,
            rgba(100, 200, 255, 0.3) 80%,
            transparent 100%);
    box-shadow: 0 0 20px rgba(100, 200, 255, 0.8);
}

.starburst {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ray {
    position: absolute;
    width: 2px;
    height: 300px;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(100, 200, 255, 0.6) 45%,
            rgba(200, 240, 255, 0.9) 50%,
            rgba(100, 200, 255, 0.6) 55%,
            transparent 100%);
    top: 50%;
    left: 50%;
    transform-origin: center;
    filter: blur(1px);
}

.ray:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ray:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ray:nth-child(3) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ray:nth-child(4) {
    transform: translate(-50%, -50%) rotate(135deg);
}

.flare-center {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 1) 0%,
            rgba(100, 200, 255, 0.9) 20%,
            rgba(0, 150, 255, 0.6) 40%,
            transparent 70%);
    filter: blur(5px);
    animation: pulse 3s ease-in-out infinite;
}

.flare-center {
    animation: beam-move 3s ease-in-out infinite;
}

@keyframes beam-move {
    0% {
        transform: scaleX(0.8);
        opacity: .5;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(0.7);
        opacity: .5;
    }
}


/* =========================
   HOMEPAGE : Content
========================== */

.contentMainLayout {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1190px;
    /* min-height: 100dvh; */
    padding: 50px;
    margin: 50px auto;

    display: flex;
    justify-content: center;
}

.contentLayout_content {
    position: relative;
    /* width: 991px;
    height: 1060px; */
    width: 1027px;
    height: 1095px;
    padding: 60px 60px 50px 60px;

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

}

.content_titleLayout {
    width: 460px;
    height: 60px;
    background: url("../images/content/titleBg.png");
    background-position: center;
    background-size: cover;

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

    position: absolute;
    z-index: 2;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
}

.content_titleLayout span {
    font-family: "FCVision", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 10px;

    color: #fff;
    text-shadow:
        3px 3px 0 #2d5389,
        -3px 3px 0 #2d5389,
        3px -3px 0 #2d5389,
        -3px -3px 0 #2d5389,
        3px 0 0 #2d5389,
        -3px 0 0 #2d5389,
        0 3px 0 #2d5389,
        0 -3px 0 #2d5389;
}

/* ===== HOMEPAGE : Card ===== */

.cardItemMainLayout_outside {
    width: 440px;
    min-width: 440px;
    height: 220px;
    border-radius: 20px;
    padding: 3px;
    overflow: hidden;

    background: linear-gradient(180deg, rgba(251, 224, 156, 1) 60%, rgba(248, 178, 108, 1) 100%);
    border: 3px solid #000;
    color: #fff;

    font-size: 13px;
    line-height: 15px;
    font-family: "FCVision", sans-serif;
    font-weight: 300;
}

.cardItemLayout {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 15px;

    background: #1a2847;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: inset 1px 1px 10px #000;
}


.cardItem_itemImg {
    width: 100px;
    min-width: 100px;
    height: 100%;
}

.cardItemLayout h5 {
    font-weight: 800;
}

/* ===== END - HOMEPAGE : Card ===== */

.contentNoteLayout {
    width: 100%;
    min-height: 45px;
    border-radius: 10px;
    padding: 5px 10px;

    background: #0e1932;
    color: #fff;

    display: flex;
    align-items: center;
    gap: 10px;

    font-family: "FCVision", sans-serif;
}

.contentNoteLayout span {
    font-size: 13px;
}

.contentNoteLayout i {
    font-size: 15px;
}

/* ===== HOMEPAGE : Progress Bar ===== */
.contentProgressBarMainLayout {
    position: relative;
    width: 100%;
    min-height: 50px;

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

.progressBarMainLayout {
    position: relative;
    width: 100%;
    height: 160px;
    border-radius: 20px;
}

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

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

.progressBarMainLayouts {
    position: relative;
    width: 100%;
    height: 10px;
    background: #857c7d;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

.progressBarMainLayout:first-child .progressBarMainLayouts {
    border-radius: 20px 0 0 20px;
    border-left: 2px solid #000;
}

.progressBarMainLayout:last-child .progressBarMainLayouts {
    border-radius: 0 20px 20px 0;
    border-right: 2px solid #000;
}

.progressBarMainLayouts.active {
    background: #ffd671;
    border-top: 2px solid #784900;
    border-bottom: 2px solid #784900;
}

.progressBarMainLayout:first-child .progressBarMainLayouts.active {
    border-radius: 20px 0 0 20px;
    border-left: 2px solid #784900;
}

.progressBarMainLayout:has(+ .progressBarMainLayout .progressBarMainLayouts.active) .progressBarMainLayouts.active {
    border-right: 0;
}

.progressBarMainLayout:has(.progressBarMainLayouts.active):not(:has(+ .progressBarMainLayout .progressBarMainLayouts.active)) .progressBarMainLayouts.active {
    border-radius: 0 20px 20px 0;
    border-right: 2px solid #784900;
}

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

    width: 45px;
    height: 45px;
    background: url("../images/content/progressBar.png");
    background-position: center;
    background-size: cover;

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

.progressBarNo span {
    color: #3a281d;
    font-size: 20px;
    font-weight: 700;
}

.progressBarDetail {
    width: 100%;
    height: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    color: #fff;
}

/* ===== End - HOMEPAGE : Progress Bar ===== */

.contentLayout_content02 {
    position: relative;
    /* width: 991px;
    height: 750px; */
    /* background: url("../images/content/mainBg_03.png");
    background-position: center;
    background-size: cover; */
    width: 100%;
    max-width: 991px;
    height: 100%;
    padding: 80px 60px 50px 60px;
    border-radius: 30px;

    background: radial-gradient(circle, rgba(65, 148, 220, 1) 0%, rgba(33, 54, 100, 1) 100%);
    box-shadow: 0px 0px 1px 2px #000, inset 0px 0px 20px 10px #00000086, inset 0px 0px 0px 4px #ffaf02;
    border: 5px solid #f9cb4f;

}

.cardLogoGame {
    width: 200px;
    min-width: 200px;
    /* height: 250px; */
    height: 320px;
    padding: 10px;

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

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

    /* background: #000; */
}

.cardLogoGame p {
    height: 45px;
}

.cardItemMainLayout_outside.logoGame {
    position: relative;
    width: 140px;
    min-width: 140px;
    height: 140px;
    overflow: hidden;
}

.cardItemMainLayout_outside.logoGame .cardItemLayout {
    background: radial-gradient(circle, rgba(55, 99, 196, 1) 0%, rgba(17, 30, 61, 1) 100%);
    justify-content: center;
}

.cardItemMainLayout_outside.logoGame .cardItemLayout .cardItem_itemImg {
    width: 100px;
    min-width: 100px;
}

.cardEventTitle {
    position: relative;
    width: 100%;
    height: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(49, 90, 152, 1) 0%, rgba(38, 126, 189, 1) 100%);
    box-shadow: inset 0px 3px 10px #000;
}

.cardEventItemTitle {
    width: 30px;
    height: 30px;
}

.cardEventStatus {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);

    min-width: 140px;
    height: 30px;
    border-radius: 8px;
    padding: 5px;

    background: #fff;
    color: #000;

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

    font-family: "FCVision", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

/* =========================
   LOGIN PAGE
========================== */
.loginMainLayout {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1190px;
    height: 100dvh;
    padding: 50px;
    margin: 0px auto;

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

.loginCardMainLayout_outside {
    width: 100%;
    max-width: 850px;
    min-height: 220px;
    border-radius: 20px;
    padding: 3px;
    overflow: hidden;

    background: linear-gradient(180deg, rgba(251, 224, 156, 1) 60%, rgba(248, 178, 108, 1) 100%);
    border: 3px solid #000;
    color: #fff;

    font-size: 13px;
    line-height: 15px;
    font-family: "FCVision", sans-serif;
    font-weight: 300;
}

.loginCardItemLayout {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 50px;

    background: radial-gradient(circle, rgba(55, 99, 196, 1) 0%, rgba(17, 30, 61, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: inset 1px 1px 10px #000;
}

.loginCardtitleLayout {
    font-family: "FCVision", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 3px 3px 0 #2d5389, -3px 3px 0 #2d5389, 3px -3px 0 #2d5389, -3px -3px 0 #2d5389, 3px 0 0 #2d5389, -3px 0 0 #2d5389, 0 3px 0 #2d5389, 0 -3px 0 #2d5389;
}


.btn.socialMedai {
    width: 350px;
    height: 50px;
    border-radius: 50px;
    padding: 5px 20px;

    border: 1px solid #fff;
    background: #fff;

    display: flex;
    align-items: center;
    gap: 10px;

    transition: all .5s;
    box-shadow: 1px 1px 5px #00000054;
}

.btn.socialMedai.facebook {
    background: #1877F2;
    border: 1px solid #1877F2;
    color: #fff;
}

.btn.socialMedai.facebook:hover {
    background: #fff;
    color: #1877F2;
}

.btn.socialMedai.apple {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}


.btn.socialMedai.apple:hover {
    background: #fff;
    color: #000;
}

.btn.socialMedai.google {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.btn.socialMedai.google:hover {
    background: #0c75ff;
    border: 1px solid #0c75ff;
    color: #fff;
}


.btn.socialMedai span {
    display: block;
    width: 100%;

    font-size: 18px;
    font-weight: 500;
}

.btn.socialMedai i {
    font-size: 25px;
}

.btn.socialMedai img {
    width: 22px;
    height: 22px;
}

.btn.socialMedai.huawei img {
    width: 30px;
    height: 30px;
}

/* ==== INPUT ==== */
/* STYLE F */

.checkbox.style-f {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-f input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkbox.style-f input:checked~.checkbox__checkmark:after {
    transform: scale(1);
}

.checkbox.style-f .checkbox__checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    transition: background-color 0.25s ease;
    border-radius: 5px;

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

.checkbox.style-f .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #0077d9;
    border-radius: 4px;
    transform: scale(0);
    transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
    font-size: 14px;
    transition: font-weight 0.25s ease;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.checkbox-wrapper a {
    font-size: 14px;
    color: #98d6ff;
    font-weight: 600;
    font-family: "FCVision", sans-serif;
}

.checkbox-wrapper span {
    font-size: 14px;
    color: #fff;
}

.inputError_text {
    margin-top: 5px;
    width: fit-content;
    height: 30px;
    padding: 2px 15px;
    border-radius: 50px;
    display: none;
    align-items: center;
    gap: 5px;
    background: #ffe0e0;
    color: #dd0000;
}

.inputError_text span {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 4px;
}

.inputError_text.show {
    display: flex;
}

/* ซ่อน spinner ใน Chrome, Safari, Edge */
input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ซ่อน spinner ใน Firefox */
input.no-spin[type=number] {
    -moz-appearance: textfield;
}

.logoTagLayout {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff8dd;
    padding: 0px 10px;
    border-radius: 8px;
    width: fit-content;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 10px;
    color: #bb8038;
    font-weight: 700;
}


/* =========================
   MODAL REWARD FORM
========================== */

.modal-content.formReward {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(65, 148, 220, 1) 0%, rgba(33, 54, 100, 1) 100%);
    box-shadow: 0px 0px 1px 2px #000, inset 0px 0px 20px 10px #00000086, inset 0px 0px 0px 4px #ffaf02;
    border: 5px solid #f9cb4f;
    color: #fff;
}

.modal-content.formReward .content_titleLayout {
    width: 420px;
    height: 55px;
    top: -27px;
    padding: 5px 40px;
}

.modal-content.formReward .content_titleLayout span {
    font-family: "FCVision", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    padding-bottom: 7px;
    color: #fff;
    text-shadow: 2px 2px 0 #2d5389, -2px 2px 0 #2d5389, 2px -2px 0 #2d5389, -2px -2px 0 #2d5389, 2px 0 0 #2d5389, -2px 0 0 #2d5389, 0 2px 0 #2d5389, 0 -2px 0 #2d5389;
}

.rewardFormMainLayout {
    width: 100%;
    height: 100%;

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

.rewardFormTitle {
    width: 100px;
}

.form-select {
    background-color: rgba(20, 40, 80, 0.9);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFD700' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;

    border: 2px solid #FFD700;
    border-radius: 8px;

    color: #FFFFFF;

    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    height: 45px;
}

.form-select:hover {
    background-color: rgba(30, 50, 90, 0.95);
    border-color: #FFF;
    box-shadow:
        0 0 15px rgba(255, 215, 0, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-select:focus {
    background-color: rgba(30, 50, 90, 1);
    border-color: #FFD700;
    box-shadow:
        0 0 20px rgba(255, 215, 0, 0.6),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
    outline: none;
}

/* Styling for options */
.form-select option {
    background-color: #1a2f5a;
    color: #FFFFFF;
    padding: 10px;
}

.form-select option:hover,
.form-select option:checked {
    background-color: #2a4f7a;
    color: #FFD700;
}

input[type="text"] {
    background-color: rgba(20, 40, 80, 0.9);
    border: 2px solid #FFD700;
    border-radius: 8px;
    color: #FFFFFF;
    height: 45px;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);

    transition: all 0.3s ease;

    display: flex;
    align-items: center;
}

.form-control::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

input[type="text"]:hover {
    background-color: rgba(30, 50, 90, 0.95);
    border-color: #FFF;
    box-shadow:
        0 0 15px rgba(255, 215, 0, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

input[type="text"]:focus {
    background-color: rgba(30, 50, 90, 1);
    border-color: #FFD700;
    box-shadow:
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
    outline: none;
    color: #FFFFFF;
}