@charset "UTF-8";
:root {
  --bg: #ffffff;
  --text: #4F4F4F;
  --text-muted: #888888;
  --border: #E6E6E6;
  --border-color: #E6E6E6;
  --bg-hover: #E8E8E8;
  --card-bg: #ffffff;
  --accent: #0F8DCB;
  --btn-default-bg: #E7E7E7;
  --btn-default-hover: #E0E0E0;
  --btn-default-active: #D8D8D8;
  --btn-default-text: #444444;
  --tab-bg: #ffffff;
  --tab-text: #4F4F4F;
  --tab-border: #E6E6E6;
  --input-bg: #ffffff;
  --input-border: #DFDFDF;
  --input-text: #4C5052;
  --input-focus-border: #F9D100;
  --input-disabled-bg: #F5F5F5;
  --input-disabled-border: #E0E0E0;
  --input-disabled-text: #9B9B9B;
  --table-mobile-filter-bg: #EEEEEE;
  --table-mobile-filter-hover: #E0E0E0;
  --gallery-item-bg: #ffffff;
  --gallery-item-border: #E6E6E6;
  --gallery-item-hover-border: #d6d6d6;
  --gallery-btn-bg: var(--btn-default-bg);
  --gallery-btn-border: var(--btn-default-bg);
  --nav-bg: #2C303B;
  --nav-item-bg: #1F2229;
  --nav-text: #ffffff;
  --nav-icon: #40abef;
  --nav-accent: #3ba2e8;
  --nav-hover: #100E17;
  --nav-border: #2C303B;
  --modal-bg: #ffffff;
  --modal-text: #4F4F4F;
  --modal-border: #F6F4F5;
  --modal-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.25);
  --modal-overlay: rgba(0, 0, 0, 0.5);
  --dropdown-bg: #ffffff;
  --dropdown-text: #4F4F4F;
  --dropdown-border: #E6E6E6;
  --dropdown-hover: #E6E6E6;
  --dropdown-divider: #E6E6E6;
  --dropdown-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.30);
  --hr-top: #E6E6E6;
  --hr-bottom: #ffffff;
}

html.theme-dark {
  --bg: #2C303B;
  --text: #E6E6E6;
  --text-muted: #7B8990;
  --border: #1F2229;
  --border-color: #1F2229;
  --bg-hover: #252933;
  --bg-checked: rgba(64, 171, 239, 0.15);
  --card-bg: #2C303B;
  --accent: #40abef;
  --btn-default-bg: #1F2229;
  --btn-default-hover: #252933;
  --btn-default-active: #1b1f27;
  --btn-default-text: #E6E6E6;
  --tab-bg: #1F2229;
  --tab-text: #E6E6E6;
  --tab-border: #2C303B;
  --input-bg: #1F2229;
  --input-border: #3a3f4b;
  --input-text: #E6E6E6;
  --input-focus-border: #40abef;
  --input-disabled-bg: #1b1f27;
  --input-disabled-border: #2a2f3a;
  --input-disabled-text: #7B8990;
  --table-mobile-filter-bg: #1F2229;
  --table-mobile-filter-hover: #252933;
  --gallery-item-bg: #1F2229;
  --gallery-item-border: #1F2229;
  --gallery-item-hover-border: #252933;
  --gallery-btn-bg: #111316;
  --gallery-btn-border: #111316;
  --nav-bg: #1F2229;
  --nav-item-bg: #2C303B;
  --nav-text: #ffffff;
  --nav-icon: #40abef;
  --nav-accent: #3ba2e8;
  --nav-hover: #252933;
  --nav-border: #1F2229;
  --modal-bg: #2C303B;
  --modal-text: #E6E6E6;
  --modal-border: #3a3f4b;
  --modal-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.6);
  --modal-overlay: rgba(0, 0, 0, 0.6);
  --dropdown-bg: #2C303B;
  --dropdown-text: #E6E6E6;
  --dropdown-border: #3a3f4b;
  --dropdown-hover: #252933;
  --dropdown-divider: #3a3f4b;
  --dropdown-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.6);
  --hr-top: #2C303B;
  --hr-bottom: #1F2229;
}

