body {
    /* background-color: #d9d9d9; */
}

.userHead {
    /* background-color: #08d92a; */
    /* height: 400px; */
    background-color: #89d8d3;
    background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
    border-radius: 0 0 40% 40%;


}

.userHeadCover {
    margin: -10px 5px 5px 5px;
    background-color: #10efff00;
    height: 250px;
    border-radius: 0 0 9px 9px;
    width: 100%;
    overflow: hidden;
    position: relative;

    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
    }
}

.updateCover {
    width: 40px;
    z-index: 5;
    position: relative;
    top: -10px;
    right: -10px;
}

.userInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 150px;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.userInfoBG {
    background-color: #c2c2c264;
    backdrop-filter: blur(10px);
}

.profileImg {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translate(10px, 10px);
    margin: 0;
}

.frameImg {
    position: absolute;
    transform: translate(0%, 0%);
    margin: 0;
    height: 120px;
}

.frame {
    position: relative;
    height: 110px;
    width: 100px;
    /* background-color: #fff; */
}

.verifyImg {
    position: absolute;
    height: 40px;
    left: 100px;
    top: 95px;
}

.userinfo {
    margin-left: 40px;
    /* background-color: #fff; */

    h3 {
        margin: 2px 0;

    }

    p {
        margin: 2px 0;
    }
}

.coinXP {
    display: flex;
    align-items: center;
}

.XPimg {
    margin-right: 5px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(to right, #BF953F,
            #FCF6BA,
            /* #B38728,
            #FBF5B7, */
            #AA771C);
}

.Streaks {
    background-color: #f4dbdb;
    padding: 10px;
    border-radius: 10px;
}

.streakHead {
    margin: 5px;
    font-size: larger;
}

.streaks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strik {
    height: 50px;
    border-radius: 9px;
    /* background-color: #fff; */
}

.Posts {
    margin: 15px 0;
    background-color: #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}

.buttons {
    a {
        text-decoration: none;
    }

    .active {
        font-weight: bolder;
        box-shadow: 2px 5px 5px rgba(217, 22, 19, 0.404);
    }
}

.Cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.badgebox {
    height: fit-content;
    width: 200px;
    margin: 5px;
}

.Badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}


.Badge {
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

    .badgedata {
        margin-left: 5px;
    }

    img {
        margin: 0;
        text-align: center;
        height: 100px;
    }
}

.lockedBadges {
    background-color: #3cf1578a;
}

.lockedBadges-----::before {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #91ecd08f;
}

.inputImg {
    width: 100%;
    max-height: 200px;
    margin-top: 10px;
}

.table {
    width: 100%;
    background-color: #b81414;
}

.tableRow {
    background-color: #fff;
    width: calc(100% - 10px);
    padding: 5px;
    margin: 5px;

    th {
        text-align: left;
        padding: 5px;
    }

    td {
        padding: 5px;
    }
}

.PFF {
    display: flex;
    flex-wrap: wrap;

    b {
        padding: 5px;
    }

    b+b {
        margin: 0 8px;
    }
}

.changeLine2 {
    display: none;
    /* margin-bottom: 10px; */
    padding-bottom: 20px;

    p {
        margin: 2px;
        padding-left: 40px;
    }
}

/* redeem page */
.redeems-list {
    display: flex;
    /* background-color: #fff; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.redeemed-product {
    margin: 5px;
    border: 1px solid beige;
    max-width: 500px;
    background-color: #e2e2e2;
    border-radius: 4px;
    display: flex;
}

.redeemed-product-full {
    width: calc(100% - 10px);
    border: 1px solid beige;
    /* max-width: 500px; */
    background-color: #e2e2e2;
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;

}

.redeemed-product .btn,
.redeemed-product-full .btn {
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: calc(100% - 20px);
}

.status.canceled {
    color: #b81414;
}

.status.delivered {
    color: #489001;
}

.status.pending {
    color: #01493d;
}

.redeemed-product img,
.redeemed-product-full img {
    padding: 2px;
    border-radius: 4px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.redeemed-product-full img {
    width: 300px;
    max-width: 300px;
}

.redeemInfo {
    padding: 5px;
    width: 100%;
    min-width: 300px;

}

.redeemed-product-full .redeemeInfo {
    flex-grow: 1;
    width: calc(100% - 20px);
}

.cancel {
    background-color: #f08e8e;
    color: black;
}

.cancel:hover {
    background-color: #f07c7c;
}

@media screen and (max-width: 760px) {
    .buttons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        a {
            display: inline-block;
            flex-grow: 1;

            .custom-btn {
                width: calc(100% - 10px);
            }
        }
    }

    .Badges {
        justify-content: space-around;
    }


    .Badge {
        width: 150px;
    }
}


@media screen and (max-width: 650px) {
    .userHeadCover {
        height: 150px;

        img {
            height: 150px;
        }
    }
}

@media screen and (max-width: 555px) {
    .userInfo {
        /* flex-direction: column; */
        align-items: center;
        flex-wrap: nowrap;
    }

    .userHeadCover {
        /* display: none; */
        margin: -10px 5px 5px 5px;
    }

    .FollowBtn {
        /* display: block; */
    }

    .changeLine {
        display: none;
    }

    .changeLine2 {
        display: block;
    }

    .userinfo {
        margin-left: 20px;
    }

}

@media screen and (max-width: 400px) {
    .Posts {
        padding: 0%;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        a {
            width: calc(50% - 0px);
            display: inline-block;
            min-width: 150px;

            .custom-btn {
                width: calc(100% - 10px);
            }
        }
    }

    .Badges {
        justify-content: center;
    }

    .Badge {
        width: calc(100% - 10px);
        max-width: 300px;
    }

    .PFF {
        flex-direction: column-reverse;

        b+b {
            margin: 0px;
        }
    }
}