
.user-menu{
  position: fixed;
  left: 0;
  top: 0px;
  height: 100vh;
  margin-right: 10px;
  padding-top: 63px;
  overflow: hidden;
  width: fit-content;
  z-index: 10000;

}
.christmas_game {
  display: none;
}
.user-menu *{
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .user-menu{
        display:none;
    }
    .hide-on-mobile {
        display: none;
    }
}
.user-menu a{
  text-decoration: none;
}
.user-menu-links{
  background: #EAF1FB;

  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 12px;
  height: 100vh;
  padding-left: 10px;
  padding-right: 12px;
  min-width: 84px;
  padding-top: 26px;
  border-right: 1px solid rgba(161, 161, 161, 0.30);
}
.user-menu.show .user-menu-collupsed .extanded-menu{
  padding-left: 12px;
  padding-right: 0px;
  width: 162px;
}
.user-menu .user-menu-links:hover ~ .extanded-menu-hover{
  display: block;
  margin-top: 16px;
  position: fixed;
  top:58px;
  left: 84px;
  bottom: 58px;
  padding: 0;
  height: auto;
 
 }
.extanded-menu-hover:hover,
.extanded-menu-hover.active{
  display: block;
  margin-top: 16px;
  position: fixed;
  top:58px;
  left: 84px;
  bottom: 58px;
  padding: 0;

  height: auto;
} 
.user-menu .user-menu-collupsed:hover .extanded-menu-hover .extanded-menu-item.compose,
.user-menu .user-menu-collupsed .extanded-menu-hover.active .extanded-menu-item.compose {
   width: 110%;
   border-radius: 20px 20px 0 0;
   margin-left: -5px;
   height: 60px;
   background-color: #eef3fc;
  }
.user-menu .user-menu-collupsed:hover .extanded-menu-hover .extanded-menu-item.compose:hover{
    box-shadow:none;
   }
 .user-menu:not(.show) .user-menu-collupsed{
  padding-right: 2px;
 }
.user-menu-collupsed{
  top: 0;
  left: -68px;
  display: flex;
  align-items: flex-start;
  min-width: 84px;
}
.user-menu-item div{
 padding: 6px 12px;
 border-radius: 16px;
}
.user-menu-item.active div{
 background: #d3e3fd;
}
.user-menu-item .private_message_count{
  display: none;
}
.extanded-menu{
  margin-top: 13px;
  width: 160px;
  padding: 6px;
  height: 100vh;
  padding-top: 0px;
  display: none;
}
.extanded-menu-hover{
  display: none;
}
.user-menu.show{
  overflow: visible;
}
.user-menu.show .extanded-menu{
  display: block;
}
.user-menu .tab-content{
  display: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.tab-content.active{
  display: block;
  overflow-y: auto;
  max-height: 65vh;
}
.tab-content-hover{
  display: none;
}
.tab-content-hover.active{
  display: block;
  width: 200px;
  background-color: rgba(255, 255, 255, 1);
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,.2);;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  overflow-y:auto;
}
.tab-content-hover.small.active {
  height: auto;
  position: relative;
  padding: 5px;
}
.tab-content-hover.small.active a:last-of-type {
  margin-bottom: 0;
}
.extanded-menu-item{
  color:  #0F0F0F!important;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  width: 100%;
  font-weight: 500!important;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 10px;
  border-radius: 16px;
  margin-bottom: 8px;
}
.user-menu-item:hover{
  text-decoration: none;
}
 .user-menu-item:not(.active):hover div:not(.private_message_count){
  background: rgba(32,33,36,0.059);
  transition: all .2s linear;
}
.user-menu-item div svg{
  height: 20px!important;
}
.user-menu-item .private_message_count{
    left:32px;
    top: -1px;
    padding: 0 4px 0 4px;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    background: #ff4060;
    min-width: 15px;
    border-radius: 16px;
    line-height: 15px;
}
.user-menu .user-menu-item svg.arrowLeft{
  display:none;
}
.extanded-menu-item:hover{
  text-decoration: none;
  background:rgba(32,33,36,0.059);
  transition: all .2s linear;
}
.extanded-menu-item.active{
  background: #d3e3fd;
  display: flex;
  font-weight: 600!important;
 }
 .extanded-menu-item.whatsAppItem {
  padding-left: 27px;
 }
 .extanded-menu-item.whatsAppItem > svg {
  position: absolute;
  left: 13px;
 }
 .extanded-menu-item.compose{
  width: fit-content;
  background: #c2e7ff;
  padding: 25px 9px;
  gap: 5px;
  font-size: 14px;
  font-weight: 500!important;
 }
 .extanded-menu-item.compose:hover{
  box-shadow:0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149)
 }
 .extanded-menu-item svg:not(.socialIcon,.subscribeIcon) {
  width: 10px;
  height: 10px;
  fill: #8D8D8D;
 }
 .extanded-menu-item svg.socialIcon{
  width: 20px;
  height: 20px;
 }
 .extanded-menu-item svg.whatsAppIcon{
  width: 15px;
  height: 15px;
  border-radius: 999px;
 }
 .extanded-menu-item.compose svg {
  width: 15px;
  height: 15px;
  fill: none;
 }
 .extanded-menu-item.compose svg path{
  stroke: black!important;
 }
