:root {
  --slate-grey: #63666a;
  --lawn-green: #64a70b;
  --charcoal: #212721;
  --marigold: #ffc600;
  --dark-grey: #111112;
  --plum-purple: #470a68;
  --greenish-grey: #a7aca2;
  --marine-blue: #002855;
  --cerulean: #0086bf;
  --dark: #161f2c;
  --dusk: #3b5172;
  --black: #000000;
  --brown-grey: #888888;
  --very-light-pink: #bbbbbb;
  --white: #ffffff;
  --blood-orange: #f45606;
  --green-teal: #0ba775;
  --gold: #d6a718;
  --soft-blue: #57bfeb;
}

@font-face {
  font-family: NunitoSans;
  font-style: normal;
  src: url("../fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("truetype");
}

.disabled {
  pointer-events: none;
}

.tag {
  font-weight: bold;
  margin-right: 1em;
}

.value {
  font-family: monospace;
}

.pre {
  font-family: monospace;
  white-space: pre;
}

.dropdown-menu {
  max-height: none !important;
  max-width: none !important;
}

.filter-loading {
  width: 312px;
}

.filter-panel {
  height: 1100px;
  background-color: var(--charcoal);
  height: 100vh;
  overflow-y: auto;
}

.filter-panel .button-link {
  padding: 0 !important;
}

.filter-category:last-child {
  margin-bottom: 20px;
}

.filter-panel-tab-label {
  height: 30px;
  font-family: NunitoSans;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: var(--white);
  text-align: left;
  /* margin-left: 12px; */
  margin-right: 10px;
}

.filter-panel-tab {
  cursor: pointer;
  display: flex;
  width: 200px;
}

.filter-panel-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
}

.user-filters-select {
  width: 141px;
}

.filter-panel-section > .filters-title {
  padding: 0;
}

.filter-panel-close {
  cursor: pointer;
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 16px;
}

.rule {
  width: 100%;
  height: 1px;
  margin: 0 0 8px;
  background-color: var(--brown-grey);
}

.active-filters-panel {
  min-height: 75px;
}

.active-filters-panel:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
}

.active-filter-category {
  width: 264px;
  height: 70px;
  margin: 17px 24px 8px;
  padding: 11px 13px 10px;
  border-radius: 3px;
  background-color: #eeeeee;
}

.active-filter-clear-button {
  cursor: pointer;
  float: right;
  height: 19px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.apply-link-disabled {
  color: grey !important;
  cursor: not-allowed;
  pointer-events: none;
  float: right;
  padding-right: 21px;
}

.apply-link:hover {
  color: #eeeeee;
  text-decoration: none;
  cursor: pointer;
}

.apply-link {
  float: right;
  padding-right: 21px;
  color: #eeeeee;
}

.filters-title {
  height: 19px;
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #eeeeee;
  padding-left: 20px;
  padding-bottom: 29px;
}

.filters-title a {
  font-size: 14px !important;
}

.filter-category {
  width: 264px;
  height: 40px;
  margin: 17px auto 8px;
  padding: 11px 13px 10px;
  border-radius: 3px;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-category-option {
  display: block;
}

.filter-category-expand {
  cursor: pointer;
}

.filter-options-list {
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  width: 264px;
  display: grid;
}

.filter-option {
  display: flex;
  height: auto;
}

.filter-option-container {
  display: flex;
  align-items: center;
}

.tmx-filter-wrapper {
  display: flex;
  align-items: center;
}

.line-through {
  text-decoration: line-through;
}

.filter-option-label {
  font-family: NunitoSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  box-sizing: border-box;
  padding-left: 5px;
  overflow-wrap: break-word;
}

.filter-option-background-odd {
  background-color: #eeeeee;
}

.filter-option-background-even {
  background-color: var(--very-light-pink);
}

.filter-option-checkbox {
  display: flex;
  align-items: center;
}

.filter-category-title {
  height: 19px;
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--charcoal);
  white-space: nowrap;
}

.breadcrumb-container {
  display: flex;
  height: 19px;
  margin: 5px 82px 5px 25px;
}

.breadcrumb-node {
  color: #eeeeee;
  cursor: pointer;
  font-family: NunitoSans;
  font-size: 12px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: underline;
  letter-spacing: normal;
  margin-right: 5px;
  white-space: nowrap;
}

.breadcrumb-node-last {
  cursor: default;
  font-weight: normal;
  text-decoration: none;
}

.delimiter {
  display: flex;
}

.filter-list {
  height: fit-content !important;
  max-height: 400px;
}

.activeFilters {
  padding: 5px 8px 5px 20px;
}

.activeFilters-close-button {
  display: inline-flex !important;
  padding: 0 !important;
  cursor: pointer;
}

.filter-clear-button-container {
  padding: 8px 14px 9px 20px;
}

.filter-clear-button {
  width: 56px;
  height: 24px;
  border-radius: 3px;
  border: solid 1px #63666a;
  color: #fff;
  font-family: NunitoSans;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
}

.disabled .filter-clear-button {
  cursor: default;
  opacity: 0.5;
}

.no-result-banner {
  text-align: center;
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--charcoal);
  white-space: nowrap;
}

.filter-search {
  font-family: NunitoSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  background-color: #ffffff;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 264px;
}