.description-profile-data {
    display: flex;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
}

.profile-likes-icon-box {
    border-radius: 50%;
    margin: 0 5px 0 0;
    background-color: #ec2a4a;
}

.profile-likes-icon-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: #ec2a4a url("../../assets/icons/icon-red-rounded-heart.svg") no-repeat center;
    background-size: 22px 22px;
}

.profile-likes-blocked-icon-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: url("../../assets/icons/heart-icon.svg") no-repeat center;
    background-size: 16px 16px;
    cursor: not-allowed;
    margin-top: 1px;
}

.profile-likes-blocked-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: url("../../assets/icons/heart-icon.svg") no-repeat center;
    background-size: 13px 13px;
    cursor: not-allowed;
    margin-left: 1px;
}

.blocked-icon {
    background-color: #e7e5ed;
}

.profiler-header-nickname-box {
    width: 100%;
    max-width: 100%;
}

.button-icon.button-icon-star {
    margin-top: 4px;
}

.user-profile-data-label {
    padding-right: 5px;
    font-weight: 900;
}

.user-profile-data-section {
    padding: 0 5px;
}

.profile-header-subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.profile-header-subscribe-button:hover {
    color: white
}

.profile-header-subscribe-button .coins-badge-star {
    width: 19px;
    height: 19px;
    float: none;
    display: inline-block !important;
    margin-right: -2px;
    margin-left: 2px;
    margin-top: -1px;
}

.profile-header-subscribe-button .button-icon.button-icon-star {
    margin-top: 0;
}

.profile-header-subscribe-button span {
    margin-right: 3px;
}

.profile-header-subscribe-button-price {
    font-weight: 200;
    margin-left: 5px;
}

.profile-header-subscribe-button-month {
    font-weight: 200;
}

.cursor-pointer {
    cursor: pointer;
}

.profile-main-image-mobile {
    display: none;
}

.edit-me-button {
    z-index: 0!important;
}

.me-empty-description {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width : 1360px) and (max-width : 1600px) {
    .container-timeline {
        width: 85%;
        padding: 0;
        min-width: 1300px;
    }
}

@media only screen and (min-width : 1260px) and (max-width : 1359px) {
    .container-timeline {
        width: 100%;
        padding: 0;
        min-width: 1200px;
    }
    .container-timeline-not-logged {
        width: 100%;
    }

    .profile-container {
        margin-left: 1%;
    }
}

@media only screen and (min-width : 1199px) and (max-width : 1259px) {
    .container-timeline {
        width: 100%;
    }
    .container-timeline-not-logged {
        width: 100%;
    }

    .profile-container {
        margin-left: 1%;
    }
}

@media only screen and (min-width : 880px) and (max-width : 990px) {
    .container-timeline {
        width: 100%;
        padding: 0;
        min-width: 815px;
    }
    .container-timeline-not-logged {
        width: 100%;
    }

    .profile-container {
        margin-left: 1%;
    }
}

@media only screen and (min-width : 769px) and (max-width : 816px) {
    .container-timeline-not-logged .profile-header-subscribe-button {
        margin-top: 0;
    }
}

@media only screen and  (max-width : 498px) {
    .profiler-header-content-mobile {
        margin-right:0;
    }
}

@media only screen and (min-width : 768px) and (max-width : 879px) {
    .container-timeline {
        width: 98%;
        padding: 0;
    }
    .container-timeline-not-logged {
        width: 100%;
    }
    .container-fluid {
        width: 95%!important;
        margin-right: auto;
        margin-left: auto;
    }
    .sidebar-me-container {
        flex-basis: 27%;
        max-width: 27%;
    }
    .body-me-container {
        flex-basis: 73%;
        max-width: 73%;
    }

}

@media only screen and (max-width : 400px) {
    .container-timeline {
        width: 96%;
        padding: 0;
    }
}

