html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

#notify {
    display: none;
}

.notify_wrapper {
    display: flex;
}

#notify * {
  box-sizing: initial;
}
#notify .notification_group_content,
#notify .notification_group_content *,
#notify .userMenuContent {
  transition: none !important;
}
.extanded-menu-item.logout {
  display: none;
}

#notify a.chat,
#notify a.social,
#notify a.knowledge,
#notify a.global {
  display: block;
  text-align: center;
  float: left;
  width: 40px;
  height: 40px !important;
  position: relative;
  background: inherit;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #537a8c;
  text-decoration: none;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#notify a.global:has(.icon-svg-Global_notifications_copy) {
  width: 36px;
}
#notify a.knowledge {
  margin-right: 5px;
}

#notify a .icon-svg-Chat_copy:hover,
#notify a .icon-svg-Messages_and_replies_copy:hover,
#notify a .icon-svg-Applicant_notification_copy:hover,
#notify a .icon-svg-Global_notifications_copy:hover,
#notify a .icon-svg-rewards-header:hover {
  color: inherit;
}

#notify a .icon-svg-Chat_copy,
#notify a .icon-svg-Messages_and_replies_copy,
#notify a .icon-svg-Applicant_notification_copy,
#notify a .icon-svg-Global_notifications_copy,
#notify a .icon-svg-rewards-header {
  position: absolute;
  font-size: 23px;
  top: 10px;
  color: #537a8c;
  margin: 0 0 0 -11px;
}

#notify .activeNote span {
  color: #ffffff;
}

/* #notify .triangle{
    position: relative;
}

#notify .triangle{
    content: '';
    position: absolute;
    top: 20px;
    border: 10px solid transparent;
    border-bottom: 11px solid #ffffff;
    left: calc(50% - 9px);
    bottom: -17px;
    padding: 0 !important;
    display: none;
} */

#notify a.chat.activeNote,
#notify a.social.activeNote,
#notify a.knowledge.activeNote,
#notify a.global.activeNote {
  color: #ffffff;
}

#notify a.chat.activeNote:before {
  background-position: -17px -473px;
}

#notify a.social.activeNote:before {
  background-position: -17px -473px;
}

#notify a.knowledge.activeNote:before {
  background-position: -16px -529px;
}

#notify a.global.activeNote:before {
  background-position: -20px -589px;
}

.notification_group_content {
  position: absolute;
  z-index: 1000;
  max-height: 670px;
  overflow: auto;
  display: block;
  background-clip: padding-box !important;
  right: 0;
  top: 57px;
  clear: both;
  box-shadow: 2px 2px 10px 0px #0000001a;
  padding: 10px 10px 0 10px;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 14px;
}
.notification_group_content,
.notification_group_content h4,
#notify .noteItem .messageBody a,
#notify .noteItem .messageBody a:hover {
  font-family: "Inter", sans-serif;
  color: #374151;
}

#notify {
  position: relative;
  background: transparent;
  margin-right: 0;
}
#notify .groupHeader {
  height: 31px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 8px 0 10px;
  clear: both;
}

#notify .groupHeader h3,
#notify .groupHeader .h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
  font-size: 14px;
  font-weight: 600;
}

#notify .groupHeader a.help,
#notify .groupHeader a.readMark,
#notify .groupHeader a.settings {
  display: block;
  line-height: 31px;
  float: right;
  font-size: 10px;
  color: #6881a5;
  text-transform: capitalize;
  padding-left: 14px;
  text-decoration: none;
}

#notify .groupHeader a:hover {
  text-decoration: underline;
}

#notify .groupHeader a.settings {
  background: none;
  position: relative;
}

#notify .groupHeader a.settings:before {
  content: ".";
  position: absolute;
  left: 6px;
  top: 13px;
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
  line-height: 0;
  font-weight: bold;
}

#notify .groupHeader a.help {
  margin-right: 15px;
  background: url("/static/img/notify/helpIcon.png") no-repeat 0 0;
  height: 10px;
  width: 10px;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

#notify a.seeAll {
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: block;
  color: #1057ae;
  text-decoration: none;
}
#notify a.seeAll:hover,
#notify .noteItem .messageTitle a:hover {
  text-decoration: underline;
}

