.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: calc(100vh - 118px);
}
.dashboard .sidebar-menu {
  width: 58px;
  min-width: 58px;
  max-width: 250px;
  border-right: 1px solid;
  -webkit-transition: width 500ms;
  transition: width 500ms;
  padding-right: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dashboard .sidebar-menu .sidebar-btn {
  height: 46px;
  width: 100%;
  border-radius: 0%;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard .sidebar-menu .sidebar-btn .btn-toggle-icon {
  margin-left: 4px;
  font-size: 23px;
}
.dashboard .sidebar-menu .sidebar-btn .sidebar-btn-icon {
  margin-left: 6px;
  font-size: 19px;
}
.dashboard .sidebar-menu .sidebar-btn .btn-text {
  margin-left: 9px;
  font-size: 19px;
}
.dashboard .sidebar-menu .sidebar-btn .btn-text.fade-out {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
}
.dashboard .sidebar-menu .sidebar-btn .btn-text.fade-in {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
}
.dashboard .sidebar-menu .sidebar-btn.btn-active {
  background-color: #3d4246;
}
.dashboard .dashboard-body {
  width: 100%;
  padding-left: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dashboard .dashboard-body .welcome-msg {
  width: 100%;
  height: 100%;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard .dashboard-body .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dashboard .dashboard-body .profile-header .profile-edit-btn {
  margin-left: auto;
  margin-right: 0px;
}
.dashboard .dashboard-body .profile-body {
  max-height: calc(100vh - 215px);
  overflow-y: auto;
  overflow-x: hidden;
}

.dashboard-footer {
  height: 28px !important;
}

.page-logo-figure:hover figcaption.hvr-btns {
  visibility: visible !important;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none !important;
  margin: 0;
  padding: 8px;
  padding-bottom: 0px;
}

.list-item-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none !important;
  margin: 0;
  padding: 0px;
  padding-bottom: 8px;
}