@media only screen and (min-width : 1200px) {
    /*PROFILE ACTIVITES*/
    .profile-main-image {
        height: 260px;
        width: 260px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .profile-activity {
        width: 264px;
        font-size: 18px;
        height: 45px;
    }

    .more-activities-arrow {
        right: 0;
    }

    .offer-activity-more-activities-arrow {
        right: 10px;
    }

    /*PROFILE DETAILS*/
    .profiler-header-nickname {
        font-size: 36px;
        color: #000;
        margin-bottom: 0;
        height: 65px;
    }

    .description-profile {
        font-size: 14px;
        min-height: 40px;
    }

    .profile-likes {
        font-size: 13px;
    }

    .profile-header-subscribe-button, .profile-header-write-button {
        height: 42px;
        font-size: 16px;
        padding: 0 20px;
    }

    .empty-timeline {
        font-size: 16px
    }

    .profile-tag {
        font-size: 13px;
        padding: 6px 11px;
    }

    .button-icon-star {
        height: 20px;
        width: 20px;
        background-size: cover;
    }

    .profile-likes-icon {
        float: left;
        height: 18px;
        width: 18px;
        margin: 3px;
        background: #ec2a4a url("../../assets/icons/icon-red-rounded-heart.svg") no-repeat center;
        border-radius: 50%;
    }

    .images-single-image, .images-single-image-small {
        width: 124px;
        height: 124px;
        border-radius: 23px;
        margin: 3px 1px;
    }

    .images-gallery-single-image, .images-gallery-single-image-me {
        width: 145px;
        height: 145px;
        border-radius: 23px;
        margin: 3px 1px;
    }

    .block-mobile {
        display: none;
    }

    .profiler-header-content-mobile {
        display: none;
    }

    .none-mobile {
        display: inline-block;
    }

    .block-tablet {
        display: none!important;
    }

    .nickname-header {
        height: 65px;
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    /*PROFILE ACTIVITES*/
    .profile-main-image {
        height: 172px;
        width: 172px;
        border-radius: 12px;
        margin-bottom: 5px;
    }

    .profile-activity {
        width: 172px;
        font-size: 16px;
        height: 40px;
    }

    .chat_room_activity {
        width: 240px!important;
    }

    .more-activities-arrow {
        right: 0;
    }

    /*PROFILE DETAILS*/
    .profiler-header-nickname {
        font-size: 28px;
        margin-bottom: 0.5rem;
    }

    .description-profile {
        font-size: 13px;
        min-height: 30px;
    }

    .profile-likes {
        font-size: 13px;
    }

    .profile-header-subscribe-button, .profile-header-write-button {
        height: 41px;
        font-size: 15px;
        padding: 0 20px;
    }

    .empty-timeline {
        font-size: 15px
    }

    .profile-tag {
        font-size: 12px;
        padding: 3px 7px;
    }

    .button-icon-star {
        height: 20px;
        width: 20px;
        background-size: cover;
    }

    .profile-likes-icon {
        float: left;
        height: 18px;
        width: 18px;
        margin: 3px;
        background: #ec2a4a url("../../assets/icons/icon-red-rounded-heart.svg") no-repeat center;
        border-radius: 50%;
    }

    .images-single-image-small, .images-single-image.images-gallery-single-image {
        width: 95px !important;
        height: 95px !important;
        border-radius: 15px;
        margin: 3px 1px;
    }

    .images-single-image.images-gallery-single-image-me {
        width: 145px !important;
        height: 145px !important;
        border-radius: 15px;
        margin: 3px 1px;
    }

    .images-single-image {
        width: 55px;
        height: 55px;
        border-radius: 10px;
    }

    .images-single-image, .images-single-image-small {
        border: none;
        padding: 0!important;
        background-color: rgba(231, 229, 237, 0.5);
        color: #8d88a0;
        font-size: 15px;
        font-weight: 500;
    }

    .miniatures > .images-gallery-single-image-me {
        width: 55px!important;
        height: 55px!important;
        border-radius: 10px;
    }

    .images-all-images-button-mini > .images-gallery-single-image-me {
        width: 55px!important;
        height: 55px!important;
        border-radius: 10px;
    }

    .miniatures > .images-gallery-single-image {
        width: 55px!important;
        height: 55px!important;
        border-radius: 10px;
    }

    .block-mobile {
        display: none;
    }
    .profiler-header-content-mobile {
        display: none;
    }

    .none-mobile {
        display: inline-block;
    }

    .block-tablet {
        display: inline-block;
    }

    .nickname-header {
        height: 40px;
        font-size: 34px;
    }
    .images-miniatures-desktop, .images-miniatures-me-desktop {
        display: none!important;
    }
}

@media only screen and (min-width: 991px) {
    .chat-rooms-entity {
        width: 290px;
        height: 24px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1295px) {
    .me-row {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1257px) {
    .chat-rooms-entity {
        width: 260px;
    }
}

@media only screen and (max-width: 991px) {
    .chat-rooms-entity {
        width: 200px;
        height: 50px;
    }
    .profile-activity {
        font-size: 13px;
    }
    .custom-rounded-icon {
        margin-right: 8px;
    }

    .me-sidebar-button {
        font-size: 11px!important;
    }
}

@media only screen and (min-width: 797px) and (max-width: 924px) {
    .profile-activity {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
    .profile-activity {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 828px) {
    .profile-activity {
        font-size: 10px;
    }
}

@media (min-width: 860px) and (max-width: 1199px) {
    .profile-activity-hr {
        margin-top: 4px!important;
    }
}

@media (min-width: 860px) {
    .profile-entries-header {
        margin-bottom: 30px;
    }
    .profile-activity-hr {
        padding-bottom: 3px!important;
    }
}

@media (max-width: 859px) {
    .profile-breadcrumb, .create-update-post  {
        width: 95%;
        margin: auto auto;
    }

    .profile-breadcrumb-offer.profile-breadcrumb {
        width: 90%!important;
    }

    .profile-entries-header {
        margin-bottom: 40px;
    }

    .profile-activity-hr {
        margin-top: 8px!important;
        padding-bottom: 6px!important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-for-user-data {
        padding-left: 32px;
    }

    .nickname-header {
        height: 40px;
        font-size: 34px;
    }
    .user-profile-data--none-desktop {
        display: none;
    }
    .description-profile-container .user-profile-data--none-mobile {
        display: flex;
        width: auto;
    }

    .copy-link-box {
        display: none;
    }
}

@media only screen and (max-width: 859px) {
    .chat-users-panel-padding-top {
        padding-top: 150px!important;
    }
}

@media only screen and (max-width: 809px) {
    .user-profile-data--none-mobile {
        font-size: 12.5px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-container .profile {
        width: 100%;
    }

    /*.gallery-image-wrapper {*/
    /*    float: unset!important;*/
    /*}*/

    .user-profile-data--none-mobile {
        display: none;
    }
    .user-profile-data--none-desktop {
        display: flex;
        width: auto;
    }

    .nickname-header {
        height: auto;
        font-size: 30px;
        margin-bottom: 0;
    }

    .padding-for-user-data {
        padding-left: 15px;
    }

    /*PROFILE ACTIVITES*/
    .profile-main-image {
        height: 59vw;
        width: 59vw;
        min-width: 202px;
        min-height: 202px;
        border-radius: 12px;
        margin-bottom: 2px;
        margin-top: 3px;
    }

    .profile-activity {
        display: block;
        width: 172px;
        font-size: 16px;
        height: 40px;
        float: left;
    }

    .more-activities-arrow {
        right: 0;
    }

    .chat-users-panel-padding-top {
        padding-top: 150px!important;
    }

    .chat-users-panel {
        display: block;
    }

    .sidebar-wrapper {
        width: 100%;
    }

    /*PROFILE DETAILS*/
    .profiler-header-nickname {
        font-size: 24px;
        width: 100%;
        height: 20px;
        padding-left: 15px;
    }

    .description-profile {
        font-size: 13px;
        min-height: 20px;
    }

    .profile-likes {
        font-size: 13px;
        padding: 0;
        min-width: fit-content;
        height: unset;
        width: 100%;
    }

    .profile-header-subscribe-button, .profile-header-write-button {
        height: 41px;
        font-size: 15px;
        padding: 0 20px;
    }

    .empty-timeline {
        font-size: 15px
    }

    .profile-tag {
        font-size: 12px;
        padding: 3px 7px;
    }

    .button-icon-star {
        height: 20px;
        width: 20px;
        background-size: cover;
    }

    .profile-likes-icon {
        float: left;
        height: 18px;
        width: 18px;
        margin: 3px;
        background: #ec2a4a url("../../assets/icons/icon-red-rounded-heart.svg") no-repeat center;
        border-radius: 50%;
    }

    .images-single-image {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: none;
        padding: 0!important;
        background-color: rgba(231, 229, 237, 0.5);
        color: #8d88a0;
        font-size: 15px;
        font-weight: 500;
    }

    .block-mobile {
        display: inline-block;
    }

    .profiler-header-content-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .none-mobile {
        display: none;
    }

    .miniatures {
        position: relative;
        width: 100%;
        display: block;
        margin: 5px 0;
    }

    .photo-miniatures {
        padding-left: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width: 576px) {
        .photo-miniatures {
            padding-left: 15px;
        }
        .images-single-image {
            width: 51px;
            height: 51px;
        }

        @media (max-width: 353px) {
            .photo-miniatures {
                padding-left: 4px;
            }
        }
    }

    .profile-header-subscribe-button, .profile-header-write-button {
        height: 41px;
        font-size: 15px;
        padding: 0 13px;
    }

    .empty-timeline {
        font-size: 15px
    }

    .profile-breadcrumb-offer.profile-breadcrumb {
        display: block;
    }

    .profile-main-image-mobile {
        display: inline-block;
    }
    .profile-container {
        min-height: 74vh;
    }
    .profile-header-button-box {
        display: flex;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .profile-header-button-box .sidebar-button {
        margin-top: 0;
    }

    .copy-link-box {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 3px;
    }

    .edit-me-button {
        font-size: 12px!important;
        height: 30px!important;
        margin-top: 0!important;
        vertical-align: middle;
    }

    .edit-me-button-span {
        line-height: 30px;
    }
}

.button-icon-write {
    height: 11px;
    width: 14px;
    background: url("../../assets/icons/email-red-icon.svg")no-repeat;
    margin: 0 10px 0 0!important;
}

.button-icon-write-white {
    height: 11px;
    width: 14px;
    background: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-message-icon-white.svg")no-repeat;
    margin: 1px 10px 0 0!important;
}

@media only screen and (min-width: 611px) and (max-width: 990px) {
    .profile-breadcrumb-offer.profile-breadcrumb {
        margin-left: calc(30px + 2%);;
    }
}

@media only screen and (min-width: 576px) and (max-width: 610px) {
    .profile-breadcrumb-offer.profile-breadcrumb {
        margin-left: 33px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .profile-breadcrumb-offer.profile-breadcrumb {
        margin-left: 33px;
        padding-right: 30px;
    }

    .profile-main-image--someones-profile {
        height: 72vw;
        width: 72vw;
    }
}

@media only screen and (max-width: 420px) {
    .images-single-none {
        color: #8d88a0;
    }
    .copy-link-box {
        margin-top: 7px;
        margin-bottom: 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 339px) {
    .description-profile {
        font-size: 12px;
    }
}

@media only screen and (max-width: 372px) {
    .description-profile-someone-else, .profile-likes-someone-else {
        font-size: 12px;
    }
}

.likes-count {
    padding-right: 3px;
    padding-left: 3px;
}

.profile-breadcrumb {
    padding: 19px 0;
    list-style: none;
    background-color: transparent;
    position: relative;
    margin: 0 0 0 0;
}

@media (min-width: 768px) {
    .profile-breadcrumb-fixed {
        position: fixed;
        background-color: rgba(0,0,0,0);
        width: 100%;
        z-index: 1;
        margin: 0;
        top:104px;
    }
    .profile-activities-fixed {
        position: fixed;
        top:133px;
        width: 23%;
        max-width: 325px;
    }

    @media (max-width: 988px) {
        .profile-activities-fixed {
            width: 24%;
        }
    }

    .profile-timeline-fixed {
        margin-left: 26%;
        width: 60%;
        min-height: 90vh;
    }

    @media only screen and (max-width: 1439px) and (min-width: 1201px) {
        .profile-timeline-fixed {
            flex: 0 0 50% !important;
        }
    }
    .profile-images-gallery-fixed {
        position: fixed;
        right: 8%;
        width: 325px;
        top: 173px;
    }
}

@media (max-width:1800px) {
    .profile-images-gallery-fixed {
        width: 300px
    }
}
@media (max-width:1265px) {
    .profile-images-gallery-fixed {
        width: 250px
    }
}

@media (min-width: 883px) {
    .profile-container .profile {
        margin: 0 0 1%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 882px) {
    .profile-container .profile {
        width: 95%;
    }
}
@media (max-width: 882px) {
    .profile-container .profile-breadcrumb {
        margin-left: 20px;
    }

    .profile-container .profile {
        margin: auto auto;
    }

    .create-entry-button {
        font-size: 14px;
        padding: 6px 18px;
        font-weight: 500;
        height: 37px;
    }
}

.profile-breadcrumb li {
    display: inline;
    font-size: 13px;
    line-height: 10px;
}

.profile-breadcrumb li:first-child a {
    padding-left: 20px;
}

.profile-breadcrumb li:first-child:before  {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 25px;
    color: #8d88a0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.profile-breadcrumb li:first-child:hover:before {
    color: #000042;
}

.profile-breadcrumb li+li:before {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #e7e5ed;
    content: "/\00a0";
}

.profile-breadcrumb li a {
    color: #8d88a0;
    text-decoration: none;
}

.profile-breadcrumb li:hover a {
    color: #000042;
}

.profile-breadcrumb li:last-child {
    color: #000042
}

.profile .row {
    margin: 0!important;
}

.profile-activity {
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.027em;
    line-height: 17px;
    float: left;
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}

.profile-activity:hover {
    color: #000;
}

.profile-activity:focus {
    outline: none;
}

.disabled {
    color: grey!important;
    cursor: not-allowed!important;
    opacity: 0.5!important;
    text-decoration: none;
}

.custom-rounded-icon {
    float: left;
    height: 36px!important;
    width: 36px!important;
    background-color: rgba(236, 42, 74, 0.08);
    border-radius: 60px;
    padding: 0.5em 0.6em;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

.more-activities-arrow {
    content: '';
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ec2a4a;;
}

.icon-photos {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-see-photos-icon-white.svg");
    background-color: rgb(52, 32, 125);
    background-size: 20px;
}

.icon-messages {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-message-icon-white.svg");
    background-color: rgb(52, 32, 125);
}

.icon-request-photo {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-photo-video-white.svg");
    background-color: rgb(52, 32, 125);
    background-size: 25px;
}

.icon-request-video {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-photo-video-white.svg");
    background-color: rgb(52, 32, 125);
    background-size: 25px;
}

.icon-meet {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-meet-up-icon-white.svg");
    background-color: rgb(52, 32, 125);
}

.icon-gift {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-tip-icon-white.svg");
    background-color: rgb(52, 32, 125);
}

.icon-more {
    background-image: url("../../updated-icons/updated-header-icons/icon-more-red.svg");
}

.icon-profile {
    background-image: url("../../updated-icons/updated-detail-icons/detail-profile-icon-white.svg");
    background-color: rgb(52, 32, 125);
}

.icon-star {
    background-color: rgb(52, 32, 125);
    background-position: 8px 8px;
    background-size: 19px;
}

.profile-activity .icon-star {
    background-color: rgb(52, 32, 125) !important;
    background-position: 6px 6px!important;
    background-size: 25px!important;
}

.images {
    height: 450px;
    width: 100%;
}

.images-gallery {
    position: absolute;
    left: 25%;
    max-width: 100%;
}

.images-gallery-me {
    width: 65vw;
}

.images-gallery-button-back {
    background: transparent;
    border: none;
    color: gray;
    text-align: left;
    outline: none;
    float: none!important;
}

.fa-angle-left {
    color: #ec2a4a;
    margin-right: 10px;
}
.images-gallery-short-view {
    height: 260px;
    overflow: hidden
}

/* make the gallery centered */
.images-gallery-container-all-view {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.image-gallery-placeholder {
    display: inline-block;
    width: 122px;
    height: 118px;
    background: #34207D;
}

.images-no-image {
    background-color: rgba(231, 229, 237, 0.5);
    color: #8d88a0;
    font-weight: 500;
    font-size: 1.3rem;
}

.images-inline {
    display: inline;
}

/*.images-miniatures-desktop {*/
/*    width: 257px*/
/*}*/

.images-all-images-button, .images-all-images-button-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.images-all-images-button:after {
    content: "";
    background-color: black;
    width: 124px;
    height: 124px;
    position: absolute;
    border-radius: 23px;
    opacity: 0.7;
}

.images-all-images-button-mini:after {
    content: "";
    background-color: black;
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 10px;
    opacity: 0.7;
}

.gallery-image-small-desktop {
    display: none;
}

.images-all-images-button-mobile:after {
    content: "";
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 9px;
    opacity: 0.7;
    top: 0;
    right: 0;
}

@media (max-width: 1325px) and (max-height: 730px) {
    .gallery-image-desktop {
        display: none;
    }
    .gallery-image-small-desktop {
        display: block;
    }
}

@media (min-width: 1326px) {
    .bigger-tag {
        font-size: 16px!important;
        font-weight: 500!important;
        padding: 4px 9px!important;
    }
}
@media (max-width: 1325px) {
    .images-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 665px;
    }
    .images-column .images-header {
        text-align: center;
    }
    .images-column .images-gallery-short-view {
        height: auto;
    }

    .bigger-tag {
        font-size: 15px!important;
        font-weight: 500!important;
        padding: 4px 9px!important;
    }
}


.images-header {
    width: 100%;
    height: 28px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.52px;
    margin-bottom: 35px;
}

.images-single-image {
    margin: 3px 1px;
}

.images-single-image:focus {
    outline: none;
}

.images-button {
    color: #000000;
    height: 45px;
    border-radius: 27px;
    border: 2px solid #e7e5ed;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: bolder;
    padding: 0 0 0 20px;
    margin-top: 35px;
    display: block;
}

@media only screen and (max-width : 1368px) {
    .images-button {
        font-size: 12px;
        margin: 35px auto 0 auto;
    }
}

@media only screen and (max-width : 1218px) {
    .images-button-badge {
        width: 35px!important;
    }
    .profile-images-gallery-fixed {
        width: 225px
    }
}

.images-button:focus {
    outline: none;
}

.images-button-badge {
    font-size: 13px;
    background-image: url("../../assets/oval.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 45px!important;
    display: inline-block;
    width: 40px;
    color: #fff!important;
    margin-top: -3px;
}

.profiler-header-nickname {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -0.78px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.no-padding-left {
    padding-left: 0!important;
}

.profile-header-write-button {
    color: #000000;
    border-radius: 27px;
    border: 2px solid #e7e5ed;
    background: rgba(0, 0, 0, 0);
    font-weight: bolder;
    float: right;
    margin-right: 5px;
}

.profile-header-write-button:focus {
    outline: none;
}

.button-icon {
    float: left;
    background-size: contain;
}

.profile-header-subscribe-button {
    background: #74D001;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bolder;
    border: 2px solid #74D001;
    width: max-content;
}

.buy-image-button {
    background: #9234eb;
    border-color: #9234eb;
    margin-top: 10px;
}

.uncover-image-for-gold-button {
    background: #d00135;
    border-color: #d00135;
    margin-top: 10px;
}

.blocked {
    background: #e7e5ed!important;
    border-color: #e7e5ed!important;

}

.blocked:hover {
    cursor: not-allowed;
}

.description-profile {
    color: #000000;
    font-weight: 400;
    line-height: 14px;
    width: 100%;
    flex-wrap: inherit!important;
}

.profile-likes {
    height: unset;
    color: #ec2a4a;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.profile-likes-text-display {
    display: inline;
}


.profile-likes-disable {
    display: none;
}

.profile-tags {
    margin: 25px 0;
    width: 87%;
}

@media (min-width: 768px) {
    .profile-tags-margin {
        margin: 0!important;
    }
}

@media (max-width: 767px) {
    .profile-tags-margin {
        margin: 15px 0 0!important;
    }
    .images-gallery-me {
        width: 100%!important;
        left: 0!important;
    }
}

.content-profile-page {
    margin-bottom: 25px;
}

.profile-tag {
    display: inline-block;
    color: #8C899A;
    background: #F6F5FD;
    border-radius: 5px;
    margin: 8px 0 0;
    border: none;
    box-shadow: none;
}

.removable-tag {
    position: relative;
}

.remove-tag-icon {
    color: #262626;
    width: 18px;
    height: 15px;
    position: absolute;
    top: -8px;
    right: -2px;
    z-index: 100;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

.remove-tag-icon:focus {
    outline: none;
}

.profile-tag:focus {
    outline: none;
}

a {
    text-decoration: none!important;
}

a:focus {
    outline: none;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0!important;
}

.card {
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: .1em solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
}

.profile-user-page .img-user-profile {
    margin: 0 auto;
    text-align: center;
}

.profile-user-page .img-user-profile .profile-bgHome {
    border-bottom: .2em solid #f5f5f5;
    width: 44.23em;
    height: 26em;
}

.profile-user-page .img-user-profile .avatar {
    margin: 0 auto;
    background: #fff;
    width: 7em;
    height: 7em;
    padding: 0.25em;
    border-radius: .4em;
    margin-top: -10em;
    box-shadow: 0 0 .1em rgba(0, 0, 0, 0.35);
}

.button-follow, .button-transfer {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    width: 7em;
    background: #3498db;
    border: 1px solid #2487c9;
    color: #fff;
    outline: none;
    padding: .80em;
}

.button-follow {
    border-radius: 0 .6em .6em 0;
}

.button-transfer {
    right: -2px;
    border-radius: .6em 0 0 .6em;
}

.button-follow:hover, .button-transfer:hover {
    background: #51a7e0;
    transition: background .2s ease-in-out;
    border: 1px solid #2487c9;
    color: white;
}

.profile-user-page .user-profile-data, .profile-user-page .description-profile {
    text-align: center;
    padding: 0 1.5em;
}

.profile-user-page .user-profile-data h1 {
    font-family: "Lato", sans-serif;
    margin-top: 0.35em;
    color: #292f33;
    margin-bottom: 0;
}

.profile-user-page .user-profile-data p {
    font-family: "Lato", sans-serif;
    color: #8899a6;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.profile-user-page .description-profile {
    color: #75787b;
    font-size: 0.98em;
}

.profile-user-page .data-user {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
    list-style: none;
    display: table;
    width: 100.15%;
}

.profile-user-page .data-user li {
    margin: 0;
    padding: 0;
    width: 33.33334%;
    display: table-cell;
    text-align: center;
    border-left: 0.1em solid transparent;
}

.profile-user-page .data-user li:first-child {
    border-left: 0;
}

.profile-user-page .data-user li:first-child a {
    border-bottom-left-radius: 0.3rem;
}

.profile-user-page .data-user li:last-child a {
    border-bottom-right-radius: 0.3rem;
}

.profile-user-page .data-user li a, .profile-user-page .data-user li strong {
    display: block;
}

.profile-user-page .data-user li a {
    background-color: #f7f7f7;
    border-top: 1px solid rgba(242,242,242,0.5);
    border-bottom: .2em solid #f7f7f7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(255,255,255,0.4);
    padding: .93em 0;
    color: #46494c;
}

.profile-user-page .data-user li a strong, .profile-user-page .data-user li a span {
    font-weight: 600;
    line-height: 1;
}

.profile-user-page .data-user li a strong {
    font-size: 2em;
}

.profile-user-page .data-user li a span {
    color: #717a7e;
}

.profile-user-page .data-user li a:hover {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: .2em solid #3498db;
    color: #3498db;
}

.profile-user-page .data-user li a:hover span {
    color: #3498db;
}

.rating a {
    color: white!important;
}

.rating {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: white;
    overflow: hidden;
}

.rating-font {
    font-size: 14pt;
}

.full-stars{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #09c;
}

.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 14pt;
}

.empty-stars:before {
    -webkit-text-stroke: 1px #09c;
}

.full-stars:before {
    -webkit-text-stroke: 1px #09c;
}

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
    .full-stars{
        color: #09c;
    }
}

/* IE */
.full-stars{
    color: #09c;
}

.card-img-top {
    height: 26em;
}

.carousel-control-next, .carousel-control-prev {
    margin-top: 3.5em;
}


.higher-list {
    height: 3.7em;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
}

.sidebar-item {
    text-align: left;
}

.offer-sidebar {
    top: 10px;
    width: 90%;
}

.sidebar-image {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
    max-height: 350px;
    object-fit: contain;
}

.bordered-badge {
    font-size: 14px;
}

.image-gallery {
    display: table;
    padding: 3px 0 0 0;
    margin: 4% 0;
    width:100%;
}
.image-gallery li {
    list-style-type: none;
    display: table-cell;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: -3px;
    width: 24.8%;
    min-width: 158px;
    max-width: 170px;
}
.image-gallery li img {
    width: 100%;
}
.image-gallery li span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0.7);
    width: 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-gallery li:hover span {
    top: 0;
    left: 0;
    width: 100%;
    padding: 50% 0;
}
.image-gallery li h2 {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 999px;
    left: 0;
    padding: 40% 2%;
    text-align: center;
    width: 96%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-gallery li:hover h2 {
    top: 0;
}
.image-gallery li a {
    color: #fff;
    text-decoration: none;
}
.image-gallery li.navigation div {
    background: #fff;
    text-align: center;
    padding: 39% 0;
    font-size: 30px;
}
.image-gallery li.navigation .fa {
    color: #aaa;
    text-shadow: 1px 1px 1px #fff;
}
.image-gallery li.navigation a .fa {
    color: #888;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-gallery li.navigation a:hover .fa {
    color: #78AB46;
}

.thumbnail {
    max-width: 40%;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    outline: none;
    display: block;
}

.sidebar-button {
    float: right!important;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background-color: rgba(236, 42, 74, 0.08);
    margin-left: 4px;
}

.sidebar-button:focus {
    outline: none;
}

.sidebar-button-icon {
    background: url("../../assets/sidebar-widget-button.png") no-repeat;
    height: 14px;
    width: 42px;
    margin-left: 4px;
    margin-top: 12px;
}

.dimmer {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 2000px!important;
    display: none;
    z-index: 999;
}

.absolute-nickname {
    margin-left: 4px;
}

.miniature-images {
    width: 100%;
}

#updateProfileForm [type="radio"]:not(:checked) + label:before {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

#abuseForm [type="radio"]:not(:checked) + label:before {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.chat-rooms {
    position: relative;
    float: left;
}

.chat-rooms-header {
    font-size: 20px;
    height: 28px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.52px;
}

.chat-rooms-nickname {
    font-weight: 500;
}

.nickname-header {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -0.78px;
    color: #000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 588px) {
    .profile-likes {
        padding-right: 3px;
        flex-wrap: wrap;
        justify-content: flex-start;
        height: auto;
    }
    .profile-likes-someone-else {
        justify-content: flex-end;
        padding-right: 33px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-rounded-icon {
        margin-right: 8px;
    }
}

@media (max-width: 1199px) {
    .images-see-all {
        display: none;
    }

    .me-empty-gallery {
        display: none!important;
    }
}

.images-gallery-all-view {
    position: static;
    flex: 0 0 auto !important;
}

.images-all-view {
    height: auto;
}

.me-sidebar-button {
    margin-left: 0!important;
}

@media (max-height: 788px) and (min-width: 768px) {
    .profile-breadcrumb {
        padding: 17px 0;
        margin-left: 10px;
    }
    .profile-breadcrumb li:first-child:before {
        top: 22px;
    }
    .profile-activities-fixed, .profile-images-gallery-fixed {
        top: 100px
    }
    .profile-timeline-fixed {
        margin-top: -8px;
    }
    .profile-main-image {
        height: 25vh;
        width: 25vh;
        margin-bottom: 1vh;
    }
    hr.profile-activity {
        margin: 1px 0;
        padding-bottom: 0;
    }
    .footer {
        position: relative;
        background-color: white;
    }
}

@media (min-width: 788px) and (max-width: 882px) {
    .profile-breadcrumb {
        margin-left: 22px;
    }
}

@media (min-width: 354px) and (max-width: 787px) {
    .profile-breadcrumb {
        margin-left: 15px;
    }
}

@media (max-width: 353px) {
    .profile-breadcrumb {
        margin-left: 5px;
    }
}

@media (max-height: 788px) and (min-width: 1200px) {

    .profile-main-image {
        margin-bottom: 3vh;
    }
}

@media (min-width: 1200px) {
    #images-gallery {
        display: block!important;
    }
}

.me-update-post {
    /*border: 1px solid #e7e5ed;*/
    border-radius: 22px;
    padding: 14px;
    /*background-color: #fbfbfe;*/
}


@media (max-width: 500px) {
    #createPostModal .me-update-post {
        padding: 14px 4px;
        width: 98%;
    }
    #createPostModal .modal-body {
        padding: 0 5px 28px !important;
    }
}

.me-update-post-buttons {
    width: 100%;
    margin:0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .me-update-post-button-div {
        text-align:right;
    }
}

@media (max-width: 575px) {
    .me-update-post-button-div {
        text-align:left;
    }
}

.me-create-post-input, .card-slide-me-create-post-input {
    width: 100%;
}

.me-create-post-input-for-tabs {
    border-radius: 0 27px 27px;
}

.me-gallery-subscribers-checkbox {
    display: none;
}

.gallery-image {
    /*width: 130px;*/
    float: left;
}

.gallery-image-last {
    height: 130px;
    width: 130px;
    margin: 0;
}

.gallery-image-wrapper {
    position: relative;
    float: left;
}

.gallery-image-bigger {
    width: 147px;
}

.image-gallery-me-height-container-hidden {
    display: none;
}

.image-gallery-me-height-container {
    width: 30%;
}

.body-me-container-hidden {
    visibility: hidden;
    height: 0;
    max-height:0;
    overflow: hidden;
    width: 0;
}

.empty-timeline {
    margin-bottom: 2rem;
}

.me-update-post-injectable-form {
    display: none;
    margin-bottom: 15px;
}

.miniatures-hidden {
    display: none;
}

.miniatures-always-visible {
    display: block!important;
}

.miniatures-count {
    position: relative;
    z-index: 10;
    color: white;
    opacity: 0.7;
}

.miniatures-count-video {
    position: absolute;
    left: 35%;
    top:50%;
}

.icon-request-photo-red {
    background-image: url("../../updated-icons/updated-old-view-profile-icons/profile-old-view-request-photo-red.svg");
    background-size: 22px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(1951%) hue-rotate(332deg) brightness(93%) contrast(98%);
    background-repeat: no-repeat;
    background-position: left;
    width: 26px;
    height: 30px;
    opacity: 0.8;
    margin-top: 1px;
}
.image-gallery-container-image {
    display: inline-block;
}

.images-single-image-reel {
    object-fit: cover;
}
