#mobile_side_nav {
  -moz-transition: margin-left 0.4s ease-in-out;
  -o-transition: margin-left 0.4s ease-in-out;
  -webkit-transition: margin-left 0.4s ease-in-out;
  background-color: #fff;
  height: 100%;
  margin-left: -100%;
  max-width: 800px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: margin-left 0.4s ease-in-out;
  width: 100%;
  z-index: 102;
}

#mobile_side_nav #mobile_messanger .sidemenu-msg-txt {
  color: #333;
}

#mobile_side_nav #mobile_messanger a:hover {
  color: transparent;
}

#mobile_side_nav .notificationInboxCount {
  color: #fff;
  font-size: 10px;
}

#mobile_side_nav .side-menu-toggle > i {
  color: #0060a1;
  font-size: 20px;
}

#mobile_side_nav .side-nav-items {
  height: 45px;
}

#mobile_side_nav .side-nav-items > a, #mobile_side_nav .side-nav-items label {
  color: rgba(0,0,0,0.5);
  font-size: 15px;
  font-weight: 700;
}

#mobile_side_nav .side-nav-items i, #mobile_side_nav .side-nav-items.active > a, #mobile_side_nav .side-nav-items.active > div > label, #mobile_side_nav .side-nav-lists a.active {
  color: #0060a1;
}

#mobile_side_nav .side-nav-items img {
  margin: 10px;
  width: 30px;
}

#mobile_side_nav .side-nav-items.active .fa-square-chevron-down:before {
  content: "\f32c";
}

#mobile_side_nav .side-nav-lists .drop-down-border {
  background: #eff3f4;
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 1px solid #0060a1;
}

#mobile_side_nav .side-nav-lists .empty-column {
  height: 100%;
  width: 57px;
}

#mobile_side_nav .side-nav-lists a {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  font-weight: 700;
}

#mobile_side_nav .side-nav-lists.collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

#mobile_side_nav .side-nav-lists.collapse.show {
  max-height: 500px;
  overflow-y: auto;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}

#mobile_side_nav .side-nav-menu .mobile-profile-name {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mobile_side_nav .side-nav-menu .profileContainer {
  background-color: #f3f3f3;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

#mobile_side_nav .side-nav-menu .profilePicture {
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

#mobile_side_nav .side-nav-menu .welcomeLabel {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

#mobile_side_nav .sidenav-messenger-box {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  display: none;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

#mobile_side_nav .sidenav-messenger-box.active {
  display: flex;
}

#mobile_side_nav.show {
  margin-left: 0;
}

#mobile_side_nav #mobile_messanger {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
}

#mobile_side_nav #mobile_messanger > a {
  padding:5px;
  position: relative;
}

#mobile_side_nav .headerBtnFrame {
  background: transparent;
  border: none;
  height: 35px;
  min-width: 35px;
  padding: 5px;
}

#mobile_side_nav .line-split{
  height: 20px;
  margin: 4px;
  border-right: 1px solid #c5c5c5;
}