
    .header_user_notif.ccn-frontend-header_user_notif{
      margin: 0;
      height: 100%;
      display: flex;
      align-items: center;
    }

    .header_user_notif li .dropdown .notification_icon{
      background: transparent;
      border: 1px solid #067FED;

    }

    .header_user_notif li .dropdown .notification_icon i::before,
     .header_user_notif li .dropdown .notification_icon span::before{
      color:#067FED;
    }

    /* Mobile menu: unread notification badge (same style as navbar bell). */
    .ccn_mob_menu_iconed .ccn-mob-notif-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 6px;
    }

    .ccn_mob_menu_iconed .ccn-mob-notif-link .count-container {
      position: static;
      display: inline-block;
      min-width: 18px;
      padding: 2px 6px;
      border-radius: 50px;
      background-color: #067FED;
      color: #fff;
      font-size: 11px;
      line-height: 14px;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    }

    .ccn_mob_menu_iconed .ccn-mob-notif-link .count-container.hidden {
      display: none;
    }

/* Custom styling for the header navbar language switcher (identical to login page switcher) */
.header_user_notif li.ccn-lang-menu-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  transition: all 0.15s ease;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__toggle:hover,
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__toggle:focus {
  background: #fafafa;
  border-color: #d1d5db;
}

/* Force flag image dimensions, overriding generic theme rules */
.header_user_notif li.ccn-lang-menu-switch img.emi-login-lang-switch__flag {
  width: 18px !important;
  height: 12px !important;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 !important;
}

/* Force text styling, overriding generic theme white color rule */
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__label {
  white-space: nowrap;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__chevron {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #111827;
  border-bottom: 1.5px solid #111827;
  transform: rotate(45deg);
  margin-top: -2px;
  margin-left: 2px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
  display: inline-block;
}

.header_user_notif li.ccn-lang-menu-switch.show .emi-login-lang-switch__chevron {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.header_user_notif li.ccn-lang-menu-switch.show .emi-login-lang-switch__toggle {
  border-color: #d1d5db;
  background: #ffffff;
}

/* Override bootstrap dropdown-menu */
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__menu.dropdown-menu {
  position: absolute;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  margin-top: 6px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
  min-width: 140px;
  z-index: 1000;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.header_user_notif li.ccn-lang-menu-switch.show .emi-login-lang-switch__menu.dropdown-menu {
  display: flex;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  background: #ffffff;
  transition: background-color 0.15s ease, color 0.15s ease;
  border: none;
  width: 100%;
  text-align: left;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  line-height: 1.2 !important;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item:hover,
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item:focus {
  background: #f3f4f6;
  text-decoration: none;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item:hover span,
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item:focus span {
  color: #111827 !important;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item.is-active,
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item.is-active:hover,
.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item.is-active:focus {
  background: #ff3200; /* Identical login page theme color! */
  color: #ffffff;
}

.header_user_notif li.ccn-lang-menu-switch .emi-login-lang-switch__item.is-active span {
  color: #ffffff !important;
}
