﻿.ct-text-limit-profilename-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    height: auto;
    padding: 0;
}

.ct-c-lyt-between-center-then-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct-c-srf-profile-image {
    background-color: #fff;
    border-width: 3px !important;
    border-color: #ffffff !important;
    border-style: solid;
    position: relative;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
}

.ct-c-srf-topdetail-wrapper {
    max-width: 952px;
    margin: auto;
    display: flex;
    padding: 16px 16px 8px 16px;
    justify-content: center;
}

.ct-c-srf-top-profilepage-wrapper {
    display: flex;
    flex-direction: row;
    margin: 12px 0 8px;
    justify-content: center;
    text-align: center;
}

.ct-c-lyt-row-f-start-to-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ct-c-header-showmobile-at-736 {
    visibility: hidden;
    display: none;
}

.ct-font-16-to-13 {
    font-size: 16px;
}


.ct-c-lyt-profile-row-to-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.ct-c-display-on-ipad {
    display: none;
}

@media (max-width: 768px) {
    .ct-c-lyt-profile-row-to-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        margin: auto;
    }

    .ct-c-lyt-profile-row-to-col > .ct-c-srf-rightsidebar-flex {
        min-width: 285px;
        max-width: 550px;
        width: 100vw;
        height: auto !important;
        padding: 0 16px;
    }

    .ct-c-lyt-profile-row-to-col > .ct-c-srf-rightsidebar-flex > .sidebar__inner {
        transform: none !important;
        position: static !important;
        max-width: 100vw !important;
        height: auto;
        will-change: inherit !important;
        left: 0 !important;
    }


    .ct-c-srf-profile-image {
        background-color: #fff;
        border-width: 3px !important;
        border-color: #ffffff !important;
        border-style: solid;
        position: relative;
        max-width: 85px;
        max-height: 85px;
        width: 85px;
        height: 85px;
        border-radius: 100%;
        object-fit: cover;
    }

}


@media (max-width: 736px) {

    .ct-c-lyt-between-center-then-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .ct-c-srf-profile-image {
        background-color: #fff;
        border-width: 3px !important;
        border-color: #ffffff !important;
        border-style: solid;
        position: relative;
        max-width: 85px;
        max-height: 85px;
        width: 85px;
        height: 85px;
        border-radius: 100%;
        object-fit: cover;
        margin-top: -59px;
        /*margin-left: 13px;*/
        margin-left: -15px;
    }

    .ct-c-header-showweb-til-736 {
        visibility: hidden;
        display: none;
    }

    .ct-c-header-showmobile-at-736 {
        visibility: inherit;
        display: block;
    }
}

@media (max-width: 557px) {

    .ct-c-srf-topdetail-wrapper {
        max-width: 952px;
        margin: auto;
        display: flex;
        padding: 0 16px;
        margin-bottom: 0;
        justify-content: center;
    }

}


@media (max-width: 350px) {
    .ct-font-16-to-13 {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .ct-font-size-24 {
        font-size: 21px !important;
    }

    .ct-c-srf-top-profilepage-wrapper {
        margin: 16px 0 4px;
    }
    .ct-c-srf-cover-height {
        height: 120px;
    }

    .title-prefix {
        display: none;
    }
}