.extanded-menu-item svg:not(.socialIcon)  path{
  stroke: #8D8D8D;;
}
.extanded-menu-item.active svg {
    fill: #08C108;;
 }
 .extanded-menu-item.active svg path {
  stroke: #08C108;;
}
.extanded-menu-item .subscribeIcon {
 margin-left:12px;
width: 14px;
height: 14px;
}
 .gmat-logo{
  display: flex;
  justify-content: center;
  cursor: pointer;
 }
.profile-item{
  position: absolute;
  left: -60px;
  bottom:310px;
}
.burger-item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  position: absolute;
  background-color:#EAF1FB;
  min-width: 84px;
  height: 75px;
  left: 0px;
  top: 0px;
  border-right: 1px solid rgba(161, 161, 161, 0.30);
  cursor: pointer;
}
.burger-item-inner{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.burger-item-inner svg {
  width: 24px;
  height: 24px;
}
.burger-item-inner svg path{
  fill: #5f6368;
}
.burger-item-inner:hover, .burger-item-inner:focus{
  background-color: rgba(60,64,67,.1);
}
.user-menu .user-menu-item, .profile-item div{
  color:  #0F0F0F;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  position: relative;
  width: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  gap: 0px;
}
.user-menu .arrowLeft{
 display: none;
 position: fixed;
 height: 18px;
 width: 16px;
 left: 70px;
}
.user-menu .extanded-menu-hover .arrowLeft{
  display: block;
}

.tab-content-hover.small.active#fair {
  top: 134px;
}
#home .arrowLeft{
  top:96px;
}
#gmat .arrowLeft {
  top:  158px;
}
#fair .arrowLeft {
  top: 220px;
}
#messages .arrowLeft {
  top: 221px;
}
#test_prep .arrowLeft {
  top: 282px;
}
#mba .arrowLeft {
  top: 343px;
}
#reviews .arrowLeft {
  top: 406px;
}
#social .arrowLeft {
  top: 425px;
}
#rewards .arrowLeft {
  top: 469px;
}
#chat .arrowLeft {
  top: 531px;
}
#my_profile .arrowLeft {
  top: 593px;
}

/* Arrows with MBA Fair item */
#user-menu:has(a#fair_link) #messages .arrowLeft {
  top: 282px;
}
#user-menu:has(a#fair_link) #test_prep .arrowLeft {
  top: 343px;
}
#user-menu:has(a#fair_link) #mba .arrowLeft {
  top: 406px;
}
#user-menu:has(a#fair_link) #reviews .arrowLeft {
  top: 425px;
}
#user-menu:has(a#fair_link) #social .arrowLeft {
  top: 491px;
}
#user-menu:has(a#fair_link) #rewards .arrowLeft {
  top: 531px;
}
#user-menu:has(a#fair_link) #chat .arrowLeft {
  top: 593px;
}
#user-menu:has(a#fair_link) #my_profile .arrowLeft {
  top: 654px;
}

.chat_group_count {
  box-sizing: border-box;
  position: absolute;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  right: -12px;
  top: -2px;
  background: rgb(255, 0, 0);
  height: 15px;
  min-width: 15px;
  border-radius: 16px;
  padding: 0 4px;
  line-height: 1.6;
  display: none;
  z-index: 21; }

#messageLine {
  background: #fe9230;
  height: 35px;
  width: 100%;
  position: relative;
  z-index: 100;
  min-width: 1023px;
  font-family: Tahoma, Geneva, sans-serif; }
  #messageLine .message {
    margin: 0 auto; }
    #messageLine .message DIV {
      padding: 6px 0;
      font-size: 14px;
      float: left;
      color: #ffffff; }

#messageLine .message DIV A {
  color: #1057ae;
  font-weight: normal;
  text-decoration: underline; }

#messageLine .message .left {
  text-align: left;
  width: 50% !important; }

#messageLine .message .center {
  text-align: center;
  width: 90% !important; }

#messageLine .message .right {
  text-align: right;
  width: 10% !important; }
  #messageLine .message .right A {
    text-align: right; }
  #messageLine .message .right .close {
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    vertical-align: 2px;
    margin-right: 10px; }
    #messageLine .message .right .close IMG {
      margin: 0 4px 0 18px; }