/* #notify a.seeAll:before {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    top: -21px;
    height: 21px;
    background: url("/static/img/notify/see-all-shadow.png");
    background-repeat: repeat-x;
} */

#notify .noteItem {
  position: relative;
  clear: both;
  cursor: pointer;
  display: flex;
  padding: 8px 0;
  overflow: hidden;
}
#notify .noteItem:not(:first-of-type) {
  border-top: 1px solid #e5e7eb;
}

#notify .noteItem .checkNote {
  position: absolute;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  right: 5px;
  top: 5px;
  background: #fefefe;
}

#notify .noteItem .checkNote:before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 10px;
  background: #29424d;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#notify .noteItem .checkNote:hover:before {
  width: 100%;
  height: 100%;
}

#notify .scroll-pane {
  width: 332px;
  min-height: 300px;
  height: 50vh;
  overflow: auto;
  scrollbar-color: #999 #f1f1f1;
  scrollbar-width: thin;
}

#notify .jspVerticalBar *,
#notify .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

#notify .jspCap {
  display: none;
}

#notify .jspHorizontalBar .jspCap {
  float: left;
}

#notify .jspTrack {
  background: #dde;
  position: relative;
}

#notify .jspDrag {
  background: #91918f;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
}

#notify .jspHorizontalBar .jspTrack,
#notify .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

#notify .jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

#notify .jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

#notify .jspVerticalBar .jspArrow {
  height: 16px;
}

#notify .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

#notify .jspVerticalBar .jspArrow:focus {
  outline: none;
}

#notify .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

#notify .notification_group_count {
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  right: 3px;
  top: 4px;
  background: #ff4060;
  display: none;
  height: 14px;
  min-width: 14px;
  border-radius: 14px;
  padding: 0 4px;
  line-height: 15px;
}

#notify .notification_group_count:before {
  left: -7px;
  top: 0;
  width: 7px;
  height: 15px;
}

#notify .notification_group_count:after {
  right: -8px;
  top: 0;
  width: 8px;
  height: 15px;
}

/* #notify .noteItem.unread {
    background: #f5f5eb;
}

#notify .noteItem.unread:hover {
    background: #e4e9e7;

} */

#notify .notification_group_content:not(#group_3) .noteItem .noteImage {
  width: 40px;
  padding: 5px;
}
#notify .notification_group_content:not(#group_3) .noteItem .noteImage > div {
  width: 36px;
  overflow: hidden;
  display: grid;
  justify-content: center;
}
#notify .notification_group_content:not(#group_3) .noteItem .noteImage > div:has(img) {
  height: 36px;
  border-radius: 999px;
}
#notify .noteItem .noteImage img {
  width: auto;
  height: 36px;
}
#notify #group_3 .noteItem .noteImage {
  width: 18px;
  min-width: 18px;
  padding: 5px;
}
#notify #group_3 .noteItem .noteImage > div {
  width: 16px;
  overflow: hidden;
  display: grid;
  justify-content: center;
}
#notify .noteItem .noteImage div span.notify-svg {
  font-size: 29px;
  line-height: normal;
}
#notify #group_3 .noteItem .noteImage div span.notify-svg {
  font-size: 16px;
}
#notify .noteItem .noteImage div span.notify-svg.blue {
  color: #2062b3;
}
#notify .noteItem .noteImage div span.notify-svg.red {
  color: #be3232;
}
#notify .noteItem .noteImage div span.notify-svg.orange {
  color: #ff8c2a;
}
#notify .noteItem .noteImage div span.notify-svg.grey {
  color: #b8b8b8;
}
#notify .noteItem .noteImage div span.notify-svg.noAvatar {
  color: #b9b9b9;
}
#notify .noteItem .noteImage div span.icon-svg-recommended {
  font-size: 27px;
}

#notify .noteItem .messageTitle {
  display: flex;
}
#notify .noteItem .messageTitle .username-coloured,
#notify .noteItem .messageTitle a,
#notify .noteItem .messageForumName {
  color: #206ad0 !important;
  text-decoration: none;
}

#notify a.userMenu {
  /*width: 230px;*/
  width: auto;
  height: 36px;
  display: block;
  padding: 4px 0 0 9px;
  float: left;
  color: #ffffff;
  text-decoration: none;
  background: inherit;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  text-align: right;
}

