.BizplinNativeSidebar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: #062f7d;
  border-right: 1px solid #0c3a8d;
  box-shadow: 4px 0 16px rgba(9, 34, 84, .16);
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.BizplinNativeSidebar[dir="rtl"] {
  border-right: 0;
  border-left: 1px solid #0c3a8d;
}

.BizplinNativeSidebarNav {
  width: 100%;
  flex: 1 1 auto;
  padding: 9px 6px 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .28) transparent;
}

.BizplinNativeSidebarItem {
  position: relative;
  width: 100%;
  min-height: 74px;
  margin: 0;
  padding: 6px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

.BizplinNativeSidebarIcon {
  width: 43px;
  height: 43px;
  min-width: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  box-sizing: border-box;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.BizplinNativeSidebarIcon > i {
  display: grid;
  place-items: center;
  color: inherit;
  font-size: 27px;
  line-height: 1;
}

.BizplinNativeSidebarIcon > .MuiSvgIcon-root {
  width: 27px;
  height: 27px;
  font-size: 27px;
}

.BizplinNativeSidebarLabel {
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.BizplinNativeSidebarItem:not(.is-disabled):hover,
.BizplinNativeSidebarItem:not(.is-disabled).active {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.BizplinNativeSidebarItem:not(.is-disabled):hover .BizplinNativeSidebarIcon,
.BizplinNativeSidebarItem:not(.is-disabled).active .BizplinNativeSidebarIcon {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 4px 12px rgba(0, 18, 62, .16);
}

.BizplinNativeSidebarItem:focus-visible .BizplinNativeSidebarIcon {
  outline: 3px solid rgba(255, 255, 255, .45);
  outline-offset: 2px;
}

.BizplinNativeSidebarItem.is-disabled,
.BizplinNativeSidebarItem.is-disabled:disabled {
  cursor: default;
  opacity: .55;
  color: #fff;
  background: transparent;
}

.BizplinNativeSidebarVersion {
  flex: 0 0 auto;
  padding: 8px 2px;
  color: rgba(255, 255, 255, .66);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.BizplinNativeSidebar.is-mobile .BizplinNativeSidebarNav {
  padding: 8px;
  gap: 0;
}

.BizplinNativeSidebar.is-mobile .BizplinNativeSidebarItem {
  min-height: 48px;
  padding: 6px 12px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
}

.BizplinNativeSidebar.is-mobile .BizplinNativeSidebarIcon {
  width: 36px;
  height: 36px;
  min-width: 36px;
}

.BizplinNativeSidebar.is-mobile .BizplinNativeSidebarLabel {
  width: auto;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
  white-space: normal;
  overflow: visible;
}

.BizplinNativeSidebar.is-mobile[dir="rtl"] .BizplinNativeSidebarLabel {
  text-align: right;
}
