﻿.profile-header-wrapper {
    position: relative;
    padding-top: 50px;
    margin-bottom: 40px;
}

.header-bg-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ebeaf9;
    z-index: -1;
}

.profile-banner-main {
    position: relative;
    height: 280px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

/*
@media (max-width: 768px) {
    .profile-banner-main { height: auto; min-height: 200px; padding: 20px; }
    .avatar-circle { width: 80px; height: 80px; }
}
*/


.rbt-default-sidebar {
    border-radius: 20px;
    padding: 20px;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.profile-layout-row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 32px;
}

@media (max-width: 991.98px) {
    .profile-layout-row {
        --bs-gutter-x: 24px;
    }
}

.sidebar-title {
    color: var(--color-main);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

.sidebar-item {
    font-family: 'Google Sans', sans-serif; 
    font-weight: 400;
    font-style: normal;      
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}
