.bpRewardBgMain {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.bpRewardBg {
    width: 100%;
}

.brRewardBgFooter {
    position: absolute;
    bottom: 0px;
    left: 0px;

    width: 100%;
    height: 300px;

    background: linear-gradient(180deg, rgba(138, 14, 16, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

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

    width: 100%;
    height: 350px;
    padding: 20px;
    margin-bottom: 20px;

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

.bpGhostTitle {
    width: 100%;
    max-width: 500px;
}

.bpRewardLogo {
    width: 100%;
    max-width: 800px;
}

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

    background: #000;
    color: #fff;

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

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

    width: 100%;
    height: 100%;
}

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

    width: 100%;
    max-width: 1100px;
    min-height: 100dvh;
    margin: 0 auto;
    padding-top: 180px;
}

.bpRewardContentFrameMain {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
}


.bpRewardContentFrame {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    padding: 20px;
    color: #000;
}



.bpRewardFrameObject {
    width: 60px;

    position: absolute;
    z-index: 2;
}

.bpRewardFrameObject.left {
    top: -7px;
    left: -5px;
}

.bpRewardFrameObject.right {
    top: -6px;
    right: -3px;
}

.bpRewardFrameContent {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 100dvh;

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

.bpRewardNormalMainLayout {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5px;
    border-radius: 0px;
    background: #5f472ee3;
    border: 4px solid #aea68a;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;

    overflow: hidden;
}

.bpRewardPremiumMainLayout {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5px;
    border-radius: 0px;
    background: #6c0000e7;
    border: 4px solid #6c0000;

    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;

    overflow: hidden;
}


.bpRewardItemLayout {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

#ItemNormal,
#ItemPremium {
    border: 4px solid #4d5255;
}

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

    width: 100%;
    height: 100dvh;

    background: url("../img/reward/object_02.png");
    background-position: top;
    background-size: cover;
    opacity: .3;
}

.rewardItemTitle {
    width: 100%;
    height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 35px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}

.rewardItemTitle.normal {
    text-shadow: 2px 2px 3px #967300;
    color: #fff;
}

.rewardItemTitle.premium {
    text-shadow: 2px 2px 3px #000329;
    color: #fff;
}

.rewardItemContentMainLayout {
    width: 100%;
    min-height: 120px;


    display: flex;
    align-items: stretch;
    /* gap: 5px; */
}

.rewardItemContentMainLayout.higher {
    height: 500px;
    min-height: 500px;
}

.rewardItemContentMainLayout.high {
    height: 140px;
    min-height: 140px;
}

.rewardItemContentMainLayout.highs {
    height: 228px;
    min-height: 228px;
}

.rewardItemContentMainLayout.high02 {
    height: 228px;
    min-height: 228px;
}

.rewardItemContentMainLayout.high03 {
    height: 140px;
    min-height: 140px;
}

.rewardItemNoLayout {
    width: 80px;
    min-width: 80px;
    height: 100%;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.rewardItemNoLayout.vertical {
    height: 40px;
}

.rewardItemNoLayout.normal {
    background: #c0ad93;
    color: #fff;
}

.rewardItemNoLayout.premium {
    background: #563e34;
    color: #ffffff;
}


.rewardItemContent {
    width: 100%;
    min-height: 80px;
    padding: 10px;

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

    background: #fff;
    color: #000;
}

.rewardItemContent.special {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
}

.rewardItemContent.specialItem {
    height: 100%;
}

.rewardItem {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.rewardItem.vertical {
    width: 110px;
    min-width: 110px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rewardItem span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.rewardItem.vertical span {
    height: fit-content;
}

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

.rewardSpace {
    width: 100%;
    height: 187px;
}

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

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

    color: #fff200;
    font-size: 17px;
    font-weight: 500;
}

.rewardNoteItem {
    width: 100%;
    height: 140px;
    padding: 10px;

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

    background: #fff;
}

.rewardNoteItem.special {
    height: 180px;
}

.rewardNoteItem.special2 {
    height: 180px;
}

.rewardNoteItem span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.rewardTagLayout {
    width: fit-content;
    height: 30px;
    padding: 5px 10px;
    border-radius: 8px;

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

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

.rewardTagLayout.primary {
    background: #dfebff;
    color: #015bf8;
}

.rewardTagLayout.secondary {
    background: #ffdfdf;
    color: #f80101;
}

.rewardTagLayout.secondary {
    background: #ffdfdf;
    color: #f80101;
}

.rewardTagLayout.warning {
    background: #fff5df;
    color: #f87001;
}

.bpBtnSubWeb {
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 5;
    width: 150px;
    height: 30px;

    padding: 0px;
    padding-bottom: 28px;
}

.bpBtnSubWeb span {
    font-size: 14px;
}

.glow-move {
    display: inline-block;
    animation:
        floatMove 4s infinite ease-in-out;
}

@keyframes floatMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bprewardLayoutItemSpecial {
    width: 100%;
    height: 200px;

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

.bprewardLayoutItemSpecial02 {
    width: 100%;
    height: 230px;

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

#Lv_2500_Baphomet,
#title_2500 {
    border-radius: 0px 0px 0px 30px
}

#Lv_2500_Moonlight,
#item_2500 {
    border-radius: 0px 0px 30px 0px
}

.bpRewardContentTop {
    position: absolute;
    z-index: 1;
    top: -180px;
    left: 0;

    width: 100%;
}

.bpRewardContentTop_2 {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;

    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #8a0e1000 0%, #ffffff 40%);
}

.bpRewardContentFooter {
    position: absolute;
    z-index: 1;
    bottom: -180px;
    left: 0;

    width: 100%;
}

.bpRewardContentFooter_2 {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;

    width: 100%;
    height: 250px;
    background: linear-gradient(0deg, #8a0e1000 0%, #ffffff 40%);
}

.close-button {
    position: fixed;
    z-index: 4;
    top: 90px;
    left: 20px;

    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid transparent;

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

    font-size: 20px;
    color: #d1d3cb;
    background: #971009c5;
    box-shadow: 0px 0px 10px 5px #971009;

    transition: .5s;
}

.close-button:hover {
    background: #971009;
}