.mobile-buttons {
  display: none;
}
header.toggle-header {
  display: none;
}
header.fix {
  z-index: 101;
}

header .contain-logged {
  padding: 0px 34px;
}

header.fix .contain-logged .logo {
  width: 182px;
  margin-right: 34px;
}

header.fix .contain-logged .logo img {
  width: 140px;
}

header .proIco .proDrop li.seperator {
  height: 2px;
  border-bottom: 2px solid #EDF2F7;
}

header .proIco .proDrop > li .header {
  color: #2F3031;
  font-weight: 450;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 16px;
}

header .proIco .proDrop {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  top: 42px;
  width: 244px;
}

header .proIco .proDrop:before {
  content: none;
}

header .proIco .proDrop > li > a { 
  height: 40px;
  border-width: 0px;
  -ms-flex-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 9px 11px;
  color: #858B98;
  margin: 4px 0px;
  border-radius: 10px;
}

header .proIco .proDrop .account {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

header .proIco .proDrop .account img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #DCE5EF;
}

header .proIco .proDrop .account .account_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .proIco .proDrop .account .account_profile .name {
  font-weight: 450;
  font-size: 15px;
  line-height: 18px;
  color: #4A5568;
}

header .proIco .proDrop .account .account_profile .type {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #858B98;
}

