@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #8122A1!important;
  --secondary: #917AC2!important;
  --base: #F4F2FD!important;
  --gradient-color1: #8122A1!important;
  --gradient-color2: #51459D!important;
}

body[data-theme*=public] {
  --primary: #19a1a9!important;
  --secondary: #4CA7A8!important;
  --base: #F2F8FD!important;
  --gradient-color1: #19a1a9!important;
  --gradient-color2: #917AC2!important;
}

body[data-theme*=super] {
  --primary: #4e288f!important;
  --secondary: #7c5fd7!important;
  --base: #f8faff!important;
  --gradient-color1: #4c0e99!important;
  --gradient-color2: #b87ac2!important;
}

body[data-theme*=api] {
  --gradient-color1: #7a7885 !important;
  --gradient-color2: #d9d9d9 !important;
}

.font--thin {
  font-weight: 100 !important;
}

.font--extralight {
  font-weight: 200 !important;
}

.font--light {
  font-weight: 300 !important;
}

.font--regular {
  font-weight: 400 !important;
}

.font--medium {
  font-weight: 500 !important;
}

.font--semibold {
  font-weight: 600 !important;
}

.font--bold {
  font-weight: 700 !important;
}

.font--black {
  font-weight: 900 !important;
}

strong {
  font-weight: 500;
}

.text--center {
  text-align: center !important;
}

.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.text--primary {
  color: var(--primary);
}

.blur__layer {
  background: linear-gradient(358.36deg, rgba(255, 255, 255, 0.01) 25.69%, rgba(255, 255, 255, 0) 169.2%);
  backdrop-filter: blur(4rem);
}

.page__wrapper {
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.page__content {
  width: 100%;
}

.title--heading--h1 {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
.title--heading--h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.title--heading--h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
}
.title--heading--h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 3.2rem;
  letter-spacing: -0.096rem;
  line-height: 3.9rem;
}
.title--heading--h5 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: initial;
}
.title--heading--h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.1rem;
  letter-spacing: -0.033rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: initial;
}

