
/* user infor wrapper */
.user-info-header {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    padding: 18px 44px 35px 44px;
}

/* user image and following, followers, etc. wrapper */
.user-section-member-box {
    display: inline-block;
    position:  relative;
    width:  205px !important;
    height:  205px !important;
}

/* user profile icon */
.user-section-member-background {
    width:  205px !important;
    position:  absolute;
    top:  0;
    left:  4px;
    z-index:  1;
}

.user-section-member-profile {
    width:  138px !important;
    height: 138px;
    object-fit: cover;
    margin:  32px 32px; 
    border-radius:  10px !important;
    border-radius:  10px !important;
    background-color:  white;
    border: 2px solid #ea4c5f;
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  2;
}

/* user nickname */
.user-nickname {
    font-size: 35px !important;
    font-weight: 400 !important;
    letter-spacing: 0;
}

/* followers, following wrapper - mobile */
.user-mobile {
    display: none;
}

.user-profile-left-2 {
    display: flex;
}

.user-dashboard {
    display: flex;
    margin-bottom: 10px;
}

/* Follow button */

.user-follow-button {
    color: #fff !important;
    background-color: #fd9627 !important;
}

/* user stats on mobile */
.user-stats-responsive-mobile {
    align-items: center !important;
    justify-content: center !important;
    margin-left: 40px !important;
}

.user-stats-responsive-desktop {
    margin-bottom: 25px !important;
    display: flex;
}

.user-profile-buttons {
    display: flex;
}

.user-profile-buttons .action-button-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
    border-radius: 12px !important;
    letter-spacing: 0;
    font-weight: 500;
    /* font-weight: bold !important; */
}

.user-profile-buttons .action-button-done-v2 {
    border-width:  2px;
    box-sizing:  content-box;
}