#wrapheader {
  min-width: 1012px;
  width: 100%;
  box-sizing: border-box;
  width: expression(
 document.body.clientWidth < 1024px? "1024px": document.body.clientWidth < 1280px? "1280px":
 document.body.clientWidth > 1460? "1460px": "100%"
 );
  margin: 0 auto !important; }

#header.holiday .content {
  background: #28414c url(/forum/styles/gmatclub_light/theme/images/skin/header_down_bg_holiday.png) repeat-x top center; }
  #header.holiday .content .title {
    background: none; }
    #header.holiday .content .title .logo .banner .bannerBg {
      background: url(/forum/styles/gmatclub_light/theme/images/skin/banner_bg_holiday.png) left top no-repeat; }

@media only screen and (min-width: 1px) and (max-width: 1260px) {
  #header .content .menu UL {
    display: inline-block;
    float: left; }
  #header .content .search {
    margin-right: 10px; } }

@media only screen and (min-width: 1px) and (max-width: 1060px) {
  #testIndex div.bottomDivider {
    width: 990px; }
  #header .content div.title {
    width: auto;
    min-width: 1040px; }
  #header .content {
    padding-right: 0; }
  div#footerBox {
    max-width: 100%; }
  #messageLine .message .right {
    width: 34%; }
  #messageLine .message .right {
    padding-right: 0; }
  .testNavigation div.innerHolder {
    width: 100%; }
  #footerBox .content div.up {
    width: 100%; }
  #header.holiday .content {
    width: 100%; }
  #header .content .logo .banner .bannerBg {
    width: 450px;
    height: 96px; }
  #header .content .logo .banner .bannerBg img {
    width: 100% !important;
    height: auto !important; }
  #header.holiday .content .logo .banner .bannerBg > div {
    width: 300px !important;
    height: auto !important; }
  .benefitTop h1 {
    line-height: 26px; }
    .benefitTop h1 > b {
      line-height: 50px; }
    .benefitTop h1 span {
      display: none;
      visibility: hidden; } }

@media only screen and (min-width: 1px) and (max-width: 1190px) {
  #header .content .logo .banner .bannerBg {
    display: none; } }

#header .menu ul {
  margin: 0; }

/* ============================================= /Header ============================================= */
/* ============================================= forumContainer ============================================= */
#wrapheader {
  height: auto !important;
  min-height: 0px !important; }
#wrapcentre{
  box-sizing: border-box;
  background: #f0f2f5;
  padding-top: 78px;
  padding-bottom: 1px!important;
  padding-left: 50px;
  min-height: 100vh;
  padding-right: 24px;
}
#wrapcentre.forum_page,
.forum-pages #wrapcentre,
#wrapcentre.focus-tests,
#wrapcentre.ea-tests {
  padding-left: 108px;
}
#contentContainer {
  width: 100%; }
  #contentContainer TR .userMenuBox {
    width: 100%;
    vertical-align: top;
    padding: 0px; }
  #contentContainer TR .contentBox {
    width: 100%;
    vertical-align: top;
    padding: 0px; }
    #contentContainer TR .contentBox > div#topicsBox {
      min-width: auto; }
    #contentContainer TR .contentBox #addSchoolIframe {
      min-width: 0; }
  #contentContainer TR .sideBarBox {
    width: 250px;
    vertical-align: top;
    padding: 0px 0px 0px 8px; }

.spaceFielder {
  height: 0px;
  width: 100px; }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #contentContainer TR .sideBarBox {
    padding: 0; } }

#contentContainerFooter {
  width: 100%;
  margin: 0px auto !important;
  min-width: 1024px;
  max-width: 1460px;
  width: expression(document.body.clientWidth < 1024? "1024px": document.body.clientWidth > 1460? "1460px": "100%"); }
  #contentContainerFooter TR .contentBox {
    width: 100%;
    vertical-align: top;
    padding: 0px; }
  #contentContainerFooter TR .emptyBox {
    width: 250px;
    padding: 0px 0px 0px 5px; }
    #contentContainerFooter TR .emptyBox DIV {
      width: 250px; }

#addSchoolIframe .exitAddSchool img {
  top: 7px !important;
  right: 8px !important; }

.shadowOpenMenu {
  background: #000000 !important;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  display: none;
  z-index: 99; }

#header .content #cd-nav ul.ulMenu li h3 {
  font-weight: 600 !important;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--base-font-family, "Open Sans", sans-serif); }

#header.fixed #cd-nav .itemMnu:focus {
  border-bottom: 2px solid #ff8c2a; }

