/* ====================
    Sidebar
======================= */
.hive_lite_support_sidebar {
  background: #fff;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  width: 250px;
  min-width: 250px;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: sticky;
  top: 0;
  bottom: auto;
  background: #151a43 !important;
  color: #fff !important;
  overflow-y: scroll !important;
  width: 260px !important;
  scrollbar-color: #685be7 #363d76;
  scrollbar-width: thin;
}
.hive_lite_support_sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hive_lite_support_sidebar ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  color: #777d86;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: 0;
  outline: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.hive_lite_support_sidebar ul li.active {
  color: #685be7;
  font-weight: 500;
}
.hive_lite_support_sidebar ul li.active::before {
  background-color: #685be7;
}
.hive_lite_support_sidebar ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: transparent;
}
.hive_lite_support_sidebar ul li .logo {
  width: 30px;
  height: 30px;
  background-color: #a5a8ae;
}
.hive_lite_support_sidebar ul li.active .logo {
  background-color: #685be7;
}
.hive_lite_support_sidebar ul li.dashboard .logo {
  -webkit-mask: url(../img/sidebar/list-icon.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.tickets .logo {
  -webkit-mask: url(../img/sidebar/list-icon1.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon1.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.agents .logo {
  -webkit-mask: url(../img/sidebar/list-icon2.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon2.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.responses .logo {
  -webkit-mask: url(../img/sidebar/list-icon3.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon3.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.activities .logo {
  -webkit-mask: url(../img/sidebar/list-icon4.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon4.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.reports .logo {
  -webkit-mask: url(../img/sidebar/list-icon5.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon5.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.workflows .logo {
  -webkit-mask: url(../img/sidebar/list-icon6.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon6.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.settings .logo {
  -webkit-mask: url(../img/sidebar/list-icon7.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon7.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li.overview .logo {
  -webkit-mask: url(../img/sidebar/list-icon9.svg) no-repeat center;
  mask: url(../img/sidebar/list-icon9.svg) no-repeat center;
}
/*
.hive_lite_support_sidebar ul li:nth-child(4) .logo{
    -webkit-mask: url(../img/sidebar/list-icon4.svg) no-repeat center;
    mask: url(../img/sidebar/list-icon4.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li:nth-child(5) .logo{
    -webkit-mask: url(../img/sidebar/list-icon5.svg) no-repeat center;
    mask: url(../img/sidebar/list-icon5.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li:nth-child(6) .logo{
    -webkit-mask: url(../img/sidebar/list-icon6.svg) no-repeat center;
    mask: url(../img/sidebar/list-icon6.svg) no-repeat center;
}
.hive_lite_support_sidebar ul li:nth-child(7) .logo{
    -webkit-mask: url(../img/sidebar/list-icon7.svg) no-repeat center;
    mask: url(../img/sidebar/list-icon7.svg) no-repeat center;
}*/

.hive_lite_support_sidebar_bottom {
}
.hive_lite_support_sidebar_bottom img {
  margin: 0 0 0 0;
}
.hive_lite_support_sidebar_bottom p {
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 28px;
  color: #acacac;
}
.hive_lite_support_sidebar_bottom h2 {
  margin: 0;
  font-weight: 700;
  font-size: 23px;
  color: #1d2635;
  display: block;
}
body.toplevel_page_hive-support-dashboard #wpcontent {
  padding-left: 0 !important;
}