html.projectadmin body {
  /* #region side menu only */
  /* #endregion */
  /* #region Side Menu collapsed */
  /* #endregion */
  /* #region Top menu only */
  /* #endregion */
  /* #region All nav menu */
  /* #region Project Select Dropdown (Select2) */
  /* #endregion */
  /* #endregion */
}
html.projectadmin body:not(.nav-function-top) {
  /* #region Main page content */
  /* #endregion */
}
html.projectadmin body:not(.nav-function-top) #js-nav-menu > li > a > svg {
  margin-left: -12px; /* this is to make it match the <i> icons. Can be removed when there are no more <i>'s */
}
html.projectadmin body:not(.nav-function-top) .nav-menu li.active:not(.open) > a {
  background: #FFF7F5;
}
html.projectadmin body:not(.nav-function-top) header.page-header {
  background: white;
  height: 56px;
  align-items: center;
  padding-left: 0;
}
html.projectadmin body:not(.nav-function-top) .logo-and-burger-menu {
  width: 242px;
  border: 1px solid #F1F3F5;
  padding: 12px 16px;
  gap: 24px;
  height: calc(100% + 6px) !important;
}
html.projectadmin body:not(.nav-function-top) .page-content-wrapper .breadcrumb-layout {
  display: none;
}
html.projectadmin body:not(.nav-function-top) header .breadcrumb-layout {
  padding-left: 8px;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel {
  display: grid;
  background-color: transparent;
  gap: 18px;
  border: unset;
  min-height: unset;
  border-radius: unset;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container {
  background-color: white;
  border: 1px solid var(--Stroke, #E9ECEF);
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container {
  border-radius: 8px;
  width: fit-content;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel {
  padding: 0;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content {
  width: fit-content;
  flex-direction: row;
  gap: 6px;
  padding: 4px;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item {
  border-radius: 6px;
  padding: 6px 8px;
  color: var(--Gray-500, #667085);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 140px;
  flex: 1 1 auto;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item .side-panel-label {
  text-align: left;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item .side-panel-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 6px;
  color: #667085;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item.side-panel-item-selected {
  background: var(--Gray-100, #F2F4F7);
  color: #424753;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item.side-panel-item-selected img {
  filter: unset;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.side-panel-container .side-menu-panel .layout-side-content .side-panel-item.side-panel-item-selected .side-panel-count {
  color: #FB5525;
}
html.projectadmin body:not(.nav-function-top) .panel.table-panel .panel-container.table-container {
  border-radius: 12px;
}
html.projectadmin body.nav-function-hidden:not(.nav-function-top) .logo-and-burger-menu {
  border: unset;
  width: 150px; /* This is an eyeballed figure */
}
html.projectadmin body.nav-function-hidden:not(.nav-function-top) .page-wrapper {
  padding-left: 0;
}
html.projectadmin body.nav-function-hidden:not(.nav-function-top) .page-header [data-class=nav-function-hidden] {
  border-color: #e9ecef !important;
  color: #495057 !important;
  background: #f9fafb;
  box-shadow: unset;
}
html.projectadmin body.nav-function-top .logo-and-burger-menu {
  gap: 16px;
}
html.projectadmin body.nav-function-top .logo-and-burger-menu::after {
  content: "";
  height: 16px;
  width: 1px;
  background: #C4C9D5;
}
html.projectadmin body.nav-function-top .nav-menu ul.js-nav-menu {
  gap: 8px;
}
html.projectadmin body.nav-function-top nav ul {
  gap: 8px;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu {
  flex-basis: unset;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu li.active:not(.open) > a {
  border-bottom: 2px solid #FB5525;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a {
  transition: none;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a:hover {
  border-bottom: 2px solid #D0D5DD;
  padding-bottom: 6px !important;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a:hover > span {
  font-weight: 600 !important;
  color: #1D2939 !important;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a:hover > i::before, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a:hover > img, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li:not(.active) > a:hover > svg > path {
  color: #1A1F2B !important;
  fill: #1A1F2B;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul {
  top: 36px;
  background: white;
  color: #606571;
  border: solid 1px #d0d5dd;
  padding: 8px;
  z-index: 1;
  position: fixed;
  width: auto;
  min-width: fit-content;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul li a {
  white-space: nowrap;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul:before {
  content: "";
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul ul {
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px;
  border-radius: 0 0 8px 8px;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul span, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul i:before, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul b > em, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul img, html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul svg > path {
  color: #606571 !important;
  fill: #606571;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul li.open > a {
  border-radius: 8px 8px 0px 8px;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul li:not(.open) > a {
  border-radius: 8px;
}
html.projectadmin body.nav-function-top nav ul#js-nav-menu > li > ul li:not(:hover) > ul {
  border-radius: 8px;
}
html.projectadmin body.nav-function-top nav ul > li > a {
  gap: 8px;
  padding: 8px 4px !important;
}
html.projectadmin body.nav-function-top nav ul > li > a > i, html.projectadmin body.nav-function-top nav ul > li > a > img, html.projectadmin body.nav-function-top nav ul > li > a > svg > path {
  margin: 0 !important;
}
html.projectadmin body.nav-function-top nav ul > li > a > b {
  position: unset !important;
  margin-left: auto !important;
}
html.projectadmin body.nav-function-top aside.page-sidebar {
  top: 2px;
  z-index: 1000;
  left: 335px;
  right: 304px;
  width: calc(100% - 335px - 56px);
  height: 62px;
  box-shadow: unset;
  padding: 0 16px 0 0;
}
html.projectadmin body.nav-function-top .page-content-wrapper {
  margin-top: 62px;
}
html.projectadmin body.nav-function-top header.page-header {
  border-top: 2px solid #FB5525;
}
html.projectadmin body.nav-function-top header.page-header .breadcrumb-layout {
  display: none;
}
html.projectadmin body.nav-function-top header.page-header div.dropdown-icon-menu {
  margin-right: auto;
}
html.projectadmin body.nav-function-top header.page-header, html.projectadmin body.nav-function-top aside.page-sidebar {
  position: fixed;
}
html.projectadmin body .project-and-account {
  gap: 16px;
}
html.projectadmin body .project-and-account select {
  width: 220px;
}
html.projectadmin body .project-and-account .header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true]:after {
  left: -9px;
}
html.projectadmin body .page-sidebar {
  width: 242px;
}
html.projectadmin body .nav-menu li a {
  gap: 8px;
}
html.projectadmin body .nav-menu li a span {
  font-size: 14px;
  color: #606571 !important;
  font-weight: 500 !important;
}
html.projectadmin body .nav-menu li a i, html.projectadmin body .nav-menu li a img, html.projectadmin body .nav-menu li a svg > path {
  margin-right: 0;
  width: 16px;
  height: 16px;
}
html.projectadmin body .nav-menu li a i::before, html.projectadmin body .nav-menu li a svg > path {
  color: #606571 !important;
  font-size: 16px;
  fill: #606571;
}
html.projectadmin body .nav-menu li.active:not(.open) > a:before {
  content: unset !important;
}
html.projectadmin body .nav-menu li.active:not(.open) > a span {
  color: #FB5525 !important;
}
html.projectadmin body .nav-menu li.active:not(.open) > a > i::before, html.projectadmin body .nav-menu li.active:not(.open) > a > svg > path {
  color: #FB5525 !important;
  fill: #FB5525;
}
html.projectadmin body .page-header {
  height: 67px;
  background: white;
  padding: 2px 16px;
  gap: 16px;
  box-shadow: none;
  border-bottom: #E9ECEF 1px solid;
}
html.projectadmin body header .fa-user, html.projectadmin body header .ni-login {
  color: #667085 !important;
}
html.projectadmin body .header-btn {
  width: unset;
  margin-right: unset;
  padding: 6px 8px;
  display: flex;
}
html.projectadmin body header .header-icon {
  min-width: unset;
}
html.projectadmin body .user-avatar-trigger {
  display: flex;
  align-items: center;
  height: 100%;
}
html.projectadmin body .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F4F7;
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
html.projectadmin body .user-avatar-trigger::after {
  display: none !important;
}
html.projectadmin body .user-avatar-trigger[aria-expanded=true] .user-avatar {
  background: #DAE1E8;
}
html.projectadmin body .breadcrumb-layout {
  border-bottom: unset;
  border-top: unset;
}
html.projectadmin body #projectSelect {
  display: none;
}
html.projectadmin body #projectSelect + .select2-container {
  width: 200px !important;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single {
  height: 36px;
  border: 1px solid #EAECF0 !important;
  background: #FFFFFF !important;
  border-radius: 4px;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 8px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #454446;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single .select2-selection__rendered[title="Select Project"] {
  color: #959595;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__rendered[title="Select Project"] {
  color: #667085;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 4px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
html.projectadmin body #projectSelect + .select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23E2E2E2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 16px;
}
html.projectadmin body #projectSelect + .select2-container.select2-container--open .select2-selection--single {
  border: 1px solid #667085 !important;
  border-radius: 4px !important;
}
html.projectadmin body #projectSelect + .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23828282' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 16px;
}
html.projectadmin body .project-select-dropdown {
  position: fixed !important;
  top: 67px !important;
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px;
  max-height: 400px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 6px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: hidden;
}
html.projectadmin body .project-select-dropdown .select2-search--dropdown {
  padding: 16px 16px 8px;
}
html.projectadmin body .project-select-dropdown .select2-search--dropdown .select2-search__field {
  height: 36px;
  border: 1px solid #EAECF0;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  outline: none;
}
html.projectadmin body .project-select-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #98A2B3;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
html.projectadmin body .project-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: #D0D5DD;
}
html.projectadmin body .project-select-dropdown .select2-results {
  padding: 4px 0;
}
html.projectadmin body .project-select-dropdown .select2-results .select2-results__message {
  font-size: 14px;
  color: #101828;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 16px;
  text-align: center;
}
html.projectadmin body .project-select-dropdown .select2-results .select2-results__options {
  max-height: 270px;
  overflow-y: auto;
}
html.projectadmin body .project-select-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 8px 16px;
}
html.projectadmin body .project-select-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background: #F9FAFB;
}
html.projectadmin body .project-select-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background: #F2F4F7;
  color: #454446;
}
html.projectadmin body .project-select-dropdown .project-select-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
html.projectadmin body .project-select-dropdown .project-select-item .project-select-logo {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
  border: 1.667px solid #FFFFFF;
}
html.projectadmin body .project-select-dropdown .project-select-item .project-select-logo-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  flex-shrink: 0;
}
html.projectadmin body .project-select-dropdown .project-select-item .project-select-name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #454446;
  line-height: 18px;
  letter-spacing: -0.28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.projectadmin body .project-select-dropdown .project-select-footer {
  border-top: 1px solid #EAECF0;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
}
html.projectadmin body .project-select-dropdown .project-select-footer .project-select-new-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FB5525;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
html.projectadmin body .project-select-dropdown .project-select-footer .project-select-new-btn i {
  font-size: 16px;
}
html.projectadmin body .project-select-dropdown .project-select-footer .project-select-new-btn:hover {
  color: #E04A1F;
}
html.projectadmin body .js-modal-settings #nft {
  display: none;
}