#headSearch .search {
  height: 20px; }

#cd-nav ul.ulMenu,
#headSearch .search {
  width: 90%;
  left: 0;
  z-index: 20;
  top: 80px;
  background: white; }

#cd-nav .mbaspotlightMenu ul.ulMenu li,
#cd-nav .dealsMenu ul.ulMenu li:nth-child(1),
#cd-nav .dealsMenu ul.ulMenu li:nth-child(3),
#cd-nav .reviewsMenu ul.ulMenu li:nth-child(1),
#cd-nav .reviewsMenu ul.ulMenu li:nth-child(4),
#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(1) {
  border-right: 1px solid #dbdbdb; }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(2) div:nth-child(2) {
  position: relative; }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(2) div:nth-child(2) a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto; }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(3) {
  border-left: 1px solid #dbdbdb; }

@media screen and (max-width: 1430px) {
  #cd-nav .ulMenu li div.freeDealsText {
    max-width: 200px;
    margin-left: 40px; }
  #cd-nav .ulMenu li div.logoDeals {
    width: 200px;
    margin: 80px auto 0 33px; } }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(1),
#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(2) {
  width: 268px; }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li:nth-child(3) {
  width: 300px; }

#header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu {
  width: 900px;
  height: auto;
  left: 324px;
  padding-top: 23px; }
  #header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li a.freeLogoLink {
    display: block;
    margin: 56px auto 0 auto; }
  #header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li a div.logoDeals {
    width: 178px;
    height: 110px;
    margin: 0 auto; }
  #header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li div {
    width: 100%;
    padding-left: 38px;
    box-sizing: border-box; }
    #header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li div.freeDealsText {
      width: 205px;
      margin: 0 auto;
      font-size: 14px;
      padding: 0; }

#header .content #cd-nav #cd-main-nav .forumMenu ul.ulMenu {
  width: 900px; }

#header .content #cd-nav #cd-gmat-nav .gmatMenu ul.ulMenu {
  width: 300px; }
  
#header .content #cd-nav #cd-tests-nav .testsMenu ul.ulMenu {
    width: 300px; }

#header .content #cd-nav #cd-mba-nav .mbaMenu ul.ulMenu {
  width: 1220px; }

#header .content #cd-nav ul.ulMenu div.testsImg h3 {
  text-transform: uppercase;
  margin-top: 138px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0; }

#headSearch {
  display: flex;
  flex: 1 1 auto;
  margin-top: -28px;
  position: relative;
  vertical-align: top; }
  #headSearch .search {
    display: none;
    top: 0;
    margin-left: 0;
    height: 32px;
    border-radius: 20px;
    width: 0;
    margin-top: 3px;
    max-width: 350px;
    transition: none; }
    #headSearch .search.is-visible {
      display: flex;
      width: 100%;
      max-width: 350px;
      margin-top: 14px;
      margin-right: 5px; }
@media only screen and (max-width: 1310px) {
  #cd-nav .gmatMenu ul.ulMenu li:nth-child(3),
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(3) {
    padding-right: 25px; } }
@media only screen and (max-width: 1310px) {
  #cd-nav .reviewsMenu ul.ulMenu li:nth-child(1)
  #cd-nav .reviewsMenu ul.ulMenu li:nth-child(4) {
    padding-right: 5px; } }