.nuMenu_container {
  background: var(--bg);
  z-index: 10000000000000000;
  position: fixed;
  top: 0;
  display: block;
  height: 100vh;
}

.nuMenu_wrapper {
  z-index: 101;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
}
.nuMenu_wrapper:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  margin-left: -500px;
  background: var(--border);
}

.nuMenu_overlay {
  cursor: pointer;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}
.nuMenu_overlay.nuMenu_overlay_show {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.nuMenu_wrapper_show {
  /* marker dla otwartego stanu */
}

.nuMenu_menu_ul {
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
}
.nuMenu_menu_ul li.nuMenu_menu_li {
  height: 45px;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 0 10px;
  color: var(--accent);
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.nuMenu_menu_ul li.nuMenu_menu_li.nuMenu_menu_prev {
  background: var(--nav-bg);
  color: var(--nav-text);
}
.nuMenu_menu_ul li.nuMenu_menu_li.nuMenu_menu_prev:hover {
  background: var(--nav-hover);
}
.nuMenu_menu_ul li.nuMenu_menu_li.nuMenu_menu_prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid var(--nav-text);
  margin-top: 0;
  margin-left: 210px;
  opacity: 1;
}
.nuMenu_menu_ul li.nuMenu_menu_li .name {
  flex-grow: 1;
  min-width: 180px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nuMenu_menu_ul li.nuMenu_menu_li .icon + .name,
.nuMenu_menu_ul li.nuMenu_menu_li .avatar + .name,
.nuMenu_menu_ul li.nuMenu_menu_li .mdi + .name {
  margin-left: 10px;
}
.nuMenu_menu_ul li.nuMenu_menu_li.hasItems:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--accent);
  margin-top: 0;
  margin-left: 210px;
  opacity: 1;
}
.nuMenu_menu_ul li.nuMenu_menu_li .icon {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nuMenu_menu_ul li.nuMenu_menu_li .icon img {
  opacity: 0.7;
  width: 16px;
  height: 16px;
}
.nuMenu_menu_ul li.nuMenu_menu_li .avatar {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nuMenu_menu_ul li.nuMenu_menu_li .avatar img {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.nuMenu_menu_ul li.nuMenu_menu_li .mdi {
  font-size: 16px;
}
.nuMenu_menu_ul li.nuMenu_menu_li:hover {
  background: var(--btn-default-hover);
}
.nuMenu_menu_ul li.nuMenu_menu_li.selected {
  background: var(--accent);
  color: #FFF;
}
.nuMenu_menu_ul li.nuMenu_menu_li:focus {
  outline: none !important;
}

.nuMenu_menu {
  display: block;
  position: absolute;
  height: 100%;
  width: 250px;
  margin-left: -250px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  z-index: 9000;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
}
.nuMenu_menu.nuMenu_menu_show {
  box-shadow: 6px 0 43px -16px rgba(0, 0, 0, 0.75);
}
.nuMenu_menu:before {
  content: "wróć";
  color: var(--text-muted);
  position: absolute;
  margin-left: 218px;
  margin-top: 15px;
  transform: rotate(90deg);
  opacity: 0;
}
.nuMenu_menu .nuMenu_menu_title {
  margin: 0;
  padding: 0;
  z-index: 9999000;
  display: block;
  color: var(--text-muted);
  position: absolute;
  margin-left: 215px;
  margin-top: 15px;
  transform: rotate(90deg);
}
.nuMenu_menu.nuMenu_menu_prev {
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: pointer;
  padding-right: 30px;
}
.nuMenu_menu.nuMenu_menu_prev li.nuMenu_menu_li.hasItems:before {
  opacity: 0;
  margin-left: 190px;
}
.nuMenu_menu.nuMenu_menu_prev:before {
  opacity: 1;
}

/*# sourceMappingURL=nuMenu.css.map */
