subscription-notification-bar,
active-delegated-users-combo,
quick-theme-selection,
language-switch-dropdown,
header-notifications,
chat-toggle-button,
user-menu{
    display: flex;
}

#notificationIcon,
#chatIconUnRead{
    position: relative;
}

.theme-selection-link {
    cursor: pointer;
}

.dropdown-language .navi-link i.famfamfam-flags {
    display: inline-block;
}


header-notifications .dropdown-menu{
    max-width: 400px;
}

body.aside-minimize #kt_brand {
    width: 70px;
  }
  
  
/* custom.css */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-light-primary {
    background-color: #36a3f7; /* Replace with your desired color */
    color: #fff; /* Ensure text is readable */
}