@media only screen and (min-width: 1px) {
  #cd-nav ul.ulMenu {
    /* the navigation moves to the top */
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    height: auto;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    transform: scale(1);
    transition: all 0s;
    box-sizing: border-box; }
  #cd-nav .ulMenu li {
    display: inline-block;
    padding-left: 25px; }
  #cd-nav .reviewsMenu .ulMenu li {
    display: inline-block;
    padding-left: 10px; }
  #cd-nav .ulMenu li div {
    padding: 10px 10px; }
  #cd-nav .ulMenu li div.books,
  #cd-nav .ulMenu li div.booksQuant,
  #cd-nav .ulMenu li div.booksQuantItem {
    position: relative; }
  #cd-nav .ulMenu li div.mathBooks,
  #cd-nav .ulMenu li div.verbalBooks,
  #cd-nav .ulMenu li div.booksQuantItem {
    margin-left: 26px; }
  #cd-nav .ulMenu li div.mathBooks {
    margin-top: 5px; }
  #cd-nav .ulMenu li div.books .icon-svg-books2,
  #cd-nav .ulMenu li div.booksQuant .icon-svg-book3 {
    position: absolute;
    left: 14px;
    top: 49px;
    font-size: 56px;
    line-height: 15px;
    color: #ff8c2a; }
  #cd-nav .ulMenu li div.booksQuant .icon-svg-book3 {
    font-size: 91px;
    top: 64px; }
  #cd-nav .ulMenu li div.premium-mba a {
    position: relative;
    padding-left: 40px !important; }
  #cd-nav .ulMenu li div.premium-mba a:before {
    content: "";
    background-image: url("/forum/styles/gmatclub_light/imageset/premium-mba-bundle-small.png");
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 0; }
  #cd-nav .ulMenu li div.premium-mba a span {
    display: block !important;
    text-align: left !important;
    font-size: 11px;
    margin-top: -2px; }
  #cd-nav .ulMenu li a {
    opacity: 1;
    padding: 0.4em;
    margin-left: 1.6em;
    border-bottom: none; }
  #cd-nav .ulMenu li a:hover {
    color: #00bd9b; }
  #cd-nav.is-fixed ul.ulMenu {
    /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    width: 100%;
    top: 64px;
    background: white;
    visibility: visible;
    transform: scale(0); }
  #cd-nav.is-fixed ul.ulMenu li {
    display: inline-block;
    vertical-align: top; }
  #cd-nav.is-fixed ul.ulMenu * {
    font-size: 14px;
    font-family: var(--base-font-family, "Open Sans", sans-serif); }
  #cd-nav.is-fixed ul.ulMenu:first-child {
    padding-top: 20px;
    border-radius: 0 0 2px 2px; }
  #cd-nav.is-fixed ul.ulMenu li div span {
    padding-top: 4px;
    display: inline-block; }
  #cd-nav.is-fixed ul.ulMenu li a {
    padding: 0;
    display: block;
    margin-left: 0;
    color: #0F0F0F;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--base-font-family, "Open Sans", sans-serif);
    line-height: 100%; }
  #cd-nav.is-fixed ul.ulMenu li div.seeAll a {
    color: #ff8c2a; }
  #cd-nav.is-fixed ul.ulMenu li div.seeAll a span {
    font-size: 10px;
    color: #ff8c2a; }
  #cd-nav.is-fixed nav:not(#cd-chat-nav) ul.ulMenu li div:hover {
    background: #005579; }
  #cd-nav.is-fixed nav#cd-chat-nav ul.ulMenu li div.chatMenu-wrapper:hover {
    background: #005579; }
  #cd-nav.is-fixed ul.ulMenu li div:hover a,
  #cd-nav.is-fixed ul.ulMenu li div.seeAll:hover a,
  #cd-nav.is-fixed ul.ulMenu li div.seeAll:hover a span,
  #cd-nav.is-fixed ul.ulMenu li div.chatMenu-wrapper:hover div {
    color: #ffffff; }
  #cd-nav ul.ulMenu.has-transitions,
  #headSearch .search.has-transitions {
    /* this class is used to bring back transitions when the navigation moves at the bottom right */
    transition: transform 0.3s, visibility 0s 0.3s; }
  #cd-nav ul.ulMenu.is-visible {
    /* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    transform: scale(1);
    transition: transform 0.3s, visibility 0s 0s;
    z-index: 1000; }
  #headSearch .search.is-hidden,
  #cd-nav ul.ulMenu.is-hidden {
    /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    transform: scale(0);
    transition: transform 0.3s; } }
  
  #cd-nav .chatMenu ul.ulMenu .chatMenu-wrapper:has(.whatsappIcon) {
    justify-content: initial;
  }
  #cd-nav.is-fixed nav#cd-chat-nav ul.ulMenu li div.whatsappIcon {
    padding: 4px 0 0 0;
  }
  #cd-nav.is-fixed nav#cd-chat-nav ul.ulMenu li div.whatsappIcon svg {
    border-radius: 9999px;
    position: relative;
    left: 5px;
  }
    

@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  #header .content #cd-nav #cd-marketplace-nav .marketPlaceMenu ul.ulMenu li a.freeLogoLink {
    margin: 56px auto 0px 40px; } }

@media (max-width: 1280px) {
  #cd-nav.is-fixed ul.ulMenu li a {
    font-size: 14px; }
  #cd-nav .itemMnu {
    font-size: 14px;
    margin: auto 0 auto 0; }
  #cd-nav {
    vertical-align: top; }
  #header .content .menu UL LI.haveChildren,
  #header .content .menu UL LI {
    width: auto !important; }
  #cd-nav .itemMnu:focus {
    font-size: 14px;
    border-bottom: 3px solid #ff8c2a; }
  #headSearch .search.is-visible {
    margin: 3px 0 0 0; }
  #cd-nav span.itemMnu.icon-svg-Search.active {
    margin-left: 10px; }
  #header.fixed .search .placeholderInput {
    top: 4px; } }

@media screen and (max-width: 1250px) {
  #cd-nav ul.ulMenu li div.testsImg {
    padding-left: 0;
    margin-top: 80px;
    width: 174px;
    margin-bottom: 0;
    padding-right: 0;
    height: 184px;
    background-position-x: center; }
  #cd-nav.is-fixed ul.ulMenu li div span {
    display: block;
    text-align: center; }
  #header .content #cd-nav ul.ulMenu div.testsImg h3 {
    margin-top: 127px;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    text-align: center; }
  #cd-nav .ulMenu li {
    padding-left: 10px; }
  #cd-nav.is-fixed ul.ulMenu li div span {
    display: inline-block; }
  #cd-nav.is-fixed ul.ulMenu li a {
    font-size: 13px; }
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(4) {
    width: 100px !important; } }

@media (max-width: 1023px) {
  #header .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;}
  .content .enterForm {
    display: flex;
    order: 3; } 

    #wrapcentre.focus-tests,
    #wrapcentre.ea-tests {
      padding: 0; 
    }
}

#notify a.userMenu .ttt,
#cd-nav .itemMnu,
#header .content,
#header * {
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }

#header.static + div {
  display: none; }

#header.fixed + div {
  display: block;
  height: 48px; }

/*Menu*/
#cd-nav {
  display: inline-block; }
  #cd-nav .tabs li {
    display: inline-block;
    height: 22px;
    vertical-align: top;
    margin-right: 8px; }
    #cd-nav .tabs li:last-child {
      margin-right: 0px; }
    #cd-nav .tabs li.chat {
      width: auto;
      max-width: 50px;
      position: relative; }
    #cd-nav .tabs li.srch {
      text-align: center;
      margin-right: 0px; }
  #cd-nav .itemMnu {
    color: #0F0F0F;
    font-size: 16px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    line-height: 1.5;
    text-align: center; }
    #cd-nav .itemMnu:focus {
      border-bottom: 4px solid #ff8c2a; }
    #cd-nav .itemMnu:hover {
      color: #ff8c2a; }
    #cd-nav .itemMnu.icon-svg-Search {
      color: #fefefe;
      font-size: 15px;
      margin-left: 17px;
      padding: 0;
      text-align: center;
      height: 32px;
      line-height: 42px;
      width: 30px;
      transition: none; }
      #cd-nav .itemMnu.icon-svg-Search::before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        background: url("/forum/styles/gmatclub_light/imageset/search_icon.svg") no-repeat;
    }
      #cd-nav .itemMnu.icon-svg-Search.active {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 14px;
        color: #ff8c2a;
        height: 32px;
        padding: 0;
        line-height: 34px;
        width: 30px;
 }
      #cd-nav .itemMnu.icon-svg-Search:hover {
        color: #ff8c2a; }
    #cd-nav .itemMnu.cd-nav-trigger-eatests {
      position: relative; }
      #cd-nav .itemMnu.cd-nav-trigger-eatests span {
        position: relative;
        color: var(--red);
        left: 4px;
        top: -7px;
        font-size: 12px; }

