.pricing_wrap {
    padding: 1.3rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none !important; 
    border: 1px solid #e9ecef !important;
    height: 380px;
    padding: 0.75rem !important;
}



.profile-img-div {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 4;
    margin: auto;
}

.profile-img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.player-tag-right {
    position: absolute;
    top: -5px;
    left: 50%;
    padding: 7px 10px;
    background-color: #f1efff;
    color: #650688; 
    border-radius: 15px; 
    white-space: nowrap;
    z-index: 5;
}

.player-tag-left {
    position: absolute;
    top: -5px;
    right: 59%;
    white-space: nowrap;
}

.recommended {
    background-color: #f1efff !important;
    color: #650688 !important;
}

.three-users-top-name {
    font-size: 16px;
    text-align: center;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.div-game-size, 
.div-game-size-second {
    padding: .5rem !important;
    margin-left: 1rem !important;
    background-color: #f1efff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-game-size {
    height: 24px;
    width: 24px;
}

.badge_style_first {
    width: 30px;
    border: rgba(0, 0, 0, 0.25) solid 1px;
    border-radius: 50%;
    margin: 2px;
}
