/* =====================================================
   PROFILE PAGE - Sidebar trai + goal circle
   ===================================================== */

.profile-sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
  position: sticky;
  top: 80px;
}

.profile-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--text-dark);
  font-size: .92rem;
  text-decoration: none;
  margin-bottom: 2px;
  transition: all .15s;
}

.profile-menu-item:hover {
  background: #f3f5f8;
  color: var(--brand-blue);
}

.profile-menu-item.active {
  background: rgba(31, 111, 235, .1);
  color: var(--brand-blue);
  font-weight: 600;
}

.profile-menu-item i {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
}

.profile-menu-item.text-danger:hover {
  background: rgba(220, 53, 69, .08);
  color: #dc3545 !important;
}

.text-orange { color: var(--brand-orange) !important; }

/* Goal circle */
.goal-circle {
  display: inline-block;
  position: relative;
}

/* Stat icon - dat lai cho dep hon trong profile */
.profile-sidebar + .col-lg-9 .stat-card { padding: 16px; }
.profile-sidebar + .col-lg-9 .stat-card .stat-value { font-size: 1.5rem; }
.profile-sidebar + .col-lg-9 .stat-card .stat-icon { font-size: 2rem; }

@media (max-width: 991px) {
  .profile-sidebar {
    position: static;
    margin-bottom: 16px;
  }
}


/* v46: avatar upload bằng file máy tính, không dán link */
.profile-avatar-upload-v46 .profile-avatar-preview-v46{width:72px;height:72px;border-radius:50%;background:#eaf2ff;color:#0f3767;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:28px;overflow:hidden;flex:0 0 72px}
.profile-avatar-upload-v46 .profile-avatar-preview-v46 img{width:100%;height:100%;object-fit:cover;display:block}
.profile-avatar-label-v46{display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.profile-avatar-label-v46:hover{text-decoration:underline}
.mfa-email-only-v46{max-width:560px}

/* v48: khóa kích thước avatar hồ sơ, không cho ảnh lớn bung layout */
.profile-avatar-upload-v46{align-items:center!important;overflow:hidden!important;}
.profile-avatar-upload-v46 .profile-avatar-preview-v46{width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important;min-width:64px!important;min-height:64px!important;flex:0 0 64px!important;border-radius:50%!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.profile-avatar-upload-v46 .profile-avatar-preview-v46 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important;}
@media(max-width:575.98px){.profile-avatar-upload-v46 .profile-avatar-preview-v46{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;flex-basis:56px!important;}}
