
.gift_btn{
    margin: unset;
font-size: 23px;
color: #f3f2f1;
background: #ff560c;
width: fit-content;
padding: 10px 49px;
border-radius: 21px;
margin-left: 30%;

}
.gift_btn:hover,.gift_btn:focus{text-decoration: unset;color: #e71a00;}
.pwc_stp1{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #199a00;
}
.pwc_stp1 span{
    font-size: 35px;
    font-weight:200;
}
.giveaway-details-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.giveaway-details {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.giveaway-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.giveaway-meta p {
    font-size: 16px;
    margin: 10px 0;
}

.giveaway-entries {
    margin-top: 30px;
}

.entry-list {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between each entry item */
}

.entry-item {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between step, button, and tick */
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.entry-step {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #1877f2;
    padding: 5px 10px;
    border-radius: 5px;
    flex-shrink: 0;
}

.entry-button {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.entry-button:hover {
    background: #f0f0f0;
}

.entry-button:disabled {
    background: #e0e0e0;
    color: #888;
    cursor: not-allowed;
}

.platform-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.points-badge {
    background: #1877f2;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
}

.green-tick {
    color: green;
    font-size: 20px;
    display: flex;
    align-items: center;
}

/* Completion and completed message */
.completion-message, .completed-message {
    text-align: center;
    background-color: #5fac5a;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.completing-message {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.expired-message {
    background-color: #d9534f; /* Red for expired */
    color: #fff;
}

.upcoming-message {
    background-color: #f0ad4e; /* Orange for upcoming */
    color: #fff;
}

/* logo */
.logo-32 {
    width: 32px;
    height: 32px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .entry-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .entry-button {
        width: 100%;
        justify-content: flex-start;
    }

    .green-tick {
        margin-top: 5px;
    }
}
.click_for_register img{
    height:90px;
    width:728px;
}
.planGiftImage{
    padding:10px;
}
.planGiftImage img{
    height:40px;
}
.gift_btn:hover, .gift_btn:focus {
    text-decoration: unset;
    color: #f9f6f5;
}
#msg{
    font-size: 20px;
}