.small-event-list-title {
    width: 250px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.user-profile-right-2 .subtitle {
    font-family: Lato, sans-serif;
    color: #555;
    max-width: 800px;
}

/* modal styles */
h3.user-followers-title {
    font-size: 30px !important;
}


/* activities modal */
.activities-list-title {
    width: 400px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.activity-time-rate {
    color: #555;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 13px;
    font-family: Lato, sans-serif;
}

/* Override css from Dev.css */

.user-stats-2 {
    margin-bottom: 0px;
    /* margin-left: -10px;
    margin-right: -10px; */
    box-sizing: border-box;
    padding: 5px 0;
}

.user-profile-username-2 {
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
    color: #555;
    letter-spacing: 0;
    font-family: Lato, sans-serif;
}

.user-profile-left-2 {
    height: 155px;
    text-align: center;
}

.user-stat-entry-2 {
    display: inline-block;
    margin-right: 43px;
    /* margin-bottom: 10px; */
    color: #555555 !important;
    font-size: 25px;
}

a.user-stat-entry-2 {
    color: #fd9627;
    text-decoration: none;
}

div.user-stat-value-2 {
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    font-weight: bold;
}

div.user-stat-label-2 {
    font-family: Lato, sans-serif;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0;
}

div.small-event-list-2 {
    margin: 20px 0;
    max-height: 400px;
    overflow-y: scroll;
    padding-left: 40px;
}

/* custom scroll */
.small-event-list-2::-webkit-scrollbar {
    width: 2px;               /* width of the entire scrollbar */
}

.small-event-list-2::-webkit-scrollbar-track {
    background: rgb(182, 179, 179);        /* color of the tracking area */
}

.small-event-list-2::-webkit-scrollbar-thumb {
    background-color: #555;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    /* border: 3px solid orange;  creates padding around scroll thumb */
}

a.small-event-list-item-2 {
    display: flex;
    position: relative;
    min-height: 50px;
    text-decoration: none;
    color: #333333;
    margin-bottom: 30px;
}

a.small-event-list-item-2 img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 57px;
    width: 50px;
}

a.small-event-list-item-2 img.small-event-list-profile-icon {
    object-fit: cover;
    border-radius: 7px;
    border: 2px solid #ea4c5f;
    box-sizing: border-box;
}

div.small-event-list-text-2 {
    margin-left: 65px;
    padding-right: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.small-event-list-strap-2 {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    width: 108px;
    height: 26px;
    min-width: 90px;    
}

div.small-event-list-strap-2 a {
    background-color:  #fd9627;
    color:  #fd9627;
    border:  1px solid #fd9627;
    border-radius:  7px;
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

div.small-event-list-strap-2 a.followed {
    background-color:  white;
    color:  #fd9627;
    border:  1px solid #fd9627;
    border-radius:  7px;
}

.user-media-feed-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3px;
}

.user-media-feed-v2 .user-media-feed-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.user-media-feed-v2 .user-media-feed-item video {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.user-media-feed-v2 .user-media-feed-item img { 
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.user-media-feed-v2 .user-media-feed-content {
    display: inline-block;
    width: 100%;
    height: 450px;
    text-align: left;
}

.user-media-feed-v2 .target-media-item {
    width: 100%;
    height: 100%;
    max-width: 600px;
    margin-bottom: -8px;
    position: relative;
}

.user-media-feed-v2 .target-media-item video {
    width: 100%;
    max-width: 600px;
}

.tag-vip-small-2 {
    display: inline-block;
    /* height: 15px; */
    font-size: 20px;
    color: #fd9627 !important;
    padding: 0px 4px 3px 8px;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-bottom: 2px;
}

div.media-feed-container {
    padding-left: 5px;
    padding-right: 5px;
    max-width:  1350px;
    margin:  0 auto;
}

div.public-content-2 {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 80px;
    max-width: 1280px;
}

div.overlay-modal-content-v2 {
    padding: 5px 20px;
    position: relative;
    background-color: #fff;
    min-height: 300px;
    border-radius: 15px;
}

p.subtitle-2 {
    margin-top: -14px;
    margin-bottom: 55px;
    font-size: 22px;
    color: #888888;
    line-height: 1.4;
    max-width: 800px;
}

@media all and (min-width: 760px) {
    div.user-profile-right-2 {
        padding-top: 20px;
        margin-left: 42px;
        /* margin-top: -3px; */
        /* margin-bottom: 20px; */
        /* min-height: 160px; */
    }
}

@media all and (max-width: 1380px) {
    .user-profile-right-2 .subtitle-2 {
        max-width: 700px;
    }
}

@media all and (max-width: 1075px) {
    .user-profile-right-2 .subtitle-2 {
        max-width: 600px;
    }
}


@media all and (max-width: 990px) {
    .user-profile-right-2 .subtitle-2 {
        max-width: 500px;
    }

    .user-stat-entry-2 {
        margin-right: 30px !important;
    }

    .user-section-member-box {
        width:  165px !important;
        height:  165px !important;
    }

    .user-section-member-background {
        width:  165px !important;
        left:  4px;
    }

    .user-section-member-profile {
        width:  105px !important;
        height: 105px;
        margin:  29px 29px; 
        border-radius:  10px !important;
        background-color:  white;
    }
}

@media all and (max-width: 967px) { 
    .user-media-feed-v2 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .user-media-feed-v2 .user-media-feed-content {
        height: 380px;
    }
}

@media all and (max-width: 925px) {
    div.user-stat-value-2 {
        line-height: 1;
        font-size: 25px !important;
    }

    div.user-stat-label-2 {
        font-size: 19px !important;
    }

    div.public-content-2 {
        margin-top:40px;
    }

}

@media all and (max-width: 845px) { 

    .user-info-header {
        padding: 20px 10px;
    }

    .user-section-member-box {
        width:  165px !important;
        height:  165px !important;
    }

    .user-stats-responsive-mobile {
        margin-left: 30px !important;
    }

    .user-section-member-background {
        width:  165px !important;
        left:  4px;
    }

    .user-section-member-profile {
        width:  105px !important;
        height: 105px;
        margin:  29px 29px; 
        border-radius:  10px !important;
        background-color:  white;
    }

    .user-nickname {
        font-size: 20px !important;
        font-weight: 500 !important;     
    }

    .user-mobile .user-stat-entry-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .small-event-list-title {
        font-size: 13px;
        width: 200px;
    }

    .activities-list-title {
        font-size: 13px;
        width: 300px;
    }

    .user-profile-right-2 .subtitle-2 {
        max-width: 500px;
    }

    /* Override css */

    div.public-content-2 {
        margin-top: 20px;
    }
}

@media all and (max-width: 840px) {   
    .user-media-feed-v2  {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .user-media-feed-v2 .user-media-feed-content {
        height: 350px;
    }
}

@media all and (max-width: 820px) { 
    .tag-vip-small-2 {
        font-size: 10px;
        padding: 4px 4px 3px 6px;
    }

    p.subtitle-2 {
        margin-top: -14px;
        margin-bottom: 25px;
        font-size: 16px;
        color: #888888;
        line-height: 1.4;
    }
}

@media all and (max-width: 759px) { 
    .user-info-header {
        padding: 20px 10px;
        flex-direction: column;
    }

    .user-mobile {
        display: flex;
    }

    .user-stats-responsive-mobile {
        margin-left: 30px !important;
    }

    .user-stats-responsive-desktop {
        margin-bottom: 25px !important;
        display: none;
    }

    .user-profile-right-2 {
        padding: 0 10px;
    }

    .user-profile-right-2 .subtitle-2 {
        margin-bottom: 15px !important;
        color: #7B7B7B;
    }

    .user-profile-right-2 .user-profile-username-2 {
        margin-bottom: 25px;
    }

    .user-profile-username-2 {
        font-size: 14px !important;
    }

    .user-profile-username-2 {
        font-size: 14px !important;
    }

    /* Override css */

    div.small-event-list-2 {
        padding-left: 10px;
        height: 89%;
        max-height: 100%;
        overflow-y: scroll;
        padding-left: 15px;
    }

    div.small-event-list-text-2 {
        padding-right: 15px;
    }

    div.user-stat-value-2 {
        line-height: 1;
        font-size: 20px !important;
    }

    div.user-stat-label-2 {
        font-size: 14px !important;
    }

    div.public-content-2 {
        margin-top: 0;
    }

    div.overlay-modal-content-v2 {
        padding: 5px 20px;
        position: relative;
        background-color: #fff;
        height: 97%;
        min-height: 300px;
        border-radius: 15px;
    }
}

@media all and (max-width: 650px) {
    .user-media-feed-v2 {
        grid-gap: 3px;
    }

    .user-media-feed-v2 .user-media-feed-content {
        height: 260px;
    }
}

@media all and (max-width: 599px) {

    /* user stats update */
    .user-stat-entry-2 {
        margin-right: 25px;
    }

    div.user-stat-value-2 {
        line-height: 1;
        font-size: 16px !important;
    }

    div.user-stat-label-2 {
        font-size: 10px !important;
    }

    .followers-modal-closer-2 {
        top: 13px !important;
        right: 25px !important;
        left: 93% !important;
    }
}

@media all and (max-width: 520px) { 
    .user-stats-responsive-desktop {
        margin-bottom: 25px !important;
        display: none;
    }

    
    .user-profile-left-2 {
        height: 115px;
        align-items: center;
    }
    
    .user-info-header {
        padding: 0;
        flex-direction: column;
        min-height: auto;
        margin-bottom: 15px;
    }
    
    .user-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    
    .user-stats-responsive-mobile {
        margin-left: 20px !important;
    }

    .user-section-member-box {
        width:  110px !important;
        height:  110px !important;
    }
    
    .user-section-member-background {
        width:  110px !important;
        left:  2px;
    }
    
    .user-section-member-profile {
        width:  70px !important;
        height: 70px;
        margin:  17px 20px; 
        border-radius:  6px !important;
        background-color:  white;
    }

    .user-nickname {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    
    .user-profile-username-2 {
        font-size: 11px !important;
    }
    
    .small-event-list-title {
        font-size: 13px;
        width: 120px;
    }

    .activities-list-title {
        font-size: 13px;
        width: 200px;
    }

    .user-profile-right-2 .subtitle-2 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .user-profile-buttons .action-button-v2 {
        border-radius: 5px !important;
        border: 1px solid #fd9627 !important;
        /* font-weight: bold !important; */
    }    

    .activity-time-rate {
        font-size: 11px;
    }

    /* Override css */

    a.small-event-list-item-2 img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 46px;
        width: 41px;
    }

    div.small-event-list-strap-2 {
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        height: 21px;
        width: 87px;
        min-width: 80px;    
    }

    div.small-event-list-strap-2 a {
        font-size: 13px;
    }

    div.small-event-list-text-2 {
        margin-left: 55px;
    }
}

@media all and (max-width: 500px) { 
    .user-media-feed-v2 .target-media-item i.target-media-item-audio {
        bottom: 10px;
        right: 10px;
    }
}

@media all and (max-width: 475px) {
    .user-media-feed-v2 .user-media-feed-content {
        height: 200px;
    } 
} 

@media all and (max-width: 440px) { 
    .followers-modal-closer-2 {
        top: 13px !important;
        left: 88% !important;
    }

    div.overlay-modal-content-v2 {
        padding: 5px 10px;
    }
}

@media all and (max-width: 420px) {
    .user-media-feed-v2 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }

    .user-media-feed-v2 .user-media-feed-content {
        height: 161px;
        width: 100%;
    } 

    .user-media-feed-v2 .user-media-feed-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: none;
        max-height: 500px;
    }

    .user-media-feed-v2 .user-media-feed-item img {
        width: 100%;
        max-width: none;
        height: 100%;
    }

    .user-media-feed-v2 .user-media-feed-item {
        display: block;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        vertical-align: top;
    }

}


@media all and (max-width: 400px) {
    .followers-modal-closer-2 {
        top: 13px !important;
        left: 88% !important;
    }
    
    div.small-event-list-2 {
        padding-left: 0;
    }
}

@media all and (max-width: 375px) { 

    
    .user-stats-responsive-desktop {
        margin-bottom: 25px !important;
        display: none;
    }

    .user-section-member-box {
        width:  105px !important;
        height:  105px !important;
    }

    .user-section-member-background {
        width:  105px !important;
        left:  2px;
    }

    .user-section-member-profile {
        width:  70px !important;
        height: 70px;
        margin:  16px 20px; 
        background-color:  white;
    }

    .user-stats-responsive-mobile {
        margin-left: 45px !important;
    }

    .user-info-header {
        padding: 0;
    }

    .user-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .user-info-header { 
        flex-direction: column;
    }

    .small-event-list-title {
        max-width: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .activities-list-title {
        max-width: 130px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .user-media-feed-v2 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