/* #notify a.userMenu:after {
    content: '';
    position: absolute;
    background: #ffffff;
    opacity: 0.3;
    width: 1px;
    height: 40px;
    bottom: 2px;
    right: 3px;
} */

#notify a.userMenu.activeNote span {
  color: #2062b3;
}

#notify a.userMenu .userName {
  font-size: 16px;
  color: #ff8c2a;
  display: inline-block;
  padding-top: 4px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-left: 10px;
  width: auto;
}
#header .content #notify a .icon-svg-Global_notifications_copy::before {
  width: 18px;
  display: block;
  height: 20px;
  content: "";
  -webkit-mask-image: url(/static/fontawesome-custom/svgs/regular/bell.svg);
  mask-image: url(/static/fontawesome-custom/svgs/regular/bell.svg);
  background-color: #575b5a;
}
#header .content #notify a .icon-svg-Messages_and_replies_copy::before {
  width: 20px;
  display: block;
  height: 20px;
  content: "";
  -webkit-mask-image: url(/static/fontawesome-custom/svgs/regular/envelope.svg);
  mask-image: url(/static/fontawesome-custom/svgs/regular/envelope.svg);
  background-color: #575b5a;
}
#header .content #notify a .icon-svg-Applicant_notification_copy::before {
  width: 29px;
  display: block;
  height: 23px;
  content: "";
  background: url(/forum/styles/gmatclub_light/imageset/icon_school.svg) no-repeat;
}
#header .content #notify a .icon-svg-Chat_copy::before {
  width: 24px;
  display: block;
  height: 23px;
  content: "";
  background: url(/forum/styles/gmatclub_light/imageset/icon_message_circle.svg) no-repeat;
}
/* #header .content #notify .knowledge,
   #header .content #notify .chat{
    display: none; } */
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #notify a.userMenu .userName {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  #notify a.userMenu .userName {
    font-size: 13px;
    padding-right: 11px;
    padding-left: 5px;
    padding-top: 9px;
  }
  #notify a.chat,
  #notify a.social,
  #notify a.knowledge,
  #notify a.global {
    width: 35px;
  }
}
#notify a.userMenu .userName:hover {
  color: #2062b3;
}

#notify a.userMenu .ttt {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  overflow: hidden;
  position: relative;
  height: 46px;
  border-radius: 33px;
  top: -6px;
}

#notify a.userMenu div img {
  width: 120%;
  border-radius: 22px;
  position: absolute;
  left: -3px;
  top: -4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    #notify a.userMenu div img {
        width: 100%;
        left: 0;
        top: 0;
    } 
}

#notify #triangle_user {
  left: 17px;
}

#notify .userMenuContent {
  position: absolute;
  top: 57px;
  right: 0;
  box-sizing: border-box;
  width: 305px;
  box-shadow: 2px 2px 10px 0px #0000001a;
  padding: 10px;
  padding-right: 15px;
  padding-top: 14px;
  border: 1px solid #e6e6e6;
  background: white;
  border-radius: 6px;
  z-index: 999;
  display: none;
}

#notify .menuHeader {
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#notify .menuHeader .image {
  float: left;
  height: 40px;
  width: 40px;
  /*background: url("/static/img/notify/no-avatar.jpg");*/
  background-repeat: no-repeat;
  margin-right: 15px;
  overflow: hidden;
}

#notify .menuHeader .image img {
  width: 100%;
}

#notify .menuHeader .userName {
  font-size: 20px;
  color: #2a2a2a;
  margin-bottom: 0;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: -4px;
  clear: none;
}

#notify .menuHeader span {
  font-size: 10px;
  color: #2a2a2a;
}

#notify .menuHeader div div {
  clear: both;
  margin-left: 55px;
}

#notify .menuHeader a {
  font-size: 12px;
  padding-left: 20px;
  text-decoration: none;
}

#notify .menuHeader a.profile {
  background: url("/static/img/notify/profileIconNew.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  /* background-position: 0 2px; */
  color: #2062b3;
}

#notify .menuHeader a.logout {
  background: url("/static/img/notify/logout-icon-new.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  color: #ff0000;
}

#notify .testsSubscription {
  background: #ffffff;
  /* border-bottom: 1px solid #e1e1e1; */
  padding-bottom: 10px;
  display: none;
}

