@font-face {
  font-family: 'menu';
  src:  url('../fonts/pro-set-menu_new/menu_new.eot?2y2xrs');
  src:  url('../fonts/pro-set-menu_new/menu_new.eot?2y2xrs#iefix') format('embedded-opentype'),
    url('../fonts/pro-set-menu_new/menu_new.ttf?2y2xrs') format('truetype'),
    url('../fonts/pro-set-menu_new/menu_new.woff?2y2xrs') format('woff'), 
    url('../fonts/pro-set-menu_new/menu_new.svg?2y2xrs#menu') format('svg');
    
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i[class^="menu-"], i[class*=" menu-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'menu' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  vertical-align: middle;
  color: var(--iconcolor);
  display: inline-block;
  width: 24px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-announcement-campaign:before {
  content: "\e989";
}
.menu-workspace-icon:before {
  content: "\e974";
}
.menu-tutor-link-icon:before {
  content: "\e96e";
}
.menu-batches-icon:before {
  content: "\e96f";
}
.menu-courses-icon:before {
  content: "\e970";
}
.menu-qanda-icon:before {
  content: "\e971";
}
.menu-quick-link-icon:before {
  content: "\e972";
}
.menu-store-icon:before {
  content: "\e973";
}
.menu-bell-notification:before {
  content: "\e950";
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/material/material-icons-outlined.woff2) format('woff2');
}

@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/material/MaterialIcons-Regular.eot); /* For IE6-8 */
   src: local('Material Icons'), 
        local('MaterialIcons-Regular'),
        url(../fonts/material/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/material/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/material/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit/Outfit-Light.woff') format('woff'), url('../fonts/outfit/Outfit-Light.ttf') format('truetype'), url('../fonts/outfit/Outfit-Light.svg#') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit/Outfit-Regular.woff') format('woff'), url('../fonts/outfit/Outfit-Regular.ttf') format('truetype'), url('../fonts/outfit/Outfit-Regular.svg#') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit/Outfit-Medium.woff') format('woff'), url('../fonts/outfit/Outfit-Medium.ttf') format('truetype'), url('../fonts/outfit/Outfit-Medium.svg#') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit/Outfit-SemiBold.woff') format('woff'), url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype'), url('../fonts/outfit/Outfit-SemiBold.svg#') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit/Outfit-Bold.woff') format('woff'), url('../fonts/outfit/Outfit-Bold.ttf') format('truetype'), url('../fonts/outfit/Outfit-Bold.svg#') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.material-icons-outlined-cc {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons {
   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;  /* Preferred icon size */
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   /* Support for all WebKit browsers. */
   -webkit-font-smoothing: antialiased;
   /* Support for Safari and Chrome. */
   text-rendering: optimizeLegibility;
   /* Support for Firefox. */
   -moz-osx-font-smoothing: grayscale;
   /* Support for IE. */
   font-feature-settings: 'liga';
}

