@font-face {
  font-family: "Nioicon";
  /* src: url("../fonts/Nioicon.eot"); */
  src: url("../fonts/Linearicons/Linearicons/Font/Nioicon.eot");

  src: url("../fonts/Linearicons/Linearicons/Font/Nioicon.eot#iefix") format("embedded-opentype"), url("../fonts/Linearicons/Linearicons/Font/Nioicon.ttf") format("truetype"), url("../fonts/Linearicons/Linearicons/Font/Nioicon.woff") format("woff"), url("../fonts/Linearicons/Linearicons/Font/Nioicon.svg#Nioicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.nk-sidebar {
  position: absolute;
  background: #f5f6fa;
  height: 100%;
  min-height: 100vh;
  top: 0;
  border-right: 1px solid #e5e9f2;
  left: 0;
  transform: translateX(-100%);
  z-index: 9999;
  width: 290px;
  transition: transform 450ms ease, width 450ms ease;
}
.nk-sidebar + .nk-wrap {
  transition: padding 450ms ease;
}
.nk-sidebar + .nk-wrap > .nk-header-fixed {
  transition: left 450ms ease;
}
.nk-sidebar.is-light {
  background: #fff;
  border-right-color: #ebeef2;
}
.nk-sidebar.is-dark {
  background: #101924;
  border-right-color: #203247;
}
.nk-sidebar.is-theme {
  background: #29347a;
  border-right-color: #3644a0;
}
.nk-sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 900;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-sidebar-element {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}
.nk-sidebar.nk-sidebar-active {
  transform: translateX(0);
}
.nk-sidebar-fixed {
  position: fixed;
  max-height: 100vh;
}
.nk-sidebar-head {
  /* display: flex;
  align-items: center;
  padding: 14px 14px;
  min-width: 100%;
  width: 290px;
  height: 65px;
  border-bottom: 1px solid #e5e9f2; */

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  min-width: 100%;
  width: 290px;
  height: 65px;
  border-bottom: 1px solid #e5e9f2;
}
.is-dark .nk-sidebar-head {
  border-color: #203247;
}
.is-theme .nk-sidebar-head {
  border-color: #3644a0;
}
.nk-sidebar-brand {
  position: relative;
  flex-shrink: 0;
}
.nk-sidebar-logo {
  transition: opacity 0.3s ease;
}
.nk-sidebar-logo .logo-img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nk-sidebar-widget {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 2.5rem;
}
.nk-sidebar-widget-full {
  padding-left: 0;
  padding-right: 0;
}
.nk-sidebar-widget-full > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-sidebar-widget-full .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}
.nk-sidebar-widget-full .toggle-expand-content > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-sidebar-widget-sap {
  border-bottom: 1px solid #e5e9f2;
}
.nk-sidebar-footer {
  background-color: #f5f6fa;
  margin-top: auto;
  padding: 1.75rem 24px 1.75rem;
}
.is-light .nk-sidebar-footer {
  background: #fff;
}
.is-dark .nk-sidebar-footer {
  background-color: #101924;
}
.is-theme .nk-sidebar-footer {
  background-color: #29347a;
}
.nk-sidebar-body {
  position: relative;
}
.nk-sidebar-body .simplebar-content {
  padding-bottom: 0.25rem !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-sidebar-body .simplebar-scroll-content {
  min-height: 100%;
  width: 100%;
}
.nk-sidebar-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 65px);
}
.nk-sidebar-content .nk-sidebar-menu {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}
.nk-sidebar-content .nk-sidebar-menu[data-simplebar] {
  height: 100%;
}
.nk-menu{
    padding-left: 0;
}
.nk-menu-item {
    padding: 2px 0;
    list-style: none;
}
.nk-menu-item.has-sub {
    position: relative;
}
.nk-menu-toggle + .nk-menu-sub {
    display: none;
}
.nk-menu-sub {
    padding-bottom: 0.25rem;
}
.nk-menu-toggle:after {
    position: absolute;
    font-family: "Nioicon";
    top: 50%;
    content: "\e9d3";
    right: 1.25rem;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #8094ae;
    transition: transform 0.3s, color 0.1s, opacity 0.3s ease 0.3s;
}
.is-dark .nk-menu-toggle:after, .is-theme .nk-menu-toggle:after {
    color: rgba(255, 255, 255, 0.4);
}
.has-sub.active > .nk-menu-toggle:after {
    transform: translateY(-50%) rotate(90deg);
}
.nk-menu-sub .nk-menu-item {
    padding: 1px 0;
}
.nk-menu-sub .nk-menu-link {
    padding: 0.375rem 40px 0.375rem 36px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.25rem;
    color: #6e82a5;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
    padding-left: 60px;
}
.nk-menu-link {
    padding: 10px 40px 10px 24px;
    color: #6e82a5;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.25rem;
}
.nk-menu li a {
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
    transition: color 0.3s, background-color 0.3s;
}
.nk-menu-link:hover, .active > .nk-menu-link {
    color: #39a7e1;
}
.nk-menu-icon {
    font-weight: normal;
    letter-spacing: normal;
    width: 36px;
    line-height: 1;
    flex-grow: 0;
    flex-shrink: 0;
    color: #8094ae;
}
.nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
    color: #39a7e1;
}
.ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nk-menu-icon .icon {
    font-size: 24px;
    letter-spacing: normal;
    vertical-align: middle;
    color: currentColor;
    transition: color 0.4s, background-color 0.4s;
}
.ni-home:before {
    content: "\ea9c";
}
.ni-sign-ada:before {
    content: "\eb87";
}
.ni-arrow-left:before {
    content: "\e938";
    font-size: 24px;
    color: #9faec2;
}
.nk-quick-nav-icon:before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: "";
    background-color: #e5e9f2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.is-dark .nk-quick-nav-icon:before {
    background-color: #0b1219;
}
.nk-menu-text {
    flex-grow: 1;
    display: inline-block;
    white-space: nowrap;
}

