/* FR2 - MyHalaal brand color overrides */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

body {
  --default-theme-color: #5d87ff !important;
  --default-brand-color: #5d87ff !important;
  --theme-color: #5d87ff !important;
  --brand-color: #5d87ff !important;
  --success-color: #13deb9 !important;
  --warning-color: #ffae1f !important;
  --danger-color: #fa896b !important;
  --body-text-color: #5a6a85 !important;
  --hr-color: #ebf1f6 !important;
  --header-bg-color: #fff !important;
  --sidebar-bg-color: #f6f9fc !important;
  --sidebar-nav-border-color: #ebf1f6 !important;
  --sidebar-nav-item-text-color: #2a3547 !important;
  --input-border-color: #ebf1f6 !important;
  --search-field-input-border-color: #ebf1f6 !important;
  --nav-menu-active-item-bg-color: rgba(93, 135, 255, 0.1) !important;
  --nav-menu-item-hover-bg-color: rgba(93, 135, 255, 0.06) !important;
  --in-popup-nav-menu-item-hover-bg-color: rgba(93, 135, 255, 0.08) !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

/* FR3 - remove MediaCMS logo in embedded view, parent MyHalaal page already shows branding */
.logo {
  display: none !important;
}