#cd-nav ul.ulMenu {
  visibility: visible;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.3s, visibility 0s 0.3s;
  z-index: 1000;
  padding-bottom: 42px; }
  #cd-nav ul.ulMenu li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top; }
    #cd-nav ul.ulMenu li div b.new {
      font-weight: 600;
      color: #ff8c2a;
      text-transform: uppercase; }
    #cd-nav ul.ulMenu li div.testsImg {
      padding-left: 0;
      margin-bottom: 88px;
      height: 124px;
      background: #ffffff url("/forum/styles/gmatclub_light/imageset/badge-tests-2018-green.svg") no-repeat;
      width: 225px;
      margin-top: 47px;
      color: #0F0F0F;
      text-align: center; }
      #cd-nav ul.ulMenu li div.testsImg span {
        padding: 0;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%; }

#cd-nav .dealsMenu ul.ulMenu {
  transform-origin: 365px 0;
  height: auto; }
  #cd-nav .dealsMenu ul.ulMenu li div b {
    text-transform: none;
    color: #9e9e9e;
    font-size: 14px; }
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(2) {
    padding-right: 64px;
    box-sizing: border-box; }
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(1) {
    padding-right: 64px;
    box-sizing: border-box; }
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(3) {
    padding-right: 64px;
    padding-top: 26px; }
  #cd-nav .dealsMenu ul.ulMenu li:nth-child(4) {
    padding-left: 10px; }