#notify .testsSubscription .testsSubscriptionHeader {
  color: #f48120;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
  margin: 0;
  line-height: 16px;
}
#notify .testsSubscription ul {
  margin: 0;
}
#notify .testsSubscription li {
  font-size: 13px;
  padding: 10px 12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#notify .testsSubscription li b {
  color: #8d8d8d;
  font-weight: 400;
}
/* #notify .testsSubscription li::before {
    content: "•  ";
    color: #f37e1a;
} */

#notify .menuContent {
  background: #f5f5eb;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

#notify .menuContent ul {
  float: left;
  margin: 0 0 0 10px;
}

#notify .menuContent ul li {
  color: #bcbcbc;
  font-size: 10px;
  padding: 6px 16px 4px 4px;
}

#notify .menuContent ul li:hover {
  background: #ffffff;
}

#notify .menuContent ul .btnPopup:hover {
  background: #f5f5eb;
}

#notify .menuContent ul li:first-child {
  background: transparent !important;
}

#notify .menuContent ul li:hover a {
  color: #1057ae;
}

#notify .menuContent ul li:hover a:before {
  display: block;
}

#notify .menuContent ul li a {
  font-size: 11px;
  color: #2a2a2a;
  position: relative;
  text-decoration: none;
}

#notify .menuContent ul li .UpdateApplicationStatus {
  font-size: 8px;
  background-color: #fff;
  width: 80px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #2062b3;
  border: 1px solid #ffc8a0;
  font-weight: 600;
  cursor: pointer;
  line-height: 13px;
}

#notify .menuContent ul li .UpdateApplicationStatus:before {
  background: none;
}

#notify .menuContent ul li a:before {
  position: absolute;
  left: -7px;
  background: url("/static/img/notify/linkArrow.png");
  background-repeat: no-repeat;
  content: " ";
  width: 4px;
  height: 7px;
  display: none;
  top: 50%;
  margin-top: -4px;
}

#notify .menuFooter {
  clear: both;
  background: #eae9d8;
  height: 50px;
  padding-left: 15px;
}

#notify .menuFooter a {
  line-height: 52px;
  font-size: 11px;
  color: #2a2a2a;
  text-transform: capitalize;
  text-decoration: none;
}

#notify .menuFooter a.kudos {
  margin-left: 50px;
  margin-right: 75px;
}

#notify .noteItem:hover {
  background: #eef3f9;
}

#notify .noteItem h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-right: 18px;
}

#notify .noteItem h4 a {
  font-weight: bold;
  color: #2062b3;
}

#notify .noteItem .messageBody {
  font-size: 12px;
  display: block;
  padding-left: 2px;
  line-height: 13px;
  margin-bottom: 0;
  min-height: 25px;
  overflow: hidden;
}

#notify .noteItem .messageBody a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#notify #group_2 .noteItem .messageBody a {
  margin-top: 3px;
}

#notify .noteItem .messageBody .firstLink .username-coloured {
  border: none;
  padding: 0;
  width: auto;
  height: 22px;
}

#notify .noteItem .firstLink {
  margin-left: 0;
  width: 242px;
  color: black;
}

#notify .noteItem span {
  padding: 0;
  display: inline-block;
  color: #2062b3;
  background: none;
  font-size: inherit;
  line-height: 13px;
}

#notify .noteItem .notifyDateTimeCreate {
  color: #b8b8b8;
  font-size: 11px;
  font-weight: 400;
  margin: 3px 0 0 5px;
}

#notify .noteItem .last {
  /*margin-left: 51px;*/
  margin-top: 5px;
  padding-bottom: 0;
}
#notify .noteItem.privateMsg .last {
  margin-left: 0;
}
#notify .noteItem h4 span {
  padding: 0;
  display: inline-block;
  color: #2062b3;
  background: none;
  font-size: 11px;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
}

#notify .notification_group_content {
  display: none;
}

#notify .noteItem.privateMsg h1 {
  display: inline-block;
  position: relative;
}

#notify .noteItem.privateMsg .messageBody {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/********* TOOLTIP ********/

#notify .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
#notify .tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 1;
}
#notify .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#notify .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
#notify .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
#notify .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
#notify .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
#notify .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
#notify .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#notify .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
#notify .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
#notify .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
#notify .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
#notify .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
#notify .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
#notify .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
#notify .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
