.page-user-profile {
    padding: 40px 0;
}

.sidebar-user {
    background: linear-gradient(45deg, #febe00, #e6a004);
    border-radius: 28px;
    padding: 11px 10px 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sidebar-user__header {
    padding-left: 130px;
    margin-bottom: 10px;
}

.sidebar-user__subtitle {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.sidebar-user__body {
    background: #fff;
    border-radius: 20px;
    padding: 0 25px 30px;
    text-align: center;
    position: relative;
}

.sidebar-user__avatar-warp {
    position: relative;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 20px;
}

.sidebar-user__avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    background: #fff;
}

.sidebar-user__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-user__badge {
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-user__badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-user__name {
    font-size: 2rem;
    width: calc(100% - 103px);
    text-align: left;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 30px;
}

.sidebar-user__stats {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-user__stats-label {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sidebar-user__stats-value {
    font-size: 2rem;
    font-weight: 800;
    color: #2c2c2c;
    margin: 0;
}

.sidebar-user__stats-divider {
    border-left: 1px solid #f0f0f0;
}

.sidebar-user__actions {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 25px;
}

.sidebar-user__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #fff;
}

.sidebar-user__btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.sidebar-user__btn img {
    width: 24px;
}

.sidebar-user__btn-phone {
    flex: 1;
    padding: 7px;
    background: linear-gradient(to right, #f3b816, #f45d06);
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sidebar-user__btn-phone:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4);
}

.sidebar-user__btn-phone .material-icons-outlined {
    font-size: 2.6rem;
}

.sidebar-user__description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}

@media (max-width: 1199px) {
    .sidebar-user {
        max-width: 450px;
        /* margin: 0 auto 40px; */
    }
}

/* User Info Detail (Right Side) */
.user-info-detail {
    padding-left: 20px;
}

.user-info-detail__title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.broker-info {}

.broker-stats {
    gap: 7px;
}

.broker-stats__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broker-stats__icon .material-icons-outlined {
    font-size: 3.2rem;
    color: #2c2c2c;
}

.broker-stats__content {
    display: flex;
    flex-direction: column;
}

.broker-stats__label {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.2;
}

.broker-stats__value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #2c2c2c;
    margin: 0;
}

.user-properties {
    margin-top: 20px;
}

.property-tabs {
    margin-bottom: 30px;
}

.property-tabs__content {
    padding: 20px 0 0;

    .real-estate {
        height: 100%;
    }
}

.property-tabs__container {
    display: inline-flex;
    background: #f1f3f5;
    padding: 6px;
    border-radius: 40px;
    gap: 5px;
}

.property-tabs__btn {
    padding: 9px 30px;
    border-radius: 35px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c2c2c;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.property-tabs__btn.is-active {
    background: var(--bg-linear);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.property-tabs__btn:not(.is-active):hover {
    background: var(--bg-linear);
    color: white;
}

.property-tabs__no-content {
    padding: 30px 0;
}

/* Social Share */
.social-share {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.social-share__title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #888;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-share__list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-share__btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.social-share__btn svg {
    width: 18px;
    height: 18px;
}

.social-share__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.social-share__btn:active {
    transform: translateY(-1px);
}

.social-share__btn--facebook {
    background: #1877F2;
}

.social-share__btn--facebook:hover {
    background: #166FE5;
    color: #fff;
}

.social-share__btn--twitter {
    background: #000;
}

.social-share__btn--twitter:hover {
    background: #1a1a1a;
    color: #fff;
}

.social-share__btn--linkedin {
    background: #0A66C2;
}

.social-share__btn--linkedin:hover {
    background: #095DA3;
    color: #fff;
}

.social-share__btn--telegram {
    background: #26A5E4;
}

.social-share__btn--telegram:hover {
    background: #1E96D1;
    color: #fff;
}

.social-share__btn--pinterest {
    background: #E60023;
}

.social-share__btn--pinterest:hover {
    background: #CC001F;
    color: #fff;
}

.social-share__btn--copy {
    background: #6c757d;
    color: #fff;
}

.social-share__btn--copy:hover {
    background: #5a6268;
}

.social-share__btn--copy.copied {
    background: #28a745;
}

.social-share__tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 1.1rem;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.social-share__tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #333;
}

.social-share__btn--copy:hover .social-share__tooltip,
.social-share__btn--copy.copied .social-share__tooltip {
    opacity: 1;
}

@media (max-width: 768px) {
    .user-info-detail {
        padding-left: 0;
        margin-top: 30px;
    }

    .user-info-detail__title {
        font-size: 2.4rem;
    }

    .property-tabs__container {
        width: 100%;
        display: flex;
    }

    .property-tabs__btn {
        flex: 1;
        padding: 10px 15px;
        font-size: 1.4rem;
    }
}