#cd-nav .gmatMenu ul.ulMenu {
  transform-origin: 210px 0; }
  #cd-nav .gmatMenu ul.ulMenu li:nth-child(2) {
    padding-right: 64px;
    box-sizing: border-box; }
  #cd-nav .gmatMenu ul.ulMenu li:nth-child(3) {
    padding-right: 64px;
    padding-top: 26px; }
  #cd-nav .gmatMenu ul.ulMenu li:nth-child(4) {
    width: 330px;
    padding-left: 15px; }
    #cd-nav .gmatMenu ul.ulMenu li:nth-child(4) div.testsImg {
      pointer-events: none; }

#cd-nav .mbaMenu ul.ulMenu {
  transform-origin: 290px 0;
  height: auto; }
  #cd-nav .mbaMenu ul.ulMenu li:nth-child(2) {
    padding-right: 64px;
    box-sizing: border-box; }
  #cd-nav .mbaMenu ul.ulMenu li:nth-child(3) {
    border-left: 1px solid #dbdbdb; }
  #cd-nav .mbaMenu ul.ulMenu li:nth-child(4) {
    padding-top: 26px; }
  #cd-nav .mbaMenu ul.ulMenu li div span {
    padding: 0; }

#cd-nav .reviewsMenu ul.ulMenu {
  transform-origin: 455px 0;
  height: auto; }

#cd-nav .ulMenu li div.logoDeals {
  background: #ffffff url("/forum/styles/gmatclub_light/imageset/badge-tests-2018-green.svg") no-repeat;
  width: 230px;
  height: 140px;
  position: relative;
  margin: 106px auto 0 70px; }
  #cd-nav .ulMenu li div.logoDeals .freeDeals {
    font-size: 16px;
    color: #47b911;
    position: absolute;
    right: 20px;
    top: -4px;
    font-weight: bold; }

#cd-nav .ulMenu li div.freeDealsText {
  width: 320px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-left: 36px;
  padding: 0; }
  #cd-nav .ulMenu li div.freeDealsText b {
    color: #2a2a2a;
    font-weight: 600; }

#cd-nav .marketPlaceMenu .ulMenu li {
  padding-left: 0; }

#cd-nav .marketPlaceMenu ul.ulMenu {
  transform-origin: 120px 0; }

#cd-nav .forumMenu ul.ulMenu {
  transform-origin: 130px 0; }

#cd-nav .search.is-visible {
  visibility: visible; }

#cd-nav ul.ulMenu.is-visible {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s; }

#cd-nav ul.ulMenu.is-visible.no-scale {
  transform: none;
  display: block; }

#cd-nav ul.ulMenu.no-scale {
  display: none;
  transform: none; }

#cd-nav div.gmatMenu ul.ulMenu.is-visible.no-scale {
  left: 100px;
}

#cd-nav div.testsMenu ul.ulMenu.is-visible.no-scale {
  left: 200px;
}
#cd-nav div.chatMenu ul.ulMenu.is-visible.no-scale {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  width: auto;
  margin: 0 auto;
  left: 470px;
  padding-bottom: 20px; }

#cd-nav .chatMenu ul.ulMenu li {
  padding-right: 22px;
  padding-left: 22px; }

#cd-nav .chatMenu ul.ulMenu .chatMenu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  min-height: auto; }

#cd-nav .chatMenu ul.ulMenu .chatMenu_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
  #cd-nav .chatMenu ul.ulMenu .chatMenu_content span.date {
    color: #9e9e9e;
    text-decoration: none;
    font-size: 12px;
    padding-top: 0;
    margin-top: 6px;
    display: block; }

#cd-nav .chatMenu ul.ulMenu .chatMenu_counter {
  min-width: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  #cd-nav .chatMenu ul.ulMenu .chatMenu_counter span.icon-svg-profile_gradient {
    font-size: 12px;
    color: #9e9e9e;
    margin-right: 6px;
    margin-top: 0;
    padding-top: 0; }
  #cd-nav .chatMenu ul.ulMenu .chatMenu_counter span.number {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--base-font-family, "Open Sans", sans-serif); }

#cd-nav .chatMenu ul li a .chatMenu_content h4 {
  font-weight: 600 !important;
  font-size: 14px;
  padding-left: 0;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0; }

#cd-nav.is-fixed ul.ulMenu li div.logoDeals:hover {
  background: #ffffff url("/forum/styles/gmatclub_light/imageset/badge-tests-2018-green.svg") no-repeat; }

#cd-nav.is-fixed ul.ulMenu li div.freeDealsText:hover {
  background: none; }

#cd-nav.is-fixed .mbaMenu ul.ulMenu li div span {
  padding: 0; }

