:root {
  --sidebar-width: 200px;
  --sidebar-width-collapsed: 80px;
  --topbar-height: 65px;
  --analytics-aside-width: 411px;
}

#slide-out a .site-branding {
  text-align: center;
  padding: 0;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.dash-main,
.dash-footer,
.dash-header .navbar {
  margin-left: var(--sidebar-width) !important;
  padding-left: 40px !important;
}
#dashTopbarNav {
  padding: 0 25px 0 40px !important;
  height: var(--topbar-height);
}
.qclose-toggleCollapse-button--wrap {
  height: 100%;
}
.qclose-toggleCollapse-button--wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qclose-toggleCollapse-button--wrap .qclose-toggleCollapse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #7d7d7d;
  width: 35px;
  height: 35px;
}
#topbarNavWidgetWrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qclose-widgets-wrapper > .nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qclose-widgets-wrapper > .nav-item:not(:last-child) {
  border-right: 1px solid;
  border-color: #dedede;
}
.qclose-widgets-wrapper > .nav-item:first-child {
  border-left: 1px solid;
  border-color: #dedede;
}
.qclose-widgets-wrapper > .nav-item.nav-item--account {
  width: auto;
  padding: 0 0 0 15px;
}
.nav-item.nav-item--account .item--account-element {
  margin: 0 10px 0 0;
}
.nav-item.nav-item--account .item--account-element > h6 {
  font-size: 16px;
}
.nav-item.nav-item--account .item--account-element > h6 {
  white-space: nowrap;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-item.nav-item--account .item--account-element > p {
  color: #757575;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qclose-dashboard-base .dash-main {
  position: relative;
  top: 0;
  margin-top: var(--topbar-height);
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.qclose-dashboard-base .report-main {
  position: relative;
  top: 0;
  margin-top: 53px;
}
aside.dashboard-analytics-aside {
  position: fixed;
  width: var(--analytics-aside-width);
  right: 0;
  padding: 0 !important;
}
.qclose-dashboard-base .dashboard-main-content-area {
  max-width: calc(100% - var(--analytics-aside-width));
  height: 100%;
  overflow: visible;
}
body.sidebar--collapse {
  --sidebar-width: var(--sidebar-width-collapsed);
}
body.sidebar--collapse #slide-out {
  width: var(--sidebar-width-collapsed) !important;
}
body.sidebar--collapse #slide-out #user-info > a {
  width: calc(var(--sidebar-width-collapsed) - 20px);
  height: calc(var(--sidebar-width-collapsed) - 20px);
  border-radius: 100px;
}
body.sidebar--collapse #slide-out #user-info > p,
body.sidebar--collapse #slide-out .side-link > a,
body.sidebar--collapse #slide-out .side-link button {
  font-size: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.qclose-dashboard-base .side-nav .collapsible a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body.sidebar--collapse #slide-out .side-link > a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}
body.sidebar--collapse #slide-out .side-link > a > svg,
body.sidebar--collapse #slide-out .side-link button > svg {
  width: 21px;
  height: 32px;
}
body.sidebar--collapse #slide-out .side-link button {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
body.sidebar--collapse #slide-out .side-link button > svg {
  margin: 0;
  padding: 0 !important;
  margin-left: -10px;
}
.notification-wrapper {
  position: relative;
  display: block;
  height: 22px;
}
#shown_side_bar_profile_picture {
  padding: 0;
}
.dashboard-section-heading {
  font-weight: 500 !important;
  color: var(--darker-blue) !important;
  font-size: 16px !important;
}
.qclose-widgets-wrapper > .nav-item .qclose-nav-item-link {
  color: var(--darker-blue);
}
.qclose-widgets-wrapper > .nav-item.qclose-subscrip-link {
  width: auto;
  padding: 0 10px;
}
.dash-pad {
  padding-top: 0 !important;
}
.activites .activity .activity-details .avatar,
.notification .avatar {
  min-width: 50px;
}
[data-toggle="qclose-tooltip"] {
  position: relative;
  overflow: visible;
}
[data-toggle="qclose-tooltip"]:hover:before {
  content: attr(data-title);
  background: #000000;
  color: #ffffff;
  width: auto;
  position: absolute;
  top: calc(100% + 5px);
  font-size: 11.4px;
  padding: 4px 10px;
  white-space: nowrap;
  border-radius: 5px;
}
[data-toggle="qclose-tooltip"]:hover:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid #000000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: calc(100% + 1px);
  z-index: -1;
}
.notification-wrapper,
.topbar-widget--link {
  height: 100%;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notification-wrapper > a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.sidebar--collapse #slide-out #user-info > a#viewProfileSideBtn {
  display: none;
}
body.sidebar--collapse #slide-out #user-info h1.my-auto {
  font-size: 22px;
}
.notification-symbol {
  top: 20px !important;
  right: 20px !important;
}
.comments.status-comment-dropdown .select-wrapper .caret {
  top: 20px !important;
}
.avatar img.rounded-circle {
  min-width: 30px;
}

@media only screen and (max-width: 1100px) {
  .dash-main,
  .dash-footer,
  .dash-header .navbar {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  aside.dashboard-analytics-aside {
    position: relative;
  }
  .qclose-toggleCollapse-button--wrap {
    display: none !important;
  }
  .qclose-widgets-wrapper > .nav-item {
    width: 50px;
  }
  .qclose-widgets-wrapper > .nav-item.nav-item--account {
    padding-left: 10px;
  }
  #dashTopbarNav {
    padding-right: 10px !important;
  }
  .qclose-dashboard-base .dashboard-main-content-area {
    max-width: 100%;
  }
  aside.dashboard-analytics-aside .dashboard-analytics-aside__inner {
    padding-left: 15px;
    padding-right: 15px !important;
  }
  #slide-out {
    padding-top: var(--topbar-height) !important;
  }
  .qclose-dashboard-base .report-main {
    margin-top: 0;
  }
  .notification-symbol {
    right: 14px !important;
  }
}

@media only screen and (max-width: 999px) {
  .nav-item.nav-item--account .item--account-element > h6,
  .nav-item.nav-item--account .item--account-element > p {
    width: 100px;
  }
}

@media only screen and (max-width: 360px) {
  .qclose-widgets-wrapper > .nav-item {
    width: 40px;
  }
  .qclose-widgets-wrapper > .nav-item.nav-item--account {
    display: none;
  }
  .nav-item.nav-item--account .item--account-element {
    margin: 0;
  }
  #quickLinkWrapper > div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  #quickLinkWrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .qclose-widgets-wrapper > .nav-item.qclose-subscrip-link {
    display: none;
  }
  .nav-item.nav-item--account .item--account-element > h6,
  .nav-item.nav-item--account .item--account-element > p {
    width: 80px;
  }
}
