#lmsInstructorWishlistBadge.gactive.wishlist-badge--empty,[data-wishlist-badge='instructor'].gactive.wishlist-badge--empty{display:none!important;}
    .header-welcome-text{
      font-size:15px;
      font-weight:600;
      color:#334155;
      background:#f8fafc;
      border:1px solid #e2e8f0;
      border-radius:999px;
      padding:8px 14px;
      box-shadow:0 2px 10px rgba(15,23,42,.08);
      white-space:nowrap;
    }
    .header-welcome-text .welcome-label{
      color:#0f766e;
      margin-right:4px;
    }
    .header-welcome-text .instructor-name{
      color:#7c3aed;
      font-weight:700;
    }
    body.instructor-header-nav-visible .context-sidebar,
    body.instructor-header-nav-visible .layout-overlay{
      display:none!important;
    }
    body.instructor-header-nav-visible #main-menu,
    body.instructor-header-nav-visible #mobile_menu,
    body.instructor-header-nav-visible .header_right:empty{
      display:none!important;
    }
    body.instructor-header-nav-visible #navigation > .container > .row > .col-lg-7{
      display:none!important;
    }
    body.instructor-header-nav-visible #navigation > .container > .row > .col-lg-3{
      flex:0 0 auto;
      width:auto;
      max-width:none;
      margin-left:auto;
    }
    body.instructor-header-nav-visible #main-menu > ul{
      flex-wrap:wrap;
      gap:2px 0;
    }
    body.instructor-header-nav-visible #main-menu .nav-link{
      font-size:13px;
      padding:10px 8px;
    }
    body.instructor-header-nav-visible #main-menu .nav-link.text-danger{
      color:#dc3545!important;
    }
    .instructor-header-chat-btn{
      position:relative;
    }
    .instructor-header-chat-btn .bi{
      font-size:18px;
      line-height:1;
      vertical-align:middle;
    }
    .instructor-header-chat-badge{
      position:absolute;
      top:-4px;
      right:-6px;
      min-width:18px;
      height:18px;
      border-radius:999px;
      background:#dc2626;
      color:#fff;
      font-size:10px;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 5px;
      line-height:1;
    }