h1, .custom-content__title {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  padding: 0 0.5rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 601px) {
  h1, .custom-content__title {
    max-width: 50vw;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  h1, .custom-content__title {
    max-width: 70vw;
  }
}
@media screen and (max-width: 835px) {
  h1, .custom-content__title {
    max-width: 70vw;
  }
}
@media screen and (max-width: 601px) {
  h1, .custom-content__title {
    max-width: 100%;
    align-items: flex-start !important;
    -webkit-line-clamp: 2;
  }
}

.text--body--xxs {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  letter-spacing: -0.03rem;
  line-height: 1.25rem;
}
.text--body--xs {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
}
.text--body--sm {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .text--body--sm {
    line-height: 1.5;
  }
}
.text--body--md {
  font-family: "Inter", sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.045rem;
}
.text--body--lg {
  font-family: "Inter", sans-serif !important;
  font-size: 2.5rem;
  letter-spacing: -0.075rem;
  line-height: 2.6rem;
}

.width--full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template__wrapper .page__hero {
  width: 100%;
  position: relative;
  display: flex;
  padding-left: calc(11% + 4rem);
  padding-right: 10rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .page-template__wrapper .page__hero {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 835px) {
  .page-template__wrapper .page__hero {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 601px) {
  .page-template__wrapper .page__hero {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.button, button {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
}
.button[disabled], button[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}

button.button--primary, .button--primary, input[type=submit] {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: 0.1rem solid var(--primary) !important;
}
button.button--primary[disabled], .button--primary[disabled], input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--primary:hover:not(:disabled), button.button--primary:hover:not([disabled]), .button--primary:hover:not(:disabled), .button--primary:hover:not([disabled]), input[type=submit]:hover:not(:disabled), input[type=submit]:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}

button.button--secondary, .button--secondary {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
}
button.button--secondary[disabled], .button--secondary[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--secondary:hover:not(:disabled), button.button--secondary:hover:not([disabled]), .button--secondary:hover:not(:disabled), .button--secondary:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}

button.button--tertiary, .button--tertiary {
  color: #1A1B1C !important;
  background: #FFFFFF !important;
  border: 0.1rem solid #FFFFFF !important;
  border-radius: 2rem !important;
  padding: 0 !important;
}
button.button--tertiary a, .button--tertiary a {
  padding: 0.75rem 2rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
button.button--tertiary img, .button--tertiary img {
  width: 1.2rem;
  filter: brightness(0) !important;
  opacity: 0.8 !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--tertiary:hover:not(:disabled), button.button--tertiary:hover:not([disabled]), .button--tertiary:hover:not(:disabled), .button--tertiary:hover:not([disabled]) {
    background: #1A1B1C !important;
    color: #F2F2F2 !important;
  }
  button.button--tertiary:hover:not(:disabled) img, button.button--tertiary:hover:not([disabled]) img, .button--tertiary:hover:not(:disabled) img, .button--tertiary:hover:not([disabled]) img {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
  }
}

button.button--icon, .button--icon {
  width: 2.4rem !important;
  height: 2.4rem !important;
  border-radius: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
button.button--icon.no-link, .button--icon.no-link {
  padding: 0 !important;
}
button.button--icon img, .button--icon img {
  width: 90%;
}
button.button--icon::before, .button--icon::before {
  display: none !important;
}
button.button--icon:focus, .button--icon:focus {
  box-shadow: none !important;
}
button.button--icon.button--icon--primary, .button--icon.button--icon--primary {
  background: var(--secondary) !important;
  color: #FFFFFF !important;
  padding: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--icon.button--icon--primary:hover, .button--icon.button--icon--primary:hover {
    background: #393843 !important;
  }
}

button.button--switch__wrapper, .button--switch__wrapper {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem !important;
}
button.button--switch__wrapper .button--switch, .button--switch__wrapper .button--switch {
  background: none !important;
  color: #8D8B9F !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border: 1px solid #8D8B9F !important;
  flex-grow: 1;
  padding: 0 !important;
}
button.button--switch__wrapper .button--switch:first-of-type, .button--switch__wrapper .button--switch:first-of-type {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
button.button--switch__wrapper .button--switch:last-of-type, .button--switch__wrapper .button--switch:last-of-type {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}
button.button--switch__wrapper .button--switch a, .button--switch__wrapper .button--switch a {
  width: 100%;
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
}
@media (hover: hover) and (pointer: fine) {
  button.button--switch__wrapper .button--switch a:hover, .button--switch__wrapper .button--switch a:hover {
    font-weight: 500 !important;
    text-decoration: none !important;
  }
}
button.button--switch__wrapper .button--switch a img, .button--switch__wrapper .button--switch a img {
  width: 0.9rem;
  margin-bottom: 1px;
}
button.button--switch__wrapper .button--switch.active, .button--switch__wrapper .button--switch.active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #FFFFFF !important;
}
button.button--switch__wrapper .button--switch:not(.active) img, .button--switch__wrapper .button--switch:not(.active) img {
  filter: brightness(0.6);
}
@media (hover: hover) and (pointer: fine) {
  button.button--switch__wrapper .button--switch:not(.active):hover, .button--switch__wrapper .button--switch:not(.active):hover {
    background: var(--base) !important;
  }
}

.has-tooltip {
  position: relative !important;
  overflow: visible !important;
}
.has-tooltip::after {
  content: attr(aria-label);
  background: #1A1B1C;
  color: #F2F2F2;
  font-family: "Inter", sans-serif !important;
  border-radius: 0.3rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
  text-transform: initial;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -1.5rem;
  left: 75%;
  display: block;
  height: auto;
  width: auto;
  z-index: 3;
}
.has-tooltip.tooltip-right::after {
  left: auto;
  right: 50%;
}
.has-tooltip.tooltip-inlines::after {
  left: auto;
  right: auto;
  bottom: auto;
  top: 85%;
  max-width: 95%;
  white-space: normal;
  font-size: 0.75rem;
}
.has-tooltip.tooltip-help {
  position: absolute !important;
  top: 0;
  right: 0;
  cursor: help;
  color: var(--secondary);
}
@media (hover: hover) and (pointer: fine) {
  .has-tooltip.tooltip-help:hover {
    color: var(--primary);
  }
}
.has-tooltip.tooltip-help::after {
  white-space: normal;
  width: auto;
  min-width: 15rem;
  max-width: 30rem;
  height: auto;
  display: table;
  max-width: 30rem;
  font-size: 0.9rem !important;
  letter-spacing: 0;
  top: 0.3rem;
  left: auto;
  right: 100%;
}
.has-tooltip:hover::after {
  opacity: 1;
  transition: all 0.1s 0.5s ease;
  visibility: visible;
}

.form-row:has(.tooltip-help) {
  overflow: visible;
  position: relative;
}

.ui-tooltip {
  z-index: 4 !important;
}

button.button--delete-object, .button--delete-object, button.button--history, .button--history {
  width: 2.8rem !important;
  height: 2.8rem !important;
  border-radius: 100% !important;
  background: var(--secondary) !important;
  color: #FFFFFF !important;
  font-size: 1.3rem !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (hover: hover) and (pointer: fine) {
  button.button--delete-object:hover, .button--delete-object:hover, button.button--history:hover, .button--history:hover {
    background: #393843 !important;
    text-decoration: none !important;
  }
}

button.button--edit-object i, .button--edit-object i {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}

button.button--navigation, .button--navigation {
  width: 100% !important;
  padding: 0.25rem 0.5rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem !important;
  color: #393843 !important;
  border-radius: 0.5rem !important;
}
button.button--navigation img, button.button--navigation svg, .button--navigation img, .button--navigation svg {
  width: 1.75rem;
  opacity: 0.7;
}
button.button--navigation img, .button--navigation img {
  filter: grayscale(0.9);
}
button.button--navigation svg.stroked path, .button--navigation svg.stroked path {
  stroke: #393843;
}
button.button--navigation svg:not(.stroked) path, .button--navigation svg:not(.stroked) path {
  fill: #393843;
}
button.button--navigation svg path.stroked, .button--navigation svg path.stroked {
  stroke: #393843;
}
@media (hover: hover) and (pointer: fine) {
  button.button--navigation:hover, .button--navigation:hover {
    background: #F2F2F2 !important;
    color: #8D8B9F !important;
    display: flex !important;
  }
  button.button--navigation:hover svg, .button--navigation:hover svg {
    opacity: 1;
  }
  button.button--navigation:hover svg.stroked path, .button--navigation:hover svg.stroked path {
    stroke: #8D8B9F;
  }
  button.button--navigation:hover svg:not(.stroked) path, .button--navigation:hover svg:not(.stroked) path {
    fill: #8D8B9F;
  }
  button.button--navigation:hover svg path.stroked, .button--navigation:hover svg path.stroked {
    stroke: #8D8B9F;
  }
}
button.button--navigation.active, .button--navigation.active {
  background: #F2F2F2 !important;
  color: var(--primary) !important;
}
button.button--navigation.active svg, .button--navigation.active svg {
  opacity: 1;
}
button.button--navigation.active svg.stroked path, .button--navigation.active svg.stroked path {
  stroke: var(--primary);
}
button.button--navigation.active svg:not(.stroked) path, .button--navigation.active svg:not(.stroked) path {
  fill: var(--primary);
}
button.button--navigation.active svg path.stroked, .button--navigation.active svg path.stroked {
  stroke: var(--primary);
}
button.button--navigation.active img, .button--navigation.active img {
  opacity: 1;
  filter: none;
}

button.button--navigation-item, .button--navigation-item {
  white-space: nowrap;
  display: flex !important;
  flex-grow: 1;
  padding: 0.25rem 3rem 0.25rem 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--navigation-item:hover, .button--navigation-item:hover {
    display: flex !important;
    color: var(--secondary) !important;
  }
}
button.button--navigation-item.active, .button--navigation-item.active {
  color: var(--primary) !important;
}

.link-element {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  text-decoration: underline !important;
}
.link-element.color--primary {
  color: var(--primary) !important;
}
.link-element.color--secondary {
  color: var(--secondary) !important;
}
.link-element.size--inherit {
  font-size: inherit !important;
}
@media (hover: hover) and (pointer: fine) {
  .link-element:hover {
    text-decoration: none !important;
  }
}
.link-element--arrow-back {
  width: auto;
  padding-left: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  letter-spacing: -0.054rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 601px) {
  .link-element--arrow-back {
    padding-left: 3.2rem;
  }
}
.link-element--arrow-back::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://public-images.brainstem.org/images/icons/icon_arrow-right.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 601px) {
  .link-element--arrow-back::before {
    width: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-element--arrow-back:hover::before {
    transform: translateX(-0.5rem);
  }
}

button.button--main-action, .button--main-action {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  border: 0.1rem solid #1A1B1C !important;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
}
button.button--main-action[disabled], .button--main-action[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
button.button--main-action.no-icon, .button--main-action.no-icon {
  padding-right: 1rem !important;
}
button.button--main-action::before, .button--main-action::before {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  button.button--main-action:hover:not(:disabled), button.button--main-action:hover:not([disabled]), .button--main-action:hover:not(:disabled), .button--main-action:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
  }
  button.button--main-action:hover:not(:disabled):before, button.button--main-action:hover:not([disabled]):before, .button--main-action:hover:not(:disabled):before, .button--main-action:hover:not([disabled]):before {
    background-color: var(--secondary) !important;
  }
}

button.button--inline-navigation, .button--inline-navigation {
  width: 100%;
  border-radius: 0.5rem;
  background: var(--base);
  border: none;
  padding: 0.75rem 1.5rem 0.5rem 1.75rem;
  color: #8D8B9F !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  line-height: 1.8 !important;
  font-weight: 600;
  transition: all 0.3s ease;
  overflow: visible !important;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  button.button--inline-navigation, .button--inline-navigation {
    max-width: 20rem;
    width: auto;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    height: 100%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) and (max-width: 601px) {
  button.button--inline-navigation, .button--inline-navigation {
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  button.button--inline-navigation::after, .button--inline-navigation::after {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  button.button--inline-navigation, .button--inline-navigation {
    max-width: 20rem;
    width: auto;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    height: 100%;
  }
}
@media screen and (max-width: 835px) and (max-width: 601px) {
  button.button--inline-navigation, .button--inline-navigation {
    line-height: 1.5;
  }
}
@media screen and (max-width: 835px) {
  button.button--inline-navigation::after, .button--inline-navigation::after {
    display: none !important;
  }
}
button.button--inline-navigation .inline-navigation-item__grab, .button--inline-navigation .inline-navigation-item__grab {
  height: calc(100% + 1.25rem);
  width: auto;
  padding: 5px;
  margin: -0.25rem 0.5rem 0 -1.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #FFFFFF;
  border-radius: 0.25rem 0 0 0.25rem;
  transition: all 0.3s ease;
  cursor: move;
}
button.button--inline-navigation .inline-navigation-item__grab img, .button--inline-navigation .inline-navigation-item__grab img {
  width: 5px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  button.button--inline-navigation .inline-navigation-item__grab:hover:not(:disabled), button.button--inline-navigation .inline-navigation-item__grab:hover:not([disabled]), .button--inline-navigation .inline-navigation-item__grab:hover:not(:disabled), .button--inline-navigation .inline-navigation-item__grab:hover:not([disabled]) {
    background: var(--secondary) !important;
  }
  button.button--inline-navigation .inline-navigation-item__grab:hover:not(:disabled) img, button.button--inline-navigation .inline-navigation-item__grab:hover:not([disabled]) img, .button--inline-navigation .inline-navigation-item__grab:hover:not(:disabled) img, .button--inline-navigation .inline-navigation-item__grab:hover:not([disabled]) img {
    filter: brightness(0) invert(1);
  }
}
button.button--inline-navigation span, .button--inline-navigation span {
  position: relative;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
button.button--inline-navigation::before, .button--inline-navigation::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s ease;
  background-image: url("https://public-images.brainstem.org/images/icons/icon-chevron-right.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  button.button--inline-navigation:not(.selected):hover:not(:disabled), button.button--inline-navigation:not(.selected):hover:not([disabled]), .button--inline-navigation:not(.selected):hover:not(:disabled), .button--inline-navigation:not(.selected):hover:not([disabled]) {
    color: var(--secondary) !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
  button.button--inline-navigation:not(.selected):hover:not(:disabled)::before, button.button--inline-navigation:not(.selected):hover:not([disabled])::before, .button--inline-navigation:not(.selected):hover:not(:disabled)::before, .button--inline-navigation:not(.selected):hover:not([disabled])::before {
    filter: grayscale(0.4);
    transform: translateX(0.25rem);
  }
}
button.button--inline-navigation.selected, .button--inline-navigation.selected {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}
button.button--inline-navigation.selected::before, .button--inline-navigation.selected::before {
  opacity: 1;
  filter: brightness(0) invert(1);
}
button.button--inline-navigation.ui-sortable-helper, .button--inline-navigation.ui-sortable-helper {
  cursor: move;
}
button.button--inline-navigation.ui-sortable-helper .inline-navigation-item__grab, .button--inline-navigation.ui-sortable-helper .inline-navigation-item__grab {
  background: #1A1B1C;
}
button.button--inline-navigation.ui-sortable-helper .inline-navigation-item__grab img, .button--inline-navigation.ui-sortable-helper .inline-navigation-item__grab img {
  filter: brightness(0) invert(1);
}

button.button--approval {
  background: #259543 !important;
  border-color: #259543 !important;
}

button.button--rejection {
  background: #FF5757 !important;
  border-color: #FF5757 !important;
}

button.button--options {
  padding-right: 0.5rem;
}
button.button--options.active {
  background: #393843 !important;
  border-color: #393843 !important;
}
button.button--options.active svg {
  transform: rotateX(180deg);
}
@media screen and (max-width: 601px) {
  button.button--options.active svg {
    transform: rotateX(0deg);
  }
}
button.button--options svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.25rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 601px) {
  button.button--options svg {
    transform: rotateX(180deg);
  }
}

.button--options__wrapper {
  position: relative;
}
.button--options__wrapper .button--options__dropdown {
  width: auto;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 601px) {
  .button--options__wrapper .button--options__dropdown {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .button--options__wrapper .button--options__dropdown {
    top: auto;
    bottom: 100%;
  }
}
.button--options__wrapper .button--options__dropdown li {
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .button--options__wrapper .button--options__dropdown li:hover {
    color: var(--secondary);
  }
}

.tag-component--link {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .tag-component--link {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tag-component--link:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}

.tag-component {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media screen and (max-width: 601px) {
  .tag-component {
    line-height: 1.5;
  }
}

.tag-component--filter {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 500;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media screen and (max-width: 601px) {
  .tag-component--filter {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tag-component--filter:hover {
    background: rgba(var(--base), 0.5) !important;
    border-color: rgba(var(--secondary), 0.5) !important;
  }
}
.tag-component--filter.selected {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border-color: var(--primary) !important;
}

.select2-selection__choice {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
  font-weight: 500;
}
@media screen and (max-width: 601px) {
  .select2-selection__choice {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .select2-selection__choice:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
@media screen and (max-width: 601px) {
  .select2-selection__choice {
    max-width: 55vw;
  }
}
.select2-selection__choice .select2-selection__choice__remove {
  color: #4550B6 !important;
  font-size: 1rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 0.8;
  }
}

.tag--super-admin {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  padding: 0.75rem 1.5rem !important;
  gap: 0.75rem !important;
  border-radius: 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  letter-spacing: -0.03rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 601px) {
  .tag--super-admin {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .tag--super-admin {
    width: 3.2rem !important;
    height: 3.2rem !important;
    padding: 0.75rem !important;
  }
}

input:not([type=button], [type=submit], .select2-search__field), select:not([type=button], [type=submit], .select2-search__field), textarea:not([type=button], [type=submit], .select2-search__field), .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field) {
  background: none !important;
  border: none !important;
  outline: none !important;
  color: inherit !important;
  border-radius: 0.5rem !important;
  background: none !important;
  box-shadow: none !important;
  border: 1px solid #8D8B9F !important;
  color: #393843 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.75rem !important;
  margin: 0 !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}
@media screen and (max-width: 601px) {
  input:not([type=button], [type=submit], .select2-search__field), select:not([type=button], [type=submit], .select2-search__field), textarea:not([type=button], [type=submit], .select2-search__field), .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field) {
    min-width: 8rem !important;
  }
}
input:not([type=button], [type=submit], .select2-search__field)::placeholder, select:not([type=button], [type=submit], .select2-search__field)::placeholder, textarea:not([type=button], [type=submit], .select2-search__field)::placeholder, .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field)::placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
input:not([type=button], [type=submit], .select2-search__field):focus, select:not([type=button], [type=submit], .select2-search__field):focus, textarea:not([type=button], [type=submit], .select2-search__field):focus, .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field):focus {
  border-color: var(--secondary) !important;
}
input:not([type=button], [type=submit], .select2-search__field)[aria-invalid=true], select:not([type=button], [type=submit], .select2-search__field)[aria-invalid=true], textarea:not([type=button], [type=submit], .select2-search__field)[aria-invalid=true], .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field)[aria-invalid=true] {
  border: 2px solid #FF5757 !important;
}
input[type=checkbox] + label:before, select[type=checkbox] + label:before, textarea[type=checkbox] + label:before, .select2-container--jet .select2-selection[type=checkbox] + label:before {
  font-size: 1rem !important;
  color: var(--secondary) !important;
}
input[type=checkbox]:checked + label:before, select[type=checkbox]:checked + label:before, textarea[type=checkbox]:checked + label:before, .select2-container--jet .select2-selection[type=checkbox]:checked + label:before {
  color: var(--primary) !important;
}
input[type=radio], select[type=radio], textarea[type=radio], .select2-container--jet .select2-selection[type=radio] {
  width: auto !important;
  accent-color: var(--primary);
}
input:read-only:not([type=button], [type=submit], .select2-selection, select), select:read-only:not([type=button], [type=submit], .select2-selection, select), textarea:read-only:not([type=button], [type=submit], .select2-selection, select), .select2-container--jet .select2-selection:read-only:not([type=button], [type=submit], .select2-selection, select) {
  padding: 0 !important;
  border: none !important;
}
input[type=file], select[type=file], textarea[type=file], .select2-container--jet .select2-selection[type=file] {
  border-radius: 0 !important;
}
input.cke_source, select.cke_source, textarea.cke_source, .select2-container--jet .select2-selection.cke_source {
  box-sizing: border-box !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
}

.ck-source-editing-area textarea {
  box-sizing: border-box !important;
  height: 100% !important;
}

label {
  font-weight: 600;
}
label:has(input[type=radio]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}

textarea {
  min-width: 100%;
  max-width: 100%;
}

.input--editable {
  width: 100%;
}
.input--editable .form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 !important;
  margin: 0 !important;
}
.input--editable .form-row label {
  pointer-events: none !important;
}
.input--editable .form-row .input--editable__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
  row-gap: 0.25rem;
  position: relative;
}
.input--editable .form-row .input--editable__wrapper .errorlist {
  width: 100%;
}
.input--editable .form-row .input--editable__wrapper .input--editable__input-group {
  width: auto;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 601px) {
  .input--editable .form-row .input--editable__wrapper .input--editable__input-group {
    width: 100% !important;
    display: flex;
  }
}
.input--editable .form-row .input--editable__wrapper .input--editable__input-group input {
  width: 100%;
  flex-shrink: 1;
  padding-right: 2rem !important;
}
@media screen and (max-width: 601px) {
  .input--editable .form-row .input--editable__wrapper .input--editable__input-group input:not(.select2-search__field) {
    width: 100% !important;
    flex-shrink: 0;
    flex-grow: 1 !important;
  }
}
.input--editable .form-row .input--editable__wrapper .input--editable__input-group .select2-selection--multiple {
  width: 100%;
  flex-shrink: 1;
  min-height: 2.85rem;
}
@media screen and (max-width: 601px) {
  .input--editable .form-row .input--editable__wrapper .input--editable__input-group .select2 {
    flex-grow: 1 !important;
  }
}
.input--editable .form-row .input--editable__wrapper .input--editable__input-group .input-edit {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  color: var(--primary);
  pointer-events: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .input--editable .form-row .input--editable__wrapper .input--editable__input-group:hover .input-edit {
    opacity: 1;
  }
}
.input--editable .form-row .input--editable__wrapper .input--editable__actions {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  position: absolute;
  right: 0.5rem;
  z-index: 2;
}
.input--editable .form-row .input--editable__wrapper .input--editable__actions .input--editable__button {
  width: 1.8rem !important;
  height: 2.8rem !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 1.2rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.input--editable .form-row .input--editable__wrapper .input--editable__actions .input--editable__button i {
  color: var(--primary);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .input--editable .form-row .input--editable__wrapper .input--editable__actions .input--editable__button:hover i {
    color: var(--secondary);
  }
}
.input--editable--multiple .form-row {
  overflow: visible;
}
@media screen and (max-width: 601px) {
  .input--editable--multiple .form-row .input--editable__wrapper .input--editable__input-group {
    flex-direction: column;
  }
}
.input--editable--multiple .form-row .input--editable__wrapper .input--editable__input-group .input-edit {
  top: 0;
  right: 0;
}
.input--editable--multiple .form-row .input--editable__wrapper .input--editable__input-group .input--editable__actions {
  top: -0.3rem;
  right: 0;
}
.input--editable--multiple .form-row .input--editable__wrapper .input--editable__input-group .input--editable__actions .input--editable__button {
  height: 1.8rem !important;
}
.input--editable--multiple .related-fields__secondary {
  margin-left: 1rem;
}
@media screen and (max-width: 601px) {
  .input--editable--multiple .related-fields__secondary {
    margin-left: 0;
  }
}
.input--editable--multiple .related-fields__secondary:before {
  top: auto;
  left: -1.25rem;
}
@media screen and (max-width: 601px) {
  .input--editable--multiple .related-fields__secondary:before {
    left: calc(50% - 0.5rem);
  }
}

.errorlist {
  margin: 0 !important;
  padding: 0 !important;
  color: #FF5757 !important;
}

.selectize-control .selectize-input {
  background: none !important;
  border: none !important;
  outline: none !important;
  color: inherit !important;
  border-radius: 0.5rem !important;
  background: none !important;
  box-shadow: none !important;
  border: 1px solid #8D8B9F !important;
  color: #393843 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.385rem !important;
  min-height: 2.85rem !important;
  margin: 0 !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.selectize-control .selectize-input::placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.selectize-control .selectize-input:focus {
  border-color: var(--secondary) !important;
}
.selectize-control .selectize-input[aria-invalid=true] {
  border: 2px solid #FF5757 !important;
}
.selectize-control .selectize-input .item {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 601px) {
  .selectize-control .selectize-input .item {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .selectize-control .selectize-input .item:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
.selectize-control .selectize-input .item .remove {
  color: #4550B6 !important;
  font-size: 1rem !important;
  padding: 2px 0 0 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .selectize-control .selectize-input .item .remove:hover {
    opacity: 0.8;
    background: none !important;
  }
}
.selectize-control .selectize-input input {
  width: auto !important;
  max-width: 100% !important;
  flex-shrink: 0;
}
.selectize-control .selectize-dropdown {
  margin-top: -5px;
  border-color: #8D8B9F !important;
}
.selectize-control .selectize-dropdown [data-selectable].active {
  background: var(--secondary) !important;
  color: #FFFFFF !important;
}

.datetime, .field-birth_date, .field-death_date, .field-publication_date, .date {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
}
.datetime input, .field-birth_date input, .field-death_date input, .field-publication_date input, .date input {
  flex-grow: 1;
  min-height: 3rem;
}
.datetime .vDateField, .field-birth_date .vDateField, .field-death_date .vDateField, .field-publication_date .vDateField, .date .vDateField {
  background-image: url("https://public-images.brainstem.org/images/icons/icon_date.svg") !important;
  background-size: 1.4rem auto !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 601px) {
  .datetime .vDateField, .field-birth_date .vDateField, .field-death_date .vDateField, .field-publication_date .vDateField, .date .vDateField {
    background-position: 95% center !important;
  }
}
.datetime .vTimeField, .field-birth_date .vTimeField, .field-death_date .vTimeField, .field-publication_date .vTimeField, .date .vTimeField {
  background-image: url("https://public-images.brainstem.org/images/icons/icon_time.svg") !important;
  background-size: 1.4rem auto !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 601px) {
  .datetime .vTimeField, .field-birth_date .vTimeField, .field-death_date .vTimeField, .field-publication_date .vTimeField, .date .vTimeField {
    background-position: 95% center !important;
  }
}
.datetime .vDateField-link, .datetime .vTimeField-link, .field-birth_date .vDateField-link, .field-birth_date .vTimeField-link, .field-death_date .vDateField-link, .field-death_date .vTimeField-link, .field-publication_date .vDateField-link, .field-publication_date .vTimeField-link, .date .vDateField-link, .date .vTimeField-link {
  height: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none !important;
  display: none !important;
}
.datetime .vDateField-link span, .datetime .vTimeField-link span, .field-birth_date .vDateField-link span, .field-birth_date .vTimeField-link span, .field-death_date .vDateField-link span, .field-death_date .vTimeField-link span, .field-publication_date .vDateField-link span, .field-publication_date .vTimeField-link span, .date .vDateField-link span, .date .vTimeField-link span {
  background: none !important;
  color: var(--primary) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .datetime .vDateField-link:hover, .datetime .vTimeField-link:hover, .field-birth_date .vDateField-link:hover, .field-birth_date .vTimeField-link:hover, .field-death_date .vDateField-link:hover, .field-death_date .vTimeField-link:hover, .field-publication_date .vDateField-link:hover, .field-publication_date .vTimeField-link:hover, .date .vDateField-link:hover, .date .vTimeField-link:hover {
    text-decoration: none !important;
  }
  .datetime .vDateField-link:hover span, .datetime .vTimeField-link:hover span, .field-birth_date .vDateField-link:hover span, .field-birth_date .vTimeField-link:hover span, .field-death_date .vDateField-link:hover span, .field-death_date .vTimeField-link:hover span, .field-publication_date .vDateField-link:hover span, .field-publication_date .vTimeField-link:hover span, .date .vDateField-link:hover span, .date .vTimeField-link:hover span {
    background: none !important;
    color: var(--secondary) !important;
  }
}

.datetime .vDateField-link, .date .vDateField-link {
  right: auto;
  left: calc(50% - 3.2rem);
}
@media screen and (max-width: 601px) {
  .datetime .vDateField-link, .date .vDateField-link {
    right: 0;
    left: auto;
    top: 0;
  }
}

.field-image div:not([class]) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5rem;
}
.field-image div:not([class]) .file-upload {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5rem;
}

#changelist-filter {
  display: none !important;
}

.changelist-filter-select-wrapper {
  margin: 0 !important;
}

.select2-container--jet {
  min-width: 4rem !important;
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
  z-index: 2;
}
@media screen and (max-width: 601px) {
  .select2-container--jet {
    width: 100% !important;
  }
}
.select2-container--jet.select2-container--open {
  z-index: 5;
}
.select2-container--jet .select2-dropdown {
  box-shadow: 0 0 0.48571rem 0 rgba(0, 0, 0, 0.05) !important;
}
.select2-container--jet .select2-dropdown--below {
  border: 1px solid #8D8B9F;
  top: -0.35rem !important;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.select2-container--jet .select2-selection {
  padding: 0.5rem !important;
}
@media screen and (max-width: 601px) {
  .select2-container--jet .select2-selection {
    max-width: 90vw !important;
  }
}
.select2-container--jet .select2-selection .select2-selection__rendered {
  color: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
  width: 100% !important;
}
.select2-container--jet .select2-selection.select2-selection--multiple {
  padding: 0.385rem 0.75rem !important;
}
.select2-container--jet .select2-selection.select2-selection--multiple ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.select2-container--jet .select2-selection.select2-selection--multiple ul li {
  margin: 0 !important;
}
.select2-container--jet .select2-selection.select2-selection--multiple ul .ui-state-highlight {
  background: var(--secondary) !important;
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.select2-container--jet .select2-selection.select2-selection--multiple ul.ui-sortable li {
  cursor: move;
}
.select2-container--jet .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
  position: absolute;
  z-index: -1;
}

.select2-selection {
  min-height: 2.85rem !important;
}
.select2-selection .select2-selection__arrow {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  right: 0.5rem !important;
}
.select2-selection .select2-selection__arrow b:before {
  color: var(--secondary) !important;
}

.select2-buttons {
  background: #F2F2F2 !important;
}
.select2-buttons a {
  color: var(--primary) !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.select2-container--jet .select2-results__option[aria-selected=true] {
  color: var(--primary) !important;
}

.select2-container--jet .select2-results__option--highlighted[aria-selected], .select2-container--jet .select2-results__option--highlighted[aria-selected=true] {
  background: var(--secondary) !important;
  color: #FFFFFF !important;
}

.select2-results .select2-results__options {
  width: 100%;
  overflow-x: hidden;
}
.select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: var(--base);
}
.select2-results .select2-results__options::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--base);
}
.select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.select2-results .select2-results__options .select2-results__option .select2-results__group {
  background: var(--base);
  font-weight: 500;
  text-transform: capitalize;
}

.login-signup__form__body input, .login-signup__form__body select, .login-signup__form__body textarea {
  border: 0.1rem solid #8D8B9F;
  color: #1A1B1C;
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  padding: 1.2rem;
  margin: 0;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1194px) and (orientation: portrait) {
  .login-signup__form__body input, .login-signup__form__body select, .login-signup__form__body textarea {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (min-width: 1194px) and (orientation: portrait) and (max-width: 601px) {
  .login-signup__form__body input, .login-signup__form__body select, .login-signup__form__body textarea {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .login-signup__form__body input, .login-signup__form__body select, .login-signup__form__body textarea {
    padding: 1.6rem;
  }
}
.login-signup__form__body input::placeholder, .login-signup__form__body select::placeholder, .login-signup__form__body textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
.login-signup__form__body input:focus, .login-signup__form__body select:focus, .login-signup__form__body textarea:focus {
  border-color: var(--primary) !important;
  color: #1A1B1C !important;
  box-shadow: none !important;
}
.login-signup__form__body input[aria-invalid=true], .login-signup__form__body input.error, .login-signup__form__body select[aria-invalid=true], .login-signup__form__body select.error, .login-signup__form__body textarea[aria-invalid=true], .login-signup__form__body textarea.error {
  border: 0.2rem solid #FF5757;
}
.login-signup__form__body label {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1194px) and (orientation: portrait) {
  .login-signup__form__body label {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (min-width: 1194px) and (orientation: portrait) and (max-width: 601px) {
  .login-signup__form__body label {
    line-height: 1.5;
  }
}
.login-signup__form__body button {
  min-width: 13.5rem;
}
@media screen and (min-width: 1194px) and (orientation: portrait) {
  .login-signup__form__body button {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (min-width: 1194px) and (orientation: portrait) and (max-width: 601px) {
  .login-signup__form__body button {
    line-height: 1.5;
  }
}

.related-widget-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
  position: relative;
}
.related-widget-wrapper label {
  order: 1;
  margin-bottom: 0;
}
.related-widget-wrapper select, .related-widget-wrapper .select2 {
  order: 2;
  width: auto !important;
  flex-grow: 1 !important;
}
.related-widget-wrapper .add-related {
  order: 3;
  margin: 0 !important;
  width: auto;
  height: auto;
  z-index: 2;
}
.related-widget-wrapper .add-related span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: var(--secondary);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.related-widget-wrapper .add-related span:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("https://public-images.brainstem.org/images/icons/icon-plus.svg");
  background-size: 1.2rem auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .related-widget-wrapper .add-related span:hover {
    background-color: var(--primary);
  }
}

#name-error-message {
  padding: 0.5rem;
  color: #FF5757;
  font-weight: 500;
}

.errorlist {
  background: none !important;
  color: #FF5757 !important;
  font-weight: 500 !important;
}

.errors {
  display: flex;
}
.errors .errorlist {
  order: 2;
}
.errors label {
  color: #FF5757 !important;
}
.errors input, .errors select, .errors .select2 .selection .select2-selection {
  border-color: #FF5757 !important;
}

.m2m__status-message {
  color: #BFBFBF;
  position: absolute;
  right: 1.5rem;
  top: -2.1rem;
}

.jsoneditor-twbs4-text-button {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0.1rem !important;
  right: 0.1rem !important;
  color: transparent !important;
  width: 1rem !important;
  height: 1rem !important;
  background-image: url("https://public-images.brainstem.org/images/icons/icon-info.svg") !important;
  background-size: 100% auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.re-order-after-save {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  font-weight: 500;
  opacity: 0.6;
}
@media screen and (min-width: 835px) {
  .re-order-after-save {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (min-width: 835px) and (max-width: 601px) {
  .re-order-after-save {
    line-height: 1.5;
  }
}

.ui-widget {
  z-index: 2 !important;
}
.ui-widget .ui-widget-content {
  font-family: "Inter", sans-serif !important;
  color: #8D8B9F;
}
.ui-widget .ui-widget-header {
  background: var(--secondary);
  color: #FFFFFF;
}
.ui-widget button {
  font-weight: 500 !important;
}
.ui-widget button.ui-priority-secondary, .ui-widget button.ui-timepicker-now {
  color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .ui-widget button.ui-priority-secondary:hover, .ui-widget button.ui-timepicker-now:hover {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.ui-widget button.ui-priority-primary, .ui-widget button.ui-timepicker-close {
  color: #FFFFFF !important;
  border: 1px solid var(--primary) !important;
  background: var(--primary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .ui-widget button.ui-priority-primary:hover, .ui-widget button.ui-timepicker-close:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}
.ui-widget .ui-state-hover {
  background: var(--secondary) !important;
  color: #FFFFFF !important;
  border-color: var(--secondary) !important;
}
.ui-widget .ui-state-highlight {
  background: var(--base) !important;
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.ui-widget .ui-state-active {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border-color: var(--primary) !important;
}

.ui-dialog {
  border-radius: 0.75rem;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
}
.ui-dialog .ui-dialog-titlebar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: none !important;
  padding: 0.75rem;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: var(--primary);
}
.ui-dialog .ui-dialog-titlebar button {
  color: #8D8B9F !important;
  right: 0 !important;
}
.ui-dialog .ui-dialog-content {
  padding: 1.5rem 0.75rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .ui-dialog .ui-dialog-content {
    line-height: 1.5;
  }
}
.ui-dialog .ui-dialog-buttonpane {
  background: none;
}
.ui-dialog .ui-dialog-buttonset {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
.ui-dialog .ui-dialog-buttonset button:first-of-type {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: 0.1rem solid var(--primary) !important;
}
.ui-dialog .ui-dialog-buttonset button:first-of-type[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .ui-dialog .ui-dialog-buttonset button:first-of-type:hover:not(:disabled), .ui-dialog .ui-dialog-buttonset button:first-of-type:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}
.ui-dialog .ui-dialog-buttonset button:not(:first-of-type) {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
}
.ui-dialog .ui-dialog-buttonset button:not(:first-of-type)[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .ui-dialog .ui-dialog-buttonset button:not(:first-of-type):hover:not(:disabled), .ui-dialog .ui-dialog-buttonset button:not(:first-of-type):hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}

.messagelist li {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 500 !important;
  display: inline-block !important;
  padding: 0.75rem 2rem 0.75rem 2.5rem !important;
  margin: 0 !important;
  width: auto !important;
  border-left-width: 0.75rem;
  position: relative;
}
@media screen and (max-width: 601px) {
  .messagelist li {
    line-height: 1.5;
  }
}
.messagelist li::after {
  content: "''";
  font-size: 1.5rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
}
.messagelist li a {
  text-decoration: underline !important;
}
.messagelist .success {
  background: #f8fff6 !important;
  border: 1px solid #259543 !important;
  border-left-width: 0.75rem !important;
  color: #259543 !important;
}
.messagelist .success::after {
  content: "\f058";
  color: #259543;
}
.messagelist .error {
  background: #ffebeb !important;
  border: 1px solid #FF5757 !important;
  border-left-width: 0.75rem !important;
  color: #FF5757 !important;
}
.messagelist .error::after {
  content: "\f057";
  color: #FF5757;
}

.errornote {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 500 !important;
  display: inline-block !important;
  padding: 0.75rem 2rem 0.75rem 2.5rem !important;
  width: auto !important;
  max-width: 100% !important;
  background: #ffebeb !important;
  border: 1px solid #FF5757 !important;
  border-left-width: 0.75rem !important;
  color: #FF5757 !important;
  margin: -1rem 0 1rem auto !important;
  position: relative;
}
@media screen and (max-width: 601px) {
  .errornote {
    line-height: 1.5;
  }
}
.errornote::after {
  content: "\f057";
  color: #FF5757;
  font-size: 1.5rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
}
.errornote a {
  text-decoration: underline;
}

.message--warning {
  width: auto;
  height: auto;
  max-width: 35vw;
  border-radius: 0.5rem;
  padding: 0.75rem 2rem 0.75rem 2.5rem;
  position: relative;
  border: 1px solid #FFCF24;
  border-left-width: 0.75rem;
  background: #f5e9c0;
}
@media screen and (max-width: 835px) {
  .message--warning {
    max-width: 50vw;
  }
}
@media screen and (max-width: 601px) {
  .message--warning {
    max-width: 100%;
    padding: 3rem 0.75rem 0.75rem 0.75rem;
  }
}
.message--warning span {
  font-size: 0.95rem;
  white-space: pre-wrap;
}
.message--warning .message__hide {
  position: absolute !important;
  top: 0;
  right: 0;
}
.message--warning::after {
  content: "\f06a";
  font-size: 1.5rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
  color: #FFCF24;
}

.breadcrumbs {
  font-family: "Inter", sans-serif !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: capitalize !important;
  margin: 0 !important;
  padding: 0.5rem !important;
  font-weight: 400 !important;
  max-width: 50vw;
  white-space: initial !important;
}
@media screen and (max-width: 601px) {
  .breadcrumbs {
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .breadcrumbs {
    max-width: 70vw;
  }
}
@media screen and (max-width: 835px) {
  .breadcrumbs {
    max-width: 70vw;
  }
}
@media screen and (max-width: 601px) {
  .breadcrumbs {
    max-width: 100%;
  }
}
.breadcrumbs a {
  color: #FFFFFF !important;
}
.breadcrumbs .breadcrumbs-separator {
  color: #FFFFFF !important;
  font-size: inherit !important;
  margin: 0 0.25rem !important;
}

form.form--create {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
  width: auto;
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
  display: inline-flex;
}
@media screen and (max-width: 601px) {
  form.form--create {
    width: 100%;
  }
}
form.form--create .form__header {
  width: 100%;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  padding-bottom: 1rem;
}
form.form--create h1 {
  color: #1A1B1C !important;
}
form.form--create .form__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
form.form--create .form__body fieldset {
  padding: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
}
form.form--create .form__body h5 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: initial;
  color: var(--primary);
}
form.form--create .form__body p {
  font-weight: 500;
}
form.form--create .form__body .form-row {
  padding: 0.75rem 0;
  width: 100%;
  overflow: visible;
}
form.form--create .form__body .form-row div:not([class]) {
  width: 100% !important;
}
form.form--create .form__body .form-row:has(#name-error-message:not(:empty)) label {
  color: #FF5757 !important;
}
form.form--create .form__body .form-row:has(#name-error-message:not(:empty)) input {
  border-color: #FF5757 !important;
}
@media screen and (max-width: 601px) {
  form.form--create .form__body .form-row.disabled-field:before {
    top: 0;
  }
}
form.form--create .form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5rem;
}
form.form--create .related-fields__secondary:before {
  top: 0;
  left: calc(50% - 0.5rem);
  transform: none;
}

.modal .modal-dialog {
  top: 35%;
  font-family: "Inter", sans-serif !important;
  color: #393843 !important;
}
.modal .modal-dialog .modal-content {
  border-radius: 0.75rem;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 3rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  color: var(--primary);
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .modal .modal-dialog .modal-content .modal-body p {
    line-height: 1.5;
  }
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 1.5rem;
  border: none;
}
.modal .modal-dialog .modal-content .btn-default {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
}
.modal .modal-dialog .modal-content .btn-default[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .modal .modal-dialog .modal-content .btn-default:hover:not(:disabled), .modal .modal-dialog .modal-content .btn-default:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.modal .modal-dialog .modal-content .btn-danger {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: 0.1rem solid var(--primary) !important;
}
.modal .modal-dialog .modal-content .btn-danger[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .modal .modal-dialog .modal-content .btn-danger:hover:not(:disabled), .modal .modal-dialog .modal-content .btn-danger:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}

.custom-content__title:has(.help-modal__trigger), .list-view__header__title:has(.help-modal__trigger) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  display: flex !important;
  gap: 0.25rem;
}

.help-modal__trigger {
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  margin: 0 0.25rem;
}
.help-modal__trigger i {
  font-size: 1.6rem;
  color: #1A1B1C;
}
@media screen and (max-width: 601px) {
  .help-modal__trigger i {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .help-modal__trigger:hover {
    color: var(--secondary);
  }
}

.help-modal__wrapper {
  width: 100vw;
  height: 100vh;
  background: rgba(26, 27, 28, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.help-modal__wrapper .help-modal__modal {
  width: 60vw;
  max-width: 1024px;
  height: auto;
  min-height: 30rem;
  max-height: 85vh;
  border-radius: 0.75rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 1.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .help-modal__wrapper .help-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 835px) {
  .help-modal__wrapper .help-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 601px) {
  .help-modal__wrapper .help-modal__modal {
    width: 90vw;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header {
  width: 100%;
  position: relative;
  padding: 0 1.5rem 1rem 0;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
}
.help-modal__wrapper .help-modal__modal .help-modal__header:has(.help-modal__tabs) {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 835px) {
  .help-modal__wrapper .help-modal__modal .help-modal__header:has(.help-modal__tabs) {
    padding-right: 0 !important;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__close {
  position: absolute !important;
  top: 0;
  right: 0;
  font-size: 1.5rem !important;
  cursor: pointer !important;
}
@media (hover: hover) and (pointer: fine) {
  .help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__close:hover {
    color: var(--secondary) !important;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__label {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 600;
  color: var(--primary);
}
@media screen and (max-width: 601px) {
  .help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__label {
    line-height: 1.5;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__title {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1A1B1C;
  text-transform: initial;
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs {
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.25rem;
  margin-top: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 835px) {
  .help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs {
    width: 100%;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
  background-color: #F2F2F2;
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs::-webkit-scrollbar-thumb {
  background-color: #BFBFBF;
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs .help-modal__tab {
  border-radius: 0.5rem 0.5rem 0 0 !important;
  background: var(--base) !important;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  color: #8D8B9F !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 600 !important;
  text-transform: initial;
  border: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 601px) {
  .help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs .help-modal__tab {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs .help-modal__tab:hover {
    background: var(--secondary) !important;
    color: #FFFFFF !important;
  }
}
.help-modal__wrapper .help-modal__modal .help-modal__header .help-modal__tabs .help-modal__tab.active {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}
.help-modal__wrapper .help-modal__modal .help-modal__body {
  width: 100%;
  height: auto;
  overflow-y: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
.help-modal__wrapper .help-modal__modal .help-modal__body::-webkit-scrollbar-track {
  background-color: var(--base);
}
.help-modal__wrapper .help-modal__modal .help-modal__body::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.help-modal__wrapper .help-modal__modal .help-modal__body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.help-modal__wrapper .help-modal__modal .help-modal__body p {
  margin-bottom: 1.5rem;
}
.help-modal__wrapper .help-modal__modal .help-modal__body ul, .help-modal__wrapper .help-modal__modal .help-modal__body ol, .help-modal__wrapper .help-modal__modal .help-modal__body li {
  list-style: initial !important;
}
.help-modal__wrapper .help-modal__modal .help-modal__body ul, .help-modal__wrapper .help-modal__modal .help-modal__body ol {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}
.help-modal__wrapper .help-modal__modal .help-modal__body h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.help-modal__wrapper .help-modal__modal .help-modal__body h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
}
.help-modal__wrapper .help-modal__modal .help-modal__body h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 3.2rem;
  letter-spacing: -0.096rem;
  line-height: 3.9rem;
}
.help-modal__wrapper .help-modal__modal .help-modal__body h5 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: initial;
}
.help-modal__wrapper .help-modal__modal .help-modal__body h2, .help-modal__wrapper .help-modal__modal .help-modal__body h3, .help-modal__wrapper .help-modal__modal .help-modal__body h4, .help-modal__wrapper .help-modal__modal .help-modal__body h5, .help-modal__wrapper .help-modal__modal .help-modal__body h6 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.help-modal__wrapper .help-modal__modal .help-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 835px) {
  .help-modal__wrapper .help-modal__modal .help-modal__footer {
    justify-content: center;
  }
}
@media screen and (max-width: 835px) {
  .help-modal__wrapper .help-modal__modal .help-modal__footer a {
    font-size: 0.9rem;
  }
}

.generic-modal__wrapper {
  width: 100vw;
  height: 100vh;
  background: rgba(26, 27, 28, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.generic-modal__modal {
  border-radius: 0.75rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 1.5rem;
  gap: 1rem;
}
@media screen and (max-width: 835px) {
  .generic-modal__modal {
    gap: 1.5rem;
  }
}
.generic-modal__modal .generic-modal__header {
  width: 100%;
  position: relative;
  padding: 1rem 20% 1rem 0;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .generic-modal__modal .generic-modal__header {
    padding: 1rem 1.5rem 1rem 0;
  }
}
.generic-modal__modal .generic-modal__header .generic-modal__close {
  position: absolute !important;
  top: -1rem;
  right: -1rem;
  font-size: 1.5rem !important;
  cursor: pointer !important;
}
@media (hover: hover) and (pointer: fine) {
  .generic-modal__modal .generic-modal__header .generic-modal__close:hover {
    color: var(--secondary) !important;
  }
}
.generic-modal__modal .generic-modal__header .generic-modal__label {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 600;
  color: var(--primary);
}
@media screen and (max-width: 601px) {
  .generic-modal__modal .generic-modal__header .generic-modal__label {
    line-height: 1.5;
  }
}
.generic-modal__modal .generic-modal__header .generic-modal__title {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1A1B1C;
  text-transform: initial;
}
.generic-modal__modal .generic-modal__body {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
.generic-modal__modal .generic-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 835px) {
  .generic-modal__modal .generic-modal__footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
  }
}
.generic-modal__modal .generic-modal__footer .generic-modal__buttons {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 835px) {
  .generic-modal__modal .generic-modal__footer .generic-modal__buttons .button {
    flex-grow: 1;
    justify-content: center;
  }
}
.generic-modal__modal--centered {
  min-height: 0 !important;
}
.generic-modal__modal--centered .generic-modal__header {
  padding: 3rem 0 0;
  align-items: center;
  text-align: center;
  border: none;
}
.generic-modal__modal--centered .generic-modal__body {
  align-items: center;
  text-align: center;
  flex-grow: 0 !important;
}
@media screen and (min-width: 835px) {
  .generic-modal__modal--centered .generic-modal__body {
    font-size: 1.2rem;
  }
}
.generic-modal__modal--centered .generic-modal__footer {
  justify-content: center !important;
  text-align: center;
  padding: 1rem 0;
}

.active-projects-modal__wrapper {
  display: none;
}
.active-projects-modal__wrapper .active-projects-modal__modal {
  width: 50vw;
  max-width: 1024px;
  height: auto;
  min-height: 30rem;
  max-height: 85vh;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .active-projects-modal__wrapper .active-projects-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 1194px) {
  .active-projects-modal__wrapper .active-projects-modal__modal {
    width: 65vw;
  }
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 601px) {
  .active-projects-modal__wrapper .active-projects-modal__modal {
    width: 90vw;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  padding: 0 0 1rem 1rem;
  gap: 1.5rem;
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top {
    align-items: center;
    align-content: center;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__top__left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0;
  gap: 0.5rem;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__select-all label {
  white-space: nowrap;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__reset-selection__button {
  color: var(--primary) !important;
  padding: 0.25rem !important;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__name-filter {
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__name-filter {
    max-width: 100%;
    flex-grow: 1;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__name-filter .active-projects-modal__name-filter__icon {
  position: absolute !important;
  height: 100% !important;
  top: 0;
  right: 0;
  padding: 0.75rem;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__name-filter .active-projects-modal__name-filter__icon svg path {
  fill: var(--secondary);
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__top .active-projects-modal__name-filter .active-projects-modal__name-filter__icon svg:hover path {
  fill: var(--primary);
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list {
  width: 100%;
  height: auto;
  overflow-y: auto;
  flex-shrink: 1;
  flex-grow: 1;
  border-radius: 0.75rem;
  background: #F2F2F2;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 1rem;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list::-webkit-scrollbar-track {
  background-color: var(--base);
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project {
    align-items: flex-start;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__text label {
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: auto;
    max-width: 70%;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__data {
  color: #8D8B9F;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__data {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__data .active-projects-modal__project__data__divider {
    display: none;
  }
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__icons .active-projects-modal__icon {
  width: 1.5rem;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__icons .active-projects-modal__icon svg {
  width: 100%;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__list .active-projects-modal__project .active-projects-modal__project__icons .active-projects-modal__icon--inactive path {
  fill: #BFBFBF;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__project__empty {
  width: 100%;
  padding: 3rem 0;
}
.active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__footer .active-projects-modal__status {
  width: auto;
  flex-grow: 1;
  color: var(--secondary);
}
@media screen and (max-width: 835px) {
  .active-projects-modal__wrapper .active-projects-modal__modal .active-projects-modal__footer .active-projects-modal__status {
    width: 100%;
    text-align: center;
  }
}

.submission-admin-modal__wrapper {
  display: none;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal {
  width: 50vw;
  max-width: 1024px;
  height: auto;
  min-height: 30rem;
  max-height: 85vh;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 1194px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal {
    width: 65vw;
  }
}
@media screen and (max-width: 835px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal {
    width: 85vw;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal {
    width: 90vw;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body {
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow-y: auto;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body::-webkit-scrollbar-track {
  background-color: var(--base);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__form {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 1rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0.75rem;
  flex-grow: 1;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__fieldset textarea {
  flex-grow: 1;
  min-height: 8rem;
}
@media screen and (min-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search label {
  white-space: nowrap;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__field {
  position: relative;
}
@media screen and (min-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__field {
    min-width: 40%;
    max-width: 50%;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__icon {
  position: absolute !important;
  height: 100% !important;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: var(--primary);
  cursor: pointer;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__icon svg path {
  fill: var(--primary);
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__icon:hover {
    color: var(--secondary);
  }
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-search .submission-admin-modal__search__icon:hover svg path {
    fill: var(--secondary);
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list {
  width: 100%;
  height: auto;
  max-height: -webkit-fill-available;
  overflow-y: auto;
  flex-shrink: 1;
  flex-grow: 1;
  border-radius: 0.75rem;
  background: #F2F2F2;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    max-height: 40vh;
    flex-shrink: 0;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list::-webkit-scrollbar-track {
  background-color: var(--base);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list label:has(input[type=radio]) {
  width: calc((100% - 0.75rem) / 2);
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #8D8B9F;
  cursor: pointer;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header {
  width: 100%;
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__label {
  font-family: "Inter", sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.045rem;
  font-weight: 600 !important;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__title {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #1A1B1C;
  text-transform: initial;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__title {
    font-size: 2.2rem !important;
    letter-spacing: -0.066rem !important;
    line-height: 1.1 !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__excerpt {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-size: 1.1rem !important;
  letter-spacing: -0.033rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__excerpt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__header .intro-modal__excerpt {
    line-height: 1.5;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body {
  width: 100%;
  height: auto;
  flex-shrink: 1;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body p {
    line-height: 1.5;
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body a {
  color: var(--secondary) !important;
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body a:hover {
    color: var(--primary) !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body a.link--icon::after {
  content: "\f0c1";
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body ul, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body ol, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body li {
  list-style: initial !important;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body ul, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body ol {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-size: 2.2remimportant;
  letter-spacing: -0.066rem !important;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 3.2rem;
  letter-spacing: -0.096rem;
  line-height: 3.9rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h5 {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  text-transform: initial;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h5 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h5 {
    line-height: 1.5;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h2, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h3, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h4, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h5, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__merge-list .intro-modal__body h6 {
  color: #1A1B1C;
  font-weight: 700;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
  padding-right: 1rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #BFBFBF;
  position: absolute;
  top: 50%;
  left: 0;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps .step {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 100% !important;
  background: #BFBFBF !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  overflow: visible !important;
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps .step:hover {
    background: var(--secondary) !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps .step.active {
  background: var(--secondary) !important;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .intro-modal__steps .step.active::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  border: 2px solid var(--secondary);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary {
  background: #1A1B1C !important;
  border-color: #1A1B1C !important;
  border-radius: 10rem !important;
  font-size: 1.1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary:hover:not(:disabled), .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary.intro-modal__button--next::after {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_arrow-right.5739ec1fd595.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  filter: brightness(0) invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary.intro-modal__button--close:hover:not(:disabled), .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--primary.intro-modal__button--close:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary {
  color: #1A1B1C !important;
  border-color: #1A1B1C !important;
  border-radius: 10rem !important;
  font-size: 1.1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary:hover:not(:disabled), .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary:hover::before {
    filter: none;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--back::before {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_arrow-right.5739ec1fd595.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  transform: rotate(180deg);
  filter: brightness(0);
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--restart {
  background: #FFFFFF !important;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--restart::before {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_restart.bea769fda6b3.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  transform: rotate(180deg);
  filter: brightness(0);
}
@media (hover: hover) and (pointer: fine) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--restart:hover:not(:disabled), .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--restart:hover:not([disabled]) {
    color: #FFFFFF !important;
    border-color: var(--secondary) !important;
    background: var(--secondary) !important;
  }
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__footer .button--secondary.intro-modal__button--restart:hover::before {
    filter: brightness(0) invert(1);
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card {
  gap: 0.5rem;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card {
    box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.35);
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #BFBFBF;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header.vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header.vertical {
    gap: 1rem;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header.vertical img {
  width: 3.2rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header .card__title {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header .card__title.color--primary {
  color: var(--primary) !important;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header img {
  width: 2rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__header img.avatar__image {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__body.centered {
  text-align: center;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__body p {
  font-size: 0.9rem !important;
  letter-spacing: -0.027rem !important;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .card .card__body p {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__horizontal-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__horizontal-cards {
    flex-direction: column;
    padding: 0.5rem;
    gap: 1.5rem;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__horizontal-cards .card {
  width: calc((100% - 1.5rem) / 3);
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__horizontal-cards .card {
    width: 100%;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__grid-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__grid-cards {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.5rem;
    gap: 1.5rem;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__grid-cards .card {
  width: calc((100% - 0.75rem) / 2);
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__grid-cards .card {
    width: 100%;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper {
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .intro-modal__column-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .intro-modal__column-text {
    flex-direction: column;
    gap: 1rem;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column {
    width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column h5 {
    font-size: 1.3rem !important;
    letter-spacing: -0.039rem !important;
  }
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column .title-link {
    width: 100%;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column .title-link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #FFFFFF;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column .title-link input {
  display: none;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .title-column:has(input[type=radio]:checked) {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .intro-modal__column-text__wrapper .submission-admin-modal__merge-list__empty {
  color: #8D8B9F;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__status-dependant {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 1rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__status-dependant:has(.submission-admin-modal__merge-list) {
  overflow-y: hidden;
}
@media screen and (max-width: 601px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__status-dependant:has(.submission-admin-modal__merge-list) {
    overflow-y: auto;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__body .submission-admin-modal__status-note {
  color: #8D8B9F;
  margin-bottom: 0.75rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 835px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info {
  width: auto;
  flex-grow: 1;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info .submission-admin-modal__date.horizontal, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info .submission-rejection-modal__date.horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 835px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info .submission-admin-modal__date.horizontal, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info .submission-rejection-modal__date.horizontal {
    justify-content: center;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info .submission-admin-modal__deadline-info {
  color: var(--secondary);
  font-weight: 700;
  margin-right: 0.5rem;
}
@media screen and (max-width: 835px) {
  .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__info {
    width: 100%;
    text-align: center;
  }
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__checkbox, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-rejection-modal__checkbox {
  margin-top: 0.5rem;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__checkbox label, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-rejection-modal__checkbox label {
  cursor: pointer;
}
.submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-admin-modal__warning, .submission-admin-modal__wrapper .submission-admin-modal__modal .submission-admin-modal__footer .submission-rejection-modal__warning {
  color: #FF5757;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.popup--update__main-buttons {
  display: none !important;
}
.popup--update__main-buttons:has(#btn-cancel) {
  display: flex !important;
}

#session_form .custom-fieldset.popup--update .field-tags {
  width: 100% !important;
  max-width: 100% !important;
}
#session_form .custom-fieldset.popup--update .field-date_time {
  width: 100% !important;
  max-width: 100% !important;
  display: none !important;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  #session_form .custom-fieldset.popup--update {
    display: flex !important;
  }
}
@media screen and (max-width: 835px) {
  #session_form .custom-fieldset.popup--update {
    display: flex !important;
  }
}

.intro-modal__wrapper {
  width: 100vw;
  height: 100vh;
  background: rgba(26, 27, 28, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
@media screen and (pointer: coarse) {
  .intro-modal__wrapper {
    justify-content: flex-start;
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper {
    justify-content: flex-start;
    padding-top: 2.5vw;
  }
}
.intro-modal__wrapper .intro-modal__modal {
  width: 65vw;
  height: 80vh;
  max-height: 54rem;
  border-radius: 2rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  gap: 1.5rem;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 1919px) {
  .intro-modal__wrapper .intro-modal__modal {
    width: 75vw;
    max-height: 85%;
  }
}
@media screen and (max-width: 1441px) {
  .intro-modal__wrapper .intro-modal__modal {
    width: 85vw;
    max-height: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .intro-modal__wrapper .intro-modal__modal {
    width: 95vw;
    max-height: 80%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .intro-modal__wrapper .intro-modal__modal {
    height: 80%;
    max-height: 80%;
  }
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__modal {
    height: 80%;
    max-height: 80%;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__modal {
    height: 85%;
    max-height: 85%;
  }
}
.intro-modal__wrapper .intro-modal__modal .intro-modal__close {
  width: 3.2rem !important;
  height: 3.2rem !important;
  border-radius: 100% !important;
  padding: 0 !important;
  background: #1A1B1C !important;
  position: absolute !important;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  cursor: pointer !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__modal .intro-modal__close:hover {
    background: #393843 !important;
  }
}
.intro-modal__wrapper .intro-modal__modal .intro-modal__close img {
  width: 1.5rem;
}
.intro-modal__wrapper .intro-modal__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 4rem;
  padding: 2rem 2rem;
  transition: all 0.5s ease-out, opacity 0.5s 0.3s ease-out, transform 0.5s 0.3s ease-out;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide {
    gap: 1rem;
  }
}
.intro-modal__wrapper .intro-modal__slide.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals {
  width: 32rem;
  flex-shrink: 0;
  background: linear-gradient(90.9deg, var(--gradient-color1) 54.69%, var(--gradient-color2) 100%);
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals {
    width: 80%;
    height: auto;
    aspect-ratio: 1.41/1;
    flex-shrink: 0;
    max-height: calc(50% - 4rem);
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals {
    max-height: calc(40% - 1rem);
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video {
  width: 106%;
  height: auto;
  max-height: 91%;
  border-radius: 1rem;
  position: absolute;
  top: 9%;
  right: 5%;
  background: #F2F2F2;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.5);
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 6%;
    right: -22%;
    box-shadow: -0.5rem 0.5rem 0.75rem rgba(179, 179, 179, 0.35);
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video {
    top: 0;
    left: 0;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video img, .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 1rem;
  overflow: hidden;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video img::after, .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video picture::after {
  content: attr(aria-label);
  width: auto;
  height: auto;
  position: absolute;
  top: -1rem;
  right: 1rem;
  color: #F2F2F2;
  background: #1A1B1C;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.85rem;
  white-space: nowrap;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video img::after, .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video picture::after {
    right: auto;
    left: -10rem;
    bottom: auto;
    top: -2.5rem;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video img::after, .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video picture::after {
    left: -1rem;
    top: -1rem;
    bottom: auto;
    right: auto;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video .intro-modal__video__progressbar {
  width: 100%;
  height: 1rem;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(141, 139, 159, 0.5);
  overflow: hidden;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__video .intro-modal__video__progressbar .intro-modal__video__progress {
  width: 100%;
  height: 100%;
  background: var(--secondary);
  transform: translateX(-100%);
  animation: progressBar 5s linear infinite;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__image {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__image picture, .intro-modal__wrapper .intro-modal__slide .intro-modal__visuals .intro-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text {
  height: inherit;
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
  padding: 3rem 1rem 1rem 0.5rem;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text {
    padding-top: 0;
    height: calc(50% - 4rem);
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text {
    height: calc(60% - 1rem);
    padding: 2rem 0 0;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content {
  width: 100%;
  height: auto;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
  overflow-y: auto;
  padding: 0 1rem 0 0;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content::-webkit-scrollbar-track {
  background-color: var(--base);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header {
  width: 100%;
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__label {
  font-family: "Inter", sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.045rem;
  font-weight: 600 !important;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__title {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: -0.06rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #1A1B1C;
  text-transform: initial;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__title {
    font-size: 2.2rem !important;
    letter-spacing: -0.066rem !important;
    line-height: 1.1 !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__excerpt {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-size: 1.1rem !important;
  letter-spacing: -0.033rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__excerpt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__excerpt {
    line-height: 1.5;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body {
  width: 100%;
  height: auto;
  flex-shrink: 1;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body p {
    line-height: 1.5;
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body a {
  color: var(--secondary) !important;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body a:hover {
    color: var(--primary) !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body a.link--icon::after {
  content: "\f0c1";
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body ul, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body ol, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body li {
  list-style: initial !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body ul, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body ol {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-size: 2.2remimportant;
  letter-spacing: -0.066rem !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 3.2rem;
  letter-spacing: -0.096rem;
  line-height: 3.9rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h5 {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  text-transform: initial;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h5 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h5 {
    line-height: 1.5;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h2, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h3, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h4, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h5, .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text__content .intro-modal__body h6 {
  color: #1A1B1C;
  font-weight: 700;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
  padding-right: 1rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #BFBFBF;
  position: absolute;
  top: 50%;
  left: 0;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps .step {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 100% !important;
  background: #BFBFBF !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  overflow: visible !important;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps .step:hover {
    background: var(--secondary) !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps .step.active {
  background: var(--secondary) !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .intro-modal__steps .step.active::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  border: 2px solid var(--secondary);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary {
  background: #1A1B1C !important;
  border-color: #1A1B1C !important;
  border-radius: 10rem !important;
  font-size: 1.1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary:hover:not(:disabled), .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary.intro-modal__button--next::after {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_arrow-right.5739ec1fd595.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  filter: brightness(0) invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary.intro-modal__button--close:hover:not(:disabled), .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--primary.intro-modal__button--close:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary {
  color: #1A1B1C !important;
  border-color: #1A1B1C !important;
  border-radius: 10rem !important;
  font-size: 1.1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary:hover:not(:disabled), .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary:hover::before {
    filter: none;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--back::before {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_arrow-right.5739ec1fd595.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  transform: rotate(180deg);
  filter: brightness(0);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--restart {
  background: #FFFFFF !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--restart::before {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background-image: url("../../img/icons/icon_restart.bea769fda6b3.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  transform: rotate(180deg);
  filter: brightness(0);
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--restart:hover:not(:disabled), .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--restart:hover:not([disabled]) {
    color: #FFFFFF !important;
    border-color: var(--secondary) !important;
    background: var(--secondary) !important;
  }
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__footer .button--secondary.intro-modal__button--restart:hover::before {
    filter: brightness(0) invert(1);
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card {
  gap: 0.5rem;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .card {
    box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.35);
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #BFBFBF;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header.vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header.vertical {
    gap: 1rem;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header.vertical img {
  width: 3.2rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header .card__title {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header .card__title.color--primary {
  color: var(--primary) !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header img {
  width: 2rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__header img.avatar__image {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__body.centered {
  text-align: center;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__body p {
  font-size: 0.9rem !important;
  letter-spacing: -0.027rem !important;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .card .card__body p {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__horizontal-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__horizontal-cards {
    flex-direction: column;
    padding: 0.5rem;
    gap: 1.5rem;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__horizontal-cards .card {
  width: calc((100% - 1.5rem) / 3);
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__horizontal-cards .card {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__grid-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__grid-cards {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.5rem;
    gap: 1.5rem;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__grid-cards .card {
  width: calc((100% - 0.75rem) / 2);
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__grid-cards .card {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper {
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .intro-modal__column-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .intro-modal__column-text {
    flex-direction: column;
    gap: 1rem;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column {
    width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column h5 {
    font-size: 1.3rem !important;
    letter-spacing: -0.039rem !important;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column .title-link {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column .title-link a {
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column .title-link a {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
    display: inline-block;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .title-column .title-link a::after {
  font-size: 0.8rem !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column {
  width: calc(80% - 1.5rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__card {
  width: 100%;
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__card .card__body p {
  font-size: 0.9rem !important;
  letter-spacing: -0.027rem !important;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__card .card__body p {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__item svg {
  flex-shrink: 0;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__item span {
  width: 1rem;
  height: 1px;
  margin-top: 0.6rem;
  flex-shrink: 0;
  background: var(--primary);
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__column-text__wrapper .description-column .description-column__item p {
  width: auto;
  flex-grow: 1;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text-block {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text-block p {
  font-size: 1.1rem !important;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text-block p strong {
  font-weight: 600;
}
.intro-modal__wrapper .intro-modal__slide .intro-modal__text .intro-modal__text-block.centered {
  align-items: center;
  align-content: center;
  text-align: center;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 {
  gap: 0.5rem;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__visuals {
    width: 100%;
    height: 32rem;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__visuals {
    height: 40%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__text {
  justify-content: center;
  padding: 2rem;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__text {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__text {
    padding: 2rem 0;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__text__content {
  justify-content: center;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__header {
  border-bottom: none;
  padding: 0;
  gap: 3rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__title {
  max-width: 80%;
  font-size: 4rem !important;
  letter-spacing: -0.12rem !important;
  line-height: 1 !important;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__title {
    font-size: 3.2rem !important;
    letter-spacing: -0.096rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__body p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-size: 1.1rem !important;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__body p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__body p {
    font-size: 1.1rem !important;
    letter-spacing: -0.033rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-0 .intro-modal__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-2 .title-column {
  padding-top: 0.5rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-4 .title-column {
  padding-top: 1rem;
  width: 22%;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-4 .title-column {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-5 .title-column {
  padding-top: 1rem;
  width: 25%;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-5 .title-column {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-5 .description-column .description-column__item {
  gap: 1.25rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-5 .description-column .description-column__item img {
  margin-top: 1.25rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-5 .description-column .description-column__item img {
    display: none;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-7 .title-column {
  padding-top: 1rem;
  width: 45%;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-7 .title-column {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 1;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text {
    padding-bottom: 2rem;
    justify-content: flex-start;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content {
    justify-content: flex-start;
    padding-top: 4rem;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content .intro-modal__header {
  justify-content: center;
  align-items: center;
  border: none;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__label {
  font-size: 1.1rem;
  letter-spacing: -0.033rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__title {
  font-size: 3.8rem !important;
  letter-spacing: -0.114rem !important;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content .intro-modal__header .intro-modal__title {
    font-size: 2.4rem !important;
    letter-spacing: -0.072rem !important;
    margin-top: 1rem;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__text__content .intro-modal__body p {
  text-align: center;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards {
  justify-content: center;
  margin-top: 3rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card {
  width: 18%;
  align-items: center;
  background: #FFFFFF;
}
@media screen and (max-width: 835px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card {
    width: calc((100% - 2.25rem) / 4);
  }
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card {
    width: 100%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__header {
  border: none;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__header img {
  width: 3.2rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__header img {
    width: 4rem;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__title {
  width: 50%;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__title {
    font-size: 1.2rem !important;
    letter-spacing: -0.036rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__title span {
  display: block;
  font-size: 0.85rem;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .card__title span {
    font-size: 1rem !important;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .button--primary a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card .button--primary a:hover {
    color: #FFFFFF !important;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__horizontal-cards .card:nth-child(1) .card__title {
  width: 100%;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__text .intro-modal__footer .intro-modal__buttons {
  justify-content: center;
  gap: 1rem;
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__visuals {
  width: calc(100% - 3rem);
  height: 30%;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 0;
}
@media screen and (max-width: 601px) {
  .intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__visuals {
    height: 20%;
  }
}
.intro-modal__wrapper .intro-modal__slide#intro-slide-8 .intro-modal__visuals::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url("https://public-images.brainstem.org/images/brainstem/header_bg-image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes progressBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.list-view__header__filters__wrapper {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
  margin-top: 2rem;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper {
    margin-top: 5.5rem;
  }
}
.list-view__header__filters__wrapper .list-view__header__filters__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper .list-view__header__filters__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
.list-view__header__filters__wrapper .list-view__header__filters__top .list-view__header__filters__group {
  align-items: flex-start;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1194px) {
  .list-view__header__filters__wrapper .list-view__header__filters__bottom {
    flex-wrap: wrap;
  }
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar {
  width: auto;
  flex-grow: 1;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar.visible {
  opacity: 1 !important;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  overflow-y: clip;
  overflow-x: auto;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form div::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form div::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: #F2F2F2;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form div::-webkit-scrollbar-thumb {
  background-color: #BFBFBF;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field) {
  padding-right: 2rem !important;
  max-width: 16rem;
  transition: all 0.3s ease;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field)[aria-expanded=true] {
  border-color: var(--secondary) !important;
  color: var(--secondary) !important;
  font-weight: 500 !important;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom #toolbar form .quiet {
  color: #393843 !important;
  white-space: nowrap;
}
.list-view__header__filters__wrapper .list-view__header__filters__bottom:has(.active-projects-filter__widget) #toolbar {
  max-width: 80%;
}
@media screen and (max-width: 1194px) {
  .list-view__header__filters__wrapper .list-view__header__filters__bottom:has(.active-projects-filter__widget) #toolbar {
    max-width: 100%;
  }
}
.list-view__header__filters__wrapper .list-view__header__filters__group {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .list-view__header__filters__wrapper .list-view__header__filters__group {
    flex-direction: column;
  }
}
@media screen and (max-width: 835px) {
  .list-view__header__filters__wrapper .list-view__header__filters__group {
    flex-direction: column;
  }
}
.list-view__header__filters__wrapper h3 {
  color: #393843;
  font-weight: 600;
}
.list-view__header__filters__wrapper #created-filter, .list-view__header__filters__wrapper #updated-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1rem;
  row-gap: 0.5rem;
}
.list-view__header__filters__wrapper #created-filter ul, .list-view__header__filters__wrapper #updated-filter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper #created-filter ul, .list-view__header__filters__wrapper #updated-filter ul {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .list-view__header__filters__wrapper #created-filter ul::-webkit-scrollbar, .list-view__header__filters__wrapper #updated-filter ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper #created-filter ul li, .list-view__header__filters__wrapper #updated-filter ul li {
    flex-shrink: 0;
  }
}
.list-view__header__filters__wrapper #created-filter ul li a, .list-view__header__filters__wrapper #updated-filter ul li a {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 500;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper #created-filter ul li a, .list-view__header__filters__wrapper #updated-filter ul li a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header__filters__wrapper #created-filter ul li a:hover, .list-view__header__filters__wrapper #updated-filter ul li a:hover {
    background: rgba(var(--base), 0.5) !important;
    border-color: rgba(var(--secondary), 0.5) !important;
  }
}
.list-view__header__filters__wrapper #created-filter ul li a.selected, .list-view__header__filters__wrapper #updated-filter ul li a.selected {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border-color: var(--primary) !important;
}
.list-view__header__filters__wrapper #created-filter ul li a[title="Has date"], .list-view__header__filters__wrapper #created-filter ul li a[title="No date"], .list-view__header__filters__wrapper #updated-filter ul li a[title="Has date"], .list-view__header__filters__wrapper #updated-filter ul li a[title="No date"] {
  display: none !important;
}
.list-view__header__filters__wrapper #created-filter ul li.selected a, .list-view__header__filters__wrapper #updated-filter ul li.selected a {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border-color: var(--primary) !important;
}
.list-view__header__filters__wrapper #right-block {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper #right-block {
    width: 100%;
    justify-content: space-between;
  }
}
.list-view__header__filters__wrapper #right-block .dropdown-menu_filter .form-row, .list-view__header__filters__wrapper #right-block .dropdown-menu_column .form-row {
  width: 100% !important;
}
.list-view__header__filters__wrapper #right-block .dropdown-menu_filter .aligned input[type=checkbox], .list-view__header__filters__wrapper #right-block .dropdown-menu_column .aligned input[type=checkbox] {
  width: 15px !important;
  min-width: 15px !important;
}
.list-view__header__filters__wrapper #right-block .dropdown-menu_filter .aligned label, .list-view__header__filters__wrapper #right-block .dropdown-menu_column .aligned label {
  max-width: 40vw;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.list-view__header__filters__wrapper #right-block li {
  position: relative;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_filter_button, .list-view__header__filters__wrapper #right-block li .dropdown-menu_column_button {
  background: none !important;
  height: auto;
}
.list-view__header__filters__wrapper #right-block li a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
.list-view__header__filters__wrapper #right-block li a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header__filters__wrapper #right-block li a:hover:not(:disabled), .list-view__header__filters__wrapper #right-block li a:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.list-view__header__filters__wrapper #right-block li a::after {
  content: "";
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--secondary) !important;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column, .list-view__header__filters__wrapper #right-block li .dropdown-menu_filter {
  border-radius: 0.25rem;
  border: none;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column .header, .list-view__header__filters__wrapper #right-block li .dropdown-menu_filter .header {
  position: relative;
  padding: 1rem;
  min-height: 0;
  justify-content: center;
  gap: 0.25rem;
  color: #8D8B9F !important;
  box-shadow: none;
  height: auto !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column .header::before, .list-view__header__filters__wrapper #right-block li .dropdown-menu_filter .header::before {
  display: none;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column form fieldset, .list-view__header__filters__wrapper #right-block li .dropdown-menu_filter form fieldset {
  padding: 1rem !important;
  gap: 0.5rem;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column form fieldset .form-row div:not([class]), .list-view__header__filters__wrapper #right-block li .dropdown-menu_filter form fieldset .form-row div:not([class]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_filter_button a::after {
  content: "\f0b0";
}
.list-view__header__filters__wrapper #right-block li .dropdown-menu_column_button a::after {
  content: "\f0db";
}
.list-view__header__filters__wrapper.no-dates {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.list-view__header__filters__wrapper.no-dates .list-view__header__filters__top {
  width: auto;
}
.list-view__header__filters__wrapper.no-dates .list-view__header__filters__bottom {
  width: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
@media screen and (max-width: 601px) {
  .list-view__header__filters__wrapper.no-dates .list-view__header__filters__bottom {
    max-width: 100%;
    flex-shrink: 0;
  }
}
.list-view__header__filters__wrapper .active-projects-filter__widget {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 0.25rem;
  opacity: 0;
  transition: all 0.5s ease;
}
.list-view__header__filters__wrapper .active-projects-filter__widget.visible {
  opacity: 1 !important;
}
@media screen and (max-width: 1194px) {
  .list-view__header__filters__wrapper .active-projects-filter__widget {
    flex-grow: 1;
  }
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-modal__trigger {
  padding: 0 !important;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__info img {
  width: 1.1rem;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__info::after {
  width: 20rem;
  white-space: normal;
  font-size: 0.875rem;
  bottom: auto;
  top: 100%;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label .active-projects-filter__text {
  opacity: 0.8;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  cursor: pointer;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label .active-projects-filter__toggle {
  width: 2.25rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label .active-projects-filter__toggle::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #8D8B9F;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label .active-projects-filter__toggle::after {
  content: "";
  width: 100%;
  height: 1rem;
  border-radius: 2rem;
  background: #BFBFBF;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label:hover .active-projects-filter__toggle::after {
    background: #393843;
  }
  .list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label:hover .active-projects-filter__text {
    opacity: 1;
  }
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label input {
  width: 0;
  height: 0;
  opacity: 0;
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label input:checked + .active-projects-filter__toggle::before {
  right: 0;
  left: auto;
  background: var(--primary);
}
.list-view__header__filters__wrapper .active-projects-filter__widget .active-projects-filter__label input:checked ~ .active-projects-filter__text {
  opacity: 1;
}

.filters-search__wrapper {
  position: relative;
  max-width: 16rem;
}
@media screen and (max-width: 601px) {
  .filters-search__wrapper {
    flex-grow: 1;
    max-width: 100%;
  }
}
.filters-search__wrapper #searchbar {
  width: 100% !important;
}
.filters-search__wrapper input[type=submit] {
  display: none !important;
}
.filters-search__wrapper label {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.8rem;
  cursor: pointer;
}
.filters-search__wrapper label img {
  width: 1.1rem;
}
@media (hover: hover) and (pointer: fine) {
  .filters-search__wrapper label:hover {
    opacity: 0.5;
  }
}

#settings_display_column fieldset.module .form-row label, #settings_display_filter fieldset.module .form-row label {
  font-size: 0.95rem !important;
  line-height: 0.95rem !important;
  letter-spacing: -0.0095rem !important;
  font-weight: 400 !important;
}

.changelist-form-container #changelist-form {
  background: none;
}
.changelist-form-container #changelist-form .results {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .changelist-form-container #changelist-form .results {
    width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    position: initial !important;
  }
}
@media screen and (max-width: 835px) {
  .changelist-form-container #changelist-form .results {
    width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    position: initial !important;
  }
}
.changelist-form-container #changelist-form .results::-webkit-scrollbar-track {
  background-color: var(--base);
}
.changelist-form-container #changelist-form .results::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--base);
}
.changelist-form-container #changelist-form .results::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.changelist-form-container #changelist-form #result_list {
  border-radius: 0.75rem;
}
.changelist-form-container #changelist-form #result_list thead th {
  background: rgba(var(--base), 0.5);
  color: rgba(57, 56, 67, 0.8);
  font-weight: 600;
  padding: 1rem 1rem;
  border-radius: 0;
  text-transform: initial;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list thead th {
    line-height: 1.5;
  }
}
.changelist-form-container #changelist-form #result_list thead th:first-child {
  border-radius: 0.75rem 0 0 0;
}
.changelist-form-container #changelist-form #result_list thead th:last-child {
  border-radius: 0 0.75rem 0 0;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list thead th a:hover {
    color: var(--secondary) !important;
    font-weight: 600 !important;
  }
}
.changelist-form-container #changelist-form #result_list thead th .sortoptions {
  color: var(--secondary) !important;
}
.changelist-form-container #changelist-form #result_list tbody td {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  color: #8D8B9F;
  vertical-align: middle !important;
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td {
    line-height: 1.5;
  }
}
.changelist-form-container #changelist-form #result_list tbody td:first-child {
  padding: 1.5rem;
}
.changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) a:not(:empty, .inlineviewlink, .changelink, .addlink) {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) a:not(:empty, .inlineviewlink, .changelink, .addlink) {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) a:not(:empty, .inlineviewlink, .changelink, .addlink):hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) a:not(:empty, .inlineviewlink, .changelink, .addlink) {
    white-space: nowrap;
  }
}
.changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) span {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
  background: #F2F2F2 !important;
  color: rgba(57, 56, 67, 0.8) !important;
  cursor: initial;
  pointer-events: none !important;
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) span {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td:not(.field-user_actions) span {
    white-space: nowrap;
  }
}
.changelist-form-container #changelist-form #result_list tbody tr:last-child td, .changelist-form-container #changelist-form #result_list tbody tr:last-child th {
  border-bottom: none !important;
}
.changelist-form-container #changelist-form #result_list tbody th {
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  color: #393843;
  font-weight: 500;
  padding: 1.5rem 1rem;
  vertical-align: middle !important;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list tbody th a:hover {
    color: var(--secondary) !important;
    font-weight: 500;
  }
}
.changelist-form-container #changelist-form #result_list tbody th .name_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container a:first-of-type {
  display: none !important;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .row-name a {
  display: inline-flex !important;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0;
  font-size: 1.2rem;
  color: var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container a {
  display: block !important;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container a.has-tooltip {
  padding: 0 0.35rem;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container a:hover i {
    color: var(--secondary) !important;
  }
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .changelink::before {
  display: none !important;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .dropdown-content {
  background: #FFFFFF !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: #393843 !important;
  padding: 0.75rem;
  box-shadow: 1px 0 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 10rem;
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .dropdown-content {
    line-height: 1.5;
  }
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .dropdown-content a {
  padding: 0.75rem 0;
}
.changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .dropdown-content a::before {
  color: var(--secondary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list tbody th .name_container .actions_container .dropdown-content a:hover {
    background: none !important;
  }
}
.changelist-form-container #changelist-form #result_list tbody th .name_container:hover .actions_container {
  visibility: visible;
  opacity: 1;
}
.changelist-form-container #changelist-form .changelist-footer {
  background: none;
  min-height: 40vh;
}
.changelist-form-container #changelist-form:has(.results) .changelist-footer {
  min-height: 0;
}

.tooltip-popup .popup1 {
  max-width: 95vw;
}
.tooltip-popup .popup1 label {
  color: #1A1B1C !important;
}
.tooltip-popup .popup1 .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.tooltip-popup .popup1 .form-row div:not([class]) {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.tooltip-popup .popup1 .form-row:has(a, span) label {
  line-height: 1.5;
  transform: translateY(2px);
}
.tooltip-popup .popup1 .content-section4 {
  background: var(--base) !important;
  color: #393843 !important;
}
.tooltip-popup .popup1 .content-section4 b {
  color: var(--primary) !important;
  font-weight: 600 !important;
}
@media (hover: hover) and (pointer: fine) {
  .tooltip-popup .popup1 .content-section4 a:hover {
    color: var(--secondary) !important;
  }
}
.tooltip-popup .popup1 a:not(:empty, .inlineviewlink, .changelink, .addlink, .managelink) {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
}
@media screen and (max-width: 601px) {
  .tooltip-popup .popup1 a:not(:empty, .inlineviewlink, .changelink, .addlink, .managelink) {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tooltip-popup .popup1 a:not(:empty, .inlineviewlink, .changelink, .addlink, .managelink):hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
@media screen and (max-width: 601px) {
  .tooltip-popup .popup1 a:not(:empty, .inlineviewlink, .changelink, .addlink, .managelink) {
    white-space: nowrap;
  }
}
.tooltip-popup .popup1 span:not(:empty) {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
  background: #F2F2F2 !important;
  color: rgba(57, 56, 67, 0.8) !important;
  cursor: initial;
  pointer-events: none !important;
}
@media screen and (max-width: 601px) {
  .tooltip-popup .popup1 span:not(:empty) {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .tooltip-popup .popup1 span:not(:empty) {
    white-space: nowrap;
  }
}

.field-user_actions a {
  color: var(--secondary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .field-user_actions a:hover {
    color: var(--primary) !important;
  }
}

.changeform-tabs {
  width: 98%;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  flex-shrink: 0;
}
.changeform-tabs::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.changeform-tabs::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: #FFFFFF;
}
.changeform-tabs::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
}
.changeform-tabs .changeform-tabs-item {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #F2F2F2;
  white-space: nowrap;
  flex-shrink: 1;
}
.changeform-tabs .changeform-tabs-item a {
  display: block;
  padding: 0.75rem 1rem;
  background: none !important;
  color: #8D8B9F !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 700;
  text-transform: initial;
  border: none !important;
  margin: 0 !important;
  top: 0 !important;
}
@media screen and (max-width: 601px) {
  .changeform-tabs .changeform-tabs-item a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .changeform-tabs .changeform-tabs-item a:hover {
    text-decoration: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .changeform-tabs .changeform-tabs-item:hover {
    background: var(--base);
  }
}
.changeform-tabs .changeform-tabs-item.selected {
  background: #FFFFFF;
}
.changeform-tabs .changeform-tabs-item.selected a {
  color: #1A1B1C !important;
  border: none !important;
  background: none !important;
}

.autosave-inline-disabled {
  opacity: 0.6 !important;
}

.inline-group {
  position: relative !important;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
  border-radius: 0 0.75rem 0.75rem 0.75rem !important;
  height: auto;
  max-height: -webkit-fill-available;
  overflow: auto;
}
.inline-group::-webkit-scrollbar-track {
  background-color: #BFBFBF;
  margin: 1rem 0;
}
.inline-group::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
.inline-group::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.inline-group .aligned label {
  width: 100% !important;
}
.inline-group .inline-navigation {
  width: 18rem;
  height: calc(100% - 4rem);
  padding: 0 !important;
  border-right: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
  top: 2rem;
  left: 1.5rem;
  background: none;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    border: none;
  }
  .inline-group .inline-navigation .inline-navigation-top, .inline-group .inline-navigation .inline-navigation-bottom {
    display: none !important;
  }
}
@media screen and (max-width: 1194px) {
  .inline-group .inline-navigation {
    position: absolute;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    border: none;
  }
  .inline-group .inline-navigation .inline-navigation-top, .inline-group .inline-navigation .inline-navigation-bottom {
    display: none !important;
  }
}
.inline-group .inline-navigation .add-row {
  padding: 0.5rem 1rem 0 !important;
  position: relative;
  inset: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation .add-row {
    padding: 0 !important;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation .add-row {
    padding: 0 !important;
    flex-shrink: 0;
  }
}
.inline-group .inline-navigation .add-row a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  border: 0.1rem solid #1A1B1C !important;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
  padding-right: 1rem !important;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
.inline-group .inline-navigation .add-row a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
.inline-group .inline-navigation .add-row a.no-icon {
  padding-right: 1rem !important;
}
.inline-group .inline-navigation .add-row a::before {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-group .inline-navigation .add-row a:hover:not(:disabled), .inline-group .inline-navigation .add-row a:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
  }
  .inline-group .inline-navigation .add-row a:hover:not(:disabled):before, .inline-group .inline-navigation .add-row a:hover:not([disabled]):before {
    background-color: var(--secondary) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-group .inline-navigation .add-row a {
    padding: 0 !important;
    width: 3.2rem !important;
    height: 3.2rem !important;
    border-radius: 100% !important;
  }
  .inline-group .inline-navigation .add-row a::before {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    font-size: 0.9rem !important;
  }
}
.inline-group .inline-navigation .add-row a::before {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-group .inline-navigation .add-row a:hover {
    text-decoration: none !important;
  }
}
.inline-group .inline-navigation .inline-navigation-content {
  position: relative;
  inset: auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation .inline-navigation-content {
    flex-shrink: 1;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation .inline-navigation-content {
    flex-shrink: 1;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items {
  padding: 0.25rem 1rem 0.5rem !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items::-webkit-scrollbar-track {
  background-color: var(--base);
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item {
  width: 100%;
  border-radius: 0.5rem;
  background: var(--base);
  border: none;
  padding: 0.75rem 1.5rem 0.5rem 1.75rem;
  color: #8D8B9F !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  line-height: 1.8 !important;
  font-weight: 600;
  transition: all 0.3s ease;
  overflow: visible !important;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item {
    max-width: 20rem;
    width: auto;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    height: 100%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) and (max-width: 601px) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item {
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item::after {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item {
    max-width: 20rem;
    width: auto;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    height: 100%;
  }
}
@media screen and (max-width: 835px) and (max-width: 601px) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item {
    line-height: 1.5;
  }
}
@media screen and (max-width: 835px) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item::after {
    display: none !important;
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab {
  height: calc(100% + 1.25rem);
  width: auto;
  padding: 5px;
  margin: -0.25rem 0.5rem 0 -1.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #FFFFFF;
  border-radius: 0.25rem 0 0 0.25rem;
  transition: all 0.3s ease;
  cursor: move;
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab img {
  width: 5px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab:hover:not(:disabled), .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab:hover:not([disabled]) {
    background: var(--secondary) !important;
  }
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab:hover:not(:disabled) img, .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item .inline-navigation-item__grab:hover:not([disabled]) img {
    filter: brightness(0) invert(1);
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item span {
  position: relative;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s ease;
  background-image: url("https://public-images.brainstem.org/images/icons/icon-chevron-right.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item:not(.selected):hover:not(:disabled), .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item:not(.selected):hover:not([disabled]) {
    color: var(--secondary) !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item:not(.selected):hover:not(:disabled)::before, .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item:not(.selected):hover:not([disabled])::before {
    filter: grayscale(0.4);
    transform: translateX(0.25rem);
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.selected {
  background: var(--primary) !important;
  color: #FFFFFF !important;
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.selected::before {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.ui-sortable-helper {
  cursor: move;
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.ui-sortable-helper .inline-navigation-item__grab {
  background: #1A1B1C;
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.ui-sortable-helper .inline-navigation-item__grab img {
  filter: brightness(0) invert(1);
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item.empty {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .inline-navigation-item:hover {
    text-decoration: none !important;
  }
}
.inline-group .inline-navigation .inline-navigation-content .inline-navigation-items .ui-state-highlight {
  background: var(--secondary) !important;
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.inline-group .inline-navigation.autosave-inline-disabled .add-row a {
  opacity: 0.15;
}
.inline-group .inline-navigation.autosave-inline-disabled .inline-navigation-item {
  opacity: 0.3;
}

.inline-related {
  margin-left: 18rem !important;
  max-width: calc(70vw - 20rem) !important;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .inline-related {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
.inline-related .inline-related__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 1.5rem 1rem 0 !important;
}
@media screen and (max-width: 601px) {
  .inline-related .inline-related__header {
    padding: 1.5rem 0 0 !important;
  }
}
.inline-related .inline-related__header h3, .inline-related .inline-related__header .inline-related__title, .inline-related .inline-related__header .inline_label {
  width: 75%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: initial;
  color: #1A1B1C;
  padding: 0 0.25rem !important;
  background: none !important;
  margin: 0 !important;
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 601px) {
  .inline-related .inline-related__header h3, .inline-related .inline-related__header .inline-related__title, .inline-related .inline-related__header .inline_label {
    width: auto;
    max-width: 63%;
    flex-grow: 1;
  }
}
.inline-related .inline-related__header:not(.inline--no-autosave) h3 span, .inline-related .inline-related__header:not(.inline--no-autosave) .inline-related__title span, .inline-related .inline-related__header:not(.inline--no-autosave) .inline_label span {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-weight: 600;
  font-size: 0.9rem !important;
  margin: 0 !important;
  width: auto;
}
@media screen and (max-width: 601px) {
  .inline-related .inline-related__header:not(.inline--no-autosave) h3 span, .inline-related .inline-related__header:not(.inline--no-autosave) .inline-related__title span, .inline-related .inline-related__header:not(.inline--no-autosave) .inline_label span {
    line-height: 1.5;
  }
}
.inline-related .inline-related__header .inline-related__actions {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 601px) {
  .inline-related .inline-related__header .inline-related__actions {
    width: auto;
  }
}
.inline-related .inline-related__header .inline-related__actions input.hidden, .inline-related .inline-related__header .inline-related__actions button.hidden {
  display: none !important;
  visibility: hidden !important;
}
.inline-related .inline-related__header.inline--no-autosave .inline-deletelink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  display: inline-flex !important;
  text-align: center;
  justify-content: center;
}
.inline-related .inline-related__header.inline--no-autosave .inline-deletelink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-related .inline-related__header.inline--no-autosave .inline-deletelink:hover:not(:disabled), .inline-related .inline-related__header.inline--no-autosave .inline-deletelink:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.inline-related .errorlist {
  padding: 1.5rem 1rem 0 !important;
}
.inline-related fieldset.module {
  row-gap: 1rem !important;
  padding: 1rem 1.5rem 1rem !important;
}
@media screen and (max-width: 601px) {
  .inline-related fieldset.module {
    padding: 1rem 0 !important;
  }
}
.inline-related.tabular {
  max-width: 90% !important;
  margin: 0 !important;
}
@media screen and (max-width: 1194px) {
  .inline-related.tabular {
    max-width: 100% !important;
  }
}
.inline-related.tabular table {
  width: 100%;
}
.inline-related.tabular table thead th {
  background: none !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: #393843;
  text-transform: initial;
  padding: 0.5rem;
}
@media screen and (max-width: 601px) {
  .inline-related.tabular table thead th {
    line-height: 1.5;
  }
}
.inline-related.tabular table tbody tr {
  border: none !important;
}
.inline-related.tabular table tbody td {
  background: none !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.5rem;
}
@media screen and (max-width: 601px) {
  .inline-related.tabular table tbody td {
    line-height: 1.5;
  }
}
.inline-related.tabular table tbody td input, .inline-related.tabular table tbody td .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field) {
  width: 100% !important;
  max-width: 24rem !important;
}
.inline-related.tabular table tbody td.field-name {
  position: relative;
}
.inline-related.tabular table tbody td.field-name .errorlist {
  position: absolute;
  top: 92%;
  left: 1rem;
  padding: 0 !important;
}
@media screen and (max-width: 601px) {
  .inline-related.tabular table tbody td.field-date_time .vDateField-link {
    right: auto;
    left: calc(50% - 3.2rem);
  }
}
.inline-related.tabular table tbody td:has(.errorlist) input {
  border-color: #FF5757 !important;
}
.inline-related.tabular table tbody td .datetime {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.inline-related.tabular table tbody td.delete .inline-deletelink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  display: inline-flex !important;
  text-align: center;
  justify-content: center;
}
.inline-related.tabular table tbody td.delete .inline-deletelink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-related.tabular table tbody td.delete .inline-deletelink:hover:not(:disabled), .inline-related.tabular table tbody td.delete .inline-deletelink:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.inline-related.tabular table tbody .add-row a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  display: inline-flex !important;
}
.inline-related.tabular table tbody .add-row a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .inline-related.tabular table tbody .add-row a:hover:not(:disabled), .inline-related.tabular table tbody .add-row a:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.inline-related .form-check {
  height: auto;
  padding-left: 2.75rem;
}
.inline-related .form-check label {
  float: none !important;
  pointer-events: none !important;
}
.inline-related .form-check label:before {
  content: "" !important;
  display: none !important;
}
.inline-related .form-check input[type=checkbox] {
  display: block !important;
  position: absolute;
  left: 1.25rem;
  width: auto !important;
  min-width: 0 !important;
  float: none !important;
  accent-color: var(--primary) !important;
}
@media screen and (max-width: 601px) {
  .inline-related .form-check input[type=checkbox] {
    top: 2px;
  }
}
.inline-related .field-type_json [id*=manipulations] input[type=checkbox] {
  display: block !important;
  margin-top: 1rem !important;
  accent-color: var(--primary) !important;
}
.inline-related .related-widget-wrapper label {
  margin-bottom: 0.5rem !important;
}
.inline-related .related-widget-wrapper select {
  width: 100%;
}
.inline-related .select2-selection {
  min-height: 2.8rem;
}
.inline-related .select2-selection .select2-selection__arrow {
  height: 100%;
  display: flex;
  align-items: center;
}
.inline-related .select2-selection .select2-selection__arrow b:before {
  color: var(--secondary);
}
.inline-related .form-row.field-type {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-type {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-type {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-type {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-notes {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-notes {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-notes {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-notes {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-performedBy {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-performedBy {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-performedBy {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-performedBy {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-description {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-description {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-description {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-description {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-description input {
  width: 100%;
}
.inline-related .form-row.field-hardwaredevice_supplier.field-hardwaredevice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.inline-related .form-row.field-hardwaredevice_supplier.field-hardwaredevice .field-box {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-hardwaredevice_supplier.field-hardwaredevice .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-hardwaredevice_supplier.field-hardwaredevice .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-hardwaredevice_supplier.field-hardwaredevice .field-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-type_json div {
  width: 100%;
}
.inline-related .form-row.field-type_json .card {
  border-radius: 0.25rem;
  background: #F2F2F2;
  border: none;
  padding: 1.5rem;
}
.inline-related .form-row.field-type_json .card div:not([class]) div:not([class]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.inline-related .form-row.field-type_json .card .row {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  margin: 0;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-type_json .card .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-type_json .card .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-type_json .card .row {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.inline-related .form-row.field-type_json .card .row .col-md-12 {
  padding: 0;
}
.inline-related .form-row.field-type_json .card .row .col-md-12 .form-group {
  margin: 0;
}
.inline-related .form-row.field-type_json .card .row:has(div[data-schemapath*="root.fatalOutcome"]) {
  align-self: self-end;
}
.inline-related .form-row.field-setup, .inline-related .form-row.field-behavioralparadigm {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .inline-related .form-row.field-setup, .inline-related .form-row.field-behavioralparadigm {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .inline-related .form-row.field-setup, .inline-related .form-row.field-behavioralparadigm {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .inline-related .form-row.field-setup, .inline-related .form-row.field-behavioralparadigm {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.col-md-12 {
  padding: 0 !important;
}

#epochs-fieldset {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.5rem;
  border-radius: 0 !important;
  overflow: hidden !important;
}
#epochs-fieldset .container-btn-add-epoch {
  margin: 0 !important;
}
#epochs-fieldset .container-btn-add-epoch button {
  gap: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#epochs-fieldset .container-btn-add-epoch button i {
  font-size: 1rem !important;
}
#epochs-fieldset .epochs__table__wrapper {
  width: 100%;
  overflow: auto;
}
#epochs-fieldset .epochs__table__wrapper::-webkit-scrollbar-track {
  background-color: var(--base);
}
#epochs-fieldset .epochs__table__wrapper::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
#epochs-fieldset .epochs__table__wrapper::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
#epochs-fieldset table {
  width: 100%;
}
#epochs-fieldset table thead {
  overflow: hidden;
}
#epochs-fieldset table thead tr.autosave-inline-disabled {
  opacity: 1 !important;
  pointer-events: initial !important;
}
#epochs-fieldset table thead th {
  background: none !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: #393843;
  text-transform: initial;
  padding: 0.5rem;
}
@media screen and (max-width: 601px) {
  #epochs-fieldset table thead th {
    line-height: 1.5;
  }
}
#epochs-fieldset table thead th:last-child {
  position: absolute;
  right: 0;
  background: #FFFFFF !important;
  width: 7rem;
  height: 2rem;
}
#epochs-fieldset table tbody tr {
  border: none !important;
}
#epochs-fieldset table tbody td {
  background: none !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 601px) {
  #epochs-fieldset table tbody td {
    line-height: 1.5;
  }
}
#epochs-fieldset table tbody td input, #epochs-fieldset table tbody td .select2-container--jet .select2-selection:not([type=button], [type=submit], .select2-search__field) {
  width: 100% !important;
  min-width: 12rem !important;
  max-width: 24rem !important;
}
#epochs-fieldset table tbody td:not(.autosave-inline-disabled) input, #epochs-fieldset table tbody td:not(.autosave-inline-disabled) select, #epochs-fieldset table tbody td:not(.autosave-inline-disabled) .select2-selection {
  border-width: 2px !important;
}
#epochs-fieldset table tbody td:not(.autosave-inline-disabled).epoch-actions {
  padding: 0.75rem 0.5rem !important;
}
#epochs-fieldset table tbody td.autosave-inline-disabled {
  opacity: 0.8 !important;
}
#epochs-fieldset table tbody td.field-name {
  position: relative;
}
#epochs-fieldset table tbody td.field-name .errorlist {
  position: absolute;
  top: 92%;
  left: 1rem;
  padding: 0 !important;
}
#epochs-fieldset table tbody td:has(.errorlist) input {
  border-color: #FF5757 !important;
}
#epochs-fieldset table tbody td:nth-last-child(2) {
  padding-right: 9rem;
}
#epochs-fieldset table tbody td.epoch-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  gap: 0.5rem;
  position: absolute;
  right: 0;
  z-index: 3;
  background: #FFFFFF !important;
}
#epochs-fieldset table tbody td.epoch-actions div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  gap: 0.5rem;
  width: auto;
}
#epochs-fieldset table tbody td i {
  width: 2.4rem !important;
  height: 2.4rem !important;
  border-radius: 100% !important;
  font-size: 1rem !important;
  cursor: pointer;
  background: var(--secondary) !important;
  color: #FFFFFF !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 2.4rem;
  display: inline-block !important;
}
#epochs-fieldset table tbody td i.hidden {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  #epochs-fieldset table tbody td i:hover {
    background: #393843 !important;
  }
}
#epochs-fieldset table tbody .related-widget-wrapper {
  display: flex;
}
#epochs-fieldset table tbody .related-widget-wrapper select, #epochs-fieldset table tbody .related-widget-wrapper .select2 {
  max-width: 24rem;
}

#user_roles-group .inline-related {
  width: 100%;
  overflow: hidden;
}
#user_roles-group fieldset.module {
  padding: 0 !important;
  width: 100% !important;
}
#user_roles-group fieldset.module table tbody td .select2-selection {
  max-width: 100% !important;
}
#user_roles-group fieldset.module table tbody td.delete {
  display: inline-flex !important;
}
#user_roles-group fieldset.module table tbody td.delete div {
  width: auto;
}
#user_roles-group fieldset.module table tbody td.delete div .inline-deletelink {
  width: auto !important;
}

.detail-view__inline__header {
  width: 100%;
  background: rgba(244, 242, 253, 0.75) !important;
  border-radius: 0.75rem 0.75rem 0 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1rem !important;
  border-bottom: 1px solid rgba(141, 139, 159, 0.25);
}
@media screen and (max-width: 601px) {
  .detail-view__inline__header {
    gap: 1rem;
  }
}
.detail-view__inline__header .detail-view__inline__header__title {
  width: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 601px) {
  .detail-view__inline__header .detail-view__inline__header__title {
    width: 100% !important;
  }
}
.detail-view__inline__header .detail-view__inline__header__title b {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  color: var(--secondary) !important;
}
.detail-view__inline__header .detail-view__inline__header__actions {
  width: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.detail-view__inline__header .detail-view__inline__header__actions a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  padding: 0.75rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(255, 255, 255, 0.5) !important;
}
.detail-view__inline__header .detail-view__inline__header__actions a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__inline__header .detail-view__inline__header__actions a:hover:not(:disabled), .detail-view__inline__header .detail-view__inline__header__actions a:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.detail-view__inline__header .detail-view__inline__header__actions a::before {
  transform: translateY(0.1rem);
}

.detail-view__inline__header ~ .field-content__wrapper {
  padding: 1.5rem 1rem 1rem !important;
  border-radius: 0 0 0.75rem 0.75rem !important;
  background: rgba(242, 242, 242, 0.25) !important;
  gap: 1.5rem !important;
}
.detail-view__inline__header ~ .field-content__wrapper label {
  width: auto !important;
}
.detail-view__inline__header ~ .field-content__wrapper a {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  text-decoration: none !important;
  color: #4550B6 !important;
}
@media screen and (max-width: 601px) {
  .detail-view__inline__header ~ .field-content__wrapper a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__inline__header ~ .field-content__wrapper a:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
.detail-view__inline__header ~ .field-content__wrapper .form-row:has(p) label {
  width: auto !important;
}
.detail-view__inline__header ~ .field-content__wrapper .form-row p a {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  text-decoration: none !important;
  color: #4550B6 !important;
}
@media screen and (max-width: 601px) {
  .detail-view__inline__header ~ .field-content__wrapper .form-row p a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__inline__header ~ .field-content__wrapper .form-row p a:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
.detail-view__inline__header ~ .field-content__wrapper .field-subjects {
  width: 100% !important;
  max-width: 100% !important;
}
.detail-view__inline__header ~ .field-content__wrapper .field-subjects label {
  width: auto !important;
}
.detail-view__inline__header ~ .field-content__wrapper div {
  align-items: center !important;
}
.detail-view__inline__header ~ .field-content__wrapper div p {
  margin-bottom: 0 !important;
}

.field-content__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 2rem !important;
}

.edit-view__form .field-content__wrapper .form-row {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .edit-view__form .field-content__wrapper .form-row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .edit-view__form .field-content__wrapper .form-row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .edit-view__form .field-content__wrapper .form-row {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.empty-state__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
.empty-state__wrapper .empty-state__icon {
  width: 3.5rem;
  height: auto;
  position: relative;
}
.empty-state__wrapper .empty-state__icon::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: var(--base);
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 0;
}
.empty-state__wrapper .empty-state__icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.empty-state__wrapper .empty-state__title {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: #393843;
  font-weight: 600;
  background: none;
  text-transform: initial;
  padding: 0;
}
.empty-state__wrapper .empty-state__button::before {
  font-family: "jet-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .empty-state__wrapper .empty-state__button:hover {
    text-decoration: none !important;
  }
}

.processing-state__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-top: 1.5rem;
  gap: 1.5rem;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  transition: all 0.5s ease;
  display: none;
}
.processing-state__wrapper.active {
  display: flex;
  animation: fadeIn 0.5s ease-out;
}
.processing-state__wrapper .processing-state__icon {
  width: 3.5rem;
  height: auto;
  position: relative;
}
.processing-state__wrapper .processing-state__icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.processing-state__wrapper .processing-state__title {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  color: #393843 !important;
  font-weight: 700;
  background: none;
  text-transform: initial;
  padding: 0;
}
.processing-state__wrapper .processing-state__text {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: #8D8B9F !important;
  text-transform: initial;
  padding: 0;
}
@media screen and (max-width: 601px) {
  .processing-state__wrapper .processing-state__text {
    line-height: 1.5;
  }
}

.card-title {
  padding: 0.25rem !important;
  margin-top: 1rem !important;
}

.custom-sidebar__submenu.scrollable {
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: normal;
  overflow-x: hidden;
}
.custom-sidebar__submenu.scrollable::-webkit-scrollbar {
  width: 8px;
}
.custom-sidebar__submenu.scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.custom-sidebar__submenu.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(129, 34, 161, 0.5);
  border-radius: 3px;
}
.custom-sidebar__submenu.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: rgba(129, 34, 161, 0.7);
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__submenu.scrollable::-webkit-scrollbar {
    width: 0px;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__submenu.scrollable::-webkit-scrollbar {
    width: 0px;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
  letter-spacing: inherit;
}

html {
  overflow-x: hidden;
  min-height: 100%;
  max-width: 100vw;
  font-size: clamp(0.7125rem, 0.5135rem + 0.3054vw, 1rem) !important;
}
@media screen and (max-width: 601px) {
  html {
    font-size: clamp(0.8rem, 0.5135rem + 0.3054vw, 1rem) !important;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: #F2F2F2 !important;
  color: #393843 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  min-height: 100%;
}
@media screen and (max-width: 601px) {
  body {
    line-height: 1.5;
  }
}
body::-webkit-scrollbar-track {
  background-color: #BFBFBF;
}
body::-webkit-scrollbar {
  width: 1rem;
  background-color: #BFBFBF;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

a {
  text-decoration: none;
  outline: none;
  color: inherit !important;
}
a:hover {
  text-decoration: none !important;
}

img {
  height: auto;
  vertical-align: middle;
}

button {
  color: inherit !important;
  background: none !important;
  outline: none !important;
  cursor: pointer !important;
  border: none !important;
}

ul, li, ol {
  list-style: none !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 835px) {
  .hide__mobile {
    display: none !important;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: landscape) {
  .hide__desktop {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .hide__desktop {
    display: none !important;
  }
}

.header {
  width: 100%;
  height: auto;
  min-height: 4.25rem;
  max-height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 1rem 1.5rem;
  background: #F2F2F2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 3rem;
}
@media screen and (max-width: 601px) {
  .header {
    height: 5.5rem;
    gap: 0.75rem;
  }
  .header::before {
    content: "";
    width: 100%;
    height: 5.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #F2F2F2;
    z-index: 0;
  }
}
.header .header__logo {
  width: auto;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.045rem;
  font-weight: 500;
}
@media screen and (max-width: 601px) {
  .header .header__logo {
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: relative;
    z-index: 2;
  }
}
.header .header__logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 601px) {
  .header .header__logo a {
    gap: 1rem;
  }
}
.header .header__logo img {
  width: 2.75rem;
}
@media screen and (max-width: 601px) {
  .header .header__logo img {
    width: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header__logo:hover {
    opacity: 0.8;
    transform: translateX(0.125rem);
  }
}
.header .header__content {
  width: calc(100% - 13.75rem);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 3rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .header .header__content {
    width: auto;
  }
}
@media screen and (max-width: 835px) {
  .header .header__content {
    width: auto;
  }
}
@media screen and (max-width: 601px) {
  .header .header__content {
    gap: 0.75rem;
  }
}
.header .header__content .header__content__left {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.header .header__content .header__content__right {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  .header .header__content .header__content__right .header__button__login a {
    padding: 1.25rem 2rem;
  }
}
.header .header__content .header__main-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.header .header__content .header__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.header .header__content .header__actions button img {
  filter: brightness(0);
  opacity: 0.6;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__content .header__actions button:hover img {
    filter: brightness(0);
    opacity: 1;
  }
}
.header .header__content .header__actions .header__profile .dropdown {
  min-width: 15rem;
}
.header .header__content .header__actions .header__avatar__wrapper {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  border: 0.1rem solid transparent;
}
.header .header__content .header__actions .header__avatar__wrapper img {
  filter: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__content .header__actions .header__avatar__wrapper:hover {
    border-color: #1A1B1C;
  }
  .header .header__content .header__actions .header__avatar__wrapper:hover img {
    filter: none;
    opacity: 1;
  }
}
@media screen and (max-width: 601px) {
  .header .header__content .header__actions .header__profile .dropdown__user-name {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (max-width: 601px) and (max-width: 601px) {
  .header .header__content .header__actions .header__profile .dropdown__user-name {
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .header .header__content .header__actions .header__menu .dropdown {
    overflow-y: auto;
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar-track {
    background-color: var(--base);
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar {
    width: 0.5rem;
    background-color: var(--base);
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar-thumb {
    background-color: var(--primary);
  }
}
@media screen and (max-width: 835px) {
  .header .header__content .header__actions .header__menu .dropdown {
    overflow-y: auto;
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar-track {
    background-color: var(--base);
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar {
    width: 0.5rem;
    background-color: var(--base);
  }
  .header .header__content .header__actions .header__menu .dropdown::-webkit-scrollbar-thumb {
    background-color: var(--primary);
  }
}
.header .header__content .header__actions .header__menu .dropdown__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .header .header__content .header__actions .header__menu .dropdown__header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 835px) {
  .header .header__content .header__actions .header__menu .dropdown__header {
    flex-wrap: wrap;
  }
}
.header .header__content .header__actions .header__menu .dropdown__header button {
  width: auto;
  flex-grow: 1;
}
@media screen and (max-width: 601px) {
  .header .header__content .header__actions .header__menu .dropdown__header button.button--primary img {
    filter: brightness(0) invert(1) !important;
  }
}
.header .header__content .header__actions .header__menu .dropdown__header button.button--tertiary a {
  width: 100%;
}
@media screen and (max-width: 601px) {
  .header .header__content .header__actions .header__menu .dropdown__header button.button--tertiary img {
    filter: brightness(0) !important;
    opacity: 0.8;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .header .header__content .header__actions .header__menu .dropdown__block:last-of-type a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 0.5rem;
  }
  .header .header__content .header__actions .header__menu .dropdown__block:last-of-type a img {
    width: 1.2rem;
    filter: brightness(0);
    opacity: 0.6;
  }
}
@media screen and (max-width: 835px) {
  .header .header__content .header__actions .header__menu .dropdown__block:last-of-type a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 0.5rem;
  }
  .header .header__content .header__actions .header__menu .dropdown__block:last-of-type a img {
    width: 1.2rem;
    filter: brightness(0);
    opacity: 0.6;
  }
}
.header .header__content .header__actions .header__menu .hamburger__wrapper {
  border-radius: 0 !important;
}

.header__hamburger {
  width: 2.4rem;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.header__hamburger span {
  width: 100%;
  display: block;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #1A1B1C;
  transition: all 0.3s ease;
}

.dropdown__wrapper {
  position: relative;
}
.dropdown__wrapper .dropdown {
  width: auto;
  min-width: 20rem;
  height: auto;
  background: #F2F2F2;
  padding: 1.25rem 1.5rem;
  border-radius: 0.8rem;
  box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dropdown__wrapper .dropdown {
    width: 50vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: -1;
    padding: 8rem 1rem 1rem;
    transform: translateY(-105vh);
    opacity: 0;
    visibility: hidden;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) and (max-width: 601px) {
  .dropdown__wrapper .dropdown {
    line-height: 1.5;
  }
}
@media screen and (max-width: 835px) {
  .dropdown__wrapper .dropdown {
    width: 50vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: -1;
    padding: 8rem 1rem 1rem;
    transform: translateY(-105vh);
    opacity: 0;
    visibility: hidden;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 835px) and (max-width: 601px) {
  .dropdown__wrapper .dropdown {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown {
    width: 100vw;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
  }
}
@media screen and (max-width: 601px) and (max-width: 601px) {
  .dropdown__wrapper .dropdown {
    line-height: 1.5;
  }
}
.dropdown__wrapper .dropdown.no-padding {
  padding: 0;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dropdown__wrapper .dropdown.no-padding {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 835px) {
  .dropdown__wrapper .dropdown.no-padding {
    padding: 6rem 0 0;
  }
}
.dropdown__wrapper .dropdown .dropdown__block {
  width: 100%;
  padding: 1.25rem 1.5rem;
  border-bottom: 0.1rem solid rgba(141, 139, 159, 0.5);
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown .dropdown__block {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown .dropdown__block .header__action__dropdown {
    gap: 2rem;
  }
}
.dropdown__wrapper .dropdown .dropdown__block:last-of-type {
  border: none;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dropdown__wrapper .dropdown .dropdown__block.sidebar__wrapper {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }
}
@media screen and (max-width: 835px) {
  .dropdown__wrapper .dropdown .dropdown__block.sidebar__wrapper {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }
}
.dropdown__wrapper .dropdown .dropdown__user-name {
  color: var(--primary);
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown .dropdown__user-name {
    font-family: "Inter", sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.045rem;
  }
}
.dropdown__wrapper .dropdown .dropdown__user-email {
  color: #8D8B9F;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  letter-spacing: -0.03rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown .dropdown__user-email {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.21 !important;
    letter-spacing: -0.03rem !important;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 601px) and (max-width: 601px) {
  .dropdown__wrapper .dropdown .dropdown__user-email {
    line-height: 1.5;
  }
}
.dropdown__wrapper .dropdown ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dropdown__wrapper .dropdown ul {
    visibility: visible;
  }
}
@media screen and (max-width: 835px) {
  .dropdown__wrapper .dropdown ul {
    visibility: visible;
  }
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper .dropdown ul {
    gap: 4rem;
  }
}
.dropdown__wrapper .dropdown a {
  white-space: nowrap;
}
.dropdown__wrapper .dropdown a:hover {
  color: var(--primary) !important;
}
.dropdown__wrapper .dropdown button {
  padding: 0 !important;
}
.dropdown__wrapper .dropdown button:hover {
  color: var(--primary) !important;
  text-decoration: underline !important;
}
.dropdown__wrapper.dropdown-right .dropdown {
  left: auto;
  right: 0;
}
@media screen and (max-width: 601px) {
  .dropdown__wrapper.dropdown-right .dropdown {
    text-align: right;
  }
  .dropdown__wrapper.dropdown-right .dropdown ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
  }
  .dropdown__wrapper.dropdown-right .dropdown ul.custom-sidebar__set__children {
    align-items: flex-start;
    align-content: flex-start;
    gap: 0;
  }
}
.dropdown__wrapper.active button img {
  opacity: 1 !important;
  filter: none !important;
}
.dropdown__wrapper.active .header__avatar__wrapper {
  border-color: var(--primary) !important;
}
.dropdown__wrapper.active .dropdown {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dropdown__wrapper.active .dropdown {
    transform: translateY(0);
  }
}
@media screen and (max-width: 835px) {
  .dropdown__wrapper.active .dropdown {
    transform: translateY(0);
  }
}
.dropdown__wrapper.active .header__hamburger span {
  background: var(--primary);
}
.dropdown__wrapper.active .header__hamburger span:nth-of-type(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}
.dropdown__wrapper.active .header__hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dropdown__wrapper.active .header__hamburger span:nth-of-type(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.6rem);
}

.sidebar, .custom-sidebar {
  background: #FFFFFF;
  color: #393843;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.02);
  position: absolute;
  width: 17.85714rem;
  height: 100%;
  padding-top: 6.5rem;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sidebar::-webkit-scrollbar-track, .custom-sidebar::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.sidebar::-webkit-scrollbar, .custom-sidebar::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #F2F2F2;
}
.sidebar::-webkit-scrollbar-thumb, .custom-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--base);
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .sidebar, .custom-sidebar {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .sidebar, .custom-sidebar {
    display: none !important;
  }
}
.sidebar.active, .custom-sidebar.active {
  transform: translateY(0);
}
.sidebar .custom-sidebar__wrapper, .custom-sidebar .custom-sidebar__wrapper {
  background: #FFFFFF;
}

.button--toggle-sidebar {
  width: 2rem !important;
  height: 2rem !important;
  position: absolute !important;
  top: 6rem !important;
  right: -1.25rem !important;
  background: #393843 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 2;
}
.button--toggle-sidebar svg {
  width: 65% !important;
}
.button--toggle-sidebar svg path {
  fill: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--toggle-sidebar:hover {
    display: flex !important;
    background: var(--secondary) !important;
  }
}

.custom-sidebar__navigation {
  margin-top: 1rem;
}
.custom-sidebar__navigation .divider {
  margin: 0.5rem 1rem 0;
  height: 1px;
  border-bottom: 1px solid rgba(141, 139, 159, 0.25);
}
@media screen and (max-width: 835px) {
  .custom-sidebar__navigation .divider {
    width: calc(100% - 2rem);
    margin-bottom: 0.5rem;
  }
}

.custom-sidebar__navigation__group {
  width: 100%;
  padding: 0.15rem 0.5rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__navigation__group {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__navigation__group {
    flex-direction: column;
    align-items: stretch;
  }
}
.custom-sidebar__navigation__group.has-submenu::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s ease;
  background-image: url("https://public-images.brainstem.org/images/icons/icon-chevron-right.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__navigation__group.has-submenu::before {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__navigation__group.has-submenu::before {
    display: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__navigation__group.has-submenu:hover::before {
    filter: grayscale(0.3);
    opacity: 0.4;
  }
}
@media (hover: none) {
  .custom-sidebar__navigation__group .button--navigation-item {
    width: calc(100% - 2rem);
    flex-grow: 0;
  }
}
@media screen and (hover: none) and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__navigation__group .button--navigation-item {
    width: 100%;
  }
}
@media screen and (hover: none) and (max-width: 835px) {
  .custom-sidebar__navigation__group .button--navigation-item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__navigation__group:hover .button--navigation-item {
    color: var(--secondary) !important;
  }
  .custom-sidebar__navigation__group:hover .custom-sidebar__submenu {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .custom-sidebar__navigation__group:hover .custom-sidebar__submenu .button--navigation-item:not(.active) {
    color: #393843 !important;
  }
  .custom-sidebar__navigation__group:hover .custom-sidebar__submenu .button--navigation-item.active {
    color: var(--primary) !important;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .custom-sidebar__navigation__group:hover .custom-sidebar__submenu .button--navigation-item:hover {
    color: var(--secondary) !important;
  }
}
.custom-sidebar__navigation__group .custom-sidebar__navigation__add {
  position: absolute !important;
  top: calc(50% - 0.625rem) !important;
  right: 1rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  background: var(--secondary) !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.custom-sidebar__navigation__group .custom-sidebar__navigation__add img {
  filter: brightness(0) invert(1) !important;
  width: 80% !important;
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__navigation__group:hover .custom-sidebar__navigation__add {
    visibility: visible;
    opacity: 1;
  }
}

.custom-sidebar__block {
  width: 100%;
  padding: 0.25rem 0.5rem !important;
  position: relative;
}

.custom-sidebar__block__title {
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
  color: #8D8B9F;
}

.custom-sidebar__set {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  margin-bottom: 0.25rem;
  position: relative;
}
.custom-sidebar__set .custom-sidebar__set__children {
  margin: 0 0.4rem 0 1.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.25rem !important;
  border-left: 1px dotted rgba(141, 139, 159, 0.5);
}
@media screen and (max-width: 835px) {
  .custom-sidebar__set .custom-sidebar__set__children {
    margin-right: 0;
  }
}
@media screen and (max-width: 601px) {
  .custom-sidebar__set .custom-sidebar__set__children {
    gap: 0.5rem !important;
  }
}

.custom-sidebar__expandable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.custom-sidebar__expandable .custom-sidebar__expandable__header {
  width: 100%;
  position: relative;
}
.custom-sidebar__expandable .custom-sidebar__expandable__body {
  width: calc(100% - 1.25rem);
  height: auto;
  transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
  margin-left: 1.25rem;
  border-left: 1px dotted rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 0.25rem !important;
  max-height: 0;
  opacity: 0;
  display: none;
}
.custom-sidebar__expandable .custom-sidebar__navigation__expand {
  position: absolute !important;
  top: calc(50% - 1rem) !important;
  right: 0.25rem !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
}
.custom-sidebar__expandable .custom-sidebar__navigation__expand svg {
  width: 80% !important;
}
.custom-sidebar__expandable .custom-sidebar__navigation__expand svg path {
  fill: #8D8B9F;
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__expandable:hover .custom-sidebar__navigation__expand {
    background: #F2F2F2 !important;
  }
  .custom-sidebar__expandable:hover .custom-sidebar__navigation__expand svg path {
    fill: var(--secondary);
  }
}
.custom-sidebar__expandable:not(.expanded) .custom-sidebar__expandable__body {
  animation: collapseBody 0.3s ease-in-out forwards;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__expandable:not(.expanded) .custom-sidebar__expandable__body {
    visibility: hidden;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__expandable:not(.expanded) .custom-sidebar__expandable__body {
    visibility: hidden;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__expandable:not(.expanded) .show-mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__expandable:not(.expanded) .show-mobile {
    visibility: hidden;
  }
}
.custom-sidebar__expandable.expanded .custom-sidebar__expandable__body {
  animation: expandBody 0.3s ease-in-out forwards;
  opacity: 1 !important;
  display: flex !important;
  padding: 0.5rem 0 0 !important;
}
@media screen and (max-width: 601px) {
  .custom-sidebar__expandable.expanded .custom-sidebar__expandable__body {
    gap: 0.5rem;
  }
}
.custom-sidebar__expandable.expanded .custom-sidebar__navigation__expand {
  transform: rotateX(180deg);
}
.custom-sidebar__expandable.expanded .custom-sidebar__navigation__expand svg path {
  fill: var(--secondary) !important;
}
.custom-sidebar__expandable .custom-sidebar__navigation__group {
  padding-right: 0 !important;
}
.custom-sidebar__expandable .custom-sidebar__navigation__group .custom-sidebar__navigation__add {
  right: 0.6rem !important;
}

.custom-sidebar__submenu {
  position: absolute;
  left: 100%;
  top: -0.75rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: auto;
  height: auto;
  min-width: 10rem;
  padding: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
  opacity: 0;
  display: none;
  visibility: hidden;
  border: 1px solid rgba(129, 34, 161, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__submenu {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__submenu {
    display: none !important;
    flex-direction: column;
    position: relative;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    gap: 0;
    background: none;
    padding: 0.75rem 0 0 1rem !important;
    border: none;
    box-shadow: none;
  }
  .custom-sidebar__submenu.show-mobile {
    display: flex !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__submenu {
    display: none !important;
    flex-direction: column;
    position: relative;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    gap: 0;
    background: none;
    padding: 0.75rem 0 0 1rem !important;
    border: none;
    box-shadow: none;
  }
  .custom-sidebar__submenu.show-mobile {
    display: flex !important;
  }
}
.custom-sidebar__submenu .custom-sidebar__submenu__group {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group {
    display: none !important;
  }
}
.custom-sidebar__submenu .custom-sidebar__submenu__group.show-mobile::before {
  content: "";
  width: 0.85rem;
  height: 100%;
  position: absolute;
  top: 0.05rem;
  left: -0.25rem;
  background-image: url("https://public-images.brainstem.org/images/icons/icon_child.svg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group.show-mobile {
    display: flex !important;
    padding-left: 0.5rem;
  }
  .custom-sidebar__submenu .custom-sidebar__submenu__group.show-mobile::before {
    display: block;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group.show-mobile {
    display: flex !important;
    padding-left: 0.25rem;
  }
  .custom-sidebar__submenu .custom-sidebar__submenu__group.show-mobile::before {
    display: block;
  }
}
.custom-sidebar__submenu .custom-sidebar__submenu__group .custom-sidebar__navigation__add {
  opacity: 0;
  visibility: hidden;
}
.custom-sidebar__submenu .custom-sidebar__submenu__group .button--navigation-item {
  padding-right: 4rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group:not(.has-sublist):hover .custom-sidebar__navigation__add {
    visibility: visible;
    opacity: 1;
    display: flex;
  }
}
.custom-sidebar__submenu .custom-sidebar__submenu__group.has-sublist {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
.custom-sidebar__submenu .custom-sidebar__submenu__group.has-sublist .custom-sidebar__sublist {
  border-left: 1px dotted rgba(141, 139, 159, 0.5);
  margin-left: 0.85rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.75rem;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group.has-sublist .custom-sidebar__sublist {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-sidebar__submenu .custom-sidebar__submenu__group.has-sublist .custom-sidebar__sublist {
    display: none !important;
  }
}

.custom-sidebar__search {
  width: 100%;
  max-width: 100% !important;
  position: relative;
}
.custom-sidebar__search input {
  width: 100%;
  height: 3rem;
  font-family: "Neue Montreal", sans-serif !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .custom-sidebar__search input {
    line-height: 1.5;
  }
}
.custom-sidebar__search input:focus {
  border-color: var(--primary) !important;
  color: #1A1B1C !important;
  box-shadow: none !important;
}
.custom-sidebar__search button {
  position: absolute !important;
  height: 100% !important;
  top: 0;
  right: 0;
  align-items: center;
  padding: 0.75rem !important;
}
@media screen and (max-width: 835px) {
  .custom-sidebar__search button {
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .custom-sidebar__search button:hover svg path {
    fill: var(--primary);
  }
}

@keyframes expandBody {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
@keyframes collapseBody {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 0;
  }
}
@media screen and (min-width: 835px) {
  .sidebar.collapsed, .custom-sidebar.collapsed {
    width: 4rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .sidebar.collapsed, .custom-sidebar.collapsed {
    width: 4rem;
  }
}
.sidebar.collapsed .button--toggle-sidebar svg, .custom-sidebar.collapsed .button--toggle-sidebar svg {
  transform: rotateY(180deg);
}
.sidebar.collapsed .button--switch__wrapper .button--switch, .custom-sidebar.collapsed .button--switch__wrapper .button--switch {
  border-radius: 0.5rem !important;
}
.sidebar.collapsed .button--switch__wrapper .button--switch a, .custom-sidebar.collapsed .button--switch__wrapper .button--switch a {
  pointer-events: none !important;
  aspect-ratio: 1/1;
}
.sidebar.collapsed .button--switch__wrapper .button--switch img, .custom-sidebar.collapsed .button--switch__wrapper .button--switch img {
  width: 1rem;
  margin: 0;
}
.sidebar.collapsed .button--switch__wrapper .button--switch span, .custom-sidebar.collapsed .button--switch__wrapper .button--switch span {
  display: none;
}
.sidebar.collapsed .button--switch__wrapper .button--switch:not(.active), .custom-sidebar.collapsed .button--switch__wrapper .button--switch:not(.active) {
  display: none !important;
}
.sidebar.collapsed .custom-sidebar__navigation, .custom-sidebar.collapsed .custom-sidebar__navigation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group, .custom-sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group {
  width: auto;
}
.sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group .button--navigation, .custom-sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group .button--navigation {
  width: auto !important;
}
.sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group .button--navigation span, .custom-sidebar.collapsed .custom-sidebar__navigation .custom-sidebar__navigation__group .button--navigation span {
  display: none;
}
.sidebar.collapsed .custom-sidebar__search, .custom-sidebar.collapsed .custom-sidebar__search {
  display: none;
}
.sidebar.collapsed .custom-sidebar__expandable, .custom-sidebar.collapsed .custom-sidebar__expandable {
  width: 100%;
  transition: all 0.4s ease-out;
}
.sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .button--navigation, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .button--navigation {
  width: auto !important;
}
.sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .button--navigation span, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .button--navigation span {
  display: none;
}
.sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .custom-sidebar__navigation__expand, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__header .custom-sidebar__navigation__expand {
  display: none !important;
}
.sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body {
  animation: none;
  border: none;
  margin: 0;
  max-height: 100vh;
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: auto;
  height: auto;
  min-width: 10rem;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  opacity: 0;
  display: none;
  visibility: hidden;
  border: 1px solid rgba(129, 34, 161, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body {
    display: none !important;
  }
}
.sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body li, .custom-sidebar.collapsed .custom-sidebar__expandable .custom-sidebar__expandable__body li {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar.collapsed .custom-sidebar__expandable:hover .custom-sidebar__expandable__body, .custom-sidebar.collapsed .custom-sidebar__expandable:hover .custom-sidebar__expandable__body {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
.sidebar.collapsed .custom-sidebar__navigation__add, .custom-sidebar.collapsed .custom-sidebar__navigation__add {
  display: none !important;
}
.sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children, .custom-sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children {
  animation: none;
  border: none;
  margin: 0;
  max-height: 100vh;
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: auto;
  height: auto;
  min-width: 10rem;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.25rem;
  opacity: 0;
  display: none;
  visibility: hidden;
  border: 1px solid rgba(129, 34, 161, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children, .custom-sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children, .custom-sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children, .custom-sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children {
    display: none !important;
  }
}
.sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children li, .custom-sidebar.collapsed .custom-sidebar__set .custom-sidebar__set__children li {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar.collapsed .custom-sidebar__set:hover .custom-sidebar__set__children, .custom-sidebar.collapsed .custom-sidebar__set:hover .custom-sidebar__set__children {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}

.api__navigation .custom-sidebar__navigation__group.has-submenu::before {
  display: none !important;
}
.api__navigation .custom-sidebar__set .custom-sidebar__set__children {
  gap: 0 !important;
}
.api__navigation .custom-sidebar__expandable.expanded .custom-sidebar__expandable__body {
  gap: 0 !important;
}
.api__navigation #approvals {
  margin-top: 0.5rem;
}

.button--api-return {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.custom-sidebar__api-title {
  color: var(--primary);
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  text-align: left;
}

body[data-theme*=api] .button--switch__wrapper {
  margin-bottom: 0.5rem !important;
}

.custom-container {
  padding-left: 17.85714rem !important;
  padding-top: 5.5rem !important;
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
  position: relative;
  transition: padding-left 0s ease !important;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-container:has(.api-view__response-info) {
  height: auto;
  -ms-overflow-style: initial;
  scrollbar-width: initial;
}
.custom-container:has(.api-view__response-info)::-webkit-scrollbar-track {
  background-color: #BFBFBF;
}
.custom-container:has(.api-view__response-info)::-webkit-scrollbar {
  width: 1rem;
  background-color: #BFBFBF;
}
.custom-container:has(.api-view__response-info)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-container {
    padding-left: 0 !important;
    left: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: auto;
  }
}
@media screen and (max-width: 835px) {
  .custom-container {
    padding-left: 0 !important;
    padding-top: 7rem !important;
    left: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: auto;
  }
}
.custom-container::before, .custom-container::after {
  content: "";
  width: 100%;
  height: 23rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.custom-container::before {
  background: linear-gradient(90.9deg, var(--gradient-color1) 54.69%, var(--gradient-color2) 100%);
}
.custom-container::after {
  opacity: 0.5;
  background-image: url("https://public-images.brainstem.org/images/brainstem/header_bg-image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .custom-container.expanded {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .custom-container.expanded {
    padding-left: 4rem !important;
  }
}
.custom-container--popup {
  padding-left: 0 !important;
  padding-top: 1.5rem !important;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-container--popup {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-container--popup {
    padding-top: 6rem !important;
  }
}
.custom-container--popup .list-view__header {
  min-height: 0 !important;
}
.custom-container--popup .submit-row {
  top: 2rem !important;
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .related-popup {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 835px) {
  .related-popup {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 601px) {
  .related-popup {
    padding-left: 0 !important;
  }
}

.related-popup-container::-webkit-scrollbar-track {
  background-color: #BFBFBF;
}
.related-popup-container::-webkit-scrollbar {
  width: 1rem;
  background-color: #BFBFBF;
}
.related-popup-container::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.related-popup-back {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  border: 0.1rem solid #1A1B1C !important;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
  text-transform: capitalize !important;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.75rem !important;
  text-transform: capitalize !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  left: 22rem !important;
}
.related-popup-back[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
.related-popup-back.no-icon {
  padding-right: 1rem !important;
}
.related-popup-back::before {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .related-popup-back:hover:not(:disabled), .related-popup-back:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
  }
  .related-popup-back:hover:not(:disabled):before, .related-popup-back:hover:not([disabled]):before {
    background-color: var(--secondary) !important;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .related-popup-back {
    top: 0 !important;
    left: 9rem !important;
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
}
@media screen and (max-width: 835px) {
  .related-popup-back {
    top: 0 !important;
    left: 9rem !important;
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
}
@media screen and (max-width: 835px) {
  .related-popup-back {
    left: 0 !important;
  }
}
.related-popup-back .related-popup-back-label {
  display: none !important;
}

#content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#content:not(.colM) {
  height: auto;
}
#content:not(.colM) h1 {
  display: inline-block;
  color: #FFFFFF;
}
#content.colM #content-main:not:has(.detail-view__inline__header) p:not(.errornote):not(.deletelink-box) {
  color: #FFFFFF !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
#content.colM #content-main:not:has(.detail-view__inline__header) fieldset.module p:not(.errornote):not(.deletelink-box) {
  color: #393843 !important;
}
#content.colM #content-main:not:has(.detail-view__inline__header) fieldset.module .form-row p:not(.errornote):not(.deletelink-box) {
  color: #393843 !important;
}
#content.colM #content-main:not:has(.detail-view__inline__header) fieldset.module .form-row p a {
  color: var(--secondary) !important;
  text-decoration: underline !important;
}

.custom-content__title, .detail-view__header__title {
  display: -webkit-box !important;
  color: #FFFFFF !important;
}

.dashboard-tools {
  right: 0;
  top: 0;
}
.dashboard-tools form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
.dashboard-tools form .select2 .selection .select2-selection {
  background: var(--base) !important;
}
.dashboard-tools .add-dashboard-link, .dashboard-tools .reset-dashboard-link {
  width: 2.4rem !important;
  height: 2.4rem !important;
  border-radius: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: 5.2rem !important;
  height: 3rem !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  padding: 0 !important;
}
.dashboard-tools .add-dashboard-link.no-link, .dashboard-tools .reset-dashboard-link.no-link {
  padding: 0 !important;
}
.dashboard-tools .add-dashboard-link img, .dashboard-tools .reset-dashboard-link img {
  width: 90%;
}
.dashboard-tools .add-dashboard-link::before, .dashboard-tools .reset-dashboard-link::before {
  display: none !important;
}
.dashboard-tools .add-dashboard-link:focus, .dashboard-tools .reset-dashboard-link:focus {
  box-shadow: none !important;
}
.dashboard-tools .add-dashboard-link.button--icon--primary, .dashboard-tools .reset-dashboard-link.button--icon--primary {
  background: var(--secondary) !important;
  color: #FFFFFF !important;
  padding: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-tools .add-dashboard-link.button--icon--primary:hover, .dashboard-tools .reset-dashboard-link.button--icon--primary:hover {
    background: #393843 !important;
  }
}
.dashboard-tools .add-dashboard-link .reset-dashboard-link-label, .dashboard-tools .reset-dashboard-link .reset-dashboard-link-label {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-tools .add-dashboard-link:hover, .dashboard-tools .reset-dashboard-link:hover {
    background: var(--secondary) !important;
  }
}

.dashboard-container {
  min-height: 100vh;
  padding: 1rem 0;
}
.dashboard-container .dashboard-item {
  border-radius: 0.75rem;
  background: #FFFFFF;
  color: #393843 !important;
  font-family: "Inter", sans-serif !important;
  box-shadow: 0rem 0rem 1.25rem rgba(179, 179, 179, 0.15);
  overflow: hidden;
}
.dashboard-container .dashboard-item .dashboard-item-header {
  padding: 1rem 0.75rem !important;
  background: none;
  border-radius: 0.75rem 0.75rem 0 0;
  color: var(--primary);
}
.dashboard-container .dashboard-item .dashboard-item-header-drag, .dashboard-container .dashboard-item .dashboard-item-header-buttons {
  line-height: 1.2rem !important;
}
.dashboard-container .dashboard-item .dashboard-item-header-title {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  font-weight: 600;
  text-transform: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.dashboard-container .dashboard-item .dashboard-item-header-drag {
  color: #8D8B9F;
  padding-right: 0.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-container .dashboard-item .dashboard-item-header-drag:hover {
    cursor: grab;
    color: #393843;
  }
}
.dashboard-container .dashboard-item .dashboard-item-header-buttons {
  color: var(--secondary);
  font-size: 1.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-container .dashboard-item .dashboard-item-header-buttons span:hover {
    color: var(--primary);
  }
}
.dashboard-container .dashboard-item .dashboard-item-content {
  border-radius: 0 0 0.75rem 0.75rem;
  padding-bottom: 0.5rem;
  box-shadow: none !important;
}
.dashboard-container .dashboard-item .dashboard-item-content li {
  padding: 0.75rem 1rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .dashboard-container .dashboard-item .dashboard-item-content li {
    line-height: 1.5;
  }
}
.dashboard-container .dashboard-item .dashboard-item-content li.contrast {
  background: var(--base);
  font-weight: 600;
  line-height: 1 !important;
  text-transform: initial !important;
  color: var(--secondary) !important;
  text-align: left;
}
.dashboard-container .dashboard-item .dashboard-item-content li.contrast:has(a) {
  padding: 0 !important;
}
.dashboard-container .dashboard-item .dashboard-item-content li.contrast:has(a) a {
  padding: 0.75rem;
  text-transform: initial !important;
  font-weight: 600;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-container .dashboard-item .dashboard-item-content li.contrast:has(a):hover {
    background: #F2F2F2;
  }
}
.dashboard-container .dashboard-item .dashboard-item-content li .dim {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .dashboard-container .dashboard-item .dashboard-item-content li .dim {
    line-height: 1.5;
  }
}
.dashboard-container .dashboard-item .dashboard-item-content li center {
  font-weight: 700;
  color: var(--secondary);
}
.dashboard-container .dashboard-item .dashboard-item-content li span[class*=icon] {
  color: var(--secondary);
}

.dashboard .list-view__header {
  min-height: 0 !important;
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dashboard-tools-toggle-container {
    display: none !important;
  }
}
@media screen and (max-width: 835px) {
  .dashboard-tools-toggle-container {
    display: none !important;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .dashboard-tools {
    display: block !important;
    position: absolute !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 835px) {
  .dashboard-tools {
    display: block !important;
    position: absolute !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 835px) {
  .dashboard-tools {
    display: none !important;
  }
}

.list-view__header {
  width: 100%;
  z-index: 2;
  position: sticky;
  top: 0;
}
.list-view__header::before, .list-view__header::after {
  content: "";
  width: calc(100% + 2.85714rem);
  height: 23rem;
  position: absolute;
  bottom: 4rem;
  left: -1.42857rem;
  z-index: -1;
}
.list-view__header::before {
  background: linear-gradient(90.9deg, var(--gradient-color1) 54.69%, var(--gradient-color2) 100%);
}
.list-view__header::after {
  opacity: 0.5;
  background-image: url("https://public-images.brainstem.org/images/brainstem/header_bg-image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list-view__header .list-view__header__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 1.5rem;
  position: relative;
}
.list-view__header .list-view__header__text {
  width: 60%;
  max-width: calc(100% - 200px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .list-view__header .list-view__header__text {
    max-width: calc(100% - 350px);
  }
}
@media screen and (max-width: 835px) {
  .list-view__header .list-view__header__text {
    width: 70%;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__title {
    width: 100%;
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
  }
  .list-view__header .list-view__header__title span {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.list-view__header .breadcrumbs {
  display: none;
}
.list-view__header .list-view__header__actions {
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 835px) {
  .list-view__header .list-view__header__actions {
    z-index: 3;
  }
}
.list-view__header .list-view__header__actions:has(.recently-saved-message:not(:empty)) {
  height: 100%;
}
.list-view__header .list-view__header__actions .addlink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  border: 0.1rem solid #1A1B1C !important;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
}
.list-view__header .list-view__header__actions .addlink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
.list-view__header .list-view__header__actions .addlink.no-icon {
  padding-right: 1rem !important;
}
.list-view__header .list-view__header__actions .addlink::before {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header .list-view__header__actions .addlink:hover:not(:disabled), .list-view__header .list-view__header__actions .addlink:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
  }
  .list-view__header .list-view__header__actions .addlink:hover:not(:disabled):before, .list-view__header .list-view__header__actions .addlink:hover:not([disabled]):before {
    background-color: var(--secondary) !important;
  }
}
@media screen and (max-width: 1194px) {
  .list-view__header .list-view__header__actions .addlink span {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 835px) {
  .list-view__header .list-view__header__actions .addlink span {
    max-width: 7rem;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .addlink {
    padding: 0 !important;
    width: 3.2rem !important;
    height: 3.2rem !important;
    border-radius: 100% !important;
  }
  .list-view__header .list-view__header__actions .addlink::before {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    font-size: 0.9rem !important;
  }
}
.list-view__header .list-view__header__actions .recoverlink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  background: var(--base) !important;
  gap: 0.5rem;
  align-items: center;
  align-content: center;
}
.list-view__header .list-view__header__actions .recoverlink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header .list-view__header__actions .recoverlink:hover:not(:disabled), .list-view__header .list-view__header__actions .recoverlink:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .recoverlink {
    height: 3.2rem !important;
  }
}
.list-view__header .list-view__header__actions .recoverlink i {
  font-size: 1rem !important;
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .recoverlink i {
    font-size: 1.2rem !important;
  }
}
.list-view__header .list-view__header__actions .apilink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  background: var(--base) !important;
  align-items: center;
  align-content: center;
}
.list-view__header .list-view__header__actions .apilink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header .list-view__header__actions .apilink:hover:not(:disabled), .list-view__header .list-view__header__actions .apilink:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .apilink {
    height: 3.2rem !important;
  }
}
.list-view__header .list-view__header__actions .object-tools {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
  position: fixed;
  top: 7rem;
  right: 1.4rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 835px) {
  .list-view__header .list-view__header__actions .object-tools {
    top: 8.25rem;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .object-tools {
    top: 11rem;
  }
}
.list-view__header .list-view__header__actions .object-tools .button--delete-object {
  transition: all 0.5s ease !important;
}
.list-view__header .list-view__header__actions .object-tools.sticky {
  top: 6rem;
}
@media screen and (min-width: 601px) {
  .list-view__header .list-view__header__actions .object-tools.sticky {
    padding: 1rem !important;
    background: #FFFFFF !important;
    top: 5.5rem !important;
    right: 0 !important;
    border-radius: 0.75rem 0 0 0.75rem;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  }
}
.list-view__header .list-view__header__actions .object-tools.inactive {
  pointer-events: none;
}
.list-view__header .list-view__header__actions .object-tools.inactive li {
  opacity: 0.8 !important;
}
.list-view__header .list-view__header__actions .object-tools li {
  margin: 0 !important;
  transition: opacity 0.5s ease;
}
.list-view__header .list-view__header__actions .object-tools .export_link {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  background: var(--base) !important;
  gap: 0.5rem;
  align-items: center;
  align-content: center;
}
.list-view__header .list-view__header__actions .object-tools .export_link[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header .list-view__header__actions .object-tools .export_link:hover:not(:disabled), .list-view__header .list-view__header__actions .object-tools .export_link:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .object-tools .export_link {
    height: 3.2rem !important;
  }
}
.list-view__header .list-view__header__actions .object-tools .export_link::after {
  content: "\f019";
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 601px) {
  .list-view__header .list-view__header__actions .object-tools .export_link::after {
    font-size: 1.2rem !important;
  }
}
.list-view__header .list-view__header__actions .object-tools.visible {
  opacity: 1 !important;
}
.list-view__header .messagelist__wrapper {
  max-width: 50vw !important;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .list-view__header .messagelist__wrapper {
    max-width: 70vw !important;
  }
}
@media screen and (max-width: 835px) {
  .list-view__header .messagelist__wrapper {
    max-width: 70vw !important;
  }
}
@media screen and (max-width: 601px) {
  .list-view__header .messagelist__wrapper {
    max-width: 95vw !important;
    right: auto;
    left: 1rem;
    bottom: 6rem;
  }
}
.list-view__header .messagelist__wrapper .messagelist__close {
  position: absolute !important;
  bottom: calc(100% - 1rem);
  right: -0.75rem;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  z-index: 10;
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .list-view__header .messagelist__wrapper .messagelist__close:hover:not(:disabled), .list-view__header .messagelist__wrapper .messagelist__close:hover:not([disabled]) {
    background: #393843 !important;
  }
}
.list-view__header .messagelist__wrapper:has(.error) .messagelist__close {
  display: flex !important;
}
.list-view__header .messagelist__wrapper .messagelist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  margin: 0 0 1rem !important;
}
.list-view__header .messagelist__wrapper .messagelist li {
  max-width: 50vw !important;
  text-align: right;
}
@media screen and (max-width: 601px) {
  .list-view__header .messagelist__wrapper .messagelist li {
    max-width: 100% !important;
    text-align: left;
  }
}
.list-view__header .messagelist__wrapper .messagelist li a {
  max-width: 25rem;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1;
}
.list-view__header .messagelist__wrapper .messagelist:has(.error) {
  position: relative;
  padding: 1.5rem 1rem 1rem 1rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  max-height: 25vh;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #FF5757;
  justify-content: flex-start !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
.list-view__header .messagelist__wrapper .messagelist:has(.error)::-webkit-scrollbar-track {
  background-color: var(--base);
  margin: 0.5rem 0;
}
.list-view__header .messagelist__wrapper .messagelist:has(.error)::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}
.list-view__header .messagelist__wrapper .messagelist:has(.error)::-webkit-scrollbar-thumb {
  background-color: #BFBFBF !important;
}
.list-view__header .messagelist__wrapper .messagelist:has(.error)::before {
  content: "Something went wrong";
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: initial;
  color: #FF5757;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 601px) {
  .list-view__header .messagelist__wrapper .messagelist:has(.error)::before {
    margin-bottom: -0.5rem !important;
    order: 1;
  }
}
.list-view__header .messagelist__wrapper .messagelist:has(.error)::after {
  content: "(Please review errorrs below)";
  opacity: 0.8;
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  font-size: 0.95rem !important;
}
@media screen and (max-width: 601px) {
  .list-view__header .messagelist__wrapper .messagelist:has(.error)::after {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
  }
}
.list-view__header .messagelist__wrapper .messagelist:has(.error) li {
  line-height: 1.1 !important;
  padding: 1rem !important;
  text-align: left !important;
}
@media screen and (max-width: 601px) {
  .list-view__header .messagelist__wrapper .messagelist:has(.error) li {
    order: 3;
  }
}

.colM .list-view__header {
  position: relative;
  top: auto;
  z-index: initial;
  min-height: 6rem;
}
.colM .list-view__header::before {
  display: none;
}
.colM .list-view__header::after {
  display: none;
}

@media screen and (max-width: 601px) {
  .change-list .select2-container--open:not(.select2-container--below) {
    position: absolute !important;
    width: 88vw !important;
    left: 6vw !important;
  }
}
.change-list .select2-dropdown--below {
  min-width: 250px;
  top: 0.3rem !important;
  border-radius: 0.25rem;
  border: 1px solid #F2F2F2 !important;
  box-shadow: 0 0 0.48571rem 0 rgba(0, 0, 0, 0.15) !important;
}
@media screen and (max-width: 601px) {
  .change-list .select2-dropdown--below {
    min-width: 88vw !important;
  }
}
.change-list #content-main {
  padding: 0 1.5rem;
}
@media screen and (max-width: 601px) {
  .change-list #content-main {
    padding: 0 0.75rem;
  }
}

.changelist-footer {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1rem 0 0 0 !important;
  z-index: 0;
}
@media screen and (max-width: 601px) {
  .changelist-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1.5rem;
    padding-top: 2rem !important;
  }
}
.changelist-footer .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: norap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  display: flex !important;
  gap: 0.5rem;
}
@media screen and (max-width: 601px) {
  .changelist-footer .actions {
    padding: 0 !important;
  }
}
.changelist-footer .actions .select2 {
  min-width: 12rem !important;
}
.changelist-footer .actions button {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: 0.1rem solid var(--primary) !important;
  margin: 0 !important;
}
.changelist-footer .actions button[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-footer .actions button:hover:not(:disabled), .changelist-footer .actions button:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}
.changelist-footer .paginator {
  display: flex;
  flex-direction: row;
  flex-wrap: norap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem;
  letter-spacing: -0.02625rem;
  line-height: 1rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 601px) {
  .changelist-footer .paginator {
    position: relative;
    right: auto;
  }
}
.changelist-footer .paginator .label {
  padding: 0.75rem 0 0.75rem 1.5rem;
}
.changelist-footer .paginator span {
  margin: 0 !important;
}
.changelist-footer .paginator .this-page {
  background-color: var(--primary) !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  min-width: 2.4rem;
  min-height: 2.4rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.changelist-footer .paginator a {
  background-color: var(--base) !important;
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  padding: 0.25rem !important;
  border-radius: 0 !important;
  min-width: 2.4rem;
  min-height: 2.4rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-footer .paginator a:hover {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.changelist-footer .cf {
  width: 100%;
}

.detail-view__header__breadcrumbs {
  display: block !important;
}

.detail-view__header__actions {
  color: #FFFFFF !important;
}
.detail-view__header__actions .addlink {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  background: var(--base) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.detail-view__header__actions .addlink[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__header__actions .addlink:hover:not(:disabled), .detail-view__header__actions .addlink:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.detail-view__header__actions .addlink::before {
  color: inherit !important;
  margin: 0 0 0 0.75rem !important;
  order: 2 !important;
  font-size: 1rem !important;
}
.detail-view__header__actions .button--main-action::before {
  content: "";
  background-image: url("https://public-images.brainstem.org/images/icons/icon-edit-white.svg");
  background-size: 105% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-view__content .detail-view__form .form__wrapper, .detail-view__content .detail-view__form div:not([class]), .detail-view__content form .form__wrapper, .detail-view__content form div:not([class]) {
  display: flex;
  flex-direction: column;
}
.detail-view__content .detail-view__form .form__wrapper .custom-fieldset, .detail-view__content .detail-view__form .form__wrapper fieldset.module, .detail-view__content .detail-view__form .form__wrapper .detail-viewmodule, .detail-view__content .detail-view__form div:not([class]) .custom-fieldset, .detail-view__content .detail-view__form div:not([class]) fieldset.module, .detail-view__content .detail-view__form div:not([class]) .detail-viewmodule, .detail-view__content form .form__wrapper .custom-fieldset, .detail-view__content form .form__wrapper fieldset.module, .detail-view__content form .form__wrapper .detail-viewmodule, .detail-view__content form div:not([class]) .custom-fieldset, .detail-view__content form div:not([class]) fieldset.module, .detail-view__content form div:not([class]) .detail-viewmodule {
  height: auto;
  overflow: hidden;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 601px) {
  .detail-view__content .detail-view__form .form__wrapper .custom-fieldset, .detail-view__content .detail-view__form .form__wrapper fieldset.module, .detail-view__content .detail-view__form .form__wrapper .detail-viewmodule, .detail-view__content .detail-view__form div:not([class]) .custom-fieldset, .detail-view__content .detail-view__form div:not([class]) fieldset.module, .detail-view__content .detail-view__form div:not([class]) .detail-viewmodule, .detail-view__content form .form__wrapper .custom-fieldset, .detail-view__content form .form__wrapper fieldset.module, .detail-view__content form .form__wrapper .detail-viewmodule, .detail-view__content form div:not([class]) .custom-fieldset, .detail-view__content form div:not([class]) fieldset.module, .detail-view__content form div:not([class]) .detail-viewmodule {
    min-width: 0;
  }
}
.detail-view__content .detail-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar-track, .detail-view__content .detail-view__form .form__wrapper fieldset.module::-webkit-scrollbar-track, .detail-view__content .detail-view__form .form__wrapper .detail-viewmodule::-webkit-scrollbar-track, .detail-view__content .detail-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar-track, .detail-view__content .detail-view__form div:not([class]) fieldset.module::-webkit-scrollbar-track, .detail-view__content .detail-view__form div:not([class]) .detail-viewmodule::-webkit-scrollbar-track, .detail-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar-track, .detail-view__content form .form__wrapper fieldset.module::-webkit-scrollbar-track, .detail-view__content form .form__wrapper .detail-viewmodule::-webkit-scrollbar-track, .detail-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar-track, .detail-view__content form div:not([class]) fieldset.module::-webkit-scrollbar-track, .detail-view__content form div:not([class]) .detail-viewmodule::-webkit-scrollbar-track {
  background-color: #BFBFBF;
  margin: 1rem 0;
}
.detail-view__content .detail-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar, .detail-view__content .detail-view__form .form__wrapper fieldset.module::-webkit-scrollbar, .detail-view__content .detail-view__form .form__wrapper .detail-viewmodule::-webkit-scrollbar, .detail-view__content .detail-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar, .detail-view__content .detail-view__form div:not([class]) fieldset.module::-webkit-scrollbar, .detail-view__content .detail-view__form div:not([class]) .detail-viewmodule::-webkit-scrollbar, .detail-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar, .detail-view__content form .form__wrapper fieldset.module::-webkit-scrollbar, .detail-view__content form .form__wrapper .detail-viewmodule::-webkit-scrollbar, .detail-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar, .detail-view__content form div:not([class]) fieldset.module::-webkit-scrollbar, .detail-view__content form div:not([class]) .detail-viewmodule::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
.detail-view__content .detail-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar-thumb, .detail-view__content .detail-view__form .form__wrapper fieldset.module::-webkit-scrollbar-thumb, .detail-view__content .detail-view__form .form__wrapper .detail-viewmodule::-webkit-scrollbar-thumb, .detail-view__content .detail-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar-thumb, .detail-view__content .detail-view__form div:not([class]) fieldset.module::-webkit-scrollbar-thumb, .detail-view__content .detail-view__form div:not([class]) .detail-viewmodule::-webkit-scrollbar-thumb, .detail-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar-thumb, .detail-view__content form .form__wrapper fieldset.module::-webkit-scrollbar-thumb, .detail-view__content form .form__wrapper .detail-viewmodule::-webkit-scrollbar-thumb, .detail-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar-thumb, .detail-view__content form div:not([class]) fieldset.module::-webkit-scrollbar-thumb, .detail-view__content form div:not([class]) .detail-viewmodule::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.aligned label + p {
  margin: 0 !important;
  padding: 0 !important;
}

.detail-view__form div:not([class]).no-tabs fieldset, .detail-view__form .form__wrapper.no-tabs fieldset {
  display: flex !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row {
  color: #8D8B9F;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.detail-view__inline__header, .detail-view__inline__header__actions), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.detail-view__inline__header, .detail-view__inline__header__actions) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row a:not([class], :empty), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row a:not([class], :empty) {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  display: block;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row a:not([class], :empty), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row a:not([class], :empty) {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row a:not([class], :empty):hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row a:not([class], :empty):hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row p, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row p {
  vertical-align: middle;
  display: flex;
  color: #8D8B9F;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]):has(table), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]):has(table) {
  align-items: flex-start;
  align-content: flex-start;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]):has(table) label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]):has(table) label {
  padding-top: 0.4rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]) div:not([class]), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]) div:not([class]) {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]) div:not([class]):has(table), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]) div:not([class]):has(table) {
  align-items: flex-start;
  align-content: flex-start;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]) div:not([class]):has(table) label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]) div:not([class]):has(table) label {
  padding-top: 0.4rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row div:not([class]) .related-widget-wrapper, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row div:not([class]) .related-widget-wrapper {
  width: auto;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row label {
  padding: 0 !important;
  width: auto !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row label {
    width: 100% !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row input:read-only, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row input:read-only {
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
  color: #8D8B9F !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row input:read-only, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row input:read-only {
    width: 100% !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not:has(.detail-view__inline__header):has(p) label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not:has(.detail-view__inline__header):has(p) label {
  width: 100% !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.field-description) ul, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.field-description) ul {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  padding: 0 !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.field-description) ul a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.field-description) ul a {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  display: block;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.field-description) ul a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.field-description) ul a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.field-description) ul a:hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.field-description) ul a:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:not(.field-description) ul li, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:not(.field-description) ul li {
  display: flex;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table {
  box-shadow: none !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table th, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table th {
  background: var(--base);
  color: #8D8B9F;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0 !important;
  text-transform: initial;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table th, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table th {
    line-height: 1.5;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table th:first-child, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table th:first-child {
  border-radius: 0.75rem 0 0 0;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table th:last-child, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table th:last-child {
  border-radius: 0 0.75rem 0 0;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table th .sortoptions, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table th .sortoptions {
  color: var(--secondary) !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table td, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table td {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 0.5rem 1rem !important;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  vertical-align: middle;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table td, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table td {
    line-height: 1.5;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table td:first-child, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table td:first-child {
  padding: 1.5rem;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table tr:last-child:not(:nth-child(2)) td, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table tr:last-child:not(:nth-child(2)) td {
  border-bottom: none;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table a {
  background: none !important;
  text-decoration: underline !important;
  color: #4550B6 !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row table a:hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row table a:hover {
    color: var(--secondary) !important;
    text-decoration: none !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:has(.field-box), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:has(.field-box) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start !important;
  align-content: flex-start;
  gap: 0 !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:has(.field-box), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:has(.field-box) {
    flex-direction: column;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row:has(.field-box) .field-box div:not([class]) p, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row:has(.field-box) .field-box div:not([class]) p {
  margin: 0;
  padding: 0;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-name input, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-name input {
  color: #393843 !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description p, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description p {
  color: #8D8B9F !important;
  display: block !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description sup, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description sub, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description sub {
  vertical-align: sub !important;
  font-size: smaller !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description div:not([class]), .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description div:not([class]) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description label, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description label {
  width: 100% important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description a {
  background: none !important;
  padding: 0 !important;
  color: var(--primary) !important;
  text-decoration: underline !important;
  display: inline-block !important;
  overflow: initial !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description a:hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description a:hover {
    color: var(--secondary) !important;
    background: none !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ul, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ol, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ul, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ol {
  margin: 0 0 1.5rem 0 !important;
  padding-left: 3rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ul, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ul li, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ul, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ul li {
  list-style: circle !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ol, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description ol li, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ol, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description ol li {
  list-style: decimal !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h2, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h2 {
  font-size: 2rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h3, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h3 {
  font-size: 1.5rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h4, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h4 {
  font-size: 1.25rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h5, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h5 {
  font-size: 1rem !important;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h2, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h3, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h4, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h5, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description h6, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h2, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h3, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h4, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h5, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description h6 {
  font-weight: 700;
  text-transform: initial !important;
  color: inherit !important;
  padding: 0;
  border: 0;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-description blockquote, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-description blockquote {
  quotes: initial;
  padding: 1rem;
  margin: 1rem 0 1.5rem 0;
  border-left: 5px solid var(--base);
  background: rgba(0, 0, 0, 0.025);
  font-style: oblique;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-extra_content_json span, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-extra_content_json span {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
  background: #F2F2F2 !important;
  color: rgba(57, 56, 67, 0.8) !important;
  cursor: initial;
  pointer-events: none !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-extra_content_json span, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-extra_content_json span {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-extra_content_json span, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-extra_content_json span {
    white-space: nowrap;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-hardwaredevice_supplier.field-hardwaredevice, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-consumable_supplier.field-consumable, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-consumablestock_inventory.field-consumablestock, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-brain_region_atlas.field-brain_region, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-strain_species, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-hardwaredevice_supplier.field-hardwaredevice, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-consumable_supplier.field-consumable, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-consumablestock_inventory.field-consumablestock, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-brain_region_atlas.field-brain_region, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-strain_species {
  flex-direction: row;
  align-items: center;
  gap: 2rem !important;
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-hardwaredevice_supplier.field-hardwaredevice, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-consumable_supplier.field-consumable, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-consumablestock_inventory.field-consumablestock, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-brain_region_atlas.field-brain_region, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-strain_species, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-hardwaredevice_supplier.field-hardwaredevice, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-consumable_supplier.field-consumable, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-consumablestock_inventory.field-consumablestock, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-brain_region_atlas.field-brain_region, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-strain_species {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-publication_url a, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-pdf_url a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-publication_url a, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-pdf_url a {
  background: none !important;
  padding: 0 !important;
  color: var(--secondary) !important;
  text-decoration: underline !important;
  display: inline-block !important;
  overflow: initial !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-publication_url a:hover, .detail-view__form div:not([class]) fieldset:not(.search-module) .form-row.field-pdf_url a:hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-publication_url a:hover, .detail-view__form .form__wrapper fieldset:not(.search-module) .form-row.field-pdf_url a:hover {
    color: var(--secondary) !important;
    text-decoration: none !important;
    background: none !important;
  }
}
.detail-view__form div:not([class]) fieldset:not(.search-module) h1, .detail-view__form div:not([class]) fieldset:not(.search-module) h2, .detail-view__form div:not([class]) fieldset:not(.search-module) h3, .detail-view__form .form__wrapper fieldset:not(.search-module) h1, .detail-view__form .form__wrapper fieldset:not(.search-module) h2, .detail-view__form .form__wrapper fieldset:not(.search-module) h3 {
  border-top: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 1.5rem 0 0;
  column-gap: 1rem;
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: initial;
}
.detail-view__form div:not([class]) fieldset:not(.search-module) h1, .detail-view__form .form__wrapper fieldset:not(.search-module) h1 {
  border-top: none;
}
.detail-view__form div:not([class]) fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-subjects label, .detail-view__form div:not([class]) fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-sessions label, .detail-view__form div:not([class]) fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-collections label, .detail-view__form div:not([class]) fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-cohorts label, .detail-view__form .form__wrapper fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-subjects label, .detail-view__form .form__wrapper fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-sessions label, .detail-view__form .form__wrapper fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-collections label, .detail-view__form .form__wrapper fieldset:not(.search-module):not:has(.detail-view__inline__header) .field-cohorts label {
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: #1A1B1C;
  margin-bottom: 1.5rem;
}
.detail-view__form div:not([class]) fieldset:not(.search-module):not(.module_0) .json-fields__wrapper:has(label), .detail-view__form .form__wrapper fieldset:not(.search-module):not(.module_0) .json-fields__wrapper:has(label) {
  gap: 1rem 2rem;
}
.detail-view__form div:not([class]) .changeform-tabs + fieldset, .detail-view__form .form__wrapper .changeform-tabs + fieldset {
  border-radius: 0 0.75rem 0.75rem 0.75rem !important;
}
.detail-view__form div:not([class]) .json-fields__wrapper:has(label), .detail-view__form .form__wrapper .json-fields__wrapper:has(label) {
  width: 100%;
  border-radius: 0.25rem;
  background: rgba(242, 242, 242, 0.5);
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem 0.5rem;
}
@media screen and (max-width: 1024px) {
  .detail-view__form div:not([class]) .json-fields__wrapper:has(label), .detail-view__form .form__wrapper .json-fields__wrapper:has(label) {
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) .json-fields__wrapper:has(label), .detail-view__form .form__wrapper .json-fields__wrapper:has(label) {
    gap: 1rem;
  }
}
.detail-view__form div:not([class]) .json-fields__wrapper:has(label) .form-row, .detail-view__form .form__wrapper .json-fields__wrapper:has(label) .form-row {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .detail-view__form div:not([class]) .json-fields__wrapper:has(label) .form-row, .detail-view__form .form__wrapper .json-fields__wrapper:has(label) .form-row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .detail-view__form div:not([class]) .json-fields__wrapper:has(label) .form-row, .detail-view__form .form__wrapper .json-fields__wrapper:has(label) .form-row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .detail-view__form div:not([class]) .json-fields__wrapper:has(label) .form-row, .detail-view__form .form__wrapper .json-fields__wrapper:has(label) .form-row {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.submit-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.submit-row input {
  margin: 0 !important;
}

.detail-view__content .submit-row a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: 0.1rem solid var(--primary) !important;
}
.detail-view__content .submit-row a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .detail-view__content .submit-row a:hover:not(:disabled), .detail-view__content .submit-row a:hover:not([disabled]) {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}

.create-view__wrapper .list-view__header {
  min-height: 0;
}

.create__intro-text {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  color: #FFFFFF;
  margin: 1rem 0 2rem;
  width: auto;
  padding: 0 0.5rem;
}
@media screen and (max-width: 601px) {
  .create__intro-text {
    line-height: 1.5;
  }
}

.create__wrapper {
  width: auto;
  max-width: 70%;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .create__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .create__wrapper {
    max-width: 100%;
  }
}

.edit-view__header__breadcrumbs {
  display: block !important;
}

.historylink {
  opacity: 0;
}

.edit-view__content .edit-view__form .form__wrapper, .edit-view__content .edit-view__form div:not([class]), .edit-view__content form .form__wrapper, .edit-view__content form div:not([class]) {
  display: flex;
  flex-direction: column;
}
.edit-view__content .edit-view__form .form__wrapper .custom-fieldset, .edit-view__content .edit-view__form .form__wrapper fieldset.module, .edit-view__content .edit-view__form div:not([class]) .custom-fieldset, .edit-view__content .edit-view__form div:not([class]) fieldset.module, .edit-view__content form .form__wrapper .custom-fieldset, .edit-view__content form .form__wrapper fieldset.module, .edit-view__content form div:not([class]) .custom-fieldset, .edit-view__content form div:not([class]) fieldset.module {
  height: auto;
  overflow: hidden;
  padding-bottom: 10rem !important;
}
.edit-view__content .edit-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar-track, .edit-view__content .edit-view__form .form__wrapper fieldset.module::-webkit-scrollbar-track, .edit-view__content .edit-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar-track, .edit-view__content .edit-view__form div:not([class]) fieldset.module::-webkit-scrollbar-track, .edit-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar-track, .edit-view__content form .form__wrapper fieldset.module::-webkit-scrollbar-track, .edit-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar-track, .edit-view__content form div:not([class]) fieldset.module::-webkit-scrollbar-track {
  background-color: #BFBFBF;
  margin: 1rem 0;
}
.edit-view__content .edit-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar, .edit-view__content .edit-view__form .form__wrapper fieldset.module::-webkit-scrollbar, .edit-view__content .edit-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar, .edit-view__content .edit-view__form div:not([class]) fieldset.module::-webkit-scrollbar, .edit-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar, .edit-view__content form .form__wrapper fieldset.module::-webkit-scrollbar, .edit-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar, .edit-view__content form div:not([class]) fieldset.module::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
.edit-view__content .edit-view__form .form__wrapper .custom-fieldset::-webkit-scrollbar-thumb, .edit-view__content .edit-view__form .form__wrapper fieldset.module::-webkit-scrollbar-thumb, .edit-view__content .edit-view__form div:not([class]) .custom-fieldset::-webkit-scrollbar-thumb, .edit-view__content .edit-view__form div:not([class]) fieldset.module::-webkit-scrollbar-thumb, .edit-view__content form .form__wrapper .custom-fieldset::-webkit-scrollbar-thumb, .edit-view__content form .form__wrapper fieldset.module::-webkit-scrollbar-thumb, .edit-view__content form div:not([class]) .custom-fieldset::-webkit-scrollbar-thumb, .edit-view__content form div:not([class]) fieldset.module::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.edit-view__content .submit-row {
  width: auto;
  position: fixed;
  top: 7rem;
  right: 1.4rem;
  z-index: 3;
  overflow: visible;
  opacity: 0;
  transition: all 0.5s ease, opacity 0.5s 0.5s ease;
}
.edit-view__content .submit-row.visible {
  opacity: 1;
}
.edit-view__content .submit-row.visible .historylink {
  opacity: 1;
}
@media screen and (min-width: 601px) {
  .edit-view__content .submit-row.sticky {
    padding: 1rem !important;
    background: #FFFFFF !important;
    top: 5rem !important;
    right: 0 !important;
    border-radius: 0.75rem 0 0 0.75rem;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  }
}
.edit-view__content .submit-row input[name=_addanother], .edit-view__content .submit-row input[name=_continue] {
  display: none !important;
}
.edit-view__content .submit-row .deletelink-box {
  margin: 0 !important;
}
.edit-view__content .submit-row .deletelink-box .deletelink {
  display: flex !important;
}
.edit-view__content .submit-row .deletelink-box .deletelink::after {
  font-weight: 400;
  text-transform: initial;
  line-height: 1;
}
.edit-view__content .submit-row input[name=_save] {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: #1A1B1C !important;
  color: #FFFFFF !important;
  border: 0.1rem solid #1A1B1C !important;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
  padding-right: 1rem !important;
}
.edit-view__content .submit-row input[name=_save][disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
.edit-view__content .submit-row input[name=_save].no-icon {
  padding-right: 1rem !important;
}
.edit-view__content .submit-row input[name=_save]::before {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 0.75rem !important;
}
@media (hover: hover) and (pointer: fine) {
  .edit-view__content .submit-row input[name=_save]:hover:not(:disabled), .edit-view__content .submit-row input[name=_save]:hover:not([disabled]) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
  }
  .edit-view__content .submit-row input[name=_save]:hover:not(:disabled):before, .edit-view__content .submit-row input[name=_save]:hover:not([disabled]):before {
    background-color: var(--secondary) !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .edit-view__content .submit-row a:hover {
    text-decoration: none !important;
  }
}

.primary-fields {
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #F2F2F2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 601px) {
  .primary-fields {
    flex-direction: column;
    padding: 1rem;
  }
}
.primary-fields .fieldBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.25rem !important;
  flex-grow: 1;
  padding: 0 !important;
}

.custom-fieldset, fieldset.module, .detail-viewmodule {
  background: #FFFFFF;
  border-radius: 0.75rem !important;
  padding: 2rem 1.5rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2rem;
  row-gap: 2rem;
}
.custom-fieldset h1, fieldset.module h1, .detail-viewmodule h1 {
  color: #1A1B1C !important;
  padding: 0 0 1.5rem 0 !important;
  margin-bottom: 1.5rem !important;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  width: 100% !important;
  text-transform: initial;
  display: block;
}
.custom-fieldset .form-row, fieldset.module .form-row, .detail-viewmodule .form-row {
  width: 100%;
  max-width: 70vw;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-fieldset .form-row, fieldset.module .form-row, .detail-viewmodule .form-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .custom-fieldset .form-row, fieldset.module .form-row, .detail-viewmodule .form-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .custom-fieldset .form-row, fieldset.module .form-row, .detail-viewmodule .form-row {
    max-width: 100%;
  }
}
.custom-fieldset .form-row:has(.tooltip-status), fieldset.module .form-row:has(.tooltip-status), .detail-viewmodule .form-row:has(.tooltip-status) {
  overflow: visible !important;
}
.custom-fieldset .form-row .flex-container, fieldset.module .form-row .flex-container, .detail-viewmodule .form-row .flex-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5rem;
}
.custom-fieldset .form-row div:not([class]), fieldset.module .form-row div:not([class]), .detail-viewmodule .form-row div:not([class]) {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.25rem;
}
.custom-fieldset .form-row label, fieldset.module .form-row label, .detail-viewmodule .form-row label {
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  font-weight: 600 !important;
  color: #393843;
  padding: 0 0 0.5rem 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 601px) {
  .custom-fieldset .form-row label, fieldset.module .form-row label, .detail-viewmodule .form-row label {
    line-height: 1.5;
  }
}
.custom-fieldset .form-row .help, fieldset.module .form-row .help, .detail-viewmodule .form-row .help {
  margin-left: 0 !important;
}
.custom-fieldset .form-row .help ul, fieldset.module .form-row .help ul, .detail-viewmodule .form-row .help ul {
  margin-left: 0 !important;
  margin-top: 0.5rem !important;
}
.custom-fieldset .form-row.errors, fieldset.module .form-row.errors, .detail-viewmodule .form-row.errors {
  display: flex;
  flex-direction: column;
}
.custom-fieldset .form-row:has(.field-box), fieldset.module .form-row:has(.field-box), .detail-viewmodule .form-row:has(.field-box) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  .custom-fieldset .form-row:has(.field-box), fieldset.module .form-row:has(.field-box), .detail-viewmodule .form-row:has(.field-box) {
    flex-direction: column;
  }
}
.custom-fieldset .form-row:has(.field-box) .field-box, fieldset.module .form-row:has(.field-box) .field-box, .detail-viewmodule .form-row:has(.field-box) .field-box {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  margin: 0 !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .custom-fieldset .form-row:has(.field-box) .field-box, fieldset.module .form-row:has(.field-box) .field-box, .detail-viewmodule .form-row:has(.field-box) .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-fieldset .form-row:has(.field-box) .field-box, fieldset.module .form-row:has(.field-box) .field-box, .detail-viewmodule .form-row:has(.field-box) .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .custom-fieldset .form-row:has(.field-box) .field-box, fieldset.module .form-row:has(.field-box) .field-box, .detail-viewmodule .form-row:has(.field-box) .field-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.custom-fieldset .form-row p:not(.invalid-feedback), fieldset.module .form-row p:not(.invalid-feedback), .detail-viewmodule .form-row p:not(.invalid-feedback) {
  color: #393843 !important;
}
.custom-fieldset .form-row p.invalid-feedback, fieldset.module .form-row p.invalid-feedback, .detail-viewmodule .form-row p.invalid-feedback {
  font-size: 100% !important;
}
.custom-fieldset .fields-group, fieldset.module .fields-group, .detail-viewmodule .fields-group {
  width: 100%;
  border-top: 1px solid rgba(141, 139, 159, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 1.5rem 0 0;
  column-gap: 1rem;
}
.custom-fieldset .fields-group .fields-group__title, fieldset.module .fields-group .fields-group__title, .detail-viewmodule .fields-group .fields-group__title {
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: #1A1B1C;
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
}
.custom-fieldset .fields-group .fields-group__content, fieldset.module .fields-group .fields-group__content, .detail-viewmodule .fields-group .fields-group__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 601px) {
  .custom-fieldset .fields-group:not(:has(.fields-group__content)) .fieldBox, fieldset.module .fields-group:not(:has(.fields-group__content)) .fieldBox, .detail-viewmodule .fields-group:not(:has(.fields-group__content)) .fieldBox {
    margin-top: 1rem;
  }
  .custom-fieldset .fields-group:not(:has(.fields-group__content)) .fieldBox:nth-of-type(1), fieldset.module .fields-group:not(:has(.fields-group__content)) .fieldBox:nth-of-type(1), .detail-viewmodule .fields-group:not(:has(.fields-group__content)) .fieldBox:nth-of-type(1) {
    margin-top: 0;
  }
}
.custom-fieldset .input--editable--multiple, fieldset.module .input--editable--multiple, .detail-viewmodule .input--editable--multiple {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  column-gap: 1rem;
}
.custom-fieldset .input--editable--multiple .input--editable--multiple__title, fieldset.module .input--editable--multiple .input--editable--multiple__title, .detail-viewmodule .input--editable--multiple .input--editable--multiple__title {
  width: 100% !important;
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  text-transform: initial;
  font-weight: 600;
}
@media screen and (max-width: 601px) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__title, fieldset.module .input--editable--multiple .input--editable--multiple__title, .detail-viewmodule .input--editable--multiple .input--editable--multiple__title {
    line-height: 1.5;
  }
}
.custom-fieldset .input--editable--multiple .input--editable--multiple__content, fieldset.module .input--editable--multiple .input--editable--multiple__content, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 601px) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__content, fieldset.module .input--editable--multiple .input--editable--multiple__content, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content {
    flex-direction: column;
  }
}
.custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.75rem !important;
  flex-grow: 1;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 601px) {
  .custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox label, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper label, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox label, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper label, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox label, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper label {
  width: auto !important;
  padding: 0 !important;
}
.custom-fieldset .input--editable--multiple .input--editable--multiple__content .fieldBox .select2, .custom-fieldset .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper .select2, fieldset.module .input--editable--multiple .input--editable--multiple__content .fieldBox .select2, fieldset.module .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper .select2, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .fieldBox .select2, .detail-viewmodule .input--editable--multiple .input--editable--multiple__content .related-widget-wrapper .select2 {
  width: 100% !important;
}
.custom-fieldset .checkbox-row, fieldset.module .checkbox-row, .detail-viewmodule .checkbox-row {
  width: auto;
  display: inline-flex;
  position: relative;
  padding-right: 1.5rem;
}
.custom-fieldset .checkbox-row .tooltip-help::after, fieldset.module .checkbox-row .tooltip-help::after, .detail-viewmodule .checkbox-row .tooltip-help::after {
  left: 100%;
  right: auto;
}

.related-fields__wrapper {
  gap: 2rem !important;
}

.related-fields__secondary.disabled-field label, .related-fields__secondary.disabled-field input, .related-fields__secondary.disabled-field select, .related-fields__secondary.disabled-field .select2 {
  opacity: 0.3 !important;
  transition: opacity 0.3s ease;
}
.related-fields__secondary.disabled-field:has(span[data-status=generic-other]) label, .related-fields__secondary.disabled-field:has(span[data-status=generic-other]) input, .related-fields__secondary.disabled-field:has(span[data-status=generic-other]) select, .related-fields__secondary.disabled-field:has(span[data-status=generic-other]) .select2 {
  opacity: 0.6 !important;
}

.related-fields__secondary {
  position: relative;
  overflow: visible;
}
.related-fields__secondary:before {
  content: "\f063";
  font-size: 1rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  opacity: 0.8;
  color: var(--secondary) !important;
}
@media screen and (min-width: 601px) {
  .related-fields__secondary:before {
    top: 2.7rem;
    left: -1.25rem;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 601px) {
  .related-fields__secondary:before {
    top: -1rem;
    left: calc(50% - 0.5rem);
  }
}

.changeform-tabs ~ .module.selected {
  display: flex !important;
  border-radius: 0 0.75rem 0.75rem 0.75rem !important;
  min-height: 16rem;
}

.autosave__component {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.autosave__component .autosave__status {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  color: #BFBFBF;
}

div[id*=json_editor] {
  overflow-x: auto;
}
div[id*=json_editor]::-webkit-scrollbar-track {
  background-color: var(--base);
}
div[id*=json_editor]::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
div[id*=json_editor]::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
div[id*=json_editor]:has(.card-body) {
  overflow-x: hidden;
}
div[id*=json_editor]:has(.card-body) .card-body {
  border: none !important;
}
div[id*=json_editor]:has(.card-body) .card-body:has(table) {
  overflow-x: auto;
}
div[id*=json_editor]:has(.card-body) .card-body:has(table)::-webkit-scrollbar-track {
  background-color: var(--base);
}
div[id*=json_editor]:has(.card-body) .card-body:has(table)::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--base);
}
div[id*=json_editor]:has(.card-body) .card-body:has(table)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
div[id*=json_editor]:has(.card-body) .card-body .card-body {
  padding: 0 0 0.75rem;
}
div[id*=json_editor] table {
  box-shadow: none !important;
}
div[id*=json_editor] th {
  background: rgba(var(--base), 0.5);
  color: #393843;
  font-weight: 600;
  padding: 0.5rem 1rem 1rem;
  border-radius: 0;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5) !important;
  border-top: none !important;
  text-transform: initial;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  div[id*=json_editor] th {
    line-height: 1.5;
  }
}
div[id*=json_editor] th:first-child {
  border-radius: 0.75rem 0 0 0;
}
div[id*=json_editor] th:last-child {
  border-radius: 0 0.75rem 0 0;
}
@media (hover: hover) and (pointer: fine) {
  div[id*=json_editor] th a:hover {
    color: var(--secondary) !important;
    font-weight: 600 !important;
  }
}
div[id*=json_editor] th .sortoptions {
  color: var(--secondary) !important;
}
div[id*=json_editor] td {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 1rem 1rem 0.5rem 1rem !important;
  border: none !important;
}
@media screen and (max-width: 601px) {
  div[id*=json_editor] td {
    line-height: 1.5;
  }
}
div[id*=json_editor] td:first-child {
  padding: 1.5rem;
}
div[id*=json_editor] td a {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
}
@media screen and (max-width: 601px) {
  div[id*=json_editor] td a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  div[id*=json_editor] td a:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
div[id*=json_editor] td[data-schemapath*=value] {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
div[id*=json_editor] td[data-schemapath*=value] label {
  width: auto;
  padding: 0.5rem 0.5rem 0.5rem 0 !important;
}
div[id*=json_editor] td[data-schemapath*=value] select {
  height: 100% !important;
}
@media screen and (min-width: 601px) {
  div[id*=json_editor] td[data-schemapath*=value] .form-control {
    float: right;
    width: auto !important;
  }
}
div[id*=json_editor] td[data-schemapath*=value] div {
  width: auto !important;
}
div[id*=json_editor] tr {
  border: none !important;
}
div[id*=json_editor] tr:last-child:not(:nth-child(2)) td {
  border-bottom: none;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.btn-group .btn-secondary {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem !important;
}
.btn-group .btn-secondary[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn-group .btn-secondary:hover:not(:disabled), .btn-group .btn-secondary:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.btn-group .btn-secondary:focus {
  box-shadow: none !important;
}

.json-editor-btn-collapse {
  display: none !important;
}

.custom-fieldset div[class*=json] .json-editor-btntype-deleteall, .custom-fieldset div[class*=json] .json-editor-btntype-deletelast, .inline-group div[class*=json] .json-editor-btntype-deleteall, .inline-group div[class*=json] .json-editor-btntype-deletelast {
  display: none !important;
}
.custom-fieldset div[class*=json] .json-editor-btn-edit, .custom-fieldset div[class*=json] .json-editor-btn-edit_properties, .inline-group div[class*=json] .json-editor-btn-edit, .inline-group div[class*=json] .json-editor-btn-edit_properties {
  display: none !important;
}

#specifications_editor {
  overflow-x: auto;
}
#specifications_editor::-webkit-scrollbar-track {
  background-color: #BFBFBF;
}
#specifications_editor::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  background-color: #BFBFBF;
}
#specifications_editor::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.related-widget-wrapper-link.change-related {
  order: 4;
  margin: 0;
}
.related-widget-wrapper-link.change-related .related-widget-wrapper-icon {
  color: var(--secondary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .related-widget-wrapper-link.change-related .related-widget-wrapper-icon:hover {
    color: var(--secondary) !important;
  }
}

.field-description input:not(:ready-only) {
  width: 100%;
}

#cke_id_description {
  width: 99.5% !important;
}

.ck-editor-container ul, .ck-editor-container ul li {
  list-style: initial !important;
}
.ck-editor-container ol, .ck-editor-container ol li {
  list-style: decimal !important;
}
.ck-editor-container ul, .ck-editor-container ol {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}
.ck-editor-container h2 {
  font-size: 2rem !important;
}
.ck-editor-container h3 {
  font-size: 1.5rem !important;
}
.ck-editor-container h4 {
  font-size: 1.25rem !important;
}
.ck-editor-container h5 {
  font-size: 1rem !important;
}
.ck-editor-container h2, .ck-editor-container h3, .ck-editor-container h4, .ck-editor-container h5, .ck-editor-container h6 {
  font-weight: 700;
  text-transform: initial !important;
}

.vTextField {
  width: 100%;
}

.form-row[class*=json] .card div:not([class]) div:not([class]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 0.5rem;
}
.form-row[class*=json] .card div:not([class]) div:not([class]):has(input) {
  gap: 0.5rem 2rem;
}
.form-row[class*=json] .card div:not([class]) div:not([class]) .row {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  margin: 0;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .form-row[class*=json] .card div:not([class]) div:not([class]) .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .form-row[class*=json] .card div:not([class]) div:not([class]) .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .form-row[class*=json] .card div:not([class]) div:not([class]) .row {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.form-row[class*=json] .card div:not([class]) div:not([class]) .row:has(table) {
  width: 100% !important;
  max-width: 100% !important;
}

a.cke_dialog_ui_button_ok {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #FFFFFF !important;
}
@media (hover: hover) and (pointer: fine) {
  a.cke_dialog_ui_button_ok:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
  }
}

.cke_dialog_tab.cke_dialog_tab_selected {
  border: 2px solid var(--secondary) !important;
}

@media screen and (max-width: 601px) {
  body.change-form .object-tools, body.change-form .submit-row {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #FFFFFF !important;
    padding: 1rem !important;
    justify-content: flex-end !important;
    box-shadow: 0px -2px 20px 0 rgba(0, 0, 0, 0.15);
  }
  body.change-form .object-tools input, body.change-form .submit-row input {
    width: auto;
  }
  body.change-form .object-tools input.default, body.change-form .submit-row input.default {
    width: auto !important;
  }
}
@media screen and (max-width: 601px) {
  body.change-form .submit-row--bottom {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 601px) {
  .submit-row input {
    width: auto;
  }
  .submit-row input.default {
    width: auto !important;
  }
}

.confirmModalBtn {
  padding: 0 !important;
}

.recently-saved__wrapper {
  display: none;
  position: absolute;
  top: calc(100% - 1rem);
  right: -0.5rem;
  max-width: 35vw;
  z-index: 1;
}
@media screen and (max-width: 835px) {
  .recently-saved__wrapper {
    max-width: 50vw;
  }
}
@media screen and (max-width: 601px) {
  .recently-saved__wrapper {
    max-width: calc(100vw - 1rem);
    position: fixed;
    top: auto;
    bottom: 7rem;
    right: 0.5rem;
    z-index: 5;
  }
}

.recently-saved-message {
  display: none;
}

.fields-group .field-datastorage, .fields-group .field-name_used_in_storage {
  width: calc((100% - 1rem) / 2) !important;
}
@media screen and (max-width: 601px) {
  .fields-group .field-datastorage, .fields-group .field-name_used_in_storage {
    width: 100% !important;
  }
}

#session_form.edit-view__form .custom-fieldset .field-date_time {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #session_form.edit-view__form .custom-fieldset .field-date_time {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #session_form.edit-view__form .custom-fieldset .field-date_time {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #session_form.edit-view__form .custom-fieldset .field-date_time {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#session_form.edit-view__form .custom-fieldset .field-tags {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #session_form.edit-view__form .custom-fieldset .field-tags {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #session_form.edit-view__form .custom-fieldset .field-tags {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #session_form.edit-view__form .custom-fieldset .field-tags {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#session_form.edit-view__form .custom-fieldset .field-tags .selectize-input {
  max-width: 100% !important;
}
#session_form.edit-view__form .custom-fieldset .field-extra_content.field-extra_content_json .json-editor-btntype-deleteall, #session_form.edit-view__form .custom-fieldset .field-extra_content.field-extra_content_json .json-editor-btntype-deletelast {
  display: none !important;
}
#session_form.edit-view__form .custom-fieldset .field-custom_updated_at {
  display: none;
}

#subject_form:not(.detail-view__form) fieldset.module .form-row h3 {
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  color: #1A1B1C;
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
}
#subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields {
  border-radius: 0.5rem 0.5rem 0 0;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields {
    padding-bottom: 0;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-name, #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-projects {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-name, #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-projects {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-name, #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-projects {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-name, #subject_form:not(.detail-view__form) fieldset.module .field-name.field-projects .primary-fields .field-projects {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain {
  margin-top: -2rem;
}
#subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .primary-fields {
  border-radius: 0 0 0.5rem 0.5rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .primary-fields {
    padding-top: 0;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .primary-fields .field-strain {
  display: none !important;
}
#subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1194px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
    max-width: calc(50% - 0.5rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-sex {
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1194px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
    max-width: calc(50% - 0.5rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-sex.field-strain_species.field-strain .field-strain_species {
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group {
  border-top: 0;
}
#subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-genetic_line {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-genetic_line {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-genetic_line {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-genetic_line {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date {
    width: calc(25% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-death_date {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-death_date {
    width: calc(25% - 1rem) !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date .field-box {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date .field-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-genetic_line.field-birth_date.field-death_date .fields-group .field-birth_date.field-death_date .vDateField-link {
  height: 3rem;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-tags {
    padding-right: 1rem;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group {
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  padding-bottom: 2rem;
}
#subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-subject_identifier {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-subject_identifier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-subject_identifier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-subject_identifier {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-supplier {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-supplier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-supplier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-subject_identifier.field-supplier .fields-group .field-supplier {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-name_used_in_storage {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name_used_in_storage {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name_used_in_storage {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form:not(.detail-view__form) fieldset.module .field-name_used_in_storage {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form:not(.detail-view__form) fieldset.module .field-custom_updated_at {
  display: none;
}
#subject_form.detail-view__form .field-sex, #subject_form.detail-view__form .field-genetic_line, #subject_form.detail-view__form .field-birth_date, #subject_form.detail-view__form .field-death_date, #subject_form.detail-view__form .field-subject_identifier, #subject_form.detail-view__form .field-supplier {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form.detail-view__form .field-sex, #subject_form.detail-view__form .field-genetic_line, #subject_form.detail-view__form .field-birth_date, #subject_form.detail-view__form .field-death_date, #subject_form.detail-view__form .field-subject_identifier, #subject_form.detail-view__form .field-supplier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form.detail-view__form .field-sex, #subject_form.detail-view__form .field-genetic_line, #subject_form.detail-view__form .field-birth_date, #subject_form.detail-view__form .field-death_date, #subject_form.detail-view__form .field-subject_identifier, #subject_form.detail-view__form .field-supplier {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form.detail-view__form .field-sex, #subject_form.detail-view__form .field-genetic_line, #subject_form.detail-view__form .field-birth_date, #subject_form.detail-view__form .field-death_date, #subject_form.detail-view__form .field-subject_identifier, #subject_form.detail-view__form .field-supplier {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#subject_form .form__wrapper .inline-group .inline-related fieldset.module .form-row {
  max-width: unset !important;
}
#subject_form .form__wrapper .inline-group .inline-related fieldset.module .form-row.field-type.field-date_time {
  width: 100% !important;
}

#subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-type {
  width: 50% !important;
}
@media screen and (max-width: 601px) {
  #subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-type {
    width: 100% !important;
  }
}
#subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-type .select2 {
  width: 100% !important;
}
#subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-date_time {
  width: 50% !important;
}
@media screen and (max-width: 601px) {
  #subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-date_time {
    width: 100% !important;
  }
}
#subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-date_time .vDateField {
  width: 50% !important;
}
#subject_form #procedures-group.selected fieldset.module .field-type.field-date_time .field-date_time .vTimeField {
  width: 50% !important;
}
#subject_form #procedures-group.selected fieldset.module .field-description {
  width: 100% !important;
  margin-bottom: 1rem;
}
#subject_form #procedures-group.selected fieldset.module .field-notes {
  width: 100% !important;
  margin-bottom: 1rem;
}
#subject_form #procedures-group.selected fieldset.module .field-consumablestock_inventory.field-consumablestock {
  margin-bottom: 1rem;
}
#subject_form #procedures-group.selected fieldset.module .field-equipment_setup.field-equipment {
  margin-bottom: 1rem;
}
#subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) {
  justify-content: space-between;
}
#subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) .row {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  max-width: 100% !important;
  flex-grow: 1;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) .row {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) .row {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 835px) {
  #subject_form #procedures-group.selected fieldset.module .field-type_json div:not([class]) .row {
    max-width: 100% !important;
  }
}
#subject_form #procedures-group.selected fieldset.module .field-type_json .card {
  padding: 1.25rem !important;
}
#subject_form #procedures-group.selected fieldset.module .field-coordinates_json div:not([class]) {
  justify-content: space-between;
}
#subject_form #procedures-group.selected fieldset.module .field-coordinates_json .card {
  border: none !important;
}

#collection_form.edit-view__form fieldset.module .field-project {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #collection_form.edit-view__form fieldset.module .field-project {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #collection_form.edit-view__form fieldset.module .field-project {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #collection_form.edit-view__form fieldset.module .field-project {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#collection_form.edit-view__form fieldset.module .field-sessions {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #collection_form.edit-view__form fieldset.module .field-sessions {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #collection_form.edit-view__form fieldset.module .field-sessions {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #collection_form.edit-view__form fieldset.module .field-sessions {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#cohort_form.edit-view__form fieldset.module .field-project {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #cohort_form.edit-view__form fieldset.module .field-project {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #cohort_form.edit-view__form fieldset.module .field-project {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #cohort_form.edit-view__form fieldset.module .field-project {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#cohort_form.edit-view__form fieldset.module .field-subjects {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #cohort_form.edit-view__form fieldset.module .field-subjects {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #cohort_form.edit-view__form fieldset.module .field-subjects {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #cohort_form.edit-view__form fieldset.module .field-subjects {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#dataacquisition_form.edit-view__form .custom-fieldset .field-image {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-image {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-image {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-image {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-description {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-description {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-description {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-description {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-notes {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-notes {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-notes {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-notes {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-session {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-session {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-session {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-session {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-session .selectize-input {
  max-width: 100% !important;
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-procedures {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-procedures {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-procedures {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #dataacquisition_form.edit-view__form .custom-fieldset .field-procedures {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#dataacquisition_form.edit-view__form .custom-fieldset .field-procedures .selectize-input {
  max-width: 100% !important;
}

#behavior_form.edit-view__form .custom-fieldset .field-setup {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #behavior_form.edit-view__form .custom-fieldset .field-setup {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #behavior_form.edit-view__form .custom-fieldset .field-setup {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #behavior_form.edit-view__form .custom-fieldset .field-setup {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#behavior_form.edit-view__form .custom-fieldset .field-behavioralparadigm {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #behavior_form.edit-view__form .custom-fieldset .field-behavioralparadigm {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #behavior_form.edit-view__form .custom-fieldset .field-behavioralparadigm {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #behavior_form.edit-view__form .custom-fieldset .field-behavioralparadigm {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#manipulation_form.edit-view__form .custom-fieldset .field-session {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #manipulation_form.edit-view__form .custom-fieldset .field-session {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #manipulation_form.edit-view__form .custom-fieldset .field-session {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #manipulation_form.edit-view__form .custom-fieldset .field-session {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#manipulation_form.edit-view__form .custom-fieldset .field-session .selectize-input {
  max-width: 100% !important;
}
#manipulation_form.edit-view__form .custom-fieldset .field-procedures {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  #manipulation_form.edit-view__form .custom-fieldset .field-procedures {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  #manipulation_form.edit-view__form .custom-fieldset .field-procedures {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  #manipulation_form.edit-view__form .custom-fieldset .field-procedures {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#manipulation_form.edit-view__form .custom-fieldset .field-procedures .selectize-input {
  max-width: 100% !important;
}

.form-row.field-equipment_setup.field-equipment, .form-row.field-consumablestock_inventory.field-consumablestock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2rem !important;
}
@media screen and (max-width: 601px) {
  .form-row.field-equipment_setup.field-equipment, .form-row.field-consumablestock_inventory.field-consumablestock {
    gap: 2rem !important;
  }
}
.form-row.field-equipment_setup.field-equipment .field-box, .form-row.field-consumablestock_inventory.field-consumablestock .field-box {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .form-row.field-equipment_setup.field-equipment .field-box, .form-row.field-consumablestock_inventory.field-consumablestock .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .form-row.field-equipment_setup.field-equipment .field-box, .form-row.field-consumablestock_inventory.field-consumablestock .field-box {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .form-row.field-equipment_setup.field-equipment .field-box, .form-row.field-consumablestock_inventory.field-consumablestock .field-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 601px) {
  .form-row.field-equipment_setup.field-equipment .field-box .select2, .form-row.field-consumablestock_inventory.field-consumablestock .field-box .select2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 601px) {
  .form-row.field-brain_region_atlas.field-brain_region .field-box .select2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 601px) {
  #procedure_form .form-row.field-date_time .vDateField-link {
    right: auto;
    left: calc(50% - 3.2rem);
  }
}

fieldset.search-module {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2rem;
}
fieldset.search-module p {
  font-weight: 600;
}
fieldset.search-module p a {
  font-weight: 500;
  color: var(--secondary) !important;
  text-decoration: underline;
  padding-left: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  fieldset.search-module p a:hover {
    color: var(--primary) !important;
  }
}
fieldset.search-module .popup1 .content-section4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
fieldset.search-module .popup1 .content-section4 div {
  flex-direction: row !important;
}
fieldset.search-module .popup1 .content-section4 a {
  text-decoration: none !important;
}
fieldset.search-module .popup1 .content-section3 .form-row {
  padding: 0.75rem;
}
fieldset.search-module .popup1 .content-section3 .form-row:has(a) {
  gap: 0.5rem;
}
fieldset.search-module .popup1 .content-section3 .form-row:has(a) a {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.85rem !important;
  letter-spacing: -0.03rem !important;
  text-align: left !important;
  display: inline-block !important;
  text-decoration: none !important;
}
@media screen and (max-width: 601px) {
  fieldset.search-module .popup1 .content-section3 .form-row:has(a) a {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  fieldset.search-module .popup1 .content-section3 .form-row:has(a) a:hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
@media screen and (max-width: 601px) {
  fieldset.search-module .popup1 .content-section3 .form-row:has(a) a {
    white-space: nowrap;
  }
}
fieldset.search-module .popup1 .content-section3 .form-row:has(span) div {
  gap: 0.5rem;
}
fieldset.search-module .popup1 .content-section3 label {
  width: auto !important;
}
fieldset.search-module .popup1 a {
  display: inline-flex !important;
}

.user-list__wrapper #result_list thead th {
  padding: 1rem;
}
.user-list__wrapper #result_list tbody th.field-profile_image {
  padding: 1rem;
}

.form__wrapper .form-row.field-atlas_preference.field-photo {
  max-width: 100%;
}
.form__wrapper .form-box.field-atlas_preference:not(.field-email) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
.form__wrapper .form-box.field-atlas_preference:not(.field-email) a:not(:empty) {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .form__wrapper .form-box.field-atlas_preference:not(.field-email) a:not(:empty) {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form__wrapper .form-box.field-atlas_preference:not(.field-email) a:not(:empty):hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}

.field-request_access_link {
  gap: 0.5rem;
}
.field-request_access_link a {
  display: inline !important;
}
@media screen and (max-width: 601px) {
  .field-request_access_link a {
    display: inline-block !important;
  }
}

.changelist-form-container #changelist-form #result_list tbody td.field-request_access_link a {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
  display: inline !important;
  padding: 0.5rem !important;
}
.changelist-form-container #changelist-form #result_list tbody td.field-request_access_link a[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .changelist-form-container #changelist-form #result_list tbody td.field-request_access_link a:hover:not(:disabled), .changelist-form-container #changelist-form #result_list tbody td.field-request_access_link a:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
@media screen and (max-width: 601px) {
  .changelist-form-container #changelist-form #result_list tbody td.field-request_access_link a {
    display: inline-block !important;
  }
}

.app-users .list-view__header .breadcrumbs {
  display: block;
}
.app-users fieldset.module .form-row.field-email.field-photo, .app-users fieldset.module .form-box.field-email.field-photo {
  position: relative;
  padding-right: 400px;
}
@media screen and (max-width: 601px) {
  .app-users fieldset.module .form-row.field-email.field-photo, .app-users fieldset.module .form-box.field-email.field-photo {
    padding-right: 0;
  }
}
.app-users fieldset.module .form-row.field-email.field-photo input, .app-users fieldset.module .form-box.field-email.field-photo input {
  width: 100%;
}
.app-users fieldset.module .form-row.field-email.field-first_name, .app-users fieldset.module .form-box.field-email.field-first_name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 601px) {
  .app-users fieldset.module .form-row.field-email.field-first_name, .app-users fieldset.module .form-box.field-email.field-first_name {
    flex-direction: column-normal;
  }
}
.app-users fieldset.module .form-row.field-atlas_preference:not(.field-email), .app-users fieldset.module .form-box.field-atlas_preference:not(.field-email) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.app-users fieldset.module .form-row.field-image div:not([class]), .app-users fieldset.module .form-box.field-image div:not([class]) {
  flex-direction: column;
  font-weight: 500;
}
.app-users fieldset.module .form-row.field-image div:not([class]) a, .app-users fieldset.module .form-box.field-image div:not([class]) a {
  pointer-events: none;
  font-weight: 400;
  color: var(--secondary) !important;
}
.app-users fieldset.module .form-row:has(input[readonly]) input, .app-users fieldset.module .form-box:has(input[readonly]) input {
  width: auto !important;
}
.app-users fieldset.module .form-row:has(input[readonly]) label, .app-users fieldset.module .form-box:has(input[readonly]) label {
  width: auto;
}
.app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-last_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-last_name {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-last_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-last_name {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-last_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-last_name {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-row:has(input:not([readonly])):not(.field-email).field-last_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-first_name, .app-users fieldset.module .form-box:has(input:not([readonly])):not(.field-email).field-last_name {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.app-users fieldset.module .form-box.field-photo {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 601px) {
  .app-users fieldset.module .form-box.field-photo {
    width: 100%;
    position: relative !important;
    top: auto;
    right: auto;
  }
  .app-users fieldset.module .form-box.field-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.app-users .edit-view__form .form-row input {
  width: 100%;
}
.app-users .edit-view__form .form-row.field-password1, .app-users .edit-view__form .form-row.field-password2 {
  width: calc(50% - 1rem) !important;
  max-width: calc(35vw - 1rem) !important;
}
@media screen and (max-width: 1194px) and (orientation: portrait) {
  .app-users .edit-view__form .form-row.field-password1, .app-users .edit-view__form .form-row.field-password2 {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 835px) {
  .app-users .edit-view__form .form-row.field-password1, .app-users .edit-view__form .form-row.field-password2 {
    max-width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 601px) {
  .app-users .edit-view__form .form-row.field-password1, .app-users .edit-view__form .form-row.field-password2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.app-users .edit-view__form .form-row.field-password1 ul, .app-users .edit-view__form .form-row.field-password2 ul {
  margin: 0 !important;
}
.app-users .edit-view__form .form-row.field-password1 .help, .app-users .edit-view__form .form-row.field-password2 .help {
  margin: 0 !important;
}
.app-users #profile-group .dynamic-profile {
  margin-left: 0 !important;
}
.app-users #profile-group .dynamic-profile h3, .app-users #profile-group .dynamic-profile .inline-related__title {
  width: 75%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.0375rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: initial;
  color: #1A1B1C;
  padding: 0 !important;
  margin-top: 0.5rem !important;
  background: none !important;
}
.app-users #profile-group .dynamic-profile h3 .inline_label, .app-users #profile-group .dynamic-profile .inline-related__title .inline_label {
  border-radius: 0.25rem !important;
  background: var(--base) !important;
  border: 1px solid var(--base) !important;
  color: var(--secondary) !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-weight: 600;
  font-size: 0.9rem !important;
  margin: 0 !important;
}
@media screen and (max-width: 601px) {
  .app-users #profile-group .dynamic-profile h3 .inline_label, .app-users #profile-group .dynamic-profile .inline-related__title .inline_label {
    line-height: 1.5;
  }
}
.app-users #profile-group .dynamic-profile fieldset.module {
  padding: 1rem 0 !important;
}

.api-view__header .tag-component {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  display: inline-block !important;
}
.api-view__header h1, .api-view__header .custom-content-title {
  margin-top: 1rem !important;
}

.api-view__content {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: space-between;
  align-content: space-between;
  gap: 0 1rem;
}
@media screen and (max-width: 835px) {
  .api-view__content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.api-view__description {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.api-view__description p {
  color: #F2F2F2;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0 0.5rem;
}

.api-view__paginator {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.api-view__paginator .pagination {
  margin: 0 0 0.5rem 0;
}
@media (hover: hover) and (pointer: fine) {
  .api-view__paginator .pagination li:hover:not(:disabled) a, .api-view__paginator .pagination li:hover:not([disabled]) a, .api-view__paginator .pagination li:hover:not(.active) a {
    background: var(--base) !important;
  }
}
.api-view__paginator .pagination li.disabled {
  opacity: 0.6 !important;
}
.api-view__paginator .pagination li.active {
  pointer-events: none !important;
}
.api-view__paginator .pagination li.active a {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #FFFFFF !important;
}

.api-view__request-info {
  width: 100%;
}

.api-view__request-info .prettyprint, .api-view__response-info .prettyprint {
  max-height: 65vh !important;
  background: #FFFFFF !important;
  border-radius: 0.75rem !important;
  padding: 2rem 1.5rem !important;
}
.api-view__request-info .prettyprint::-webkit-scrollbar-track, .api-view__response-info .prettyprint::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
.api-view__request-info .prettyprint::-webkit-scrollbar, .api-view__response-info .prettyprint::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.api-view__request-info .prettyprint::-webkit-scrollbar-thumb, .api-view__response-info .prettyprint::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.api-view__request-info .prettyprint {
  background: var(--base) !important;
  border: 1px solid var(--primary) !important;
  padding: 1rem 1.5rem !important;
}

.api-view__response-info {
  width: 100%;
  position: relative !important;
}
.api-view__response-info #button__copy-code {
  position: absolute !important;
  top: 1rem;
  right: 3.5rem;
  font-size: 1.25rem !important;
  color: var(--primary) !important;
}

.api-view__header-actions {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
  position: fixed;
  top: 7rem;
  right: 1.4rem;
  z-index: 3;
  transition: all 0.5s ease;
}
@media screen and (max-width: 835px) {
  .api-view__header-actions {
    top: 7.5rem;
  }
}
@media screen and (max-width: 601px) {
  .api-view__header-actions {
    top: 7rem;
  }
}
.api-view__header-actions.sticky {
  top: 6rem;
}
@media screen and (min-width: 601px) {
  .api-view__header-actions.sticky {
    padding: 1rem !important;
    background: #FFFFFF !important;
    top: 5.5rem !important;
    right: 0 !important;
    border-radius: 0.75rem 0 0 0.75rem;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  }
}
.api-view__header-actions .button--secondary {
  background: var(--base) !important;
}
.api-view__header-actions .button-form {
  margin: 0 !important;
}
.api-view__header-actions .btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
}
.api-view__header-actions .btn-group:has(.dropdown-toggle) .button--primary {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.api-view__header-actions .btn-group:has(.dropdown-toggle) .dropdown-toggle {
  border-radius: 0 0.5rem 0.5rem 0 !important;
  background: var(--primary) !important;
  color: #FFFFFF !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.5rem !important;
}
.api-view__header-actions .btn-group:has(.dropdown-toggle) .dropdown-toggle span {
  margin: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .api-view__header-actions .btn-group:has(.dropdown-toggle) .dropdown-toggle:hover:not(:disabled), .api-view__header-actions .btn-group:has(.dropdown-toggle) .dropdown-toggle:hover:not([disabled]) {
    background: var(--secondary) !important;
  }
}

.api-view__forms__wrapper {
  max-width: 1440px;
}
.api-view__forms__wrapper .form-switcher li a {
  background: var(--base) !important;
}
.api-view__forms__wrapper .form-switcher li.active a {
  color: var(--primary) !important;
  background: #FFFFFF !important;
  font-weight: 700 !important;
}
.api-view__forms__wrapper .tab-content {
  background: #FFFFFF !important;
  border-radius: 0.75rem 0 0.75rem 0.75rem !important;
  border: none !important;
  padding: 2rem 1.5rem !important;
}
.api-view__forms__wrapper .form-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.api-view__forms__wrapper textarea::-webkit-scrollbar-track {
  background-color: #BFBFBF;
}
.api-view__forms__wrapper textarea::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #BFBFBF;
}
.api-view__forms__wrapper textarea::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.api-view__modal--delete .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1rem;
}

.com {
  color: #8D8B9F;
}

.lit {
  color: var(--secondary);
}

.pun, .opn, .clo {
  color: #8D8B9F;
}

.fun {
  color: var(--primary);
}

.str, .atv {
  color: var(--primary);
}

.kwd, .prettyprint .tag {
  color: #1A1B1C;
}

.typ, .atn, .dec, .var {
  color: #393843;
}

.pln {
  color: #1A1B1C;
}

.prettyprint {
  padding: 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid var(--base);
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
}

ol.linenums li {
  padding-left: 12px;
  color: #BFBFBF;
  line-height: 20px;
  text-shadow: 0 1px 0 #1A1B1C;
}

.export__wrapper form {
  max-width: 50%;
}
@media screen and (max-width: 835px) {
  .export__wrapper form {
    max-width: 100%;
  }
}
.export__wrapper form fieldset.module:has(.selectable-field-export-row) {
  flex-direction: column;
  gap: 0.5rem;
}
.export__wrapper form fieldset.module:has(.selectable-field-export-row) .selectable-field-export-row p {
  margin-bottom: 1rem;
}
.export__wrapper form fieldset.module:has(.selectable-field-export-row) .form-row:has(#id_format) {
  padding: 1rem;
}
.export__wrapper form fieldset.module:has(.selectable-field-export-row) .form-row:has(#id_format) .select2 {
  width: 100% !important;
}
@media screen and (max-width: 601px) {
  .export__wrapper form .submit-row {
    background: none !important;
    box-shadow: none !important;
  }
}

.add-group__wrapper form {
  max-width: 50%;
}
@media screen and (max-width: 835px) {
  .add-group__wrapper form {
    max-width: 100%;
  }
}

.invitations-view__wrapper .list-view__header {
  min-height: 0 !important;
}

.invitations__wrapper table {
  width: 100% !important;
}
.invitations__wrapper table td {
  padding: 0.5rem 0;
}
.invitations__wrapper table td a {
  color: var(--secondary) !important;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .invitations__wrapper table td a:hover {
    color: var(--primary) !important;
  }
}

.delete-confirmation .list-view__header {
  min-height: 0 !important;
}
.delete-confirmation #content p {
  color: #FFFFFF !important;
}
.delete-confirmation #content h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
  background: #FFFFFF !important;
  border-radius: 0.75rem 0.75rem 0 0;
  margin-top: 1.5rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
}
.delete-confirmation #content ul {
  background: #FFFFFF !important;
  border-radius: 0 0 0.75rem 0.75rem !important;
  margin-bottom: 0.75rem !important;
  padding: 1rem !important;
  box-shadow: none !important;
}
.delete-confirmation #content ul li {
  margin-bottom: 0.5rem;
}
.delete-confirmation #content ul a {
  color: var(--secondary) !important;
}
@media (hover: hover) and (pointer: fine) {
  .delete-confirmation #content ul a:hover {
    color: var(--primary) !important;
  }
}
.delete-confirmation #content form div:not([class]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.delete-confirmation #content form div:not([class]) .cancel-link {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
}
.delete-confirmation #content form div:not([class]) .cancel-link[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .delete-confirmation #content form div:not([class]) .cancel-link:hover:not(:disabled), .delete-confirmation #content form div:not([class]) .cancel-link:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
@media screen and (max-width: 601px) {
  .delete-confirmation #content form .button, .delete-confirmation #content form input[type=submit] {
    width: auto;
  }
}

.history-view__wrapper .list-view__header {
  min-height: 0 !important;
}
.history-view__wrapper .breadcrumbs {
  display: block !important;
}
.history-view__wrapper #content-main p:first-child {
  color: #FFFFFF;
  padding: 0 0.75rem 1.5rem 0.75rem;
}

#change-history {
  border-radius: 0.75rem;
}
#change-history thead th {
  background: rgba(var(--base), 0.5);
  color: rgba(57, 56, 67, 0.8);
  font-weight: 600;
  padding: 1.5rem;
  border-radius: 0;
  text-transform: initial;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  #change-history thead th {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  #change-history thead th {
    padding: 1.5rem 0.75rem;
  }
}
#change-history thead th:first-child {
  border-radius: 0.75rem 0 0 0;
}
#change-history thead th:last-child {
  border-radius: 0 0.75rem 0 0;
}
#change-history thead th a {
  color: var(--secondary) !important;
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  #change-history thead th a:hover {
    color: var(--primary) !important;
    font-weight: 600 !important;
  }
}
#change-history thead th .sortoptions {
  color: var(--secondary) !important;
}
#change-history tbody th {
  padding: 1.5rem;
}
@media screen and (max-width: 601px) {
  #change-history tbody th {
    padding: 1.5rem 0.75rem;
  }
}
#change-history tbody td {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  color: #8D8B9F;
}
@media screen and (max-width: 601px) {
  #change-history tbody td {
    line-height: 1.5;
  }
}
@media screen and (max-width: 601px) {
  #change-history tbody td {
    padding: 1.5rem 0.75rem;
  }
}
#change-history tbody td:first-child {
  padding: 1.5rem;
}
#change-history tbody td a:not(:empty) {
  border-radius: 0.25rem !important;
  background: #E8F0FF !important;
  color: #4550B6 !important;
  padding: 0 0.5rem !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03rem !important;
  line-height: 1.5 !important;
  display: -webkit-inline-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  max-width: 10rem !important;
  padding: 0.25rem 0.5rem 0.15rem !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  letter-spacing: -0.03rem !important;
}
@media screen and (max-width: 601px) {
  #change-history tbody td a:not(:empty) {
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  #change-history tbody td a:not(:empty):hover {
    background: rgba(232, 240, 255, 0.5) !important;
  }
}
#change-history tbody tr:last-child td, #change-history tbody tr:last-child th {
  border-bottom: none !important;
}
#change-history tbody th {
  border-bottom: 1px solid rgba(141, 139, 159, 0.5);
  color: #393843;
  font-weight: 500;
}
#change-history tbody th a {
  color: var(--secondary) !important;
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  #change-history tbody th a:hover {
    color: var(--primary) !important;
    font-weight: 500;
  }
}

.approvals-view__wrapper .list-view__header {
  min-height: 0 !important;
}

.approvals__wrapper table {
  width: 100% !important;
}
.approvals__wrapper table td {
  padding: 0.5rem 0;
}
.approvals__wrapper table td a {
  color: var(--secondary) !important;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .approvals__wrapper table td a:hover {
    color: var(--primary) !important;
  }
}

.approval-review__wrapper .approval-review__breadcrumbs {
  display: block !important;
}
.approval-review__wrapper .list-view__header {
  min-height: 0 !important;
}

.approval-review__message {
  color: #F2F2F2;
  padding: 0 0.5rem 2rem !important;
}

.approval-review__content .form-row label {
  text-transform: capitalize;
}

.group-permissions__actions .button--secondary {
  background: var(--base) !important;
  gap: 0.75rem;
  align-items: center;
}
.group-permissions__actions .button--secondary i {
  font-size: 1rem !important;
}
@media screen and (max-width: 601px) {
  .group-permissions__actions .button--secondary i {
    display: none !important;
  }
}
@media screen and (max-width: 601px) {
  .group-permissions__actions .button--main-action {
    padding-right: 1rem !important;
  }
}
.group-permissions__actions .button--main-action i {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.25rem !important;
  background-color: #393843 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: calc(50% - 0.875rem) !important;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 601px) {
  .group-permissions__actions .button--main-action i {
    display: none !important;
  }
}

#group_form .field-users table td {
  word-break: break-all;
}

.manage-group__breadcrumbs {
  display: block !important;
}

.manage-group__wrapper {
  width: auto;
  max-width: 70%;
}
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .manage-group__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .manage-group__wrapper {
    max-width: 100%;
  }
}
.manage-group__wrapper form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
}
.manage-group__wrapper .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.manage-group__wrapper .buttons-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}
.manage-group__wrapper .buttons-group .button--secondary {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75rem 1rem !important;
  text-transform: initial !important;
  height: auto !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  background: none !important;
  color: var(--secondary) !important;
  border: 0.1rem solid var(--secondary) !important;
}
.manage-group__wrapper .buttons-group .button--secondary[disabled] {
  opacity: 0.4;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .manage-group__wrapper .buttons-group .button--secondary:hover:not(:disabled), .manage-group__wrapper .buttons-group .button--secondary:hover:not([disabled]) {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
}
.manage-group__wrapper h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.03375rem !important;
  line-height: 1.35rem !important;
  font-weight: 700;
}
.manage-group__wrapper table {
  width: 50% !important;
}
@media screen and (max-width: 601px) {
  .manage-group__wrapper table {
    width: 100% !important;
  }
}
.manage-group__wrapper table td {
  padding: 0.5rem 0;
}
.manage-group__wrapper table td a {
  color: var(--secondary) !important;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .manage-group__wrapper table td a:hover {
    color: var(--primary) !important;
  }
}

.select2-results__option[data-status]:not([data-status=None i]), .select2-selection[data-status]:not([data-status=None i]) {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.select2-results__option[data-status]:not([data-status=None i])::before, .select2-selection[data-status]:not([data-status=None i])::before {
  content: attr(data-status);
  border-radius: 0.25rem;
  border: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
  color: #FFFFFF;
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
  white-space: nowrap;
}
@media screen and (max-width: 601px) {
  .select2-results__option[data-status]:not([data-status=None i])::before, .select2-selection[data-status]:not([data-status=None i])::before {
    max-width: 55%;
  }
}
.select2-results__option[data-status=Pending i]::before, .select2-selection[data-status=Pending i]::before {
  background: var(--gradient-color2);
}
.select2-results__option[data-status=Rejected i]::before, .select2-selection[data-status=Rejected i]::before {
  background: #FF5757;
}
.select2-results__option[data-status=Cancelled i]::before, .select2-selection[data-status=Cancelled i]::before {
  background: #FF5757;
}
.select2-results__option[data-status=Accepted i]::before, .select2-selection[data-status=Accepted i]::before {
  background: #259543;
}
.select2-results__option[data-status=Merged i]::before, .select2-selection[data-status=Merged i]::before {
  background: #1DCEDC;
}
.select2-results__option[data-status="Forcibly Merged" i]::before, .select2-results__option[data-status=ForciblyMerged i]::before, .select2-selection[data-status="Forcibly Merged" i]::before, .select2-selection[data-status=ForciblyMerged i]::before {
  content: "Forcibly Merged" !important;
  background: #4550B6;
}
.select2-results__option[data-status="Changes Required" i]::before, .select2-results__option[data-status=ChangesRequired i]::before, .select2-selection[data-status="Changes Required" i]::before, .select2-selection[data-status=ChangesRequired i]::before {
  content: "Changes Required (!)" !important;
  background: #FFEF39;
  color: #1A1B1C !important;
}
.select2-results__option[data-status="Hold for Rejection" i]::before, .select2-results__option[data-status=HoldForRejection i]::before, .select2-selection[data-status="Hold for Rejection" i]::before, .select2-selection[data-status=HoldForRejection i]::before {
  content: "Hold for Rejection (!)" !important;
  background: #FFAE00;
  color: #1A1B1C !important;
}
.select2-results__option[data-status="Hold for Merge" i]::before, .select2-results__option[data-status=HoldForMerge i]::before, .select2-selection[data-status="Hold for Merge" i]::before, .select2-selection[data-status=HoldForMerge i]::before {
  content: "Hold for Merge (!)" !important;
  background: #99F8FF;
  color: #1A1B1C !important;
}
.select2-results__option[data-status=generic-other i]::before, .select2-selection[data-status=generic-other i]::before {
  content: "\f06a" !important;
  background: #FFCF24 !important;
  color: #1A1B1C !important;
  border-radius: 100% !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.select2-selection[data-status]:not([data-status=None i]) {
  padding-right: 2rem !important;
}

.select2-selection.tooltip-status::after {
  display: none !important;
}

#result_list .field-status:has(.tag--status) {
  text-align: center;
}

.tag--status[data-status]:not([data-status=None i]) {
  position: relative;
  display: inline-block;
  border-radius: 0.25rem;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
  color: #FFFFFF;
  order: 2;
  cursor: help;
}
.tag--status[data-status=Pending i] {
  background: var(--gradient-color2);
}
.tag--status[data-status=Rejected i] {
  background: #FF5757;
}
.tag--status[data-status=Cancelled i] {
  background: #FF5757;
}
.tag--status[data-status=Accepted i] {
  background: #259543;
}
.tag--status[data-status=Merged i] {
  background: #1DCEDC;
}
.tag--status[data-status="Forcibly Merged" i], .tag--status[data-status=ForciblyMerged i] {
  content: "Forcibly Merged" !important;
  background: #4550B6;
}
.tag--status[data-status="Changes Required" i], .tag--status[data-status=ChangesRequired i] {
  content: attr(data-status) " (!)" !important;
  background: #FFEF39;
  color: #1A1B1C !important;
}
.tag--status[data-status="Hold for Rejection" i], .tag--status[data-status=HoldForRejection i] {
  content: "Hold for Rejection (!)" !important;
  background: #FFAE00;
  color: #1A1B1C !important;
}
.tag--status[data-status="Hold for Merge" i], .tag--status[data-status=HoldForMerge i] {
  content: "Hold for Merge (!)" !important;
  background: #99F8FF;
  color: #1A1B1C !important;
}

.tooltip-status::after {
  bottom: -35% !important;
  width: 24rem !important;
  max-width: 70vw !important;
  font-size: 0.85rem !important;
  white-space: normal !important;
}
@media screen and (max-width: 601px) {
  .tooltip-status::after {
    bottom: auto !important;
    top: 80% !important;
    font-size: 0.9rem !important;
  }
}
.tooltip-status--dropdown::after {
  width: auto !important;
  max-width: 90% !important;
  min-width: 40% !important;
  bottom: auto !important;
  top: 100% !important;
  right: 5% !important;
  left: auto !important;
}
.tooltip-status.tooltip-right::after {
  right: 45% !important;
}
@media screen and (max-width: 601px) {
  .tooltip-status.tooltip-right::after {
    right: 0.25rem !important;
  }
}

.approval-review__content .form__wrapper .module label[for=id_user_id_hide] {
  display: none;
}
.approval-review__content .form__wrapper .module label[for=id_user_id_hide] + p {
  display: none;
}

.page-template__wrapper .page__hero {
  padding-left: 20%;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.page-template__wrapper .page__hero::before {
  content: "";
  width: 31rem;
  height: 73rem;
  border-radius: 100%;
  background: #8D8B9F;
  position: absolute;
  top: 10rem;
  left: 45rem;
  z-index: -1;
  transform: rotate(105deg);
  filter: blur(30rem);
}
.page-template__wrapper .page__hero .page__hero__wrapper {
  width: 100%;
  padding: 2.4rem 0 2.4rem 2.4rem;
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 35rem;
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__header p {
  width: auto;
  max-width: 55%;
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__header p:nth-of-type(1) {
  font-size: 4rem;
  line-height: 4.8rem;
  letter-spacing: -0.28rem;
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__content {
  width: 100%;
  margin-top: 5rem;
  border-radius: 3.2rem;
  background: #F2F2F2;
  box-shadow: inset 0.8rem 0.4rem 10rem rgba(0, 0, 0, 0.07);
  padding: 10rem 4rem;
  position: relative;
  overflow: hidden;
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__content .page__hero__title {
  width: calc(100% - 73rem);
}
.page-template__wrapper .page__hero .page__hero__wrapper .page__hero__content .page__hero__graphics {
  width: 73rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -12rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/*# sourceMappingURL=styles.css.2cead898439b.map */
