/* Sidebar Renk Ayarları */
.aside,
.aside.aside-dark {
    background-color: #336666 !important;
    border-right: solid 2px #A5BEC1;
    box-shadow: 2px 1px 21px #A5BEC1;
}

/* Sidebar içindeki menü item'ları için text rengi ayarı */
.aside .nav-link {
    color: #d9e2ec !important;
    font-weight: 500;
}

.aside .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #fff !important;
}

.aside .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
}

/* Sidebar başlık ve alt metinler */
.aside .nav-link .text-xs {
    color: #fff !important;
}

/* Sidebar icon renkleri */
.aside .nav-link svg,
.aside .nav-link i {
    color: #fff !important;
}

/* Menü başlıkları (title) için renk ayarı */
.aside small,
.aside .small,
.aside .text-muted {
    color: #fff !important;
}

/* ============================================
   Profile Container Stilleri
   ============================================ */

/* Profile container ana bölümü */
.aside .bg-dark,
.aside .profile-container {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.aside .bg-dark:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Profile container içindeki kullanıcı adı */
.aside .bg-dark .user-name,
.aside .bg-dark .h6,
.aside .bg-dark h6,
.aside small span {
    color: #1a252f !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

/* Profile container içindeki e-posta veya alt metin */
.aside .bg-dark .user-email,
.aside .bg-dark .small,
.aside .bg-dark small {
    color: #2c3e50 !important;
    opacity: 0.9 !important;
}

/* Profile avatar/resim */
.aside .bg-dark img,
.aside .bg-dark .avatar {
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 50% !important;
}

/* Profile container içindeki linkler */
.aside .bg-dark a {
    color: #2c3e50 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.aside .bg-dark a:hover {
    color: #1a252f !important;
}

/* Profile dropdown varsa */
.aside .bg-dark .dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    color: #2c3e50 !important;
}

.aside .bg-dark .dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Profile badge veya status göstergeleri */
.aside .bg-dark .badge {
    background-color: #2c3e50 !important;
    color: #ffffff !important;
}