.nk-sidebar-content[data-simplebar] > div {
  width: 100%;
}
.nk-sidebar-profile-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f5f6fa;
}
.is-dark .nk-sidebar-profile-fixed {
  background: #101924;
}
.is-theme .nk-sidebar-profile-fixed {
  background: #29347a;
}
.nk-sidebar.is-theme .user-balance-alt, .nk-sidebar.is-dark .user-balance-alt {
  color: #c4cefe;
}
.nk-profile-fixed {
  position: fixed;
  bottom: 0;
}
.nk-profile-toggle {
  display: block;
  border-bottom: 1px solid #e5e9f2;
}
.nk-profile-content {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
}
.nk-profile-menu .nk-profile-content {
  background: #f5f6fa;
}
.nk-profile-menu > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-profile-menu .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}
.nk-profile-menu .toggle-expand-content > * {
  padding-left: 24px;
  padding-right: 24px;
}

.sticky-menu-mobile ul li{
    list-style: none;
}
.fs-3 {
    font-size: 1.5rem !important;
}
.ni-grid-box-fill:before {
    content: "\ea81";
}
.ni-chat-fill:before {
    content: "\e9b3";
}
.ni-list-index:before {
    content: "\ecaa";
}

.nk-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16, 25, 36, 0.4);
    z-index: 900;
    animation: overlay-fade-in 0.4s ease 1;
}
.ni-list-index:before {
    content: "\ecaa";
}
.ni-user-fill:before {
    content: "\ec2d";
    font-size: 24px;
}
.ni-info-i:before {
    content: "\eaa8";
    font-size: 24px;
}
.category-sidebar-mobile.nk-sidebar.nk-sidebar-active .nk-menu >  li.nk-menu-item.has-sub.active .nk-menu-sub{  
    flex-wrap: nowrap !important;
    flex-direction: column;
    padding-left: 0;
}


@keyframes overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .nk-sidebar-mobile {
    width: 290px !important;
  }
}
@media (min-width: 1200px) {
  .nk-sidebar-content .nk-sidebar-menu {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .nk-sidebar {
    overflow: hidden;
    transform: translateX(0);
    width: 290px;
  }
  .nk-sidebar + .nk-wrap, .nk-sidebar-overlay + .nk-wrap {
    padding-left: 290px;
  }
  .nk-sidebar + .nk-wrap > .nk-header-fixed, .nk-sidebar-overlay + .nk-wrap > .nk-header-fixed {
    left: 290px;
  }
  .nk-sidebar.is-compact:not(.has-hover) {
    width: 74px;
  }
  .mobile-menu-sidebar.is-compact:not(.has-hover) {
    width: 0;
  }
  .nk-sidebar.is-compact:not(.has-hover) .logo-img {
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .nk-sidebar.is-compact:not(.has-hover) .user-card {
    position: relative;
    left: -5px;
  }
  .nk-sidebar.is-compact:not(.has-hover) .user-info {
    opacity: 0;
  }
  .nk-sidebar.is-compact:not(.has-hover) .nk-sidebar-profile .dropdown-menu {
    opacity: 0;
  }
  .nk-sidebar.is-compact + .nk-wrap {
    padding-left: 74px;
  }
  .nk-sidebar.is-compact + .nk-wrap > .nk-header-fixed {
    left: 74px;
  }
  .nk-sidebar-overlay {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nk-sidebar {
    transform: translateX(0);
  }
}
@media (max-width:1199px) {
    .ps-footer{
        margin-bottom: 56px;
    }
}