﻿.page-cover {
    width: 100%;
    position: relative;
    padding-top: calc(594 / 1903 * 100%);
}

.page-content {
    width: 100%;
    background-image: url("../images/bg_main.jpg");
    background-position: top center;
    background-size: 100% auto;
    padding: clamp(2rem,8vw,8rem) 1rem;
}

.cover-image {
    position: absolute;
    inset: 0;
}

    .cover-image img {
        width: 100%;
        object-fit: cover;
    }

.cover-image-mobile {
    display: none;
}

@media (max-width: 992px) {
    .page-cover {
        padding-top: calc(1080 / 1920 * 100%);
    }

    .cover-image-mobile {
        display: block;
    }

    .cover-image-pc {
        display: none;
    }
}

.box-normal {
    width: 100%;
    max-width: 533px;
    margin: 0 auto;
    background: url("../images/bg_user_infor.png") no-repeat top right/100% 100%;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.box-name {
    width: fit-content;
    margin: 0 auto;
}

    .box-name img {
        width: auto;
        max-width: 100%;
        height: 48px;
        object-fit: contain;
    }

    .box-name.isLstInvite img {
        height: 56px;
    }

.box-content {
    flex: 1;
    color: #FFB055;
    font-size: clamp(14px, 14px + 0.25vw, 18px);
}

.cts-list-dot {
    width: 100%;
    list-style: none;
}

    .cts-list-dot li {
        padding-left: 1.5rem;
        background: url("../images/ic_dots.png") no-repeat center left/16px 16px;
        margin: 1rem 0;
    }


@media (max-width: 992px) {
    .box-normal {
        aspect-ratio: 533/382;
    }

    .box-name img {
        height: 32px;
    }

    .box-name.isLstInvite img {
        height: 38px;
    }
}

.table-lst-invite {
    width: 100%;
    text-align: center;
}

    .table-lst-invite th:first-child {
        width: 20%;
    }

    .table-lst-invite th:nth-child(2) {
        width: 60%;
    }

    .table-lst-invite th:nth-child(3) {
        width: 20%;
    }

    .table-lst-invite td, .table-lst-invite td {
        padding: clamp(0.25rem, 2vw, 0.5rem);
    }


.mission-section {
    width: 100%;
    background: url("../images/bg_mission.png") no-repeat top left / 100% 100%;
    padding: clamp(1.5rem, 2vw, 2.5rem) clamp(1.5rem, 6vw, 4rem);
    color: #FFB055;
}

    .mission-section ul {
        padding: 0;
        margin: 0;
    }

.btn-receive {
    width: 100%;
    max-width: 283px;
    aspect-ratio: 283/80;
    cursor: pointer;
    background: url("../images/btn_recieve.png") no-repeat top right / 100% 100%;
}

    .btn-receive.received {
        pointer-events: none;
        background: url("../images/btn_recieved.png") no-repeat top right / 100% 100%;
    }

    .btn-receive.non-received {
        pointer-events: none;
        background: url("../images/btn_non_recieved.png") no-repeat top right / 100% 100%;
    }

.mission-task {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(12px, 12px + 0.5vw, 16px);
}

.mission-name {
    flex: 1;
}

.mission-progress, .mission-actions {
    width: 18%;
    text-align: center;
}

.gift-card {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
}

.gift-image,
.gift-image img {
    width: 100%;
}

.gift-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}


.max-level-title {
    width: 100%;
    text-align: center;
    color: white;
    margin: clamp(2rem, 2rem + 1vw, 4rem) auto;
    font-size: clamp(12px, 2vw, 24px)
}

.max-level-grid {
    max-width: 1280px;
    margin: 0 auto;
}

.fp-mission-section .cts-list-dot li {
    margin: clamp(1rem, 1rem + 3vw, 2rem) 0;
}

.overflow-box-gift {
    width: 100%;
    overflow: hidden;
}


.message-invite {
    font-size: clamp(16px, 16px + 0.5vw, 24px);
    color: white;
    margin: 0rem;
    color: #FFB055;
    text-align: center;
}


.btn-confirm-invite {
    cursor: pointer;
}