header .proIco .proDrop > li > a:hover {
  background: linear-gradient(0deg, #F4F7FB, #F4F7FB), #F3F8FB;
  color: #2F3031;
}

header .proIco .ico {
  width: 44px;
  height: 44px;
  border: 2px white solid;
  background-color: #EDF2F7;
}

header.fix .global {
  margin: 20px 14px 0px;
}

header .global li.dropDown {
  padding: 0px 4px 0px;
}

header .global .dot.blue {
  background-color: #5495FF;
}

header .global li.dropDown a.dropBtn .dot {
  right: 12px;
  border: 1px solid #FFFFFF;
  height: 7px;
  width: 7px;
  top: 9px;
}

header .global li.dropDown a.dropBtn svg {
  width: 18px;
  height: 24px;
}

header .global li.dropDown a.dropBtn:hover svg path {
  stroke: #2F3031;
}

header .global li.dropDown a.dropBtn {
  width: 40px;
  height: 40px;
  padding: 0px 11px;
  border-radius: 50%;
}

header .global li.dropDown a.dropBtn:hover {
  background-color: #F1F5F9;
}

header .global .notifiDrop,
header .global .messageDrop {
  width: 450px;
  padding: 16px;
  height: fit-content;
  border-radius: 16px;
  right: 0px;
  left: auto;
  top: 43px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
  position: absolute;
  transition: all ease .5s;
}

header .global .notifiDrop .notifiHeader,
header .global .messageDrop .messageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

header .global .notifiDrop .notifiHeader p,
header .global .messageDrop .messageHeader p {
  font-weight: 450;
  font-size: 15px;
  line-height: 16px;
  color: #2F3031;
}

header .global .notifiDrop .notifiHeader span,
header .global .messageDrop .messageHeader span {
  background-color: #5495FF;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  color: white;
  font-weight: 500;
  min-width: 16px;
  text-align: center;
}

header .global .notifiDrop .notifiHeader a,
header .global .messageDrop .messageHeader a {
  color: #858B98;
  font-size: 14px;
  font-weight: 450;
  line-height: 16px;  
}

header .global .notifiDrop .notifiHeader a:hover,
header .global .messageDrop .messageHeader a:hover {
  color: #2F3031;
}

header .global .notifiDrop ul,
header .global .messageDrop ul {
  height: fit-content;
  overflow: auto;
  max-height: fit-content;
}

header .global .notifiDrop ul>li,
header .global .messageDrop ul>li {
  padding: 6px 8px;
  margin: 8px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  align-items: flex-start;
  border-width: 0px;
  border-radius: 10px;  
}

header .global .notifiDrop ul>li:hover,
header .global .messageDrop ul>li:hover {
  background-color: #F4F7FB;
}

header .global .notifiDrop ul>li .ico,
header .global .messageDrop ul>li .ico {
  margin-left: 0px;
  min-width: 36px;
  height: 36px;
  position: relative;
  overflow: unset;
}

header .global .notifiDrop ul>li .ico img,
header .global .messageDrop ul>li .ico img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

header .global .notifiDrop ul>li .ico .dot {
  width: 10px;
  height: 10px;
  left: 26px;
  top: 0px;
  background: #5495FF;
  border: 2px solid #FFFFFF;
}

header .global .messageDrop ul>li .ico .dot {
  width: 10px;
  height: 10px;
  left: 26px;
  top: 26px;
  background: #59D6B0;
  border: 2px solid #FFFFFF;
}

header .global .notifiDrop ul>li .inside p {
  color: #2F3031;
  font-size: 14px;
  line-height: 16px;
  white-space: pre-wrap;
  font-weight: 400;
}

header .global .notifiDrop ul>li .inside p strong {
  font-weight: 700!important;
}

header .global .notifiDrop ul>li .inside .time {
  color: #858B98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

header .global .messageDrop ul>li .inside {
  width: 257px;
  color: #2F3031;
  font-weight: 400;
}

header .global .messageDrop ul>li .inside.seen {
  color: #858B98;
  font-weight: 400;
}

header .global .messageDrop ul>li .inside .name {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
  font-weight: 450;
  color: #2F3031;
}

header .global .messageDrop ul>li .inside .text {
  font-size: 13px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

header .global .messageDrop ul>li .time {
  min-width: 85px;
  text-align: right;
  font-size: 12px;
  color: #858B98;
}

header .header-title {
  float: left;
  margin-top: 28px;
  font-size: 24px;
  line-height: 24px;
  color: #2F3031;
  font-weight: 500;
}

header .tutor-popup {
  font-size: 15px;
}

@media (max-width: 721px) {
  header .logo {
    height: 50px;
    width: 78px !important;
  }
  header.logged {
    height: 50px;
  }
  header .contain-fluid {
    display: flex;
    align-items: center;
  }
  header .contain-fluid .mobile-buttons {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  header .contain-fluid .mobile-buttons .btn {
    font-size: 12px;
    line-height: 12px;
    font-family: CircularStd;
    color: #3c8aff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .contain-fluid .mobile-buttons .btn.btn-login {
    color: #fff;
    height: 30px;
    background-color: #3c8aff;
    border-radius: 44px;
  }
  .header-dropdown {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-dropdown .proIco {
    margin: 0;
  }
  .header-dropdown .proIco .ico {
    width: 36px;
    height: 36px;
  }
  header.toggle-header {
    display: block;
    background: #fff;
    position: sticky !important;
    top: 0 !important;
  }
  header.toggle-header .toggle-header-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
  }
  header.toggle-header .toggle-header-wrap .toggle-user-info {
    padding-right: 16px;
  }
  header.toggle-header .toggle-header-wrap .toggle-user-info .global {
    margin: 0;
    margin-right: 10px;
  }
  header.toggle-header .toggle-button {
    margin-left: 16px;
    margin-top: 3px;
    cursor: pointer;
  }
  .toggle-header .dashboard-sidebar {
    transform: initial;
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    display: none;
  }
  .toggle-header .dashboard-sidebar .dashboard-sidebar__logo {
    display: none;
  }
  .toggle-header .dashboard-sidebar .dashboard-sidebar__bottom {
    display: none;
  }
  header.fix.logged {
    display: none;
  }
  header .global .notifiDrop,
  header .global .messageDrop {
    position: fixed;
    right: 8px;
    top: 50px;
    width: calc(100% - 16px);
  }

  header .proIco .proDrop {
    position: fixed;
    right: 8px;
    top: 50px;
  }

  header .tutor-popup {
    font-size: 12px;
  }  
}
