.submenu_enter-active,
.submenu_leave-active {
  overflow: hidden;
  transition: all 0.34s linear;
}
.not-collapsed .has-icon {
  transition: all 0.34s linear;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.single-sidebar-menu {
  position: relative;
}
.single-sidebar-menu .menulabel {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.dark .single-sidebar-menu .menulabel {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.single-sidebar-menu > .menu-link {
  display: flex;
  cursor: pointer;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.dark .single-sidebar-menu > .menu-link {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.single-sidebar-menu .menu-icon {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.item-has-children .parent_active .single-sidebar-menu .menu-icon {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.dark .item-has-children .parent_active .single-sidebar-menu .menu-icon {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.menu-item-active .menu-link .single-sidebar-menu .menu-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .menu-item-active .menu-link .single-sidebar-menu .menu-icon {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
[dir="ltr"] .single-sidebar-menu .menu-icon {
  margin-right: 0.75rem;
}
[dir="rtl"] .single-sidebar-menu .menu-icon {
  margin-left: 0.75rem;
}
.dark .single-sidebar-menu .menu-icon {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.item-has-children .menu-arrow {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.dark .item-has-children .menu-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.close_sidebar .menulabel {
  display: none;
}
.close_sidebar:not(.sidebar-hovered) .menu-arrow {
  display: none;
}
.close_sidebar:not(.sidebar-hovered) .single-sidebar-menu .text-box {
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999;
  margin-left: 1.25rem;
  width: 180px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dark .close_sidebar:not(.sidebar-hovered) .single-sidebar-menu .text-box {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.close_sidebar:not(.sidebar-hovered) .single-sidebar-menu:hover .text-box {
  visibility: visible;
  opacity: 1;
}
.close_sidebar:not(.sidebar-hovered) .item-has-children .text-box {
  display: none;
}
.close_sidebar:not(.sidebar-hovered) .item-has-children > ul {
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999;
  margin-left: 1rem;
  width: 230px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  opacity: 0;
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dark .close_sidebar:not(.sidebar-hovered) .item-has-children > ul {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.close_sidebar:not(.sidebar-hovered) .item-has-children > ul {
  display: block !important;
}
.close_sidebar:not(.sidebar-hovered) .item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
.item-has-children .parent_active {
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.item-has-children .parent_active .icon-box,
.item-has-children .parent_active .menu-icon,
.item-has-children .parent_active .text-box {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.dark .item-has-children .parent_active .icon-box,.dark 
.item-has-children .parent_active .menu-icon,.dark 
.item-has-children .parent_active .text-box {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.item-has-children .parent_active .menu-arrow {
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  color: rgb(71 85 105 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
.dark .item-has-children .parent_active .menu-arrow {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-item-active .menu-link {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.dark .menu-item-active .menu-link {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.menu-item-active .menu-link .icon-box,
.menu-item-active .menu-link .menu-icon,
.menu-item-active .menu-link .text-box {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .menu-item-active .menu-link .icon-box,.dark 
.menu-item-active .menu-link .menu-icon,.dark 
.menu-item-active .menu-link .text-box {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}