/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Activate.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-wuth6pjf5k] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-wuth6pjf5k] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-wuth6pjf5k] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-wuth6pjf5k], .ntb-card h2[b-wuth6pjf5k], .ntb-card h3[b-wuth6pjf5k], .ntb-card h4[b-wuth6pjf5k], .ntb-card h5[b-wuth6pjf5k], .ntb-card h6[b-wuth6pjf5k] {
  text-align: center;
}

.ntb-border[b-wuth6pjf5k] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-wuth6pjf5k] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-wuth6pjf5k] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-wuth6pjf5k] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-wuth6pjf5k] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-wuth6pjf5k] {
  margin: 0;
}

.model-errors[b-wuth6pjf5k] {
  padding: 0;
}
.model-errors li[b-wuth6pjf5k] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-wuth6pjf5k] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-wuth6pjf5k] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-wuth6pjf5k] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-wuth6pjf5k], .ntb-form .removable-item-list[b-wuth6pjf5k], .ntb-form .text-grid[b-wuth6pjf5k] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-wuth6pjf5k], .ntb-form .removable-item-list > .dummy[b-wuth6pjf5k], .ntb-form .text-grid > .dummy[b-wuth6pjf5k] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-wuth6pjf5k] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-wuth6pjf5k] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-wuth6pjf5k] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-wuth6pjf5k] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-wuth6pjf5k] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-wuth6pjf5k] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-wuth6pjf5k] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-wuth6pjf5k] {
  display: inline;
}
.ntb-form span.inline > a[b-wuth6pjf5k] {
  display: inline;
}
.ntb-form h5[b-wuth6pjf5k] {
  margin-bottom: 1rem;
}
.ntb-form[b-wuth6pjf5k]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-wuth6pjf5k]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-wuth6pjf5k]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-wuth6pjf5k]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-wuth6pjf5k]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-wuth6pjf5k] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-wuth6pjf5k] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-wuth6pjf5k] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-wuth6pjf5k] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-wuth6pjf5k] {
  margin: auto 0;
}
.ntb-form .form-break[b-wuth6pjf5k] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-wuth6pjf5k] , .ntb-form .text-grid[b-wuth6pjf5k] , .ntb-form .removable-item-list[b-wuth6pjf5k]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-wuth6pjf5k]  > label, .ntb-form .text-grid[b-wuth6pjf5k]  > label, .ntb-form .removable-item-list[b-wuth6pjf5k]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-wuth6pjf5k]  > label::first-letter, .ntb-form .text-grid[b-wuth6pjf5k]  > label::first-letter, .ntb-form .removable-item-list[b-wuth6pjf5k]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .top-aligned, .ntb-form .text-grid[b-wuth6pjf5k]  .top-aligned, .ntb-form .removable-item-list[b-wuth6pjf5k]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .right-aligned, .ntb-form .text-grid[b-wuth6pjf5k]  .right-aligned, .ntb-form .removable-item-list[b-wuth6pjf5k]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-wuth6pjf5k]  > .dummy, .ntb-form .text-grid[b-wuth6pjf5k]  > .dummy, .ntb-form .removable-item-list[b-wuth6pjf5k]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  > .spacer, .ntb-form .text-grid[b-wuth6pjf5k]  > .spacer, .ntb-form .removable-item-list[b-wuth6pjf5k]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wuth6pjf5k]  .form-row > :not(:last-child), .ntb-form .text-grid[b-wuth6pjf5k]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-wuth6pjf5k]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-wuth6pjf5k]  > .field-full, .ntb-form .text-grid[b-wuth6pjf5k]  > .field-full, .ntb-form .removable-item-list[b-wuth6pjf5k]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-wuth6pjf5k]  > span:not(.inline), .ntb-form .text-grid[b-wuth6pjf5k]  > span:not(.inline), .ntb-form .removable-item-list[b-wuth6pjf5k]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-wuth6pjf5k] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-wuth6pjf5k] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-wuth6pjf5k]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-wuth6pjf5k] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-wuth6pjf5k] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-wuth6pjf5k] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-wuth6pjf5k]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-wuth6pjf5k]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-wuth6pjf5k]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-wuth6pjf5k] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-wuth6pjf5k] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/ForgotPassword.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-tx6jvz22fj] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-tx6jvz22fj] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-tx6jvz22fj] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-tx6jvz22fj], .ntb-card h2[b-tx6jvz22fj], .ntb-card h3[b-tx6jvz22fj], .ntb-card h4[b-tx6jvz22fj], .ntb-card h5[b-tx6jvz22fj], .ntb-card h6[b-tx6jvz22fj] {
  text-align: center;
}

.ntb-border[b-tx6jvz22fj] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-tx6jvz22fj] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-tx6jvz22fj] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-tx6jvz22fj] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-tx6jvz22fj] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-tx6jvz22fj] {
  margin: 0;
}

.model-errors[b-tx6jvz22fj] {
  padding: 0;
}
.model-errors li[b-tx6jvz22fj] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-tx6jvz22fj] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-tx6jvz22fj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-tx6jvz22fj] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-tx6jvz22fj], .ntb-form .removable-item-list[b-tx6jvz22fj], .ntb-form .text-grid[b-tx6jvz22fj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-tx6jvz22fj], .ntb-form .removable-item-list > .dummy[b-tx6jvz22fj], .ntb-form .text-grid > .dummy[b-tx6jvz22fj] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-tx6jvz22fj] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-tx6jvz22fj] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-tx6jvz22fj] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-tx6jvz22fj] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-tx6jvz22fj] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-tx6jvz22fj] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-tx6jvz22fj] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-tx6jvz22fj] {
  display: inline;
}
.ntb-form span.inline > a[b-tx6jvz22fj] {
  display: inline;
}
.ntb-form h5[b-tx6jvz22fj] {
  margin-bottom: 1rem;
}
.ntb-form[b-tx6jvz22fj]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-tx6jvz22fj]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-tx6jvz22fj]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-tx6jvz22fj]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-tx6jvz22fj]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-tx6jvz22fj] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-tx6jvz22fj] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-tx6jvz22fj] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-tx6jvz22fj] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-tx6jvz22fj] {
  margin: auto 0;
}
.ntb-form .form-break[b-tx6jvz22fj] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-tx6jvz22fj] , .ntb-form .text-grid[b-tx6jvz22fj] , .ntb-form .removable-item-list[b-tx6jvz22fj]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-tx6jvz22fj]  > label, .ntb-form .text-grid[b-tx6jvz22fj]  > label, .ntb-form .removable-item-list[b-tx6jvz22fj]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-tx6jvz22fj]  > label::first-letter, .ntb-form .text-grid[b-tx6jvz22fj]  > label::first-letter, .ntb-form .removable-item-list[b-tx6jvz22fj]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .top-aligned, .ntb-form .text-grid[b-tx6jvz22fj]  .top-aligned, .ntb-form .removable-item-list[b-tx6jvz22fj]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .right-aligned, .ntb-form .text-grid[b-tx6jvz22fj]  .right-aligned, .ntb-form .removable-item-list[b-tx6jvz22fj]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-tx6jvz22fj]  > .dummy, .ntb-form .text-grid[b-tx6jvz22fj]  > .dummy, .ntb-form .removable-item-list[b-tx6jvz22fj]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  > .spacer, .ntb-form .text-grid[b-tx6jvz22fj]  > .spacer, .ntb-form .removable-item-list[b-tx6jvz22fj]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-tx6jvz22fj]  .form-row > :not(:last-child), .ntb-form .text-grid[b-tx6jvz22fj]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-tx6jvz22fj]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-tx6jvz22fj]  > .field-full, .ntb-form .text-grid[b-tx6jvz22fj]  > .field-full, .ntb-form .removable-item-list[b-tx6jvz22fj]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-tx6jvz22fj]  > span:not(.inline), .ntb-form .text-grid[b-tx6jvz22fj]  > span:not(.inline), .ntb-form .removable-item-list[b-tx6jvz22fj]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-tx6jvz22fj] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-tx6jvz22fj] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-tx6jvz22fj]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-tx6jvz22fj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-tx6jvz22fj] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-tx6jvz22fj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-tx6jvz22fj]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-tx6jvz22fj]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-tx6jvz22fj]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-tx6jvz22fj] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-tx6jvz22fj] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-n4y6yvgx10] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-n4y6yvgx10] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-n4y6yvgx10] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-n4y6yvgx10], .ntb-card h2[b-n4y6yvgx10], .ntb-card h3[b-n4y6yvgx10], .ntb-card h4[b-n4y6yvgx10], .ntb-card h5[b-n4y6yvgx10], .ntb-card h6[b-n4y6yvgx10] {
  text-align: center;
}

.ntb-border[b-n4y6yvgx10] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-n4y6yvgx10] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-n4y6yvgx10] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-n4y6yvgx10] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-n4y6yvgx10] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-n4y6yvgx10] {
  margin: 0;
}

.model-errors[b-n4y6yvgx10] {
  padding: 0;
}
.model-errors li[b-n4y6yvgx10] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-n4y6yvgx10] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-n4y6yvgx10] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-n4y6yvgx10] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-n4y6yvgx10], .ntb-form .removable-item-list[b-n4y6yvgx10], .ntb-form .text-grid[b-n4y6yvgx10] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-n4y6yvgx10], .ntb-form .removable-item-list > .dummy[b-n4y6yvgx10], .ntb-form .text-grid > .dummy[b-n4y6yvgx10] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-n4y6yvgx10] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-n4y6yvgx10] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-n4y6yvgx10] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-n4y6yvgx10] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-n4y6yvgx10] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-n4y6yvgx10] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-n4y6yvgx10] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-n4y6yvgx10] {
  display: inline;
}
.ntb-form span.inline > a[b-n4y6yvgx10] {
  display: inline;
}
.ntb-form h5[b-n4y6yvgx10] {
  margin-bottom: 1rem;
}
.ntb-form[b-n4y6yvgx10]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-n4y6yvgx10]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-n4y6yvgx10]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-n4y6yvgx10]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-n4y6yvgx10]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-n4y6yvgx10] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-n4y6yvgx10] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-n4y6yvgx10] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-n4y6yvgx10] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-n4y6yvgx10] {
  margin: auto 0;
}
.ntb-form .form-break[b-n4y6yvgx10] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-n4y6yvgx10] , .ntb-form .text-grid[b-n4y6yvgx10] , .ntb-form .removable-item-list[b-n4y6yvgx10]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-n4y6yvgx10]  > label, .ntb-form .text-grid[b-n4y6yvgx10]  > label, .ntb-form .removable-item-list[b-n4y6yvgx10]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-n4y6yvgx10]  > label::first-letter, .ntb-form .text-grid[b-n4y6yvgx10]  > label::first-letter, .ntb-form .removable-item-list[b-n4y6yvgx10]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .top-aligned, .ntb-form .text-grid[b-n4y6yvgx10]  .top-aligned, .ntb-form .removable-item-list[b-n4y6yvgx10]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .right-aligned, .ntb-form .text-grid[b-n4y6yvgx10]  .right-aligned, .ntb-form .removable-item-list[b-n4y6yvgx10]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-n4y6yvgx10]  > .dummy, .ntb-form .text-grid[b-n4y6yvgx10]  > .dummy, .ntb-form .removable-item-list[b-n4y6yvgx10]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  > .spacer, .ntb-form .text-grid[b-n4y6yvgx10]  > .spacer, .ntb-form .removable-item-list[b-n4y6yvgx10]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n4y6yvgx10]  .form-row > :not(:last-child), .ntb-form .text-grid[b-n4y6yvgx10]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-n4y6yvgx10]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-n4y6yvgx10]  > .field-full, .ntb-form .text-grid[b-n4y6yvgx10]  > .field-full, .ntb-form .removable-item-list[b-n4y6yvgx10]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-n4y6yvgx10]  > span:not(.inline), .ntb-form .text-grid[b-n4y6yvgx10]  > span:not(.inline), .ntb-form .removable-item-list[b-n4y6yvgx10]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-n4y6yvgx10] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-n4y6yvgx10] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-n4y6yvgx10]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-n4y6yvgx10] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-n4y6yvgx10] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-n4y6yvgx10] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-n4y6yvgx10]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-n4y6yvgx10]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-n4y6yvgx10]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-n4y6yvgx10] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-n4y6yvgx10] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Lockout.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-r7v6dihqs6] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-r7v6dihqs6] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-r7v6dihqs6] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-r7v6dihqs6], .ntb-card h2[b-r7v6dihqs6], .ntb-card h3[b-r7v6dihqs6], .ntb-card h4[b-r7v6dihqs6], .ntb-card h5[b-r7v6dihqs6], .ntb-card h6[b-r7v6dihqs6] {
  text-align: center;
}

.ntb-border[b-r7v6dihqs6] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-r7v6dihqs6] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-r7v6dihqs6] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-r7v6dihqs6] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-r7v6dihqs6] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-r7v6dihqs6] {
  margin: 0;
}

.model-errors[b-r7v6dihqs6] {
  padding: 0;
}
.model-errors li[b-r7v6dihqs6] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-r7v6dihqs6] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-r7v6dihqs6] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-r7v6dihqs6] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-r7v6dihqs6], .ntb-form .removable-item-list[b-r7v6dihqs6], .ntb-form .text-grid[b-r7v6dihqs6] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-r7v6dihqs6], .ntb-form .removable-item-list > .dummy[b-r7v6dihqs6], .ntb-form .text-grid > .dummy[b-r7v6dihqs6] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-r7v6dihqs6] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-r7v6dihqs6] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-r7v6dihqs6] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-r7v6dihqs6] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-r7v6dihqs6] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-r7v6dihqs6] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-r7v6dihqs6] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-r7v6dihqs6] {
  display: inline;
}
.ntb-form span.inline > a[b-r7v6dihqs6] {
  display: inline;
}
.ntb-form h5[b-r7v6dihqs6] {
  margin-bottom: 1rem;
}
.ntb-form[b-r7v6dihqs6]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-r7v6dihqs6]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-r7v6dihqs6]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-r7v6dihqs6]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-r7v6dihqs6]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-r7v6dihqs6] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-r7v6dihqs6] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-r7v6dihqs6] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-r7v6dihqs6] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-r7v6dihqs6] {
  margin: auto 0;
}
.ntb-form .form-break[b-r7v6dihqs6] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-r7v6dihqs6] , .ntb-form .text-grid[b-r7v6dihqs6] , .ntb-form .removable-item-list[b-r7v6dihqs6]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-r7v6dihqs6]  > label, .ntb-form .text-grid[b-r7v6dihqs6]  > label, .ntb-form .removable-item-list[b-r7v6dihqs6]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-r7v6dihqs6]  > label::first-letter, .ntb-form .text-grid[b-r7v6dihqs6]  > label::first-letter, .ntb-form .removable-item-list[b-r7v6dihqs6]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .top-aligned, .ntb-form .text-grid[b-r7v6dihqs6]  .top-aligned, .ntb-form .removable-item-list[b-r7v6dihqs6]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .right-aligned, .ntb-form .text-grid[b-r7v6dihqs6]  .right-aligned, .ntb-form .removable-item-list[b-r7v6dihqs6]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-r7v6dihqs6]  > .dummy, .ntb-form .text-grid[b-r7v6dihqs6]  > .dummy, .ntb-form .removable-item-list[b-r7v6dihqs6]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  > .spacer, .ntb-form .text-grid[b-r7v6dihqs6]  > .spacer, .ntb-form .removable-item-list[b-r7v6dihqs6]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r7v6dihqs6]  .form-row > :not(:last-child), .ntb-form .text-grid[b-r7v6dihqs6]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-r7v6dihqs6]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-r7v6dihqs6]  > .field-full, .ntb-form .text-grid[b-r7v6dihqs6]  > .field-full, .ntb-form .removable-item-list[b-r7v6dihqs6]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-r7v6dihqs6]  > span:not(.inline), .ntb-form .text-grid[b-r7v6dihqs6]  > span:not(.inline), .ntb-form .removable-item-list[b-r7v6dihqs6]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-r7v6dihqs6] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-r7v6dihqs6] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-r7v6dihqs6]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-r7v6dihqs6] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-r7v6dihqs6] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-r7v6dihqs6] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-r7v6dihqs6]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-r7v6dihqs6]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-r7v6dihqs6]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-r7v6dihqs6] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-r7v6dihqs6] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-b6nm4v9dit] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-b6nm4v9dit] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-b6nm4v9dit] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-b6nm4v9dit], .ntb-card h2[b-b6nm4v9dit], .ntb-card h3[b-b6nm4v9dit], .ntb-card h4[b-b6nm4v9dit], .ntb-card h5[b-b6nm4v9dit], .ntb-card h6[b-b6nm4v9dit] {
  text-align: center;
}

.ntb-border[b-b6nm4v9dit] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-b6nm4v9dit] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-b6nm4v9dit] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-b6nm4v9dit] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-b6nm4v9dit] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-b6nm4v9dit] {
  margin: 0;
}

.model-errors[b-b6nm4v9dit] {
  padding: 0;
}
.model-errors li[b-b6nm4v9dit] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-b6nm4v9dit] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-b6nm4v9dit] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-b6nm4v9dit] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-b6nm4v9dit], .ntb-form .removable-item-list[b-b6nm4v9dit], .ntb-form .text-grid[b-b6nm4v9dit] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-b6nm4v9dit], .ntb-form .removable-item-list > .dummy[b-b6nm4v9dit], .ntb-form .text-grid > .dummy[b-b6nm4v9dit] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-b6nm4v9dit] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-b6nm4v9dit] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-b6nm4v9dit] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-b6nm4v9dit] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-b6nm4v9dit] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-b6nm4v9dit] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-b6nm4v9dit] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-b6nm4v9dit] {
  display: inline;
}
.ntb-form span.inline > a[b-b6nm4v9dit] {
  display: inline;
}
.ntb-form h5[b-b6nm4v9dit] {
  margin-bottom: 1rem;
}
.ntb-form[b-b6nm4v9dit]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-b6nm4v9dit]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-b6nm4v9dit]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-b6nm4v9dit]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-b6nm4v9dit]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-b6nm4v9dit] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-b6nm4v9dit] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-b6nm4v9dit] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-b6nm4v9dit] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-b6nm4v9dit] {
  margin: auto 0;
}
.ntb-form .form-break[b-b6nm4v9dit] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-b6nm4v9dit] , .ntb-form .text-grid[b-b6nm4v9dit] , .ntb-form .removable-item-list[b-b6nm4v9dit]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-b6nm4v9dit]  > label, .ntb-form .text-grid[b-b6nm4v9dit]  > label, .ntb-form .removable-item-list[b-b6nm4v9dit]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-b6nm4v9dit]  > label::first-letter, .ntb-form .text-grid[b-b6nm4v9dit]  > label::first-letter, .ntb-form .removable-item-list[b-b6nm4v9dit]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .top-aligned, .ntb-form .text-grid[b-b6nm4v9dit]  .top-aligned, .ntb-form .removable-item-list[b-b6nm4v9dit]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .right-aligned, .ntb-form .text-grid[b-b6nm4v9dit]  .right-aligned, .ntb-form .removable-item-list[b-b6nm4v9dit]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-b6nm4v9dit]  > .dummy, .ntb-form .text-grid[b-b6nm4v9dit]  > .dummy, .ntb-form .removable-item-list[b-b6nm4v9dit]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  > .spacer, .ntb-form .text-grid[b-b6nm4v9dit]  > .spacer, .ntb-form .removable-item-list[b-b6nm4v9dit]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b6nm4v9dit]  .form-row > :not(:last-child), .ntb-form .text-grid[b-b6nm4v9dit]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-b6nm4v9dit]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-b6nm4v9dit]  > .field-full, .ntb-form .text-grid[b-b6nm4v9dit]  > .field-full, .ntb-form .removable-item-list[b-b6nm4v9dit]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-b6nm4v9dit]  > span:not(.inline), .ntb-form .text-grid[b-b6nm4v9dit]  > span:not(.inline), .ntb-form .removable-item-list[b-b6nm4v9dit]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-b6nm4v9dit] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-b6nm4v9dit] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-b6nm4v9dit]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-b6nm4v9dit] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-b6nm4v9dit] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-b6nm4v9dit] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-b6nm4v9dit]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-b6nm4v9dit]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-b6nm4v9dit]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-b6nm4v9dit] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-b6nm4v9dit] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-card > p[b-b6nm4v9dit] {
  white-space: pre-line;
}

#forgot-password[b-b6nm4v9dit] {
  color: var(--secondary-text-color);
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Register/ConfirmEmail.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-3ab0lq8ee5] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-3ab0lq8ee5] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-3ab0lq8ee5] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-3ab0lq8ee5], .ntb-card h2[b-3ab0lq8ee5], .ntb-card h3[b-3ab0lq8ee5], .ntb-card h4[b-3ab0lq8ee5], .ntb-card h5[b-3ab0lq8ee5], .ntb-card h6[b-3ab0lq8ee5] {
  text-align: center;
}

.ntb-border[b-3ab0lq8ee5] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-3ab0lq8ee5] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-3ab0lq8ee5] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-3ab0lq8ee5] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-3ab0lq8ee5] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-3ab0lq8ee5] {
  margin: 0;
}

.model-errors[b-3ab0lq8ee5] {
  padding: 0;
}
.model-errors li[b-3ab0lq8ee5] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-3ab0lq8ee5] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-3ab0lq8ee5] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-3ab0lq8ee5] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-3ab0lq8ee5], .ntb-form .removable-item-list[b-3ab0lq8ee5], .ntb-form .text-grid[b-3ab0lq8ee5] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-3ab0lq8ee5], .ntb-form .removable-item-list > .dummy[b-3ab0lq8ee5], .ntb-form .text-grid > .dummy[b-3ab0lq8ee5] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-3ab0lq8ee5] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-3ab0lq8ee5] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-3ab0lq8ee5] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-3ab0lq8ee5] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-3ab0lq8ee5] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-3ab0lq8ee5] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-3ab0lq8ee5] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-3ab0lq8ee5] {
  display: inline;
}
.ntb-form span.inline > a[b-3ab0lq8ee5] {
  display: inline;
}
.ntb-form h5[b-3ab0lq8ee5] {
  margin-bottom: 1rem;
}
.ntb-form[b-3ab0lq8ee5]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-3ab0lq8ee5]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-3ab0lq8ee5]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-3ab0lq8ee5]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-3ab0lq8ee5]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-3ab0lq8ee5] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-3ab0lq8ee5] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-3ab0lq8ee5] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-3ab0lq8ee5] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-3ab0lq8ee5] {
  margin: auto 0;
}
.ntb-form .form-break[b-3ab0lq8ee5] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-3ab0lq8ee5] , .ntb-form .text-grid[b-3ab0lq8ee5] , .ntb-form .removable-item-list[b-3ab0lq8ee5]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > label, .ntb-form .text-grid[b-3ab0lq8ee5]  > label, .ntb-form .removable-item-list[b-3ab0lq8ee5]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > label::first-letter, .ntb-form .text-grid[b-3ab0lq8ee5]  > label::first-letter, .ntb-form .removable-item-list[b-3ab0lq8ee5]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .top-aligned, .ntb-form .text-grid[b-3ab0lq8ee5]  .top-aligned, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .right-aligned, .ntb-form .text-grid[b-3ab0lq8ee5]  .right-aligned, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > .dummy, .ntb-form .text-grid[b-3ab0lq8ee5]  > .dummy, .ntb-form .removable-item-list[b-3ab0lq8ee5]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > .spacer, .ntb-form .text-grid[b-3ab0lq8ee5]  > .spacer, .ntb-form .removable-item-list[b-3ab0lq8ee5]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  .form-row > :not(:last-child), .ntb-form .text-grid[b-3ab0lq8ee5]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-3ab0lq8ee5]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > .field-full, .ntb-form .text-grid[b-3ab0lq8ee5]  > .field-full, .ntb-form .removable-item-list[b-3ab0lq8ee5]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-3ab0lq8ee5]  > span:not(.inline), .ntb-form .text-grid[b-3ab0lq8ee5]  > span:not(.inline), .ntb-form .removable-item-list[b-3ab0lq8ee5]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-3ab0lq8ee5] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-3ab0lq8ee5] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-3ab0lq8ee5]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-3ab0lq8ee5] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-3ab0lq8ee5] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-3ab0lq8ee5] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-3ab0lq8ee5]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-3ab0lq8ee5]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-3ab0lq8ee5]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-3ab0lq8ee5] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-3ab0lq8ee5] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Register/Credentials.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-37g00pd9ym] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-37g00pd9ym] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-37g00pd9ym] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-37g00pd9ym], .ntb-card h2[b-37g00pd9ym], .ntb-card h3[b-37g00pd9ym], .ntb-card h4[b-37g00pd9ym], .ntb-card h5[b-37g00pd9ym], .ntb-card h6[b-37g00pd9ym] {
  text-align: center;
}

.ntb-border[b-37g00pd9ym] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-37g00pd9ym] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-37g00pd9ym] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-37g00pd9ym] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-37g00pd9ym] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-37g00pd9ym] {
  margin: 0;
}

.model-errors[b-37g00pd9ym] {
  padding: 0;
}
.model-errors li[b-37g00pd9ym] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-37g00pd9ym] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-37g00pd9ym] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-37g00pd9ym] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-37g00pd9ym], .ntb-form .removable-item-list[b-37g00pd9ym], .ntb-form .text-grid[b-37g00pd9ym] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-37g00pd9ym], .ntb-form .removable-item-list > .dummy[b-37g00pd9ym], .ntb-form .text-grid > .dummy[b-37g00pd9ym] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-37g00pd9ym] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-37g00pd9ym] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-37g00pd9ym] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-37g00pd9ym] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-37g00pd9ym] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-37g00pd9ym] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-37g00pd9ym] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-37g00pd9ym] {
  display: inline;
}
.ntb-form span.inline > a[b-37g00pd9ym] {
  display: inline;
}
.ntb-form h5[b-37g00pd9ym] {
  margin-bottom: 1rem;
}
.ntb-form[b-37g00pd9ym]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-37g00pd9ym]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-37g00pd9ym]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-37g00pd9ym]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-37g00pd9ym]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-37g00pd9ym] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-37g00pd9ym] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-37g00pd9ym] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-37g00pd9ym] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-37g00pd9ym] {
  margin: auto 0;
}
.ntb-form .form-break[b-37g00pd9ym] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-37g00pd9ym] , .ntb-form .text-grid[b-37g00pd9ym] , .ntb-form .removable-item-list[b-37g00pd9ym]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-37g00pd9ym]  > label, .ntb-form .text-grid[b-37g00pd9ym]  > label, .ntb-form .removable-item-list[b-37g00pd9ym]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-37g00pd9ym]  > label::first-letter, .ntb-form .text-grid[b-37g00pd9ym]  > label::first-letter, .ntb-form .removable-item-list[b-37g00pd9ym]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-37g00pd9ym]  .top-aligned, .ntb-form .text-grid[b-37g00pd9ym]  .top-aligned, .ntb-form .removable-item-list[b-37g00pd9ym]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-37g00pd9ym]  .right-aligned, .ntb-form .text-grid[b-37g00pd9ym]  .right-aligned, .ntb-form .removable-item-list[b-37g00pd9ym]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-37g00pd9ym]  > .dummy, .ntb-form .text-grid[b-37g00pd9ym]  > .dummy, .ntb-form .removable-item-list[b-37g00pd9ym]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  > .spacer, .ntb-form .text-grid[b-37g00pd9ym]  > .spacer, .ntb-form .removable-item-list[b-37g00pd9ym]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row, .ntb-form .text-grid[b-37g00pd9ym]  .form-row, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-37g00pd9ym]  .form-row > :not(:last-child), .ntb-form .text-grid[b-37g00pd9ym]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-37g00pd9ym]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-37g00pd9ym]  > .field-full, .ntb-form .text-grid[b-37g00pd9ym]  > .field-full, .ntb-form .removable-item-list[b-37g00pd9ym]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-37g00pd9ym]  > span:not(.inline), .ntb-form .text-grid[b-37g00pd9ym]  > span:not(.inline), .ntb-form .removable-item-list[b-37g00pd9ym]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-37g00pd9ym] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-37g00pd9ym] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-37g00pd9ym]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-37g00pd9ym] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-37g00pd9ym] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-37g00pd9ym] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-37g00pd9ym]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-37g00pd9ym]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-37g00pd9ym]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-37g00pd9ym] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-37g00pd9ym] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Register/DayCareCenter.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-xnx1rtckbo] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-xnx1rtckbo] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-xnx1rtckbo] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-xnx1rtckbo], .ntb-card h2[b-xnx1rtckbo], .ntb-card h3[b-xnx1rtckbo], .ntb-card h4[b-xnx1rtckbo], .ntb-card h5[b-xnx1rtckbo], .ntb-card h6[b-xnx1rtckbo] {
  text-align: center;
}

.ntb-border[b-xnx1rtckbo] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-xnx1rtckbo] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-xnx1rtckbo] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-xnx1rtckbo] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-xnx1rtckbo] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-xnx1rtckbo] {
  margin: 0;
}

.model-errors[b-xnx1rtckbo] {
  padding: 0;
}
.model-errors li[b-xnx1rtckbo] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-xnx1rtckbo] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-xnx1rtckbo] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-xnx1rtckbo] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-xnx1rtckbo], .ntb-form .removable-item-list[b-xnx1rtckbo], .ntb-form .text-grid[b-xnx1rtckbo] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-xnx1rtckbo], .ntb-form .removable-item-list > .dummy[b-xnx1rtckbo], .ntb-form .text-grid > .dummy[b-xnx1rtckbo] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-xnx1rtckbo] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-xnx1rtckbo] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-xnx1rtckbo] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-xnx1rtckbo] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-xnx1rtckbo] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-xnx1rtckbo] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-xnx1rtckbo] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-xnx1rtckbo] {
  display: inline;
}
.ntb-form span.inline > a[b-xnx1rtckbo] {
  display: inline;
}
.ntb-form h5[b-xnx1rtckbo] {
  margin-bottom: 1rem;
}
.ntb-form[b-xnx1rtckbo]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-xnx1rtckbo]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-xnx1rtckbo]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-xnx1rtckbo]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-xnx1rtckbo]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-xnx1rtckbo] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-xnx1rtckbo] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-xnx1rtckbo] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-xnx1rtckbo] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-xnx1rtckbo] {
  margin: auto 0;
}
.ntb-form .form-break[b-xnx1rtckbo] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-xnx1rtckbo] , .ntb-form .text-grid[b-xnx1rtckbo] , .ntb-form .removable-item-list[b-xnx1rtckbo]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-xnx1rtckbo]  > label, .ntb-form .text-grid[b-xnx1rtckbo]  > label, .ntb-form .removable-item-list[b-xnx1rtckbo]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-xnx1rtckbo]  > label::first-letter, .ntb-form .text-grid[b-xnx1rtckbo]  > label::first-letter, .ntb-form .removable-item-list[b-xnx1rtckbo]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .top-aligned, .ntb-form .text-grid[b-xnx1rtckbo]  .top-aligned, .ntb-form .removable-item-list[b-xnx1rtckbo]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .right-aligned, .ntb-form .text-grid[b-xnx1rtckbo]  .right-aligned, .ntb-form .removable-item-list[b-xnx1rtckbo]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-xnx1rtckbo]  > .dummy, .ntb-form .text-grid[b-xnx1rtckbo]  > .dummy, .ntb-form .removable-item-list[b-xnx1rtckbo]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  > .spacer, .ntb-form .text-grid[b-xnx1rtckbo]  > .spacer, .ntb-form .removable-item-list[b-xnx1rtckbo]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xnx1rtckbo]  .form-row > :not(:last-child), .ntb-form .text-grid[b-xnx1rtckbo]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-xnx1rtckbo]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-xnx1rtckbo]  > .field-full, .ntb-form .text-grid[b-xnx1rtckbo]  > .field-full, .ntb-form .removable-item-list[b-xnx1rtckbo]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-xnx1rtckbo]  > span:not(.inline), .ntb-form .text-grid[b-xnx1rtckbo]  > span:not(.inline), .ntb-form .removable-item-list[b-xnx1rtckbo]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-xnx1rtckbo] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-xnx1rtckbo] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-xnx1rtckbo]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-xnx1rtckbo] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-xnx1rtckbo] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-xnx1rtckbo] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-xnx1rtckbo]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-xnx1rtckbo]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-xnx1rtckbo]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-xnx1rtckbo] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-xnx1rtckbo] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/Register/RegisterConfirmation.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-k9x4dj4d0l] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-k9x4dj4d0l] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-k9x4dj4d0l] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-k9x4dj4d0l], .ntb-card h2[b-k9x4dj4d0l], .ntb-card h3[b-k9x4dj4d0l], .ntb-card h4[b-k9x4dj4d0l], .ntb-card h5[b-k9x4dj4d0l], .ntb-card h6[b-k9x4dj4d0l] {
  text-align: center;
}

.ntb-border[b-k9x4dj4d0l] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-k9x4dj4d0l] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-k9x4dj4d0l] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-k9x4dj4d0l] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-k9x4dj4d0l] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-k9x4dj4d0l] {
  margin: 0;
}

.model-errors[b-k9x4dj4d0l] {
  padding: 0;
}
.model-errors li[b-k9x4dj4d0l] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-k9x4dj4d0l] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-k9x4dj4d0l] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-k9x4dj4d0l] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-k9x4dj4d0l], .ntb-form .removable-item-list[b-k9x4dj4d0l], .ntb-form .text-grid[b-k9x4dj4d0l] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-k9x4dj4d0l], .ntb-form .removable-item-list > .dummy[b-k9x4dj4d0l], .ntb-form .text-grid > .dummy[b-k9x4dj4d0l] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-k9x4dj4d0l] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-k9x4dj4d0l] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-k9x4dj4d0l] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-k9x4dj4d0l] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-k9x4dj4d0l] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-k9x4dj4d0l] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-k9x4dj4d0l] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-k9x4dj4d0l] {
  display: inline;
}
.ntb-form span.inline > a[b-k9x4dj4d0l] {
  display: inline;
}
.ntb-form h5[b-k9x4dj4d0l] {
  margin-bottom: 1rem;
}
.ntb-form[b-k9x4dj4d0l]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-k9x4dj4d0l]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-k9x4dj4d0l]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-k9x4dj4d0l]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-k9x4dj4d0l]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-k9x4dj4d0l] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-k9x4dj4d0l] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-k9x4dj4d0l] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-k9x4dj4d0l] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-k9x4dj4d0l] {
  margin: auto 0;
}
.ntb-form .form-break[b-k9x4dj4d0l] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-k9x4dj4d0l] , .ntb-form .text-grid[b-k9x4dj4d0l] , .ntb-form .removable-item-list[b-k9x4dj4d0l]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > label, .ntb-form .text-grid[b-k9x4dj4d0l]  > label, .ntb-form .removable-item-list[b-k9x4dj4d0l]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > label::first-letter, .ntb-form .text-grid[b-k9x4dj4d0l]  > label::first-letter, .ntb-form .removable-item-list[b-k9x4dj4d0l]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .top-aligned, .ntb-form .text-grid[b-k9x4dj4d0l]  .top-aligned, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .right-aligned, .ntb-form .text-grid[b-k9x4dj4d0l]  .right-aligned, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > .dummy, .ntb-form .text-grid[b-k9x4dj4d0l]  > .dummy, .ntb-form .removable-item-list[b-k9x4dj4d0l]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > .spacer, .ntb-form .text-grid[b-k9x4dj4d0l]  > .spacer, .ntb-form .removable-item-list[b-k9x4dj4d0l]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  .form-row > :not(:last-child), .ntb-form .text-grid[b-k9x4dj4d0l]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-k9x4dj4d0l]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > .field-full, .ntb-form .text-grid[b-k9x4dj4d0l]  > .field-full, .ntb-form .removable-item-list[b-k9x4dj4d0l]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-k9x4dj4d0l]  > span:not(.inline), .ntb-form .text-grid[b-k9x4dj4d0l]  > span:not(.inline), .ntb-form .removable-item-list[b-k9x4dj4d0l]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-k9x4dj4d0l] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-k9x4dj4d0l] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-k9x4dj4d0l]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-k9x4dj4d0l] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-k9x4dj4d0l] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-k9x4dj4d0l] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-k9x4dj4d0l]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-k9x4dj4d0l]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-k9x4dj4d0l]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-k9x4dj4d0l] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-k9x4dj4d0l] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/ResetPassword.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-w0c6xrqxp0] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-w0c6xrqxp0] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-w0c6xrqxp0] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-w0c6xrqxp0], .ntb-card h2[b-w0c6xrqxp0], .ntb-card h3[b-w0c6xrqxp0], .ntb-card h4[b-w0c6xrqxp0], .ntb-card h5[b-w0c6xrqxp0], .ntb-card h6[b-w0c6xrqxp0] {
  text-align: center;
}

.ntb-border[b-w0c6xrqxp0] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-w0c6xrqxp0] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-w0c6xrqxp0] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-w0c6xrqxp0] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-w0c6xrqxp0] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-w0c6xrqxp0] {
  margin: 0;
}

.model-errors[b-w0c6xrqxp0] {
  padding: 0;
}
.model-errors li[b-w0c6xrqxp0] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-w0c6xrqxp0] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-w0c6xrqxp0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-w0c6xrqxp0] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-w0c6xrqxp0], .ntb-form .removable-item-list[b-w0c6xrqxp0], .ntb-form .text-grid[b-w0c6xrqxp0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-w0c6xrqxp0], .ntb-form .removable-item-list > .dummy[b-w0c6xrqxp0], .ntb-form .text-grid > .dummy[b-w0c6xrqxp0] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-w0c6xrqxp0] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-w0c6xrqxp0] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-w0c6xrqxp0] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-w0c6xrqxp0] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-w0c6xrqxp0] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-w0c6xrqxp0] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-w0c6xrqxp0] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-w0c6xrqxp0] {
  display: inline;
}
.ntb-form span.inline > a[b-w0c6xrqxp0] {
  display: inline;
}
.ntb-form h5[b-w0c6xrqxp0] {
  margin-bottom: 1rem;
}
.ntb-form[b-w0c6xrqxp0]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-w0c6xrqxp0]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-w0c6xrqxp0]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-w0c6xrqxp0]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-w0c6xrqxp0]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-w0c6xrqxp0] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-w0c6xrqxp0] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-w0c6xrqxp0] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-w0c6xrqxp0] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-w0c6xrqxp0] {
  margin: auto 0;
}
.ntb-form .form-break[b-w0c6xrqxp0] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-w0c6xrqxp0] , .ntb-form .text-grid[b-w0c6xrqxp0] , .ntb-form .removable-item-list[b-w0c6xrqxp0]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > label, .ntb-form .text-grid[b-w0c6xrqxp0]  > label, .ntb-form .removable-item-list[b-w0c6xrqxp0]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > label::first-letter, .ntb-form .text-grid[b-w0c6xrqxp0]  > label::first-letter, .ntb-form .removable-item-list[b-w0c6xrqxp0]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .top-aligned, .ntb-form .text-grid[b-w0c6xrqxp0]  .top-aligned, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .right-aligned, .ntb-form .text-grid[b-w0c6xrqxp0]  .right-aligned, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > .dummy, .ntb-form .text-grid[b-w0c6xrqxp0]  > .dummy, .ntb-form .removable-item-list[b-w0c6xrqxp0]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > .spacer, .ntb-form .text-grid[b-w0c6xrqxp0]  > .spacer, .ntb-form .removable-item-list[b-w0c6xrqxp0]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  .form-row > :not(:last-child), .ntb-form .text-grid[b-w0c6xrqxp0]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-w0c6xrqxp0]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > .field-full, .ntb-form .text-grid[b-w0c6xrqxp0]  > .field-full, .ntb-form .removable-item-list[b-w0c6xrqxp0]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-w0c6xrqxp0]  > span:not(.inline), .ntb-form .text-grid[b-w0c6xrqxp0]  > span:not(.inline), .ntb-form .removable-item-list[b-w0c6xrqxp0]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-w0c6xrqxp0] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-w0c6xrqxp0] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-w0c6xrqxp0]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-w0c6xrqxp0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-w0c6xrqxp0] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-w0c6xrqxp0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-w0c6xrqxp0]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-w0c6xrqxp0]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-w0c6xrqxp0]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-w0c6xrqxp0] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-w0c6xrqxp0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-66lncm51y7] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-66lncm51y7] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-66lncm51y7] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-66lncm51y7], .ntb-card h2[b-66lncm51y7], .ntb-card h3[b-66lncm51y7], .ntb-card h4[b-66lncm51y7], .ntb-card h5[b-66lncm51y7], .ntb-card h6[b-66lncm51y7] {
  text-align: center;
}

.ntb-border[b-66lncm51y7] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-66lncm51y7] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-66lncm51y7] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-66lncm51y7] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-66lncm51y7] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-66lncm51y7] {
  margin: 0;
}

.model-errors[b-66lncm51y7] {
  padding: 0;
}
.model-errors li[b-66lncm51y7] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-66lncm51y7] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-66lncm51y7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-66lncm51y7] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-66lncm51y7], .ntb-form .removable-item-list[b-66lncm51y7], .ntb-form .text-grid[b-66lncm51y7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-66lncm51y7], .ntb-form .removable-item-list > .dummy[b-66lncm51y7], .ntb-form .text-grid > .dummy[b-66lncm51y7] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-66lncm51y7] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-66lncm51y7] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-66lncm51y7] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-66lncm51y7] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-66lncm51y7] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-66lncm51y7] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-66lncm51y7] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-66lncm51y7] {
  display: inline;
}
.ntb-form span.inline > a[b-66lncm51y7] {
  display: inline;
}
.ntb-form h5[b-66lncm51y7] {
  margin-bottom: 1rem;
}
.ntb-form[b-66lncm51y7]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-66lncm51y7]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-66lncm51y7]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-66lncm51y7]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-66lncm51y7]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-66lncm51y7] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-66lncm51y7] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-66lncm51y7] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-66lncm51y7] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-66lncm51y7] {
  margin: auto 0;
}
.ntb-form .form-break[b-66lncm51y7] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-66lncm51y7] , .ntb-form .text-grid[b-66lncm51y7] , .ntb-form .removable-item-list[b-66lncm51y7]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-66lncm51y7]  > label, .ntb-form .text-grid[b-66lncm51y7]  > label, .ntb-form .removable-item-list[b-66lncm51y7]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-66lncm51y7]  > label::first-letter, .ntb-form .text-grid[b-66lncm51y7]  > label::first-letter, .ntb-form .removable-item-list[b-66lncm51y7]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-66lncm51y7]  .top-aligned, .ntb-form .text-grid[b-66lncm51y7]  .top-aligned, .ntb-form .removable-item-list[b-66lncm51y7]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-66lncm51y7]  .right-aligned, .ntb-form .text-grid[b-66lncm51y7]  .right-aligned, .ntb-form .removable-item-list[b-66lncm51y7]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-66lncm51y7]  > .dummy, .ntb-form .text-grid[b-66lncm51y7]  > .dummy, .ntb-form .removable-item-list[b-66lncm51y7]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  > .spacer, .ntb-form .text-grid[b-66lncm51y7]  > .spacer, .ntb-form .removable-item-list[b-66lncm51y7]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row, .ntb-form .text-grid[b-66lncm51y7]  .form-row, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66lncm51y7]  .form-row > :not(:last-child), .ntb-form .text-grid[b-66lncm51y7]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-66lncm51y7]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-66lncm51y7]  > .field-full, .ntb-form .text-grid[b-66lncm51y7]  > .field-full, .ntb-form .removable-item-list[b-66lncm51y7]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-66lncm51y7]  > span:not(.inline), .ntb-form .text-grid[b-66lncm51y7]  > span:not(.inline), .ntb-form .removable-item-list[b-66lncm51y7]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-66lncm51y7] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-66lncm51y7] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-66lncm51y7]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-66lncm51y7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-66lncm51y7] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-66lncm51y7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-66lncm51y7]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-66lncm51y7]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-66lncm51y7]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-66lncm51y7] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-66lncm51y7] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Areas/Identity/Pages/Account/SessionExpired.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-cwp7kkhpvz] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-cwp7kkhpvz] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-cwp7kkhpvz] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-cwp7kkhpvz], .ntb-card h2[b-cwp7kkhpvz], .ntb-card h3[b-cwp7kkhpvz], .ntb-card h4[b-cwp7kkhpvz], .ntb-card h5[b-cwp7kkhpvz], .ntb-card h6[b-cwp7kkhpvz] {
  text-align: center;
}

.ntb-border[b-cwp7kkhpvz] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-cwp7kkhpvz] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-cwp7kkhpvz] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-cwp7kkhpvz] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-cwp7kkhpvz] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-cwp7kkhpvz] {
  margin: 0;
}

.model-errors[b-cwp7kkhpvz] {
  padding: 0;
}
.model-errors li[b-cwp7kkhpvz] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-cwp7kkhpvz] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-cwp7kkhpvz] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-cwp7kkhpvz] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-cwp7kkhpvz], .ntb-form .removable-item-list[b-cwp7kkhpvz], .ntb-form .text-grid[b-cwp7kkhpvz] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-cwp7kkhpvz], .ntb-form .removable-item-list > .dummy[b-cwp7kkhpvz], .ntb-form .text-grid > .dummy[b-cwp7kkhpvz] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-cwp7kkhpvz] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-cwp7kkhpvz] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-cwp7kkhpvz] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-cwp7kkhpvz] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-cwp7kkhpvz] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-cwp7kkhpvz] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-cwp7kkhpvz] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-cwp7kkhpvz] {
  display: inline;
}
.ntb-form span.inline > a[b-cwp7kkhpvz] {
  display: inline;
}
.ntb-form h5[b-cwp7kkhpvz] {
  margin-bottom: 1rem;
}
.ntb-form[b-cwp7kkhpvz]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-cwp7kkhpvz]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-cwp7kkhpvz]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-cwp7kkhpvz]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-cwp7kkhpvz]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-cwp7kkhpvz] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-cwp7kkhpvz] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-cwp7kkhpvz] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-cwp7kkhpvz] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-cwp7kkhpvz] {
  margin: auto 0;
}
.ntb-form .form-break[b-cwp7kkhpvz] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-cwp7kkhpvz] , .ntb-form .text-grid[b-cwp7kkhpvz] , .ntb-form .removable-item-list[b-cwp7kkhpvz]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > label, .ntb-form .text-grid[b-cwp7kkhpvz]  > label, .ntb-form .removable-item-list[b-cwp7kkhpvz]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > label::first-letter, .ntb-form .text-grid[b-cwp7kkhpvz]  > label::first-letter, .ntb-form .removable-item-list[b-cwp7kkhpvz]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .top-aligned, .ntb-form .text-grid[b-cwp7kkhpvz]  .top-aligned, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .right-aligned, .ntb-form .text-grid[b-cwp7kkhpvz]  .right-aligned, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > .dummy, .ntb-form .text-grid[b-cwp7kkhpvz]  > .dummy, .ntb-form .removable-item-list[b-cwp7kkhpvz]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > .spacer, .ntb-form .text-grid[b-cwp7kkhpvz]  > .spacer, .ntb-form .removable-item-list[b-cwp7kkhpvz]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  .form-row > :not(:last-child), .ntb-form .text-grid[b-cwp7kkhpvz]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-cwp7kkhpvz]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > .field-full, .ntb-form .text-grid[b-cwp7kkhpvz]  > .field-full, .ntb-form .removable-item-list[b-cwp7kkhpvz]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-cwp7kkhpvz]  > span:not(.inline), .ntb-form .text-grid[b-cwp7kkhpvz]  > span:not(.inline), .ntb-form .removable-item-list[b-cwp7kkhpvz]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-cwp7kkhpvz] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-cwp7kkhpvz] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-cwp7kkhpvz]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-cwp7kkhpvz] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-cwp7kkhpvz] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-cwp7kkhpvz] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-cwp7kkhpvz]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-cwp7kkhpvz]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-cwp7kkhpvz]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-cwp7kkhpvz] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-cwp7kkhpvz] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Archive/Overview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-k3tubzz1bg] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-k3tubzz1bg] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-k3tubzz1bg] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-k3tubzz1bg], .ntb-card h2[b-k3tubzz1bg], .ntb-card h3[b-k3tubzz1bg], .ntb-card h4[b-k3tubzz1bg], .ntb-card h5[b-k3tubzz1bg], .ntb-card h6[b-k3tubzz1bg] {
  text-align: center;
}

.ntb-border[b-k3tubzz1bg] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-k3tubzz1bg] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-k3tubzz1bg] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-k3tubzz1bg] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-k3tubzz1bg] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-k3tubzz1bg] {
  margin: 0;
}

.model-errors[b-k3tubzz1bg] {
  padding: 0;
}
.model-errors li[b-k3tubzz1bg] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-k3tubzz1bg] {
  color: var(--danger-color) !important;
}

.paged-table[b-k3tubzz1bg] {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.paged-table > :first-child[b-k3tubzz1bg] {
  border-bottom: 2px solid var(--primary-text-color);
}
.paged-table > .not-found[b-k3tubzz1bg] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Partials/_OverviewFilterOptions.cshtml.rz.scp.css */
.row-grid[b-3tsv0icf2p] {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Overview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-fuy6v9n2cs] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-fuy6v9n2cs] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-fuy6v9n2cs] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-fuy6v9n2cs], .ntb-card h2[b-fuy6v9n2cs], .ntb-card h3[b-fuy6v9n2cs], .ntb-card h4[b-fuy6v9n2cs], .ntb-card h5[b-fuy6v9n2cs], .ntb-card h6[b-fuy6v9n2cs] {
  text-align: center;
}

.ntb-border[b-fuy6v9n2cs] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-fuy6v9n2cs] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-fuy6v9n2cs] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-fuy6v9n2cs] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-fuy6v9n2cs] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-fuy6v9n2cs] {
  margin: 0;
}

.model-errors[b-fuy6v9n2cs] {
  padding: 0;
}
.model-errors li[b-fuy6v9n2cs] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-fuy6v9n2cs] {
  color: var(--danger-color) !important;
}

.page-body[b-fuy6v9n2cs] {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  padding-bottom: 2rem;
  max-width: 75rem;
  margin: 0 auto;
}

.relative-container[b-fuy6v9n2cs] {
  position: relative;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/ActivityRooms.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-xn8xvt5wjk] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-xn8xvt5wjk] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-xn8xvt5wjk] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-xn8xvt5wjk], .ntb-card h2[b-xn8xvt5wjk], .ntb-card h3[b-xn8xvt5wjk], .ntb-card h4[b-xn8xvt5wjk], .ntb-card h5[b-xn8xvt5wjk], .ntb-card h6[b-xn8xvt5wjk] {
  text-align: center;
}

.ntb-border[b-xn8xvt5wjk] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-xn8xvt5wjk] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-xn8xvt5wjk] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-xn8xvt5wjk] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-xn8xvt5wjk] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-xn8xvt5wjk] {
  margin: 0;
}

.model-errors[b-xn8xvt5wjk] {
  padding: 0;
}
.model-errors li[b-xn8xvt5wjk] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-xn8xvt5wjk] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-xn8xvt5wjk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-xn8xvt5wjk] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-xn8xvt5wjk], .ntb-form .removable-item-list[b-xn8xvt5wjk], .ntb-form .text-grid[b-xn8xvt5wjk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-xn8xvt5wjk], .ntb-form .removable-item-list > .dummy[b-xn8xvt5wjk], .ntb-form .text-grid > .dummy[b-xn8xvt5wjk] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-xn8xvt5wjk] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-xn8xvt5wjk] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-xn8xvt5wjk] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-xn8xvt5wjk] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-xn8xvt5wjk] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-xn8xvt5wjk] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-xn8xvt5wjk] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-xn8xvt5wjk] {
  display: inline;
}
.ntb-form span.inline > a[b-xn8xvt5wjk] {
  display: inline;
}
.ntb-form h5[b-xn8xvt5wjk] {
  margin-bottom: 1rem;
}
.ntb-form[b-xn8xvt5wjk]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-xn8xvt5wjk]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-xn8xvt5wjk]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-xn8xvt5wjk]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-xn8xvt5wjk]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-xn8xvt5wjk] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-xn8xvt5wjk] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-xn8xvt5wjk] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-xn8xvt5wjk] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-xn8xvt5wjk] {
  margin: auto 0;
}
.ntb-form .form-break[b-xn8xvt5wjk] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-xn8xvt5wjk] , .ntb-form .text-grid[b-xn8xvt5wjk] , .ntb-form .removable-item-list[b-xn8xvt5wjk]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > label, .ntb-form .text-grid[b-xn8xvt5wjk]  > label, .ntb-form .removable-item-list[b-xn8xvt5wjk]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > label::first-letter, .ntb-form .text-grid[b-xn8xvt5wjk]  > label::first-letter, .ntb-form .removable-item-list[b-xn8xvt5wjk]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .top-aligned, .ntb-form .text-grid[b-xn8xvt5wjk]  .top-aligned, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .right-aligned, .ntb-form .text-grid[b-xn8xvt5wjk]  .right-aligned, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > .dummy, .ntb-form .text-grid[b-xn8xvt5wjk]  > .dummy, .ntb-form .removable-item-list[b-xn8xvt5wjk]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > .spacer, .ntb-form .text-grid[b-xn8xvt5wjk]  > .spacer, .ntb-form .removable-item-list[b-xn8xvt5wjk]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  .form-row > :not(:last-child), .ntb-form .text-grid[b-xn8xvt5wjk]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-xn8xvt5wjk]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > .field-full, .ntb-form .text-grid[b-xn8xvt5wjk]  > .field-full, .ntb-form .removable-item-list[b-xn8xvt5wjk]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-xn8xvt5wjk]  > span:not(.inline), .ntb-form .text-grid[b-xn8xvt5wjk]  > span:not(.inline), .ntb-form .removable-item-list[b-xn8xvt5wjk]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-xn8xvt5wjk] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-xn8xvt5wjk] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-xn8xvt5wjk]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-xn8xvt5wjk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-xn8xvt5wjk] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-xn8xvt5wjk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-xn8xvt5wjk]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-xn8xvt5wjk]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-xn8xvt5wjk]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-xn8xvt5wjk] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-xn8xvt5wjk] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.removable-item-list[b-xn8xvt5wjk] {
  margin-bottom: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/ActivityRooms/_Add.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-c05einypyc] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-c05einypyc] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-c05einypyc] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-c05einypyc], .ntb-card h2[b-c05einypyc], .ntb-card h3[b-c05einypyc], .ntb-card h4[b-c05einypyc], .ntb-card h5[b-c05einypyc], .ntb-card h6[b-c05einypyc] {
  text-align: center;
}

.ntb-border[b-c05einypyc] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-c05einypyc] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-c05einypyc] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-c05einypyc] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-c05einypyc] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-c05einypyc] {
  margin: 0;
}

.model-errors[b-c05einypyc] {
  padding: 0;
}
.model-errors li[b-c05einypyc] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-c05einypyc] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-c05einypyc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-c05einypyc] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-c05einypyc], .ntb-form .removable-item-list[b-c05einypyc], .ntb-form .text-grid[b-c05einypyc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-c05einypyc], .ntb-form .removable-item-list > .dummy[b-c05einypyc], .ntb-form .text-grid > .dummy[b-c05einypyc] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-c05einypyc] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-c05einypyc] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-c05einypyc] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-c05einypyc] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-c05einypyc] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-c05einypyc] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-c05einypyc] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-c05einypyc] {
  display: inline;
}
.ntb-form span.inline > a[b-c05einypyc] {
  display: inline;
}
.ntb-form h5[b-c05einypyc] {
  margin-bottom: 1rem;
}
.ntb-form[b-c05einypyc]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-c05einypyc]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-c05einypyc]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-c05einypyc]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-c05einypyc]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-c05einypyc] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-c05einypyc] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-c05einypyc] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-c05einypyc] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-c05einypyc] {
  margin: auto 0;
}
.ntb-form .form-break[b-c05einypyc] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-c05einypyc] , .ntb-form .text-grid[b-c05einypyc] , .ntb-form .removable-item-list[b-c05einypyc]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-c05einypyc]  > label, .ntb-form .text-grid[b-c05einypyc]  > label, .ntb-form .removable-item-list[b-c05einypyc]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-c05einypyc]  > label::first-letter, .ntb-form .text-grid[b-c05einypyc]  > label::first-letter, .ntb-form .removable-item-list[b-c05einypyc]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-c05einypyc]  .top-aligned, .ntb-form .text-grid[b-c05einypyc]  .top-aligned, .ntb-form .removable-item-list[b-c05einypyc]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-c05einypyc]  .right-aligned, .ntb-form .text-grid[b-c05einypyc]  .right-aligned, .ntb-form .removable-item-list[b-c05einypyc]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-c05einypyc]  > .dummy, .ntb-form .text-grid[b-c05einypyc]  > .dummy, .ntb-form .removable-item-list[b-c05einypyc]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-c05einypyc]  > .spacer, .ntb-form .text-grid[b-c05einypyc]  > .spacer, .ntb-form .removable-item-list[b-c05einypyc]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row, .ntb-form .text-grid[b-c05einypyc]  .form-row, .ntb-form .removable-item-list[b-c05einypyc]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-c05einypyc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c05einypyc]  .form-row > :not(:last-child), .ntb-form .text-grid[b-c05einypyc]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-c05einypyc]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-c05einypyc]  > .field-full, .ntb-form .text-grid[b-c05einypyc]  > .field-full, .ntb-form .removable-item-list[b-c05einypyc]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-c05einypyc]  > span:not(.inline), .ntb-form .text-grid[b-c05einypyc]  > span:not(.inline), .ntb-form .removable-item-list[b-c05einypyc]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-c05einypyc] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-c05einypyc] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-c05einypyc]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-c05einypyc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-c05einypyc] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-c05einypyc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-c05einypyc]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-c05einypyc]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-c05einypyc]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-c05einypyc] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-c05einypyc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-c05einypyc] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-c05einypyc] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Classes.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-dqs4wa4wsg] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-dqs4wa4wsg] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-dqs4wa4wsg] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-dqs4wa4wsg], .ntb-card h2[b-dqs4wa4wsg], .ntb-card h3[b-dqs4wa4wsg], .ntb-card h4[b-dqs4wa4wsg], .ntb-card h5[b-dqs4wa4wsg], .ntb-card h6[b-dqs4wa4wsg] {
  text-align: center;
}

.ntb-border[b-dqs4wa4wsg] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-dqs4wa4wsg] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-dqs4wa4wsg] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-dqs4wa4wsg] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-dqs4wa4wsg] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-dqs4wa4wsg] {
  margin: 0;
}

.model-errors[b-dqs4wa4wsg] {
  padding: 0;
}
.model-errors li[b-dqs4wa4wsg] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-dqs4wa4wsg] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-dqs4wa4wsg] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-dqs4wa4wsg] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-dqs4wa4wsg], .ntb-form .removable-item-list[b-dqs4wa4wsg], .ntb-form .text-grid[b-dqs4wa4wsg] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-dqs4wa4wsg], .ntb-form .removable-item-list > .dummy[b-dqs4wa4wsg], .ntb-form .text-grid > .dummy[b-dqs4wa4wsg] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-dqs4wa4wsg] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-dqs4wa4wsg] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-dqs4wa4wsg] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-dqs4wa4wsg] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-dqs4wa4wsg] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-dqs4wa4wsg] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-dqs4wa4wsg] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-dqs4wa4wsg] {
  display: inline;
}
.ntb-form span.inline > a[b-dqs4wa4wsg] {
  display: inline;
}
.ntb-form h5[b-dqs4wa4wsg] {
  margin-bottom: 1rem;
}
.ntb-form[b-dqs4wa4wsg]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-dqs4wa4wsg]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-dqs4wa4wsg]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-dqs4wa4wsg]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-dqs4wa4wsg]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-dqs4wa4wsg] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-dqs4wa4wsg] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-dqs4wa4wsg] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-dqs4wa4wsg] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-dqs4wa4wsg] {
  margin: auto 0;
}
.ntb-form .form-break[b-dqs4wa4wsg] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-dqs4wa4wsg] , .ntb-form .text-grid[b-dqs4wa4wsg] , .ntb-form .removable-item-list[b-dqs4wa4wsg]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > label, .ntb-form .text-grid[b-dqs4wa4wsg]  > label, .ntb-form .removable-item-list[b-dqs4wa4wsg]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > label::first-letter, .ntb-form .text-grid[b-dqs4wa4wsg]  > label::first-letter, .ntb-form .removable-item-list[b-dqs4wa4wsg]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .top-aligned, .ntb-form .text-grid[b-dqs4wa4wsg]  .top-aligned, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .right-aligned, .ntb-form .text-grid[b-dqs4wa4wsg]  .right-aligned, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > .dummy, .ntb-form .text-grid[b-dqs4wa4wsg]  > .dummy, .ntb-form .removable-item-list[b-dqs4wa4wsg]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > .spacer, .ntb-form .text-grid[b-dqs4wa4wsg]  > .spacer, .ntb-form .removable-item-list[b-dqs4wa4wsg]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  .form-row > :not(:last-child), .ntb-form .text-grid[b-dqs4wa4wsg]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-dqs4wa4wsg]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > .field-full, .ntb-form .text-grid[b-dqs4wa4wsg]  > .field-full, .ntb-form .removable-item-list[b-dqs4wa4wsg]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-dqs4wa4wsg]  > span:not(.inline), .ntb-form .text-grid[b-dqs4wa4wsg]  > span:not(.inline), .ntb-form .removable-item-list[b-dqs4wa4wsg]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-dqs4wa4wsg] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-dqs4wa4wsg] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-dqs4wa4wsg]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-dqs4wa4wsg] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-dqs4wa4wsg] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-dqs4wa4wsg] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-dqs4wa4wsg]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-dqs4wa4wsg]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-dqs4wa4wsg]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-dqs4wa4wsg] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-dqs4wa4wsg] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Classes/_Add.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-33ot9o7vg7] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-33ot9o7vg7] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-33ot9o7vg7] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-33ot9o7vg7], .ntb-card h2[b-33ot9o7vg7], .ntb-card h3[b-33ot9o7vg7], .ntb-card h4[b-33ot9o7vg7], .ntb-card h5[b-33ot9o7vg7], .ntb-card h6[b-33ot9o7vg7] {
  text-align: center;
}

.ntb-border[b-33ot9o7vg7] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-33ot9o7vg7] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-33ot9o7vg7] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-33ot9o7vg7] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-33ot9o7vg7] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-33ot9o7vg7] {
  margin: 0;
}

.model-errors[b-33ot9o7vg7] {
  padding: 0;
}
.model-errors li[b-33ot9o7vg7] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-33ot9o7vg7] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-33ot9o7vg7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-33ot9o7vg7] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-33ot9o7vg7], .ntb-form .removable-item-list[b-33ot9o7vg7], .ntb-form .text-grid[b-33ot9o7vg7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-33ot9o7vg7], .ntb-form .removable-item-list > .dummy[b-33ot9o7vg7], .ntb-form .text-grid > .dummy[b-33ot9o7vg7] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-33ot9o7vg7] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-33ot9o7vg7] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-33ot9o7vg7] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-33ot9o7vg7] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-33ot9o7vg7] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-33ot9o7vg7] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-33ot9o7vg7] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-33ot9o7vg7] {
  display: inline;
}
.ntb-form span.inline > a[b-33ot9o7vg7] {
  display: inline;
}
.ntb-form h5[b-33ot9o7vg7] {
  margin-bottom: 1rem;
}
.ntb-form[b-33ot9o7vg7]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-33ot9o7vg7]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-33ot9o7vg7]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-33ot9o7vg7]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-33ot9o7vg7]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-33ot9o7vg7] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-33ot9o7vg7] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-33ot9o7vg7] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-33ot9o7vg7] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-33ot9o7vg7] {
  margin: auto 0;
}
.ntb-form .form-break[b-33ot9o7vg7] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-33ot9o7vg7] , .ntb-form .text-grid[b-33ot9o7vg7] , .ntb-form .removable-item-list[b-33ot9o7vg7]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-33ot9o7vg7]  > label, .ntb-form .text-grid[b-33ot9o7vg7]  > label, .ntb-form .removable-item-list[b-33ot9o7vg7]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-33ot9o7vg7]  > label::first-letter, .ntb-form .text-grid[b-33ot9o7vg7]  > label::first-letter, .ntb-form .removable-item-list[b-33ot9o7vg7]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .top-aligned, .ntb-form .text-grid[b-33ot9o7vg7]  .top-aligned, .ntb-form .removable-item-list[b-33ot9o7vg7]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .right-aligned, .ntb-form .text-grid[b-33ot9o7vg7]  .right-aligned, .ntb-form .removable-item-list[b-33ot9o7vg7]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-33ot9o7vg7]  > .dummy, .ntb-form .text-grid[b-33ot9o7vg7]  > .dummy, .ntb-form .removable-item-list[b-33ot9o7vg7]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  > .spacer, .ntb-form .text-grid[b-33ot9o7vg7]  > .spacer, .ntb-form .removable-item-list[b-33ot9o7vg7]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-33ot9o7vg7]  .form-row > :not(:last-child), .ntb-form .text-grid[b-33ot9o7vg7]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-33ot9o7vg7]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-33ot9o7vg7]  > .field-full, .ntb-form .text-grid[b-33ot9o7vg7]  > .field-full, .ntb-form .removable-item-list[b-33ot9o7vg7]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-33ot9o7vg7]  > span:not(.inline), .ntb-form .text-grid[b-33ot9o7vg7]  > span:not(.inline), .ntb-form .removable-item-list[b-33ot9o7vg7]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-33ot9o7vg7] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-33ot9o7vg7] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-33ot9o7vg7]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-33ot9o7vg7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-33ot9o7vg7] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-33ot9o7vg7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-33ot9o7vg7]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-33ot9o7vg7]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-33ot9o7vg7]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-33ot9o7vg7] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-33ot9o7vg7] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-33ot9o7vg7] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-33ot9o7vg7] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Employees.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-r3lgpf05h8] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-r3lgpf05h8] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-r3lgpf05h8] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-r3lgpf05h8], .ntb-card h2[b-r3lgpf05h8], .ntb-card h3[b-r3lgpf05h8], .ntb-card h4[b-r3lgpf05h8], .ntb-card h5[b-r3lgpf05h8], .ntb-card h6[b-r3lgpf05h8] {
  text-align: center;
}

.ntb-border[b-r3lgpf05h8] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-r3lgpf05h8] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-r3lgpf05h8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-r3lgpf05h8] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-r3lgpf05h8] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-r3lgpf05h8] {
  margin: 0;
}

.model-errors[b-r3lgpf05h8] {
  padding: 0;
}
.model-errors li[b-r3lgpf05h8] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-r3lgpf05h8] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-r3lgpf05h8], .ntb-form .employee-grid[b-r3lgpf05h8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-r3lgpf05h8], .ntb-form .employee-grid > .dummy[b-r3lgpf05h8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-r3lgpf05h8], .ntb-form .removable-item-list[b-r3lgpf05h8], .ntb-form .text-grid[b-r3lgpf05h8], .ntb-form .employee-grid[b-r3lgpf05h8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-r3lgpf05h8], .ntb-form .removable-item-list > .dummy[b-r3lgpf05h8], .ntb-form .text-grid > .dummy[b-r3lgpf05h8], .ntb-form .employee-grid > .dummy[b-r3lgpf05h8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-r3lgpf05h8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-r3lgpf05h8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-r3lgpf05h8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-r3lgpf05h8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-r3lgpf05h8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-r3lgpf05h8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-r3lgpf05h8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-r3lgpf05h8] {
  display: inline;
}
.ntb-form span.inline > a[b-r3lgpf05h8] {
  display: inline;
}
.ntb-form h5[b-r3lgpf05h8] {
  margin-bottom: 1rem;
}
.ntb-form[b-r3lgpf05h8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-r3lgpf05h8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-r3lgpf05h8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-r3lgpf05h8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-r3lgpf05h8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-r3lgpf05h8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-r3lgpf05h8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-r3lgpf05h8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-r3lgpf05h8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-r3lgpf05h8] {
  margin: auto 0;
}
.ntb-form .form-break[b-r3lgpf05h8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-r3lgpf05h8] , .ntb-form .text-grid[b-r3lgpf05h8] , .ntb-form .employee-grid[b-r3lgpf05h8] , .ntb-form .removable-item-list[b-r3lgpf05h8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-r3lgpf05h8]  > label, .ntb-form .text-grid[b-r3lgpf05h8]  > label, .ntb-form .employee-grid[b-r3lgpf05h8]  > label, .ntb-form .removable-item-list[b-r3lgpf05h8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-r3lgpf05h8]  > label::first-letter, .ntb-form .text-grid[b-r3lgpf05h8]  > label::first-letter, .ntb-form .employee-grid[b-r3lgpf05h8]  > label::first-letter, .ntb-form .removable-item-list[b-r3lgpf05h8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .top-aligned, .ntb-form .text-grid[b-r3lgpf05h8]  .top-aligned, .ntb-form .employee-grid[b-r3lgpf05h8]  .top-aligned, .ntb-form .removable-item-list[b-r3lgpf05h8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .right-aligned, .ntb-form .text-grid[b-r3lgpf05h8]  .right-aligned, .ntb-form .employee-grid[b-r3lgpf05h8]  .right-aligned, .ntb-form .removable-item-list[b-r3lgpf05h8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-r3lgpf05h8]  > .dummy, .ntb-form .text-grid[b-r3lgpf05h8]  > .dummy, .ntb-form .employee-grid[b-r3lgpf05h8]  > .dummy, .ntb-form .removable-item-list[b-r3lgpf05h8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  > .spacer, .ntb-form .text-grid[b-r3lgpf05h8]  > .spacer, .ntb-form .employee-grid[b-r3lgpf05h8]  > .spacer, .ntb-form .removable-item-list[b-r3lgpf05h8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-r3lgpf05h8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-r3lgpf05h8]  .form-row > :not(:last-child), .ntb-form .employee-grid[b-r3lgpf05h8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-r3lgpf05h8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-r3lgpf05h8]  > .field-full, .ntb-form .text-grid[b-r3lgpf05h8]  > .field-full, .ntb-form .employee-grid[b-r3lgpf05h8]  > .field-full, .ntb-form .removable-item-list[b-r3lgpf05h8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-r3lgpf05h8]  > span:not(.inline), .ntb-form .text-grid[b-r3lgpf05h8]  > span:not(.inline), .ntb-form .employee-grid[b-r3lgpf05h8]  > span:not(.inline), .ntb-form .removable-item-list[b-r3lgpf05h8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-r3lgpf05h8], .ntb-form .employee-grid > label[b-r3lgpf05h8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-r3lgpf05h8], .ntb-form .employee-grid .value-list[b-r3lgpf05h8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-r3lgpf05h8]  .not-stored, .ntb-form .employee-grid[b-r3lgpf05h8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-r3lgpf05h8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-r3lgpf05h8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-r3lgpf05h8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-r3lgpf05h8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-r3lgpf05h8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-r3lgpf05h8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-r3lgpf05h8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-r3lgpf05h8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.employee-grid[b-r3lgpf05h8] {
  row-gap: 0 !important;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Facility.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-wmiur6q23f] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-wmiur6q23f] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-wmiur6q23f] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-wmiur6q23f], .ntb-card h2[b-wmiur6q23f], .ntb-card h3[b-wmiur6q23f], .ntb-card h4[b-wmiur6q23f], .ntb-card h5[b-wmiur6q23f], .ntb-card h6[b-wmiur6q23f] {
  text-align: center;
}

.ntb-border[b-wmiur6q23f] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-wmiur6q23f] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-wmiur6q23f] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-wmiur6q23f] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-wmiur6q23f] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-wmiur6q23f] {
  margin: 0;
}

.model-errors[b-wmiur6q23f] {
  padding: 0;
}
.model-errors li[b-wmiur6q23f] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-wmiur6q23f] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-wmiur6q23f] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-wmiur6q23f] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-wmiur6q23f], .ntb-form .removable-item-list[b-wmiur6q23f], .ntb-form .text-grid[b-wmiur6q23f] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-wmiur6q23f], .ntb-form .removable-item-list > .dummy[b-wmiur6q23f], .ntb-form .text-grid > .dummy[b-wmiur6q23f] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-wmiur6q23f] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-wmiur6q23f] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-wmiur6q23f] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-wmiur6q23f] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-wmiur6q23f] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-wmiur6q23f] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-wmiur6q23f] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-wmiur6q23f] {
  display: inline;
}
.ntb-form span.inline > a[b-wmiur6q23f] {
  display: inline;
}
.ntb-form h5[b-wmiur6q23f] {
  margin-bottom: 1rem;
}
.ntb-form[b-wmiur6q23f]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-wmiur6q23f]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-wmiur6q23f]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-wmiur6q23f]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-wmiur6q23f]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-wmiur6q23f] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-wmiur6q23f] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-wmiur6q23f] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-wmiur6q23f] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-wmiur6q23f] {
  margin: auto 0;
}
.ntb-form .form-break[b-wmiur6q23f] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-wmiur6q23f] , .ntb-form .text-grid[b-wmiur6q23f] , .ntb-form .removable-item-list[b-wmiur6q23f]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-wmiur6q23f]  > label, .ntb-form .text-grid[b-wmiur6q23f]  > label, .ntb-form .removable-item-list[b-wmiur6q23f]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-wmiur6q23f]  > label::first-letter, .ntb-form .text-grid[b-wmiur6q23f]  > label::first-letter, .ntb-form .removable-item-list[b-wmiur6q23f]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-wmiur6q23f]  .top-aligned, .ntb-form .text-grid[b-wmiur6q23f]  .top-aligned, .ntb-form .removable-item-list[b-wmiur6q23f]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-wmiur6q23f]  .right-aligned, .ntb-form .text-grid[b-wmiur6q23f]  .right-aligned, .ntb-form .removable-item-list[b-wmiur6q23f]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-wmiur6q23f]  > .dummy, .ntb-form .text-grid[b-wmiur6q23f]  > .dummy, .ntb-form .removable-item-list[b-wmiur6q23f]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  > .spacer, .ntb-form .text-grid[b-wmiur6q23f]  > .spacer, .ntb-form .removable-item-list[b-wmiur6q23f]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row, .ntb-form .text-grid[b-wmiur6q23f]  .form-row, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wmiur6q23f]  .form-row > :not(:last-child), .ntb-form .text-grid[b-wmiur6q23f]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-wmiur6q23f]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-wmiur6q23f]  > .field-full, .ntb-form .text-grid[b-wmiur6q23f]  > .field-full, .ntb-form .removable-item-list[b-wmiur6q23f]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-wmiur6q23f]  > span:not(.inline), .ntb-form .text-grid[b-wmiur6q23f]  > span:not(.inline), .ntb-form .removable-item-list[b-wmiur6q23f]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-wmiur6q23f] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-wmiur6q23f] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-wmiur6q23f]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-wmiur6q23f] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-wmiur6q23f] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-wmiur6q23f] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-wmiur6q23f]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-wmiur6q23f]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-wmiur6q23f]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-wmiur6q23f] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-wmiur6q23f] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/General.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-sw104kk11n] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-sw104kk11n] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-sw104kk11n] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-sw104kk11n], .ntb-card h2[b-sw104kk11n], .ntb-card h3[b-sw104kk11n], .ntb-card h4[b-sw104kk11n], .ntb-card h5[b-sw104kk11n], .ntb-card h6[b-sw104kk11n] {
  text-align: center;
}

.ntb-border[b-sw104kk11n] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-sw104kk11n] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-sw104kk11n] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-sw104kk11n] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-sw104kk11n] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-sw104kk11n] {
  margin: 0;
}

.model-errors[b-sw104kk11n] {
  padding: 0;
}
.model-errors li[b-sw104kk11n] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-sw104kk11n] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-sw104kk11n] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-sw104kk11n] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-sw104kk11n], .ntb-form .removable-item-list[b-sw104kk11n], .ntb-form .text-grid[b-sw104kk11n] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-sw104kk11n], .ntb-form .removable-item-list > .dummy[b-sw104kk11n], .ntb-form .text-grid > .dummy[b-sw104kk11n] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-sw104kk11n] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-sw104kk11n] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-sw104kk11n] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-sw104kk11n] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-sw104kk11n] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-sw104kk11n] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-sw104kk11n] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-sw104kk11n] {
  display: inline;
}
.ntb-form span.inline > a[b-sw104kk11n] {
  display: inline;
}
.ntb-form h5[b-sw104kk11n] {
  margin-bottom: 1rem;
}
.ntb-form[b-sw104kk11n]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-sw104kk11n]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-sw104kk11n]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-sw104kk11n]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-sw104kk11n]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-sw104kk11n] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-sw104kk11n] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-sw104kk11n] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-sw104kk11n] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-sw104kk11n] {
  margin: auto 0;
}
.ntb-form .form-break[b-sw104kk11n] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-sw104kk11n] , .ntb-form .text-grid[b-sw104kk11n] , .ntb-form .removable-item-list[b-sw104kk11n]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-sw104kk11n]  > label, .ntb-form .text-grid[b-sw104kk11n]  > label, .ntb-form .removable-item-list[b-sw104kk11n]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-sw104kk11n]  > label::first-letter, .ntb-form .text-grid[b-sw104kk11n]  > label::first-letter, .ntb-form .removable-item-list[b-sw104kk11n]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-sw104kk11n]  .top-aligned, .ntb-form .text-grid[b-sw104kk11n]  .top-aligned, .ntb-form .removable-item-list[b-sw104kk11n]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-sw104kk11n]  .right-aligned, .ntb-form .text-grid[b-sw104kk11n]  .right-aligned, .ntb-form .removable-item-list[b-sw104kk11n]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-sw104kk11n]  > .dummy, .ntb-form .text-grid[b-sw104kk11n]  > .dummy, .ntb-form .removable-item-list[b-sw104kk11n]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  > .spacer, .ntb-form .text-grid[b-sw104kk11n]  > .spacer, .ntb-form .removable-item-list[b-sw104kk11n]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row, .ntb-form .text-grid[b-sw104kk11n]  .form-row, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-sw104kk11n]  .form-row > :not(:last-child), .ntb-form .text-grid[b-sw104kk11n]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-sw104kk11n]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-sw104kk11n]  > .field-full, .ntb-form .text-grid[b-sw104kk11n]  > .field-full, .ntb-form .removable-item-list[b-sw104kk11n]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-sw104kk11n]  > span:not(.inline), .ntb-form .text-grid[b-sw104kk11n]  > span:not(.inline), .ntb-form .removable-item-list[b-sw104kk11n]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-sw104kk11n] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-sw104kk11n] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-sw104kk11n]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-sw104kk11n] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-sw104kk11n] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-sw104kk11n] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-sw104kk11n]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-sw104kk11n]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-sw104kk11n]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-sw104kk11n] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-sw104kk11n] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Institution.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-b8ba5xlmk1] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-b8ba5xlmk1] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-b8ba5xlmk1] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-b8ba5xlmk1], .ntb-card h2[b-b8ba5xlmk1], .ntb-card h3[b-b8ba5xlmk1], .ntb-card h4[b-b8ba5xlmk1], .ntb-card h5[b-b8ba5xlmk1], .ntb-card h6[b-b8ba5xlmk1] {
  text-align: center;
}

.ntb-border[b-b8ba5xlmk1] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-b8ba5xlmk1] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-b8ba5xlmk1] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-b8ba5xlmk1] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-b8ba5xlmk1] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-b8ba5xlmk1] {
  margin: 0;
}

.model-errors[b-b8ba5xlmk1] {
  padding: 0;
}
.model-errors li[b-b8ba5xlmk1] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-b8ba5xlmk1] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-b8ba5xlmk1] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-b8ba5xlmk1] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-b8ba5xlmk1], .ntb-form .removable-item-list[b-b8ba5xlmk1], .ntb-form .text-grid[b-b8ba5xlmk1] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-b8ba5xlmk1], .ntb-form .removable-item-list > .dummy[b-b8ba5xlmk1], .ntb-form .text-grid > .dummy[b-b8ba5xlmk1] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-b8ba5xlmk1] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-b8ba5xlmk1] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-b8ba5xlmk1] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-b8ba5xlmk1] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-b8ba5xlmk1] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-b8ba5xlmk1] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-b8ba5xlmk1] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-b8ba5xlmk1] {
  display: inline;
}
.ntb-form span.inline > a[b-b8ba5xlmk1] {
  display: inline;
}
.ntb-form h5[b-b8ba5xlmk1] {
  margin-bottom: 1rem;
}
.ntb-form[b-b8ba5xlmk1]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-b8ba5xlmk1]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-b8ba5xlmk1]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-b8ba5xlmk1]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-b8ba5xlmk1]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-b8ba5xlmk1] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-b8ba5xlmk1] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-b8ba5xlmk1] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-b8ba5xlmk1] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-b8ba5xlmk1] {
  margin: auto 0;
}
.ntb-form .form-break[b-b8ba5xlmk1] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-b8ba5xlmk1] , .ntb-form .text-grid[b-b8ba5xlmk1] , .ntb-form .removable-item-list[b-b8ba5xlmk1]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > label, .ntb-form .text-grid[b-b8ba5xlmk1]  > label, .ntb-form .removable-item-list[b-b8ba5xlmk1]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > label::first-letter, .ntb-form .text-grid[b-b8ba5xlmk1]  > label::first-letter, .ntb-form .removable-item-list[b-b8ba5xlmk1]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .top-aligned, .ntb-form .text-grid[b-b8ba5xlmk1]  .top-aligned, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .right-aligned, .ntb-form .text-grid[b-b8ba5xlmk1]  .right-aligned, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > .dummy, .ntb-form .text-grid[b-b8ba5xlmk1]  > .dummy, .ntb-form .removable-item-list[b-b8ba5xlmk1]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > .spacer, .ntb-form .text-grid[b-b8ba5xlmk1]  > .spacer, .ntb-form .removable-item-list[b-b8ba5xlmk1]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  .form-row > :not(:last-child), .ntb-form .text-grid[b-b8ba5xlmk1]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-b8ba5xlmk1]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > .field-full, .ntb-form .text-grid[b-b8ba5xlmk1]  > .field-full, .ntb-form .removable-item-list[b-b8ba5xlmk1]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-b8ba5xlmk1]  > span:not(.inline), .ntb-form .text-grid[b-b8ba5xlmk1]  > span:not(.inline), .ntb-form .removable-item-list[b-b8ba5xlmk1]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-b8ba5xlmk1] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-b8ba5xlmk1] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-b8ba5xlmk1]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-b8ba5xlmk1] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-b8ba5xlmk1] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-b8ba5xlmk1] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-b8ba5xlmk1]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-b8ba5xlmk1]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-b8ba5xlmk1]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-b8ba5xlmk1] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-b8ba5xlmk1] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Legal.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-6fgi4nycr8] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-6fgi4nycr8] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-6fgi4nycr8] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-6fgi4nycr8], .ntb-card h2[b-6fgi4nycr8], .ntb-card h3[b-6fgi4nycr8], .ntb-card h4[b-6fgi4nycr8], .ntb-card h5[b-6fgi4nycr8], .ntb-card h6[b-6fgi4nycr8] {
  text-align: center;
}

.ntb-border[b-6fgi4nycr8] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-6fgi4nycr8] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-6fgi4nycr8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-6fgi4nycr8] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-6fgi4nycr8] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-6fgi4nycr8] {
  margin: 0;
}

.model-errors[b-6fgi4nycr8] {
  padding: 0;
}
.model-errors li[b-6fgi4nycr8] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-6fgi4nycr8] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-6fgi4nycr8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-6fgi4nycr8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-6fgi4nycr8], .ntb-form .removable-item-list[b-6fgi4nycr8], .ntb-form .text-grid[b-6fgi4nycr8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-6fgi4nycr8], .ntb-form .removable-item-list > .dummy[b-6fgi4nycr8], .ntb-form .text-grid > .dummy[b-6fgi4nycr8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-6fgi4nycr8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-6fgi4nycr8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-6fgi4nycr8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-6fgi4nycr8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-6fgi4nycr8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-6fgi4nycr8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-6fgi4nycr8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-6fgi4nycr8] {
  display: inline;
}
.ntb-form span.inline > a[b-6fgi4nycr8] {
  display: inline;
}
.ntb-form h5[b-6fgi4nycr8] {
  margin-bottom: 1rem;
}
.ntb-form[b-6fgi4nycr8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-6fgi4nycr8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-6fgi4nycr8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-6fgi4nycr8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-6fgi4nycr8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-6fgi4nycr8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-6fgi4nycr8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-6fgi4nycr8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-6fgi4nycr8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-6fgi4nycr8] {
  margin: auto 0;
}
.ntb-form .form-break[b-6fgi4nycr8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-6fgi4nycr8] , .ntb-form .text-grid[b-6fgi4nycr8] , .ntb-form .removable-item-list[b-6fgi4nycr8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-6fgi4nycr8]  > label, .ntb-form .text-grid[b-6fgi4nycr8]  > label, .ntb-form .removable-item-list[b-6fgi4nycr8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-6fgi4nycr8]  > label::first-letter, .ntb-form .text-grid[b-6fgi4nycr8]  > label::first-letter, .ntb-form .removable-item-list[b-6fgi4nycr8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .top-aligned, .ntb-form .text-grid[b-6fgi4nycr8]  .top-aligned, .ntb-form .removable-item-list[b-6fgi4nycr8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .right-aligned, .ntb-form .text-grid[b-6fgi4nycr8]  .right-aligned, .ntb-form .removable-item-list[b-6fgi4nycr8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-6fgi4nycr8]  > .dummy, .ntb-form .text-grid[b-6fgi4nycr8]  > .dummy, .ntb-form .removable-item-list[b-6fgi4nycr8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  > .spacer, .ntb-form .text-grid[b-6fgi4nycr8]  > .spacer, .ntb-form .removable-item-list[b-6fgi4nycr8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6fgi4nycr8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-6fgi4nycr8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-6fgi4nycr8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-6fgi4nycr8]  > .field-full, .ntb-form .text-grid[b-6fgi4nycr8]  > .field-full, .ntb-form .removable-item-list[b-6fgi4nycr8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-6fgi4nycr8]  > span:not(.inline), .ntb-form .text-grid[b-6fgi4nycr8]  > span:not(.inline), .ntb-form .removable-item-list[b-6fgi4nycr8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-6fgi4nycr8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-6fgi4nycr8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-6fgi4nycr8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-6fgi4nycr8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-6fgi4nycr8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-6fgi4nycr8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-6fgi4nycr8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-6fgi4nycr8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-6fgi4nycr8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-6fgi4nycr8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-6fgi4nycr8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Management.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-gxdlf7dz8p] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-gxdlf7dz8p] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-gxdlf7dz8p] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-gxdlf7dz8p], .ntb-card h2[b-gxdlf7dz8p], .ntb-card h3[b-gxdlf7dz8p], .ntb-card h4[b-gxdlf7dz8p], .ntb-card h5[b-gxdlf7dz8p], .ntb-card h6[b-gxdlf7dz8p] {
  text-align: center;
}

.ntb-border[b-gxdlf7dz8p] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-gxdlf7dz8p] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-gxdlf7dz8p] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-gxdlf7dz8p] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-gxdlf7dz8p] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-gxdlf7dz8p] {
  margin: 0;
}

.model-errors[b-gxdlf7dz8p] {
  padding: 0;
}
.model-errors li[b-gxdlf7dz8p] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-gxdlf7dz8p] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-gxdlf7dz8p] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-gxdlf7dz8p] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-gxdlf7dz8p], .ntb-form .removable-item-list[b-gxdlf7dz8p], .ntb-form .text-grid[b-gxdlf7dz8p] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-gxdlf7dz8p], .ntb-form .removable-item-list > .dummy[b-gxdlf7dz8p], .ntb-form .text-grid > .dummy[b-gxdlf7dz8p] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-gxdlf7dz8p] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-gxdlf7dz8p] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-gxdlf7dz8p] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-gxdlf7dz8p] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-gxdlf7dz8p] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-gxdlf7dz8p] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-gxdlf7dz8p] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-gxdlf7dz8p] {
  display: inline;
}
.ntb-form span.inline > a[b-gxdlf7dz8p] {
  display: inline;
}
.ntb-form h5[b-gxdlf7dz8p] {
  margin-bottom: 1rem;
}
.ntb-form[b-gxdlf7dz8p]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-gxdlf7dz8p]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-gxdlf7dz8p]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-gxdlf7dz8p]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-gxdlf7dz8p]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-gxdlf7dz8p] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-gxdlf7dz8p] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-gxdlf7dz8p] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-gxdlf7dz8p] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-gxdlf7dz8p] {
  margin: auto 0;
}
.ntb-form .form-break[b-gxdlf7dz8p] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-gxdlf7dz8p] , .ntb-form .text-grid[b-gxdlf7dz8p] , .ntb-form .removable-item-list[b-gxdlf7dz8p]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > label, .ntb-form .text-grid[b-gxdlf7dz8p]  > label, .ntb-form .removable-item-list[b-gxdlf7dz8p]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > label::first-letter, .ntb-form .text-grid[b-gxdlf7dz8p]  > label::first-letter, .ntb-form .removable-item-list[b-gxdlf7dz8p]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .top-aligned, .ntb-form .text-grid[b-gxdlf7dz8p]  .top-aligned, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .right-aligned, .ntb-form .text-grid[b-gxdlf7dz8p]  .right-aligned, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > .dummy, .ntb-form .text-grid[b-gxdlf7dz8p]  > .dummy, .ntb-form .removable-item-list[b-gxdlf7dz8p]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > .spacer, .ntb-form .text-grid[b-gxdlf7dz8p]  > .spacer, .ntb-form .removable-item-list[b-gxdlf7dz8p]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  .form-row > :not(:last-child), .ntb-form .text-grid[b-gxdlf7dz8p]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-gxdlf7dz8p]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > .field-full, .ntb-form .text-grid[b-gxdlf7dz8p]  > .field-full, .ntb-form .removable-item-list[b-gxdlf7dz8p]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-gxdlf7dz8p]  > span:not(.inline), .ntb-form .text-grid[b-gxdlf7dz8p]  > span:not(.inline), .ntb-form .removable-item-list[b-gxdlf7dz8p]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-gxdlf7dz8p] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-gxdlf7dz8p] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-gxdlf7dz8p]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-gxdlf7dz8p] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-gxdlf7dz8p] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-gxdlf7dz8p] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-gxdlf7dz8p]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-gxdlf7dz8p]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-gxdlf7dz8p]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-gxdlf7dz8p] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-gxdlf7dz8p] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Operator.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-22sqvr72uj] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-22sqvr72uj] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-22sqvr72uj] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-22sqvr72uj], .ntb-card h2[b-22sqvr72uj], .ntb-card h3[b-22sqvr72uj], .ntb-card h4[b-22sqvr72uj], .ntb-card h5[b-22sqvr72uj], .ntb-card h6[b-22sqvr72uj] {
  text-align: center;
}

.ntb-border[b-22sqvr72uj] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-22sqvr72uj] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-22sqvr72uj] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-22sqvr72uj] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-22sqvr72uj] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-22sqvr72uj] {
  margin: 0;
}

.model-errors[b-22sqvr72uj] {
  padding: 0;
}
.model-errors li[b-22sqvr72uj] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-22sqvr72uj] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-22sqvr72uj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-22sqvr72uj] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-22sqvr72uj], .ntb-form .removable-item-list[b-22sqvr72uj], .ntb-form .text-grid[b-22sqvr72uj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-22sqvr72uj], .ntb-form .removable-item-list > .dummy[b-22sqvr72uj], .ntb-form .text-grid > .dummy[b-22sqvr72uj] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-22sqvr72uj] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-22sqvr72uj] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-22sqvr72uj] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-22sqvr72uj] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-22sqvr72uj] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-22sqvr72uj] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-22sqvr72uj] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-22sqvr72uj] {
  display: inline;
}
.ntb-form span.inline > a[b-22sqvr72uj] {
  display: inline;
}
.ntb-form h5[b-22sqvr72uj] {
  margin-bottom: 1rem;
}
.ntb-form[b-22sqvr72uj]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-22sqvr72uj]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-22sqvr72uj]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-22sqvr72uj]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-22sqvr72uj]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-22sqvr72uj] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-22sqvr72uj] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-22sqvr72uj] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-22sqvr72uj] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-22sqvr72uj] {
  margin: auto 0;
}
.ntb-form .form-break[b-22sqvr72uj] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-22sqvr72uj] , .ntb-form .text-grid[b-22sqvr72uj] , .ntb-form .removable-item-list[b-22sqvr72uj]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-22sqvr72uj]  > label, .ntb-form .text-grid[b-22sqvr72uj]  > label, .ntb-form .removable-item-list[b-22sqvr72uj]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-22sqvr72uj]  > label::first-letter, .ntb-form .text-grid[b-22sqvr72uj]  > label::first-letter, .ntb-form .removable-item-list[b-22sqvr72uj]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-22sqvr72uj]  .top-aligned, .ntb-form .text-grid[b-22sqvr72uj]  .top-aligned, .ntb-form .removable-item-list[b-22sqvr72uj]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-22sqvr72uj]  .right-aligned, .ntb-form .text-grid[b-22sqvr72uj]  .right-aligned, .ntb-form .removable-item-list[b-22sqvr72uj]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-22sqvr72uj]  > .dummy, .ntb-form .text-grid[b-22sqvr72uj]  > .dummy, .ntb-form .removable-item-list[b-22sqvr72uj]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  > .spacer, .ntb-form .text-grid[b-22sqvr72uj]  > .spacer, .ntb-form .removable-item-list[b-22sqvr72uj]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row, .ntb-form .text-grid[b-22sqvr72uj]  .form-row, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-22sqvr72uj]  .form-row > :not(:last-child), .ntb-form .text-grid[b-22sqvr72uj]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-22sqvr72uj]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-22sqvr72uj]  > .field-full, .ntb-form .text-grid[b-22sqvr72uj]  > .field-full, .ntb-form .removable-item-list[b-22sqvr72uj]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-22sqvr72uj]  > span:not(.inline), .ntb-form .text-grid[b-22sqvr72uj]  > span:not(.inline), .ntb-form .removable-item-list[b-22sqvr72uj]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-22sqvr72uj] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-22sqvr72uj] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-22sqvr72uj]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-22sqvr72uj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-22sqvr72uj] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-22sqvr72uj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-22sqvr72uj]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-22sqvr72uj]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-22sqvr72uj]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-22sqvr72uj] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-22sqvr72uj] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/OutdoorAreas.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-vm4ti8k92d] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-vm4ti8k92d] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-vm4ti8k92d] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-vm4ti8k92d], .ntb-card h2[b-vm4ti8k92d], .ntb-card h3[b-vm4ti8k92d], .ntb-card h4[b-vm4ti8k92d], .ntb-card h5[b-vm4ti8k92d], .ntb-card h6[b-vm4ti8k92d] {
  text-align: center;
}

.ntb-border[b-vm4ti8k92d] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-vm4ti8k92d] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-vm4ti8k92d] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-vm4ti8k92d] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-vm4ti8k92d] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-vm4ti8k92d] {
  margin: 0;
}

.model-errors[b-vm4ti8k92d] {
  padding: 0;
}
.model-errors li[b-vm4ti8k92d] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-vm4ti8k92d] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-vm4ti8k92d] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-vm4ti8k92d] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-vm4ti8k92d], .ntb-form .removable-item-list[b-vm4ti8k92d], .ntb-form .text-grid[b-vm4ti8k92d] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-vm4ti8k92d], .ntb-form .removable-item-list > .dummy[b-vm4ti8k92d], .ntb-form .text-grid > .dummy[b-vm4ti8k92d] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-vm4ti8k92d] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-vm4ti8k92d] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-vm4ti8k92d] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-vm4ti8k92d] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-vm4ti8k92d] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-vm4ti8k92d] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-vm4ti8k92d] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-vm4ti8k92d] {
  display: inline;
}
.ntb-form span.inline > a[b-vm4ti8k92d] {
  display: inline;
}
.ntb-form h5[b-vm4ti8k92d] {
  margin-bottom: 1rem;
}
.ntb-form[b-vm4ti8k92d]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-vm4ti8k92d]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-vm4ti8k92d]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-vm4ti8k92d]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-vm4ti8k92d]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-vm4ti8k92d] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-vm4ti8k92d] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-vm4ti8k92d] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-vm4ti8k92d] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-vm4ti8k92d] {
  margin: auto 0;
}
.ntb-form .form-break[b-vm4ti8k92d] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-vm4ti8k92d] , .ntb-form .text-grid[b-vm4ti8k92d] , .ntb-form .removable-item-list[b-vm4ti8k92d]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-vm4ti8k92d]  > label, .ntb-form .text-grid[b-vm4ti8k92d]  > label, .ntb-form .removable-item-list[b-vm4ti8k92d]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-vm4ti8k92d]  > label::first-letter, .ntb-form .text-grid[b-vm4ti8k92d]  > label::first-letter, .ntb-form .removable-item-list[b-vm4ti8k92d]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .top-aligned, .ntb-form .text-grid[b-vm4ti8k92d]  .top-aligned, .ntb-form .removable-item-list[b-vm4ti8k92d]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .right-aligned, .ntb-form .text-grid[b-vm4ti8k92d]  .right-aligned, .ntb-form .removable-item-list[b-vm4ti8k92d]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-vm4ti8k92d]  > .dummy, .ntb-form .text-grid[b-vm4ti8k92d]  > .dummy, .ntb-form .removable-item-list[b-vm4ti8k92d]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  > .spacer, .ntb-form .text-grid[b-vm4ti8k92d]  > .spacer, .ntb-form .removable-item-list[b-vm4ti8k92d]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vm4ti8k92d]  .form-row > :not(:last-child), .ntb-form .text-grid[b-vm4ti8k92d]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-vm4ti8k92d]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-vm4ti8k92d]  > .field-full, .ntb-form .text-grid[b-vm4ti8k92d]  > .field-full, .ntb-form .removable-item-list[b-vm4ti8k92d]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-vm4ti8k92d]  > span:not(.inline), .ntb-form .text-grid[b-vm4ti8k92d]  > span:not(.inline), .ntb-form .removable-item-list[b-vm4ti8k92d]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-vm4ti8k92d] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-vm4ti8k92d] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-vm4ti8k92d]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-vm4ti8k92d] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-vm4ti8k92d] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-vm4ti8k92d] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-vm4ti8k92d]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-vm4ti8k92d]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-vm4ti8k92d]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-vm4ti8k92d] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-vm4ti8k92d] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.removable-item-list[b-vm4ti8k92d] {
  margin-bottom: 2rem;
}

.form-row > div[b-vm4ti8k92d] {
  display: grid;
  grid-template-rows: auto auto;
}
.form-row > div > label[b-vm4ti8k92d] {
  display: inline-block;
}
.form-row > div > label[b-vm4ti8k92d]:first-letter {
  text-transform: capitalize;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/OutdoorAreas/_Add.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-msghnc4h29] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-msghnc4h29] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-msghnc4h29] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-msghnc4h29], .ntb-card h2[b-msghnc4h29], .ntb-card h3[b-msghnc4h29], .ntb-card h4[b-msghnc4h29], .ntb-card h5[b-msghnc4h29], .ntb-card h6[b-msghnc4h29] {
  text-align: center;
}

.ntb-border[b-msghnc4h29] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-msghnc4h29] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-msghnc4h29] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-msghnc4h29] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-msghnc4h29] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-msghnc4h29] {
  margin: 0;
}

.model-errors[b-msghnc4h29] {
  padding: 0;
}
.model-errors li[b-msghnc4h29] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-msghnc4h29] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-msghnc4h29] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-msghnc4h29] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-msghnc4h29], .ntb-form .removable-item-list[b-msghnc4h29], .ntb-form .text-grid[b-msghnc4h29] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-msghnc4h29], .ntb-form .removable-item-list > .dummy[b-msghnc4h29], .ntb-form .text-grid > .dummy[b-msghnc4h29] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-msghnc4h29] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-msghnc4h29] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-msghnc4h29] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-msghnc4h29] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-msghnc4h29] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-msghnc4h29] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-msghnc4h29] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-msghnc4h29] {
  display: inline;
}
.ntb-form span.inline > a[b-msghnc4h29] {
  display: inline;
}
.ntb-form h5[b-msghnc4h29] {
  margin-bottom: 1rem;
}
.ntb-form[b-msghnc4h29]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-msghnc4h29]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-msghnc4h29]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-msghnc4h29]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-msghnc4h29]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-msghnc4h29] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-msghnc4h29] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-msghnc4h29] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-msghnc4h29] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-msghnc4h29] {
  margin: auto 0;
}
.ntb-form .form-break[b-msghnc4h29] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-msghnc4h29] , .ntb-form .text-grid[b-msghnc4h29] , .ntb-form .removable-item-list[b-msghnc4h29]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-msghnc4h29]  > label, .ntb-form .text-grid[b-msghnc4h29]  > label, .ntb-form .removable-item-list[b-msghnc4h29]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-msghnc4h29]  > label::first-letter, .ntb-form .text-grid[b-msghnc4h29]  > label::first-letter, .ntb-form .removable-item-list[b-msghnc4h29]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-msghnc4h29]  .top-aligned, .ntb-form .text-grid[b-msghnc4h29]  .top-aligned, .ntb-form .removable-item-list[b-msghnc4h29]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-msghnc4h29]  .right-aligned, .ntb-form .text-grid[b-msghnc4h29]  .right-aligned, .ntb-form .removable-item-list[b-msghnc4h29]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-msghnc4h29]  > .dummy, .ntb-form .text-grid[b-msghnc4h29]  > .dummy, .ntb-form .removable-item-list[b-msghnc4h29]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  > .spacer, .ntb-form .text-grid[b-msghnc4h29]  > .spacer, .ntb-form .removable-item-list[b-msghnc4h29]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row, .ntb-form .text-grid[b-msghnc4h29]  .form-row, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-msghnc4h29]  .form-row > :not(:last-child), .ntb-form .text-grid[b-msghnc4h29]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-msghnc4h29]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-msghnc4h29]  > .field-full, .ntb-form .text-grid[b-msghnc4h29]  > .field-full, .ntb-form .removable-item-list[b-msghnc4h29]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-msghnc4h29]  > span:not(.inline), .ntb-form .text-grid[b-msghnc4h29]  > span:not(.inline), .ntb-form .removable-item-list[b-msghnc4h29]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-msghnc4h29] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-msghnc4h29] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-msghnc4h29]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-msghnc4h29] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-msghnc4h29] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-msghnc4h29] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-msghnc4h29]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-msghnc4h29]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-msghnc4h29]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-msghnc4h29] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-msghnc4h29] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-msghnc4h29] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-msghnc4h29] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Review.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-1ykndnu6wo] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-1ykndnu6wo] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-1ykndnu6wo] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-1ykndnu6wo], .ntb-card h2[b-1ykndnu6wo], .ntb-card h3[b-1ykndnu6wo], .ntb-card h4[b-1ykndnu6wo], .ntb-card h5[b-1ykndnu6wo], .ntb-card h6[b-1ykndnu6wo] {
  text-align: center;
}

.ntb-border[b-1ykndnu6wo] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-1ykndnu6wo] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-1ykndnu6wo] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-1ykndnu6wo] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-1ykndnu6wo] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-1ykndnu6wo] {
  margin: 0;
}

.model-errors[b-1ykndnu6wo] {
  padding: 0;
}
.model-errors li[b-1ykndnu6wo] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-1ykndnu6wo] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-1ykndnu6wo], .ntb-form .review-grid[b-1ykndnu6wo] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-1ykndnu6wo], .ntb-form .review-grid > .dummy[b-1ykndnu6wo] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-1ykndnu6wo], .ntb-form .removable-item-list[b-1ykndnu6wo], .ntb-form .text-grid[b-1ykndnu6wo], .ntb-form .review-grid[b-1ykndnu6wo] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-1ykndnu6wo], .ntb-form .removable-item-list > .dummy[b-1ykndnu6wo], .ntb-form .text-grid > .dummy[b-1ykndnu6wo], .ntb-form .review-grid > .dummy[b-1ykndnu6wo] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-1ykndnu6wo] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-1ykndnu6wo], .ntb-form .review-button-box[b-1ykndnu6wo] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-1ykndnu6wo] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-1ykndnu6wo] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-1ykndnu6wo] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-1ykndnu6wo] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-1ykndnu6wo] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-1ykndnu6wo] {
  display: inline;
}
.ntb-form span.inline > a[b-1ykndnu6wo] {
  display: inline;
}
.ntb-form h5[b-1ykndnu6wo] {
  margin-bottom: 1rem;
}
.ntb-form[b-1ykndnu6wo]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-1ykndnu6wo]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-1ykndnu6wo]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-1ykndnu6wo]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-1ykndnu6wo]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-1ykndnu6wo] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-1ykndnu6wo] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-1ykndnu6wo] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-1ykndnu6wo] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-1ykndnu6wo] {
  margin: auto 0;
}
.ntb-form .form-break[b-1ykndnu6wo] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-1ykndnu6wo] , .ntb-form .text-grid[b-1ykndnu6wo] , .ntb-form .review-grid[b-1ykndnu6wo] , .ntb-form .removable-item-list[b-1ykndnu6wo]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-1ykndnu6wo]  > label, .ntb-form .text-grid[b-1ykndnu6wo]  > label, .ntb-form .review-grid[b-1ykndnu6wo]  > label, .ntb-form .removable-item-list[b-1ykndnu6wo]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-1ykndnu6wo]  > label::first-letter, .ntb-form .text-grid[b-1ykndnu6wo]  > label::first-letter, .ntb-form .review-grid[b-1ykndnu6wo]  > label::first-letter, .ntb-form .removable-item-list[b-1ykndnu6wo]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .top-aligned, .ntb-form .text-grid[b-1ykndnu6wo]  .top-aligned, .ntb-form .review-grid[b-1ykndnu6wo]  .top-aligned, .ntb-form .removable-item-list[b-1ykndnu6wo]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .right-aligned, .ntb-form .text-grid[b-1ykndnu6wo]  .right-aligned, .ntb-form .review-grid[b-1ykndnu6wo]  .right-aligned, .ntb-form .removable-item-list[b-1ykndnu6wo]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-1ykndnu6wo]  > .dummy, .ntb-form .text-grid[b-1ykndnu6wo]  > .dummy, .ntb-form .review-grid[b-1ykndnu6wo]  > .dummy, .ntb-form .removable-item-list[b-1ykndnu6wo]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  > .spacer, .ntb-form .text-grid[b-1ykndnu6wo]  > .spacer, .ntb-form .review-grid[b-1ykndnu6wo]  > .spacer, .ntb-form .removable-item-list[b-1ykndnu6wo]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1ykndnu6wo]  .form-row > :not(:last-child), .ntb-form .text-grid[b-1ykndnu6wo]  .form-row > :not(:last-child), .ntb-form .review-grid[b-1ykndnu6wo]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-1ykndnu6wo]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-1ykndnu6wo]  > .field-full, .ntb-form .text-grid[b-1ykndnu6wo]  > .field-full, .ntb-form .review-grid[b-1ykndnu6wo]  > .field-full, .ntb-form .removable-item-list[b-1ykndnu6wo]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-1ykndnu6wo]  > span:not(.inline), .ntb-form .text-grid[b-1ykndnu6wo]  > span:not(.inline), .ntb-form .review-grid[b-1ykndnu6wo]  > span:not(.inline), .ntb-form .removable-item-list[b-1ykndnu6wo]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-1ykndnu6wo], .ntb-form .review-grid > label[b-1ykndnu6wo] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-1ykndnu6wo], .ntb-form .review-grid .value-list[b-1ykndnu6wo] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-1ykndnu6wo]  .not-stored, .ntb-form .review-grid[b-1ykndnu6wo]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-1ykndnu6wo], .ntb-form .review-button-box[b-1ykndnu6wo] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-1ykndnu6wo] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-1ykndnu6wo] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-1ykndnu6wo]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-1ykndnu6wo]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-1ykndnu6wo]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-1ykndnu6wo] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-1ykndnu6wo] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.review-grid:not(:last-child)[b-1ykndnu6wo] {
  margin-bottom: 2rem;
}

.review-button-box[b-1ykndnu6wo] {
  margin-top: -0.5rem !important;
  margin-bottom: 2rem;
}

.review-spacer[b-1ykndnu6wo] {
  margin-bottom: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Application/Validate.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-b96hy6u61a] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-b96hy6u61a] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-b96hy6u61a] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-b96hy6u61a], .ntb-card h2[b-b96hy6u61a], .ntb-card h3[b-b96hy6u61a], .ntb-card h4[b-b96hy6u61a], .ntb-card h5[b-b96hy6u61a], .ntb-card h6[b-b96hy6u61a] {
  text-align: center;
}

.ntb-border[b-b96hy6u61a] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-b96hy6u61a] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-b96hy6u61a] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-b96hy6u61a] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-b96hy6u61a] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-b96hy6u61a] {
  margin: 0;
}

.model-errors[b-b96hy6u61a] {
  padding: 0;
}
.model-errors li[b-b96hy6u61a] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-b96hy6u61a] {
  color: var(--danger-color) !important;
}

.action-button-box[b-b96hy6u61a] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-b96hy6u61a] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/AssignConsultant.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-ubizmcx4ok] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-ubizmcx4ok] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-ubizmcx4ok] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-ubizmcx4ok], .ntb-card h2[b-ubizmcx4ok], .ntb-card h3[b-ubizmcx4ok], .ntb-card h4[b-ubizmcx4ok], .ntb-card h5[b-ubizmcx4ok], .ntb-card h6[b-ubizmcx4ok] {
  text-align: center;
}

.ntb-border[b-ubizmcx4ok] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-ubizmcx4ok] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-ubizmcx4ok] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-ubizmcx4ok] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-ubizmcx4ok] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-ubizmcx4ok] {
  margin: 0;
}

.model-errors[b-ubizmcx4ok] {
  padding: 0;
}
.model-errors li[b-ubizmcx4ok] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-ubizmcx4ok] {
  color: var(--danger-color) !important;
}

.action-button-box[b-ubizmcx4ok] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-ubizmcx4ok] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Manage.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-1j0a712mrt] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-1j0a712mrt] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-1j0a712mrt] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-1j0a712mrt], .ntb-card h2[b-1j0a712mrt], .ntb-card h3[b-1j0a712mrt], .ntb-card h4[b-1j0a712mrt], .ntb-card h5[b-1j0a712mrt], .ntb-card h6[b-1j0a712mrt] {
  text-align: center;
}

.ntb-border[b-1j0a712mrt] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-1j0a712mrt] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-1j0a712mrt] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-1j0a712mrt] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-1j0a712mrt] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-1j0a712mrt] {
  margin: 0;
}

.model-errors[b-1j0a712mrt] {
  padding: 0;
}
.model-errors li[b-1j0a712mrt] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-1j0a712mrt] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-1j0a712mrt] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-1j0a712mrt] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-1j0a712mrt], .ntb-form .removable-item-list[b-1j0a712mrt], .ntb-form .text-grid[b-1j0a712mrt] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-1j0a712mrt], .ntb-form .removable-item-list > .dummy[b-1j0a712mrt], .ntb-form .text-grid > .dummy[b-1j0a712mrt] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-1j0a712mrt] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-1j0a712mrt] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-1j0a712mrt] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-1j0a712mrt] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-1j0a712mrt] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-1j0a712mrt] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-1j0a712mrt] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-1j0a712mrt] {
  display: inline;
}
.ntb-form span.inline > a[b-1j0a712mrt] {
  display: inline;
}
.ntb-form h5[b-1j0a712mrt] {
  margin-bottom: 1rem;
}
.ntb-form[b-1j0a712mrt]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-1j0a712mrt]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-1j0a712mrt]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-1j0a712mrt]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-1j0a712mrt]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-1j0a712mrt] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-1j0a712mrt] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-1j0a712mrt] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-1j0a712mrt] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-1j0a712mrt] {
  margin: auto 0;
}
.ntb-form .form-break[b-1j0a712mrt] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-1j0a712mrt] , .ntb-form .text-grid[b-1j0a712mrt] , .ntb-form .removable-item-list[b-1j0a712mrt]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-1j0a712mrt]  > label, .ntb-form .text-grid[b-1j0a712mrt]  > label, .ntb-form .removable-item-list[b-1j0a712mrt]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-1j0a712mrt]  > label::first-letter, .ntb-form .text-grid[b-1j0a712mrt]  > label::first-letter, .ntb-form .removable-item-list[b-1j0a712mrt]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-1j0a712mrt]  .top-aligned, .ntb-form .text-grid[b-1j0a712mrt]  .top-aligned, .ntb-form .removable-item-list[b-1j0a712mrt]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-1j0a712mrt]  .right-aligned, .ntb-form .text-grid[b-1j0a712mrt]  .right-aligned, .ntb-form .removable-item-list[b-1j0a712mrt]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-1j0a712mrt]  > .dummy, .ntb-form .text-grid[b-1j0a712mrt]  > .dummy, .ntb-form .removable-item-list[b-1j0a712mrt]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  > .spacer, .ntb-form .text-grid[b-1j0a712mrt]  > .spacer, .ntb-form .removable-item-list[b-1j0a712mrt]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row, .ntb-form .text-grid[b-1j0a712mrt]  .form-row, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1j0a712mrt]  .form-row > :not(:last-child), .ntb-form .text-grid[b-1j0a712mrt]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-1j0a712mrt]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-1j0a712mrt]  > .field-full, .ntb-form .text-grid[b-1j0a712mrt]  > .field-full, .ntb-form .removable-item-list[b-1j0a712mrt]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-1j0a712mrt]  > span:not(.inline), .ntb-form .text-grid[b-1j0a712mrt]  > span:not(.inline), .ntb-form .removable-item-list[b-1j0a712mrt]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-1j0a712mrt] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-1j0a712mrt] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-1j0a712mrt]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-1j0a712mrt] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-1j0a712mrt] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-1j0a712mrt] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-1j0a712mrt]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-1j0a712mrt]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-1j0a712mrt]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-1j0a712mrt] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-1j0a712mrt] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Manage/_CheckboxPartial.cshtml.rz.scp.css */
[b-kchjp4pmf5] .link-like {
  border: none;
  text-transform: none;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  color: var(--danger-color);
  text-decoration: underline;
  background-color: transparent;
}
[b-kchjp4pmf5] .link-like:hover {
  box-shadow: none;
}
[b-kchjp4pmf5] .link-like:focus {
  box-shadow: none;
}

.hints[b-kchjp4pmf5] {
  display: flex;
  flex-direction: column;
}

.hints > label[b-kchjp4pmf5] {
  text-align: right;
}

.descriptions[b-kchjp4pmf5] {
  width: 100%;
}

label[b-kchjp4pmf5] {
  display: inline-block;
  color: var(--secondary-text-color);
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-4zq53git73] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-4zq53git73] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-4zq53git73] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-4zq53git73], .ntb-card h2[b-4zq53git73], .ntb-card h3[b-4zq53git73], .ntb-card h4[b-4zq53git73], .ntb-card h5[b-4zq53git73], .ntb-card h6[b-4zq53git73] {
  text-align: center;
}

.ntb-border[b-4zq53git73] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-4zq53git73] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-4zq53git73] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-4zq53git73] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-4zq53git73] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-4zq53git73] {
  margin: 0;
}

.model-errors[b-4zq53git73] {
  padding: 0;
}
.model-errors li[b-4zq53git73] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-4zq53git73] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-4zq53git73] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-4zq53git73] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-4zq53git73], .ntb-form .removable-item-list[b-4zq53git73], .ntb-form .text-grid[b-4zq53git73] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-4zq53git73], .ntb-form .removable-item-list > .dummy[b-4zq53git73], .ntb-form .text-grid > .dummy[b-4zq53git73] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-4zq53git73] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-4zq53git73] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-4zq53git73] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-4zq53git73] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-4zq53git73] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-4zq53git73] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-4zq53git73] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-4zq53git73] {
  display: inline;
}
.ntb-form span.inline > a[b-4zq53git73] {
  display: inline;
}
.ntb-form h5[b-4zq53git73] {
  margin-bottom: 1rem;
}
.ntb-form[b-4zq53git73]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-4zq53git73]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-4zq53git73]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-4zq53git73]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-4zq53git73]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-4zq53git73] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-4zq53git73] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-4zq53git73] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-4zq53git73] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-4zq53git73] {
  margin: auto 0;
}
.ntb-form .form-break[b-4zq53git73] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-4zq53git73] , .ntb-form .text-grid[b-4zq53git73] , .ntb-form .removable-item-list[b-4zq53git73]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-4zq53git73]  > label, .ntb-form .text-grid[b-4zq53git73]  > label, .ntb-form .removable-item-list[b-4zq53git73]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-4zq53git73]  > label::first-letter, .ntb-form .text-grid[b-4zq53git73]  > label::first-letter, .ntb-form .removable-item-list[b-4zq53git73]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-4zq53git73]  .top-aligned, .ntb-form .text-grid[b-4zq53git73]  .top-aligned, .ntb-form .removable-item-list[b-4zq53git73]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-4zq53git73]  .right-aligned, .ntb-form .text-grid[b-4zq53git73]  .right-aligned, .ntb-form .removable-item-list[b-4zq53git73]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-4zq53git73]  > .dummy, .ntb-form .text-grid[b-4zq53git73]  > .dummy, .ntb-form .removable-item-list[b-4zq53git73]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-4zq53git73]  > .spacer, .ntb-form .text-grid[b-4zq53git73]  > .spacer, .ntb-form .removable-item-list[b-4zq53git73]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row, .ntb-form .text-grid[b-4zq53git73]  .form-row, .ntb-form .removable-item-list[b-4zq53git73]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-4zq53git73]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4zq53git73]  .form-row > :not(:last-child), .ntb-form .text-grid[b-4zq53git73]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-4zq53git73]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-4zq53git73]  > .field-full, .ntb-form .text-grid[b-4zq53git73]  > .field-full, .ntb-form .removable-item-list[b-4zq53git73]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-4zq53git73]  > span:not(.inline), .ntb-form .text-grid[b-4zq53git73]  > span:not(.inline), .ntb-form .removable-item-list[b-4zq53git73]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-4zq53git73] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-4zq53git73] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-4zq53git73]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-4zq53git73] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-4zq53git73] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-4zq53git73] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-4zq53git73]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-4zq53git73]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-4zq53git73]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-4zq53git73] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-4zq53git73] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

/* typical phone screen resolution */
@media only screen and (max-width: 992px) {
  .page-container[b-4zq53git73] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
    background-color: var(--background-color);
    row-gap: 0;
    overflow: hidden;
  }
  .page-container .ntb-card[b-4zq53git73] {
    flex: 0 1 auto;
    margin-bottom: 0;
    padding: 1rem;
    border: none;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .page-container .ntb-card h5[b-4zq53git73] {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  .page-container .ntb-card p[b-4zq53git73] {
    margin-bottom: 0;
  }
  .page-container .ntb-card a[b-4zq53git73] {
    display: none;
  }
  .page-container .ntb-card .mobile-overlay-close-box[b-4zq53git73] {
    display: flex;
    padding-left: 0.5rem;
    height: 100%;
    align-items: flex-start;
    width: fit-content;
    justify-content: center;
  }
  .page-container .ntb-card .mobile-overlay-close-box > button[b-4zq53git73] {
    display: block;
    color: var(--primary-text-color);
    background-color: white;
    min-width: 2rem;
    width: 2rem;
    min-height: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 1.5rem;
  }
  .page-container .ntb-card .mobile-overlay-close-box > button > div[b-4zq53git73] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .page-container .ntb-card .mobile-overlay-close-box > button > div > svg[b-4zq53git73] {
    height: 1.25rem;
    width: 1.25rem;
  }
  .page-container .ntb-form[b-4zq53git73] {
    flex: 1 1 auto;
    overflow: hidden;
  }
  .page-container .ntb-form .chat-container[b-4zq53git73] {
    height: 100%;
  }
}
.mobile-overlay-close-box[b-4zq53git73] {
  display: none;
}

.chat-container[b-4zq53git73] {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 7rem - 6rem - 6rem - 1rem - 1rem);
}
.chat-container > .chat-header[b-4zq53git73] {
  position: absolute;
  top: calc(-2rem + 2px);
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--background-color);
  height: 2rem;
  border-bottom: 2px solid var(--primary-text-color);
  box-shadow: 0 0.75rem 0.5rem -0.5rem var(--box-shadow-focus-color);
}
.chat-container > .chat-body[b-4zq53git73] {
  position: relative;
  flex: 1 1 auto;
  overflow-y: hidden;
}
.chat-container > .chat-body > .message-container[b-4zq53git73] {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  padding: 0 1rem 1.5rem 1rem;
  height: 100%;
}
.chat-container > .chat-body > .message-container[b-4zq53git73]  > :first-child {
  margin-bottom: auto;
}
.chat-container > .chat-body > .chat-footer-shadow-overlay[b-4zq53git73] {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--background-color);
  height: 2rem;
  box-shadow: 0 -0.75rem 0.5rem -0.5rem var(--box-shadow-focus-color);
}
.chat-container > .chat-footer[b-4zq53git73] {
  width: 100%;
  z-index: 2;
  flex: 0 1 auto;
}
.chat-container > .chat-footer .message-container[b-4zq53git73] {
  display: grid;
  grid-template-columns: auto min-content;
  background-color: white;
  padding-bottom: 0.1375rem;
}
.chat-container > .chat-footer .message-container[b-4zq53git73]  .message {
  height: 3.5rem;
  padding: calc(1rem - 1px);
  width: 100%;
  resize: none;
}
.chat-container > .chat-footer .message-container > div[b-4zq53git73] {
  border-top: 2px solid var(--primary-text-color);
  padding-left: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: fit-content;
}
.chat-container > .chat-footer .message-container > div > button[b-4zq53git73] {
  display: block;
  color: var(--primary-text-color);
  background-color: white;
  min-width: 3.5rem;
  width: 3.5rem;
  min-height: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 1.5rem;
}
.chat-container > .chat-footer .message-container > div > button > div[b-4zq53git73] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.chat-container > .chat-footer .message-container > div > button > div > svg[b-4zq53git73] {
  height: 1.25rem;
  width: 1.25rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes/_MyMessage.cshtml.rz.scp.css */
.message-main[b-t8tn8uw3bx], .bubble-message-main[b-t8tn8uw3bx], .my-message-main[b-t8tn8uw3bx] {
  width: 100%;
  margin-top: 1rem;
}
.message-main.consecutive[b-t8tn8uw3bx], .consecutive.bubble-message-main[b-t8tn8uw3bx], .consecutive.my-message-main[b-t8tn8uw3bx] {
  margin-top: 0.4rem;
}
.message-main .message-time[b-t8tn8uw3bx], .bubble-message-main .message-time[b-t8tn8uw3bx], .my-message-main .message-time[b-t8tn8uw3bx] {
  white-space: nowrap;
  color: var(--tertiary-text-color);
}

.bubble-message-main[b-t8tn8uw3bx], .my-message-main[b-t8tn8uw3bx] {
  display: flex;
  flex-direction: row;
}
.bubble-message-main > .message-bubble[b-t8tn8uw3bx], .my-message-main > .message-bubble[b-t8tn8uw3bx] {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: var(--box-shadow-hover);
}
.bubble-message-main > .message-bubble:not(.consecutive)[b-t8tn8uw3bx]::after, .my-message-main > .message-bubble:not(.consecutive)[b-t8tn8uw3bx]::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.bubble-message-main > .message-bubble > .message-header[b-t8tn8uw3bx], .my-message-main > .message-bubble > .message-header[b-t8tn8uw3bx] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
.bubble-message-main > .message-bubble > .message-header > .name[b-t8tn8uw3bx], .my-message-main > .message-bubble > .message-header > .name[b-t8tn8uw3bx] {
  color: var(--accent-color);
}
.bubble-message-main > .message-bubble > .message-body span[b-t8tn8uw3bx], .my-message-main > .message-bubble > .message-body span[b-t8tn8uw3bx] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.bubble-message-main > .message-bubble > .message-footer[b-t8tn8uw3bx], .my-message-main > .message-bubble > .message-footer[b-t8tn8uw3bx] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.my-message-main[b-t8tn8uw3bx] {
  justify-content: flex-end;
}
.my-message-main > .message-bubble[b-t8tn8uw3bx] {
  background-color: var(--accent-color);
}
.my-message-main > .message-bubble:not(.consecutive)[b-t8tn8uw3bx]::after {
  right: -1rem;
  border-left: 1.5rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.5rem solid var(--accent-color);
}
.my-message-main > .message-bubble > .message-header > span[b-t8tn8uw3bx] {
  color: var(--light-accent-color);
}
.my-message-main > .message-bubble > .message-header > .name[b-t8tn8uw3bx] {
  color: white;
}
.my-message-main > .message-bubble > .message-body span[b-t8tn8uw3bx] {
  white-space: pre-line;
  color: white;
}
.my-message-main .message-time[b-t8tn8uw3bx] {
  color: var(--light-accent-color);
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes/_NotMyMessage.cshtml.rz.scp.css */
.message-main[b-bh633guvxw], .bubble-message-main[b-bh633guvxw], .not-my-message-main[b-bh633guvxw] {
  width: 100%;
  margin-top: 1rem;
}
.message-main.consecutive[b-bh633guvxw], .consecutive.bubble-message-main[b-bh633guvxw], .consecutive.not-my-message-main[b-bh633guvxw] {
  margin-top: 0.4rem;
}
.message-main .message-time[b-bh633guvxw], .bubble-message-main .message-time[b-bh633guvxw], .not-my-message-main .message-time[b-bh633guvxw] {
  white-space: nowrap;
  color: var(--tertiary-text-color);
}

.bubble-message-main[b-bh633guvxw], .not-my-message-main[b-bh633guvxw] {
  display: flex;
  flex-direction: row;
}
.bubble-message-main > .message-bubble[b-bh633guvxw], .not-my-message-main > .message-bubble[b-bh633guvxw] {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: var(--box-shadow-hover);
}
.bubble-message-main > .message-bubble:not(.consecutive)[b-bh633guvxw]::after, .not-my-message-main > .message-bubble:not(.consecutive)[b-bh633guvxw]::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.bubble-message-main > .message-bubble > .message-header[b-bh633guvxw], .not-my-message-main > .message-bubble > .message-header[b-bh633guvxw] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
.bubble-message-main > .message-bubble > .message-header > .name[b-bh633guvxw], .not-my-message-main > .message-bubble > .message-header > .name[b-bh633guvxw] {
  color: var(--accent-color);
}
.bubble-message-main > .message-bubble > .message-body span[b-bh633guvxw], .not-my-message-main > .message-bubble > .message-body span[b-bh633guvxw] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.bubble-message-main > .message-bubble > .message-footer[b-bh633guvxw], .not-my-message-main > .message-bubble > .message-footer[b-bh633guvxw] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.not-my-message-main[b-bh633guvxw] {
  justify-content: flex-start;
}
.not-my-message-main > .message-bubble:not(.consecutive)[b-bh633guvxw]::after {
  left: -1rem;
  border-left: 1rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid white;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes/_SystemMessageDayChange.cshtml.rz.scp.css */
.message-main[b-1l9vkr9t9l], .system-message-day-changed-main[b-1l9vkr9t9l], .bubble-message-main[b-1l9vkr9t9l] {
  width: 100%;
  margin-top: 1rem;
}
.message-main.consecutive[b-1l9vkr9t9l], .consecutive.system-message-day-changed-main[b-1l9vkr9t9l], .consecutive.bubble-message-main[b-1l9vkr9t9l] {
  margin-top: 0.4rem;
}
.message-main .message-time[b-1l9vkr9t9l], .system-message-day-changed-main .message-time[b-1l9vkr9t9l], .bubble-message-main .message-time[b-1l9vkr9t9l] {
  white-space: nowrap;
  color: var(--tertiary-text-color);
}

.bubble-message-main[b-1l9vkr9t9l] {
  display: flex;
  flex-direction: row;
}
.bubble-message-main > .message-bubble[b-1l9vkr9t9l] {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: var(--box-shadow-hover);
}
.bubble-message-main > .message-bubble:not(.consecutive)[b-1l9vkr9t9l]::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.bubble-message-main > .message-bubble > .message-header[b-1l9vkr9t9l] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
.bubble-message-main > .message-bubble > .message-header > .name[b-1l9vkr9t9l] {
  color: var(--accent-color);
}
.bubble-message-main > .message-bubble > .message-body span[b-1l9vkr9t9l] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.bubble-message-main > .message-bubble > .message-footer[b-1l9vkr9t9l] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.system-message-day-changed-main[b-1l9vkr9t9l] {
  display: flex;
  justify-content: center;
  color: var(--secondary-text-color);
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes/_SystemMessageInformational.cshtml.rz.scp.css */
.message-main[b-7xbbtpt757], .system-message-informational-main[b-7xbbtpt757], .bubble-message-main[b-7xbbtpt757] {
  width: 100%;
  margin-top: 1rem;
}
.message-main.consecutive[b-7xbbtpt757], .consecutive.system-message-informational-main[b-7xbbtpt757], .consecutive.bubble-message-main[b-7xbbtpt757] {
  margin-top: 0.4rem;
}
.message-main .message-time[b-7xbbtpt757], .system-message-informational-main .message-time[b-7xbbtpt757], .bubble-message-main .message-time[b-7xbbtpt757] {
  white-space: nowrap;
  color: var(--tertiary-text-color);
}

.bubble-message-main[b-7xbbtpt757] {
  display: flex;
  flex-direction: row;
}
.bubble-message-main > .message-bubble[b-7xbbtpt757] {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: var(--box-shadow-hover);
}
.bubble-message-main > .message-bubble:not(.consecutive)[b-7xbbtpt757]::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.bubble-message-main > .message-bubble > .message-header[b-7xbbtpt757] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
.bubble-message-main > .message-bubble > .message-header > .name[b-7xbbtpt757] {
  color: var(--accent-color);
}
.bubble-message-main > .message-bubble > .message-body span[b-7xbbtpt757] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.bubble-message-main > .message-bubble > .message-footer[b-7xbbtpt757] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.system-message-informational-main[b-7xbbtpt757] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--secondary-text-color);
  gap: 1rem;
}
.system-message-informational-main > div > span[b-7xbbtpt757] {
  white-space: pre-line;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Notes/_SystemMessageNewMessage.cshtml.rz.scp.css */
.message-main[b-lg4z6ndf22], .system-message-new-message-main[b-lg4z6ndf22], .bubble-message-main[b-lg4z6ndf22] {
  width: 100%;
  margin-top: 1rem;
}
.message-main.consecutive[b-lg4z6ndf22], .consecutive.system-message-new-message-main[b-lg4z6ndf22], .consecutive.bubble-message-main[b-lg4z6ndf22] {
  margin-top: 0.4rem;
}
.message-main .message-time[b-lg4z6ndf22], .system-message-new-message-main .message-time[b-lg4z6ndf22], .bubble-message-main .message-time[b-lg4z6ndf22] {
  white-space: nowrap;
  color: var(--tertiary-text-color);
}

.bubble-message-main[b-lg4z6ndf22] {
  display: flex;
  flex-direction: row;
}
.bubble-message-main > .message-bubble[b-lg4z6ndf22] {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: var(--box-shadow-hover);
}
.bubble-message-main > .message-bubble:not(.consecutive)[b-lg4z6ndf22]::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.bubble-message-main > .message-bubble > .message-header[b-lg4z6ndf22] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
.bubble-message-main > .message-bubble > .message-header > .name[b-lg4z6ndf22] {
  color: var(--accent-color);
}
.bubble-message-main > .message-bubble > .message-body span[b-lg4z6ndf22] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.bubble-message-main > .message-bubble > .message-footer[b-lg4z6ndf22] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.system-message-new-message-main[b-lg4z6ndf22] {
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  grid-column-gap: 0.25rem;
}
.system-message-new-message-main > span[b-lg4z6ndf22] {
  color: var(--danger-color);
  white-space: nowrap;
}
.system-message-new-message-main > div[b-lg4z6ndf22] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.system-message-new-message-main > div > div[b-lg4z6ndf22] {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--danger-color);
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Qualifications.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-1s6p3xb0md] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-1s6p3xb0md] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-1s6p3xb0md] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-1s6p3xb0md], .ntb-card h2[b-1s6p3xb0md], .ntb-card h3[b-1s6p3xb0md], .ntb-card h4[b-1s6p3xb0md], .ntb-card h5[b-1s6p3xb0md], .ntb-card h6[b-1s6p3xb0md] {
  text-align: center;
}

.ntb-border[b-1s6p3xb0md] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-1s6p3xb0md] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-1s6p3xb0md] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-1s6p3xb0md] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-1s6p3xb0md] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-1s6p3xb0md] {
  margin: 0;
}

.model-errors[b-1s6p3xb0md] {
  padding: 0;
}
.model-errors li[b-1s6p3xb0md] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-1s6p3xb0md] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-1s6p3xb0md], .ntb-form .summary-grid[b-1s6p3xb0md] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-1s6p3xb0md], .ntb-form .summary-grid > .dummy[b-1s6p3xb0md] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-1s6p3xb0md], .ntb-form .removable-item-list[b-1s6p3xb0md], .ntb-form .text-grid[b-1s6p3xb0md], .ntb-form .summary-grid[b-1s6p3xb0md] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-1s6p3xb0md], .ntb-form .removable-item-list > .dummy[b-1s6p3xb0md], .ntb-form .text-grid > .dummy[b-1s6p3xb0md], .ntb-form .summary-grid > .dummy[b-1s6p3xb0md] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-1s6p3xb0md] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-1s6p3xb0md] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-1s6p3xb0md] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-1s6p3xb0md] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-1s6p3xb0md] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-1s6p3xb0md] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-1s6p3xb0md] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-1s6p3xb0md] {
  display: inline;
}
.ntb-form span.inline > a[b-1s6p3xb0md] {
  display: inline;
}
.ntb-form h5[b-1s6p3xb0md] {
  margin-bottom: 1rem;
}
.ntb-form[b-1s6p3xb0md]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-1s6p3xb0md]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-1s6p3xb0md]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-1s6p3xb0md]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-1s6p3xb0md]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-1s6p3xb0md] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-1s6p3xb0md] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-1s6p3xb0md] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-1s6p3xb0md] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-1s6p3xb0md] {
  margin: auto 0;
}
.ntb-form .form-break[b-1s6p3xb0md] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-1s6p3xb0md] , .ntb-form .text-grid[b-1s6p3xb0md] , .ntb-form .summary-grid[b-1s6p3xb0md] , .ntb-form .removable-item-list[b-1s6p3xb0md]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-1s6p3xb0md]  > label, .ntb-form .text-grid[b-1s6p3xb0md]  > label, .ntb-form .summary-grid[b-1s6p3xb0md]  > label, .ntb-form .removable-item-list[b-1s6p3xb0md]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-1s6p3xb0md]  > label::first-letter, .ntb-form .text-grid[b-1s6p3xb0md]  > label::first-letter, .ntb-form .summary-grid[b-1s6p3xb0md]  > label::first-letter, .ntb-form .removable-item-list[b-1s6p3xb0md]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .top-aligned, .ntb-form .text-grid[b-1s6p3xb0md]  .top-aligned, .ntb-form .summary-grid[b-1s6p3xb0md]  .top-aligned, .ntb-form .removable-item-list[b-1s6p3xb0md]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .right-aligned, .ntb-form .text-grid[b-1s6p3xb0md]  .right-aligned, .ntb-form .summary-grid[b-1s6p3xb0md]  .right-aligned, .ntb-form .removable-item-list[b-1s6p3xb0md]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-1s6p3xb0md]  > .dummy, .ntb-form .text-grid[b-1s6p3xb0md]  > .dummy, .ntb-form .summary-grid[b-1s6p3xb0md]  > .dummy, .ntb-form .removable-item-list[b-1s6p3xb0md]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  > .spacer, .ntb-form .text-grid[b-1s6p3xb0md]  > .spacer, .ntb-form .summary-grid[b-1s6p3xb0md]  > .spacer, .ntb-form .removable-item-list[b-1s6p3xb0md]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-1s6p3xb0md]  .form-row > :not(:last-child), .ntb-form .text-grid[b-1s6p3xb0md]  .form-row > :not(:last-child), .ntb-form .summary-grid[b-1s6p3xb0md]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-1s6p3xb0md]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-1s6p3xb0md]  > .field-full, .ntb-form .text-grid[b-1s6p3xb0md]  > .field-full, .ntb-form .summary-grid[b-1s6p3xb0md]  > .field-full, .ntb-form .removable-item-list[b-1s6p3xb0md]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-1s6p3xb0md]  > span:not(.inline), .ntb-form .text-grid[b-1s6p3xb0md]  > span:not(.inline), .ntb-form .summary-grid[b-1s6p3xb0md]  > span:not(.inline), .ntb-form .removable-item-list[b-1s6p3xb0md]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-1s6p3xb0md], .ntb-form .summary-grid > label[b-1s6p3xb0md] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-1s6p3xb0md], .ntb-form .summary-grid .value-list[b-1s6p3xb0md] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-1s6p3xb0md]  .not-stored, .ntb-form .summary-grid[b-1s6p3xb0md]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-1s6p3xb0md] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-1s6p3xb0md] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-1s6p3xb0md] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-1s6p3xb0md]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-1s6p3xb0md]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-1s6p3xb0md]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-1s6p3xb0md] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-1s6p3xb0md] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.summary-grid[b-1s6p3xb0md] {
  display: grid !important;
  grid-template-columns: min-content auto;
  column-gap: 1rem;
  row-gap: 0 !important;
  margin-bottom: 1.5rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Checklist/Review.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-9frd8qbcof] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-9frd8qbcof] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-9frd8qbcof] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-9frd8qbcof], .ntb-card h2[b-9frd8qbcof], .ntb-card h3[b-9frd8qbcof], .ntb-card h4[b-9frd8qbcof], .ntb-card h5[b-9frd8qbcof], .ntb-card h6[b-9frd8qbcof] {
  text-align: center;
}

.ntb-border[b-9frd8qbcof] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-9frd8qbcof] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-9frd8qbcof] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-9frd8qbcof] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-9frd8qbcof] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-9frd8qbcof] {
  margin: 0;
}

.model-errors[b-9frd8qbcof] {
  padding: 0;
}
.model-errors li[b-9frd8qbcof] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-9frd8qbcof] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-9frd8qbcof], .ntb-form .review-grid[b-9frd8qbcof] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-9frd8qbcof], .ntb-form .review-grid > .dummy[b-9frd8qbcof] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-9frd8qbcof], .ntb-form .removable-item-list[b-9frd8qbcof], .ntb-form .text-grid[b-9frd8qbcof], .ntb-form .review-grid[b-9frd8qbcof] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-9frd8qbcof], .ntb-form .removable-item-list > .dummy[b-9frd8qbcof], .ntb-form .text-grid > .dummy[b-9frd8qbcof], .ntb-form .review-grid > .dummy[b-9frd8qbcof] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-9frd8qbcof] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-9frd8qbcof], .ntb-form .review-button-box[b-9frd8qbcof] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-9frd8qbcof] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-9frd8qbcof] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-9frd8qbcof] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-9frd8qbcof] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-9frd8qbcof] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-9frd8qbcof] {
  display: inline;
}
.ntb-form span.inline > a[b-9frd8qbcof] {
  display: inline;
}
.ntb-form h5[b-9frd8qbcof] {
  margin-bottom: 1rem;
}
.ntb-form[b-9frd8qbcof]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-9frd8qbcof]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-9frd8qbcof]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-9frd8qbcof]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-9frd8qbcof]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-9frd8qbcof] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-9frd8qbcof] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-9frd8qbcof] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-9frd8qbcof] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-9frd8qbcof] {
  margin: auto 0;
}
.ntb-form .form-break[b-9frd8qbcof] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-9frd8qbcof] , .ntb-form .text-grid[b-9frd8qbcof] , .ntb-form .review-grid[b-9frd8qbcof] , .ntb-form .removable-item-list[b-9frd8qbcof]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-9frd8qbcof]  > label, .ntb-form .text-grid[b-9frd8qbcof]  > label, .ntb-form .review-grid[b-9frd8qbcof]  > label, .ntb-form .removable-item-list[b-9frd8qbcof]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-9frd8qbcof]  > label::first-letter, .ntb-form .text-grid[b-9frd8qbcof]  > label::first-letter, .ntb-form .review-grid[b-9frd8qbcof]  > label::first-letter, .ntb-form .removable-item-list[b-9frd8qbcof]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-9frd8qbcof]  .top-aligned, .ntb-form .text-grid[b-9frd8qbcof]  .top-aligned, .ntb-form .review-grid[b-9frd8qbcof]  .top-aligned, .ntb-form .removable-item-list[b-9frd8qbcof]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-9frd8qbcof]  .right-aligned, .ntb-form .text-grid[b-9frd8qbcof]  .right-aligned, .ntb-form .review-grid[b-9frd8qbcof]  .right-aligned, .ntb-form .removable-item-list[b-9frd8qbcof]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-9frd8qbcof]  > .dummy, .ntb-form .text-grid[b-9frd8qbcof]  > .dummy, .ntb-form .review-grid[b-9frd8qbcof]  > .dummy, .ntb-form .removable-item-list[b-9frd8qbcof]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  > .spacer, .ntb-form .text-grid[b-9frd8qbcof]  > .spacer, .ntb-form .review-grid[b-9frd8qbcof]  > .spacer, .ntb-form .removable-item-list[b-9frd8qbcof]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row, .ntb-form .text-grid[b-9frd8qbcof]  .form-row, .ntb-form .review-grid[b-9frd8qbcof]  .form-row, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .review-grid[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9frd8qbcof]  .form-row > :not(:last-child), .ntb-form .text-grid[b-9frd8qbcof]  .form-row > :not(:last-child), .ntb-form .review-grid[b-9frd8qbcof]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-9frd8qbcof]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-9frd8qbcof]  > .field-full, .ntb-form .text-grid[b-9frd8qbcof]  > .field-full, .ntb-form .review-grid[b-9frd8qbcof]  > .field-full, .ntb-form .removable-item-list[b-9frd8qbcof]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-9frd8qbcof]  > span:not(.inline), .ntb-form .text-grid[b-9frd8qbcof]  > span:not(.inline), .ntb-form .review-grid[b-9frd8qbcof]  > span:not(.inline), .ntb-form .removable-item-list[b-9frd8qbcof]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-9frd8qbcof], .ntb-form .review-grid > label[b-9frd8qbcof] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-9frd8qbcof], .ntb-form .review-grid .value-list[b-9frd8qbcof] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-9frd8qbcof]  .not-stored, .ntb-form .review-grid[b-9frd8qbcof]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-9frd8qbcof], .ntb-form .review-button-box[b-9frd8qbcof] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-9frd8qbcof] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-9frd8qbcof] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-9frd8qbcof]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-9frd8qbcof]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-9frd8qbcof]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-9frd8qbcof] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-9frd8qbcof] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.review-grid:not(:last-child)[b-9frd8qbcof] {
  margin-bottom: 2rem;
}

.review-button-box[b-9frd8qbcof] {
  margin-top: -0.5rem !important;
  margin-bottom: 2rem;
}

.review-spacer[b-9frd8qbcof] {
  margin-bottom: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/ConfirmCertification.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-x6qawfjbd3] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-x6qawfjbd3] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-x6qawfjbd3] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-x6qawfjbd3], .ntb-card h2[b-x6qawfjbd3], .ntb-card h3[b-x6qawfjbd3], .ntb-card h4[b-x6qawfjbd3], .ntb-card h5[b-x6qawfjbd3], .ntb-card h6[b-x6qawfjbd3] {
  text-align: center;
}

.ntb-border[b-x6qawfjbd3] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-x6qawfjbd3] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-x6qawfjbd3] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-x6qawfjbd3] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-x6qawfjbd3] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-x6qawfjbd3] {
  margin: 0;
}

.model-errors[b-x6qawfjbd3] {
  padding: 0;
}
.model-errors li[b-x6qawfjbd3] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-x6qawfjbd3] {
  color: var(--danger-color) !important;
}

.action-button-box[b-x6qawfjbd3] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-x6qawfjbd3] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/FollowUpInspection.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-fkl5y5o0xp] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-fkl5y5o0xp] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-fkl5y5o0xp] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-fkl5y5o0xp], .ntb-card h2[b-fkl5y5o0xp], .ntb-card h3[b-fkl5y5o0xp], .ntb-card h4[b-fkl5y5o0xp], .ntb-card h5[b-fkl5y5o0xp], .ntb-card h6[b-fkl5y5o0xp] {
  text-align: center;
}

.ntb-border[b-fkl5y5o0xp] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-fkl5y5o0xp] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-fkl5y5o0xp] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-fkl5y5o0xp] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-fkl5y5o0xp] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-fkl5y5o0xp] {
  margin: 0;
}

.model-errors[b-fkl5y5o0xp] {
  padding: 0;
}
.model-errors li[b-fkl5y5o0xp] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-fkl5y5o0xp] {
  color: var(--danger-color) !important;
}

.action-button-box[b-fkl5y5o0xp] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-fkl5y5o0xp] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/FollowUpInspectionRequired.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-cqg4vy7cqz] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-cqg4vy7cqz] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-cqg4vy7cqz] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-cqg4vy7cqz], .ntb-card h2[b-cqg4vy7cqz], .ntb-card h3[b-cqg4vy7cqz], .ntb-card h4[b-cqg4vy7cqz], .ntb-card h5[b-cqg4vy7cqz], .ntb-card h6[b-cqg4vy7cqz] {
  text-align: center;
}

.ntb-border[b-cqg4vy7cqz] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-cqg4vy7cqz] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-cqg4vy7cqz] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-cqg4vy7cqz] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-cqg4vy7cqz] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-cqg4vy7cqz] {
  margin: 0;
}

.model-errors[b-cqg4vy7cqz] {
  padding: 0;
}
.model-errors li[b-cqg4vy7cqz] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-cqg4vy7cqz] {
  color: var(--danger-color) !important;
}

.action-button-box[b-cqg4vy7cqz] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-cqg4vy7cqz] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/GuvInspectionConfirmed.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-bku37m66gy] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-bku37m66gy] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-bku37m66gy] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-bku37m66gy], .ntb-card h2[b-bku37m66gy], .ntb-card h3[b-bku37m66gy], .ntb-card h4[b-bku37m66gy], .ntb-card h5[b-bku37m66gy], .ntb-card h6[b-bku37m66gy] {
  text-align: center;
}

.ntb-border[b-bku37m66gy] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-bku37m66gy] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-bku37m66gy] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-bku37m66gy] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-bku37m66gy] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-bku37m66gy] {
  margin: 0;
}

.model-errors[b-bku37m66gy] {
  padding: 0;
}
.model-errors li[b-bku37m66gy] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-bku37m66gy] {
  color: var(--danger-color) !important;
}

.action-button-box[b-bku37m66gy] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-bku37m66gy] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/InformGuv.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-y3unop7ovc] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-y3unop7ovc] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-y3unop7ovc] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-y3unop7ovc], .ntb-card h2[b-y3unop7ovc], .ntb-card h3[b-y3unop7ovc], .ntb-card h4[b-y3unop7ovc], .ntb-card h5[b-y3unop7ovc], .ntb-card h6[b-y3unop7ovc] {
  text-align: center;
}

.ntb-border[b-y3unop7ovc] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-y3unop7ovc] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-y3unop7ovc] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-y3unop7ovc] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-y3unop7ovc] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-y3unop7ovc] {
  margin: 0;
}

.model-errors[b-y3unop7ovc] {
  padding: 0;
}
.model-errors li[b-y3unop7ovc] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-y3unop7ovc] {
  color: var(--danger-color) !important;
}

.action-button-box[b-y3unop7ovc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-y3unop7ovc] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/InitialInspection.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-lwymuqzt88] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-lwymuqzt88] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-lwymuqzt88] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-lwymuqzt88], .ntb-card h2[b-lwymuqzt88], .ntb-card h3[b-lwymuqzt88], .ntb-card h4[b-lwymuqzt88], .ntb-card h5[b-lwymuqzt88], .ntb-card h6[b-lwymuqzt88] {
  text-align: center;
}

.ntb-border[b-lwymuqzt88] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-lwymuqzt88] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-lwymuqzt88] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-lwymuqzt88] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-lwymuqzt88] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-lwymuqzt88] {
  margin: 0;
}

.model-errors[b-lwymuqzt88] {
  padding: 0;
}
.model-errors li[b-lwymuqzt88] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-lwymuqzt88] {
  color: var(--danger-color) !important;
}

.action-button-box[b-lwymuqzt88] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-lwymuqzt88] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Invoice/Internal/Render.cshtml.rz.scp.css */
/*Regular*/
@font-face {
  font-family: "ES-Dokument";
  src: url("data:application/font-woff2;charset=utf-8;base64,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") format("woff2-variations");
}
.font-thin[b-4owknxzu9s] {
  font-variation-settings: "wght" 0, "wdth" 400;
  font-weight: inherit;
}
.font-thin.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 0, "wdth" 0;
}
.font-thin.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 0, "wdth" 1000;
}

.font-extralight[b-4owknxzu9s] {
  font-variation-settings: "wght" 150, "wdth" 400;
  font-weight: inherit;
}
.font-extralight.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 150, "wdth" 0;
}
.font-extralight.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 150, "wdth" 1000;
}

.font-light[b-4owknxzu9s] {
  font-variation-settings: "wght" 300, "wdth" 400;
  font-weight: inherit;
}
.font-light.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 300, "wdth" 0;
}
.font-light.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 300, "wdth" 1000;
}

.font-regular[b-4owknxzu9s] {
  font-variation-settings: "wght" 450, "wdth" 400;
  font-weight: inherit;
}
.font-regular .condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 450, "wdth" 0;
}
.font-regular.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 450, "wdth" 1000;
}

.font-book[b-4owknxzu9s] {
  font-variation-settings: "wght" 600, "wdth" 400;
  font-weight: inherit;
}
.font-book.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 600, "wdth" 0;
}
.font-book.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 600, "wdth" 1000;
}

.font-medium[b-4owknxzu9s] {
  font-variation-settings: "wght" 730, "wdth" 400;
  font-weight: inherit;
}
.font-medium.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 730, "wdth" 0;
}
.font-medium.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 730, "wdth" 1000;
}

.font-semibold[b-4owknxzu9s] {
  font-variation-settings: "wght" 900, "wdth" 400;
  font-weight: inherit;
}
.font-semibold.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 900, "wdth" 0;
}
.font-semibold.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 900, "wdth" 1000;
}

.font-bold[b-4owknxzu9s] {
  font-variation-settings: "wght" 1050, "wdth" 400;
  font-weight: inherit;
}
.font-bold.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 1050, "wdth" 0;
}
.font-bold.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 1050, "wdth" 1000;
}

.font-extrabold[b-4owknxzu9s] {
  font-variation-settings: "wght" 1150, "wdth" 400;
  font-weight: inherit;
}
.font-extrabold.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 1150, "wdth" 0;
}
.font-extrabold.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 1150, "wdth" 1000;
}

.font-black[b-4owknxzu9s] {
  font-variation-settings: "wght" 1300, "wdth" 400;
  font-weight: inherit;
}
.font-black.condensed[b-4owknxzu9s] {
  font-variation-settings: "wght" 1300, "wdth" 0;
}
.font-black.extended[b-4owknxzu9s] {
  font-variation-settings: "wght" 1300, "wdth" 1000;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Invoice/Internal/Render/_Render.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-volakqg04m] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-volakqg04m] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-volakqg04m], .ntb-form .removable-item-list[b-volakqg04m], .ntb-form .text-grid[b-volakqg04m] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-volakqg04m], .ntb-form .removable-item-list > .dummy[b-volakqg04m], .ntb-form .text-grid > .dummy[b-volakqg04m] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-volakqg04m] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-volakqg04m] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-volakqg04m] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-volakqg04m] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-volakqg04m] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-volakqg04m] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-volakqg04m] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-volakqg04m] {
  display: inline;
}
.ntb-form span.inline > a[b-volakqg04m] {
  display: inline;
}
.ntb-form h5[b-volakqg04m] {
  margin-bottom: 1rem;
}
.ntb-form[b-volakqg04m]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-volakqg04m]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-volakqg04m]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-volakqg04m]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-volakqg04m]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-volakqg04m] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-volakqg04m] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-volakqg04m] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-volakqg04m] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-volakqg04m] {
  margin: auto 0;
}
.ntb-form .form-break[b-volakqg04m] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-volakqg04m] , .ntb-form .text-grid[b-volakqg04m] , .ntb-form .removable-item-list[b-volakqg04m]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-volakqg04m]  > label, .ntb-form .text-grid[b-volakqg04m]  > label, .ntb-form .removable-item-list[b-volakqg04m]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-volakqg04m]  > label::first-letter, .ntb-form .text-grid[b-volakqg04m]  > label::first-letter, .ntb-form .removable-item-list[b-volakqg04m]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-volakqg04m]  .top-aligned, .ntb-form .text-grid[b-volakqg04m]  .top-aligned, .ntb-form .removable-item-list[b-volakqg04m]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-volakqg04m]  .right-aligned, .ntb-form .text-grid[b-volakqg04m]  .right-aligned, .ntb-form .removable-item-list[b-volakqg04m]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-volakqg04m]  > .dummy, .ntb-form .text-grid[b-volakqg04m]  > .dummy, .ntb-form .removable-item-list[b-volakqg04m]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-volakqg04m]  > .spacer, .ntb-form .text-grid[b-volakqg04m]  > .spacer, .ntb-form .removable-item-list[b-volakqg04m]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row, .ntb-form .text-grid[b-volakqg04m]  .form-row, .ntb-form .removable-item-list[b-volakqg04m]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-volakqg04m]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-volakqg04m]  .form-row > :not(:last-child), .ntb-form .text-grid[b-volakqg04m]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-volakqg04m]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-volakqg04m]  > .field-full, .ntb-form .text-grid[b-volakqg04m]  > .field-full, .ntb-form .removable-item-list[b-volakqg04m]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-volakqg04m]  > span:not(.inline), .ntb-form .text-grid[b-volakqg04m]  > span:not(.inline), .ntb-form .removable-item-list[b-volakqg04m]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-volakqg04m] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-volakqg04m] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-volakqg04m]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-volakqg04m] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-volakqg04m] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-volakqg04m] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-volakqg04m]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-volakqg04m]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-volakqg04m]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-volakqg04m] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-volakqg04m] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.main[b-volakqg04m] {
  margin-top: 2.5rem;
  display: grid;
  margin-bottom: 2.5rem;
  font-family: "ES-Dokument";
  font-weight: 400;
}
.main h5[b-volakqg04m] {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.main .subsection[b-volakqg04m] {
  display: flex;
  padding-left: 2rem;
  flex-direction: column;
}
.main[b-volakqg04m]  .logo {
  height: 100%;
}
.main .logo-container[b-volakqg04m] {
  height: 10rem;
  display: flex;
  justify-content: end;
}
.main .column-grid[b-volakqg04m] {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.main .cell[b-volakqg04m] {
  row-gap: 0.5rem !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  transition: box-shadow 0.1875s, background-color 0.1875s;
  text-align: left;
  margin-bottom: 3.5rem;
}
.main .address[b-volakqg04m] {
  white-space: pre-line;
}

.form-title[b-volakqg04m] {
  margin-top: 0;
}

.text-grid[b-volakqg04m] {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  column-gap: 1rem;
  row-gap: 0.75rem !important;
  margin-bottom: 2rem !important;
}
.text-grid > .dummy[b-volakqg04m] {
  display: block !important;
}

table[b-volakqg04m] {
  width: 100%;
  page-break-inside: avoid;
  page-break-before: avoid;
}

th[b-volakqg04m] {
  text-align: start;
}

td[b-volakqg04m] {
  padding-top: 0.5rem;
}

.align-right[b-volakqg04m] {
  text-align: end;
}

.summary[b-volakqg04m] {
  font-weight: bold;
}
.summary.start > td[b-volakqg04m] {
  padding-top: 2rem !important;
}

h5[b-volakqg04m] {
  margin-top: 0 !important;
}

.space-top[b-volakqg04m] {
  margin-top: 1.5rem !important;
}

.participant[b-volakqg04m] {
  display: flex;
  flex-direction: column;
  row-gap: 0.15rem;
}

@media print {
  html[b-volakqg04m] {
    font-size: 12px !important;
  }
  body[b-volakqg04m] {
    width: calc(100% - 4rem) !important;
  }
  .form-grid[b-volakqg04m] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .participant-info[b-volakqg04m] {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Invoice/Partials/_Invoice.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-2kxxkew346] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-2kxxkew346] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-2kxxkew346] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-2kxxkew346], .ntb-card h2[b-2kxxkew346], .ntb-card h3[b-2kxxkew346], .ntb-card h4[b-2kxxkew346], .ntb-card h5[b-2kxxkew346], .ntb-card h6[b-2kxxkew346] {
  text-align: center;
}

.ntb-border[b-2kxxkew346] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-2kxxkew346] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-2kxxkew346] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-2kxxkew346] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-2kxxkew346] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-2kxxkew346] {
  margin: 0;
}

.model-errors[b-2kxxkew346] {
  padding: 0;
}
.model-errors li[b-2kxxkew346] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-2kxxkew346] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-2kxxkew346] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-2kxxkew346] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-2kxxkew346], .ntb-form .removable-item-list[b-2kxxkew346], .ntb-form .text-grid[b-2kxxkew346] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-2kxxkew346], .ntb-form .removable-item-list > .dummy[b-2kxxkew346], .ntb-form .text-grid > .dummy[b-2kxxkew346] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-2kxxkew346] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-2kxxkew346] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-2kxxkew346] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-2kxxkew346] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-2kxxkew346] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-2kxxkew346] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-2kxxkew346] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-2kxxkew346] {
  display: inline;
}
.ntb-form span.inline > a[b-2kxxkew346] {
  display: inline;
}
.ntb-form h5[b-2kxxkew346] {
  margin-bottom: 1rem;
}
.ntb-form[b-2kxxkew346]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-2kxxkew346]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-2kxxkew346]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-2kxxkew346]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-2kxxkew346]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-2kxxkew346] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-2kxxkew346] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-2kxxkew346] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-2kxxkew346] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-2kxxkew346] {
  margin: auto 0;
}
.ntb-form .form-break[b-2kxxkew346] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-2kxxkew346] , .ntb-form .text-grid[b-2kxxkew346] , .ntb-form .removable-item-list[b-2kxxkew346]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-2kxxkew346]  > label, .ntb-form .text-grid[b-2kxxkew346]  > label, .ntb-form .removable-item-list[b-2kxxkew346]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-2kxxkew346]  > label::first-letter, .ntb-form .text-grid[b-2kxxkew346]  > label::first-letter, .ntb-form .removable-item-list[b-2kxxkew346]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-2kxxkew346]  .top-aligned, .ntb-form .text-grid[b-2kxxkew346]  .top-aligned, .ntb-form .removable-item-list[b-2kxxkew346]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-2kxxkew346]  .right-aligned, .ntb-form .text-grid[b-2kxxkew346]  .right-aligned, .ntb-form .removable-item-list[b-2kxxkew346]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-2kxxkew346]  > .dummy, .ntb-form .text-grid[b-2kxxkew346]  > .dummy, .ntb-form .removable-item-list[b-2kxxkew346]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  > .spacer, .ntb-form .text-grid[b-2kxxkew346]  > .spacer, .ntb-form .removable-item-list[b-2kxxkew346]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row, .ntb-form .text-grid[b-2kxxkew346]  .form-row, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2kxxkew346]  .form-row > :not(:last-child), .ntb-form .text-grid[b-2kxxkew346]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-2kxxkew346]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-2kxxkew346]  > .field-full, .ntb-form .text-grid[b-2kxxkew346]  > .field-full, .ntb-form .removable-item-list[b-2kxxkew346]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-2kxxkew346]  > span:not(.inline), .ntb-form .text-grid[b-2kxxkew346]  > span:not(.inline), .ntb-form .removable-item-list[b-2kxxkew346]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-2kxxkew346] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-2kxxkew346] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-2kxxkew346]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-2kxxkew346] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-2kxxkew346] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-2kxxkew346] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-2kxxkew346]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-2kxxkew346]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-2kxxkew346]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-2kxxkew346] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-2kxxkew346] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

[b-2kxxkew346] .no-border {
  border: none;
}

.cell[b-2kxxkew346] {
  row-gap: 0.5rem !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  transition: box-shadow 0.1875s, background-color 0.1875s;
  text-align: left;
  margin-bottom: 3.5rem;
}

.summary[b-2kxxkew346] {
  font-weight: bold;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/Invoice/Preview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-6803blwb4m] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-6803blwb4m] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-6803blwb4m] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-6803blwb4m], .ntb-card h2[b-6803blwb4m], .ntb-card h3[b-6803blwb4m], .ntb-card h4[b-6803blwb4m], .ntb-card h5[b-6803blwb4m], .ntb-card h6[b-6803blwb4m] {
  text-align: center;
}

.ntb-border[b-6803blwb4m] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-6803blwb4m] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-6803blwb4m] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-6803blwb4m] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-6803blwb4m] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-6803blwb4m] {
  margin: 0;
}

.model-errors[b-6803blwb4m] {
  padding: 0;
}
.model-errors li[b-6803blwb4m] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-6803blwb4m] {
  color: var(--danger-color) !important;
}

.action-button-box[b-6803blwb4m] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-6803blwb4m] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
[b-6803blwb4m] a.button-like {
  border: 2px solid var(--primary-text-color);
  text-transform: uppercase;
  padding: 0 2rem;
  min-width: 10rem;
  min-height: 3rem;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  transition: box-shadow 0.1875s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-text-color);
  background-color: white;
}
[b-6803blwb4m] a.button-like.primary {
  color: white;
  background-color: var(--accent-color);
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/IssueCertification.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-w2477my0os] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-w2477my0os] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-w2477my0os] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-w2477my0os], .ntb-card h2[b-w2477my0os], .ntb-card h3[b-w2477my0os], .ntb-card h4[b-w2477my0os], .ntb-card h5[b-w2477my0os], .ntb-card h6[b-w2477my0os] {
  text-align: center;
}

.ntb-border[b-w2477my0os] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-w2477my0os] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-w2477my0os] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-w2477my0os] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-w2477my0os] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-w2477my0os] {
  margin: 0;
}

.model-errors[b-w2477my0os] {
  padding: 0;
}
.model-errors li[b-w2477my0os] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-w2477my0os] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-w2477my0os] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-w2477my0os] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-w2477my0os], .ntb-form .removable-item-list[b-w2477my0os], .ntb-form .text-grid[b-w2477my0os] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-w2477my0os], .ntb-form .removable-item-list > .dummy[b-w2477my0os], .ntb-form .text-grid > .dummy[b-w2477my0os] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-w2477my0os] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-w2477my0os] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-w2477my0os] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-w2477my0os] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-w2477my0os] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-w2477my0os] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-w2477my0os] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-w2477my0os] {
  display: inline;
}
.ntb-form span.inline > a[b-w2477my0os] {
  display: inline;
}
.ntb-form h5[b-w2477my0os] {
  margin-bottom: 1rem;
}
.ntb-form[b-w2477my0os]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-w2477my0os]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-w2477my0os]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-w2477my0os]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-w2477my0os]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-w2477my0os] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-w2477my0os] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-w2477my0os] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-w2477my0os] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-w2477my0os] {
  margin: auto 0;
}
.ntb-form .form-break[b-w2477my0os] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-w2477my0os] , .ntb-form .text-grid[b-w2477my0os] , .ntb-form .removable-item-list[b-w2477my0os]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-w2477my0os]  > label, .ntb-form .text-grid[b-w2477my0os]  > label, .ntb-form .removable-item-list[b-w2477my0os]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-w2477my0os]  > label::first-letter, .ntb-form .text-grid[b-w2477my0os]  > label::first-letter, .ntb-form .removable-item-list[b-w2477my0os]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-w2477my0os]  .top-aligned, .ntb-form .text-grid[b-w2477my0os]  .top-aligned, .ntb-form .removable-item-list[b-w2477my0os]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-w2477my0os]  .right-aligned, .ntb-form .text-grid[b-w2477my0os]  .right-aligned, .ntb-form .removable-item-list[b-w2477my0os]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-w2477my0os]  > .dummy, .ntb-form .text-grid[b-w2477my0os]  > .dummy, .ntb-form .removable-item-list[b-w2477my0os]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-w2477my0os]  > .spacer, .ntb-form .text-grid[b-w2477my0os]  > .spacer, .ntb-form .removable-item-list[b-w2477my0os]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row, .ntb-form .text-grid[b-w2477my0os]  .form-row, .ntb-form .removable-item-list[b-w2477my0os]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-w2477my0os]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-w2477my0os]  .form-row > :not(:last-child), .ntb-form .text-grid[b-w2477my0os]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-w2477my0os]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-w2477my0os]  > .field-full, .ntb-form .text-grid[b-w2477my0os]  > .field-full, .ntb-form .removable-item-list[b-w2477my0os]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-w2477my0os]  > span:not(.inline), .ntb-form .text-grid[b-w2477my0os]  > span:not(.inline), .ntb-form .removable-item-list[b-w2477my0os]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-w2477my0os] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-w2477my0os] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-w2477my0os]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-w2477my0os] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-w2477my0os] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-w2477my0os] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-w2477my0os]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-w2477my0os]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-w2477my0os]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-w2477my0os] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-w2477my0os] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/ProvideCertificationInformation.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-wmj6egbr5u] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-wmj6egbr5u] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-wmj6egbr5u] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-wmj6egbr5u], .ntb-card h2[b-wmj6egbr5u], .ntb-card h3[b-wmj6egbr5u], .ntb-card h4[b-wmj6egbr5u], .ntb-card h5[b-wmj6egbr5u], .ntb-card h6[b-wmj6egbr5u] {
  text-align: center;
}

.ntb-border[b-wmj6egbr5u] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-wmj6egbr5u] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-wmj6egbr5u] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-wmj6egbr5u] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-wmj6egbr5u] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-wmj6egbr5u] {
  margin: 0;
}

.model-errors[b-wmj6egbr5u] {
  padding: 0;
}
.model-errors li[b-wmj6egbr5u] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-wmj6egbr5u] {
  color: var(--danger-color) !important;
}

.action-button-box[b-wmj6egbr5u] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-wmj6egbr5u] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/ScheduleHandover.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-5ptvsf3haa] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-5ptvsf3haa] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-5ptvsf3haa] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-5ptvsf3haa], .ntb-card h2[b-5ptvsf3haa], .ntb-card h3[b-5ptvsf3haa], .ntb-card h4[b-5ptvsf3haa], .ntb-card h5[b-5ptvsf3haa], .ntb-card h6[b-5ptvsf3haa] {
  text-align: center;
}

.ntb-border[b-5ptvsf3haa] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-5ptvsf3haa] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-5ptvsf3haa] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-5ptvsf3haa] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-5ptvsf3haa] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-5ptvsf3haa] {
  margin: 0;
}

.model-errors[b-5ptvsf3haa] {
  padding: 0;
}
.model-errors li[b-5ptvsf3haa] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-5ptvsf3haa] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-5ptvsf3haa] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-5ptvsf3haa] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-5ptvsf3haa], .ntb-form .removable-item-list[b-5ptvsf3haa], .ntb-form .text-grid[b-5ptvsf3haa] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-5ptvsf3haa], .ntb-form .removable-item-list > .dummy[b-5ptvsf3haa], .ntb-form .text-grid > .dummy[b-5ptvsf3haa] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-5ptvsf3haa] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-5ptvsf3haa] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-5ptvsf3haa] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-5ptvsf3haa] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-5ptvsf3haa] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-5ptvsf3haa] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-5ptvsf3haa] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-5ptvsf3haa] {
  display: inline;
}
.ntb-form span.inline > a[b-5ptvsf3haa] {
  display: inline;
}
.ntb-form h5[b-5ptvsf3haa] {
  margin-bottom: 1rem;
}
.ntb-form[b-5ptvsf3haa]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-5ptvsf3haa]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-5ptvsf3haa]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-5ptvsf3haa]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-5ptvsf3haa]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-5ptvsf3haa] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-5ptvsf3haa] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-5ptvsf3haa] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-5ptvsf3haa] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-5ptvsf3haa] {
  margin: auto 0;
}
.ntb-form .form-break[b-5ptvsf3haa] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-5ptvsf3haa] , .ntb-form .text-grid[b-5ptvsf3haa] , .ntb-form .removable-item-list[b-5ptvsf3haa]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-5ptvsf3haa]  > label, .ntb-form .text-grid[b-5ptvsf3haa]  > label, .ntb-form .removable-item-list[b-5ptvsf3haa]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-5ptvsf3haa]  > label::first-letter, .ntb-form .text-grid[b-5ptvsf3haa]  > label::first-letter, .ntb-form .removable-item-list[b-5ptvsf3haa]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .top-aligned, .ntb-form .text-grid[b-5ptvsf3haa]  .top-aligned, .ntb-form .removable-item-list[b-5ptvsf3haa]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .right-aligned, .ntb-form .text-grid[b-5ptvsf3haa]  .right-aligned, .ntb-form .removable-item-list[b-5ptvsf3haa]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-5ptvsf3haa]  > .dummy, .ntb-form .text-grid[b-5ptvsf3haa]  > .dummy, .ntb-form .removable-item-list[b-5ptvsf3haa]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  > .spacer, .ntb-form .text-grid[b-5ptvsf3haa]  > .spacer, .ntb-form .removable-item-list[b-5ptvsf3haa]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5ptvsf3haa]  .form-row > :not(:last-child), .ntb-form .text-grid[b-5ptvsf3haa]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-5ptvsf3haa]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-5ptvsf3haa]  > .field-full, .ntb-form .text-grid[b-5ptvsf3haa]  > .field-full, .ntb-form .removable-item-list[b-5ptvsf3haa]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-5ptvsf3haa]  > span:not(.inline), .ntb-form .text-grid[b-5ptvsf3haa]  > span:not(.inline), .ntb-form .removable-item-list[b-5ptvsf3haa]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-5ptvsf3haa] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-5ptvsf3haa] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-5ptvsf3haa]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-5ptvsf3haa] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-5ptvsf3haa] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-5ptvsf3haa] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-5ptvsf3haa]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-5ptvsf3haa]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-5ptvsf3haa]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-5ptvsf3haa] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-5ptvsf3haa] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/SendDocuments.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-gvv9a6k54l] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-gvv9a6k54l] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-gvv9a6k54l] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-gvv9a6k54l], .ntb-card h2[b-gvv9a6k54l], .ntb-card h3[b-gvv9a6k54l], .ntb-card h4[b-gvv9a6k54l], .ntb-card h5[b-gvv9a6k54l], .ntb-card h6[b-gvv9a6k54l] {
  text-align: center;
}

.ntb-border[b-gvv9a6k54l] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-gvv9a6k54l] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-gvv9a6k54l] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-gvv9a6k54l] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-gvv9a6k54l] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-gvv9a6k54l] {
  margin: 0;
}

.model-errors[b-gvv9a6k54l] {
  padding: 0;
}
.model-errors li[b-gvv9a6k54l] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-gvv9a6k54l] {
  color: var(--danger-color) !important;
}

.action-button-box[b-gvv9a6k54l] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-gvv9a6k54l] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/UpdateWebsite.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-5gsb3yjmn5] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-5gsb3yjmn5] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-5gsb3yjmn5] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-5gsb3yjmn5], .ntb-card h2[b-5gsb3yjmn5], .ntb-card h3[b-5gsb3yjmn5], .ntb-card h4[b-5gsb3yjmn5], .ntb-card h5[b-5gsb3yjmn5], .ntb-card h6[b-5gsb3yjmn5] {
  text-align: center;
}

.ntb-border[b-5gsb3yjmn5] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-5gsb3yjmn5] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-5gsb3yjmn5] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-5gsb3yjmn5] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-5gsb3yjmn5] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-5gsb3yjmn5] {
  margin: 0;
}

.model-errors[b-5gsb3yjmn5] {
  padding: 0;
}
.model-errors li[b-5gsb3yjmn5] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-5gsb3yjmn5] {
  color: var(--danger-color) !important;
}

.action-button-box[b-5gsb3yjmn5] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-5gsb3yjmn5] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/Tasks/VerifyQualifications.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-qob50i07m0] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-qob50i07m0] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-qob50i07m0] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-qob50i07m0], .ntb-card h2[b-qob50i07m0], .ntb-card h3[b-qob50i07m0], .ntb-card h4[b-qob50i07m0], .ntb-card h5[b-qob50i07m0], .ntb-card h6[b-qob50i07m0] {
  text-align: center;
}

.ntb-border[b-qob50i07m0] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-qob50i07m0] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-qob50i07m0] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-qob50i07m0] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-qob50i07m0] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-qob50i07m0] {
  margin: 0;
}

.model-errors[b-qob50i07m0] {
  padding: 0;
}
.model-errors li[b-qob50i07m0] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-qob50i07m0] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-qob50i07m0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-qob50i07m0] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-qob50i07m0], .ntb-form .removable-item-list[b-qob50i07m0], .ntb-form .text-grid[b-qob50i07m0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-qob50i07m0], .ntb-form .removable-item-list > .dummy[b-qob50i07m0], .ntb-form .text-grid > .dummy[b-qob50i07m0] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-qob50i07m0] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-qob50i07m0] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-qob50i07m0] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-qob50i07m0] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-qob50i07m0] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-qob50i07m0] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-qob50i07m0] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-qob50i07m0] {
  display: inline;
}
.ntb-form span.inline > a[b-qob50i07m0] {
  display: inline;
}
.ntb-form h5[b-qob50i07m0] {
  margin-bottom: 1rem;
}
.ntb-form[b-qob50i07m0]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-qob50i07m0]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-qob50i07m0]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-qob50i07m0]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-qob50i07m0]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-qob50i07m0] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-qob50i07m0] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-qob50i07m0] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-qob50i07m0] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-qob50i07m0] {
  margin: auto 0;
}
.ntb-form .form-break[b-qob50i07m0] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-qob50i07m0] , .ntb-form .text-grid[b-qob50i07m0] , .ntb-form .removable-item-list[b-qob50i07m0]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-qob50i07m0]  > label, .ntb-form .text-grid[b-qob50i07m0]  > label, .ntb-form .removable-item-list[b-qob50i07m0]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-qob50i07m0]  > label::first-letter, .ntb-form .text-grid[b-qob50i07m0]  > label::first-letter, .ntb-form .removable-item-list[b-qob50i07m0]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-qob50i07m0]  .top-aligned, .ntb-form .text-grid[b-qob50i07m0]  .top-aligned, .ntb-form .removable-item-list[b-qob50i07m0]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-qob50i07m0]  .right-aligned, .ntb-form .text-grid[b-qob50i07m0]  .right-aligned, .ntb-form .removable-item-list[b-qob50i07m0]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-qob50i07m0]  > .dummy, .ntb-form .text-grid[b-qob50i07m0]  > .dummy, .ntb-form .removable-item-list[b-qob50i07m0]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  > .spacer, .ntb-form .text-grid[b-qob50i07m0]  > .spacer, .ntb-form .removable-item-list[b-qob50i07m0]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row, .ntb-form .text-grid[b-qob50i07m0]  .form-row, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qob50i07m0]  .form-row > :not(:last-child), .ntb-form .text-grid[b-qob50i07m0]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-qob50i07m0]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-qob50i07m0]  > .field-full, .ntb-form .text-grid[b-qob50i07m0]  > .field-full, .ntb-form .removable-item-list[b-qob50i07m0]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-qob50i07m0]  > span:not(.inline), .ntb-form .text-grid[b-qob50i07m0]  > span:not(.inline), .ntb-form .removable-item-list[b-qob50i07m0]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-qob50i07m0] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-qob50i07m0] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-qob50i07m0]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-qob50i07m0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-qob50i07m0] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-qob50i07m0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-qob50i07m0]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-qob50i07m0]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-qob50i07m0]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-qob50i07m0] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-qob50i07m0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/_CertificationSideMenu.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-bm584cl2gs] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-bm584cl2gs] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-bm584cl2gs], .side-menu > .ntb-side-card[b-bm584cl2gs] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-bm584cl2gs], .side-menu > .ntb-side-card h1[b-bm584cl2gs], .ntb-card h2[b-bm584cl2gs], .side-menu > .ntb-side-card h2[b-bm584cl2gs], .ntb-card h3[b-bm584cl2gs], .side-menu > .ntb-side-card h3[b-bm584cl2gs], .ntb-card h4[b-bm584cl2gs], .side-menu > .ntb-side-card h4[b-bm584cl2gs], .ntb-card h5[b-bm584cl2gs], .side-menu > .ntb-side-card h5[b-bm584cl2gs], .ntb-card h6[b-bm584cl2gs], .side-menu > .ntb-side-card h6[b-bm584cl2gs] {
  text-align: center;
}

.ntb-border[b-bm584cl2gs] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-bm584cl2gs] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-bm584cl2gs] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-bm584cl2gs] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-bm584cl2gs] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-bm584cl2gs] {
  margin: 0;
}

.model-errors[b-bm584cl2gs] {
  padding: 0;
}
.model-errors li[b-bm584cl2gs] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-bm584cl2gs] {
  color: var(--danger-color) !important;
}

.side-menu[b-bm584cl2gs] {
  display: flex;
  flex-direction: column;
}
.side-menu > .ntb-side-card[b-bm584cl2gs] {
  margin-bottom: 0;
  text-align: left;
}
.side-menu > .ntb-side-card:first-child[b-bm584cl2gs] {
  border-bottom: none;
}
.side-menu > .ntb-side-card ul[b-bm584cl2gs] {
  margin-bottom: 0;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/_ContactInfo.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-n2jhv4yeda] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-n2jhv4yeda] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-n2jhv4yeda], .ntb-form .removable-item-list[b-n2jhv4yeda], .ntb-form .text-grid[b-n2jhv4yeda] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-n2jhv4yeda], .ntb-form .removable-item-list > .dummy[b-n2jhv4yeda], .ntb-form .text-grid > .dummy[b-n2jhv4yeda] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-n2jhv4yeda] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-n2jhv4yeda] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-n2jhv4yeda] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-n2jhv4yeda] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-n2jhv4yeda] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-n2jhv4yeda] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-n2jhv4yeda] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-n2jhv4yeda] {
  display: inline;
}
.ntb-form span.inline > a[b-n2jhv4yeda] {
  display: inline;
}
.ntb-form h5[b-n2jhv4yeda] {
  margin-bottom: 1rem;
}
.ntb-form[b-n2jhv4yeda]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-n2jhv4yeda]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-n2jhv4yeda]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-n2jhv4yeda]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-n2jhv4yeda]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-n2jhv4yeda] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-n2jhv4yeda] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-n2jhv4yeda] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-n2jhv4yeda] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-n2jhv4yeda] {
  margin: auto 0;
}
.ntb-form .form-break[b-n2jhv4yeda] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-n2jhv4yeda] , .ntb-form .text-grid[b-n2jhv4yeda] , .ntb-form .removable-item-list[b-n2jhv4yeda]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-n2jhv4yeda]  > label, .ntb-form .text-grid[b-n2jhv4yeda]  > label, .ntb-form .removable-item-list[b-n2jhv4yeda]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-n2jhv4yeda]  > label::first-letter, .ntb-form .text-grid[b-n2jhv4yeda]  > label::first-letter, .ntb-form .removable-item-list[b-n2jhv4yeda]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .top-aligned, .ntb-form .text-grid[b-n2jhv4yeda]  .top-aligned, .ntb-form .removable-item-list[b-n2jhv4yeda]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .right-aligned, .ntb-form .text-grid[b-n2jhv4yeda]  .right-aligned, .ntb-form .removable-item-list[b-n2jhv4yeda]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-n2jhv4yeda]  > .dummy, .ntb-form .text-grid[b-n2jhv4yeda]  > .dummy, .ntb-form .removable-item-list[b-n2jhv4yeda]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  > .spacer, .ntb-form .text-grid[b-n2jhv4yeda]  > .spacer, .ntb-form .removable-item-list[b-n2jhv4yeda]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-n2jhv4yeda]  .form-row > :not(:last-child), .ntb-form .text-grid[b-n2jhv4yeda]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-n2jhv4yeda]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-n2jhv4yeda]  > .field-full, .ntb-form .text-grid[b-n2jhv4yeda]  > .field-full, .ntb-form .removable-item-list[b-n2jhv4yeda]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-n2jhv4yeda]  > span:not(.inline), .ntb-form .text-grid[b-n2jhv4yeda]  > span:not(.inline), .ntb-form .removable-item-list[b-n2jhv4yeda]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-n2jhv4yeda] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-n2jhv4yeda] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-n2jhv4yeda]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-n2jhv4yeda] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-n2jhv4yeda] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-n2jhv4yeda] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-n2jhv4yeda]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-n2jhv4yeda]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-n2jhv4yeda]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-n2jhv4yeda] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-n2jhv4yeda] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.text-grid[b-n2jhv4yeda] {
  row-gap: 0.25rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/_ContextSideMenu.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-s4boova3rq] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-s4boova3rq] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-s4boova3rq] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-s4boova3rq], .ntb-card h2[b-s4boova3rq], .ntb-card h3[b-s4boova3rq], .ntb-card h4[b-s4boova3rq], .ntb-card h5[b-s4boova3rq], .ntb-card h6[b-s4boova3rq] {
  text-align: center;
}

.ntb-border[b-s4boova3rq] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-s4boova3rq] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-s4boova3rq] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-s4boova3rq] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-s4boova3rq] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-s4boova3rq] {
  margin: 0;
}

.model-errors[b-s4boova3rq] {
  padding: 0;
}
.model-errors li[b-s4boova3rq] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-s4boova3rq] {
  color: var(--danger-color) !important;
}

.reduced-size[b-s4boova3rq] {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .reduced-size[b-s4boova3rq] {
    position: absolute;
    width: 36%;
    top: 0;
    left: 0;
  }
  .reduced-size.right-aligned[b-s4boova3rq] {
    left: auto;
    right: 0;
  }
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/_DatePickerInfoView.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-66wrwcgo4y] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-66wrwcgo4y] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-66wrwcgo4y] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-66wrwcgo4y], .ntb-card h2[b-66wrwcgo4y], .ntb-card h3[b-66wrwcgo4y], .ntb-card h4[b-66wrwcgo4y], .ntb-card h5[b-66wrwcgo4y], .ntb-card h6[b-66wrwcgo4y] {
  text-align: center;
}

.ntb-border[b-66wrwcgo4y] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-66wrwcgo4y] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-66wrwcgo4y] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-66wrwcgo4y] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-66wrwcgo4y] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-66wrwcgo4y] {
  margin: 0;
}

.model-errors[b-66wrwcgo4y] {
  padding: 0;
}
.model-errors li[b-66wrwcgo4y] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-66wrwcgo4y] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-66wrwcgo4y] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-66wrwcgo4y] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-66wrwcgo4y], .ntb-form .removable-item-list[b-66wrwcgo4y], .ntb-form .text-grid[b-66wrwcgo4y] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-66wrwcgo4y], .ntb-form .removable-item-list > .dummy[b-66wrwcgo4y], .ntb-form .text-grid > .dummy[b-66wrwcgo4y] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-66wrwcgo4y] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-66wrwcgo4y] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-66wrwcgo4y] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-66wrwcgo4y] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-66wrwcgo4y] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-66wrwcgo4y] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-66wrwcgo4y] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-66wrwcgo4y] {
  display: inline;
}
.ntb-form span.inline > a[b-66wrwcgo4y] {
  display: inline;
}
.ntb-form h5[b-66wrwcgo4y] {
  margin-bottom: 1rem;
}
.ntb-form[b-66wrwcgo4y]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-66wrwcgo4y]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-66wrwcgo4y]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-66wrwcgo4y]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-66wrwcgo4y]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-66wrwcgo4y] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-66wrwcgo4y] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-66wrwcgo4y] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-66wrwcgo4y] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-66wrwcgo4y] {
  margin: auto 0;
}
.ntb-form .form-break[b-66wrwcgo4y] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-66wrwcgo4y] , .ntb-form .text-grid[b-66wrwcgo4y] , .ntb-form .removable-item-list[b-66wrwcgo4y]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-66wrwcgo4y]  > label, .ntb-form .text-grid[b-66wrwcgo4y]  > label, .ntb-form .removable-item-list[b-66wrwcgo4y]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-66wrwcgo4y]  > label::first-letter, .ntb-form .text-grid[b-66wrwcgo4y]  > label::first-letter, .ntb-form .removable-item-list[b-66wrwcgo4y]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .top-aligned, .ntb-form .text-grid[b-66wrwcgo4y]  .top-aligned, .ntb-form .removable-item-list[b-66wrwcgo4y]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .right-aligned, .ntb-form .text-grid[b-66wrwcgo4y]  .right-aligned, .ntb-form .removable-item-list[b-66wrwcgo4y]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-66wrwcgo4y]  > .dummy, .ntb-form .text-grid[b-66wrwcgo4y]  > .dummy, .ntb-form .removable-item-list[b-66wrwcgo4y]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  > .spacer, .ntb-form .text-grid[b-66wrwcgo4y]  > .spacer, .ntb-form .removable-item-list[b-66wrwcgo4y]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-66wrwcgo4y]  .form-row > :not(:last-child), .ntb-form .text-grid[b-66wrwcgo4y]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-66wrwcgo4y]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-66wrwcgo4y]  > .field-full, .ntb-form .text-grid[b-66wrwcgo4y]  > .field-full, .ntb-form .removable-item-list[b-66wrwcgo4y]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-66wrwcgo4y]  > span:not(.inline), .ntb-form .text-grid[b-66wrwcgo4y]  > span:not(.inline), .ntb-form .removable-item-list[b-66wrwcgo4y]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-66wrwcgo4y] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-66wrwcgo4y] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-66wrwcgo4y]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-66wrwcgo4y] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-66wrwcgo4y] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-66wrwcgo4y] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-66wrwcgo4y]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-66wrwcgo4y]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-66wrwcgo4y]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-66wrwcgo4y] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-66wrwcgo4y] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Certifications/Processes/_ProcessStepPartial.cshtml.rz.scp.css */
@media only screen and (max-width: 992px) {
  .step-box > .step-main[b-2rrgqi9bpg] {
    grid-template-columns: 0 var(--indicator-size) 1fr !important;
  }
  .step-box > .step-main > .step-content:has(> div > span)[b-2rrgqi9bpg] {
    order: 2;
  }
  .step-box > .step-main > .step-content:not(:has(> div > span))[b-2rrgqi9bpg] {
    order: -2;
  }
}
@media only screen and (max-width: 576px) {
  .step-box[b-2rrgqi9bpg] {
    --indicator-content-ratio: 0.5 !important;
  }
  .step-box .step-main > .step-content[b-2rrgqi9bpg] {
    align-items: flex-start !important;
  }
  .step-box .step-main > .step-content > div[b-2rrgqi9bpg] {
    padding: 1rem !important;
    grid-template-rows: calc(var(--indicator-size) - 2rem) auto auto !important;
    row-gap: 0.25rem !important;
  }
  .step-box .step-main > .step-middle > .indicator[b-2rrgqi9bpg] {
    font-size: 4rem !important;
  }
  .step-box:not(:last-child) .step-main > .step-middle[b-2rrgqi9bpg] {
    grid-template-rows: var(--indicator-size) calc(100% - var(--indicator-size)) !important;
  }
}
.step-box[b-2rrgqi9bpg] {
  --step-box-height: 18rem;
  --content-fraction: 0.7;
  --indicator-content-ratio: 1;
  --content-percentage: calc(100% * var(--content-fraction));
  --connector-percentage: calc(100% - var(--content-percentage));
  --content-size: calc(var(--content-fraction) * var(--step-box-height));
  --indicator-size: calc(var(--content-fraction) * var(--step-box-height) * var(--indicator-content-ratio));
  display: grid;
  height: var(--step-box-height);
  grid-template-columns: 100%;
  grid-template-rows: var(--content-percentage) var(--connector-percentage);
}
.step-box:last-child[b-2rrgqi9bpg] {
  grid-template-rows: 100%;
  height: var(--content-size);
}
.step-box .step-main[b-2rrgqi9bpg] {
  display: grid;
  grid-template-columns: 1fr var(--indicator-size) 1fr;
  column-gap: 0;
  width: 100%;
}
.step-box .step-main > .step-middle[b-2rrgqi9bpg] {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  grid-template-rows: 1fr 0;
}
.step-box .step-main > .step-middle > .indicator[b-2rrgqi9bpg] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  border-radius: 50%;
  width: var(--indicator-size);
  height: var(--indicator-size);
  background-color: var(--light-grey);
  color: var(--primary-text-color);
  border: var(--primary-text-color) solid 0.125rem;
  padding-top: 1rem;
}
.step-box .step-main > .step-middle > .indicator.completed[b-2rrgqi9bpg] {
  background-color: var(--accent-color);
  color: var(--background-color);
}
.step-box .step-main > .step-middle > .indicator.optional[b-2rrgqi9bpg] {
  border: var(--secondary-text-color) dashed 0.125rem;
  background-color: var(--background);
  color: var(--secondary-text-color);
}
.step-box .step-main > .step-content[b-2rrgqi9bpg] {
  display: flex;
  align-items: center;
}
.step-box .step-main > .step-content > div[b-2rrgqi9bpg] {
  height: fit-content;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  row-gap: 0.75rem;
  align-items: center;
  padding: 0 2.5rem;
}
.step-box .step-main > .step-content > div > *[b-2rrgqi9bpg] {
  height: fit-content;
  text-align: left;
}
.step-box .step-main > .step-content > div > *:first-child[b-2rrgqi9bpg] {
  font-size: 1.25rem;
  color: var(--accent-color);
  text-transform: uppercase;
}
.step-box .step-main > .step-connector[b-2rrgqi9bpg] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.step-box .step-main > .step-connector > div[b-2rrgqi9bpg] {
  width: 0.125rem;
  height: 100%;
  display: block;
  background-color: var(--primary-text-color);
}
.step-box .step-main > .step-connector > div.completed[b-2rrgqi9bpg] {
  background-color: var(--primary-text-color);
}
/* _content/Ntb.Portal.Web/Pages/Conditions.cshtml.rz.scp.css */
p[b-oyan7h50bt] {
  white-space: pre-line;
}

.main-layout[b-oyan7h50bt] {
  margin-top: 0.5rem;
}
.main-layout h5[b-oyan7h50bt] {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.main-layout li[b-oyan7h50bt] {
  margin-bottom: 0.25rem;
}

.address[b-oyan7h50bt] {
  white-space: pre-line;
}
/* _content/Ntb.Portal.Web/Pages/Contact.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-s5r1jq9ujc] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-s5r1jq9ujc] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-s5r1jq9ujc] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-s5r1jq9ujc], .ntb-card h2[b-s5r1jq9ujc], .ntb-card h3[b-s5r1jq9ujc], .ntb-card h4[b-s5r1jq9ujc], .ntb-card h5[b-s5r1jq9ujc], .ntb-card h6[b-s5r1jq9ujc] {
  text-align: center;
}

.ntb-border[b-s5r1jq9ujc] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-s5r1jq9ujc] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-s5r1jq9ujc] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-s5r1jq9ujc] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-s5r1jq9ujc] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-s5r1jq9ujc] {
  margin: 0;
}

.model-errors[b-s5r1jq9ujc] {
  padding: 0;
}
.model-errors li[b-s5r1jq9ujc] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-s5r1jq9ujc] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-s5r1jq9ujc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-s5r1jq9ujc] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-s5r1jq9ujc], .ntb-form .removable-item-list[b-s5r1jq9ujc], .ntb-form .text-grid[b-s5r1jq9ujc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-s5r1jq9ujc], .ntb-form .removable-item-list > .dummy[b-s5r1jq9ujc], .ntb-form .text-grid > .dummy[b-s5r1jq9ujc] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-s5r1jq9ujc] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-s5r1jq9ujc] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-s5r1jq9ujc] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-s5r1jq9ujc] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-s5r1jq9ujc] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-s5r1jq9ujc] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-s5r1jq9ujc] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-s5r1jq9ujc] {
  display: inline;
}
.ntb-form span.inline > a[b-s5r1jq9ujc] {
  display: inline;
}
.ntb-form h5[b-s5r1jq9ujc] {
  margin-bottom: 1rem;
}
.ntb-form[b-s5r1jq9ujc]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-s5r1jq9ujc]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-s5r1jq9ujc]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-s5r1jq9ujc]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-s5r1jq9ujc]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-s5r1jq9ujc] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-s5r1jq9ujc] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-s5r1jq9ujc] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-s5r1jq9ujc] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-s5r1jq9ujc] {
  margin: auto 0;
}
.ntb-form .form-break[b-s5r1jq9ujc] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-s5r1jq9ujc] , .ntb-form .text-grid[b-s5r1jq9ujc] , .ntb-form .removable-item-list[b-s5r1jq9ujc]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > label, .ntb-form .text-grid[b-s5r1jq9ujc]  > label, .ntb-form .removable-item-list[b-s5r1jq9ujc]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > label::first-letter, .ntb-form .text-grid[b-s5r1jq9ujc]  > label::first-letter, .ntb-form .removable-item-list[b-s5r1jq9ujc]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .top-aligned, .ntb-form .text-grid[b-s5r1jq9ujc]  .top-aligned, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .right-aligned, .ntb-form .text-grid[b-s5r1jq9ujc]  .right-aligned, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > .dummy, .ntb-form .text-grid[b-s5r1jq9ujc]  > .dummy, .ntb-form .removable-item-list[b-s5r1jq9ujc]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > .spacer, .ntb-form .text-grid[b-s5r1jq9ujc]  > .spacer, .ntb-form .removable-item-list[b-s5r1jq9ujc]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  .form-row > :not(:last-child), .ntb-form .text-grid[b-s5r1jq9ujc]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-s5r1jq9ujc]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > .field-full, .ntb-form .text-grid[b-s5r1jq9ujc]  > .field-full, .ntb-form .removable-item-list[b-s5r1jq9ujc]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-s5r1jq9ujc]  > span:not(.inline), .ntb-form .text-grid[b-s5r1jq9ujc]  > span:not(.inline), .ntb-form .removable-item-list[b-s5r1jq9ujc]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-s5r1jq9ujc] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-s5r1jq9ujc] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-s5r1jq9ujc]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-s5r1jq9ujc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-s5r1jq9ujc] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-s5r1jq9ujc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-s5r1jq9ujc]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-s5r1jq9ujc]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-s5r1jq9ujc]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-s5r1jq9ujc] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-s5r1jq9ujc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Document.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-nd2zug4q0b] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-nd2zug4q0b] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-nd2zug4q0b] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-nd2zug4q0b], .ntb-card h2[b-nd2zug4q0b], .ntb-card h3[b-nd2zug4q0b], .ntb-card h4[b-nd2zug4q0b], .ntb-card h5[b-nd2zug4q0b], .ntb-card h6[b-nd2zug4q0b] {
  text-align: center;
}

.ntb-border[b-nd2zug4q0b] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-nd2zug4q0b] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-nd2zug4q0b] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-nd2zug4q0b] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-nd2zug4q0b] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-nd2zug4q0b] {
  margin: 0;
}

.model-errors[b-nd2zug4q0b] {
  padding: 0;
}
.model-errors li[b-nd2zug4q0b] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-nd2zug4q0b] {
  color: var(--danger-color) !important;
}

embed[b-nd2zug4q0b] {
  width: 100%;
  height: 40rem;
}

.info[b-nd2zug4q0b] {
  order: 2;
}

.content[b-nd2zug4q0b] {
  order: 1;
}

@media only screen and (min-width: 992px) {
  .info[b-nd2zug4q0b] {
    order: 1;
  }
  .content[b-nd2zug4q0b] {
    order: 2;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Edit.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-j7cgu9z6v8] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-j7cgu9z6v8] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-j7cgu9z6v8] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-j7cgu9z6v8], .ntb-card h2[b-j7cgu9z6v8], .ntb-card h3[b-j7cgu9z6v8], .ntb-card h4[b-j7cgu9z6v8], .ntb-card h5[b-j7cgu9z6v8], .ntb-card h6[b-j7cgu9z6v8] {
  text-align: center;
}

.ntb-border[b-j7cgu9z6v8] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-j7cgu9z6v8] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-j7cgu9z6v8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-j7cgu9z6v8] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-j7cgu9z6v8] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-j7cgu9z6v8] {
  margin: 0;
}

.model-errors[b-j7cgu9z6v8] {
  padding: 0;
}
.model-errors li[b-j7cgu9z6v8] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-j7cgu9z6v8] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-j7cgu9z6v8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-j7cgu9z6v8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-j7cgu9z6v8], .ntb-form .removable-item-list[b-j7cgu9z6v8], .ntb-form .text-grid[b-j7cgu9z6v8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-j7cgu9z6v8], .ntb-form .removable-item-list > .dummy[b-j7cgu9z6v8], .ntb-form .text-grid > .dummy[b-j7cgu9z6v8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-j7cgu9z6v8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-j7cgu9z6v8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-j7cgu9z6v8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-j7cgu9z6v8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-j7cgu9z6v8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-j7cgu9z6v8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-j7cgu9z6v8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-j7cgu9z6v8] {
  display: inline;
}
.ntb-form span.inline > a[b-j7cgu9z6v8] {
  display: inline;
}
.ntb-form h5[b-j7cgu9z6v8] {
  margin-bottom: 1rem;
}
.ntb-form[b-j7cgu9z6v8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-j7cgu9z6v8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-j7cgu9z6v8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-j7cgu9z6v8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-j7cgu9z6v8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-j7cgu9z6v8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-j7cgu9z6v8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-j7cgu9z6v8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-j7cgu9z6v8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-j7cgu9z6v8] {
  margin: auto 0;
}
.ntb-form .form-break[b-j7cgu9z6v8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-j7cgu9z6v8] , .ntb-form .text-grid[b-j7cgu9z6v8] , .ntb-form .removable-item-list[b-j7cgu9z6v8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > label, .ntb-form .text-grid[b-j7cgu9z6v8]  > label, .ntb-form .removable-item-list[b-j7cgu9z6v8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > label::first-letter, .ntb-form .text-grid[b-j7cgu9z6v8]  > label::first-letter, .ntb-form .removable-item-list[b-j7cgu9z6v8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .top-aligned, .ntb-form .text-grid[b-j7cgu9z6v8]  .top-aligned, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .right-aligned, .ntb-form .text-grid[b-j7cgu9z6v8]  .right-aligned, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > .dummy, .ntb-form .text-grid[b-j7cgu9z6v8]  > .dummy, .ntb-form .removable-item-list[b-j7cgu9z6v8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > .spacer, .ntb-form .text-grid[b-j7cgu9z6v8]  > .spacer, .ntb-form .removable-item-list[b-j7cgu9z6v8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-j7cgu9z6v8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-j7cgu9z6v8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > .field-full, .ntb-form .text-grid[b-j7cgu9z6v8]  > .field-full, .ntb-form .removable-item-list[b-j7cgu9z6v8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-j7cgu9z6v8]  > span:not(.inline), .ntb-form .text-grid[b-j7cgu9z6v8]  > span:not(.inline), .ntb-form .removable-item-list[b-j7cgu9z6v8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-j7cgu9z6v8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-j7cgu9z6v8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-j7cgu9z6v8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-j7cgu9z6v8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-j7cgu9z6v8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-j7cgu9z6v8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-j7cgu9z6v8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-j7cgu9z6v8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-j7cgu9z6v8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-j7cgu9z6v8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-j7cgu9z6v8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Images.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-iidqtfenso] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-iidqtfenso] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-iidqtfenso] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-iidqtfenso], .ntb-card h2[b-iidqtfenso], .ntb-card h3[b-iidqtfenso], .ntb-card h4[b-iidqtfenso], .ntb-card h5[b-iidqtfenso], .ntb-card h6[b-iidqtfenso] {
  text-align: center;
}

.ntb-border[b-iidqtfenso] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-iidqtfenso] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-iidqtfenso] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-iidqtfenso] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-iidqtfenso] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-iidqtfenso] {
  margin: 0;
}

.model-errors[b-iidqtfenso] {
  padding: 0;
}
.model-errors li[b-iidqtfenso] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-iidqtfenso] {
  color: var(--danger-color) !important;
}

img[b-iidqtfenso] {
  width: 100%;
  height: 25rem;
  object-fit: contain;
}

.info[b-iidqtfenso] {
  order: 2;
}

.content[b-iidqtfenso] {
  order: 1;
}

@media only screen and (min-width: 992px) {
  .info[b-iidqtfenso] {
    order: 1;
  }
  .content[b-iidqtfenso] {
    order: 2;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_DeleteForeignPopup.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-b8ke0eh80f] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-b8ke0eh80f] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-b8ke0eh80f], .ntb-form .removable-item-list[b-b8ke0eh80f], .ntb-form .text-grid[b-b8ke0eh80f] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-b8ke0eh80f], .ntb-form .removable-item-list > .dummy[b-b8ke0eh80f], .ntb-form .text-grid > .dummy[b-b8ke0eh80f] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-b8ke0eh80f] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-b8ke0eh80f] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-b8ke0eh80f] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-b8ke0eh80f] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-b8ke0eh80f] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-b8ke0eh80f] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-b8ke0eh80f] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-b8ke0eh80f] {
  display: inline;
}
.ntb-form span.inline > a[b-b8ke0eh80f] {
  display: inline;
}
.ntb-form h5[b-b8ke0eh80f] {
  margin-bottom: 1rem;
}
.ntb-form[b-b8ke0eh80f]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-b8ke0eh80f]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-b8ke0eh80f]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-b8ke0eh80f]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-b8ke0eh80f]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-b8ke0eh80f] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-b8ke0eh80f] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-b8ke0eh80f] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-b8ke0eh80f] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-b8ke0eh80f] {
  margin: auto 0;
}
.ntb-form .form-break[b-b8ke0eh80f] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-b8ke0eh80f] , .ntb-form .text-grid[b-b8ke0eh80f] , .ntb-form .removable-item-list[b-b8ke0eh80f]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-b8ke0eh80f]  > label, .ntb-form .text-grid[b-b8ke0eh80f]  > label, .ntb-form .removable-item-list[b-b8ke0eh80f]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-b8ke0eh80f]  > label::first-letter, .ntb-form .text-grid[b-b8ke0eh80f]  > label::first-letter, .ntb-form .removable-item-list[b-b8ke0eh80f]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .top-aligned, .ntb-form .text-grid[b-b8ke0eh80f]  .top-aligned, .ntb-form .removable-item-list[b-b8ke0eh80f]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .right-aligned, .ntb-form .text-grid[b-b8ke0eh80f]  .right-aligned, .ntb-form .removable-item-list[b-b8ke0eh80f]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-b8ke0eh80f]  > .dummy, .ntb-form .text-grid[b-b8ke0eh80f]  > .dummy, .ntb-form .removable-item-list[b-b8ke0eh80f]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  > .spacer, .ntb-form .text-grid[b-b8ke0eh80f]  > .spacer, .ntb-form .removable-item-list[b-b8ke0eh80f]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-b8ke0eh80f]  .form-row > :not(:last-child), .ntb-form .text-grid[b-b8ke0eh80f]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-b8ke0eh80f]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-b8ke0eh80f]  > .field-full, .ntb-form .text-grid[b-b8ke0eh80f]  > .field-full, .ntb-form .removable-item-list[b-b8ke0eh80f]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-b8ke0eh80f]  > span:not(.inline), .ntb-form .text-grid[b-b8ke0eh80f]  > span:not(.inline), .ntb-form .removable-item-list[b-b8ke0eh80f]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-b8ke0eh80f] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-b8ke0eh80f] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-b8ke0eh80f]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-b8ke0eh80f] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-b8ke0eh80f] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-b8ke0eh80f] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-b8ke0eh80f]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-b8ke0eh80f]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-b8ke0eh80f]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-b8ke0eh80f] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-b8ke0eh80f] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-b8ke0eh80f] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-b8ke0eh80f] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_DeleteOwnPopup.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-9m2j7spoj2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-9m2j7spoj2] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-9m2j7spoj2], .ntb-form .removable-item-list[b-9m2j7spoj2], .ntb-form .text-grid[b-9m2j7spoj2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-9m2j7spoj2], .ntb-form .removable-item-list > .dummy[b-9m2j7spoj2], .ntb-form .text-grid > .dummy[b-9m2j7spoj2] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-9m2j7spoj2] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-9m2j7spoj2] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-9m2j7spoj2] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-9m2j7spoj2] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-9m2j7spoj2] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-9m2j7spoj2] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-9m2j7spoj2] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-9m2j7spoj2] {
  display: inline;
}
.ntb-form span.inline > a[b-9m2j7spoj2] {
  display: inline;
}
.ntb-form h5[b-9m2j7spoj2] {
  margin-bottom: 1rem;
}
.ntb-form[b-9m2j7spoj2]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-9m2j7spoj2]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-9m2j7spoj2]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-9m2j7spoj2]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-9m2j7spoj2]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-9m2j7spoj2] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-9m2j7spoj2] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-9m2j7spoj2] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-9m2j7spoj2] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-9m2j7spoj2] {
  margin: auto 0;
}
.ntb-form .form-break[b-9m2j7spoj2] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-9m2j7spoj2] , .ntb-form .text-grid[b-9m2j7spoj2] , .ntb-form .removable-item-list[b-9m2j7spoj2]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-9m2j7spoj2]  > label, .ntb-form .text-grid[b-9m2j7spoj2]  > label, .ntb-form .removable-item-list[b-9m2j7spoj2]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-9m2j7spoj2]  > label::first-letter, .ntb-form .text-grid[b-9m2j7spoj2]  > label::first-letter, .ntb-form .removable-item-list[b-9m2j7spoj2]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .top-aligned, .ntb-form .text-grid[b-9m2j7spoj2]  .top-aligned, .ntb-form .removable-item-list[b-9m2j7spoj2]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .right-aligned, .ntb-form .text-grid[b-9m2j7spoj2]  .right-aligned, .ntb-form .removable-item-list[b-9m2j7spoj2]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-9m2j7spoj2]  > .dummy, .ntb-form .text-grid[b-9m2j7spoj2]  > .dummy, .ntb-form .removable-item-list[b-9m2j7spoj2]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  > .spacer, .ntb-form .text-grid[b-9m2j7spoj2]  > .spacer, .ntb-form .removable-item-list[b-9m2j7spoj2]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-9m2j7spoj2]  .form-row > :not(:last-child), .ntb-form .text-grid[b-9m2j7spoj2]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-9m2j7spoj2]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-9m2j7spoj2]  > .field-full, .ntb-form .text-grid[b-9m2j7spoj2]  > .field-full, .ntb-form .removable-item-list[b-9m2j7spoj2]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-9m2j7spoj2]  > span:not(.inline), .ntb-form .text-grid[b-9m2j7spoj2]  > span:not(.inline), .ntb-form .removable-item-list[b-9m2j7spoj2]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-9m2j7spoj2] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-9m2j7spoj2] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-9m2j7spoj2]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-9m2j7spoj2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-9m2j7spoj2] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-9m2j7spoj2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-9m2j7spoj2]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-9m2j7spoj2]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-9m2j7spoj2]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-9m2j7spoj2] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-9m2j7spoj2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_Info.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-6xwpdsh1g8] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-6xwpdsh1g8] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-6xwpdsh1g8] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-6xwpdsh1g8], .ntb-card h2[b-6xwpdsh1g8], .ntb-card h3[b-6xwpdsh1g8], .ntb-card h4[b-6xwpdsh1g8], .ntb-card h5[b-6xwpdsh1g8], .ntb-card h6[b-6xwpdsh1g8] {
  text-align: center;
}

.ntb-border[b-6xwpdsh1g8] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-6xwpdsh1g8] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-6xwpdsh1g8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-6xwpdsh1g8] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-6xwpdsh1g8] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-6xwpdsh1g8] {
  margin: 0;
}

.model-errors[b-6xwpdsh1g8] {
  padding: 0;
}
.model-errors li[b-6xwpdsh1g8] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-6xwpdsh1g8] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-6xwpdsh1g8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-6xwpdsh1g8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-6xwpdsh1g8], .ntb-form .removable-item-list[b-6xwpdsh1g8], .ntb-form .text-grid[b-6xwpdsh1g8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-6xwpdsh1g8], .ntb-form .removable-item-list > .dummy[b-6xwpdsh1g8], .ntb-form .text-grid > .dummy[b-6xwpdsh1g8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-6xwpdsh1g8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-6xwpdsh1g8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-6xwpdsh1g8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-6xwpdsh1g8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-6xwpdsh1g8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-6xwpdsh1g8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-6xwpdsh1g8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-6xwpdsh1g8] {
  display: inline;
}
.ntb-form span.inline > a[b-6xwpdsh1g8] {
  display: inline;
}
.ntb-form h5[b-6xwpdsh1g8] {
  margin-bottom: 1rem;
}
.ntb-form[b-6xwpdsh1g8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-6xwpdsh1g8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-6xwpdsh1g8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-6xwpdsh1g8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-6xwpdsh1g8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-6xwpdsh1g8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-6xwpdsh1g8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-6xwpdsh1g8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-6xwpdsh1g8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-6xwpdsh1g8] {
  margin: auto 0;
}
.ntb-form .form-break[b-6xwpdsh1g8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-6xwpdsh1g8] , .ntb-form .text-grid[b-6xwpdsh1g8] , .ntb-form .removable-item-list[b-6xwpdsh1g8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > label, .ntb-form .text-grid[b-6xwpdsh1g8]  > label, .ntb-form .removable-item-list[b-6xwpdsh1g8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > label::first-letter, .ntb-form .text-grid[b-6xwpdsh1g8]  > label::first-letter, .ntb-form .removable-item-list[b-6xwpdsh1g8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .top-aligned, .ntb-form .text-grid[b-6xwpdsh1g8]  .top-aligned, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .right-aligned, .ntb-form .text-grid[b-6xwpdsh1g8]  .right-aligned, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > .dummy, .ntb-form .text-grid[b-6xwpdsh1g8]  > .dummy, .ntb-form .removable-item-list[b-6xwpdsh1g8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > .spacer, .ntb-form .text-grid[b-6xwpdsh1g8]  > .spacer, .ntb-form .removable-item-list[b-6xwpdsh1g8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-6xwpdsh1g8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-6xwpdsh1g8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > .field-full, .ntb-form .text-grid[b-6xwpdsh1g8]  > .field-full, .ntb-form .removable-item-list[b-6xwpdsh1g8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-6xwpdsh1g8]  > span:not(.inline), .ntb-form .text-grid[b-6xwpdsh1g8]  > span:not(.inline), .ntb-form .removable-item-list[b-6xwpdsh1g8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-6xwpdsh1g8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-6xwpdsh1g8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-6xwpdsh1g8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-6xwpdsh1g8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-6xwpdsh1g8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-6xwpdsh1g8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-6xwpdsh1g8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-6xwpdsh1g8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-6xwpdsh1g8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-6xwpdsh1g8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-6xwpdsh1g8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.description[b-6xwpdsh1g8] {
  white-space: pre-line;
}

span[b-6xwpdsh1g8] {
  display: inline !important;
}

.text-grid > label[b-6xwpdsh1g8] {
  align-items: start;
}

.ntb-form[b-6xwpdsh1g8] {
  margin-top: 3rem;
}

[b-6xwpdsh1g8] .tag {
  text-decoration: none;
  color: var(--accent-color);
}

.ntb-form[b-6xwpdsh1g8] {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-6xwpdsh1g8] {
    margin-top: inherit;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_Interactions.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-wfx9r63gry] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-wfx9r63gry] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-wfx9r63gry], .ntb-form .removable-item-list[b-wfx9r63gry], .ntb-form .text-grid[b-wfx9r63gry] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-wfx9r63gry], .ntb-form .removable-item-list > .dummy[b-wfx9r63gry], .ntb-form .text-grid > .dummy[b-wfx9r63gry] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-wfx9r63gry] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-wfx9r63gry] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-wfx9r63gry] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-wfx9r63gry] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-wfx9r63gry] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-wfx9r63gry] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-wfx9r63gry] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-wfx9r63gry] {
  display: inline;
}
.ntb-form span.inline > a[b-wfx9r63gry] {
  display: inline;
}
.ntb-form h5[b-wfx9r63gry] {
  margin-bottom: 1rem;
}
.ntb-form[b-wfx9r63gry]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-wfx9r63gry]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-wfx9r63gry]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-wfx9r63gry]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-wfx9r63gry]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-wfx9r63gry] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-wfx9r63gry] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-wfx9r63gry] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-wfx9r63gry] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-wfx9r63gry] {
  margin: auto 0;
}
.ntb-form .form-break[b-wfx9r63gry] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-wfx9r63gry] , .ntb-form .text-grid[b-wfx9r63gry] , .ntb-form .removable-item-list[b-wfx9r63gry]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-wfx9r63gry]  > label, .ntb-form .text-grid[b-wfx9r63gry]  > label, .ntb-form .removable-item-list[b-wfx9r63gry]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-wfx9r63gry]  > label::first-letter, .ntb-form .text-grid[b-wfx9r63gry]  > label::first-letter, .ntb-form .removable-item-list[b-wfx9r63gry]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-wfx9r63gry]  .top-aligned, .ntb-form .text-grid[b-wfx9r63gry]  .top-aligned, .ntb-form .removable-item-list[b-wfx9r63gry]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-wfx9r63gry]  .right-aligned, .ntb-form .text-grid[b-wfx9r63gry]  .right-aligned, .ntb-form .removable-item-list[b-wfx9r63gry]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-wfx9r63gry]  > .dummy, .ntb-form .text-grid[b-wfx9r63gry]  > .dummy, .ntb-form .removable-item-list[b-wfx9r63gry]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  > .spacer, .ntb-form .text-grid[b-wfx9r63gry]  > .spacer, .ntb-form .removable-item-list[b-wfx9r63gry]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row, .ntb-form .text-grid[b-wfx9r63gry]  .form-row, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-wfx9r63gry]  .form-row > :not(:last-child), .ntb-form .text-grid[b-wfx9r63gry]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-wfx9r63gry]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-wfx9r63gry]  > .field-full, .ntb-form .text-grid[b-wfx9r63gry]  > .field-full, .ntb-form .removable-item-list[b-wfx9r63gry]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-wfx9r63gry]  > span:not(.inline), .ntb-form .text-grid[b-wfx9r63gry]  > span:not(.inline), .ntb-form .removable-item-list[b-wfx9r63gry]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-wfx9r63gry] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-wfx9r63gry] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-wfx9r63gry]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-wfx9r63gry] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-wfx9r63gry] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-wfx9r63gry] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-wfx9r63gry]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-wfx9r63gry]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-wfx9r63gry]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-wfx9r63gry] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-wfx9r63gry] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

[b-wfx9r63gry] a.button-like {
  border: 2px solid var(--primary-text-color);
  text-transform: uppercase;
  padding: 0 2rem;
  min-width: 10rem;
  min-height: 3rem;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  transition: box-shadow 0.1875s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-text-color);
  background-color: white;
}
[b-wfx9r63gry] a.button-like.primary {
  color: white;
  background-color: var(--accent-color);
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_ReportPopup.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-moqeqco4c2] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-moqeqco4c2] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-moqeqco4c2] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-moqeqco4c2], .ntb-card h2[b-moqeqco4c2], .ntb-card h3[b-moqeqco4c2], .ntb-card h4[b-moqeqco4c2], .ntb-card h5[b-moqeqco4c2], .ntb-card h6[b-moqeqco4c2] {
  text-align: center;
}

.ntb-border[b-moqeqco4c2] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-moqeqco4c2] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-moqeqco4c2] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-moqeqco4c2] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-moqeqco4c2] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-moqeqco4c2] {
  margin: 0;
}

.model-errors[b-moqeqco4c2] {
  padding: 0;
}
.model-errors li[b-moqeqco4c2] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-moqeqco4c2] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-moqeqco4c2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-moqeqco4c2] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-moqeqco4c2], .ntb-form .removable-item-list[b-moqeqco4c2], .ntb-form .text-grid[b-moqeqco4c2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-moqeqco4c2], .ntb-form .removable-item-list > .dummy[b-moqeqco4c2], .ntb-form .text-grid > .dummy[b-moqeqco4c2] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-moqeqco4c2] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-moqeqco4c2] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-moqeqco4c2] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-moqeqco4c2] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-moqeqco4c2] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-moqeqco4c2] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-moqeqco4c2] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-moqeqco4c2] {
  display: inline;
}
.ntb-form span.inline > a[b-moqeqco4c2] {
  display: inline;
}
.ntb-form h5[b-moqeqco4c2] {
  margin-bottom: 1rem;
}
.ntb-form[b-moqeqco4c2]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-moqeqco4c2]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-moqeqco4c2]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-moqeqco4c2]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-moqeqco4c2]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-moqeqco4c2] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-moqeqco4c2] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-moqeqco4c2] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-moqeqco4c2] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-moqeqco4c2] {
  margin: auto 0;
}
.ntb-form .form-break[b-moqeqco4c2] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-moqeqco4c2] , .ntb-form .text-grid[b-moqeqco4c2] , .ntb-form .removable-item-list[b-moqeqco4c2]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-moqeqco4c2]  > label, .ntb-form .text-grid[b-moqeqco4c2]  > label, .ntb-form .removable-item-list[b-moqeqco4c2]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-moqeqco4c2]  > label::first-letter, .ntb-form .text-grid[b-moqeqco4c2]  > label::first-letter, .ntb-form .removable-item-list[b-moqeqco4c2]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-moqeqco4c2]  .top-aligned, .ntb-form .text-grid[b-moqeqco4c2]  .top-aligned, .ntb-form .removable-item-list[b-moqeqco4c2]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-moqeqco4c2]  .right-aligned, .ntb-form .text-grid[b-moqeqco4c2]  .right-aligned, .ntb-form .removable-item-list[b-moqeqco4c2]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-moqeqco4c2]  > .dummy, .ntb-form .text-grid[b-moqeqco4c2]  > .dummy, .ntb-form .removable-item-list[b-moqeqco4c2]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  > .spacer, .ntb-form .text-grid[b-moqeqco4c2]  > .spacer, .ntb-form .removable-item-list[b-moqeqco4c2]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row, .ntb-form .text-grid[b-moqeqco4c2]  .form-row, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-moqeqco4c2]  .form-row > :not(:last-child), .ntb-form .text-grid[b-moqeqco4c2]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-moqeqco4c2]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-moqeqco4c2]  > .field-full, .ntb-form .text-grid[b-moqeqco4c2]  > .field-full, .ntb-form .removable-item-list[b-moqeqco4c2]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-moqeqco4c2]  > span:not(.inline), .ntb-form .text-grid[b-moqeqco4c2]  > span:not(.inline), .ntb-form .removable-item-list[b-moqeqco4c2]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-moqeqco4c2] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-moqeqco4c2] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-moqeqco4c2]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-moqeqco4c2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-moqeqco4c2] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-moqeqco4c2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-moqeqco4c2]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-moqeqco4c2]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-moqeqco4c2]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-moqeqco4c2] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-moqeqco4c2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-moqeqco4c2] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-moqeqco4c2] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Shared/_ReportSummary.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-j6lqgor81r] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-j6lqgor81r] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-j6lqgor81r] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-j6lqgor81r], .ntb-card h2[b-j6lqgor81r], .ntb-card h3[b-j6lqgor81r], .ntb-card h4[b-j6lqgor81r], .ntb-card h5[b-j6lqgor81r], .ntb-card h6[b-j6lqgor81r] {
  text-align: center;
}

.ntb-border[b-j6lqgor81r] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-j6lqgor81r] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-j6lqgor81r] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-j6lqgor81r] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-j6lqgor81r] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-j6lqgor81r] {
  margin: 0;
}

.model-errors[b-j6lqgor81r] {
  padding: 0;
}
.model-errors li[b-j6lqgor81r] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-j6lqgor81r] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-j6lqgor81r] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-j6lqgor81r] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-j6lqgor81r], .ntb-form .removable-item-list[b-j6lqgor81r], .ntb-form .text-grid[b-j6lqgor81r] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-j6lqgor81r], .ntb-form .removable-item-list > .dummy[b-j6lqgor81r], .ntb-form .text-grid > .dummy[b-j6lqgor81r] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-j6lqgor81r] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-j6lqgor81r] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-j6lqgor81r] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-j6lqgor81r] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-j6lqgor81r] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-j6lqgor81r] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-j6lqgor81r] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-j6lqgor81r] {
  display: inline;
}
.ntb-form span.inline > a[b-j6lqgor81r] {
  display: inline;
}
.ntb-form h5[b-j6lqgor81r] {
  margin-bottom: 1rem;
}
.ntb-form[b-j6lqgor81r]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-j6lqgor81r]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-j6lqgor81r]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-j6lqgor81r]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-j6lqgor81r]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-j6lqgor81r] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-j6lqgor81r] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-j6lqgor81r] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-j6lqgor81r] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-j6lqgor81r] {
  margin: auto 0;
}
.ntb-form .form-break[b-j6lqgor81r] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-j6lqgor81r] , .ntb-form .text-grid[b-j6lqgor81r] , .ntb-form .removable-item-list[b-j6lqgor81r]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-j6lqgor81r]  > label, .ntb-form .text-grid[b-j6lqgor81r]  > label, .ntb-form .removable-item-list[b-j6lqgor81r]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-j6lqgor81r]  > label::first-letter, .ntb-form .text-grid[b-j6lqgor81r]  > label::first-letter, .ntb-form .removable-item-list[b-j6lqgor81r]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-j6lqgor81r]  .top-aligned, .ntb-form .text-grid[b-j6lqgor81r]  .top-aligned, .ntb-form .removable-item-list[b-j6lqgor81r]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-j6lqgor81r]  .right-aligned, .ntb-form .text-grid[b-j6lqgor81r]  .right-aligned, .ntb-form .removable-item-list[b-j6lqgor81r]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-j6lqgor81r]  > .dummy, .ntb-form .text-grid[b-j6lqgor81r]  > .dummy, .ntb-form .removable-item-list[b-j6lqgor81r]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  > .spacer, .ntb-form .text-grid[b-j6lqgor81r]  > .spacer, .ntb-form .removable-item-list[b-j6lqgor81r]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row, .ntb-form .text-grid[b-j6lqgor81r]  .form-row, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-j6lqgor81r]  .form-row > :not(:last-child), .ntb-form .text-grid[b-j6lqgor81r]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-j6lqgor81r]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-j6lqgor81r]  > .field-full, .ntb-form .text-grid[b-j6lqgor81r]  > .field-full, .ntb-form .removable-item-list[b-j6lqgor81r]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-j6lqgor81r]  > span:not(.inline), .ntb-form .text-grid[b-j6lqgor81r]  > span:not(.inline), .ntb-form .removable-item-list[b-j6lqgor81r]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-j6lqgor81r] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-j6lqgor81r] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-j6lqgor81r]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-j6lqgor81r] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-j6lqgor81r] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-j6lqgor81r] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-j6lqgor81r]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-j6lqgor81r]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-j6lqgor81r]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-j6lqgor81r] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-j6lqgor81r] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.report[b-j6lqgor81r] {
  width: 100%;
  padding: 1rem;
  background-color: white;
  display: grid;
  grid-template-columns: auto min-content;
  grid-column-gap: 2rem;
}

.report-container[b-j6lqgor81r] {
  display: grid;
  grid-row-gap: 1rem;
}

.text-grid[b-j6lqgor81r] {
  align-items: start !important;
}

.form-button-box[b-j6lqgor81r] {
  margin: 0;
}

.vertical-dots[b-j6lqgor81r] {
  display: flex;
  justify-content: center;
}
/* _content/Ntb.Portal.Web/Pages/Content/Details/Video.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-dhhvxgf9jn] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-dhhvxgf9jn] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-dhhvxgf9jn] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-dhhvxgf9jn], .ntb-card h2[b-dhhvxgf9jn], .ntb-card h3[b-dhhvxgf9jn], .ntb-card h4[b-dhhvxgf9jn], .ntb-card h5[b-dhhvxgf9jn], .ntb-card h6[b-dhhvxgf9jn] {
  text-align: center;
}

.ntb-border[b-dhhvxgf9jn] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-dhhvxgf9jn] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-dhhvxgf9jn] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-dhhvxgf9jn] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-dhhvxgf9jn] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-dhhvxgf9jn] {
  margin: 0;
}

.model-errors[b-dhhvxgf9jn] {
  padding: 0;
}
.model-errors li[b-dhhvxgf9jn] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-dhhvxgf9jn] {
  color: var(--danger-color) !important;
}

video[b-dhhvxgf9jn] {
  width: 100%;
  height: 25rem;
  background-color: var(--tertiary-text-color);
}

.info[b-dhhvxgf9jn] {
  order: 2;
}

.content[b-dhhvxgf9jn] {
  order: 1;
}

@media only screen and (min-width: 992px) {
  .info[b-dhhvxgf9jn] {
    order: 1;
  }
  .content[b-dhhvxgf9jn] {
    order: 2;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Overview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-0ezskxwld2] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-0ezskxwld2] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-0ezskxwld2] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-0ezskxwld2], .ntb-card h2[b-0ezskxwld2], .ntb-card h3[b-0ezskxwld2], .ntb-card h4[b-0ezskxwld2], .ntb-card h5[b-0ezskxwld2], .ntb-card h6[b-0ezskxwld2] {
  text-align: center;
}

.ntb-border[b-0ezskxwld2] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-0ezskxwld2] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-0ezskxwld2] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-0ezskxwld2] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-0ezskxwld2] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-0ezskxwld2] {
  margin: 0;
}

.model-errors[b-0ezskxwld2] {
  padding: 0;
}
.model-errors li[b-0ezskxwld2] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-0ezskxwld2] {
  color: var(--danger-color) !important;
}

#tag-container[b-0ezskxwld2] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#tag-container[b-0ezskxwld2]  button.tag {
  min-width: 5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 1rem;
}
#tag-container[b-0ezskxwld2]  button.tag:hover {
  text-decoration: line-through;
}

[b-0ezskxwld2] a.button-like {
  border: 2px solid var(--primary-text-color);
  text-transform: uppercase;
  padding: 0 2rem;
  min-width: 10rem;
  min-height: 3rem;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  transition: box-shadow 0.1875s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-text-color);
  background-color: white;
}
[b-0ezskxwld2] a.button-like.primary {
  color: white;
  background-color: var(--accent-color);
}

.options[b-0ezskxwld2] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.dropdowns[b-0ezskxwld2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.filters[b-0ezskxwld2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.upload-button[b-0ezskxwld2] {
  width: 100%;
}

.space-top[b-0ezskxwld2] {
  margin-top: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Content/Overview/_ContentList.cshtml.rz.scp.css */
.content-cell[b-lmuj0gtful] {
  border: none;
  border-radius: 0;
  text-transform: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  border-top: 2px solid var(--primary-text-color);
  transition: box-shadow 0.1875s;
}
.content-cell:hover[b-lmuj0gtful] {
  box-shadow: var(--box-shadow-hover);
  cursor: pointer;
}

.image-container[b-lmuj0gtful] {
  height: 15rem;
  width: 100%;
  background-color: var(--box-shadow-hover-color);
  position: relative;
}

img[b-lmuj0gtful] {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

[b-lmuj0gtful] .icon {
  height: 35%;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.gallery[b-lmuj0gtful] {
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: 1rem;
  right: 1rem;
}

.line[b-lmuj0gtful] {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}

.info[b-lmuj0gtful] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.file-type[b-lmuj0gtful] {
  text-transform: uppercase;
  color: var(--accent-color);
}

.uploaded-by[b-lmuj0gtful] {
  color: var(--secondary-text-color);
}

.description[b-lmuj0gtful] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tags[b-lmuj0gtful] {
  max-height: 4.5rem;
  width: 100%;
  overflow: hidden;
}

[b-lmuj0gtful] .tag {
  text-decoration: none;
  color: var(--accent-color);
}

.content-list[b-lmuj0gtful] {
  display: grid;
  grid-template-columns: minmax(10rem, auto);
  grid-row-gap: 3rem;
}

@media (min-width: 768px) {
  .content-list[b-lmuj0gtful] {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) minmax(10rem, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .content-list[b-lmuj0gtful] {
    display: grid;
    grid-template-columns: minmax(10rem, auto);
    grid-row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .content-list[b-lmuj0gtful] {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) minmax(10rem, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Content/Upload/Content.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-2a9f223t7r] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-2a9f223t7r] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-2a9f223t7r] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-2a9f223t7r], .ntb-card h2[b-2a9f223t7r], .ntb-card h3[b-2a9f223t7r], .ntb-card h4[b-2a9f223t7r], .ntb-card h5[b-2a9f223t7r], .ntb-card h6[b-2a9f223t7r] {
  text-align: center;
}

.ntb-border[b-2a9f223t7r] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-2a9f223t7r] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-2a9f223t7r] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-2a9f223t7r] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-2a9f223t7r] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-2a9f223t7r] {
  margin: 0;
}

.model-errors[b-2a9f223t7r] {
  padding: 0;
}
.model-errors li[b-2a9f223t7r] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-2a9f223t7r] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-2a9f223t7r] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-2a9f223t7r] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-2a9f223t7r], .ntb-form .removable-item-list[b-2a9f223t7r], .ntb-form .text-grid[b-2a9f223t7r] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-2a9f223t7r], .ntb-form .removable-item-list > .dummy[b-2a9f223t7r], .ntb-form .text-grid > .dummy[b-2a9f223t7r] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-2a9f223t7r] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-2a9f223t7r] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-2a9f223t7r] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-2a9f223t7r] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-2a9f223t7r] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-2a9f223t7r] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-2a9f223t7r] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-2a9f223t7r] {
  display: inline;
}
.ntb-form span.inline > a[b-2a9f223t7r] {
  display: inline;
}
.ntb-form h5[b-2a9f223t7r] {
  margin-bottom: 1rem;
}
.ntb-form[b-2a9f223t7r]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-2a9f223t7r]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-2a9f223t7r]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-2a9f223t7r]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-2a9f223t7r]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-2a9f223t7r] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-2a9f223t7r] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-2a9f223t7r] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-2a9f223t7r] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-2a9f223t7r] {
  margin: auto 0;
}
.ntb-form .form-break[b-2a9f223t7r] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-2a9f223t7r] , .ntb-form .text-grid[b-2a9f223t7r] , .ntb-form .removable-item-list[b-2a9f223t7r]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-2a9f223t7r]  > label, .ntb-form .text-grid[b-2a9f223t7r]  > label, .ntb-form .removable-item-list[b-2a9f223t7r]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-2a9f223t7r]  > label::first-letter, .ntb-form .text-grid[b-2a9f223t7r]  > label::first-letter, .ntb-form .removable-item-list[b-2a9f223t7r]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-2a9f223t7r]  .top-aligned, .ntb-form .text-grid[b-2a9f223t7r]  .top-aligned, .ntb-form .removable-item-list[b-2a9f223t7r]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-2a9f223t7r]  .right-aligned, .ntb-form .text-grid[b-2a9f223t7r]  .right-aligned, .ntb-form .removable-item-list[b-2a9f223t7r]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-2a9f223t7r]  > .dummy, .ntb-form .text-grid[b-2a9f223t7r]  > .dummy, .ntb-form .removable-item-list[b-2a9f223t7r]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  > .spacer, .ntb-form .text-grid[b-2a9f223t7r]  > .spacer, .ntb-form .removable-item-list[b-2a9f223t7r]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row, .ntb-form .text-grid[b-2a9f223t7r]  .form-row, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2a9f223t7r]  .form-row > :not(:last-child), .ntb-form .text-grid[b-2a9f223t7r]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-2a9f223t7r]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-2a9f223t7r]  > .field-full, .ntb-form .text-grid[b-2a9f223t7r]  > .field-full, .ntb-form .removable-item-list[b-2a9f223t7r]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-2a9f223t7r]  > span:not(.inline), .ntb-form .text-grid[b-2a9f223t7r]  > span:not(.inline), .ntb-form .removable-item-list[b-2a9f223t7r]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-2a9f223t7r] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-2a9f223t7r] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-2a9f223t7r]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-2a9f223t7r] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-2a9f223t7r] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-2a9f223t7r] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-2a9f223t7r]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-2a9f223t7r]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-2a9f223t7r]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-2a9f223t7r] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-2a9f223t7r] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Content/Upload/Prepare.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-yop7i2ifvk] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-yop7i2ifvk] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-yop7i2ifvk] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-yop7i2ifvk], .ntb-card h2[b-yop7i2ifvk], .ntb-card h3[b-yop7i2ifvk], .ntb-card h4[b-yop7i2ifvk], .ntb-card h5[b-yop7i2ifvk], .ntb-card h6[b-yop7i2ifvk] {
  text-align: center;
}

.ntb-border[b-yop7i2ifvk] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-yop7i2ifvk] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-yop7i2ifvk] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-yop7i2ifvk] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-yop7i2ifvk] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-yop7i2ifvk] {
  margin: 0;
}

.model-errors[b-yop7i2ifvk] {
  padding: 0;
}
.model-errors li[b-yop7i2ifvk] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-yop7i2ifvk] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-yop7i2ifvk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-yop7i2ifvk] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-yop7i2ifvk], .ntb-form .removable-item-list[b-yop7i2ifvk], .ntb-form .text-grid[b-yop7i2ifvk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-yop7i2ifvk], .ntb-form .removable-item-list > .dummy[b-yop7i2ifvk], .ntb-form .text-grid > .dummy[b-yop7i2ifvk] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-yop7i2ifvk] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-yop7i2ifvk] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-yop7i2ifvk] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-yop7i2ifvk] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-yop7i2ifvk] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-yop7i2ifvk] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-yop7i2ifvk] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-yop7i2ifvk] {
  display: inline;
}
.ntb-form span.inline > a[b-yop7i2ifvk] {
  display: inline;
}
.ntb-form h5[b-yop7i2ifvk] {
  margin-bottom: 1rem;
}
.ntb-form[b-yop7i2ifvk]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-yop7i2ifvk]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-yop7i2ifvk]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-yop7i2ifvk]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-yop7i2ifvk]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-yop7i2ifvk] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-yop7i2ifvk] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-yop7i2ifvk] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-yop7i2ifvk] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-yop7i2ifvk] {
  margin: auto 0;
}
.ntb-form .form-break[b-yop7i2ifvk] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-yop7i2ifvk] , .ntb-form .text-grid[b-yop7i2ifvk] , .ntb-form .removable-item-list[b-yop7i2ifvk]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-yop7i2ifvk]  > label, .ntb-form .text-grid[b-yop7i2ifvk]  > label, .ntb-form .removable-item-list[b-yop7i2ifvk]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-yop7i2ifvk]  > label::first-letter, .ntb-form .text-grid[b-yop7i2ifvk]  > label::first-letter, .ntb-form .removable-item-list[b-yop7i2ifvk]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .top-aligned, .ntb-form .text-grid[b-yop7i2ifvk]  .top-aligned, .ntb-form .removable-item-list[b-yop7i2ifvk]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .right-aligned, .ntb-form .text-grid[b-yop7i2ifvk]  .right-aligned, .ntb-form .removable-item-list[b-yop7i2ifvk]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-yop7i2ifvk]  > .dummy, .ntb-form .text-grid[b-yop7i2ifvk]  > .dummy, .ntb-form .removable-item-list[b-yop7i2ifvk]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  > .spacer, .ntb-form .text-grid[b-yop7i2ifvk]  > .spacer, .ntb-form .removable-item-list[b-yop7i2ifvk]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yop7i2ifvk]  .form-row > :not(:last-child), .ntb-form .text-grid[b-yop7i2ifvk]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-yop7i2ifvk]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-yop7i2ifvk]  > .field-full, .ntb-form .text-grid[b-yop7i2ifvk]  > .field-full, .ntb-form .removable-item-list[b-yop7i2ifvk]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-yop7i2ifvk]  > span:not(.inline), .ntb-form .text-grid[b-yop7i2ifvk]  > span:not(.inline), .ntb-form .removable-item-list[b-yop7i2ifvk]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-yop7i2ifvk] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-yop7i2ifvk] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-yop7i2ifvk]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-yop7i2ifvk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-yop7i2ifvk] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-yop7i2ifvk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-yop7i2ifvk]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-yop7i2ifvk]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-yop7i2ifvk]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-yop7i2ifvk] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-yop7i2ifvk] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/CookiePolicy.cshtml.rz.scp.css */
p[b-8nhzq7dtfr] {
  white-space: pre-wrap;
}
/* _content/Ntb.Portal.Web/Pages/DayCareCenters/Details.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-rmmrqoi4uk] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-rmmrqoi4uk] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-rmmrqoi4uk] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-rmmrqoi4uk], .ntb-card h2[b-rmmrqoi4uk], .ntb-card h3[b-rmmrqoi4uk], .ntb-card h4[b-rmmrqoi4uk], .ntb-card h5[b-rmmrqoi4uk], .ntb-card h6[b-rmmrqoi4uk] {
  text-align: center;
}

.ntb-border[b-rmmrqoi4uk] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-rmmrqoi4uk] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-rmmrqoi4uk] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-rmmrqoi4uk] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-rmmrqoi4uk] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-rmmrqoi4uk] {
  margin: 0;
}

.model-errors[b-rmmrqoi4uk] {
  padding: 0;
}
.model-errors li[b-rmmrqoi4uk] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-rmmrqoi4uk] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-rmmrqoi4uk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-rmmrqoi4uk] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-rmmrqoi4uk], .ntb-form .removable-item-list[b-rmmrqoi4uk], .ntb-form .text-grid[b-rmmrqoi4uk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-rmmrqoi4uk], .ntb-form .removable-item-list > .dummy[b-rmmrqoi4uk], .ntb-form .text-grid > .dummy[b-rmmrqoi4uk] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-rmmrqoi4uk] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-rmmrqoi4uk] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-rmmrqoi4uk] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-rmmrqoi4uk] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-rmmrqoi4uk] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-rmmrqoi4uk] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-rmmrqoi4uk] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-rmmrqoi4uk] {
  display: inline;
}
.ntb-form span.inline > a[b-rmmrqoi4uk] {
  display: inline;
}
.ntb-form h5[b-rmmrqoi4uk] {
  margin-bottom: 1rem;
}
.ntb-form[b-rmmrqoi4uk]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-rmmrqoi4uk]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-rmmrqoi4uk]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-rmmrqoi4uk]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-rmmrqoi4uk]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-rmmrqoi4uk] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-rmmrqoi4uk] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-rmmrqoi4uk] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-rmmrqoi4uk] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-rmmrqoi4uk] {
  margin: auto 0;
}
.ntb-form .form-break[b-rmmrqoi4uk] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-rmmrqoi4uk] , .ntb-form .text-grid[b-rmmrqoi4uk] , .ntb-form .removable-item-list[b-rmmrqoi4uk]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > label, .ntb-form .text-grid[b-rmmrqoi4uk]  > label, .ntb-form .removable-item-list[b-rmmrqoi4uk]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > label::first-letter, .ntb-form .text-grid[b-rmmrqoi4uk]  > label::first-letter, .ntb-form .removable-item-list[b-rmmrqoi4uk]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .top-aligned, .ntb-form .text-grid[b-rmmrqoi4uk]  .top-aligned, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .right-aligned, .ntb-form .text-grid[b-rmmrqoi4uk]  .right-aligned, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > .dummy, .ntb-form .text-grid[b-rmmrqoi4uk]  > .dummy, .ntb-form .removable-item-list[b-rmmrqoi4uk]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > .spacer, .ntb-form .text-grid[b-rmmrqoi4uk]  > .spacer, .ntb-form .removable-item-list[b-rmmrqoi4uk]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  .form-row > :not(:last-child), .ntb-form .text-grid[b-rmmrqoi4uk]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-rmmrqoi4uk]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > .field-full, .ntb-form .text-grid[b-rmmrqoi4uk]  > .field-full, .ntb-form .removable-item-list[b-rmmrqoi4uk]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-rmmrqoi4uk]  > span:not(.inline), .ntb-form .text-grid[b-rmmrqoi4uk]  > span:not(.inline), .ntb-form .removable-item-list[b-rmmrqoi4uk]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-rmmrqoi4uk] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-rmmrqoi4uk] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-rmmrqoi4uk]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-rmmrqoi4uk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-rmmrqoi4uk] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-rmmrqoi4uk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-rmmrqoi4uk]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-rmmrqoi4uk]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-rmmrqoi4uk]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-rmmrqoi4uk] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-rmmrqoi4uk] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.row-grid[b-rmmrqoi4uk] {
  margin-top: 3rem;
}

.supervisors-container[b-rmmrqoi4uk] {
  margin-bottom: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/DayCareCenters/Edit.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-qb2y1mrm5k] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-qb2y1mrm5k] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-qb2y1mrm5k] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-qb2y1mrm5k], .ntb-card h2[b-qb2y1mrm5k], .ntb-card h3[b-qb2y1mrm5k], .ntb-card h4[b-qb2y1mrm5k], .ntb-card h5[b-qb2y1mrm5k], .ntb-card h6[b-qb2y1mrm5k] {
  text-align: center;
}

.ntb-border[b-qb2y1mrm5k] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-qb2y1mrm5k] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-qb2y1mrm5k] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-qb2y1mrm5k] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-qb2y1mrm5k] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-qb2y1mrm5k] {
  margin: 0;
}

.model-errors[b-qb2y1mrm5k] {
  padding: 0;
}
.model-errors li[b-qb2y1mrm5k] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-qb2y1mrm5k] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-qb2y1mrm5k] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-qb2y1mrm5k] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-qb2y1mrm5k], .ntb-form .removable-item-list[b-qb2y1mrm5k], .ntb-form .text-grid[b-qb2y1mrm5k] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-qb2y1mrm5k], .ntb-form .removable-item-list > .dummy[b-qb2y1mrm5k], .ntb-form .text-grid > .dummy[b-qb2y1mrm5k] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-qb2y1mrm5k] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-qb2y1mrm5k] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-qb2y1mrm5k] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-qb2y1mrm5k] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-qb2y1mrm5k] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-qb2y1mrm5k] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-qb2y1mrm5k] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-qb2y1mrm5k] {
  display: inline;
}
.ntb-form span.inline > a[b-qb2y1mrm5k] {
  display: inline;
}
.ntb-form h5[b-qb2y1mrm5k] {
  margin-bottom: 1rem;
}
.ntb-form[b-qb2y1mrm5k]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-qb2y1mrm5k]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-qb2y1mrm5k]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-qb2y1mrm5k]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-qb2y1mrm5k]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-qb2y1mrm5k] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-qb2y1mrm5k] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-qb2y1mrm5k] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-qb2y1mrm5k] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-qb2y1mrm5k] {
  margin: auto 0;
}
.ntb-form .form-break[b-qb2y1mrm5k] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-qb2y1mrm5k] , .ntb-form .text-grid[b-qb2y1mrm5k] , .ntb-form .removable-item-list[b-qb2y1mrm5k]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > label, .ntb-form .text-grid[b-qb2y1mrm5k]  > label, .ntb-form .removable-item-list[b-qb2y1mrm5k]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > label::first-letter, .ntb-form .text-grid[b-qb2y1mrm5k]  > label::first-letter, .ntb-form .removable-item-list[b-qb2y1mrm5k]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .top-aligned, .ntb-form .text-grid[b-qb2y1mrm5k]  .top-aligned, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .right-aligned, .ntb-form .text-grid[b-qb2y1mrm5k]  .right-aligned, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > .dummy, .ntb-form .text-grid[b-qb2y1mrm5k]  > .dummy, .ntb-form .removable-item-list[b-qb2y1mrm5k]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > .spacer, .ntb-form .text-grid[b-qb2y1mrm5k]  > .spacer, .ntb-form .removable-item-list[b-qb2y1mrm5k]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  .form-row > :not(:last-child), .ntb-form .text-grid[b-qb2y1mrm5k]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-qb2y1mrm5k]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > .field-full, .ntb-form .text-grid[b-qb2y1mrm5k]  > .field-full, .ntb-form .removable-item-list[b-qb2y1mrm5k]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-qb2y1mrm5k]  > span:not(.inline), .ntb-form .text-grid[b-qb2y1mrm5k]  > span:not(.inline), .ntb-form .removable-item-list[b-qb2y1mrm5k]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-qb2y1mrm5k] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-qb2y1mrm5k] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-qb2y1mrm5k]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-qb2y1mrm5k] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-qb2y1mrm5k] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-qb2y1mrm5k] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-qb2y1mrm5k]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-qb2y1mrm5k]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-qb2y1mrm5k]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-qb2y1mrm5k] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-qb2y1mrm5k] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/DayCareCenters/Partials/_DeleteSupervisor.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-yge6pv7nbd] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-yge6pv7nbd] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-yge6pv7nbd], .ntb-form .removable-item-list[b-yge6pv7nbd], .ntb-form .text-grid[b-yge6pv7nbd] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-yge6pv7nbd], .ntb-form .removable-item-list > .dummy[b-yge6pv7nbd], .ntb-form .text-grid > .dummy[b-yge6pv7nbd] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-yge6pv7nbd] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-yge6pv7nbd] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-yge6pv7nbd] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-yge6pv7nbd] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-yge6pv7nbd] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-yge6pv7nbd] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-yge6pv7nbd] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-yge6pv7nbd] {
  display: inline;
}
.ntb-form span.inline > a[b-yge6pv7nbd] {
  display: inline;
}
.ntb-form h5[b-yge6pv7nbd] {
  margin-bottom: 1rem;
}
.ntb-form[b-yge6pv7nbd]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-yge6pv7nbd]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-yge6pv7nbd]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-yge6pv7nbd]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-yge6pv7nbd]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-yge6pv7nbd] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-yge6pv7nbd] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-yge6pv7nbd] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-yge6pv7nbd] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-yge6pv7nbd] {
  margin: auto 0;
}
.ntb-form .form-break[b-yge6pv7nbd] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-yge6pv7nbd] , .ntb-form .text-grid[b-yge6pv7nbd] , .ntb-form .removable-item-list[b-yge6pv7nbd]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-yge6pv7nbd]  > label, .ntb-form .text-grid[b-yge6pv7nbd]  > label, .ntb-form .removable-item-list[b-yge6pv7nbd]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-yge6pv7nbd]  > label::first-letter, .ntb-form .text-grid[b-yge6pv7nbd]  > label::first-letter, .ntb-form .removable-item-list[b-yge6pv7nbd]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .top-aligned, .ntb-form .text-grid[b-yge6pv7nbd]  .top-aligned, .ntb-form .removable-item-list[b-yge6pv7nbd]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .right-aligned, .ntb-form .text-grid[b-yge6pv7nbd]  .right-aligned, .ntb-form .removable-item-list[b-yge6pv7nbd]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-yge6pv7nbd]  > .dummy, .ntb-form .text-grid[b-yge6pv7nbd]  > .dummy, .ntb-form .removable-item-list[b-yge6pv7nbd]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  > .spacer, .ntb-form .text-grid[b-yge6pv7nbd]  > .spacer, .ntb-form .removable-item-list[b-yge6pv7nbd]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-yge6pv7nbd]  .form-row > :not(:last-child), .ntb-form .text-grid[b-yge6pv7nbd]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-yge6pv7nbd]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-yge6pv7nbd]  > .field-full, .ntb-form .text-grid[b-yge6pv7nbd]  > .field-full, .ntb-form .removable-item-list[b-yge6pv7nbd]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-yge6pv7nbd]  > span:not(.inline), .ntb-form .text-grid[b-yge6pv7nbd]  > span:not(.inline), .ntb-form .removable-item-list[b-yge6pv7nbd]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-yge6pv7nbd] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-yge6pv7nbd] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-yge6pv7nbd]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-yge6pv7nbd] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-yge6pv7nbd] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-yge6pv7nbd] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-yge6pv7nbd]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-yge6pv7nbd]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-yge6pv7nbd]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-yge6pv7nbd] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-yge6pv7nbd] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-yge6pv7nbd] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-yge6pv7nbd] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/DayCareCenters/Partials/_OverviewFilterOptions.cshtml.rz.scp.css */
.row-grid[b-5nlkul407t] {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/DayCareCenters/Partials/_SupervisorSummary.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-i6w7t7w7ud] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-i6w7t7w7ud] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-i6w7t7w7ud], .ntb-form .removable-item-list[b-i6w7t7w7ud], .ntb-form .text-grid[b-i6w7t7w7ud] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-i6w7t7w7ud], .ntb-form .removable-item-list > .dummy[b-i6w7t7w7ud], .ntb-form .text-grid > .dummy[b-i6w7t7w7ud] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-i6w7t7w7ud] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-i6w7t7w7ud] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-i6w7t7w7ud] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-i6w7t7w7ud] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-i6w7t7w7ud] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-i6w7t7w7ud] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-i6w7t7w7ud] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-i6w7t7w7ud] {
  display: inline;
}
.ntb-form span.inline > a[b-i6w7t7w7ud] {
  display: inline;
}
.ntb-form h5[b-i6w7t7w7ud] {
  margin-bottom: 1rem;
}
.ntb-form[b-i6w7t7w7ud]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-i6w7t7w7ud]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-i6w7t7w7ud]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-i6w7t7w7ud]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-i6w7t7w7ud]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-i6w7t7w7ud] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-i6w7t7w7ud] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-i6w7t7w7ud] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-i6w7t7w7ud] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-i6w7t7w7ud] {
  margin: auto 0;
}
.ntb-form .form-break[b-i6w7t7w7ud] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-i6w7t7w7ud] , .ntb-form .text-grid[b-i6w7t7w7ud] , .ntb-form .removable-item-list[b-i6w7t7w7ud]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > label, .ntb-form .text-grid[b-i6w7t7w7ud]  > label, .ntb-form .removable-item-list[b-i6w7t7w7ud]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > label::first-letter, .ntb-form .text-grid[b-i6w7t7w7ud]  > label::first-letter, .ntb-form .removable-item-list[b-i6w7t7w7ud]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .top-aligned, .ntb-form .text-grid[b-i6w7t7w7ud]  .top-aligned, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .right-aligned, .ntb-form .text-grid[b-i6w7t7w7ud]  .right-aligned, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > .dummy, .ntb-form .text-grid[b-i6w7t7w7ud]  > .dummy, .ntb-form .removable-item-list[b-i6w7t7w7ud]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > .spacer, .ntb-form .text-grid[b-i6w7t7w7ud]  > .spacer, .ntb-form .removable-item-list[b-i6w7t7w7ud]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  .form-row > :not(:last-child), .ntb-form .text-grid[b-i6w7t7w7ud]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-i6w7t7w7ud]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > .field-full, .ntb-form .text-grid[b-i6w7t7w7ud]  > .field-full, .ntb-form .removable-item-list[b-i6w7t7w7ud]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-i6w7t7w7ud]  > span:not(.inline), .ntb-form .text-grid[b-i6w7t7w7ud]  > span:not(.inline), .ntb-form .removable-item-list[b-i6w7t7w7ud]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-i6w7t7w7ud] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-i6w7t7w7ud] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-i6w7t7w7ud]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-i6w7t7w7ud] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-i6w7t7w7ud] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-i6w7t7w7ud] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-i6w7t7w7ud]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-i6w7t7w7ud]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-i6w7t7w7ud]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-i6w7t7w7ud] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-i6w7t7w7ud] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form .supervisor-summary-row[b-i6w7t7w7ud] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .supervisor-summary-row > .info[b-i6w7t7w7ud] {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.ntb-form .supervisor-summary-row > .info > label[b-i6w7t7w7ud] {
  display: inline-block;
  color: var(--accent-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntb-form .supervisor-summary-row > .info > span[b-i6w7t7w7ud] {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntb-form .supervisor-summary-row > .info > span span[b-i6w7t7w7ud] {
  display: inline;
}

@media only screen and (min-width: 992px) {
  .ntb-form .supervisor-summary-row > .info[b-i6w7t7w7ud] {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: calc(33% + 0.5rem) 2fr;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Details.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-uuss88q043] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-uuss88q043] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-uuss88q043] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-uuss88q043], .ntb-card h2[b-uuss88q043], .ntb-card h3[b-uuss88q043], .ntb-card h4[b-uuss88q043], .ntb-card h5[b-uuss88q043], .ntb-card h6[b-uuss88q043] {
  text-align: center;
}

.ntb-border[b-uuss88q043] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-uuss88q043] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-uuss88q043] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-uuss88q043] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-uuss88q043] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-uuss88q043] {
  margin: 0;
}

.model-errors[b-uuss88q043] {
  padding: 0;
}
.model-errors li[b-uuss88q043] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-uuss88q043] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-uuss88q043] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-uuss88q043] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-uuss88q043], .ntb-form .removable-item-list[b-uuss88q043], .ntb-form .text-grid[b-uuss88q043] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-uuss88q043], .ntb-form .removable-item-list > .dummy[b-uuss88q043], .ntb-form .text-grid > .dummy[b-uuss88q043] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-uuss88q043] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-uuss88q043] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-uuss88q043] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-uuss88q043] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-uuss88q043] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-uuss88q043] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-uuss88q043] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-uuss88q043] {
  display: inline;
}
.ntb-form span.inline > a[b-uuss88q043] {
  display: inline;
}
.ntb-form h5[b-uuss88q043] {
  margin-bottom: 1rem;
}
.ntb-form[b-uuss88q043]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-uuss88q043]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-uuss88q043]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-uuss88q043]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-uuss88q043]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-uuss88q043] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-uuss88q043] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-uuss88q043] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-uuss88q043] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-uuss88q043] {
  margin: auto 0;
}
.ntb-form .form-break[b-uuss88q043] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-uuss88q043] , .ntb-form .text-grid[b-uuss88q043] , .ntb-form .removable-item-list[b-uuss88q043]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-uuss88q043]  > label, .ntb-form .text-grid[b-uuss88q043]  > label, .ntb-form .removable-item-list[b-uuss88q043]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-uuss88q043]  > label::first-letter, .ntb-form .text-grid[b-uuss88q043]  > label::first-letter, .ntb-form .removable-item-list[b-uuss88q043]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-uuss88q043]  .top-aligned, .ntb-form .text-grid[b-uuss88q043]  .top-aligned, .ntb-form .removable-item-list[b-uuss88q043]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-uuss88q043]  .right-aligned, .ntb-form .text-grid[b-uuss88q043]  .right-aligned, .ntb-form .removable-item-list[b-uuss88q043]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-uuss88q043]  > .dummy, .ntb-form .text-grid[b-uuss88q043]  > .dummy, .ntb-form .removable-item-list[b-uuss88q043]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-uuss88q043]  > .spacer, .ntb-form .text-grid[b-uuss88q043]  > .spacer, .ntb-form .removable-item-list[b-uuss88q043]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row, .ntb-form .text-grid[b-uuss88q043]  .form-row, .ntb-form .removable-item-list[b-uuss88q043]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-uuss88q043]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-uuss88q043]  .form-row > :not(:last-child), .ntb-form .text-grid[b-uuss88q043]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-uuss88q043]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-uuss88q043]  > .field-full, .ntb-form .text-grid[b-uuss88q043]  > .field-full, .ntb-form .removable-item-list[b-uuss88q043]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-uuss88q043]  > span:not(.inline), .ntb-form .text-grid[b-uuss88q043]  > span:not(.inline), .ntb-form .removable-item-list[b-uuss88q043]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-uuss88q043] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-uuss88q043] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-uuss88q043]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-uuss88q043] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-uuss88q043] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-uuss88q043] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-uuss88q043]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-uuss88q043]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-uuss88q043]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-uuss88q043] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-uuss88q043] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.qualification-container[b-uuss88q043] {
  margin-bottom: 1rem;
}

.spacer[b-uuss88q043] {
  margin-bottom: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Employees/Details/_DeleteEmployee.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-aoc17vxnyu] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-aoc17vxnyu] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-aoc17vxnyu], .ntb-form .removable-item-list[b-aoc17vxnyu], .ntb-form .text-grid[b-aoc17vxnyu] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-aoc17vxnyu], .ntb-form .removable-item-list > .dummy[b-aoc17vxnyu], .ntb-form .text-grid > .dummy[b-aoc17vxnyu] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-aoc17vxnyu] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-aoc17vxnyu] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-aoc17vxnyu] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-aoc17vxnyu] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-aoc17vxnyu] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-aoc17vxnyu] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-aoc17vxnyu] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-aoc17vxnyu] {
  display: inline;
}
.ntb-form span.inline > a[b-aoc17vxnyu] {
  display: inline;
}
.ntb-form h5[b-aoc17vxnyu] {
  margin-bottom: 1rem;
}
.ntb-form[b-aoc17vxnyu]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-aoc17vxnyu]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-aoc17vxnyu]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-aoc17vxnyu]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-aoc17vxnyu]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-aoc17vxnyu] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-aoc17vxnyu] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-aoc17vxnyu] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-aoc17vxnyu] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-aoc17vxnyu] {
  margin: auto 0;
}
.ntb-form .form-break[b-aoc17vxnyu] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-aoc17vxnyu] , .ntb-form .text-grid[b-aoc17vxnyu] , .ntb-form .removable-item-list[b-aoc17vxnyu]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-aoc17vxnyu]  > label, .ntb-form .text-grid[b-aoc17vxnyu]  > label, .ntb-form .removable-item-list[b-aoc17vxnyu]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-aoc17vxnyu]  > label::first-letter, .ntb-form .text-grid[b-aoc17vxnyu]  > label::first-letter, .ntb-form .removable-item-list[b-aoc17vxnyu]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .top-aligned, .ntb-form .text-grid[b-aoc17vxnyu]  .top-aligned, .ntb-form .removable-item-list[b-aoc17vxnyu]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .right-aligned, .ntb-form .text-grid[b-aoc17vxnyu]  .right-aligned, .ntb-form .removable-item-list[b-aoc17vxnyu]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-aoc17vxnyu]  > .dummy, .ntb-form .text-grid[b-aoc17vxnyu]  > .dummy, .ntb-form .removable-item-list[b-aoc17vxnyu]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  > .spacer, .ntb-form .text-grid[b-aoc17vxnyu]  > .spacer, .ntb-form .removable-item-list[b-aoc17vxnyu]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aoc17vxnyu]  .form-row > :not(:last-child), .ntb-form .text-grid[b-aoc17vxnyu]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-aoc17vxnyu]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-aoc17vxnyu]  > .field-full, .ntb-form .text-grid[b-aoc17vxnyu]  > .field-full, .ntb-form .removable-item-list[b-aoc17vxnyu]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-aoc17vxnyu]  > span:not(.inline), .ntb-form .text-grid[b-aoc17vxnyu]  > span:not(.inline), .ntb-form .removable-item-list[b-aoc17vxnyu]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-aoc17vxnyu] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-aoc17vxnyu] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-aoc17vxnyu]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-aoc17vxnyu] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-aoc17vxnyu] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-aoc17vxnyu] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-aoc17vxnyu]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-aoc17vxnyu]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-aoc17vxnyu]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-aoc17vxnyu] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-aoc17vxnyu] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-aoc17vxnyu] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-aoc17vxnyu] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Details/_DeleteQualification.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-xv47c3ihkg] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-xv47c3ihkg] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-xv47c3ihkg], .ntb-form .removable-item-list[b-xv47c3ihkg], .ntb-form .text-grid[b-xv47c3ihkg] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-xv47c3ihkg], .ntb-form .removable-item-list > .dummy[b-xv47c3ihkg], .ntb-form .text-grid > .dummy[b-xv47c3ihkg] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-xv47c3ihkg] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-xv47c3ihkg] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-xv47c3ihkg] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-xv47c3ihkg] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-xv47c3ihkg] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-xv47c3ihkg] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-xv47c3ihkg] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-xv47c3ihkg] {
  display: inline;
}
.ntb-form span.inline > a[b-xv47c3ihkg] {
  display: inline;
}
.ntb-form h5[b-xv47c3ihkg] {
  margin-bottom: 1rem;
}
.ntb-form[b-xv47c3ihkg]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-xv47c3ihkg]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-xv47c3ihkg]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-xv47c3ihkg]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-xv47c3ihkg]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-xv47c3ihkg] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-xv47c3ihkg] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-xv47c3ihkg] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-xv47c3ihkg] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-xv47c3ihkg] {
  margin: auto 0;
}
.ntb-form .form-break[b-xv47c3ihkg] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-xv47c3ihkg] , .ntb-form .text-grid[b-xv47c3ihkg] , .ntb-form .removable-item-list[b-xv47c3ihkg]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-xv47c3ihkg]  > label, .ntb-form .text-grid[b-xv47c3ihkg]  > label, .ntb-form .removable-item-list[b-xv47c3ihkg]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-xv47c3ihkg]  > label::first-letter, .ntb-form .text-grid[b-xv47c3ihkg]  > label::first-letter, .ntb-form .removable-item-list[b-xv47c3ihkg]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .top-aligned, .ntb-form .text-grid[b-xv47c3ihkg]  .top-aligned, .ntb-form .removable-item-list[b-xv47c3ihkg]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .right-aligned, .ntb-form .text-grid[b-xv47c3ihkg]  .right-aligned, .ntb-form .removable-item-list[b-xv47c3ihkg]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-xv47c3ihkg]  > .dummy, .ntb-form .text-grid[b-xv47c3ihkg]  > .dummy, .ntb-form .removable-item-list[b-xv47c3ihkg]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  > .spacer, .ntb-form .text-grid[b-xv47c3ihkg]  > .spacer, .ntb-form .removable-item-list[b-xv47c3ihkg]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-xv47c3ihkg]  .form-row > :not(:last-child), .ntb-form .text-grid[b-xv47c3ihkg]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-xv47c3ihkg]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-xv47c3ihkg]  > .field-full, .ntb-form .text-grid[b-xv47c3ihkg]  > .field-full, .ntb-form .removable-item-list[b-xv47c3ihkg]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-xv47c3ihkg]  > span:not(.inline), .ntb-form .text-grid[b-xv47c3ihkg]  > span:not(.inline), .ntb-form .removable-item-list[b-xv47c3ihkg]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-xv47c3ihkg] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-xv47c3ihkg] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-xv47c3ihkg]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-xv47c3ihkg] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-xv47c3ihkg] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-xv47c3ihkg] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-xv47c3ihkg]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-xv47c3ihkg]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-xv47c3ihkg]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-xv47c3ihkg] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-xv47c3ihkg] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-xv47c3ihkg] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-xv47c3ihkg] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Details/_Invite.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-u391zcsvts] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-u391zcsvts] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-u391zcsvts], .ntb-form .removable-item-list[b-u391zcsvts], .ntb-form .text-grid[b-u391zcsvts] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-u391zcsvts], .ntb-form .removable-item-list > .dummy[b-u391zcsvts], .ntb-form .text-grid > .dummy[b-u391zcsvts] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-u391zcsvts] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-u391zcsvts] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-u391zcsvts] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-u391zcsvts] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-u391zcsvts] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-u391zcsvts] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-u391zcsvts] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-u391zcsvts] {
  display: inline;
}
.ntb-form span.inline > a[b-u391zcsvts] {
  display: inline;
}
.ntb-form h5[b-u391zcsvts] {
  margin-bottom: 1rem;
}
.ntb-form[b-u391zcsvts]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-u391zcsvts]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-u391zcsvts]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-u391zcsvts]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-u391zcsvts]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-u391zcsvts] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-u391zcsvts] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-u391zcsvts] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-u391zcsvts] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-u391zcsvts] {
  margin: auto 0;
}
.ntb-form .form-break[b-u391zcsvts] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-u391zcsvts] , .ntb-form .text-grid[b-u391zcsvts] , .ntb-form .removable-item-list[b-u391zcsvts]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-u391zcsvts]  > label, .ntb-form .text-grid[b-u391zcsvts]  > label, .ntb-form .removable-item-list[b-u391zcsvts]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-u391zcsvts]  > label::first-letter, .ntb-form .text-grid[b-u391zcsvts]  > label::first-letter, .ntb-form .removable-item-list[b-u391zcsvts]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-u391zcsvts]  .top-aligned, .ntb-form .text-grid[b-u391zcsvts]  .top-aligned, .ntb-form .removable-item-list[b-u391zcsvts]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-u391zcsvts]  .right-aligned, .ntb-form .text-grid[b-u391zcsvts]  .right-aligned, .ntb-form .removable-item-list[b-u391zcsvts]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-u391zcsvts]  > .dummy, .ntb-form .text-grid[b-u391zcsvts]  > .dummy, .ntb-form .removable-item-list[b-u391zcsvts]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  > .spacer, .ntb-form .text-grid[b-u391zcsvts]  > .spacer, .ntb-form .removable-item-list[b-u391zcsvts]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row, .ntb-form .text-grid[b-u391zcsvts]  .form-row, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-u391zcsvts]  .form-row > :not(:last-child), .ntb-form .text-grid[b-u391zcsvts]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-u391zcsvts]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-u391zcsvts]  > .field-full, .ntb-form .text-grid[b-u391zcsvts]  > .field-full, .ntb-form .removable-item-list[b-u391zcsvts]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-u391zcsvts]  > span:not(.inline), .ntb-form .text-grid[b-u391zcsvts]  > span:not(.inline), .ntb-form .removable-item-list[b-u391zcsvts]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-u391zcsvts] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-u391zcsvts] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-u391zcsvts]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-u391zcsvts] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-u391zcsvts] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-u391zcsvts] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-u391zcsvts]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-u391zcsvts]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-u391zcsvts]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-u391zcsvts] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-u391zcsvts] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-u391zcsvts] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-u391zcsvts] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Details/_RemoveEmployee.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-h8n9px4zq0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-h8n9px4zq0] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-h8n9px4zq0], .ntb-form .removable-item-list[b-h8n9px4zq0], .ntb-form .text-grid[b-h8n9px4zq0] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-h8n9px4zq0], .ntb-form .removable-item-list > .dummy[b-h8n9px4zq0], .ntb-form .text-grid > .dummy[b-h8n9px4zq0] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-h8n9px4zq0] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-h8n9px4zq0] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-h8n9px4zq0] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-h8n9px4zq0] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-h8n9px4zq0] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-h8n9px4zq0] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-h8n9px4zq0] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-h8n9px4zq0] {
  display: inline;
}
.ntb-form span.inline > a[b-h8n9px4zq0] {
  display: inline;
}
.ntb-form h5[b-h8n9px4zq0] {
  margin-bottom: 1rem;
}
.ntb-form[b-h8n9px4zq0]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-h8n9px4zq0]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-h8n9px4zq0]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-h8n9px4zq0]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-h8n9px4zq0]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-h8n9px4zq0] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-h8n9px4zq0] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-h8n9px4zq0] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-h8n9px4zq0] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-h8n9px4zq0] {
  margin: auto 0;
}
.ntb-form .form-break[b-h8n9px4zq0] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-h8n9px4zq0] , .ntb-form .text-grid[b-h8n9px4zq0] , .ntb-form .removable-item-list[b-h8n9px4zq0]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-h8n9px4zq0]  > label, .ntb-form .text-grid[b-h8n9px4zq0]  > label, .ntb-form .removable-item-list[b-h8n9px4zq0]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-h8n9px4zq0]  > label::first-letter, .ntb-form .text-grid[b-h8n9px4zq0]  > label::first-letter, .ntb-form .removable-item-list[b-h8n9px4zq0]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .top-aligned, .ntb-form .text-grid[b-h8n9px4zq0]  .top-aligned, .ntb-form .removable-item-list[b-h8n9px4zq0]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .right-aligned, .ntb-form .text-grid[b-h8n9px4zq0]  .right-aligned, .ntb-form .removable-item-list[b-h8n9px4zq0]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-h8n9px4zq0]  > .dummy, .ntb-form .text-grid[b-h8n9px4zq0]  > .dummy, .ntb-form .removable-item-list[b-h8n9px4zq0]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  > .spacer, .ntb-form .text-grid[b-h8n9px4zq0]  > .spacer, .ntb-form .removable-item-list[b-h8n9px4zq0]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-h8n9px4zq0]  .form-row > :not(:last-child), .ntb-form .text-grid[b-h8n9px4zq0]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-h8n9px4zq0]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-h8n9px4zq0]  > .field-full, .ntb-form .text-grid[b-h8n9px4zq0]  > .field-full, .ntb-form .removable-item-list[b-h8n9px4zq0]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-h8n9px4zq0]  > span:not(.inline), .ntb-form .text-grid[b-h8n9px4zq0]  > span:not(.inline), .ntb-form .removable-item-list[b-h8n9px4zq0]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-h8n9px4zq0] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-h8n9px4zq0] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-h8n9px4zq0]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-h8n9px4zq0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-h8n9px4zq0] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-h8n9px4zq0] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-h8n9px4zq0]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-h8n9px4zq0]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-h8n9px4zq0]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-h8n9px4zq0] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-h8n9px4zq0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-h8n9px4zq0] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-h8n9px4zq0] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Edit.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-ee0d9cevn8] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-ee0d9cevn8] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-ee0d9cevn8] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-ee0d9cevn8], .ntb-card h2[b-ee0d9cevn8], .ntb-card h3[b-ee0d9cevn8], .ntb-card h4[b-ee0d9cevn8], .ntb-card h5[b-ee0d9cevn8], .ntb-card h6[b-ee0d9cevn8] {
  text-align: center;
}

.ntb-border[b-ee0d9cevn8] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-ee0d9cevn8] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-ee0d9cevn8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-ee0d9cevn8] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-ee0d9cevn8] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-ee0d9cevn8] {
  margin: 0;
}

.model-errors[b-ee0d9cevn8] {
  padding: 0;
}
.model-errors li[b-ee0d9cevn8] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-ee0d9cevn8] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-ee0d9cevn8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-ee0d9cevn8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-ee0d9cevn8], .ntb-form .removable-item-list[b-ee0d9cevn8], .ntb-form .text-grid[b-ee0d9cevn8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-ee0d9cevn8], .ntb-form .removable-item-list > .dummy[b-ee0d9cevn8], .ntb-form .text-grid > .dummy[b-ee0d9cevn8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-ee0d9cevn8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-ee0d9cevn8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-ee0d9cevn8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-ee0d9cevn8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-ee0d9cevn8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-ee0d9cevn8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-ee0d9cevn8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-ee0d9cevn8] {
  display: inline;
}
.ntb-form span.inline > a[b-ee0d9cevn8] {
  display: inline;
}
.ntb-form h5[b-ee0d9cevn8] {
  margin-bottom: 1rem;
}
.ntb-form[b-ee0d9cevn8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-ee0d9cevn8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-ee0d9cevn8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-ee0d9cevn8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-ee0d9cevn8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-ee0d9cevn8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-ee0d9cevn8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-ee0d9cevn8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-ee0d9cevn8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-ee0d9cevn8] {
  margin: auto 0;
}
.ntb-form .form-break[b-ee0d9cevn8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-ee0d9cevn8] , .ntb-form .text-grid[b-ee0d9cevn8] , .ntb-form .removable-item-list[b-ee0d9cevn8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-ee0d9cevn8]  > label, .ntb-form .text-grid[b-ee0d9cevn8]  > label, .ntb-form .removable-item-list[b-ee0d9cevn8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-ee0d9cevn8]  > label::first-letter, .ntb-form .text-grid[b-ee0d9cevn8]  > label::first-letter, .ntb-form .removable-item-list[b-ee0d9cevn8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .top-aligned, .ntb-form .text-grid[b-ee0d9cevn8]  .top-aligned, .ntb-form .removable-item-list[b-ee0d9cevn8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .right-aligned, .ntb-form .text-grid[b-ee0d9cevn8]  .right-aligned, .ntb-form .removable-item-list[b-ee0d9cevn8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-ee0d9cevn8]  > .dummy, .ntb-form .text-grid[b-ee0d9cevn8]  > .dummy, .ntb-form .removable-item-list[b-ee0d9cevn8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  > .spacer, .ntb-form .text-grid[b-ee0d9cevn8]  > .spacer, .ntb-form .removable-item-list[b-ee0d9cevn8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ee0d9cevn8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-ee0d9cevn8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-ee0d9cevn8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-ee0d9cevn8]  > .field-full, .ntb-form .text-grid[b-ee0d9cevn8]  > .field-full, .ntb-form .removable-item-list[b-ee0d9cevn8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-ee0d9cevn8]  > span:not(.inline), .ntb-form .text-grid[b-ee0d9cevn8]  > span:not(.inline), .ntb-form .removable-item-list[b-ee0d9cevn8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-ee0d9cevn8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-ee0d9cevn8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-ee0d9cevn8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-ee0d9cevn8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-ee0d9cevn8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-ee0d9cevn8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-ee0d9cevn8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-ee0d9cevn8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-ee0d9cevn8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-ee0d9cevn8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-ee0d9cevn8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Employees/Overview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-tcu8pzfkfo] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-tcu8pzfkfo] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-tcu8pzfkfo] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-tcu8pzfkfo], .ntb-card h2[b-tcu8pzfkfo], .ntb-card h3[b-tcu8pzfkfo], .ntb-card h4[b-tcu8pzfkfo], .ntb-card h5[b-tcu8pzfkfo], .ntb-card h6[b-tcu8pzfkfo] {
  text-align: center;
}

.ntb-border[b-tcu8pzfkfo] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-tcu8pzfkfo] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-tcu8pzfkfo] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-tcu8pzfkfo] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-tcu8pzfkfo] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-tcu8pzfkfo] {
  margin: 0;
}

.model-errors[b-tcu8pzfkfo] {
  padding: 0;
}
.model-errors li[b-tcu8pzfkfo] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-tcu8pzfkfo] {
  color: var(--danger-color) !important;
}

.action-button-box[b-tcu8pzfkfo] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-tcu8pzfkfo] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Employees/Register.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-8z7qsf98pk] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-8z7qsf98pk] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-8z7qsf98pk] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-8z7qsf98pk], .ntb-card h2[b-8z7qsf98pk], .ntb-card h3[b-8z7qsf98pk], .ntb-card h4[b-8z7qsf98pk], .ntb-card h5[b-8z7qsf98pk], .ntb-card h6[b-8z7qsf98pk] {
  text-align: center;
}

.ntb-border[b-8z7qsf98pk] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-8z7qsf98pk] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-8z7qsf98pk] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-8z7qsf98pk] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-8z7qsf98pk] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-8z7qsf98pk] {
  margin: 0;
}

.model-errors[b-8z7qsf98pk] {
  padding: 0;
}
.model-errors li[b-8z7qsf98pk] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-8z7qsf98pk] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-8z7qsf98pk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-8z7qsf98pk] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-8z7qsf98pk], .ntb-form .removable-item-list[b-8z7qsf98pk], .ntb-form .text-grid[b-8z7qsf98pk] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-8z7qsf98pk], .ntb-form .removable-item-list > .dummy[b-8z7qsf98pk], .ntb-form .text-grid > .dummy[b-8z7qsf98pk] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-8z7qsf98pk] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-8z7qsf98pk] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-8z7qsf98pk] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-8z7qsf98pk] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-8z7qsf98pk] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-8z7qsf98pk] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-8z7qsf98pk] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-8z7qsf98pk] {
  display: inline;
}
.ntb-form span.inline > a[b-8z7qsf98pk] {
  display: inline;
}
.ntb-form h5[b-8z7qsf98pk] {
  margin-bottom: 1rem;
}
.ntb-form[b-8z7qsf98pk]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-8z7qsf98pk]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-8z7qsf98pk]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-8z7qsf98pk]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-8z7qsf98pk]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-8z7qsf98pk] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-8z7qsf98pk] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-8z7qsf98pk] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-8z7qsf98pk] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-8z7qsf98pk] {
  margin: auto 0;
}
.ntb-form .form-break[b-8z7qsf98pk] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-8z7qsf98pk] , .ntb-form .text-grid[b-8z7qsf98pk] , .ntb-form .removable-item-list[b-8z7qsf98pk]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-8z7qsf98pk]  > label, .ntb-form .text-grid[b-8z7qsf98pk]  > label, .ntb-form .removable-item-list[b-8z7qsf98pk]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-8z7qsf98pk]  > label::first-letter, .ntb-form .text-grid[b-8z7qsf98pk]  > label::first-letter, .ntb-form .removable-item-list[b-8z7qsf98pk]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .top-aligned, .ntb-form .text-grid[b-8z7qsf98pk]  .top-aligned, .ntb-form .removable-item-list[b-8z7qsf98pk]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .right-aligned, .ntb-form .text-grid[b-8z7qsf98pk]  .right-aligned, .ntb-form .removable-item-list[b-8z7qsf98pk]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-8z7qsf98pk]  > .dummy, .ntb-form .text-grid[b-8z7qsf98pk]  > .dummy, .ntb-form .removable-item-list[b-8z7qsf98pk]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  > .spacer, .ntb-form .text-grid[b-8z7qsf98pk]  > .spacer, .ntb-form .removable-item-list[b-8z7qsf98pk]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8z7qsf98pk]  .form-row > :not(:last-child), .ntb-form .text-grid[b-8z7qsf98pk]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-8z7qsf98pk]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-8z7qsf98pk]  > .field-full, .ntb-form .text-grid[b-8z7qsf98pk]  > .field-full, .ntb-form .removable-item-list[b-8z7qsf98pk]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-8z7qsf98pk]  > span:not(.inline), .ntb-form .text-grid[b-8z7qsf98pk]  > span:not(.inline), .ntb-form .removable-item-list[b-8z7qsf98pk]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-8z7qsf98pk] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-8z7qsf98pk] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-8z7qsf98pk]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-8z7qsf98pk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-8z7qsf98pk] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-8z7qsf98pk] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-8z7qsf98pk]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-8z7qsf98pk]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-8z7qsf98pk]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-8z7qsf98pk] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-8z7qsf98pk] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.margin-top[b-8z7qsf98pk] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Imprint.cshtml.rz.scp.css */
p[b-zyywewzk5k] {
  white-space: pre-line;
}

.main-layout[b-zyywewzk5k] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.main-layout > div > h5[b-zyywewzk5k] {
  margin-bottom: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Index.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-gc9z0j1dcx] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-gc9z0j1dcx] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-gc9z0j1dcx] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-gc9z0j1dcx], .ntb-card h2[b-gc9z0j1dcx], .ntb-card h3[b-gc9z0j1dcx], .ntb-card h4[b-gc9z0j1dcx], .ntb-card h5[b-gc9z0j1dcx], .ntb-card h6[b-gc9z0j1dcx] {
  text-align: center;
}

.ntb-border[b-gc9z0j1dcx] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-gc9z0j1dcx] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-gc9z0j1dcx] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-gc9z0j1dcx] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-gc9z0j1dcx] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-gc9z0j1dcx] {
  margin: 0;
}

.model-errors[b-gc9z0j1dcx] {
  padding: 0;
}
.model-errors li[b-gc9z0j1dcx] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-gc9z0j1dcx] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-gc9z0j1dcx] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-gc9z0j1dcx] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-gc9z0j1dcx], .ntb-form .removable-item-list[b-gc9z0j1dcx], .ntb-form .text-grid[b-gc9z0j1dcx] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-gc9z0j1dcx], .ntb-form .removable-item-list > .dummy[b-gc9z0j1dcx], .ntb-form .text-grid > .dummy[b-gc9z0j1dcx] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-gc9z0j1dcx] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-gc9z0j1dcx] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-gc9z0j1dcx] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-gc9z0j1dcx] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-gc9z0j1dcx] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-gc9z0j1dcx] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-gc9z0j1dcx] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-gc9z0j1dcx] {
  display: inline;
}
.ntb-form span.inline > a[b-gc9z0j1dcx] {
  display: inline;
}
.ntb-form h5[b-gc9z0j1dcx] {
  margin-bottom: 1rem;
}
.ntb-form[b-gc9z0j1dcx]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-gc9z0j1dcx]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-gc9z0j1dcx]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-gc9z0j1dcx]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-gc9z0j1dcx]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-gc9z0j1dcx] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-gc9z0j1dcx] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-gc9z0j1dcx] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-gc9z0j1dcx] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-gc9z0j1dcx] {
  margin: auto 0;
}
.ntb-form .form-break[b-gc9z0j1dcx] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-gc9z0j1dcx] , .ntb-form .text-grid[b-gc9z0j1dcx] , .ntb-form .removable-item-list[b-gc9z0j1dcx]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > label, .ntb-form .text-grid[b-gc9z0j1dcx]  > label, .ntb-form .removable-item-list[b-gc9z0j1dcx]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > label::first-letter, .ntb-form .text-grid[b-gc9z0j1dcx]  > label::first-letter, .ntb-form .removable-item-list[b-gc9z0j1dcx]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .top-aligned, .ntb-form .text-grid[b-gc9z0j1dcx]  .top-aligned, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .right-aligned, .ntb-form .text-grid[b-gc9z0j1dcx]  .right-aligned, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > .dummy, .ntb-form .text-grid[b-gc9z0j1dcx]  > .dummy, .ntb-form .removable-item-list[b-gc9z0j1dcx]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > .spacer, .ntb-form .text-grid[b-gc9z0j1dcx]  > .spacer, .ntb-form .removable-item-list[b-gc9z0j1dcx]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  .form-row > :not(:last-child), .ntb-form .text-grid[b-gc9z0j1dcx]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-gc9z0j1dcx]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > .field-full, .ntb-form .text-grid[b-gc9z0j1dcx]  > .field-full, .ntb-form .removable-item-list[b-gc9z0j1dcx]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-gc9z0j1dcx]  > span:not(.inline), .ntb-form .text-grid[b-gc9z0j1dcx]  > span:not(.inline), .ntb-form .removable-item-list[b-gc9z0j1dcx]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-gc9z0j1dcx] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-gc9z0j1dcx] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-gc9z0j1dcx]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-gc9z0j1dcx] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-gc9z0j1dcx] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-gc9z0j1dcx] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-gc9z0j1dcx]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-gc9z0j1dcx]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-gc9z0j1dcx]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-gc9z0j1dcx] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-gc9z0j1dcx] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

#welcome-img[b-gc9z0j1dcx] {
  width: 100%;
  max-height: 40rem;
  min-height: 25rem;
  overflow: hidden;
  object-fit: cover;
  border-top: 2px solid var(--primary-text-color);
  border-bottom: 2px solid var(--primary-text-color);
}

.content-box[b-gc9z0j1dcx] {
  display: grid;
  row-gap: 3rem;
}

.info-card-header[b-gc9z0j1dcx] {
  text-align: left !important;
  white-space: pre-line;
  margin-bottom: 0.5rem;
}

p[b-gc9z0j1dcx] {
  white-space: pre-line;
}

#content-divider[b-gc9z0j1dcx] {
  border-bottom: 2px solid var(--primary-text-color);
}

.center-horizontally[b-gc9z0j1dcx] {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#trademark-img[b-gc9z0j1dcx] {
  object-fit: scale-down;
  border-radius: 50%;
  padding: 1rem;
  height: 15rem;
  aspect-ratio: 1;
  position: absolute;
  top: -7.5rem;
  background-color: white;
}

#trademark-box[b-gc9z0j1dcx] {
  margin-top: 7.5rem;
  padding: 10rem 2.5rem 2.5rem 2.5rem;
  position: relative;
}

#info-box[b-gc9z0j1dcx] {
  display: grid;
  row-gap: 3rem;
}
#info-box :nth-child(1)[b-gc9z0j1dcx] {
  order: 1;
}
#info-box :nth-child(2)[b-gc9z0j1dcx] {
  order: 2;
}

#image-box[b-gc9z0j1dcx] {
  display: grid;
  row-gap: 3rem;
  position: relative;
}

#inner-info-box :nth-child(1)[b-gc9z0j1dcx] {
  order: 1 !important;
}
#inner-info-box :nth-child(2)[b-gc9z0j1dcx] {
  order: 2 !important;
}
#inner-info-box :nth-child(3)[b-gc9z0j1dcx] {
  order: 3 !important;
}

ol[b-gc9z0j1dcx] {
  text-align: left;
}
ol > :not(:last-child)[b-gc9z0j1dcx] {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #info-box[b-gc9z0j1dcx] {
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 5rem;
  }
  #info-box :nth-child(1)[b-gc9z0j1dcx] {
    order: 2;
  }
  #info-box :nth-child(2)[b-gc9z0j1dcx] {
    order: 1;
  }
  .extra-padding[b-gc9z0j1dcx] {
    padding-right: 20%;
  }
  #image-description[b-gc9z0j1dcx] {
    position: absolute;
    height: min-content;
    width: 20rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* _content/Ntb.Portal.Web/Pages/Privacy.cshtml.rz.scp.css */
p[b-2x7frdkk6l] {
  white-space: pre-wrap;
}

.main-layout[b-2x7frdkk6l] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.main-layout > div > h5[b-2x7frdkk6l] {
  margin-bottom: 1rem;
}
.main-layout > div > h6[b-2x7frdkk6l] {
  color: var(--accent-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Details.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-img545ntuf] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-img545ntuf] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-img545ntuf] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-img545ntuf], .ntb-card h2[b-img545ntuf], .ntb-card h3[b-img545ntuf], .ntb-card h4[b-img545ntuf], .ntb-card h5[b-img545ntuf], .ntb-card h6[b-img545ntuf] {
  text-align: center;
}

.ntb-border[b-img545ntuf] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-img545ntuf] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-img545ntuf] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-img545ntuf] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-img545ntuf] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-img545ntuf] {
  margin: 0;
}

.model-errors[b-img545ntuf] {
  padding: 0;
}
.model-errors li[b-img545ntuf] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-img545ntuf] {
  color: var(--danger-color) !important;
}

.action-button-box[b-img545ntuf] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-img545ntuf] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-img545ntuf] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-img545ntuf] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-img545ntuf], .ntb-form .removable-item-list[b-img545ntuf], .ntb-form .text-grid[b-img545ntuf] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-img545ntuf], .ntb-form .removable-item-list > .dummy[b-img545ntuf], .ntb-form .text-grid > .dummy[b-img545ntuf] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-img545ntuf] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-img545ntuf] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-img545ntuf] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-img545ntuf] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-img545ntuf] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-img545ntuf] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-img545ntuf] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-img545ntuf] {
  display: inline;
}
.ntb-form span.inline > a[b-img545ntuf] {
  display: inline;
}
.ntb-form h5[b-img545ntuf] {
  margin-bottom: 1rem;
}
.ntb-form[b-img545ntuf]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-img545ntuf]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-img545ntuf]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-img545ntuf]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-img545ntuf]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-img545ntuf] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-img545ntuf] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-img545ntuf] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-img545ntuf] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-img545ntuf] {
  margin: auto 0;
}
.ntb-form .form-break[b-img545ntuf] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-img545ntuf] , .ntb-form .text-grid[b-img545ntuf] , .ntb-form .removable-item-list[b-img545ntuf]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-img545ntuf]  > label, .ntb-form .text-grid[b-img545ntuf]  > label, .ntb-form .removable-item-list[b-img545ntuf]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-img545ntuf]  > label::first-letter, .ntb-form .text-grid[b-img545ntuf]  > label::first-letter, .ntb-form .removable-item-list[b-img545ntuf]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-img545ntuf]  .top-aligned, .ntb-form .text-grid[b-img545ntuf]  .top-aligned, .ntb-form .removable-item-list[b-img545ntuf]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-img545ntuf]  .right-aligned, .ntb-form .text-grid[b-img545ntuf]  .right-aligned, .ntb-form .removable-item-list[b-img545ntuf]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-img545ntuf]  > .dummy, .ntb-form .text-grid[b-img545ntuf]  > .dummy, .ntb-form .removable-item-list[b-img545ntuf]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-img545ntuf]  > .spacer, .ntb-form .text-grid[b-img545ntuf]  > .spacer, .ntb-form .removable-item-list[b-img545ntuf]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row, .ntb-form .text-grid[b-img545ntuf]  .form-row, .ntb-form .removable-item-list[b-img545ntuf]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-img545ntuf]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-img545ntuf]  .form-row > :not(:last-child), .ntb-form .text-grid[b-img545ntuf]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-img545ntuf]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-img545ntuf]  > .field-full, .ntb-form .text-grid[b-img545ntuf]  > .field-full, .ntb-form .removable-item-list[b-img545ntuf]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-img545ntuf]  > span:not(.inline), .ntb-form .text-grid[b-img545ntuf]  > span:not(.inline), .ntb-form .removable-item-list[b-img545ntuf]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-img545ntuf] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-img545ntuf] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-img545ntuf]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-img545ntuf] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-img545ntuf] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-img545ntuf] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-img545ntuf]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-img545ntuf]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-img545ntuf]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-img545ntuf] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-img545ntuf] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Details/_ConsultantRoleDetails.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-o3gzpekc9t] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-o3gzpekc9t] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-o3gzpekc9t], .ntb-form .removable-item-list[b-o3gzpekc9t], .ntb-form .text-grid[b-o3gzpekc9t] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-o3gzpekc9t], .ntb-form .removable-item-list > .dummy[b-o3gzpekc9t], .ntb-form .text-grid > .dummy[b-o3gzpekc9t] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-o3gzpekc9t] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-o3gzpekc9t] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-o3gzpekc9t] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-o3gzpekc9t] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-o3gzpekc9t] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-o3gzpekc9t] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-o3gzpekc9t] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-o3gzpekc9t] {
  display: inline;
}
.ntb-form span.inline > a[b-o3gzpekc9t] {
  display: inline;
}
.ntb-form h5[b-o3gzpekc9t] {
  margin-bottom: 1rem;
}
.ntb-form[b-o3gzpekc9t]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-o3gzpekc9t]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-o3gzpekc9t]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-o3gzpekc9t]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-o3gzpekc9t]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-o3gzpekc9t] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-o3gzpekc9t] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-o3gzpekc9t] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-o3gzpekc9t] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-o3gzpekc9t] {
  margin: auto 0;
}
.ntb-form .form-break[b-o3gzpekc9t] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-o3gzpekc9t] , .ntb-form .text-grid[b-o3gzpekc9t] , .ntb-form .removable-item-list[b-o3gzpekc9t]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-o3gzpekc9t]  > label, .ntb-form .text-grid[b-o3gzpekc9t]  > label, .ntb-form .removable-item-list[b-o3gzpekc9t]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-o3gzpekc9t]  > label::first-letter, .ntb-form .text-grid[b-o3gzpekc9t]  > label::first-letter, .ntb-form .removable-item-list[b-o3gzpekc9t]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .top-aligned, .ntb-form .text-grid[b-o3gzpekc9t]  .top-aligned, .ntb-form .removable-item-list[b-o3gzpekc9t]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .right-aligned, .ntb-form .text-grid[b-o3gzpekc9t]  .right-aligned, .ntb-form .removable-item-list[b-o3gzpekc9t]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-o3gzpekc9t]  > .dummy, .ntb-form .text-grid[b-o3gzpekc9t]  > .dummy, .ntb-form .removable-item-list[b-o3gzpekc9t]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  > .spacer, .ntb-form .text-grid[b-o3gzpekc9t]  > .spacer, .ntb-form .removable-item-list[b-o3gzpekc9t]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-o3gzpekc9t]  .form-row > :not(:last-child), .ntb-form .text-grid[b-o3gzpekc9t]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-o3gzpekc9t]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-o3gzpekc9t]  > .field-full, .ntb-form .text-grid[b-o3gzpekc9t]  > .field-full, .ntb-form .removable-item-list[b-o3gzpekc9t]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-o3gzpekc9t]  > span:not(.inline), .ntb-form .text-grid[b-o3gzpekc9t]  > span:not(.inline), .ntb-form .removable-item-list[b-o3gzpekc9t]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-o3gzpekc9t] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-o3gzpekc9t] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-o3gzpekc9t]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-o3gzpekc9t] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-o3gzpekc9t] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-o3gzpekc9t] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-o3gzpekc9t]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-o3gzpekc9t]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-o3gzpekc9t]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-o3gzpekc9t] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-o3gzpekc9t] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-container[b-o3gzpekc9t] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-o3gzpekc9t] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-o3gzpekc9t] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-o3gzpekc9t], .ntb-card h2[b-o3gzpekc9t], .ntb-card h3[b-o3gzpekc9t], .ntb-card h4[b-o3gzpekc9t], .ntb-card h5[b-o3gzpekc9t], .ntb-card h6[b-o3gzpekc9t] {
  text-align: center;
}

.ntb-border[b-o3gzpekc9t] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-o3gzpekc9t] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-o3gzpekc9t] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-o3gzpekc9t] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-o3gzpekc9t] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-o3gzpekc9t] {
  margin: 0;
}

.model-errors[b-o3gzpekc9t] {
  padding: 0;
}
.model-errors li[b-o3gzpekc9t] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-o3gzpekc9t] {
  color: var(--danger-color) !important;
}

.ntb-form[b-o3gzpekc9t] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Details/_DayCareRoleDetails.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-3kvq4z47uj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-3kvq4z47uj] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-3kvq4z47uj], .ntb-form .removable-item-list[b-3kvq4z47uj], .ntb-form .text-grid[b-3kvq4z47uj] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-3kvq4z47uj], .ntb-form .removable-item-list > .dummy[b-3kvq4z47uj], .ntb-form .text-grid > .dummy[b-3kvq4z47uj] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-3kvq4z47uj] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-3kvq4z47uj] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-3kvq4z47uj] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-3kvq4z47uj] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-3kvq4z47uj] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-3kvq4z47uj] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-3kvq4z47uj] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-3kvq4z47uj] {
  display: inline;
}
.ntb-form span.inline > a[b-3kvq4z47uj] {
  display: inline;
}
.ntb-form h5[b-3kvq4z47uj] {
  margin-bottom: 1rem;
}
.ntb-form[b-3kvq4z47uj]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-3kvq4z47uj]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-3kvq4z47uj]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-3kvq4z47uj]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-3kvq4z47uj]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-3kvq4z47uj] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-3kvq4z47uj] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-3kvq4z47uj] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-3kvq4z47uj] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-3kvq4z47uj] {
  margin: auto 0;
}
.ntb-form .form-break[b-3kvq4z47uj] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-3kvq4z47uj] , .ntb-form .text-grid[b-3kvq4z47uj] , .ntb-form .removable-item-list[b-3kvq4z47uj]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-3kvq4z47uj]  > label, .ntb-form .text-grid[b-3kvq4z47uj]  > label, .ntb-form .removable-item-list[b-3kvq4z47uj]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-3kvq4z47uj]  > label::first-letter, .ntb-form .text-grid[b-3kvq4z47uj]  > label::first-letter, .ntb-form .removable-item-list[b-3kvq4z47uj]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .top-aligned, .ntb-form .text-grid[b-3kvq4z47uj]  .top-aligned, .ntb-form .removable-item-list[b-3kvq4z47uj]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .right-aligned, .ntb-form .text-grid[b-3kvq4z47uj]  .right-aligned, .ntb-form .removable-item-list[b-3kvq4z47uj]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-3kvq4z47uj]  > .dummy, .ntb-form .text-grid[b-3kvq4z47uj]  > .dummy, .ntb-form .removable-item-list[b-3kvq4z47uj]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  > .spacer, .ntb-form .text-grid[b-3kvq4z47uj]  > .spacer, .ntb-form .removable-item-list[b-3kvq4z47uj]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3kvq4z47uj]  .form-row > :not(:last-child), .ntb-form .text-grid[b-3kvq4z47uj]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-3kvq4z47uj]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-3kvq4z47uj]  > .field-full, .ntb-form .text-grid[b-3kvq4z47uj]  > .field-full, .ntb-form .removable-item-list[b-3kvq4z47uj]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-3kvq4z47uj]  > span:not(.inline), .ntb-form .text-grid[b-3kvq4z47uj]  > span:not(.inline), .ntb-form .removable-item-list[b-3kvq4z47uj]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-3kvq4z47uj] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-3kvq4z47uj] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-3kvq4z47uj]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-3kvq4z47uj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-3kvq4z47uj] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-3kvq4z47uj] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-3kvq4z47uj]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-3kvq4z47uj]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-3kvq4z47uj]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-3kvq4z47uj] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-3kvq4z47uj] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-container[b-3kvq4z47uj] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-3kvq4z47uj] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-3kvq4z47uj] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-3kvq4z47uj], .ntb-card h2[b-3kvq4z47uj], .ntb-card h3[b-3kvq4z47uj], .ntb-card h4[b-3kvq4z47uj], .ntb-card h5[b-3kvq4z47uj], .ntb-card h6[b-3kvq4z47uj] {
  text-align: center;
}

.ntb-border[b-3kvq4z47uj] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-3kvq4z47uj] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-3kvq4z47uj] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-3kvq4z47uj] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-3kvq4z47uj] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-3kvq4z47uj] {
  margin: 0;
}

.model-errors[b-3kvq4z47uj] {
  padding: 0;
}
.model-errors li[b-3kvq4z47uj] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-3kvq4z47uj] {
  color: var(--danger-color) !important;
}

.ntb-form[b-3kvq4z47uj] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Details/_DeleteQualification.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-ddnwcvyat8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-ddnwcvyat8] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-ddnwcvyat8], .ntb-form .removable-item-list[b-ddnwcvyat8], .ntb-form .text-grid[b-ddnwcvyat8] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-ddnwcvyat8], .ntb-form .removable-item-list > .dummy[b-ddnwcvyat8], .ntb-form .text-grid > .dummy[b-ddnwcvyat8] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-ddnwcvyat8] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-ddnwcvyat8] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-ddnwcvyat8] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-ddnwcvyat8] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-ddnwcvyat8] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-ddnwcvyat8] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-ddnwcvyat8] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-ddnwcvyat8] {
  display: inline;
}
.ntb-form span.inline > a[b-ddnwcvyat8] {
  display: inline;
}
.ntb-form h5[b-ddnwcvyat8] {
  margin-bottom: 1rem;
}
.ntb-form[b-ddnwcvyat8]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-ddnwcvyat8]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-ddnwcvyat8]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-ddnwcvyat8]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-ddnwcvyat8]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-ddnwcvyat8] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-ddnwcvyat8] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-ddnwcvyat8] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-ddnwcvyat8] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-ddnwcvyat8] {
  margin: auto 0;
}
.ntb-form .form-break[b-ddnwcvyat8] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-ddnwcvyat8] , .ntb-form .text-grid[b-ddnwcvyat8] , .ntb-form .removable-item-list[b-ddnwcvyat8]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-ddnwcvyat8]  > label, .ntb-form .text-grid[b-ddnwcvyat8]  > label, .ntb-form .removable-item-list[b-ddnwcvyat8]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-ddnwcvyat8]  > label::first-letter, .ntb-form .text-grid[b-ddnwcvyat8]  > label::first-letter, .ntb-form .removable-item-list[b-ddnwcvyat8]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .top-aligned, .ntb-form .text-grid[b-ddnwcvyat8]  .top-aligned, .ntb-form .removable-item-list[b-ddnwcvyat8]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .right-aligned, .ntb-form .text-grid[b-ddnwcvyat8]  .right-aligned, .ntb-form .removable-item-list[b-ddnwcvyat8]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-ddnwcvyat8]  > .dummy, .ntb-form .text-grid[b-ddnwcvyat8]  > .dummy, .ntb-form .removable-item-list[b-ddnwcvyat8]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  > .spacer, .ntb-form .text-grid[b-ddnwcvyat8]  > .spacer, .ntb-form .removable-item-list[b-ddnwcvyat8]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ddnwcvyat8]  .form-row > :not(:last-child), .ntb-form .text-grid[b-ddnwcvyat8]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-ddnwcvyat8]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-ddnwcvyat8]  > .field-full, .ntb-form .text-grid[b-ddnwcvyat8]  > .field-full, .ntb-form .removable-item-list[b-ddnwcvyat8]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-ddnwcvyat8]  > span:not(.inline), .ntb-form .text-grid[b-ddnwcvyat8]  > span:not(.inline), .ntb-form .removable-item-list[b-ddnwcvyat8]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-ddnwcvyat8] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-ddnwcvyat8] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-ddnwcvyat8]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-ddnwcvyat8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-ddnwcvyat8] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-ddnwcvyat8] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-ddnwcvyat8]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-ddnwcvyat8]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-ddnwcvyat8]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-ddnwcvyat8] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-ddnwcvyat8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-ddnwcvyat8] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-ddnwcvyat8] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Profile/Edit/ConsultantRole.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-2jmkkjlhbi] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-2jmkkjlhbi] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-2jmkkjlhbi] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-2jmkkjlhbi], .ntb-card h2[b-2jmkkjlhbi], .ntb-card h3[b-2jmkkjlhbi], .ntb-card h4[b-2jmkkjlhbi], .ntb-card h5[b-2jmkkjlhbi], .ntb-card h6[b-2jmkkjlhbi] {
  text-align: center;
}

.ntb-border[b-2jmkkjlhbi] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-2jmkkjlhbi] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-2jmkkjlhbi] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-2jmkkjlhbi] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-2jmkkjlhbi] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-2jmkkjlhbi] {
  margin: 0;
}

.model-errors[b-2jmkkjlhbi] {
  padding: 0;
}
.model-errors li[b-2jmkkjlhbi] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-2jmkkjlhbi] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-2jmkkjlhbi] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-2jmkkjlhbi] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-2jmkkjlhbi], .ntb-form .removable-item-list[b-2jmkkjlhbi], .ntb-form .text-grid[b-2jmkkjlhbi] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-2jmkkjlhbi], .ntb-form .removable-item-list > .dummy[b-2jmkkjlhbi], .ntb-form .text-grid > .dummy[b-2jmkkjlhbi] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-2jmkkjlhbi] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-2jmkkjlhbi] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-2jmkkjlhbi] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-2jmkkjlhbi] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-2jmkkjlhbi] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-2jmkkjlhbi] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-2jmkkjlhbi] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-2jmkkjlhbi] {
  display: inline;
}
.ntb-form span.inline > a[b-2jmkkjlhbi] {
  display: inline;
}
.ntb-form h5[b-2jmkkjlhbi] {
  margin-bottom: 1rem;
}
.ntb-form[b-2jmkkjlhbi]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-2jmkkjlhbi]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-2jmkkjlhbi]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-2jmkkjlhbi]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-2jmkkjlhbi]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-2jmkkjlhbi] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-2jmkkjlhbi] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-2jmkkjlhbi] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-2jmkkjlhbi] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-2jmkkjlhbi] {
  margin: auto 0;
}
.ntb-form .form-break[b-2jmkkjlhbi] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-2jmkkjlhbi] , .ntb-form .text-grid[b-2jmkkjlhbi] , .ntb-form .removable-item-list[b-2jmkkjlhbi]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > label, .ntb-form .text-grid[b-2jmkkjlhbi]  > label, .ntb-form .removable-item-list[b-2jmkkjlhbi]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > label::first-letter, .ntb-form .text-grid[b-2jmkkjlhbi]  > label::first-letter, .ntb-form .removable-item-list[b-2jmkkjlhbi]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .top-aligned, .ntb-form .text-grid[b-2jmkkjlhbi]  .top-aligned, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .right-aligned, .ntb-form .text-grid[b-2jmkkjlhbi]  .right-aligned, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > .dummy, .ntb-form .text-grid[b-2jmkkjlhbi]  > .dummy, .ntb-form .removable-item-list[b-2jmkkjlhbi]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > .spacer, .ntb-form .text-grid[b-2jmkkjlhbi]  > .spacer, .ntb-form .removable-item-list[b-2jmkkjlhbi]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  .form-row > :not(:last-child), .ntb-form .text-grid[b-2jmkkjlhbi]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-2jmkkjlhbi]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > .field-full, .ntb-form .text-grid[b-2jmkkjlhbi]  > .field-full, .ntb-form .removable-item-list[b-2jmkkjlhbi]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-2jmkkjlhbi]  > span:not(.inline), .ntb-form .text-grid[b-2jmkkjlhbi]  > span:not(.inline), .ntb-form .removable-item-list[b-2jmkkjlhbi]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-2jmkkjlhbi] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-2jmkkjlhbi] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-2jmkkjlhbi]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-2jmkkjlhbi] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-2jmkkjlhbi] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-2jmkkjlhbi] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-2jmkkjlhbi]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-2jmkkjlhbi]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-2jmkkjlhbi]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-2jmkkjlhbi] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-2jmkkjlhbi] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Edit/DayCareEmployeeRole.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-5r8t8mjchc] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-5r8t8mjchc] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-5r8t8mjchc] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-5r8t8mjchc], .ntb-card h2[b-5r8t8mjchc], .ntb-card h3[b-5r8t8mjchc], .ntb-card h4[b-5r8t8mjchc], .ntb-card h5[b-5r8t8mjchc], .ntb-card h6[b-5r8t8mjchc] {
  text-align: center;
}

.ntb-border[b-5r8t8mjchc] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-5r8t8mjchc] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-5r8t8mjchc] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-5r8t8mjchc] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-5r8t8mjchc] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-5r8t8mjchc] {
  margin: 0;
}

.model-errors[b-5r8t8mjchc] {
  padding: 0;
}
.model-errors li[b-5r8t8mjchc] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-5r8t8mjchc] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-5r8t8mjchc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-5r8t8mjchc] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-5r8t8mjchc], .ntb-form .removable-item-list[b-5r8t8mjchc], .ntb-form .text-grid[b-5r8t8mjchc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-5r8t8mjchc], .ntb-form .removable-item-list > .dummy[b-5r8t8mjchc], .ntb-form .text-grid > .dummy[b-5r8t8mjchc] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-5r8t8mjchc] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-5r8t8mjchc] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-5r8t8mjchc] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-5r8t8mjchc] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-5r8t8mjchc] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-5r8t8mjchc] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-5r8t8mjchc] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-5r8t8mjchc] {
  display: inline;
}
.ntb-form span.inline > a[b-5r8t8mjchc] {
  display: inline;
}
.ntb-form h5[b-5r8t8mjchc] {
  margin-bottom: 1rem;
}
.ntb-form[b-5r8t8mjchc]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-5r8t8mjchc]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-5r8t8mjchc]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-5r8t8mjchc]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-5r8t8mjchc]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-5r8t8mjchc] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-5r8t8mjchc] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-5r8t8mjchc] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-5r8t8mjchc] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-5r8t8mjchc] {
  margin: auto 0;
}
.ntb-form .form-break[b-5r8t8mjchc] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-5r8t8mjchc] , .ntb-form .text-grid[b-5r8t8mjchc] , .ntb-form .removable-item-list[b-5r8t8mjchc]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-5r8t8mjchc]  > label, .ntb-form .text-grid[b-5r8t8mjchc]  > label, .ntb-form .removable-item-list[b-5r8t8mjchc]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-5r8t8mjchc]  > label::first-letter, .ntb-form .text-grid[b-5r8t8mjchc]  > label::first-letter, .ntb-form .removable-item-list[b-5r8t8mjchc]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .top-aligned, .ntb-form .text-grid[b-5r8t8mjchc]  .top-aligned, .ntb-form .removable-item-list[b-5r8t8mjchc]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .right-aligned, .ntb-form .text-grid[b-5r8t8mjchc]  .right-aligned, .ntb-form .removable-item-list[b-5r8t8mjchc]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-5r8t8mjchc]  > .dummy, .ntb-form .text-grid[b-5r8t8mjchc]  > .dummy, .ntb-form .removable-item-list[b-5r8t8mjchc]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  > .spacer, .ntb-form .text-grid[b-5r8t8mjchc]  > .spacer, .ntb-form .removable-item-list[b-5r8t8mjchc]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5r8t8mjchc]  .form-row > :not(:last-child), .ntb-form .text-grid[b-5r8t8mjchc]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-5r8t8mjchc]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-5r8t8mjchc]  > .field-full, .ntb-form .text-grid[b-5r8t8mjchc]  > .field-full, .ntb-form .removable-item-list[b-5r8t8mjchc]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-5r8t8mjchc]  > span:not(.inline), .ntb-form .text-grid[b-5r8t8mjchc]  > span:not(.inline), .ntb-form .removable-item-list[b-5r8t8mjchc]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-5r8t8mjchc] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-5r8t8mjchc] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-5r8t8mjchc]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-5r8t8mjchc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-5r8t8mjchc] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-5r8t8mjchc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-5r8t8mjchc]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-5r8t8mjchc]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-5r8t8mjchc]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-5r8t8mjchc] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-5r8t8mjchc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Edit/DayCareManagerRole.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-8g6mdhyknx] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-8g6mdhyknx] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-8g6mdhyknx] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-8g6mdhyknx], .ntb-card h2[b-8g6mdhyknx], .ntb-card h3[b-8g6mdhyknx], .ntb-card h4[b-8g6mdhyknx], .ntb-card h5[b-8g6mdhyknx], .ntb-card h6[b-8g6mdhyknx] {
  text-align: center;
}

.ntb-border[b-8g6mdhyknx] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-8g6mdhyknx] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-8g6mdhyknx] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-8g6mdhyknx] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-8g6mdhyknx] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-8g6mdhyknx] {
  margin: 0;
}

.model-errors[b-8g6mdhyknx] {
  padding: 0;
}
.model-errors li[b-8g6mdhyknx] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-8g6mdhyknx] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-8g6mdhyknx] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-8g6mdhyknx] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-8g6mdhyknx], .ntb-form .removable-item-list[b-8g6mdhyknx], .ntb-form .text-grid[b-8g6mdhyknx] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-8g6mdhyknx], .ntb-form .removable-item-list > .dummy[b-8g6mdhyknx], .ntb-form .text-grid > .dummy[b-8g6mdhyknx] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-8g6mdhyknx] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-8g6mdhyknx] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-8g6mdhyknx] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-8g6mdhyknx] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-8g6mdhyknx] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-8g6mdhyknx] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-8g6mdhyknx] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-8g6mdhyknx] {
  display: inline;
}
.ntb-form span.inline > a[b-8g6mdhyknx] {
  display: inline;
}
.ntb-form h5[b-8g6mdhyknx] {
  margin-bottom: 1rem;
}
.ntb-form[b-8g6mdhyknx]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-8g6mdhyknx]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-8g6mdhyknx]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-8g6mdhyknx]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-8g6mdhyknx]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-8g6mdhyknx] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-8g6mdhyknx] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-8g6mdhyknx] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-8g6mdhyknx] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-8g6mdhyknx] {
  margin: auto 0;
}
.ntb-form .form-break[b-8g6mdhyknx] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-8g6mdhyknx] , .ntb-form .text-grid[b-8g6mdhyknx] , .ntb-form .removable-item-list[b-8g6mdhyknx]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-8g6mdhyknx]  > label, .ntb-form .text-grid[b-8g6mdhyknx]  > label, .ntb-form .removable-item-list[b-8g6mdhyknx]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-8g6mdhyknx]  > label::first-letter, .ntb-form .text-grid[b-8g6mdhyknx]  > label::first-letter, .ntb-form .removable-item-list[b-8g6mdhyknx]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .top-aligned, .ntb-form .text-grid[b-8g6mdhyknx]  .top-aligned, .ntb-form .removable-item-list[b-8g6mdhyknx]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .right-aligned, .ntb-form .text-grid[b-8g6mdhyknx]  .right-aligned, .ntb-form .removable-item-list[b-8g6mdhyknx]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-8g6mdhyknx]  > .dummy, .ntb-form .text-grid[b-8g6mdhyknx]  > .dummy, .ntb-form .removable-item-list[b-8g6mdhyknx]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  > .spacer, .ntb-form .text-grid[b-8g6mdhyknx]  > .spacer, .ntb-form .removable-item-list[b-8g6mdhyknx]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-8g6mdhyknx]  .form-row > :not(:last-child), .ntb-form .text-grid[b-8g6mdhyknx]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-8g6mdhyknx]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-8g6mdhyknx]  > .field-full, .ntb-form .text-grid[b-8g6mdhyknx]  > .field-full, .ntb-form .removable-item-list[b-8g6mdhyknx]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-8g6mdhyknx]  > span:not(.inline), .ntb-form .text-grid[b-8g6mdhyknx]  > span:not(.inline), .ntb-form .removable-item-list[b-8g6mdhyknx]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-8g6mdhyknx] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-8g6mdhyknx] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-8g6mdhyknx]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-8g6mdhyknx] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-8g6mdhyknx] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-8g6mdhyknx] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-8g6mdhyknx]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-8g6mdhyknx]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-8g6mdhyknx]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-8g6mdhyknx] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-8g6mdhyknx] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Profile/Edit/General.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-lgj55bdiou] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-lgj55bdiou] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-lgj55bdiou] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-lgj55bdiou], .ntb-card h2[b-lgj55bdiou], .ntb-card h3[b-lgj55bdiou], .ntb-card h4[b-lgj55bdiou], .ntb-card h5[b-lgj55bdiou], .ntb-card h6[b-lgj55bdiou] {
  text-align: center;
}

.ntb-border[b-lgj55bdiou] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-lgj55bdiou] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-lgj55bdiou] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-lgj55bdiou] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-lgj55bdiou] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-lgj55bdiou] {
  margin: 0;
}

.model-errors[b-lgj55bdiou] {
  padding: 0;
}
.model-errors li[b-lgj55bdiou] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-lgj55bdiou] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-lgj55bdiou] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-lgj55bdiou] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-lgj55bdiou], .ntb-form .removable-item-list[b-lgj55bdiou], .ntb-form .text-grid[b-lgj55bdiou] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-lgj55bdiou], .ntb-form .removable-item-list > .dummy[b-lgj55bdiou], .ntb-form .text-grid > .dummy[b-lgj55bdiou] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-lgj55bdiou] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-lgj55bdiou] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-lgj55bdiou] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-lgj55bdiou] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-lgj55bdiou] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-lgj55bdiou] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-lgj55bdiou] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-lgj55bdiou] {
  display: inline;
}
.ntb-form span.inline > a[b-lgj55bdiou] {
  display: inline;
}
.ntb-form h5[b-lgj55bdiou] {
  margin-bottom: 1rem;
}
.ntb-form[b-lgj55bdiou]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-lgj55bdiou]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-lgj55bdiou]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-lgj55bdiou]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-lgj55bdiou]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-lgj55bdiou] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-lgj55bdiou] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-lgj55bdiou] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-lgj55bdiou] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-lgj55bdiou] {
  margin: auto 0;
}
.ntb-form .form-break[b-lgj55bdiou] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-lgj55bdiou] , .ntb-form .text-grid[b-lgj55bdiou] , .ntb-form .removable-item-list[b-lgj55bdiou]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-lgj55bdiou]  > label, .ntb-form .text-grid[b-lgj55bdiou]  > label, .ntb-form .removable-item-list[b-lgj55bdiou]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-lgj55bdiou]  > label::first-letter, .ntb-form .text-grid[b-lgj55bdiou]  > label::first-letter, .ntb-form .removable-item-list[b-lgj55bdiou]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-lgj55bdiou]  .top-aligned, .ntb-form .text-grid[b-lgj55bdiou]  .top-aligned, .ntb-form .removable-item-list[b-lgj55bdiou]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-lgj55bdiou]  .right-aligned, .ntb-form .text-grid[b-lgj55bdiou]  .right-aligned, .ntb-form .removable-item-list[b-lgj55bdiou]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-lgj55bdiou]  > .dummy, .ntb-form .text-grid[b-lgj55bdiou]  > .dummy, .ntb-form .removable-item-list[b-lgj55bdiou]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  > .spacer, .ntb-form .text-grid[b-lgj55bdiou]  > .spacer, .ntb-form .removable-item-list[b-lgj55bdiou]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row, .ntb-form .text-grid[b-lgj55bdiou]  .form-row, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-lgj55bdiou]  .form-row > :not(:last-child), .ntb-form .text-grid[b-lgj55bdiou]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-lgj55bdiou]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-lgj55bdiou]  > .field-full, .ntb-form .text-grid[b-lgj55bdiou]  > .field-full, .ntb-form .removable-item-list[b-lgj55bdiou]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-lgj55bdiou]  > span:not(.inline), .ntb-form .text-grid[b-lgj55bdiou]  > span:not(.inline), .ntb-form .removable-item-list[b-lgj55bdiou]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-lgj55bdiou] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-lgj55bdiou] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-lgj55bdiou]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-lgj55bdiou] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-lgj55bdiou] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-lgj55bdiou] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-lgj55bdiou]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-lgj55bdiou]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-lgj55bdiou]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-lgj55bdiou] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-lgj55bdiou] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/Accreditation.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-7dkdbatf4z] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-7dkdbatf4z] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-7dkdbatf4z] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-7dkdbatf4z], .ntb-card h2[b-7dkdbatf4z], .ntb-card h3[b-7dkdbatf4z], .ntb-card h4[b-7dkdbatf4z], .ntb-card h5[b-7dkdbatf4z], .ntb-card h6[b-7dkdbatf4z] {
  text-align: center;
}

.ntb-border[b-7dkdbatf4z] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-7dkdbatf4z] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-7dkdbatf4z] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-7dkdbatf4z] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-7dkdbatf4z] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-7dkdbatf4z] {
  margin: 0;
}

.model-errors[b-7dkdbatf4z] {
  padding: 0;
}
.model-errors li[b-7dkdbatf4z] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-7dkdbatf4z] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-7dkdbatf4z] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-7dkdbatf4z] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-7dkdbatf4z], .ntb-form .removable-item-list[b-7dkdbatf4z], .ntb-form .text-grid[b-7dkdbatf4z] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-7dkdbatf4z], .ntb-form .removable-item-list > .dummy[b-7dkdbatf4z], .ntb-form .text-grid > .dummy[b-7dkdbatf4z] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-7dkdbatf4z] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-7dkdbatf4z] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-7dkdbatf4z] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-7dkdbatf4z] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-7dkdbatf4z] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-7dkdbatf4z] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-7dkdbatf4z] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-7dkdbatf4z] {
  display: inline;
}
.ntb-form span.inline > a[b-7dkdbatf4z] {
  display: inline;
}
.ntb-form h5[b-7dkdbatf4z] {
  margin-bottom: 1rem;
}
.ntb-form[b-7dkdbatf4z]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-7dkdbatf4z]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-7dkdbatf4z]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-7dkdbatf4z]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-7dkdbatf4z]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-7dkdbatf4z] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-7dkdbatf4z] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-7dkdbatf4z] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-7dkdbatf4z] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-7dkdbatf4z] {
  margin: auto 0;
}
.ntb-form .form-break[b-7dkdbatf4z] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-7dkdbatf4z] , .ntb-form .text-grid[b-7dkdbatf4z] , .ntb-form .removable-item-list[b-7dkdbatf4z]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-7dkdbatf4z]  > label, .ntb-form .text-grid[b-7dkdbatf4z]  > label, .ntb-form .removable-item-list[b-7dkdbatf4z]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-7dkdbatf4z]  > label::first-letter, .ntb-form .text-grid[b-7dkdbatf4z]  > label::first-letter, .ntb-form .removable-item-list[b-7dkdbatf4z]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .top-aligned, .ntb-form .text-grid[b-7dkdbatf4z]  .top-aligned, .ntb-form .removable-item-list[b-7dkdbatf4z]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .right-aligned, .ntb-form .text-grid[b-7dkdbatf4z]  .right-aligned, .ntb-form .removable-item-list[b-7dkdbatf4z]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-7dkdbatf4z]  > .dummy, .ntb-form .text-grid[b-7dkdbatf4z]  > .dummy, .ntb-form .removable-item-list[b-7dkdbatf4z]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  > .spacer, .ntb-form .text-grid[b-7dkdbatf4z]  > .spacer, .ntb-form .removable-item-list[b-7dkdbatf4z]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-7dkdbatf4z]  .form-row > :not(:last-child), .ntb-form .text-grid[b-7dkdbatf4z]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-7dkdbatf4z]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-7dkdbatf4z]  > .field-full, .ntb-form .text-grid[b-7dkdbatf4z]  > .field-full, .ntb-form .removable-item-list[b-7dkdbatf4z]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-7dkdbatf4z]  > span:not(.inline), .ntb-form .text-grid[b-7dkdbatf4z]  > span:not(.inline), .ntb-form .removable-item-list[b-7dkdbatf4z]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-7dkdbatf4z] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-7dkdbatf4z] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-7dkdbatf4z]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-7dkdbatf4z] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-7dkdbatf4z] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-7dkdbatf4z] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-7dkdbatf4z]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-7dkdbatf4z]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-7dkdbatf4z]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-7dkdbatf4z] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-7dkdbatf4z] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

label.warning[b-7dkdbatf4z] {
  color: var(--primary-text-color);
}

.qualification-container[b-7dkdbatf4z] {
  margin-top: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/Accreditation/_Reject.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-ucjgjmvrky] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-ucjgjmvrky] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-ucjgjmvrky] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-ucjgjmvrky], .ntb-card h2[b-ucjgjmvrky], .ntb-card h3[b-ucjgjmvrky], .ntb-card h4[b-ucjgjmvrky], .ntb-card h5[b-ucjgjmvrky], .ntb-card h6[b-ucjgjmvrky] {
  text-align: center;
}

.ntb-border[b-ucjgjmvrky] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-ucjgjmvrky] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-ucjgjmvrky] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-ucjgjmvrky] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-ucjgjmvrky] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-ucjgjmvrky] {
  margin: 0;
}

.model-errors[b-ucjgjmvrky] {
  padding: 0;
}
.model-errors li[b-ucjgjmvrky] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-ucjgjmvrky] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-ucjgjmvrky] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-ucjgjmvrky] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-ucjgjmvrky], .ntb-form .removable-item-list[b-ucjgjmvrky], .ntb-form .text-grid[b-ucjgjmvrky] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-ucjgjmvrky], .ntb-form .removable-item-list > .dummy[b-ucjgjmvrky], .ntb-form .text-grid > .dummy[b-ucjgjmvrky] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-ucjgjmvrky] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-ucjgjmvrky] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-ucjgjmvrky] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-ucjgjmvrky] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-ucjgjmvrky] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-ucjgjmvrky] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-ucjgjmvrky] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-ucjgjmvrky] {
  display: inline;
}
.ntb-form span.inline > a[b-ucjgjmvrky] {
  display: inline;
}
.ntb-form h5[b-ucjgjmvrky] {
  margin-bottom: 1rem;
}
.ntb-form[b-ucjgjmvrky]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-ucjgjmvrky]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-ucjgjmvrky]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-ucjgjmvrky]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-ucjgjmvrky]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-ucjgjmvrky] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-ucjgjmvrky] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-ucjgjmvrky] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-ucjgjmvrky] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-ucjgjmvrky] {
  margin: auto 0;
}
.ntb-form .form-break[b-ucjgjmvrky] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-ucjgjmvrky] , .ntb-form .text-grid[b-ucjgjmvrky] , .ntb-form .removable-item-list[b-ucjgjmvrky]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-ucjgjmvrky]  > label, .ntb-form .text-grid[b-ucjgjmvrky]  > label, .ntb-form .removable-item-list[b-ucjgjmvrky]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-ucjgjmvrky]  > label::first-letter, .ntb-form .text-grid[b-ucjgjmvrky]  > label::first-letter, .ntb-form .removable-item-list[b-ucjgjmvrky]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .top-aligned, .ntb-form .text-grid[b-ucjgjmvrky]  .top-aligned, .ntb-form .removable-item-list[b-ucjgjmvrky]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .right-aligned, .ntb-form .text-grid[b-ucjgjmvrky]  .right-aligned, .ntb-form .removable-item-list[b-ucjgjmvrky]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-ucjgjmvrky]  > .dummy, .ntb-form .text-grid[b-ucjgjmvrky]  > .dummy, .ntb-form .removable-item-list[b-ucjgjmvrky]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  > .spacer, .ntb-form .text-grid[b-ucjgjmvrky]  > .spacer, .ntb-form .removable-item-list[b-ucjgjmvrky]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ucjgjmvrky]  .form-row > :not(:last-child), .ntb-form .text-grid[b-ucjgjmvrky]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-ucjgjmvrky]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-ucjgjmvrky]  > .field-full, .ntb-form .text-grid[b-ucjgjmvrky]  > .field-full, .ntb-form .removable-item-list[b-ucjgjmvrky]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-ucjgjmvrky]  > span:not(.inline), .ntb-form .text-grid[b-ucjgjmvrky]  > span:not(.inline), .ntb-form .removable-item-list[b-ucjgjmvrky]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-ucjgjmvrky] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-ucjgjmvrky] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-ucjgjmvrky]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-ucjgjmvrky] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-ucjgjmvrky] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-ucjgjmvrky] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-ucjgjmvrky]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-ucjgjmvrky]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-ucjgjmvrky]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-ucjgjmvrky] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-ucjgjmvrky] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-ucjgjmvrky] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-ucjgjmvrky] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/NewCourse.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-4lfj2qh768] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-4lfj2qh768] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-4lfj2qh768] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-4lfj2qh768], .ntb-card h2[b-4lfj2qh768], .ntb-card h3[b-4lfj2qh768], .ntb-card h4[b-4lfj2qh768], .ntb-card h5[b-4lfj2qh768], .ntb-card h6[b-4lfj2qh768] {
  text-align: center;
}

.ntb-border[b-4lfj2qh768] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-4lfj2qh768] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-4lfj2qh768] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-4lfj2qh768] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-4lfj2qh768] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-4lfj2qh768] {
  margin: 0;
}

.model-errors[b-4lfj2qh768] {
  padding: 0;
}
.model-errors li[b-4lfj2qh768] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-4lfj2qh768] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-4lfj2qh768] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-4lfj2qh768] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-4lfj2qh768], .ntb-form .removable-item-list[b-4lfj2qh768], .ntb-form .text-grid[b-4lfj2qh768] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-4lfj2qh768], .ntb-form .removable-item-list > .dummy[b-4lfj2qh768], .ntb-form .text-grid > .dummy[b-4lfj2qh768] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-4lfj2qh768] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-4lfj2qh768] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-4lfj2qh768] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-4lfj2qh768] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-4lfj2qh768] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-4lfj2qh768] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-4lfj2qh768] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-4lfj2qh768] {
  display: inline;
}
.ntb-form span.inline > a[b-4lfj2qh768] {
  display: inline;
}
.ntb-form h5[b-4lfj2qh768] {
  margin-bottom: 1rem;
}
.ntb-form[b-4lfj2qh768]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-4lfj2qh768]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-4lfj2qh768]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-4lfj2qh768]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-4lfj2qh768]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-4lfj2qh768] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-4lfj2qh768] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-4lfj2qh768] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-4lfj2qh768] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-4lfj2qh768] {
  margin: auto 0;
}
.ntb-form .form-break[b-4lfj2qh768] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-4lfj2qh768] , .ntb-form .text-grid[b-4lfj2qh768] , .ntb-form .removable-item-list[b-4lfj2qh768]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-4lfj2qh768]  > label, .ntb-form .text-grid[b-4lfj2qh768]  > label, .ntb-form .removable-item-list[b-4lfj2qh768]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-4lfj2qh768]  > label::first-letter, .ntb-form .text-grid[b-4lfj2qh768]  > label::first-letter, .ntb-form .removable-item-list[b-4lfj2qh768]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-4lfj2qh768]  .top-aligned, .ntb-form .text-grid[b-4lfj2qh768]  .top-aligned, .ntb-form .removable-item-list[b-4lfj2qh768]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-4lfj2qh768]  .right-aligned, .ntb-form .text-grid[b-4lfj2qh768]  .right-aligned, .ntb-form .removable-item-list[b-4lfj2qh768]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-4lfj2qh768]  > .dummy, .ntb-form .text-grid[b-4lfj2qh768]  > .dummy, .ntb-form .removable-item-list[b-4lfj2qh768]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  > .spacer, .ntb-form .text-grid[b-4lfj2qh768]  > .spacer, .ntb-form .removable-item-list[b-4lfj2qh768]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row, .ntb-form .text-grid[b-4lfj2qh768]  .form-row, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-4lfj2qh768]  .form-row > :not(:last-child), .ntb-form .text-grid[b-4lfj2qh768]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-4lfj2qh768]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-4lfj2qh768]  > .field-full, .ntb-form .text-grid[b-4lfj2qh768]  > .field-full, .ntb-form .removable-item-list[b-4lfj2qh768]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-4lfj2qh768]  > span:not(.inline), .ntb-form .text-grid[b-4lfj2qh768]  > span:not(.inline), .ntb-form .removable-item-list[b-4lfj2qh768]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-4lfj2qh768] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-4lfj2qh768] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-4lfj2qh768]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-4lfj2qh768] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-4lfj2qh768] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-4lfj2qh768] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-4lfj2qh768]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-4lfj2qh768]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-4lfj2qh768]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-4lfj2qh768] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-4lfj2qh768] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/PublishedPartials/_MissingQualifications.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-hwnos0b1wv] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-hwnos0b1wv] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-hwnos0b1wv] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-hwnos0b1wv], .ntb-card h2[b-hwnos0b1wv], .ntb-card h3[b-hwnos0b1wv], .ntb-card h4[b-hwnos0b1wv], .ntb-card h5[b-hwnos0b1wv], .ntb-card h6[b-hwnos0b1wv] {
  text-align: center;
}

.ntb-border[b-hwnos0b1wv] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-hwnos0b1wv] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-hwnos0b1wv] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-hwnos0b1wv] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-hwnos0b1wv] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-hwnos0b1wv] {
  margin: 0;
}

.model-errors[b-hwnos0b1wv] {
  padding: 0;
}
.model-errors li[b-hwnos0b1wv] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-hwnos0b1wv] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-hwnos0b1wv] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-hwnos0b1wv] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-hwnos0b1wv], .ntb-form .removable-item-list[b-hwnos0b1wv], .ntb-form .text-grid[b-hwnos0b1wv] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-hwnos0b1wv], .ntb-form .removable-item-list > .dummy[b-hwnos0b1wv], .ntb-form .text-grid > .dummy[b-hwnos0b1wv] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-hwnos0b1wv] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-hwnos0b1wv] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-hwnos0b1wv] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-hwnos0b1wv] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-hwnos0b1wv] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-hwnos0b1wv] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-hwnos0b1wv] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-hwnos0b1wv] {
  display: inline;
}
.ntb-form span.inline > a[b-hwnos0b1wv] {
  display: inline;
}
.ntb-form h5[b-hwnos0b1wv] {
  margin-bottom: 1rem;
}
.ntb-form[b-hwnos0b1wv]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-hwnos0b1wv]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-hwnos0b1wv]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-hwnos0b1wv]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-hwnos0b1wv]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-hwnos0b1wv] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-hwnos0b1wv] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-hwnos0b1wv] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-hwnos0b1wv] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-hwnos0b1wv] {
  margin: auto 0;
}
.ntb-form .form-break[b-hwnos0b1wv] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-hwnos0b1wv] , .ntb-form .text-grid[b-hwnos0b1wv] , .ntb-form .removable-item-list[b-hwnos0b1wv]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-hwnos0b1wv]  > label, .ntb-form .text-grid[b-hwnos0b1wv]  > label, .ntb-form .removable-item-list[b-hwnos0b1wv]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-hwnos0b1wv]  > label::first-letter, .ntb-form .text-grid[b-hwnos0b1wv]  > label::first-letter, .ntb-form .removable-item-list[b-hwnos0b1wv]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .top-aligned, .ntb-form .text-grid[b-hwnos0b1wv]  .top-aligned, .ntb-form .removable-item-list[b-hwnos0b1wv]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .right-aligned, .ntb-form .text-grid[b-hwnos0b1wv]  .right-aligned, .ntb-form .removable-item-list[b-hwnos0b1wv]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-hwnos0b1wv]  > .dummy, .ntb-form .text-grid[b-hwnos0b1wv]  > .dummy, .ntb-form .removable-item-list[b-hwnos0b1wv]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  > .spacer, .ntb-form .text-grid[b-hwnos0b1wv]  > .spacer, .ntb-form .removable-item-list[b-hwnos0b1wv]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-hwnos0b1wv]  .form-row > :not(:last-child), .ntb-form .text-grid[b-hwnos0b1wv]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-hwnos0b1wv]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-hwnos0b1wv]  > .field-full, .ntb-form .text-grid[b-hwnos0b1wv]  > .field-full, .ntb-form .removable-item-list[b-hwnos0b1wv]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-hwnos0b1wv]  > span:not(.inline), .ntb-form .text-grid[b-hwnos0b1wv]  > span:not(.inline), .ntb-form .removable-item-list[b-hwnos0b1wv]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-hwnos0b1wv] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-hwnos0b1wv] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-hwnos0b1wv]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-hwnos0b1wv] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-hwnos0b1wv] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-hwnos0b1wv] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-hwnos0b1wv]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-hwnos0b1wv]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-hwnos0b1wv]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-hwnos0b1wv] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-hwnos0b1wv] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.no-result-container[b-hwnos0b1wv] {
  height: fit-content !important;
  margin-bottom: 1.5rem;
}

.qualification-spacer[b-hwnos0b1wv] {
  margin-bottom: 1.5rem;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/PublishedPartials/_PendingAccreditations.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-aciw1er68u] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-aciw1er68u] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-aciw1er68u] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-aciw1er68u], .ntb-card h2[b-aciw1er68u], .ntb-card h3[b-aciw1er68u], .ntb-card h4[b-aciw1er68u], .ntb-card h5[b-aciw1er68u], .ntb-card h6[b-aciw1er68u] {
  text-align: center;
}

.ntb-border[b-aciw1er68u] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-aciw1er68u] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-aciw1er68u] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-aciw1er68u] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-aciw1er68u] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-aciw1er68u] {
  margin: 0;
}

.model-errors[b-aciw1er68u] {
  padding: 0;
}
.model-errors li[b-aciw1er68u] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-aciw1er68u] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-aciw1er68u] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-aciw1er68u] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-aciw1er68u], .ntb-form .removable-item-list[b-aciw1er68u], .ntb-form .text-grid[b-aciw1er68u] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-aciw1er68u], .ntb-form .removable-item-list > .dummy[b-aciw1er68u], .ntb-form .text-grid > .dummy[b-aciw1er68u] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-aciw1er68u] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-aciw1er68u] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-aciw1er68u] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-aciw1er68u] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-aciw1er68u] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-aciw1er68u] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-aciw1er68u] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-aciw1er68u] {
  display: inline;
}
.ntb-form span.inline > a[b-aciw1er68u] {
  display: inline;
}
.ntb-form h5[b-aciw1er68u] {
  margin-bottom: 1rem;
}
.ntb-form[b-aciw1er68u]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-aciw1er68u]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-aciw1er68u]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-aciw1er68u]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-aciw1er68u]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-aciw1er68u] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-aciw1er68u] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-aciw1er68u] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-aciw1er68u] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-aciw1er68u] {
  margin: auto 0;
}
.ntb-form .form-break[b-aciw1er68u] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-aciw1er68u] , .ntb-form .text-grid[b-aciw1er68u] , .ntb-form .removable-item-list[b-aciw1er68u]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-aciw1er68u]  > label, .ntb-form .text-grid[b-aciw1er68u]  > label, .ntb-form .removable-item-list[b-aciw1er68u]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-aciw1er68u]  > label::first-letter, .ntb-form .text-grid[b-aciw1er68u]  > label::first-letter, .ntb-form .removable-item-list[b-aciw1er68u]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-aciw1er68u]  .top-aligned, .ntb-form .text-grid[b-aciw1er68u]  .top-aligned, .ntb-form .removable-item-list[b-aciw1er68u]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-aciw1er68u]  .right-aligned, .ntb-form .text-grid[b-aciw1er68u]  .right-aligned, .ntb-form .removable-item-list[b-aciw1er68u]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-aciw1er68u]  > .dummy, .ntb-form .text-grid[b-aciw1er68u]  > .dummy, .ntb-form .removable-item-list[b-aciw1er68u]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  > .spacer, .ntb-form .text-grid[b-aciw1er68u]  > .spacer, .ntb-form .removable-item-list[b-aciw1er68u]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row, .ntb-form .text-grid[b-aciw1er68u]  .form-row, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-aciw1er68u]  .form-row > :not(:last-child), .ntb-form .text-grid[b-aciw1er68u]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-aciw1er68u]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-aciw1er68u]  > .field-full, .ntb-form .text-grid[b-aciw1er68u]  > .field-full, .ntb-form .removable-item-list[b-aciw1er68u]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-aciw1er68u]  > span:not(.inline), .ntb-form .text-grid[b-aciw1er68u]  > span:not(.inline), .ntb-form .removable-item-list[b-aciw1er68u]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-aciw1er68u] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-aciw1er68u] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-aciw1er68u]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-aciw1er68u] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-aciw1er68u] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-aciw1er68u] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-aciw1er68u]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-aciw1er68u]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-aciw1er68u]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-aciw1er68u] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-aciw1er68u] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.no-result-container[b-aciw1er68u] {
  height: fit-content !important;
  margin-bottom: 1.5rem;
}

.qualification-spacer[b-aciw1er68u] {
  margin-bottom: 1.5rem;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/PublishedPartials/_QualificationSummary.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-fg8jbmuzoc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-fg8jbmuzoc] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-fg8jbmuzoc], .ntb-form .removable-item-list[b-fg8jbmuzoc], .ntb-form .text-grid[b-fg8jbmuzoc] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-fg8jbmuzoc], .ntb-form .removable-item-list > .dummy[b-fg8jbmuzoc], .ntb-form .text-grid > .dummy[b-fg8jbmuzoc] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-fg8jbmuzoc] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-fg8jbmuzoc] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-fg8jbmuzoc] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-fg8jbmuzoc] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-fg8jbmuzoc] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-fg8jbmuzoc] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-fg8jbmuzoc] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-fg8jbmuzoc] {
  display: inline;
}
.ntb-form span.inline > a[b-fg8jbmuzoc] {
  display: inline;
}
.ntb-form h5[b-fg8jbmuzoc] {
  margin-bottom: 1rem;
}
.ntb-form[b-fg8jbmuzoc]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-fg8jbmuzoc]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-fg8jbmuzoc]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-fg8jbmuzoc]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-fg8jbmuzoc]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-fg8jbmuzoc] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-fg8jbmuzoc] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-fg8jbmuzoc] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-fg8jbmuzoc] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-fg8jbmuzoc] {
  margin: auto 0;
}
.ntb-form .form-break[b-fg8jbmuzoc] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-fg8jbmuzoc] , .ntb-form .text-grid[b-fg8jbmuzoc] , .ntb-form .removable-item-list[b-fg8jbmuzoc]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > label, .ntb-form .text-grid[b-fg8jbmuzoc]  > label, .ntb-form .removable-item-list[b-fg8jbmuzoc]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > label::first-letter, .ntb-form .text-grid[b-fg8jbmuzoc]  > label::first-letter, .ntb-form .removable-item-list[b-fg8jbmuzoc]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .top-aligned, .ntb-form .text-grid[b-fg8jbmuzoc]  .top-aligned, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .right-aligned, .ntb-form .text-grid[b-fg8jbmuzoc]  .right-aligned, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > .dummy, .ntb-form .text-grid[b-fg8jbmuzoc]  > .dummy, .ntb-form .removable-item-list[b-fg8jbmuzoc]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > .spacer, .ntb-form .text-grid[b-fg8jbmuzoc]  > .spacer, .ntb-form .removable-item-list[b-fg8jbmuzoc]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  .form-row > :not(:last-child), .ntb-form .text-grid[b-fg8jbmuzoc]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-fg8jbmuzoc]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > .field-full, .ntb-form .text-grid[b-fg8jbmuzoc]  > .field-full, .ntb-form .removable-item-list[b-fg8jbmuzoc]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-fg8jbmuzoc]  > span:not(.inline), .ntb-form .text-grid[b-fg8jbmuzoc]  > span:not(.inline), .ntb-form .removable-item-list[b-fg8jbmuzoc]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-fg8jbmuzoc] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-fg8jbmuzoc] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-fg8jbmuzoc]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-fg8jbmuzoc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-fg8jbmuzoc] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-fg8jbmuzoc] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-fg8jbmuzoc]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-fg8jbmuzoc]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-fg8jbmuzoc]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-fg8jbmuzoc] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-fg8jbmuzoc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form .qualification-summary-row[b-fg8jbmuzoc] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .qualification-summary-row > .info[b-fg8jbmuzoc] {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.ntb-form .qualification-summary-row > .info > label[b-fg8jbmuzoc] {
  display: inline-block;
  color: var(--accent-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntb-form .qualification-summary-row > .info > span[b-fg8jbmuzoc] {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntb-form .qualification-summary-row > .info > span span[b-fg8jbmuzoc] {
  display: inline;
}

@media only screen and (min-width: 992px) {
  .ntb-form .qualification-summary-row > .info[b-fg8jbmuzoc] {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: calc(33% + 0.5rem) 2fr;
  }
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/SelectCourse/_AbortButton.cshtml.rz.scp.css */
.ntb-pager-button-box[b-a5ykxn1q9e] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ntb-pager-button-box > div[b-a5ykxn1q9e] {
  flex: 1 1 15rem;
  max-width: 15rem;
  min-width: fit-content;
  white-space: nowrap;
}
.ntb-pager-button-box > div[b-a5ykxn1q9e]  button {
  width: 100%;
  margin: 0;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/SelectCourse/_AddButton.cshtml.rz.scp.css */
.ntb-pager-button-box[b-31dkj6r73g] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ntb-pager-button-box > div[b-31dkj6r73g] {
  flex: 1 1 15rem;
  max-width: 15rem;
  min-width: fit-content;
  white-space: nowrap;
}
.ntb-pager-button-box > div[b-31dkj6r73g]  button {
  width: 100%;
  margin: 0;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/Upload.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-eqj4nqh6yy] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-eqj4nqh6yy] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-eqj4nqh6yy] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-eqj4nqh6yy], .ntb-card h2[b-eqj4nqh6yy], .ntb-card h3[b-eqj4nqh6yy], .ntb-card h4[b-eqj4nqh6yy], .ntb-card h5[b-eqj4nqh6yy], .ntb-card h6[b-eqj4nqh6yy] {
  text-align: center;
}

.ntb-border[b-eqj4nqh6yy] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-eqj4nqh6yy] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-eqj4nqh6yy] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-eqj4nqh6yy] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-eqj4nqh6yy] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-eqj4nqh6yy] {
  margin: 0;
}

.model-errors[b-eqj4nqh6yy] {
  padding: 0;
}
.model-errors li[b-eqj4nqh6yy] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-eqj4nqh6yy] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-eqj4nqh6yy] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-eqj4nqh6yy] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-eqj4nqh6yy], .ntb-form .removable-item-list[b-eqj4nqh6yy], .ntb-form .text-grid[b-eqj4nqh6yy] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-eqj4nqh6yy], .ntb-form .removable-item-list > .dummy[b-eqj4nqh6yy], .ntb-form .text-grid > .dummy[b-eqj4nqh6yy] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-eqj4nqh6yy] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-eqj4nqh6yy] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-eqj4nqh6yy] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-eqj4nqh6yy] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-eqj4nqh6yy] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-eqj4nqh6yy] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-eqj4nqh6yy] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-eqj4nqh6yy] {
  display: inline;
}
.ntb-form span.inline > a[b-eqj4nqh6yy] {
  display: inline;
}
.ntb-form h5[b-eqj4nqh6yy] {
  margin-bottom: 1rem;
}
.ntb-form[b-eqj4nqh6yy]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-eqj4nqh6yy]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-eqj4nqh6yy]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-eqj4nqh6yy]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-eqj4nqh6yy]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-eqj4nqh6yy] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-eqj4nqh6yy] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-eqj4nqh6yy] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-eqj4nqh6yy] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-eqj4nqh6yy] {
  margin: auto 0;
}
.ntb-form .form-break[b-eqj4nqh6yy] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-eqj4nqh6yy] , .ntb-form .text-grid[b-eqj4nqh6yy] , .ntb-form .removable-item-list[b-eqj4nqh6yy]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > label, .ntb-form .text-grid[b-eqj4nqh6yy]  > label, .ntb-form .removable-item-list[b-eqj4nqh6yy]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > label::first-letter, .ntb-form .text-grid[b-eqj4nqh6yy]  > label::first-letter, .ntb-form .removable-item-list[b-eqj4nqh6yy]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .top-aligned, .ntb-form .text-grid[b-eqj4nqh6yy]  .top-aligned, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .right-aligned, .ntb-form .text-grid[b-eqj4nqh6yy]  .right-aligned, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > .dummy, .ntb-form .text-grid[b-eqj4nqh6yy]  > .dummy, .ntb-form .removable-item-list[b-eqj4nqh6yy]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > .spacer, .ntb-form .text-grid[b-eqj4nqh6yy]  > .spacer, .ntb-form .removable-item-list[b-eqj4nqh6yy]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  .form-row > :not(:last-child), .ntb-form .text-grid[b-eqj4nqh6yy]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-eqj4nqh6yy]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > .field-full, .ntb-form .text-grid[b-eqj4nqh6yy]  > .field-full, .ntb-form .removable-item-list[b-eqj4nqh6yy]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-eqj4nqh6yy]  > span:not(.inline), .ntb-form .text-grid[b-eqj4nqh6yy]  > span:not(.inline), .ntb-form .removable-item-list[b-eqj4nqh6yy]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-eqj4nqh6yy] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-eqj4nqh6yy] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-eqj4nqh6yy]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-eqj4nqh6yy] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-eqj4nqh6yy] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-eqj4nqh6yy] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-eqj4nqh6yy]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-eqj4nqh6yy]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-eqj4nqh6yy]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-eqj4nqh6yy] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-eqj4nqh6yy] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.date-grid[b-eqj4nqh6yy] {
  margin-top: 1rem;
}

.upload-header[b-eqj4nqh6yy] {
  margin-top: 2rem;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/VerifyCourse/_Add.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-d6odq2ngco] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-d6odq2ngco] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-d6odq2ngco], .ntb-form .removable-item-list[b-d6odq2ngco], .ntb-form .text-grid[b-d6odq2ngco] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-d6odq2ngco], .ntb-form .removable-item-list > .dummy[b-d6odq2ngco], .ntb-form .text-grid > .dummy[b-d6odq2ngco] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-d6odq2ngco] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-d6odq2ngco] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-d6odq2ngco] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-d6odq2ngco] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-d6odq2ngco] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-d6odq2ngco] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-d6odq2ngco] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-d6odq2ngco] {
  display: inline;
}
.ntb-form span.inline > a[b-d6odq2ngco] {
  display: inline;
}
.ntb-form h5[b-d6odq2ngco] {
  margin-bottom: 1rem;
}
.ntb-form[b-d6odq2ngco]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-d6odq2ngco]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-d6odq2ngco]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-d6odq2ngco]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-d6odq2ngco]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-d6odq2ngco] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-d6odq2ngco] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-d6odq2ngco] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-d6odq2ngco] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-d6odq2ngco] {
  margin: auto 0;
}
.ntb-form .form-break[b-d6odq2ngco] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-d6odq2ngco] , .ntb-form .text-grid[b-d6odq2ngco] , .ntb-form .removable-item-list[b-d6odq2ngco]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-d6odq2ngco]  > label, .ntb-form .text-grid[b-d6odq2ngco]  > label, .ntb-form .removable-item-list[b-d6odq2ngco]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-d6odq2ngco]  > label::first-letter, .ntb-form .text-grid[b-d6odq2ngco]  > label::first-letter, .ntb-form .removable-item-list[b-d6odq2ngco]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-d6odq2ngco]  .top-aligned, .ntb-form .text-grid[b-d6odq2ngco]  .top-aligned, .ntb-form .removable-item-list[b-d6odq2ngco]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-d6odq2ngco]  .right-aligned, .ntb-form .text-grid[b-d6odq2ngco]  .right-aligned, .ntb-form .removable-item-list[b-d6odq2ngco]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-d6odq2ngco]  > .dummy, .ntb-form .text-grid[b-d6odq2ngco]  > .dummy, .ntb-form .removable-item-list[b-d6odq2ngco]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  > .spacer, .ntb-form .text-grid[b-d6odq2ngco]  > .spacer, .ntb-form .removable-item-list[b-d6odq2ngco]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row, .ntb-form .text-grid[b-d6odq2ngco]  .form-row, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-d6odq2ngco]  .form-row > :not(:last-child), .ntb-form .text-grid[b-d6odq2ngco]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-d6odq2ngco]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-d6odq2ngco]  > .field-full, .ntb-form .text-grid[b-d6odq2ngco]  > .field-full, .ntb-form .removable-item-list[b-d6odq2ngco]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-d6odq2ngco]  > span:not(.inline), .ntb-form .text-grid[b-d6odq2ngco]  > span:not(.inline), .ntb-form .removable-item-list[b-d6odq2ngco]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-d6odq2ngco] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-d6odq2ngco] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-d6odq2ngco]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-d6odq2ngco] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-d6odq2ngco] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-d6odq2ngco] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-d6odq2ngco]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-d6odq2ngco]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-d6odq2ngco]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-d6odq2ngco] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-d6odq2ngco] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-d6odq2ngco] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-d6odq2ngco] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/VerifyCourse/_AddButton.cshtml.rz.scp.css */
.ntb-pager-button-box[b-asxj1ub9sx] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ntb-pager-button-box > div[b-asxj1ub9sx] {
  flex: 1 1 15rem;
  max-width: 15rem;
  min-width: fit-content;
  white-space: nowrap;
}
.ntb-pager-button-box > div[b-asxj1ub9sx]  button {
  width: 100%;
  margin: 0;
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/VerifyCourse/_Assign.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-ey7bnod84u] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-ey7bnod84u] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-ey7bnod84u], .ntb-form .removable-item-list[b-ey7bnod84u], .ntb-form .text-grid[b-ey7bnod84u] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-ey7bnod84u], .ntb-form .removable-item-list > .dummy[b-ey7bnod84u], .ntb-form .text-grid > .dummy[b-ey7bnod84u] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-ey7bnod84u] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-ey7bnod84u] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-ey7bnod84u] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-ey7bnod84u] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-ey7bnod84u] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-ey7bnod84u] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-ey7bnod84u] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-ey7bnod84u] {
  display: inline;
}
.ntb-form span.inline > a[b-ey7bnod84u] {
  display: inline;
}
.ntb-form h5[b-ey7bnod84u] {
  margin-bottom: 1rem;
}
.ntb-form[b-ey7bnod84u]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-ey7bnod84u]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-ey7bnod84u]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-ey7bnod84u]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-ey7bnod84u]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-ey7bnod84u] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-ey7bnod84u] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-ey7bnod84u] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-ey7bnod84u] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-ey7bnod84u] {
  margin: auto 0;
}
.ntb-form .form-break[b-ey7bnod84u] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-ey7bnod84u] , .ntb-form .text-grid[b-ey7bnod84u] , .ntb-form .removable-item-list[b-ey7bnod84u]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-ey7bnod84u]  > label, .ntb-form .text-grid[b-ey7bnod84u]  > label, .ntb-form .removable-item-list[b-ey7bnod84u]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-ey7bnod84u]  > label::first-letter, .ntb-form .text-grid[b-ey7bnod84u]  > label::first-letter, .ntb-form .removable-item-list[b-ey7bnod84u]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-ey7bnod84u]  .top-aligned, .ntb-form .text-grid[b-ey7bnod84u]  .top-aligned, .ntb-form .removable-item-list[b-ey7bnod84u]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-ey7bnod84u]  .right-aligned, .ntb-form .text-grid[b-ey7bnod84u]  .right-aligned, .ntb-form .removable-item-list[b-ey7bnod84u]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-ey7bnod84u]  > .dummy, .ntb-form .text-grid[b-ey7bnod84u]  > .dummy, .ntb-form .removable-item-list[b-ey7bnod84u]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  > .spacer, .ntb-form .text-grid[b-ey7bnod84u]  > .spacer, .ntb-form .removable-item-list[b-ey7bnod84u]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row, .ntb-form .text-grid[b-ey7bnod84u]  .form-row, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ey7bnod84u]  .form-row > :not(:last-child), .ntb-form .text-grid[b-ey7bnod84u]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-ey7bnod84u]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-ey7bnod84u]  > .field-full, .ntb-form .text-grid[b-ey7bnod84u]  > .field-full, .ntb-form .removable-item-list[b-ey7bnod84u]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-ey7bnod84u]  > span:not(.inline), .ntb-form .text-grid[b-ey7bnod84u]  > span:not(.inline), .ntb-form .removable-item-list[b-ey7bnod84u]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-ey7bnod84u] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-ey7bnod84u] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-ey7bnod84u]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-ey7bnod84u] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-ey7bnod84u] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-ey7bnod84u] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-ey7bnod84u]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-ey7bnod84u]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-ey7bnod84u]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-ey7bnod84u] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-ey7bnod84u] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-ey7bnod84u] {
  width: 60vw;
}
.ntb-form .text-grid[b-ey7bnod84u] {
  row-gap: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}
.ntb-form .text-grid > h5[b-ey7bnod84u] {
  margin-bottom: 0.5rem !important;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-ey7bnod84u] {
    width: 50vw;
    max-width: 40rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Qualifications/VerifyCourse/_QualificationInfo.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-ixifl50ewq] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-ixifl50ewq] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-ixifl50ewq], .ntb-form .removable-item-list[b-ixifl50ewq], .ntb-form .text-grid[b-ixifl50ewq] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-ixifl50ewq], .ntb-form .removable-item-list > .dummy[b-ixifl50ewq], .ntb-form .text-grid > .dummy[b-ixifl50ewq] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-ixifl50ewq] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-ixifl50ewq] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-ixifl50ewq] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-ixifl50ewq] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-ixifl50ewq] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-ixifl50ewq] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-ixifl50ewq] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-ixifl50ewq] {
  display: inline;
}
.ntb-form span.inline > a[b-ixifl50ewq] {
  display: inline;
}
.ntb-form h5[b-ixifl50ewq] {
  margin-bottom: 1rem;
}
.ntb-form[b-ixifl50ewq]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-ixifl50ewq]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-ixifl50ewq]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-ixifl50ewq]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-ixifl50ewq]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-ixifl50ewq] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-ixifl50ewq] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-ixifl50ewq] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-ixifl50ewq] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-ixifl50ewq] {
  margin: auto 0;
}
.ntb-form .form-break[b-ixifl50ewq] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-ixifl50ewq] , .ntb-form .text-grid[b-ixifl50ewq] , .ntb-form .removable-item-list[b-ixifl50ewq]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-ixifl50ewq]  > label, .ntb-form .text-grid[b-ixifl50ewq]  > label, .ntb-form .removable-item-list[b-ixifl50ewq]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-ixifl50ewq]  > label::first-letter, .ntb-form .text-grid[b-ixifl50ewq]  > label::first-letter, .ntb-form .removable-item-list[b-ixifl50ewq]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-ixifl50ewq]  .top-aligned, .ntb-form .text-grid[b-ixifl50ewq]  .top-aligned, .ntb-form .removable-item-list[b-ixifl50ewq]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-ixifl50ewq]  .right-aligned, .ntb-form .text-grid[b-ixifl50ewq]  .right-aligned, .ntb-form .removable-item-list[b-ixifl50ewq]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-ixifl50ewq]  > .dummy, .ntb-form .text-grid[b-ixifl50ewq]  > .dummy, .ntb-form .removable-item-list[b-ixifl50ewq]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  > .spacer, .ntb-form .text-grid[b-ixifl50ewq]  > .spacer, .ntb-form .removable-item-list[b-ixifl50ewq]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row, .ntb-form .text-grid[b-ixifl50ewq]  .form-row, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-ixifl50ewq]  .form-row > :not(:last-child), .ntb-form .text-grid[b-ixifl50ewq]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-ixifl50ewq]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-ixifl50ewq]  > .field-full, .ntb-form .text-grid[b-ixifl50ewq]  > .field-full, .ntb-form .removable-item-list[b-ixifl50ewq]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-ixifl50ewq]  > span:not(.inline), .ntb-form .text-grid[b-ixifl50ewq]  > span:not(.inline), .ntb-form .removable-item-list[b-ixifl50ewq]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-ixifl50ewq] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-ixifl50ewq] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-ixifl50ewq]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-ixifl50ewq] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-ixifl50ewq] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-ixifl50ewq] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-ixifl50ewq]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-ixifl50ewq]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-ixifl50ewq]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-ixifl50ewq] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-ixifl50ewq] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.text-grid[b-ixifl50ewq] {
  row-gap: 0.25rem !important;
  margin-bottom: 1.5rem;
}
.text-grid h5[b-ixifl50ewq] {
  margin-bottom: 1rem !important;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Checkbox.cshtml.rz.scp.css */
.ntb-checkbox[b-xgft8n6heb] {
  --size: 1.75rem;
  --checkmark-size: 1rem;
  --animation-duration: 0.15s;
  --border-thickness: 2px;
  display: flex;
  position: relative;
  align-items: flex-start;
  /* Hide the browser's default checkbox */
}
.ntb-checkbox:not(:has(> input:disabled))[b-xgft8n6heb] {
  cursor: pointer;
}
.ntb-checkbox:not(:has(> input:disabled)):hover > .ntb-checkbox-box[b-xgft8n6heb] {
  box-shadow: var(--box-shadow-hover);
}
.ntb-checkbox > input[b-xgft8n6heb] {
  opacity: 0 !important;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.ntb-checkbox > input:checked ~ .ntb-checkbox-box[b-xgft8n6heb]:after {
  width: var(--checkmark-size);
  height: var(--checkmark-size);
}
.ntb-checkbox > input:disabled ~ .ntb-checkbox-box[b-xgft8n6heb] {
  border-color: var(--disabled-color);
}
.ntb-checkbox > input:disabled ~ .ntb-checkbox-box[b-xgft8n6heb]::after {
  background-color: var(--disabled-color);
}
.ntb-checkbox > input:focus:not(:disabled) ~ .ntb-checkbox-box[b-xgft8n6heb], .ntb-checkbox > input:active:not(:disabled) ~ .ntb-checkbox-box[b-xgft8n6heb] {
  box-shadow: var(--box-shadow-focus);
}
.ntb-checkbox > .ntb-checkbox-box[b-xgft8n6heb] {
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  border: var(--border-thickness) solid var(--primary-text-color);
  background-color: white;
  margin-right: 1rem;
  position: relative;
  box-sizing: border-box;
  /* Create the checkmark/indicator */
}
.ntb-checkbox > .ntb-checkbox-box[b-xgft8n6heb]::after {
  content: "";
  position: absolute;
  display: block;
  align-items: center;
  justify-content: center;
  transition: width var(--animation-duration) ease-out, height var(--animation-duration) ease-out;
  background-color: var(--secondary-accent-color);
  color: var(--background-color);
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}
/* _content/Ntb.Portal.Web/Pages/Shared/_DatePicker.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-01mu3qi3zb] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-01mu3qi3zb] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-01mu3qi3zb] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-01mu3qi3zb], .ntb-card h2[b-01mu3qi3zb], .ntb-card h3[b-01mu3qi3zb], .ntb-card h4[b-01mu3qi3zb], .ntb-card h5[b-01mu3qi3zb], .ntb-card h6[b-01mu3qi3zb] {
  text-align: center;
}

.ntb-border[b-01mu3qi3zb] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-01mu3qi3zb] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-01mu3qi3zb] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-01mu3qi3zb] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-01mu3qi3zb] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-01mu3qi3zb] {
  margin: 0;
}

.model-errors[b-01mu3qi3zb] {
  padding: 0;
}
.model-errors li[b-01mu3qi3zb] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-01mu3qi3zb] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-01mu3qi3zb] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-01mu3qi3zb] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-01mu3qi3zb], .ntb-form .removable-item-list[b-01mu3qi3zb], .ntb-form .text-grid[b-01mu3qi3zb] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-01mu3qi3zb], .ntb-form .removable-item-list > .dummy[b-01mu3qi3zb], .ntb-form .text-grid > .dummy[b-01mu3qi3zb] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-01mu3qi3zb] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-01mu3qi3zb] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-01mu3qi3zb] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-01mu3qi3zb] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-01mu3qi3zb] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-01mu3qi3zb] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-01mu3qi3zb] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-01mu3qi3zb] {
  display: inline;
}
.ntb-form span.inline > a[b-01mu3qi3zb] {
  display: inline;
}
.ntb-form h5[b-01mu3qi3zb] {
  margin-bottom: 1rem;
}
.ntb-form[b-01mu3qi3zb]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-01mu3qi3zb]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-01mu3qi3zb]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-01mu3qi3zb]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-01mu3qi3zb]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-01mu3qi3zb] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-01mu3qi3zb] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-01mu3qi3zb] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-01mu3qi3zb] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-01mu3qi3zb] {
  margin: auto 0;
}
.ntb-form .form-break[b-01mu3qi3zb] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-01mu3qi3zb] , .ntb-form .text-grid[b-01mu3qi3zb] , .ntb-form .removable-item-list[b-01mu3qi3zb]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-01mu3qi3zb]  > label, .ntb-form .text-grid[b-01mu3qi3zb]  > label, .ntb-form .removable-item-list[b-01mu3qi3zb]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-01mu3qi3zb]  > label::first-letter, .ntb-form .text-grid[b-01mu3qi3zb]  > label::first-letter, .ntb-form .removable-item-list[b-01mu3qi3zb]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .top-aligned, .ntb-form .text-grid[b-01mu3qi3zb]  .top-aligned, .ntb-form .removable-item-list[b-01mu3qi3zb]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .right-aligned, .ntb-form .text-grid[b-01mu3qi3zb]  .right-aligned, .ntb-form .removable-item-list[b-01mu3qi3zb]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-01mu3qi3zb]  > .dummy, .ntb-form .text-grid[b-01mu3qi3zb]  > .dummy, .ntb-form .removable-item-list[b-01mu3qi3zb]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  > .spacer, .ntb-form .text-grid[b-01mu3qi3zb]  > .spacer, .ntb-form .removable-item-list[b-01mu3qi3zb]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-01mu3qi3zb]  .form-row > :not(:last-child), .ntb-form .text-grid[b-01mu3qi3zb]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-01mu3qi3zb]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-01mu3qi3zb]  > .field-full, .ntb-form .text-grid[b-01mu3qi3zb]  > .field-full, .ntb-form .removable-item-list[b-01mu3qi3zb]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-01mu3qi3zb]  > span:not(.inline), .ntb-form .text-grid[b-01mu3qi3zb]  > span:not(.inline), .ntb-form .removable-item-list[b-01mu3qi3zb]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-01mu3qi3zb] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-01mu3qi3zb] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-01mu3qi3zb]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-01mu3qi3zb] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-01mu3qi3zb] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-01mu3qi3zb] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-01mu3qi3zb]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-01mu3qi3zb]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-01mu3qi3zb]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-01mu3qi3zb] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-01mu3qi3zb] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Dropdown.cshtml.rz.scp.css */
.ntb-dropdown[b-x3w9jgb9zt] {
  --item-height: 3.5rem;
  --animation-duration: 0.1875s;
  position: relative;
  width: 100%;
  height: var(--item-height);
}
.ntb-dropdown > .ntb-dropdown-native-select[b-x3w9jgb9zt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 0;
  height: 0;
  pointer-events: none;
}
.ntb-dropdown > .ntb-dropdown-native-select:focus ~ .ntb-dropdown-selected[b-x3w9jgb9zt], .ntb-dropdown > .ntb-dropdown-native-select:active ~ .ntb-dropdown-selected[b-x3w9jgb9zt] {
  box-shadow: var(--box-shadow-focus);
}
.ntb-dropdown .ntb-dropdown-item[b-x3w9jgb9zt] {
  padding-left: 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: left;
  height: var(--item-height);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 2px solid var(--primary-text-color);
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: white;
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-disabled[b-x3w9jgb9zt] {
  background-color: var(--disabled-color-light);
}
.ntb-dropdown .ntb-dropdown-item:not(.ntb-dropdown-disabled)[b-x3w9jgb9zt] {
  cursor: pointer;
  color: var(--primary-text-color);
  transition: color var(--animation-duration) ease-in-out;
}
.ntb-dropdown .ntb-dropdown-item:not(.ntb-dropdown-disabled):hover[b-x3w9jgb9zt] {
  color: var(--accent-color);
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-selected[b-x3w9jgb9zt] {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 3rem;
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-selected[b-x3w9jgb9zt]::after {
  content: "";
  background-image: url("/assets/chevron-down.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  transform-origin: center;
  transform: scale(1, 1);
  transition: transform var(--animation-duration) ease-in-out;
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-selected.ntb-dropdown-arrow-expanded[b-x3w9jgb9zt]::after {
  transform: scale(1, -1);
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-selected > span[b-x3w9jgb9zt] {
  white-space: nowrap;
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-selected-option[b-x3w9jgb9zt] {
  font-weight: bold;
}
.ntb-dropdown .ntb-dropdown-item.ntb-dropdown-placeholder[b-x3w9jgb9zt] {
  color: var(--secondary-text-color);
}
.ntb-dropdown .ntb-dropdown-item > span[b-x3w9jgb9zt] {
  overflow-x: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: pre;
}
.ntb-dropdown > .ntb-dropdown-option-list[b-x3w9jgb9zt] {
  position: absolute;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  transition: max-height var(--animation-duration) ease-in-out;
}
.ntb-dropdown > .ntb-dropdown-option-list.ntb-dropdown-collapsed[b-x3w9jgb9zt] {
  pointer-events: none;
  max-height: 0 !important;
  overflow: hidden;
}
.ntb-dropdown > .ntb-dropdown-option-list:not(.ntb-dropdown-collapsed)[b-x3w9jgb9zt] {
  max-height: calc(var(--item-height) * 64);
  overflow-y: auto;
}
.ntb-dropdown > .ntb-dropdown-option-list:not(.ntb-dropdown-collapsed).ntb-dropdown-list-tiny[b-x3w9jgb9zt] {
  max-height: calc(var(--item-height) * 2);
}
.ntb-dropdown > .ntb-dropdown-option-list:not(.ntb-dropdown-collapsed).ntb-dropdown-list-small[b-x3w9jgb9zt] {
  max-height: calc(var(--item-height) * 4);
}
.ntb-dropdown > .ntb-dropdown-option-list:not(.ntb-dropdown-collapsed).ntb-dropdown-list-medium[b-x3w9jgb9zt] {
  max-height: calc(var(--item-height) * 6);
}
.ntb-dropdown > .ntb-dropdown-option-list:not(.ntb-dropdown-collapsed).ntb-dropdown-list-large[b-x3w9jgb9zt] {
  max-height: calc(var(--item-height) * 8);
}
/* _content/Ntb.Portal.Web/Pages/Shared/_ImageSlideshow.cshtml.rz.scp.css */
.slideshow-container[b-suvbos8art] {
  max-width: 100%;
  height: 25rem;
  position: relative;
}

.slide[b-suvbos8art] {
  display: none;
  height: 100%;
}

img[b-suvbos8art] {
  height: 100%;
  object-fit: contain;
}

.prev[b-suvbos8art], .next[b-suvbos8art] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -1.375rem;
  padding: 1rem;
  color: white;
  background-color: var(--box-shadow-focus-color);
  font-weight: bold;
  font-size: 1.125rem;
  transition: 0.6s ease;
  border-radius: 0 0.25rem 0.25rem 0;
  user-select: none;
}
.prev:hover[b-suvbos8art], .next:hover[b-suvbos8art] {
  background-color: rgba(0, 0, 0, 0.8);
}

.next[b-suvbos8art] {
  right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.numbertext[b-suvbos8art] {
  color: var(--background-color);
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
}

.dot-container[b-suvbos8art] {
  text-align: center;
}

.dot[b-suvbos8art] {
  cursor: pointer;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.125rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active[b-suvbos8art], .dot:hover[b-suvbos8art] {
  background-color: #717171;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
.font-thin[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 0, "wdth" 400;
  font-weight: inherit;
}
.font-thin.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 0, "wdth" 0;
}
.font-thin.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 0, "wdth" 1000;
}

.font-extralight[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 150, "wdth" 400;
  font-weight: inherit;
}
.font-extralight.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 150, "wdth" 0;
}
.font-extralight.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 150, "wdth" 1000;
}

.font-light[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 300, "wdth" 400;
  font-weight: inherit;
}
.font-light.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 300, "wdth" 0;
}
.font-light.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 300, "wdth" 1000;
}

.font-regular[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 450, "wdth" 400;
  font-weight: inherit;
}
.font-regular .condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 450, "wdth" 0;
}
.font-regular.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 450, "wdth" 1000;
}

.font-book[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 600, "wdth" 400;
  font-weight: inherit;
}
.font-book.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 600, "wdth" 0;
}
.font-book.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 600, "wdth" 1000;
}

.font-medium[b-2j3sx8lkmg], .nav-item[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 730, "wdth" 400;
  font-weight: inherit;
}
.font-medium.condensed[b-2j3sx8lkmg], .condensed.nav-item[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 730, "wdth" 0;
}
.font-medium.extended[b-2j3sx8lkmg], .extended.nav-item[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 730, "wdth" 1000;
}

.font-semibold[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 900, "wdth" 400;
  font-weight: inherit;
}
.font-semibold.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 900, "wdth" 0;
}
.font-semibold.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 900, "wdth" 1000;
}

.font-bold[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1050, "wdth" 400;
  font-weight: inherit;
}
.font-bold.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1050, "wdth" 0;
}
.font-bold.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1050, "wdth" 1000;
}

.font-extrabold[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1150, "wdth" 400;
  font-weight: inherit;
}
.font-extrabold.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1150, "wdth" 0;
}
.font-extrabold.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1150, "wdth" 1000;
}

.font-black[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1300, "wdth" 400;
  font-weight: inherit;
}
.font-black.condensed[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1300, "wdth" 0;
}
.font-black.extended[b-2j3sx8lkmg] {
  font-variation-settings: "wght" 1300, "wdth" 1000;
}

body > header[b-2j3sx8lkmg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  margin: 0 0 1.5rem 0;
}
body > header .global-overlay[b-2j3sx8lkmg] {
  border-bottom: 2px solid var(--primary-text-color);
  column-gap: 1rem;
}
body > header .global-overlay #headerMainMenuContainer[b-2j3sx8lkmg] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body > header .navbar[b-2j3sx8lkmg] {
  flex-direction: column;
}
body > header .dropdownMenu[b-2j3sx8lkmg] {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body > header ul[b-2j3sx8lkmg] {
  display: flex;
  margin: 1.5rem 0;
  row-gap: 1rem;
}
body > footer[b-2j3sx8lkmg] {
  display: flex;
  justify-content: center;
  margin-top: auto;
  white-space: nowrap;
}
body > footer > .global-overlay[b-2j3sx8lkmg] {
  border-top: 2px solid var(--tertiary-text-color);
  display: flex;
  flex-direction: column;
}
body > footer > .global-overlay > .version-info[b-2j3sx8lkmg] {
  color: var(--tertiary-text-color);
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
body > footer ul[b-2j3sx8lkmg] {
  flex-direction: column;
  margin: 1.5rem 0;
  row-gap: 1rem;
}

.body[b-2j3sx8lkmg] {
  margin-bottom: 1rem;
}

.navbar-nav[b-2j3sx8lkmg] {
  justify-content: end;
}

button[b-2j3sx8lkmg] {
  min-width: auto;
}

#trademark[b-2j3sx8lkmg] {
  width: auto;
  height: auto;
  max-width: 5rem;
  max-height: 5rem;
  margin: 0.5rem 0;
  cursor: pointer;
}

.context[b-2j3sx8lkmg] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.context .current-role[b-2j3sx8lkmg] {
  background-color: white;
  border: 2px solid var(--primary-text-color);
  padding: 1rem;
  height: 3.5rem;
  width: 36%;
  min-width: fit-content;
}
.context .current-role :first-child[b-2j3sx8lkmg] {
  color: var(--accent-color);
}
.context .current-role :not(:first-child)[b-2j3sx8lkmg] {
  display: none;
}
.context > div:has(#change-role)[b-2j3sx8lkmg] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.context #change-role[b-2j3sx8lkmg] {
  border: 2px solid var(--primary-text-color) !important;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
}
.context #roles-container[b-2j3sx8lkmg] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 10000;
  backdrop-filter: blur(0.5rem);
}
.context #roles-container > div[b-2j3sx8lkmg] {
  margin: 1rem;
  border: 2px solid var(--primary-text-color);
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 75vh;
  overflow-y: scroll;
}
.context #roles-container.ntb-popup-show[b-2j3sx8lkmg] {
  visibility: visible;
  -webkit-animation: fadeIn 0.25s;
}
.context #roles-container #header[b-2j3sx8lkmg] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: white;
  border-bottom: 2px solid var(--primary-text-color);
  height: 3rem;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context #roles-container #header #close[b-2j3sx8lkmg] {
  border-radius: 50%;
  height: 100%;
}
.context #roles-container #header h5[b-2j3sx8lkmg] {
  margin: 0;
}
.context #roles-container .user-role[b-2j3sx8lkmg] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 2px solid var(--primary-text-color);
  height: 7.5rem;
}
.context #roles-container .user-role.active[b-2j3sx8lkmg] {
  background-color: var(--accent-color);
  color: white;
  pointer-events: none;
}
.context #roles-container .user-role.active :first-child[b-2j3sx8lkmg] {
  color: var(--light-accent-color);
}
.context #roles-container .user-role :first-child[b-2j3sx8lkmg] {
  color: var(--accent-color);
}
.context #roles-container .user-role:last-child[b-2j3sx8lkmg] {
  border: none;
}

.cookie-popup[b-2j3sx8lkmg] {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(0.5rem);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1875s ease-out;
}
.cookie-popup.ntb-popup-show[b-2j3sx8lkmg] {
  visibility: visible;
  opacity: 1;
}
.cookie-popup > .cookie-popup-body[b-2j3sx8lkmg] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: fit-content;
  border: 2px solid var(--primary-text-color);
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
}
.cookie-popup > .cookie-popup-body > .cookie-popup-content[b-2j3sx8lkmg] {
  width: 100%;
  height: fit-content;
  padding: 2rem;
}

@media (min-width: 768px) {
  .context .current-role :not(:first-child)[b-2j3sx8lkmg] {
    display: initial;
  }
  .context #change-role[b-2j3sx8lkmg] {
    position: relative;
    z-index: 999;
  }
  .context #change-role:hover[b-2j3sx8lkmg] {
    cursor: pointer;
  }
  .context #roles-container[b-2j3sx8lkmg] {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 20rem;
    height: auto;
    max-height: 80vh;
    z-index: 998;
  }
  .context #roles-container > div[b-2j3sx8lkmg] {
    border-top: none;
    margin: 0;
    scrollbar-width: none;
  }
  .context #roles-container > div[b-2j3sx8lkmg]::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .context #roles-container #header[b-2j3sx8lkmg] {
    display: none;
  }
  .context #roles-container .user-role[b-2j3sx8lkmg] {
    padding-right: 4rem;
  }
  .context #roles-container .user-role.active:hover[b-2j3sx8lkmg] {
    cursor: pointer;
    background-color: var(--accent-color);
  }
  .context #roles-container .user-role:hover[b-2j3sx8lkmg] {
    cursor: pointer;
    background-color: var(--disabled-color-light);
  }
}
@media (min-width: 576px) {
  footer ul[b-2j3sx8lkmg] {
    display: flex;
    flex-direction: initial !important;
    column-gap: 1rem;
  }
  footer > .global-overlay[b-2j3sx8lkmg] {
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 0 !important;
  }
  header ul[b-2j3sx8lkmg] {
    display: flex;
    column-gap: 1rem;
  }
}
@media (max-width: 820px) {
  .navbar-expand-md[b-2j3sx8lkmg] {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navbar-expand-md .navbar-toggler[b-2j3sx8lkmg] {
    display: block !important;
  }
  .navbar-expand-md .navbar-nav[b-2j3sx8lkmg] {
    flex-direction: column;
  }
  .navbar-expand-md .navbar-collapse[b-2j3sx8lkmg] {
    display: block !important;
    flex-basis: 100%;
  }
  .collapse:not(.show)[b-2j3sx8lkmg] {
    display: none !important;
  }
}
.btn-stop-impersonate[b-2j3sx8lkmg] {
  margin-right: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_MultiFileUpload.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-5msxfmvvm2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-5msxfmvvm2] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-5msxfmvvm2], .ntb-form .removable-item-list[b-5msxfmvvm2], .ntb-form .text-grid[b-5msxfmvvm2] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-5msxfmvvm2], .ntb-form .removable-item-list > .dummy[b-5msxfmvvm2], .ntb-form .text-grid > .dummy[b-5msxfmvvm2] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-5msxfmvvm2] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-5msxfmvvm2] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-5msxfmvvm2] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-5msxfmvvm2] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-5msxfmvvm2] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-5msxfmvvm2] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-5msxfmvvm2] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-5msxfmvvm2] {
  display: inline;
}
.ntb-form span.inline > a[b-5msxfmvvm2] {
  display: inline;
}
.ntb-form h5[b-5msxfmvvm2] {
  margin-bottom: 1rem;
}
.ntb-form[b-5msxfmvvm2]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-5msxfmvvm2]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-5msxfmvvm2]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-5msxfmvvm2]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-5msxfmvvm2]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-5msxfmvvm2] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-5msxfmvvm2] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-5msxfmvvm2] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-5msxfmvvm2] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-5msxfmvvm2] {
  margin: auto 0;
}
.ntb-form .form-break[b-5msxfmvvm2] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-5msxfmvvm2] , .ntb-form .text-grid[b-5msxfmvvm2] , .ntb-form .removable-item-list[b-5msxfmvvm2]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-5msxfmvvm2]  > label, .ntb-form .text-grid[b-5msxfmvvm2]  > label, .ntb-form .removable-item-list[b-5msxfmvvm2]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-5msxfmvvm2]  > label::first-letter, .ntb-form .text-grid[b-5msxfmvvm2]  > label::first-letter, .ntb-form .removable-item-list[b-5msxfmvvm2]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .top-aligned, .ntb-form .text-grid[b-5msxfmvvm2]  .top-aligned, .ntb-form .removable-item-list[b-5msxfmvvm2]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .right-aligned, .ntb-form .text-grid[b-5msxfmvvm2]  .right-aligned, .ntb-form .removable-item-list[b-5msxfmvvm2]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-5msxfmvvm2]  > .dummy, .ntb-form .text-grid[b-5msxfmvvm2]  > .dummy, .ntb-form .removable-item-list[b-5msxfmvvm2]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  > .spacer, .ntb-form .text-grid[b-5msxfmvvm2]  > .spacer, .ntb-form .removable-item-list[b-5msxfmvvm2]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-5msxfmvvm2]  .form-row > :not(:last-child), .ntb-form .text-grid[b-5msxfmvvm2]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-5msxfmvvm2]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-5msxfmvvm2]  > .field-full, .ntb-form .text-grid[b-5msxfmvvm2]  > .field-full, .ntb-form .removable-item-list[b-5msxfmvvm2]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-5msxfmvvm2]  > span:not(.inline), .ntb-form .text-grid[b-5msxfmvvm2]  > span:not(.inline), .ntb-form .removable-item-list[b-5msxfmvvm2]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-5msxfmvvm2] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-5msxfmvvm2] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-5msxfmvvm2]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-5msxfmvvm2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-5msxfmvvm2] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-5msxfmvvm2] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-5msxfmvvm2]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-5msxfmvvm2]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-5msxfmvvm2]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-5msxfmvvm2] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-5msxfmvvm2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-file-upload .block[b-5msxfmvvm2] {
  display: block;
}
.ntb-file-upload .ntb-file-upload-button[b-5msxfmvvm2] {
  position: relative;
  border: 2px solid var(--primary-text-color);
  cursor: pointer;
  transition: box-shadow 0.1875s;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.ntb-file-upload .ntb-file-upload-button:has(> input:focus:not(:disabled))[b-5msxfmvvm2], .ntb-file-upload .ntb-file-upload-button:has(> input:active:not(:disabled))[b-5msxfmvvm2] {
  box-shadow: var(--box-shadow-focus);
}
.ntb-file-upload .ntb-file-upload-button:hover[b-5msxfmvvm2] {
  box-shadow: var(--box-shadow-hover);
}
.ntb-file-upload .ntb-file-upload-button *[b-5msxfmvvm2] {
  cursor: pointer;
}
.ntb-file-upload .ntb-file-upload-button > input[b-5msxfmvvm2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ntb-file-upload > .ntb-file-upload-file-list[b-5msxfmvvm2]  .form-row .hidden {
  display: none;
}
.ntb-file-upload > .ntb-file-upload-file-list[b-5msxfmvvm2]  .form-row span, .ntb-file-upload > .ntb-file-upload-file-list[b-5msxfmvvm2]  .form-row label {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntb-file-upload > .ntb-file-upload-file-list[b-5msxfmvvm2]  .form-row .ntb-file-upload-file-name {
  color: var(--accent-color);
}
.ntb-file-upload > .ntb-file-upload-file-list[b-5msxfmvvm2]  .form-row .field-tiny {
  min-width: 7.5rem;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Pager.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .pager[b-g5as1ct4df] {
    height: fit-content;
    display: flex;
    justify-content: center;
  }
  .pager.two-children[b-g5as1ct4df] {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
  }
  .pager.three-children[b-g5as1ct4df] {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
  }
}
.pager[b-g5as1ct4df] {
  --border-size: 2px;
  --height: 3rem;
  --element-width: 3rem;
  --border-radius: min(var(--element-width) / 2, var(--height) / 2);
  margin-top: 2rem;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.pager.two-children[b-g5as1ct4df], .pager.three-children[b-g5as1ct4df] {
  flex-direction: column;
  row-gap: 1rem;
}
.pager > .button-group-container[b-g5as1ct4df] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pager > .button-group-container > .button-group[b-g5as1ct4df] {
  display: grid;
  grid-template-columns: var(--element-width) var(--element-width) min-content var(--element-width) var(--element-width);
}
.pager > .button-group-container > .button-group form > button[b-g5as1ct4df] {
  display: block;
  background-color: var(--background-color);
  min-width: var(--element-width);
  width: var(--element-width);
  min-height: var(--height);
  height: var(--height);
  padding: 0;
  border-radius: 0;
  border-top: var(--border-size) solid var(--primary-text-color);
  border-bottom: var(--border-size) solid var(--primary-text-color);
  border-left: 0;
  border-right: 0;
  transition: background-color 0.1875s, box-shadow 0.1875s;
}
.pager > .button-group-container > .button-group form > button:disabled[b-g5as1ct4df] {
  background-color: var(--disabled-color-light);
}
.pager > .button-group-container > .button-group form > button:hover:not(:disabled)[b-g5as1ct4df], .pager > .button-group-container > .button-group form > button:focus:not(:disabled)[b-g5as1ct4df] {
  background-color: white;
}
.pager > .button-group-container > .button-group form > button:hover:not(:disabled) > div > svg[b-g5as1ct4df], .pager > .button-group-container > .button-group form > button:focus:not(:disabled) > div > svg[b-g5as1ct4df] {
  fill: var(--accent-color);
}
.pager > .button-group-container > .button-group form > button > div[b-g5as1ct4df] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pager > .button-group-container > .button-group form > button > div > svg[b-g5as1ct4df] {
  height: 1rem;
  width: 1rem;
}
.pager > .button-group-container > .button-group form:first-child > button[b-g5as1ct4df] {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-left: var(--border-size) solid var(--primary-text-color);
}
.pager > .button-group-container > .button-group form:last-child > button[b-g5as1ct4df] {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-right: var(--border-size) solid var(--primary-text-color);
}
.pager > .button-group-container > .button-group > .page-number[b-g5as1ct4df] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  width: fit-content;
  height: var(--height);
  border-top: var(--border-size) solid var(--primary-text-color);
  border-bottom: var(--border-size) solid var(--primary-text-color);
}
.pager > .button-group-container > .button-group > .page-number > span[b-g5as1ct4df] {
  white-space: nowrap;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Popup.cshtml.rz.scp.css */
.ntb-popup[b-iv0ajoz3ji] {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(0.5rem);
}
.ntb-popup.ntb-popup-show[b-iv0ajoz3ji] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1875s ease-out;
}
.ntb-popup > .ntb-popup-body[b-iv0ajoz3ji] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  border: 2px solid var(--primary-text-color);
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  max-height: 97.5vh;
}
.ntb-popup > .ntb-popup-body > h5[b-iv0ajoz3ji] {
  margin: 2rem;
}
.ntb-popup > .ntb-popup-body > .ntb-popup-content[b-iv0ajoz3ji] {
  width: 100%;
  border-top: 2px solid var(--primary-text-color);
  height: fit-content;
  padding: 2rem;
}
.ntb-popup > .ntb-popup-body > .ntb-popup-content.ntb-popup-content-scrollable[b-iv0ajoz3ji] {
  overflow-y: auto;
  background: linear-gradient(var(--background-color) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), var(--background-color) 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(var(--background-color) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), var(--background-color) 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: var(--background-color);
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
.ntb-popup > .ntb-popup-body > .ntb-popup-content.ntb-popup-content-scrollable[b-iv0ajoz3ji]  button {
  background-color: transparent;
  transition: background-color 0.1875s, box-shadow 0.1875s;
}
.ntb-popup > .ntb-popup-body > .ntb-popup-content.ntb-popup-content-scrollable[b-iv0ajoz3ji]  button:hover:not(:disabled), .ntb-popup > .ntb-popup-body > .ntb-popup-content.ntb-popup-content-scrollable[b-iv0ajoz3ji]  button:focus:not(:disabled) {
  background-color: white;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_RadioGroup.cshtml.rz.scp.css */
.ntb-radiogroup[b-c7ojz3emrm] {
  --size: 1.75rem;
  --checkmark-size: 1rem;
  --animation-duration: 0.15s;
  --border-thickness: 2px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ntb-radiogroup > .ntb-radiogroup-option[b-c7ojz3emrm] {
  display: flex;
  align-items: flex-start;
}
.ntb-radiogroup > .ntb-radiogroup-option:not(:last-child)[b-c7ojz3emrm] {
  margin-bottom: 0.75rem;
}
.ntb-radiogroup > .ntb-radiogroup-option:not(:has(> input:disabled))[b-c7ojz3emrm] {
  cursor: pointer;
}
.ntb-radiogroup > .ntb-radiogroup-option > input[b-c7ojz3emrm] {
  appearance: none;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  margin-right: 1rem;
  border-radius: 50%;
  position: relative;
  border: var(--border-thickness) solid var(--primary-text-color);
  background-color: var(--background-color);
  cursor: inherit;
}
.ntb-radiogroup > .ntb-radiogroup-option > input:checked[b-c7ojz3emrm]::before {
  width: var(--checkmark-size);
  height: var(--checkmark-size);
}
.ntb-radiogroup > .ntb-radiogroup-option > input:disabled[b-c7ojz3emrm] {
  border-color: var(--disabled-color);
}
.ntb-radiogroup > .ntb-radiogroup-option > input:disabled[b-c7ojz3emrm]::before {
  background-color: var(--disabled-color);
}
.ntb-radiogroup > .ntb-radiogroup-option > input[b-c7ojz3emrm]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--secondary-accent-color);
  transition: width var(--animation-duration) ease-out, height var(--animation-duration) ease-out;
}
.ntb-radiogroup > .ntb-radiogroup-option > input:focus[b-c7ojz3emrm], .ntb-radiogroup > .ntb-radiogroup-option > input:active[b-c7ojz3emrm] {
  outline: none;
  box-shadow: var(--box-shadow-focus);
}
.ntb-radiogroup > .ntb-radiogroup-option > input:hover[b-c7ojz3emrm] {
  box-shadow: var(--box-shadow-hover);
}
/* _content/Ntb.Portal.Web/Pages/Shared/_SearchableTableCell.cshtml.rz.scp.css */
.clickable-row[b-ii4x7ospuz] {
  position: relative;
  border-top: 2px solid var(--primary-text-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 0.5rem;
  background-color: var(--background-color);
  text-transform: none;
  border-radius: 0;
  width: 100%;
  transition: box-shadow 0.1875s, background-color 0.1875s;
  text-align: left;
}
.clickable-row:disabled[b-ii4x7ospuz] {
  color: var(--primary-text-color);
  cursor: default !important;
}
.clickable-row:not(:disabled):hover[b-ii4x7ospuz], .clickable-row:not(:disabled):focus[b-ii4x7ospuz] {
  background-color: white;
}
.clickable-row:not(:disabled):hover .annotation[b-ii4x7ospuz], .clickable-row:not(:disabled):focus .annotation[b-ii4x7ospuz] {
  background-color: white;
  box-shadow: -0.75rem 0 0.5rem 0 white;
}
.clickable-row:not(:disabled)[b-ii4x7ospuz]  * {
  cursor: pointer;
}
.clickable-row[b-ii4x7ospuz]  .ntb-default-value {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickable-row[b-ii4x7ospuz]  .ntb-default-label {
  display: inline-block;
  color: var(--accent-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickable-row .info[b-ii4x7ospuz] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.clickable-row .annotation[b-ii4x7ospuz] {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background-color: var(--background-color);
  box-shadow: -0.75rem 0 0.5rem 0 var(--background-color);
  transition: box-shadow 0.1875s, background-color 0.1875s;
}

@media (min-width: 768px) {
  .info[b-ii4x7ospuz] {
    display: grid !important;
    column-gap: 1rem;
  }
  .info.default[b-ii4x7ospuz] {
    grid-template-columns: min-content auto;
  }
  .info.one-two[b-ii4x7ospuz] {
    grid-template-columns: 1fr 2fr;
  }
  .info.two-one[b-ii4x7ospuz] {
    grid-template-columns: 2fr 1fr;
  }
  .info.half-half[b-ii4x7ospuz] {
    grid-template-columns: 1fr 1fr;
  }
  .info.one-phi[b-ii4x7ospuz] {
    grid-template-columns: 1fr 1.618fr;
  }
  .info.phi-one[b-ii4x7ospuz] {
    grid-template-columns: 1.618fr 1fr;
  }
}
.danger[b-ii4x7ospuz] {
  color: var(--danger-color) !important;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_SearchableTableView.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-0pi6lzwplg] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-0pi6lzwplg] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-0pi6lzwplg] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-0pi6lzwplg], .ntb-card h2[b-0pi6lzwplg], .ntb-card h3[b-0pi6lzwplg], .ntb-card h4[b-0pi6lzwplg], .ntb-card h5[b-0pi6lzwplg], .ntb-card h6[b-0pi6lzwplg] {
  text-align: center;
}

.ntb-border[b-0pi6lzwplg] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-0pi6lzwplg] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-0pi6lzwplg] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-0pi6lzwplg] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-0pi6lzwplg] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-0pi6lzwplg] {
  margin: 0;
}

.model-errors[b-0pi6lzwplg] {
  padding: 0;
}
.model-errors li[b-0pi6lzwplg] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-0pi6lzwplg] {
  color: var(--danger-color) !important;
}

.paged-table[b-0pi6lzwplg] {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.paged-table > :first-child[b-0pi6lzwplg] {
  border-bottom: 2px solid var(--primary-text-color);
}
.paged-table > .not-found[b-0pi6lzwplg] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_Searchbar.cshtml.rz.scp.css */
.searchbar-container[b-ybm2fhdun1] {
  display: grid;
  grid-template-columns: auto min-content;
  background-color: white;
}
.searchbar-container > .searchbar[b-ybm2fhdun1] {
  width: 100%;
}
.searchbar-container > div[b-ybm2fhdun1] {
  border-top: 2px solid var(--primary-text-color);
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: fit-content;
}
.searchbar-container > div > button[b-ybm2fhdun1] {
  display: block;
  color: var(--primary-text-color);
  background-color: white;
  min-width: 3.5rem;
  width: 3.5rem;
  min-height: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 1.5rem;
}
.searchbar-container > div > button > div[b-ybm2fhdun1] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.searchbar-container > div > button > div > svg[b-ybm2fhdun1] {
  height: 1.25rem;
  width: 1.25rem;
}
/* _content/Ntb.Portal.Web/Pages/Shared/_TagInput.cshtml.rz.scp.css */
#tag-container[b-ltvo3uuu4m] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#tag-container[b-ltvo3uuu4m]  button.tag {
  min-width: 5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 1rem;
}
#tag-container[b-ltvo3uuu4m]  button.tag:hover {
  text-decoration: line-through;
}
/* _content/Ntb.Portal.Web/Pages/Users/Edit.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-kp4xdq5sij] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-kp4xdq5sij] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-kp4xdq5sij] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-kp4xdq5sij], .ntb-card h2[b-kp4xdq5sij], .ntb-card h3[b-kp4xdq5sij], .ntb-card h4[b-kp4xdq5sij], .ntb-card h5[b-kp4xdq5sij], .ntb-card h6[b-kp4xdq5sij] {
  text-align: center;
}

.ntb-border[b-kp4xdq5sij] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-kp4xdq5sij] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-kp4xdq5sij] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-kp4xdq5sij] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-kp4xdq5sij] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-kp4xdq5sij] {
  margin: 0;
}

.model-errors[b-kp4xdq5sij] {
  padding: 0;
}
.model-errors li[b-kp4xdq5sij] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-kp4xdq5sij] {
  color: var(--danger-color) !important;
}

.popup[b-kp4xdq5sij] {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary-text-color);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background-color: var(--background-color);
  padding: 3rem 7.5rem;
}
.popup .popup-body[b-kp4xdq5sij] {
  text-align: center;
}
.popup .popup-actions[b-kp4xdq5sij] {
  display: flex;
  column-gap: 1rem;
}

.popup.show[b-kp4xdq5sij] {
  visibility: visible;
  -webkit-animation: fadeIn 0.25s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn-b-kp4xdq5sij {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-kp4xdq5sij] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-kp4xdq5sij] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-kp4xdq5sij], .ntb-form .removable-item-list[b-kp4xdq5sij], .ntb-form .text-grid[b-kp4xdq5sij] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-kp4xdq5sij], .ntb-form .removable-item-list > .dummy[b-kp4xdq5sij], .ntb-form .text-grid > .dummy[b-kp4xdq5sij] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-kp4xdq5sij] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-kp4xdq5sij] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-kp4xdq5sij] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-kp4xdq5sij] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-kp4xdq5sij] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-kp4xdq5sij] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-kp4xdq5sij] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-kp4xdq5sij] {
  display: inline;
}
.ntb-form span.inline > a[b-kp4xdq5sij] {
  display: inline;
}
.ntb-form h5[b-kp4xdq5sij] {
  margin-bottom: 1rem;
}
.ntb-form[b-kp4xdq5sij]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-kp4xdq5sij]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-kp4xdq5sij]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-kp4xdq5sij]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-kp4xdq5sij]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-kp4xdq5sij] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-kp4xdq5sij] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-kp4xdq5sij] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-kp4xdq5sij] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-kp4xdq5sij] {
  margin: auto 0;
}
.ntb-form .form-break[b-kp4xdq5sij] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-kp4xdq5sij] , .ntb-form .text-grid[b-kp4xdq5sij] , .ntb-form .removable-item-list[b-kp4xdq5sij]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-kp4xdq5sij]  > label, .ntb-form .text-grid[b-kp4xdq5sij]  > label, .ntb-form .removable-item-list[b-kp4xdq5sij]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-kp4xdq5sij]  > label::first-letter, .ntb-form .text-grid[b-kp4xdq5sij]  > label::first-letter, .ntb-form .removable-item-list[b-kp4xdq5sij]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .top-aligned, .ntb-form .text-grid[b-kp4xdq5sij]  .top-aligned, .ntb-form .removable-item-list[b-kp4xdq5sij]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .right-aligned, .ntb-form .text-grid[b-kp4xdq5sij]  .right-aligned, .ntb-form .removable-item-list[b-kp4xdq5sij]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-kp4xdq5sij]  > .dummy, .ntb-form .text-grid[b-kp4xdq5sij]  > .dummy, .ntb-form .removable-item-list[b-kp4xdq5sij]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  > .spacer, .ntb-form .text-grid[b-kp4xdq5sij]  > .spacer, .ntb-form .removable-item-list[b-kp4xdq5sij]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-kp4xdq5sij]  .form-row > :not(:last-child), .ntb-form .text-grid[b-kp4xdq5sij]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-kp4xdq5sij]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-kp4xdq5sij]  > .field-full, .ntb-form .text-grid[b-kp4xdq5sij]  > .field-full, .ntb-form .removable-item-list[b-kp4xdq5sij]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-kp4xdq5sij]  > span:not(.inline), .ntb-form .text-grid[b-kp4xdq5sij]  > span:not(.inline), .ntb-form .removable-item-list[b-kp4xdq5sij]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-kp4xdq5sij] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-kp4xdq5sij] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-kp4xdq5sij]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-kp4xdq5sij] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-kp4xdq5sij] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-kp4xdq5sij] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-kp4xdq5sij]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-kp4xdq5sij]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-kp4xdq5sij]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-kp4xdq5sij] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-kp4xdq5sij] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}
/* _content/Ntb.Portal.Web/Pages/Users/Overview.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-ydnbe8txi9] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-ydnbe8txi9] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-ydnbe8txi9] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-ydnbe8txi9], .ntb-card h2[b-ydnbe8txi9], .ntb-card h3[b-ydnbe8txi9], .ntb-card h4[b-ydnbe8txi9], .ntb-card h5[b-ydnbe8txi9], .ntb-card h6[b-ydnbe8txi9] {
  text-align: center;
}

.ntb-border[b-ydnbe8txi9] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-ydnbe8txi9] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-ydnbe8txi9] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-ydnbe8txi9] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-ydnbe8txi9] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-ydnbe8txi9] {
  margin: 0;
}

.model-errors[b-ydnbe8txi9] {
  padding: 0;
}
.model-errors li[b-ydnbe8txi9] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-ydnbe8txi9] {
  color: var(--danger-color) !important;
}

.action-button-box[b-ydnbe8txi9] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 400px) {
  .action-button-box[b-ydnbe8txi9] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1rem;
    margin-top: 3rem;
  }
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_AddButton.cshtml.rz.scp.css */
.ntb-pager-button-box[b-xbrlh2d9tm] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ntb-pager-button-box > div[b-xbrlh2d9tm] {
  flex: 1 1 15rem;
  max-width: 15rem;
  min-width: fit-content;
  white-space: nowrap;
}
.ntb-pager-button-box > div[b-xbrlh2d9tm]  button {
  width: 100%;
  margin: 0;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_EditPortalUserComponent.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-c28q8h40yu] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-c28q8h40yu] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-c28q8h40yu], .ntb-form .removable-item-list[b-c28q8h40yu], .ntb-form .text-grid[b-c28q8h40yu] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-c28q8h40yu], .ntb-form .removable-item-list > .dummy[b-c28q8h40yu], .ntb-form .text-grid > .dummy[b-c28q8h40yu] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-c28q8h40yu] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-c28q8h40yu] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-c28q8h40yu] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-c28q8h40yu] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-c28q8h40yu] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-c28q8h40yu] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-c28q8h40yu] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-c28q8h40yu] {
  display: inline;
}
.ntb-form span.inline > a[b-c28q8h40yu] {
  display: inline;
}
.ntb-form h5[b-c28q8h40yu] {
  margin-bottom: 1rem;
}
.ntb-form[b-c28q8h40yu]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-c28q8h40yu]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-c28q8h40yu]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-c28q8h40yu]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-c28q8h40yu]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-c28q8h40yu] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-c28q8h40yu] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-c28q8h40yu] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-c28q8h40yu] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-c28q8h40yu] {
  margin: auto 0;
}
.ntb-form .form-break[b-c28q8h40yu] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-c28q8h40yu] , .ntb-form .text-grid[b-c28q8h40yu] , .ntb-form .removable-item-list[b-c28q8h40yu]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-c28q8h40yu]  > label, .ntb-form .text-grid[b-c28q8h40yu]  > label, .ntb-form .removable-item-list[b-c28q8h40yu]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-c28q8h40yu]  > label::first-letter, .ntb-form .text-grid[b-c28q8h40yu]  > label::first-letter, .ntb-form .removable-item-list[b-c28q8h40yu]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-c28q8h40yu]  .top-aligned, .ntb-form .text-grid[b-c28q8h40yu]  .top-aligned, .ntb-form .removable-item-list[b-c28q8h40yu]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-c28q8h40yu]  .right-aligned, .ntb-form .text-grid[b-c28q8h40yu]  .right-aligned, .ntb-form .removable-item-list[b-c28q8h40yu]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-c28q8h40yu]  > .dummy, .ntb-form .text-grid[b-c28q8h40yu]  > .dummy, .ntb-form .removable-item-list[b-c28q8h40yu]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  > .spacer, .ntb-form .text-grid[b-c28q8h40yu]  > .spacer, .ntb-form .removable-item-list[b-c28q8h40yu]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row, .ntb-form .text-grid[b-c28q8h40yu]  .form-row, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-c28q8h40yu]  .form-row > :not(:last-child), .ntb-form .text-grid[b-c28q8h40yu]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-c28q8h40yu]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-c28q8h40yu]  > .field-full, .ntb-form .text-grid[b-c28q8h40yu]  > .field-full, .ntb-form .removable-item-list[b-c28q8h40yu]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-c28q8h40yu]  > span:not(.inline), .ntb-form .text-grid[b-c28q8h40yu]  > span:not(.inline), .ntb-form .removable-item-list[b-c28q8h40yu]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-c28q8h40yu] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-c28q8h40yu] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-c28q8h40yu]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-c28q8h40yu] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-c28q8h40yu] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-c28q8h40yu] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-c28q8h40yu]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-c28q8h40yu]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-c28q8h40yu]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-c28q8h40yu] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-c28q8h40yu] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-container[b-c28q8h40yu] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-c28q8h40yu] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-c28q8h40yu] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-c28q8h40yu], .ntb-card h2[b-c28q8h40yu], .ntb-card h3[b-c28q8h40yu], .ntb-card h4[b-c28q8h40yu], .ntb-card h5[b-c28q8h40yu], .ntb-card h6[b-c28q8h40yu] {
  text-align: center;
}

.ntb-border[b-c28q8h40yu] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-c28q8h40yu] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-c28q8h40yu] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-c28q8h40yu] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-c28q8h40yu] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-c28q8h40yu] {
  margin: 0;
}

.model-errors[b-c28q8h40yu] {
  padding: 0;
}
.model-errors li[b-c28q8h40yu] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-c28q8h40yu] {
  color: var(--danger-color) !important;
}

.row-grid[b-c28q8h40yu] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_EditPortalUserRoleComponent.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-e8ky1dmrl7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-e8ky1dmrl7] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-e8ky1dmrl7], .ntb-form .removable-item-list[b-e8ky1dmrl7], .ntb-form .text-grid[b-e8ky1dmrl7] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-e8ky1dmrl7], .ntb-form .removable-item-list > .dummy[b-e8ky1dmrl7], .ntb-form .text-grid > .dummy[b-e8ky1dmrl7] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-e8ky1dmrl7] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-e8ky1dmrl7] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-e8ky1dmrl7] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-e8ky1dmrl7] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-e8ky1dmrl7] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-e8ky1dmrl7] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-e8ky1dmrl7] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-e8ky1dmrl7] {
  display: inline;
}
.ntb-form span.inline > a[b-e8ky1dmrl7] {
  display: inline;
}
.ntb-form h5[b-e8ky1dmrl7] {
  margin-bottom: 1rem;
}
.ntb-form[b-e8ky1dmrl7]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-e8ky1dmrl7]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-e8ky1dmrl7]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-e8ky1dmrl7]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-e8ky1dmrl7]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-e8ky1dmrl7] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-e8ky1dmrl7] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-e8ky1dmrl7] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-e8ky1dmrl7] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-e8ky1dmrl7] {
  margin: auto 0;
}
.ntb-form .form-break[b-e8ky1dmrl7] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-e8ky1dmrl7] , .ntb-form .text-grid[b-e8ky1dmrl7] , .ntb-form .removable-item-list[b-e8ky1dmrl7]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > label, .ntb-form .text-grid[b-e8ky1dmrl7]  > label, .ntb-form .removable-item-list[b-e8ky1dmrl7]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > label::first-letter, .ntb-form .text-grid[b-e8ky1dmrl7]  > label::first-letter, .ntb-form .removable-item-list[b-e8ky1dmrl7]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .top-aligned, .ntb-form .text-grid[b-e8ky1dmrl7]  .top-aligned, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .right-aligned, .ntb-form .text-grid[b-e8ky1dmrl7]  .right-aligned, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > .dummy, .ntb-form .text-grid[b-e8ky1dmrl7]  > .dummy, .ntb-form .removable-item-list[b-e8ky1dmrl7]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > .spacer, .ntb-form .text-grid[b-e8ky1dmrl7]  > .spacer, .ntb-form .removable-item-list[b-e8ky1dmrl7]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  .form-row > :not(:last-child), .ntb-form .text-grid[b-e8ky1dmrl7]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-e8ky1dmrl7]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > .field-full, .ntb-form .text-grid[b-e8ky1dmrl7]  > .field-full, .ntb-form .removable-item-list[b-e8ky1dmrl7]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-e8ky1dmrl7]  > span:not(.inline), .ntb-form .text-grid[b-e8ky1dmrl7]  > span:not(.inline), .ntb-form .removable-item-list[b-e8ky1dmrl7]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-e8ky1dmrl7] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-e8ky1dmrl7] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-e8ky1dmrl7]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-e8ky1dmrl7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-e8ky1dmrl7] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-e8ky1dmrl7] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-e8ky1dmrl7]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-e8ky1dmrl7]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-e8ky1dmrl7]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-e8ky1dmrl7] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-e8ky1dmrl7] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-container[b-e8ky1dmrl7] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-e8ky1dmrl7] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-e8ky1dmrl7] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-e8ky1dmrl7], .ntb-card h2[b-e8ky1dmrl7], .ntb-card h3[b-e8ky1dmrl7], .ntb-card h4[b-e8ky1dmrl7], .ntb-card h5[b-e8ky1dmrl7], .ntb-card h6[b-e8ky1dmrl7] {
  text-align: center;
}

.ntb-border[b-e8ky1dmrl7] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-e8ky1dmrl7] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-e8ky1dmrl7] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-e8ky1dmrl7] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-e8ky1dmrl7] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-e8ky1dmrl7] {
  margin: 0;
}

.model-errors[b-e8ky1dmrl7] {
  padding: 0;
}
.model-errors li[b-e8ky1dmrl7] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-e8ky1dmrl7] {
  color: var(--danger-color) !important;
}

.row-grid[b-e8ky1dmrl7] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_Impersonate.cshtml.rz.scp.css */
.buttons[b-xyeimg3mlp] {
  display: flex;
  column-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_InviteUser.cshtml.rz.scp.css */
.buttons[b-r8w0o6lpmo] {
  display: flex;
  column-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_LockUser.cshtml.rz.scp.css */
.buttons[b-dbaqx0zcqx] {
  display: flex;
  column-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Partials/_OverviewFilterOptions.cshtml.rz.scp.css */
.row-grid[b-hw9p04uku1] {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/Register.cshtml.rz.scp.css */
@media only screen and (min-width: 992px) {
  .page-container[b-3htvq47sok] {
    display: grid !important;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10%;
  }
  .page-container.compact[b-3htvq47sok] {
    grid-column-gap: 2rem;
  }
}
.ntb-card[b-3htvq47sok] {
  border: 2px solid var(--primary-text-color);
  padding: 1.5rem;
  background-color: white;
  height: min-content;
  margin-bottom: 2rem;
  display: block;
}
.ntb-card h1[b-3htvq47sok], .ntb-card h2[b-3htvq47sok], .ntb-card h3[b-3htvq47sok], .ntb-card h4[b-3htvq47sok], .ntb-card h5[b-3htvq47sok], .ntb-card h6[b-3htvq47sok] {
  text-align: center;
}

.ntb-border[b-3htvq47sok] {
  border: 2px solid var(--primary-text-color);
}

.page-container[b-3htvq47sok] {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.simple-page-container[b-3htvq47sok] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.simple-page-container > div[b-3htvq47sok] {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}

.row-grid[b-3htvq47sok] {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
.row-grid h5[b-3htvq47sok] {
  margin: 0;
}

.model-errors[b-3htvq47sok] {
  padding: 0;
}
.model-errors li[b-3htvq47sok] {
  color: var(--danger-color);
  list-style: none;
}

label.danger[b-3htvq47sok] {
  color: var(--danger-color) !important;
}

@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-3htvq47sok] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-3htvq47sok] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-3htvq47sok], .ntb-form .removable-item-list[b-3htvq47sok], .ntb-form .text-grid[b-3htvq47sok] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-3htvq47sok], .ntb-form .removable-item-list > .dummy[b-3htvq47sok], .ntb-form .text-grid > .dummy[b-3htvq47sok] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-3htvq47sok] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-3htvq47sok] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-3htvq47sok] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-3htvq47sok] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-3htvq47sok] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-3htvq47sok] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-3htvq47sok] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-3htvq47sok] {
  display: inline;
}
.ntb-form span.inline > a[b-3htvq47sok] {
  display: inline;
}
.ntb-form h5[b-3htvq47sok] {
  margin-bottom: 1rem;
}
.ntb-form[b-3htvq47sok]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-3htvq47sok]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-3htvq47sok]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-3htvq47sok]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-3htvq47sok]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-3htvq47sok] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-3htvq47sok] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-3htvq47sok] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-3htvq47sok] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-3htvq47sok] {
  margin: auto 0;
}
.ntb-form .form-break[b-3htvq47sok] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-3htvq47sok] , .ntb-form .text-grid[b-3htvq47sok] , .ntb-form .removable-item-list[b-3htvq47sok]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-3htvq47sok]  > label, .ntb-form .text-grid[b-3htvq47sok]  > label, .ntb-form .removable-item-list[b-3htvq47sok]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-3htvq47sok]  > label::first-letter, .ntb-form .text-grid[b-3htvq47sok]  > label::first-letter, .ntb-form .removable-item-list[b-3htvq47sok]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-3htvq47sok]  .top-aligned, .ntb-form .text-grid[b-3htvq47sok]  .top-aligned, .ntb-form .removable-item-list[b-3htvq47sok]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-3htvq47sok]  .right-aligned, .ntb-form .text-grid[b-3htvq47sok]  .right-aligned, .ntb-form .removable-item-list[b-3htvq47sok]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-3htvq47sok]  > .dummy, .ntb-form .text-grid[b-3htvq47sok]  > .dummy, .ntb-form .removable-item-list[b-3htvq47sok]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  > .spacer, .ntb-form .text-grid[b-3htvq47sok]  > .spacer, .ntb-form .removable-item-list[b-3htvq47sok]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row, .ntb-form .text-grid[b-3htvq47sok]  .form-row, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-3htvq47sok]  .form-row > :not(:last-child), .ntb-form .text-grid[b-3htvq47sok]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-3htvq47sok]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-3htvq47sok]  > .field-full, .ntb-form .text-grid[b-3htvq47sok]  > .field-full, .ntb-form .removable-item-list[b-3htvq47sok]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-3htvq47sok]  > span:not(.inline), .ntb-form .text-grid[b-3htvq47sok]  > span:not(.inline), .ntb-form .removable-item-list[b-3htvq47sok]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-3htvq47sok] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-3htvq47sok] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-3htvq47sok]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-3htvq47sok] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-3htvq47sok] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-3htvq47sok] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-3htvq47sok]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-3htvq47sok]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-3htvq47sok]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-3htvq47sok] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-3htvq47sok] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.row-grid[b-3htvq47sok] {
  margin-top: 3rem;
}
/* _content/Ntb.Portal.Web/Pages/Users/SelectUser/SelectUserList/_AbortButton.cshtml.rz.scp.css */
.ntb-pager-button-box[b-3hfymqx01d] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ntb-pager-button-box > div[b-3hfymqx01d] {
  flex: 1 1 15rem;
  max-width: 15rem;
  min-width: fit-content;
  white-space: nowrap;
}
.ntb-pager-button-box > div[b-3hfymqx01d]  button {
  width: 100%;
  margin: 0;
}
/* _content/Ntb.Portal.Web/Pages/Users/SelectUser/SelectUserList/_ConfirmSelectionPopup.cshtml.rz.scp.css */
@media only screen and (min-width: 768px) {
  .ntb-form .text-grid[b-vay4mgzf4s] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .text-grid > .dummy[b-vay4mgzf4s] {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .ntb-form .form-grid[b-vay4mgzf4s], .ntb-form .removable-item-list[b-vay4mgzf4s], .ntb-form .text-grid[b-vay4mgzf4s] {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
  .ntb-form .form-grid > .dummy[b-vay4mgzf4s], .ntb-form .removable-item-list > .dummy[b-vay4mgzf4s], .ntb-form .text-grid > .dummy[b-vay4mgzf4s] {
    display: block !important;
  }
  .ntb-form .removable-item-list[b-vay4mgzf4s] {
    display: flex !important;
  }
  .ntb-form .form-button-box[b-vay4mgzf4s] {
    flex-direction: row !important;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box[b-vay4mgzf4s] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1rem;
  }
  .ntb-form .form-multiline-button-box div[b-vay4mgzf4s] {
    display: flex;
    flex-direction: row !important;
    column-gap: 1rem;
  }
}
.ntb-form[b-vay4mgzf4s] {
  --rect-button-size: 1.75rem;
  display: flex;
  flex-direction: column;
}
.ntb-form .space-top[b-vay4mgzf4s] {
  margin-top: 3rem;
}
.ntb-form .form-title[b-vay4mgzf4s] {
  margin-bottom: 1rem;
}
.ntb-form span.inline[b-vay4mgzf4s] {
  display: inline;
}
.ntb-form span.inline > a[b-vay4mgzf4s] {
  display: inline;
}
.ntb-form h5[b-vay4mgzf4s] {
  margin-bottom: 1rem;
}
.ntb-form[b-vay4mgzf4s]  .rect-button {
  border-radius: 0;
  width: var(--rect-button-size);
  height: var(--rect-button-size);
  min-width: var(--rect-button-size);
  min-height: var(--rect-button-size);
  padding: 0;
}
.ntb-form[b-vay4mgzf4s]  .rect-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ntb-form[b-vay4mgzf4s]  .rect-button > div > svg {
  height: 1rem;
  width: 1rem;
}
.ntb-form[b-vay4mgzf4s]  .rect-button:disabled {
  fill: var(--secondary-text-color);
}
.ntb-form[b-vay4mgzf4s]  .rect-button.danger:not(:disabled) {
  fill: var(--danger-color);
}
.ntb-form .form-description[b-vay4mgzf4s] {
  display: block;
  margin-bottom: 1rem;
}
.ntb-form .removable-item-list[b-vay4mgzf4s] {
  margin-top: 2rem;
}
.ntb-form .removable-item-list .form-row > label[b-vay4mgzf4s] {
  color: var(--accent-color) !important;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .form-row > span[b-vay4mgzf4s] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ntb-form .removable-item-list .rect-button[b-vay4mgzf4s] {
  margin: auto 0;
}
.ntb-form .form-break[b-vay4mgzf4s] {
  margin-top: 2rem;
}
.ntb-form .form-grid[b-vay4mgzf4s] , .ntb-form .text-grid[b-vay4mgzf4s] , .ntb-form .removable-item-list[b-vay4mgzf4s]  {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-grid[b-vay4mgzf4s]  > label, .ntb-form .text-grid[b-vay4mgzf4s]  > label, .ntb-form .removable-item-list[b-vay4mgzf4s]  > label {
  display: flex;
  color: var(--secondary-text-color);
}
.ntb-form .form-grid[b-vay4mgzf4s]  > label::first-letter, .ntb-form .text-grid[b-vay4mgzf4s]  > label::first-letter, .ntb-form .removable-item-list[b-vay4mgzf4s]  > label::first-letter {
  text-transform: capitalize;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .top-aligned, .ntb-form .text-grid[b-vay4mgzf4s]  .top-aligned, .ntb-form .removable-item-list[b-vay4mgzf4s]  .top-aligned {
  display: block !important;
  height: 100%;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .right-aligned, .ntb-form .text-grid[b-vay4mgzf4s]  .right-aligned, .ntb-form .removable-item-list[b-vay4mgzf4s]  .right-aligned {
  display: flex;
  justify-content: end;
}
.ntb-form .form-grid[b-vay4mgzf4s]  > .dummy, .ntb-form .text-grid[b-vay4mgzf4s]  > .dummy, .ntb-form .removable-item-list[b-vay4mgzf4s]  > .dummy {
  display: none;
  width: 0;
  height: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  > .spacer, .ntb-form .text-grid[b-vay4mgzf4s]  > .spacer, .ntb-form .removable-item-list[b-vay4mgzf4s]  > .spacer {
  width: 100%;
  display: block;
  height: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-tiny {
  width: calc(20% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-small {
  width: calc(30% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-medium {
  width: calc(50% - 0rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(1) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-tiny {
  width: calc(20% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-small {
  width: calc(30% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-medium {
  width: calc(50% - 0.5rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(2) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-tiny {
  width: calc(20% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-small {
  width: calc(30% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-medium {
  width: calc(50% - 0.6666666667rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(3) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-tiny {
  width: calc(20% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-small {
  width: calc(30% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-medium {
  width: calc(50% - 0.75rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(4) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-tiny {
  width: calc(20% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-small {
  width: calc(30% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-medium {
  width: calc(50% - 0.8rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(5) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-tiny {
  width: calc(20% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-small {
  width: calc(30% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-medium {
  width: calc(50% - 0.8333333333rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(6) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-tiny {
  width: calc(20% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-small {
  width: calc(30% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-medium {
  width: calc(50% - 0.8571428571rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(7) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-tiny, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-tiny {
  width: calc(20% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-small, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-small {
  width: calc(30% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-medium, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-medium {
  width: calc(50% - 0.875rem);
  flex-grow: 0;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8).field-fill, .ntb-form .form-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill, .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > *:first-child:nth-last-child(8) ~ *.field-fill {
  flex-grow: 1;
}
.ntb-form .form-grid[b-vay4mgzf4s]  .form-row > :not(:last-child), .ntb-form .text-grid[b-vay4mgzf4s]  .form-row > :not(:last-child), .ntb-form .removable-item-list[b-vay4mgzf4s]  .form-row > :not(:last-child) {
  margin-right: 1rem;
}
.ntb-form .form-grid[b-vay4mgzf4s]  > .field-full, .ntb-form .text-grid[b-vay4mgzf4s]  > .field-full, .ntb-form .removable-item-list[b-vay4mgzf4s]  > .field-full {
  width: 100%;
}
.ntb-form .form-grid[b-vay4mgzf4s]  > span:not(.inline), .ntb-form .text-grid[b-vay4mgzf4s]  > span:not(.inline), .ntb-form .removable-item-list[b-vay4mgzf4s]  > span:not(.inline) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ntb-form .text-grid > label[b-vay4mgzf4s] {
  color: var(--accent-color);
}
.ntb-form .text-grid .value-list[b-vay4mgzf4s] {
  display: flex;
  row-gap: 0.1rem;
  flex-direction: column;
}
.ntb-form .text-grid[b-vay4mgzf4s]  .not-stored {
  font-style: italic;
  color: var(--secondary-text-color);
}
.ntb-form .form-button-box[b-vay4mgzf4s] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ntb-form .form-multiline-button-box[b-vay4mgzf4s] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form .form-multiline-button-box div[b-vay4mgzf4s] {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ntb-form[b-vay4mgzf4s]  .form-model-errors {
  margin-top: 1rem;
}
.ntb-form[b-vay4mgzf4s]  .form-model-errors > ul {
  padding-left: 0;
}
.ntb-form[b-vay4mgzf4s]  .form-model-errors > ul > li {
  color: var(--danger-color);
  list-style: none;
}
.ntb-form .description-container[b-vay4mgzf4s] {
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 2rem;
}
.ntb-form .no-result-container[b-vay4mgzf4s] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  width: 100%;
}

.ntb-form[b-vay4mgzf4s] {
  width: 60vw;
}

@media only screen and (min-width: 992px) {
  .ntb-form[b-vay4mgzf4s] {
    width: 50vw;
    max-width: 40rem;
  }
}