#cd-nav.is-fixed .chatMenu ul.ulMenu li a {
  width: 100%;
  min-height: 30px;
  margin: 0; }
  #cd-nav.is-fixed .chatMenu ul.ulMenu li a div:hover .chatMenu_content h4 {
    color: #ffffff; }
  #cd-nav.is-fixed .chatMenu ul.ulMenu li a div:hover .chatMenu_content span.date {
    color: #ffffff; }
  #cd-nav.is-fixed .chatMenu ul.ulMenu li a div:hover .chatMenu_counter span.number {
    color: #ffffff; }
  #cd-nav.is-fixed .chatMenu ul.ulMenu li a div:hover .chatMenu_counter span.icon-svg-profile_menu-copy {
    color: #ffffff; }
  .breadcrumps{
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 5px;
      color:#0F0F0F;
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      line-height: 1.2;
    }
  .breadcrumps div{
      font-family: "Poppins", sans-serif;
    }
:root {
  --wrap-paddings: 0 50px;
  --transition: padding 1s ease; }
  @media screen and (max-width: 93.75em) {
    :root {
      --wrap-paddings: 0 25px; } }
  @media screen and (max-width: 85.375em) {
    :root {
      --wrap-paddings: 0; } }
@media only screen and (max-width: 1335px) {
  #header .content .left-side{
    gap: 10px;
  }
  #cd-nav .itemMnu.icon-svg-Search{
    margin-left: 5px;
  }
  #header .content{
    padding: 15px;
  }
  #cd-nav .itemMnu{
    font-size: 15px;
  }
  #cd-nav .tabs li {
    margin-right: 4px; }}
#wrapheader {
  transition: var(--transition);
  padding: var(--wrap-paddings); }
.marketplace_notify_count {
  position: relative;
  font-family: tahoma, sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  right: 20px;
  top: -35px;
  background: #f37e1a;
  height: 15px;
  border-radius: 16px;
  line-height: 15px;
  width: 15px !important;
  margin-right: 10px;
  margin-left: auto;
  padding: 0 4px !important; 
}
@media screen and (max-height: 670px) {
  .user-menu-links {
    gap: 3px;
    padding-top: 5px;
  }
  .user-menu-links .user-menu-item>div:has(svg) {
    padding: 4px 12px;
  }
  .extanded-menu-hover:hover,
  .extanded-menu-hover.active,
  .user-menu .user-menu-links:hover ~ .extanded-menu-hover {
    bottom: 10px;
  }

  .tab-content-hover.small.active#fair {
    top: 84px;
  }

  #home .arrowLeft {
    top: 86px;
  }
  #gmat .arrowLeft {
    top: 123px;
  }
  #fair .arrowLeft {
    top: 170px;
  }
  #messages .arrowLeft {
    top: 171px;
  }
  #test_prep .arrowLeft {
    top: 220px;
  }
  #mba .arrowLeft {
    top: 268px;
  }
  #reviews .arrowLeft {
    top: 341px;
  }
  #rewards .arrowLeft {
    top: 367px;
  }
  #social .arrowLeft {
    top: 447px;
  }
  #chat .arrowLeft {
    top: 417px;
  }
  #my_profile .arrowLeft {
    top: 466px;
  }

  /* Arrows with MBA Fair item */
  #user-menu:has(a#fair_link) #messages .arrowLeft {
    top: 220px;
  }
  #user-menu:has(a#fair_link) #test_prep .arrowLeft {
    top: 269px;
  }
  #user-menu:has(a#fair_link) #mba .arrowLeft {
    top: 319px;
  }
  #user-menu:has(a#fair_link) #reviews .arrowLeft {
    top: 361px;
  }
  #user-menu:has(a#fair_link) #rewards .arrowLeft {
    top: 416px;
  }
  #user-menu:has(a#fair_link) #social .arrowLeft {
    top: 418px;
  }
  #user-menu:has(a#fair_link) #chat .arrowLeft {
    top: 465px;
  }
  #user-menu:has(a#fair_link) #my_profile .arrowLeft {
    top: 516px;
  }
}

/* Smart search */
.smart_search {
    max-width: 350px;
    flex: 1;
}

.smart_search * {
    box-sizing: border-box;
}

.smart_search-form {
    display: flex;
    background: #fff;
    border-radius: 20px;
}

.smart_search-input[type="text"] {
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    width: 100%;
    height: 32px;
    border-radius: 20px;
    font-size: 14px;
    text-indent: 0;
    font-family: "Poppins", sans-serif;
    padding: 0 10px;
    color: #333;
}

.smart_search-input[type="text"]:hover,
.smart_search-input[type="text"]:focus {
    border: none;
    box-shadow: none;
}

.smart_search-submit {
    background-color: transparent;
    border: none;
    padding: 0 12px;
    color: #2062b3;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
   .smart_search-submit {
        padding: 0 12px 0 0;
    } 
}

/* end Smart search */