*{
	font-family: Outfit, sans-serif;
	box-sizing: border-box;
}
ul{
	margin:0;
	padding:0;
}
.coachingMainMenu {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    max-height: 50px
}
.cochingMenu {
    min-height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 82px;
    max-width: 1396px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: auto;
}
.tabMenuItemlist {
    display: flex;
    align-items: center;
    max-height: 48px;
}
.tabMenuItemlist ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 48px;
    position: relative;
    margin: 0;
}
.tabMenuItemlist ul li a {
	cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #3F4B5A;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    max-height: 48px;
    text-decoration: none;
}
.tabMenuItemlist ul li:before{
	content:"";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1973E8;
	height: 4px;
	border-radius: 22px 22px 0px 0px;
	display: none;
}
.tabMenuItemlist ul li.selected:before{
	display: block;
}
.tabMenuItemlist ul li.selected,
.tabMenuItemlist ul li.selected a{
  	color: #1973E8;
}
.tabMenuItemlist ul li.selected a i {
	color: #1973E8;
	transition: color 0.3s ease;
}
.tabMenuItemlist ul li a i {
    color: #3F4B5A;
    display: flex;
    align-items: center;
    height: auto;
    min-height: auto;
}
.tabMenuItemlist ul li a:hover{
    background-color: none;
}
.tabMenuItemlist ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ccHeaderMain{
	background: #fafafb;
	z-index: 12
}
/* .coachingHeader {
    min-height: 108px;
} */
.nav-wrapper {
    display: flex;
    align-items: center;
    min-height: 60px;
    justify-content: space-between;
    padding: 0 24px;
}
/* .coachingHeader .top_header_wrap{
	max-height: 108px;
}
.coachingHeader .top_header_wrap{
	min-height: 108px;
} */
.coachingHeader .top_search_wrap {
    height: auto;
    background: none;
    margin: 0;
}
button.category-button {
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 50px;
    max-width: 100%;
    height: 32px;
    min-height: 32px;
    line-height: 30px;
    color: #3F4B5A;
    padding: 0 12px;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-right: 24px;
    padding-left: 8px;
    border: none;
    background: none;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    position: relative;
    margin-right: 16px;
}
button.category-button span{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;	
}
button.category-button:hover {
    background: #d9d9d9;
}
button.category-button:after {
    display: block;
    content: '\25BC';
    position: relative;
    top: 0;
    speak: none;
    font-size: 13px;
    -webkit-transform: scaleY(.5) scaleX(1);
    transform: scaleY(.5) scaleX(1);
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.menuRightSection {
    display: flex;
    align-items: center;
    justify-content: end;
}
.nextInsituteLogo {
}
.nextInsituteLogo img {
    height: 36px;
}
.md-button.noLoginBtn.menu-btn {
    width: 124px;
    height: 40px;
    background: #017AFA !important;
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 24px;
    font-weight: bold;
}

button.headerNotify {
    border: none;
    outline: none;
    background: none;
    position: relative;
    margin: 0 4px;
    padding: 0 6px;
}
button.headerNotify span {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    font-size: 9px;
    min-height: 8px;
    line-height: 8px;
    text-align: center;
    min-width: 8px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 6px;
    border-radius: 8px;
    background: #f20a0a;
    color: #fff;
    font-size: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
}
button.headerNotify label {
    min-width: 16px;
    min-height: 16px;
    margin: 0;
    font-size: 9px;
    line-height: 8px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -6px;
    right: 2px;
    border-radius: 8px;
    background: #f20a0a;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 3px;
    font-weight: 500;
}
.profileMenu .profileBtn {
    border: none;
    background: none;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
}
.profileMenu .profileBtn img{
	border-radius: 50%;
	max-width: 36px;
	max-height: 36px;
	width: 36px;
	height: 36px;
}	
.profileMenu {
    position: relative;
    margin-left: 12px;
}
.profileMenuContent {
    position: absolute;
    max-width: 216px;
    right: -19px;
    min-width: 216px;
    z-index: 10;
    top: 48px;
    padding: 16px 0;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 21px #00000029;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.profileMenuContent.show {
    opacity: 1;
    visibility: visible;
}
.profileMenuContent:before {
    top: 1px;
    z-index: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgb(209 209 209 / 40%);
}
.profileMenuContent ul {
    display: block;
    margin: 0;
    padding: 0;
}
.profileMenuContent ul li {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 16px;
    cursor: pointer;
    margin-bottom: 3px;
    justify-content: flex-start;
    color: #2F3237;
}
.profileMenuContent ul li span {
    margin-right: 6px;
    margin-left: 0;
}
.profileMenuContent ul li a {
    color: #2f3237;
    text-decoration: none;
    width: 100%;
}
.profileMenuContent ul li:hover {
    background: #F3F3F3;
}
.profileMenuContent ul li:last-of-type {
    margin-bottom: 0;
}
.profileNames {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.profileNames h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.profileNames p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #919191;
}

/* Announcement  */
.headerAnnouncement {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none;
    position: relative;
    margin: 0 4px;
    padding: 0 6px;
}	
.headerAnnouncement i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.74);
}
.announcementMainSection {
    position: relative;
    margin-left: 12px;
}
.header-announcement {
    position: fixed;
    right: 100px;
    z-index: 10;
    top: 61px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    max-width: 470px;
    min-height: 130px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 32px #0000003D;
    border-radius: 6px;
    width: 100%;
    max-height: 
}
.announcementMenu {
    overflow: auto;
    max-height: 280px;
    padding: 16px;
    padding-top: 0;
}
.header-announcement.show {
    opacity: 1;
    visibility: visible;
}
button.headerAnnouncement label {
    min-width: 16px;
    min-height: 16px;
    margin: 0;
    font-size: 9px;
    line-height: 8px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -6px;
    right: 2px;
    border-radius: 8px;
    background: #f20a0a;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 3px;
    font-weight: 500;
}
.announcementMenu:before {
    top: 1px;
    z-index: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgb(209 209 209 / 40%);
}
.announcementMenu .feedHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    padding-left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    border: none;
    color: #000;
}
.announcementMenu .feedHeader button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.announcementMenu .feedHeader span {
    color: #647388;
}
.announcementCard {
    flex-direction: row;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CACACA;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 6px;
}
.announcementCard:last-of-type {
    margin-bottom: 0;
}
.announcementCard img {
    margin-right: 12px;
    height: 42px;
}
.announcementCardInfo h4 {
    font-size: 14px;
    color: #070707;
    margin: 0;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.announcementCardInfo {
    flex: 1;
}
.announcementCard button.joinAnnouncementBtn {
    min-width: 103px;
    min-height: 32px;
    background: #1973E8 0% 0% no-repeat padding-box;
    border-radius: 16px;
    border: none;
    font-size: 14px;
    color: #fff;
}
.announcementCardInfo p {
    font-size: 12px;
    color: #647388;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 4px;
}
.announcementCardInfo p span {
    font-size: 18px;
}
.announcementCardInfo label {
    background: #A3F2E2A3 0% 0% no-repeat padding-box;
    border-radius: 3px;
    display: inline-block;
    padding: 0 6px;
    color: #029779;
    font-size: 12px;
    line-height: 18px;
}

.logoutBtn {
    font-family: "Outfit", sans-serif;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
}
.newLoginBtn button {
    height: 36px;
    background: #1973E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px #1973E814;
    border-radius: 6px;
    border: none;
    min-width: 95px;
    margin-left: 16px;
    font-family: unset;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.profileWithName {
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #007aff;
    display: none;
}
.alphabet_a {
  background-color: #F1759F;
}

.alphabet_b {
  background-color: #79888F;
}

.alphabet_c {
  background-color: #D35A8A;
}

.alphabet_d {
  background-color: #47AAA0;
}

.alphabet_e {
  background-color: #A083D2;
}

.alphabet_f {
  background-color: #B15278;
}

.alphabet_g {
  background-color: #59DFD2;
}

.alphabet_h {
  background-color: #A083D2;
}

.alphabet_i {
  background-color: #F175E5;
}

.alphabet_j {
  background-color: #8F798B;
}

.alphabet_k {
  background-color: #D35AC3;
}

.alphabet_l {
  background-color: #47AA47;
}

.alphabet_m {
  background-color: #919191;
}

.alphabet_n {
  background-color: #FB8E8E;
}

.alphabet_o {
  background-color: #6EAA47;
}

.alphabet_p {
  background-color: #9EA7FA;
}

.alphabet_q {
  background-color: #946D7A;
}

.alphabet_r {
  background-color: #7ACBF1;
}

.alphabet_s {
  background-color: #8993B8;
}

.alphabet_t {
  background-color: #89B4B0;
}

.alphabet_u {
  background-color: #9696FB;
}

.alphabet_v {
  background-color: #EE80AB;
}

.alphabet_w {
  background-color: #6DD1C7;
}

.alphabet_x {
  background-color: #84759D;
}

.alphabet_y {
  background-color: #F6B091;
}

.alphabet_z {
  background-color: #BDD27F;
}

.coachingHeader .top_header_wrap.topstickyHeader:before {
    display: none;
}
.overAllLoaderNlp {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  z-index: 15;
}
.headercontainer:has(.coachingMainMenu[style*="display: none"]) .overAllLoaderNlp {
    height: 100%;
}
.headercontainer:has(.profileMenu[style*="display: block"]) .header-notification:before, 
header.ccHeaderMain:has(.profileMenu[style*="display: block"]) .header-notification:before {
    left: auto;
    right: 80px
}
.headercontainer:has(.newLoginBtn[style*="display: block"]) .header-announcement, 
header.ccHeaderMain:has(.newLoginBtn[style*="display: block"]) .header-announcement {
    right: 162px;
}
.spinnerSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    place-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 99;
}

.spinnerSection,.spinnerSection .spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.spinnerSection .spinner {
    width: 75px;
    height: 75px;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.spinnerSection .spinner .spinner-item {
    width: 6.25px;
    height: 80%;
    animation: k 1s ease-in-out infinite;
    position: relative;
    z-index: 1
}

.spinnerSection .spinner .spinner-item:first-child {
    background-color: #bb8;
    animation-delay: -0.3s
}

.spinnerSection .spinner .spinner-item:nth-child(2) {
    background-color: #ccc68d;
    animation-delay: -0.1s
}

.spinnerSection .spinner .spinner-item:nth-child(3) {
    background-color: #ed9;
    animation-delay: -0.2s
}

.spinnerSection .spinner .spinner-item:nth-child(4) {
    background-color: #eec290;
    animation-delay: -0.1s
}

.spinnerSection .spinner .spinner-item:nth-child(5) {
    background-color: #ea8;
    animation-delay: -0.3s
}

@keyframes k {
    50% {
        transform: scaleY(.25)
    }
}
.mobileSkeletonLoader {
    width: 100%;
    padding: 12px;
    height: auto;
}
.flexRow{
	display: flex;
	flex-direction: row;
}
.flex1{
	flex: 1;
}
.flexCenter{
	align-content: center;
	align-items: center;
}
.flexColumn{
	display: flex;
	flex-direction: column;
}
.flexSpaceBetween{
	align-items: center;
	justify-content: space-between;
}
.skeleton {
    background: rgba(0, 0, 0, 0.1);
    margin: 3px 0;
    border-radius: 2px;
    -webkit-animation: waveAnimation 2s ease-in-out 0.5s infinite;
    animation: waveAnimation 2s ease-in-out 0.5s infinite;
}
.skeleton-rectangle, .skeleton-circular {
	height: auto;
}
@keyframes waveAnimation {
    0% {
    	opacity: 1;
	}
	50% {
	    opacity: 0.4;
	}
	100% {
	    opacity: 1;
	}
}
/* Notification Css  */
/*--- NOTIFICATION MENU STYLES ---*/
.header-notification {
    position: fixed;
    max-width: 320px;
    right: -100%;
    min-width: 320px;
    z-index: 10;
    top: 60px;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 21px #00000029;
    transition: all ease-in-out 0.5s;
    display: flex;
    flex-direction: column;
    height: calc(100% - 61px);
    border-bottom: none;
}
.header-notification.show {
   right:0;
}
.header-notification:before {
    top: 0px;
    z-index: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 165px;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgb(209 209 209 / 40%);
}
.notificationMenu.toggleNotification {
    width: 100%;
    height: calc(100% - 60px);
    opacity: 1;     
}
.font12{
	font-size: 12px;
}
.mar0{
	margin: 0;
}
.header-notification #list-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.header-notification .notificationMenu {
    position: unset;
    height: auto;
    width: unset;
    background: unset;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
}
.header-notification .notificationMenu:before {
    opacity: 0;
    display: none;
}
.header-notification .feedHeader {
    border-bottom: solid 1px #e5e5e5;
    color: #000;
    background: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-notification .notificationMenu .feedHeader .showNotificationButton {
    background: unset;
    border: none;
    color: #000;
    margin: 0;
    width: 24px;
    height: 24px;
    min-height: 24px;
}
.header-notification .notificationContent {
    background: unset;
    color: #3F4B5A;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1;
}
.header-notification .notificationContent .discussion-list ul li {
    border: solid 1px #d7d7d7;
    color: #16181a;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    margin: 4px 0;
    border-radius: 6px;
    font-size: 13px;
    padding: 10px;
}
.header-notification .clearAllButton {
    width: 100%;
    margin: 0;
    color: #3c3636;
    background-color: #ffffff !important;
    border-radius: 0;
    min-height: 40px;
    border: none;
    box-shadow: 0 0 4px 1px #e5e5e5;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-notification .emptyNotificationMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background: none;
}
.header-notification .clearAllButton md-icon {
    color: #000 !important;
    margin: 0;
    margin-right: 5px;
}
.feedHeader {
    height: 48px;
    min-height: 48px;
    padding: 0 6px 0 16px;
}
.notificationMenu .feedHeader .showNotificationButton{
    width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
}
.notificationMenu .feedHeader md-icon {
    color: unset !important;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    width: 18px;
    font-size: 18px;
}
.discussion-list {
	font-weight: 600;
	padding: 4px 8px;
	width: 100%;
	overflow: auto;
}
.discussion-list ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.discussion-list ul li {
	display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding: 0 6px;
    cursor: pointer;
    margin: 4px 0;
    border-radius: 6px;
    font-size: 13px;
}
.discussion-list ul li p {
    color: unset;
    font-weight: 500;
}
.discussion-list ul li span {
    font-size: 11px;
    font-weight: normal;
}

.discussion-list ul li.alreadyread{
	background: #F4F7F7;
	font-weight: 500;
} 

.discriptionwidth {
	width: calc(100% - 60px);
    padding: 4px 0;
}

.emptyNotificationMessage img {
    width: 55px;
    height: auto;
    margin-bottom: 12px;
}
.fontsize16{
	font-size: 16px;
}
.no-bg{
	background: none !important;
}
.mt-5{
	margin-top: 5px !important;
}
.Notificationstatus {
	width: max-content;
	padding: 0 7px;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;	
	text-align: center;
	color: var(--secondary-text-color);	
	font-weight: 500;
}
.Notificationstatus.high {
	background-color: #E82E2E;
}
.Notificationstatus.medium {
	background-color: #EFAD29;
}
.Notificationstatus.low {
	background-color: #ccc;
}
/* Notification css */
@media only screen and (max-width: 1366px) { 
	.cochingMenu {
		padding: 0 52px;
	}
}
@media only screen and (max-width: 1200px) { 
	.cochingMenu {
		padding: 0 26px;
	}
}
@media only screen and (min-width: 768px) { 
	.mobileFlex, .forMobileAppLoader{
		display: none;
	}
}
@media only screen and (max-width: 767px) { 
	.coachingMainMenu {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 2;
	}
	.cochingMenu {
	    padding: 0;
	    display: flex;
        align-items: center;
        justify-content: space-around;
        scrollbar-width: none;
	}
	.tabMenuItemlist ul li {
	    flex-direction: column;
	}
	.tabMenuItemlist ul li a {
	    flex-direction: column;
	    padding: 4px 18px;
	    font-size: 12px;
	    font-weight: 500;
	}
	.tabMenuItemlist ul li:before {
	    opacity: 0;
	    display:none;
	}
	.tabMenuItemlist ul li a i {
	    font-size: 24px;
	}
	.nav-wrapper {
	    padding: 0 12px;
	}
	.profileMenuContent{
		right: -12px;
	}
	button.category-button{
		max-width: 160px;
		text-align: left;
		padding-left: 8px;
		border: 1px solid #B5CBDB;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
	}
	button.category-button:after{
		margin-top: -16px;
	}
	
	.nextInsituteLogo{
		display: none;
	}
	.menuRightSection{
		width: 100%;
	}
	.mobileFlex{
		display: flex;
		flex: 1 !important;
	}
	.forDesktopLoader{
		display: none;
	}
	.forMobileAppLoader {
		display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        left: 0;
        z-index: 12;
	}
	.overAllLoaderNlp {
	  height: calc(100% - 50px);
	}
	.footerMain{
		display: none !important;
	}
	.headercontainer:has(.profileMenu[style*="display: block"]) .header-notification:before, 
	header.ccHeaderMain:has(.profileMenu[style*="display: block"]) .header-notification:before {
	    left: auto;
	    right: 70px
	}
	.header-notification:before {
		left:176px;
	}
	.header-announcement {
	    right: 0;
	}
	.announcementMenu {
		padding: 8px;
	}
	.announcementMenu:before {
	    right: 110px;
	}
	/* .removeTabMenu .coachingMainMenu {
    	display: flex !important;
	}
	.removeTabMenu .nav-wrapper {
	    display: none;
	} */
} 
@media only screen and (max-width: 480px) { 
	.tabMenuItemlist {
	    width: 100%;
	}
	.tabMenuItemlist ul {
	    flex-direction: row;
        justify-content: space-around;
        width: 100%;
	}
	.tabMenuItemlist ul li a {
	    padding: 4px 14px;
	}
}
