#tasks-number,
.tasks-alert {
  opacity: 0;
  position: absolute;
  padding: 3px 5.5px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-bottom;
  border-radius: 10px;
  color: #FF4646;
  transition: opacity 0.4s ease;
}
.tasks-alert {
  right: 8px;
  top: 3px;
}
#tasks-number {
  top: calc(50% - 10px);
  left: 6px;
  padding: 3px 6px;
  background: #FF4646;
  color: #8c1e1e;
  font-weight: 600;
  font-size: 14px;
}
.menu-item,
.dropdown {
  position: relative;
  margin-top: 5px;
}
.menu-item .circ-hl,
.dropdown .circ-hl {
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
.menu-item .circ-hl.highlighted {
  background-color: #f4a41d !important;
  color: white !important;
}
span#nav-clicker {
  display: none;
  color: #706f70;
  background-color: #f0f0f0;
  font-size: 14px;
  margin: 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 100px;
}
#collapsed-menu-btn {
  margin-right: 5px;
}
.navbar-default .navbar-toggle {
  font-size: 20px;
  border: 0;
  padding: 5px 0;
}
.navbar-toggle.collapsed {
  position: relative;
}
.navbar-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dropdown-submenu {
  position: relative;
  display: block !important;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  right: auto !important;
}
.dropdown-submenu > a:after {
  display: block;
  margin-top: 10px;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
div.container.navbar-top-section {
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 0.2em;
}
.assistance-section {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.assistance-text {
  margin: 0;
  margin-right: 15px;
  color: #828282;
  font-weight: 600;
}
.assistance-icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #737373;
  color: #737373;
  margin-right: 9px;
  cursor: pointer;
}
.assistance-icon:hover .hov-popup {
  opacity: 1;
  visibility: visible;
}
.assistance-icon .hov-popup {
  display: flex;
  align-items: center;
  position: absolute;
  top: 45px;
  background-color: #f4a41d;
  color: white;
  border-radius: 15px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 100;
}
.assistance-icon .hov-popup i {
  margin-right: 10px;
}
.assistance-icon .hov-popup p {
  margin: 0;
  z-index: 10;
}
.assistance-icon .hov-popup img {
  z-index: 10;
}
.assistance-icon .hov-popup .triangle {
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #f4a41d;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
}
.user-action {
  display: flex;
  align-items: center;
  margin-left: 37.5px;
  cursor: pointer;
}
.user-action-icon {
  align-items: center;
}
.user-action-icon i {
  font-size: 20px;
  color: #737373;
  margin-right: 5px;
}
.user-action-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
  opacity: 1;
  transition: all 0.25s ease;
}
.user-action-text {
  display: flex;
  align-items: center;
  color: #737373;
  margin-bottom: 0;
  margin: 0;
}
.side-dropdown {
  display: flex;
  margin-top: 0;
  color: #737373;
  flex: 1;
}
.side-dropdown span,
.side-dropdown i {
  color: #737373;
}
.side-dropdown i {
  margin-right: 5px;
}
.wechat-qr {
  width: min(600px, 80%);
  border-radius: 10px;
}
.language-dropdown {
  justify-content: flex-end;
}
.popover {
  max-width: 360px;
  border: 0;
  padding: 0;
  border-radius: 10px;
  /* overflow: hidden; */
  background-color: #fb5000;
}
.popover-title {
  background-color: #fb5000;
  color: white;
  font-weight: bold;
  border: 0;
  border-radius: 10px 10px 0 0;
  padding: 10px 14px;
}
.popover-content {
  background-color: #e64c04;
  color: #ffffffd1;
  border: 0;
  border-radius: 0 0 10px 10px;
}
.popover > .arrow::after {
  border-bottom-color: #fb5000 !important;
}
.popover a {
  color: white;
  text-decoration: underline;
}
.popover a:hover {
  color: white;
  text-decoration: underline;
}
.free-trial-action {
  width: 100%;
  max-width: 140px;
  font-size: 14px;
  text-align: center;
  padding: 2px 30px !important;
  border-radius: 100px;
  background-color: white;
  border: 3px solid #f4a41d;
  font-weight: bold;
  color: #ea6000;
  margin-left: 0;
}
.free-trial-action p {
  color: #f4a41d;
}
.side-dropdown-free-trial-action {
  justify-content: center;
  font-size: 14px;
  text-align: center;
  padding: 2px 30px !important;
  border-radius: 100px;
  height: 40px;
  background-color: #ff5959;
  font-weight: bold;
  color: white;
  margin-left: 0;
}
.side-dropdown-free-trial-action p {
  color: white;
}
p.wechat-id {
  padding: 4px 6px;
  background-color: #D24503;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 5px;
}
.need-help-action .help-mod {
  display: none;
}
@media only screen and (min-width: 992px) {
  #navbar-bottom {
    display: block !important;
    height: auto !important;
  }
  .mobile {
    display: none !important;
  }
  .navbar-bottom-section {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #navbar-bottom {
    transition: all 0.04s ease !important;
  }
  .navbar-default {
    border: 0;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  }
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-header:before,
  .navbar-header:after {
    display: none;
  }
  .navbar-nav {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .navbar-bottom-section {
    max-height: calc(100vh - 104px);
    overflow: auto;
    align-items: flex-start;
  }
  .nav-section-desktop {
    display: none !important;
  }
  .free-trial-section-desktop {
    display: none;
  }
  .logo-section {
    display: none;
  }
  span#nav-clicker {
    display: flex;
  }
  .side-dropdown {
    display: none !important;
  }
  .divider {
    width: 1px;
    height: 40px;
  }
  .mobile-nav-header .logo-holder .slogan {
    line-height: 1.8;
  }
  .need-help-action {
    position: relative;
  }
  .need-help-action p {
    line-height: 1.35;
  }
  .need-help-action .help-mod {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    background-color: white;
  }
  .need-help-action .help-mod a {
    width: 100%;
  }
  .need-help-action .help-mod i.fas.fa-times {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: #f4a41d;
    border-radius: 40px;
    color: white;
  }
  .need-help-action .help-mod .entry {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 18px;
  }
  .need-help-action .help-mod .entry i {
    color: #f4a41d;
  }
  .need-help-action .help-mod .entry p {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .need-help-action .help-mod .wechat-area {
    width: 100%;
    padding: 15px 20px 25px;
    background-color: #f4a41d;
  }
  .need-help-action .help-mod .wechat-area .head {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .need-help-action .help-mod .wechat-area .qr-area img {
    width: 100%;
  }
  .need-help-action .help-mod.active {
    display: flex;
  }
  .site-search-bar-section .site-search-bar,
  .site-search-bar-section .site-search-bar-suggestions {
    max-width: none !important;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .navbar-header {
    padding: 0 20px;
  }
}
.site-search-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex: 1; */
  width: 80%;
  max-width: 320px;
  position: relative;
  padding: 6px 15px;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 6px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.site-search-bar i {
  font-size: 18px;
  color: #737373;
  margin-right: 8px;
  opacity: 0.4;
}
.site-search-bar i.site-search-close-btn {
  position: absolute;
  right: 6px;
  margin: 0;
  font-size: 18px;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 6px;
}
.site-search-bar i.site-search-close-btn:hover {
  opacity: 1;
}
.site-search-bar-section {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  opacity: 0;
  transition: all 0.25s ease;
}
.site-search-bar-suggestions {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 80%;
  max-width: 320px;
  padding: 10px 20px;
  background-color: #fafafa;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.site-search-bar-suggestions .site-search-bar-suggestion:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
input.site-search-input {
  font-size: 15px;
  width: calc(100% - 26px);
  height: 30px;
  border: 0;
  border-radius: 100px;
  background-color: #00000008;
  color: #737373;
  font-family: Montserrat;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 31px;
}
input.site-search-input:focus {
  outline: none;
}
a.site-search-bar-suggestion {
  padding: 8px 10px;
  border-bottom: 2px solid #73737312;
  color: #737373;
  padding-left: 15px;
  font-weight: 600;
  border-radius: 7px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
  cursor: pointer;
}
.site-search-bar-suggestion:hover {
  /* border-radius: 100px; */
  background-color: rgba(0, 0, 0, 0.05);
  /* border: 0; */
  /* margin-bottom: 7px; */
  /* transition: background-color 0s ease; */
}
/* .site-search-bar-suggestions + .site-search-bar {
    border-radius: 20px 20px 0 0;
} */
.mobile-nav-header,
.navbar-bottom {
  width: inherit;
}
.nav-container {
  background-color: #f4f4f4;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  li.menu-item {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  li.menu-item.dropdown.dropdown-submenu {
    margin-top: 0;
    border-top: 0;
  }
  a.dropdown-toggle {
    border-top: 0;
  }
  .navbar-bottom-section {
    padding: 0 !important;
  }
  .navbar-bottom-section .nav a.circ-hl {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px !important;
  }
  .navbar-bottom-section .nav li.image-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-bottom-section .nav li.image-item > a {
    width: auto;
  }
  .navbar-bottom-section .nav li.login-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-bottom-section .nav li.login-item > a {
    width: auto;
  }
  li.menuitem {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .dropdown-menu > li > a {
    font-size: 15px !important;
    width: 100%;
  }
  .container.nav-container,
  .nav-header {
    padding: 0 !important;
    margin: 0 !important;
  }
  .menu-item.dropdown-submenu {
    margin: 0 !important;
  }
  #navbar-bottom ul.dropdown-menu > li {
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .mobile-nav-header {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 300px) {
  .user-action.free-trial-action {
    display: none;
  }
}
li.free-trial-item {
  padding: 8px 15px;
  display: flex;
}
p.no-suggestions-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  opacity: 0.4;
}
.no-suggestions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-suggestions i {
  color: #aaaaaa;
  margin-right: 9px;
  font-size: 15px;
}
@media (min-width: 991px) {
  .dropdown-menu .submenu {
    display: none;
  }
  .dropdown-menu .submenu-parent {
    position: relative;
  }
  .dropdown-menu .submenu-parent .dropdown-toggle .caret {
    transform: rotate(270deg);
  }
  .dropdown-menu .submenu-parent:hover .submenu {
    top: 0;
    left: 100%;
    display: block;
    width: fit-content;
  }
  .dropdown-menu .submenu-parent:hover .submenu.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .dropdown-menu > li > a {
    color: #f4a41d !important;
    padding: 10px 30px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    border-left: 5px solid transparent;
    border-top: 0;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 15px !important;
    width: 100%;
  }
  .dropdown-menu.open {
    display: block;
    margin-left: 20px;
  }
  .navbar-nav {
    float: none !important;
    width: 100%;
  }
  .navbar-nav > li {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
  .navbar-nav > li > .dropdown-menu {
    position: static;
    float: none;
    width: 100% !important;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #FCAE17 !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-height: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapsing {
    overflow: hidden;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .navbar-fixed-top .navbar-collapse.collapse.in {
    max-height: 85vh;
    overflow-y: auto !important;
  }
  .collapse.in {
    display: block !important;
  }
}
.navbar-bottom-section ul li.image-item {
  display: none;
}
.navbar-bottom-section ul li.image-item > a > img {
  width: 20px;
  margin-right: 10px;
}
.navbar-bottom-section ul li.login-item {
  display: none;
}
.navbar-bottom-section ul li.login-item > a > img {
  width: 20px;
  margin-right: 10px;
}
.dropdown-menu > li.course-name-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 380px;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  border-left: 5px solid transparent;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
}
.dropdown-menu > li.course-name-container a {
  display: block;
  width: 230px;
  white-space: initial;
}
.dropdown-menu > li.course-name-container a:hover {
  border-left: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.dropdown-menu > li.course-name-container:hover {
  border-left: 5px solid #ea6100;
  text-decoration: none;
  color: #ea6100;
  background-color: #f5f5f5;
}
.dropdown-menu > li.course-name-container:hover a {
  color: #ea6100;
}
.dropdown-menu > li.course-name-container.not-available-container {
  cursor: not-allowed;
  opacity: 0.6;
}
.dropdown-menu > li.course-name-container.not-available-container a {
  pointer-events: none;
}
.available-badge {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #eee;
  font-size: 14px;
  font-weight: 600;
  color: #0000008a;
  margin-left: 10px;
}
.available-badge.available {
  background-color: #ea6100;
  color: white;
}
.dropdown-menu li.course-name-container a {
  padding: 0;
  border: 0;
  font-size: 18px;
  border-left: 0;
  clear: none;
  transition: none;
}
.navbar-bottom-container {
  width: 100%;
}
.dropdown-item {
  min-width: 160px;
}
.dropdown-item .submenu li {
  padding-left: 0;
}
.dropdown-item .level-indicator {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
}
.dropdown-item .level-indicator.thin {
  width: 4px;
  margin-right: 0px;
}
.dropdown-item .level-indicator.thin.end {
  margin-right: 5px;
}
.submenu-parent {
  position: relative;
}
