.profile .col-md-2 {
    padding: 0;
}

.raya-sidebar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    position: sticky;
    top: 1rem;
}

.raya-sidebar__profile {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.raya-sidebar__avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e2e8f0;
}

.raya-sidebar__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.raya-sidebar__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.35rem;
}

.raya-sidebar__role {
    display: inline-block;
    font-size: 0.7rem;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    padding: 0.15rem 0.55rem;
    border-radius: 6px;
}

.raya-sidebar__wallet {
    padding: 0.75rem;
    margin-bottom: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.raya-sidebar__link {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem !important;
    font-size: 0.8125rem !important;
    color: #475569 !important;
    background: none !important;
    border: none !important;
    border-radius: 8px !important;
}

.raya-sidebar__link:hover {
    background: #f1f5f9 !important;
    color: #189ad8 !important;
}

.content-i {
    background: #f8fafc !important;
}

.content-i .element-box {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.content-i .element-box::after {
    display: none !important;
}