html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #cd9f25;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-padding-start: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  padding: 0;
  font: inherit;
  -webkit-margin-after: 0;
  font-size: 100%;
  -webkit-margin-before: 0;
}

body {
  line-height: 1rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

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

fieldset {
  min-inline-size: 0;
}

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

::selection {
  background-color: #cd9f25;
  color: #ffffff;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 17px;
}

body {
  background-color: #ffffff;
  color: #5a5670;
  font-family: 'roboto-300', Helvetica, sans-serif;
  line-height: 1.7rem;
}

#app-root, #content {
  height: 100%;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  width: 100%;
  outline: none;
}

header {
  background-color: #ffffff;
  display: flex;
  height: 58px;
  position: fixed;
  width: 100%;
  z-index: 14;
  border-bottom: 2px solid #eeeeee;
}

header .container {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  gap: 1rem;
  height: 58px;
  padding: 0 1.3125rem;
  width: 100%;
}

header .container > div:first-child, header .container > div:last-child {
  display: flex;
  flex: 1;
  min-width: -webkit-min-content;
}

header .container > div:last-child {
  justify-content: flex-end;
}

header .logo {
  height: 44px;
}

header > div {

}

main {
  flex: 1;
}

section {
  position: relative;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

.container.width-300 {
  max-width: 300px;
  width: 90%;
}

.container.width-360 {
  max-width: 360px;
  width: 90%;
}

.container.width-600 {
  max-width: 600px;
  width: 90%;
}

.container.min-870 {
  min-width: 870px;
}

.container.width-960 {
  max-width: 960px;
  width: 90%;
}

.container.width-1920 {
  max-width: 1920px;
  width: 90%;
}

.container.fit-content {
  max-width: fit-content;
  width: 90%;
}

.container.full-width {
  margin: 1.3125rem;
}

.container.full-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.inset-0 {
  padding: 1rem;
}

.container.inset-plus-2 {
  padding: 1.8125rem;
}

.container.vertical-scroll {
  height: 100%;
  overflow-y: auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  scrollbar-gutter: stable;
}

.container.horizontal-scroll {
  width: 100%;
  overflow-x: auto;
}

.container .container-mobile {
  width: 100%;
  padding-top: 3.975rem;
}

.container .container-mobile form, .container .container-mobile fieldset, .container .container-mobile .flex-column, .container .container-mobile .object-inliner {
  width: 100%;
}

.container .container-mobile .merged-inputs.vertical input {
  width: max-content;
}

.container .container-mobile .screen-height {
  height: 75vh;
}

.row {
  display: flex;
  position: relative;
  width: 100%;
}

.column {
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
}

.column.width-300 {
  max-width: 300px;
}

.object-inliner {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 1rem;
  width: auto;
}

.object-inliner li {
  flex-shrink: 0;
}

.object-inliner.space-between {
  justify-content: space-between;
}

.object-inliner.align-flex-end {
  align-items: flex-end;
}

.object-inliner.align-baseline {
  align-items: baseline;
}

.object-inliner.small-gap {
  gap: 3px;
}

.flex-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.controls-header {
  background-color: #ffffff;
  border-top: 1px solid #d2d2d2;
  box-shadow: 0 0px 8px hsl(0deg 0% 0% / 10%);
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.controls-header button, .controls-header a.button {
  flex: 1;
}

.tab-navigation {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.tab-navigation a {
  align-items: center;
  border-bottom: 2px solid transparent;
  display: flex;
  height: 58px;
  justify-content: center;
}

.tab-navigation a:hover, .tab-navigation a.active {
  border-bottom: 2px solid #cd9f25;
  text-decoration: none;
}

.fieldset-group {
  display: flex;
  gap: 0.625rem;
}

.fieldset-group fieldset, .fieldset-group div {
  flex: 1;
  position: relative;
}

.fieldset-group.width-400 {
  max-width: 400px;
}

.button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.button-group button, .button-group .button {
  display: inline-block;
  width: auto;
}

.button-group.centered {
  justify-content: center;
}

.button-group.full-width button, .button-group.full-width .button {
  flex: 1;
}

.button-group hr {
  margin: 0.625rem 0;
}

.button-group .fa-trash-alt:hover {
  color: #a35a4e;
}

.background-grey {
  background-color: #f5f5f5;
}

.border-bottom {
  border-bottom: 2px solid #605670;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

hr {
  background-color: #eeeeee;
  border: 0;
  height: 2px;
  margin: 1.3125rem 0 1.3125rem;
  min-width: 100%;
  width: 100%;
}

.align-flex-start {
  align-items: flex-start;
}

.justify-self-center {
  display: flex;
  justify-self: center;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-minus-2 {
  flex: .4;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-end {
  display: flex;
  align-items: flex-end;
}

.flex-justify-end {
  display: flex;
  justify-content: flex-end;
}

.text-align-center {
  display: block;
  text-align: center;
}

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

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

.text-inliner {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
}

.center-div {
  display: block;
  margin: 0 auto;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.width-max-content {
  width: max-content;
}

.justify-center {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.margin-left-48 {
  margin-left: 48px;
}

.margin-right-plus-5 {
  margin-right: 6rem;
}

.margin-top-plus-half {
  margin-top: .5rem;
}

.gap-plus-half {
  gap: .5rem;
}

.vertical-flex-end {
  display: flex;
  align-items: flex-end;
}

.width-100 {
  width: 100%;
}

.max-width-160 {
  max-width: 160px;
}

.max-height-350 {
  max-height: 350px;
}

.max-width-700 {
  max-width: 700px;
}

.no-gap {
  gap: 0;
}

.no-wrap {
  flex-wrap: nowrap;
}

.width-208 {
  width: 208px;
}

.vertical-scroll {
  overflow-y: auto;
}

.table-layout-auto {
  table-layout: auto;
}

.grid-wrapper {
  display: grid;
}

.resize-height {
  height: auto;
}

.horizontal-margin-0 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.horizontal-margin-plus-1 {
  margin-left: 1.3125rem;
  margin-right: 1.3125rem;
}

.horizontal-margin-plus-2 {
  margin-left: 1.8125rem;
  margin-right: 1.8125rem;
}

.margin-top-minus-1 {
  margin-top: 0.625rem;
}

.margin-bottom-minus-1 {
  margin-bottom: 0.625rem;
}

.margin-left-minus-1 {
  margin-left: 0.625rem;
}

.margin-right-minus-1 {
  margin-right: 0.625rem;
}

.padding-top-minus-1 {
  padding-top: 0.625rem;
}

.padding-bottom-minus-1 {
  padding-bottom: 0.625rem;
}

.padding-left-minus-1 {
  padding-left: 0.625rem;
}

.padding-right-minus-1 {
  padding-right: 0.625rem;
}

.gap-minus-1 {
  gap: 0.625rem;
}

.margin-top-minus-4 {
  margin-top: 0.25rem;
}

.margin-bottom-minus-4 {
  margin-bottom: 0.25rem;
}

.margin-left-minus-4 {
  margin-left: 0.25rem;
}

.margin-right-minus-4 {
  margin-right: 0.25rem;
}

.padding-top-minus-4 {
  padding-top: 0.25rem;
}

.padding-bottom-minus-4 {
  padding-bottom: 0.25rem;
}

.padding-left-minus-4 {
  padding-left: 0.25rem;
}

.padding-right-minus-4 {
  padding-right: 0.25rem;
}

.gap-minus-4 {
  gap: 0.25rem;
}

.margin-top-0 {
  margin-top: 1rem;
}

.margin-bottom-0 {
  margin-bottom: 1rem;
}

.margin-left-0 {
  margin-left: 1rem;
}

.margin-right-0 {
  margin-right: 1rem;
}

.padding-top-0 {
  padding-top: 1rem;
}

.padding-bottom-0 {
  padding-bottom: 1rem;
}

.padding-left-0 {
  padding-left: 1rem;
}

.padding-right-0 {
  padding-right: 1rem;
}

.gap-0 {
  gap: 1rem;
}

.margin-top-plus-2 {
  margin-top: 1.8125rem;
}

.margin-bottom-plus-2 {
  margin-bottom: 1.8125rem;
}

.margin-left-plus-2 {
  margin-left: 1.8125rem;
}

.margin-right-plus-2 {
  margin-right: 1.8125rem;
}

.padding-top-plus-2 {
  padding-top: 1.8125rem;
}

.padding-bottom-plus-2 {
  padding-bottom: 1.8125rem;
}

.padding-left-plus-2 {
  padding-left: 1.8125rem;
}

.padding-right-plus-2 {
  padding-right: 1.8125rem;
}

.gap-plus-2 {
  gap: 1.8125rem;
}

.margin-top-minus-2 {
  margin-top: 0.5rem;
}

.margin-bottom-minus-2 {
  margin-bottom: 0.5rem;
}

.margin-left-minus-2 {
  margin-left: 0.5rem;
}

.margin-right-minus-2 {
  margin-right: 0.5rem;
}

.padding-top-minus-2 {
  padding-top: 0.5rem;
}

.padding-bottom-minus-2 {
  padding-bottom: 0.5rem;
}

.padding-left-minus-2 {
  padding-left: 0.5rem;
}

.padding-right-minus-2 {
  padding-right: 0.5rem;
}

.gap-minus-2 {
  gap: 0.5rem;
}

.margin-top-plus-4 {
  margin-top: 3.975rem;
}

.margin-bottom-plus-4 {
  margin-bottom: 3.975rem;
}

.margin-left-plus-4 {
  margin-left: 3.975rem;
}

.margin-right-plus-4 {
  margin-right: 3.975rem;
}

.padding-top-plus-4 {
  padding-top: 3.975rem;
}

.padding-bottom-plus-4 {
  padding-bottom: 3.975rem;
}

.padding-left-plus-4 {
  padding-left: 3.975rem;
}

.padding-right-plus-4 {
  padding-right: 3.975rem;
}

.gap-plus-4 {
  gap: 3.975rem;
}

.margin-top-plus-1 {
  margin-top: 1.3125rem;
}

.margin-bottom-plus-1 {
  margin-bottom: 1.3125rem;
}

.margin-left-plus-1 {
  margin-left: 1.3125rem;
}

.margin-right-plus-1 {
  margin-right: 1.3125rem;
}

.padding-top-plus-1 {
  padding-top: 1.3125rem;
}

.padding-bottom-plus-1 {
  padding-bottom: 1.3125rem;
}

.padding-left-plus-1 {
  padding-left: 1.3125rem;
}

.padding-right-plus-1 {
  padding-right: 1.3125rem;
}

.gap-plus-1 {
  gap: 1.3125rem;
}

.margin-top-minus-3 {
  margin-top: 0.375rem;
}

.margin-bottom-minus-3 {
  margin-bottom: 0.375rem;
}

.margin-left-minus-3 {
  margin-left: 0.375rem;
}

.margin-right-minus-3 {
  margin-right: 0.375rem;
}

.padding-top-minus-3 {
  padding-top: 0.375rem;
}

.padding-bottom-minus-3 {
  padding-bottom: 0.375rem;
}

.padding-left-minus-3 {
  padding-left: 0.375rem;
}

.padding-right-minus-3 {
  padding-right: 0.375rem;
}

.gap-minus-3 {
  gap: 0.375rem;
}

.margin-top-plus-5 {
  margin-top: 6rem;
}

.margin-bottom-plus-5 {
  margin-bottom: 6rem;
}

.margin-left-plus-5 {
  margin-left: 6rem;
}

.margin-right-plus-5 {
  margin-right: 6rem;
}

.padding-top-plus-5 {
  padding-top: 6rem;
}

.padding-bottom-plus-5 {
  padding-bottom: 6rem;
}

.padding-left-plus-5 {
  padding-left: 6rem;
}

.padding-right-plus-5 {
  padding-right: 6rem;
}

.gap-plus-5 {
  gap: 6rem;
}

.margin-top-plus-3 {
  margin-top: 2.625rem;
}

.margin-bottom-plus-3 {
  margin-bottom: 2.625rem;
}

.margin-left-plus-3 {
  margin-left: 2.625rem;
}

.margin-right-plus-3 {
  margin-right: 2.625rem;
}

.padding-top-plus-3 {
  padding-top: 2.625rem;
}

.padding-bottom-plus-3 {
  padding-bottom: 2.625rem;
}

.padding-left-plus-3 {
  padding-left: 2.625rem;
}

.padding-right-plus-3 {
  padding-right: 2.625rem;
}

.gap-plus-3 {
  gap: 2.625rem;
}

h1 {
  font-family: 'roboto-900', Helvetica, sans-serif;
  font-size: 3.975rem;
  line-height: 3.975rem;
}

h2 {
  font-family: 'roboto-700', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 2.625rem;
}

h2 .fa-solid, h2 .fa-regular {
  font-size: 1.5rem;
}

h3, legend {
  font-family: 'roboto-400', Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
}

h4 {
  font-family: 'roboto-700', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
}

h5 {
  font-family: 'roboto-700', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

h6, label, th {
  font-family: 'roboto-500', Helvetica, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 0.85rem;
  text-transform: uppercase;
}

h6 span, label span, th span {
  font-family: 'roboto-300', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: none;
}

h6 {
  margin-bottom: 0.375rem;
}

.small-caps {
  font-size: 0.75em;
  line-height: 1.3125em;
  text-transform: uppercase;
}

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.15em;
}

a {
  color: #cd9f25;
  text-decoration: none;
}

a:hover {
  color: #cd9f25;
  cursor: pointer;
  text-decoration: underline;
}

a.text-link {
  color: #5a5670;
  text-decoration: none;
}

a.text-link:hover {
  color: #5a5670;
}

a.icon-link {
  color: #5a5670;
}

a.icon-link:hover {
  color: #cd9f25;
  text-decoration: none;
}

b, strong {
  font-family: 'metropolis-extrabold', Helvetica, sans-serif;
}

.note {
  color: #d2d2d2;
}

.fa-solid.clickable:hover {
  color: #cd9f25;
  cursor: pointer;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.sticky-header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

b.heavy {
  font-family: 'roboto-700', Helvetica, sans-serif;
  font-size: 1rem;
}

fieldset {
  margin-bottom: 0.625rem;
}

fieldset.radio, fieldset.checkbox {
  margin: 1.3125rem 0;
}

fieldset .button-group {
  margin-top: 1.3125rem;
}

fieldset .button-group button, fieldset .button-group a.button {
  flex: 1;
}

fieldset .button-group button.success, fieldset .button-group a.button.success {
  background-color: #7a9c6b;
  color: #ffffff;
}

fieldset .button-group button.error, fieldset .button-group a.button.error {
  background-color: #a35a4e;
  color: #ffffff;
}

fieldset.printable h4 {
  line-height: 1.2rem;
}

input, textarea, .select-menu > span {
  line-height: 1.7rem;
  width: 100%;
  font-family: 'roboto-300', Helvetica, sans-serif;
  height: 50px;
  border: none;
  padding: 0.625rem 1rem 0.625rem;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 3px;
  display: inline-block;
  color: #4e4e4e;
}

input .width-208, textarea .width-208, .select-menu > span .width-208 {
  width: 208px;
}

input.height-155, textarea.height-155, .select-menu > span.height-155 {
  height: 155px;
  resize: none;
}

input:focus, textarea:focus, .select-menu > span:focus {
  box-shadow: 0 0.5px 3px 3px #cd9f25;
  outline: none;
  z-index: 1;
}

input.bordered, textarea.bordered, .select-menu > span.bordered {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
}

input::placeholder, textarea::placeholder, .select-menu > span::placeholder {
  color: #d2d2d2;
  font-family: 'roboto-300-italic', Helvetica, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-menu > span::-webkit-input-placeholder {
  color: #d2d2d2;
  font-family: 'roboto-300-italic', Helvetica, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder, .select-menu > span::-moz-placeholder {
  color: #d2d2d2;
  font-family: 'roboto-300-italic', Helvetica, sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder, .select-menu > span:-moz-placeholder {
  color: #d2d2d2;
  font-family: 'roboto-300-italic', Helvetica, sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-menu > span:-ms-input-placeholder {
  color: #d2d2d2;
  font-family: 'roboto-300-italic', Helvetica, sans-serif;
}

input:disabled, input.disabled, textarea:disabled, textarea.disabled, .select-menu > span:disabled, .select-menu > span.disabled {
  color: #1c1b1b;
  cursor: not-allowed;
  opacity: 1;
}

input:disabled.read-only, input.disabled.read-only, textarea:disabled.read-only, textarea.disabled.read-only, .select-menu > span:disabled.read-only, .select-menu > span.disabled.read-only {
  background-color: #f9f9f9;
  color: #cecece;
}

input.small, textarea.small, .select-menu > span.small {
  height: 34px;
}

input:disabled, textarea:disabled, .select-menu > span:disabled {
  opacity: 1;
}

input.edit-change, textarea.edit-change, .select-menu > span.edit-change {
  color: #ffffff;
  background-color: #5a5670;
}

input.error, textarea.error, .select-menu > span.error {
  background-color: #a35a4e;
  color: #ffffff;
}

.-menu .selected-dot {
  display: inline-block;
  margin-right: 5px;
  height: 9px;
  width: 9px;
  background-color: #cd9f25;
  border-radius: 50%;
}

.-menu .-menu-choice:hover {
  background: #cd9f25;
  color: white;
}

.-menu .-menu-choice:hover .selected-dot {
  background-color: white;
}

textarea.large {
  height: 450px;
}

.readonly-input {
  border-radius: 3px;
  padding: 0.25rem 0;
}

.search-filter {
  position: relative;
  width: 100%;
}

.search-filter input {
  padding-right: 2.625rem;
}

.search-filter:after {
  line-height: 1rem;
  right: 0;
  top: 0;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  height: 50px;
  text-rendering: auto;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f002';
  font-size: 0.85rem;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1rem;
}

.search-filter.focus:after {
  content: '\f00d';
}

.search-filter.small input {
  height: 34px;
}

.search-filter.small:after {
  top: -8px;
}

.border-top {
  border-top: 1px solid #cbc7c7;
}

button, .button {
  line-height: 1.3125rem;
  font-family: 'roboto-400', Helvetica, sans-serif;
  height: 50px;
  border: 2px solid #5a5670;
  padding: 0.625rem 1.8125rem 0.625rem;
  text-align: center;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  border-radius: 3px;
  display: inline-block;
  color: #5a5670;
}

button .fa-solid, .button .fa-solid {
  font-size: 0.85em;
}

button:focus, .button:focus {
  box-shadow: 0 0.5px 3px 3px #cd9f25;
  outline: none;
  z-index: 1;
}

button:hover, .button:hover {
  background-color: #5a5670;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

button.primary, button.not-completed, .button.primary, .button.not-completed {
  background-color: #5a5670;
  border-color: #5a5670;
  color: #ffffff;
}

button.primary:hover, button.not-completed:hover, .button.primary:hover, .button.not-completed:hover {
  background-color: #cd9f25;
  border-color: #cd9f25;
  color: #ffffff;
}

button.secondary, .button.secondary {
  background-color: #cd9f25;
  border-color: #cd9f25;
  color: #ffffff;
}

button.secondary:hover, .button.secondary:hover {
  background-color: #e8b327;
  border-color: #e8b327;
  color: #ffffff;
}

button.tertiary, .button.tertiary {
  background-color: #667d91;
  border-color: #667d91;
  color: #ffffff;
}

button.tertiary:hover, .button.tertiary:hover {
  background-color: #667d91;
  color: #ffffff;
}

button.quaternary, .button.quaternary {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #ffffff;
}

button.quaternary:hover, .button.quaternary:hover {
  background-color: #5a5670;
  border-color: #5a5670;
  color: #ffffff;
}

button.primary-outline, .button.primary-outline {
  background-color: #ffffff;
  border: 2px solid #5a5670;
  color: #5a5670;
}

button.primary-outline:hover, .button.primary-outline:hover {
  background-color: #5a5670;
  color: #ffffff;
}

button.secondary-outline, .button.secondary-outline {
  background-color: #ffffff;
  border: 2px solid #cd9f25;
  color: #cd9f25;
}

button.secondary-outline:hover, .button.secondary-outline:hover {
  background-color: #cd9f25;
  color: #ffffff;
}

button.tertiary-outline, .button.tertiary-outline {
  background-color: #ffffff;
  border: 2px solid #667d91;
  color: #667d91;
}

button.tertiary-outline:hover, .button.tertiary-outline:hover {
  background-color: #667d91;
  color: #ffffff;
}

button.quaternary-outline, button.archived, .button.quaternary-outline, .button.archived {
  background-color: #ffffff;
  border: 2px solid #d2d2d2;
  color: #d2d2d2;
}

button.quaternary-outline:hover, button.archived:hover, .button.quaternary-outline:hover, .button.archived:hover {
  background-color: #5a5670;
  border-color: #5a5670;
  color: #ffffff;
}

button.error, .button.error {
  background-color: #a35a4e;
  border: 2px solid #a35a4e;
  color: #ffffff;
}

button.error-outline, .button.error-outline {
  background-color: #ffffff;
  border: 2px solid #a35a4e;
  color: #a35a4e;
}

button.error-outline:hover, .button.error-outline:hover {
  background-color: #a35a4e;
  color: #ffffff;
}

button.white, .button.white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #5a5670;
}

button.white:hover, .button.white:hover {
  background-color: #5a5670;
  border-color: #5a5670;
  color: #ffffff;
}

button:disabled, button.disabled, .button:disabled, .button.disabled {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #ffffff;
}

button:disabled:hover, button.disabled:hover, .button:disabled:hover, .button.disabled:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #ffffff;
  cursor: not-allowed;
}

button:disabled:focus, button.disabled:focus, .button:disabled:focus, .button.disabled:focus {
  box-shadow: none;
}

button.centered, .button.centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  text-align: center;
}

button.full-width, .button.full-width {
  max-width: 100%;
  width: 100%;
}

button.large, .button.large {
  font-size: 1.3125rem;
  max-width: 450px;
  padding: 0.625rem 1.8125rem;
}

button.dash-size, .button.dash-size {
  width: 600px;
  justify-content: flex-start;
  height: 95px;
  border: none;
  align-items: center;
  padding: 0.5rem 2.625rem;
  border-radius: 3px;
  display: flex;
  background: white;
}

button.dash-size .fa-regular, .button.dash-size .fa-regular {
  font-size: 40px;
}

button.dash-size:hover, .button.dash-size:hover {
  background-color: #cd9f25;
  border: 2px solid #cd9f25;
}

button.dash-size:hover .icon-container, .button.dash-size:hover .icon-container {
  border: 2px solid #ffffff;
}

button.dash-size:hover .secondary, .button.dash-size:hover .secondary {
  color: white;
}

button.small, .button.small {
  height: 34px;
  line-height: 1rem;
  padding: 0.375rem 1rem;
}

button.extra-small, .button.extra-small {
  height: 28px;
  padding: 0 0.375rem;
}

button.mini, .button.mini {
  padding: 0 0.375rem;
  font-size: 0.625rem;
  height: 24px;
  text-transform: uppercase;
}

.checkbox {
  vertical-align: middle;
  width: 100%;
  color: #eeeeee;
  font-size: 50px;
}

.checkbox:hover {
  cursor: pointer;
  color: #cd9f25;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  height: auto;
  width: auto;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  box-shadow: none;
}

input[type=checkbox]:hover, input[type=radio]:hover {
  cursor: pointer;
}

input[type=checkbox].checkbox-width, input[type=radio].checkbox-width {
  width: -webkit-fill-available;
}

input[type=radio] {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #DAD8D8;
  padding: 2px;
  background-clip: content-box;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

input[type=radio]:hover {
  cursor: pointer;
}

input[type=radio]:checked {
  background-color: #cd9f25;
}

label.inline-checkbox, label.inline-radio {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

label.inline-checkbox:hover, label.inline-radio:hover {
  cursor: pointer;
}

label.inline-checkbox p, label.inline-radio p {
  font-size: 1rem;
  text-transform: none;
}

.radio-bar {
  display: flex;
}

.radio-bar.narrow label {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.radio-bar li {
  display: flex;
  flex: 1;
}

.radio-bar li:nth-of-type(1) label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.radio-bar li:nth-last-of-type(1) label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}

.radio-bar input {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-bar label {
  line-height: 1.7rem;
  justify-content: center;
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
  height: 50px;
  margin: 0;
  user-select: none;
  text-transform: none;
  align-items: center;
  padding: 0.625rem 1.8125rem 0.625rem;
  white-space: nowrap;
  border-right: 1px solid #d2d2d2;
  text-decoration: none;
  font-size: 1rem;
  background-color: #eeeeee;
  border-radius: 0;
  display: flex;
  flex: 1;
  color: #5a5670;
}

.radio-bar label:hover {
  background-color: #cd9f25;
  color: #ffffff;
  cursor: pointer;
}

.radio-bar label.small-revised {
  line-height: 1.3125rem;
  padding: 0.25rem 1rem 0.375rem;
}

.radio-bar input:checked + label {
  background-color: #5a5670;
  border-color: #5a5670;
  color: #ffffff;
}

.radio-bar input:checked + label.error {
  background-color: #a35a4e;
  border-color: #a35a4e;
  color: #ffffff;
}

.radio-bar input:checked + label.success {
  background-color: #7a9c6b;
  border-color: #7a9c6b;
  color: #ffffff;
}

.merged-inputs.holiday input {
  background-color: #667d91;
  color: white;
}

.notification.error {
  background-color: #a35a4e;
  color: #ffffff;
}

.notification.error:hover {
  background-color: #cd9f25;
  color: #ffffff;
}

.notification.holiday {
  background-color: #667d91;
  color: #ffffff;
}

.notification.holiday:hover {
  background-color: #cd9f25;
  color: #ffffff;
}

.validation-error, .merged-inputs .validation-error, .merged-inputs fieldset:last-of-type .validation-error, .merged-inputs.vertical .validation-error, .validation-error input {
  background-color: #a35a4e;
  color: #ffffff;
}

.validation-success, .merged-inputs .validation-success, .merged-inputs fieldset:last-of-type .validation-success, .merged-inputs.vertical .validation-success, .validation-success input {
  background-color: #5a5670;
  color: #ffffff;
}

.action-needed {
  background-color: #ffffff;
  color: #5a5670;
  border: 2px solid #eeeeee;
}

.readonly-input.validation-error, .readonly-input.validation-success {
  padding-left: 1rem;
  padding-right: 1rem;
}

.validation-message, .validation-row {
  background-color: #d2d2d2;
  border-radius: 3px;
  color: #ffffff;
  padding: 0.25rem 1rem;
}

.validation-message.error, .validation-row.error {
  background-color: #a35a4e;
}

.validation-message.warning, .validation-row.warning {
  background-color: #cd9f25;
}

.validation-message.success, .validation-row.success {
  background-color: #5a5670;
}

.validation-row {
  display: inline-block;
}

.flash-root {
  position: fixed;
  top: 74px;
  left: 0;
  width: auto;
  z-index: 15;
}

.flash-message {
  background-color: #eeeeee;
}

.flash-message.error {
  background-color: #a35a4e;
  color: #ffffff;
}

.flash-message.success {
  background-color: #5a5670;
  color: #ffffff;
}

.flash-message.warn {
  background-color: #b99746;
  color: #ffffff;
}

.flash-message .container {
  padding: 0.5rem 1.3125rem;
}

.flash-message span {
  margin-right: 1rem;
}

.flash-message span a {
  display: inline;
  padding: 0;
}

.flash-message span:hover {
  cursor: pointer;
}

.flash-message a {
  color: #ffffff;
}

.flash-message a:hover {
  color: #ffffff;
}

.site-spinner {
  width: 80px;
  right: 0;
  top: 0;
  height: 35px;
  border-bottom-right-radius: 3px;
  position: fixed;
  border-bottom-left-radius: 3px;
  z-index: 15;
  box-shadow: 2px 2px 8px #999999;
  margin-left: -50px;
  background-color: #5a5670;
  left: 50%;
}

.site-spinner:after {
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  position: fixed;
  margin-top: 4px;
  content: '';
  background-size: 24px 24px;
  margin-left: -22px;
  display: inline-block;
  background-image: url('/images/gifs/spinner-white.gif');
  left: 50%;
}

.circle {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-left: -0.312rem;
}

.circle.supervisor {
  background-color: #BBC1D0;
}

.circle.supervisor.absolute {
  position: absolute;
  top: 7px;
}

.circle.manager {
  background-color: #638E71;
}

.circle.manager.absolute {
  position: absolute;
  left: 1.77rem;
}

.tooltip {
  width: max-content;
  padding: 5px 12px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin-top: -8px;
  z-index: 1000;
  margin-left: -80px;
  font-size: 0.875rem;
  background-color: #5a5670;
  border-radius: 3px;
  bottom: 100%;
  color: white;
  left: 50%;
}

.tooltip.-input-field {
  bottom: unset;
  left: unset;
  top: 50%;
  margin-top: unset;
  margin-left: -75px;
}

.tooltip.margin-left-minus-3 {
  margin-left: -130px;
}

.hoverable:hover .tooltip {
  visibility: visible;
}

.hr-text {
  font-size: 1rem;
  line-height: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}

.hr-text:before {
  content: "";
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}

.hr-text:after {
  background-color: #fff;
  color: #d2d2d2;
  content: attr(data-content);
  padding: 0 0.625rem;
  position: relative;
}

.action-panel {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}

.action-panel button {
  width: 100%;
}

ol, ul, li {
  position: relative;
}

ul.traversable li, ol.traversable li {
  align-items: center;
  border-bottom: 2px solid #eeeeee;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.625rem 0;
  width: auto;
}

ul.traversable li:last-child, ol.traversable li:last-child {
  border-bottom: none;
}

ul.traversable li:hover, ol.traversable li:hover {
  color: #cd9f25;
  cursor: pointer;
}

ol.expandable nav, ul.expandable nav {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  gap: 1rem;
  top: 160px;
  justify-content: space-between;
  height: auto;
  align-items: baseline;
  padding: 0.375rem 0;
  position: sticky;
  margin-top: 0;
  z-index: 2;
  background-color: #ffffff;
  display: flex;
}

ol.expandable nav .expander, ul.expandable nav .expander {
  border-bottom: 2px solid transparent;
  padding-bottom: 0.25rem;
}

ol.expandable nav .active, ul.expandable nav .active {
  border-bottom-color: #cd9f25;
}

ol.expandable nav.position-initial, ul.expandable nav.position-initial {
  position: initial;
}

ol.expandable nav.no-gap, ul.expandable nav.no-gap {
  gap: 0;
}

ol.expandable nav .inactive h6, ul.expandable nav .inactive h6 {
  color: #eeeeee;
}

ol.expandable nav .inactive h6:hover, ul.expandable nav .inactive h6:hover {
  color: #eeeeee;
  cursor: auto;
}

ol.expandable nav h2, ul.expandable nav h2 {
  line-height: 2.5rem;
  padding: 0 0.25rem;
}

ol.expandable nav h6, ul.expandable nav h6 {
  margin: 0;
  padding: 0.375rem;
}

ol.expandable nav h6:hover, ul.expandable nav h6:hover {
  color: #cd9f25;
  cursor: pointer;
}

ol.expandable nav div.object-inliner:hover h2, ol.expandable nav div.object-inliner:hover h3, ul.expandable nav div.object-inliner:hover h2, ul.expandable nav div.object-inliner:hover h3 {
  color: #cd9f25;
  cursor: pointer;
}

ol.expandable nav div.object-inliner:hover .notification, ul.expandable nav div.object-inliner:hover .notification {
  background-color: #cd9f25;
  color: #ffffff;
}

li.expanded {
  border-bottom: 1px solid #eeeeee;
  padding: 1.3125rem 0;
}

.spinner-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}

.spinner-medium-grey {
  background-image: url('/images/gifs/spinner-medium-grey.gif');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
}

img, video {
  display: block;
  max-width: 100%;
}

.object-fit-contain-container, .object-fit-cover-container {
  overflow: hidden;
  position: relative;
}

.object-fit-contain-container.width-20, .object-fit-cover-container.width-20 {
  width: 20px;
  height: 20px;
}

.object-fit-contain-container img, .object-fit-cover-container img {
  width: 100%;
  height: 100%;
}

.object-fit-contain-container img {
  object-fit: contain;
}

.object-fit-cover-container img {
  object-fit: cover;
}

table {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 1rem;
  table-layout: fixed;
  width: 100%;
}

table.width-max-content {
  width: max-content;
}

th {
  line-height: 1rem;
}

th, td {
  max-width: 200px;
  min-width: 80px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 0.625rem;
}

th .overflow-ellipsis, td .overflow-ellipsis {
  display: inline-block;
  max-width: 300px;
  vertical-align: baseline;
}

th:last-child .button-group, td:last-child .button-group {
  justify-content: flex-end;
}

table.padding-minus-3 th, table.padding-minus-3 td {
  padding: 0.275rem 0.625rem;
}

th.icon {
  width: 40px;
}

table.selectable tbody tr:hover {
  background-color: #cd9f25;
  color: #ffffff;
  cursor: pointer;
}

table.selectable tbody tr.read-only:hover {
  background-color: transparent;
  color: #5a5670;
  cursor: auto;
}

table.sortable th {
  height: 41px;
  line-height: 1.8125rem;
}

table.sortable span.fa-sort {
  display: none;
}

table.sortable span.fa-caret-down, table.sortable span.fa-caret-up {
  display: block;
}

table.sortable th:hover {
  cursor: pointer;
}

table.sortable th:hover span {
  display: block;
}

table.rows-bordered {
  border: 2px solid #f1f1f1;
}

table.rows-bordered tbody tr {
  border: 2px solid #f1f1f1;
}

table.small {
  width: max-content;
}

table.rows-bordered th, table.rows-bordered td {
  max-width: 235px;
  min-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}

table.rows-bordered th.max-width-160, table.rows-bordered td.max-width-160 {
  max-width: 160px;
}

table.rows-bordered tbody .sortable .fa-sort, table.rows-bordered tbody .sortable .fa-caret-down, table.rows-bordered tbody .sortable .fa-caret-up {
  font-size: 14px;
  padding-left: 0.5rem;
}

table.rows-bordered.clickable tbody tr:hover {
  background-color: #5a5670;
  color: white;
  cursor: pointer;
}

table.rows-bordered input[type='number']::-webkit-inner-spin-button, table.rows-bordered input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.calendar-header {
  align-items: center;
  display: flex;
}

.calendar-header li {
  flex: 1;
  padding-left: 0.5rem;
}

.calendar-grid {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-grid li {
  border-right: 2px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 185px;
  padding: 0.375rem 0.5rem;
}

.calendar-grid li:nth-child(7n) {
  border-right: none;
}

.calendar-grid li:nth-last-child(n+8) {
  border-bottom: 2px solid #eeeeee;
}

.calendar-grid li.today .date {
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
  margin-top: -1px;
  margin-left: -3px;
  background-color: #cd9f25;
  border-radius: 50%;
  display: inline-flex;
  color: #ffffff;
  padding-top: 2px;
}

.calendar-grid .date {
  height: 29px;
}

.calendar-grid .button-group {
  align-items: center;
  flex: 1;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  margin-bottom: 1.3125rem;
}

.calendar-grid .progress-list {
  display: none;
}

.calendar-grid .progress-indicator {
  background-color: transparent;
  border: 2px solid #5a5670;
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.calendar-grid h5.archived {
  color: #d2d2d2;
}

.calendar-grid h5.archived .progress-indicator {
  background-color: transparent;
  border-color: #d2d2d2;
}

.calendar-grid h5.completed .progress-indicator {
  background-color: transparent;
  border-color: #5a5670;
}

.calendar-grid h5.not-completed .progress-indicator {
  background-color: #5a5670;
  border-color: #5a5670;
}

.carousel {
  width: 100%;
  gap: 1.3125rem;
  height: calc(100vh - 70px);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overflow: visible;
  overflow-x: auto;
  display: flex;
  -mx-overflow-style: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel .slide {
  background-color: #ffffff;
  min-width: 90%;
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  width: 90%;
}

.carousel .slide.card {
  border: 2px solid #5a5670;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: 0 3px 8px hsl(0deg 0% 0% / 30%);
}

.carousel .slide.first {
  margin-left: 10%;
}

.carousel .slide.last {
  margin-right: 10%;
}

.carousel .container.vertical-scroll {
  padding: 0 1.8125rem;
  display: flex;
  width: 100%;
}

.carousel form {
  padding-bottom: 6rem;
}

.carousel-scroller {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  font-size: 1.5rem;
  position: absolute;
  top: calc(50% - 12px);
}

.carousel-scroller:hover {
  color: #cd9f25;
  cursor: pointer;
}

.carousel-scroller.fa-chevron-circle-left {
  left: 7px;
}

.carousel-scroller.fa-chevron-circle-right {
  right: 7px;
}

.dashboard.frozen {
  overflow: hidden;
}

.dashboard .transparent {
  opacity: .2;
}

.dashboard .header {
  background: white;
  text-align: left;
}

.dashboard .header h2 {
  line-height: unset;
}

.dashboard .dash-buttons {
  padding-bottom: 30px;
}

.dashboard .dash-buttons .bubble-notif {
  width: max-content;
  top: 19px;
  font-family: 'roboto-500', Helvetica, sans-serif;
  border: 2px solid white;
  padding: 3px 6px;
  position: absolute;
  font-size: 14px;
  border-radius: 30px;
  background: #cd9f25;
  color: white;
  left: 66px;
}

.dashboard .widget-background {
  background-color: #F0F2F9;
  padding: 2rem 7rem;
}

.dashboard .icon-container {
  border: 2px solid #5a5670;
  border-radius: 50px;
  padding: 11px;
  font-size: 24px;
  width: 53px;
  height: 53px;
}

.dashboard .inset {
  padding: 0 1.3125rem 0 5rem;
}

.dashboard .logo {
  max-width: 148px;
}

.dashboard .no-gap {
  gap: 0;
}

.dashboard .secondary {
  color: #cd9f25;
}

.dashboard .widget-card {
  background-color: white;
  border-radius: 3px;
  padding: wilson.styles.core$px@613aeb51 10, wilson.styles.core$px@613aeb51 0;
}

.dashboard .widget-card:hover {
  cursor: pointer;
}

.dashboard .widget-card.large {
  width: 720px;
  height: 320px;
}

.dashboard .widget-card.small {
  width: 360px;
  height: 320px;
}

.dashboard .widget-card.expanded-size {
  width: 1470px;
  height: max-content;
  position: absolute;
  z-index: 500;
  box-shadow: 0 3px 8px hsl(0deg 0% 0% / 30%);
  top: 90px;
  padding: 10px 20px;
}

.dashboard .widget-card.expanded-size:hover {
  cursor: auto;
}

.dashboard .widget-card .fa-grip-dots {
  font-size: 27px;
  cursor: grab;
  color: #909090;
}

.dashboard .widget-card .widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1rem;
  margin-top: 15px;
}

.dashboard .widget-card .tabbed-selection {
  background-color: white;
  font-family: 'roboto-500', Helvetica, sans-serif;
  font-size: 10px;
  color: #c9c9c9;
  height: 20px;
  line-height: 19px;
}

.dashboard .widget-card .tabbed-selection.selected {
  border-bottom: 2px solid #4F4C63;
  color: #5a5670;
}

.dashboard .widget-card .tabbed-selection:hover {
  color: #cd9f25;
  border-bottom: 2px solid #C99540;
}

.dashboard .widget-card .flex-row .flex-column {
  width: max-content;
}

.dashboard .widget-card .max-pie-chart-size {
  height: 157px;
}

.dashboard .widget-card ul.supervisor-group {
  border-bottom: 1px solid #E3E2EA;
  padding-bottom: 0.5rem;
}

.dashboard .widget-card ul.supervisor-group h6 {
  max-width: 80px;
  text-overflow: ellipsis;
}

.dashboard .widget-card h4 {
  max-width: 140px;
  text-overflow: ellipsis;
}

.dashboard .widget-card .margin-bottom-none {
  margin-bottom: 0;
}

.dashboard .widget-card h2 {
  line-height: 1.8rem;
}

.dashboard .max-height-250 {
  height: 250px;
}

.dashboard .max-graph-size {
  height: 520px;
  width: 1420px;
}

.dashboard .small {
  height: 34px;
}

.dashboard .width-160 {
  width: 160px;
}

.dashboard .width-190 {
  width: 190px;
}

.dashboard .width-100 {
  width: 100%;
}

.dashboard .fa-caret-down.large, .dashboard .fa-caret-right.large {
  font-size: 2rem;
}

.dashboard .fa-caret-down.large:hover, .dashboard .fa-caret-right.large:hover {
  cursor: pointer;
}

.micro-label {
  line-height: 19px;
  justify-content: center;
  font-family: 'roboto-500', Helvetica, sans-serif;
  height: 20px;
  text-transform: uppercase;
  padding: 0px 5px;
  text-wrap: nowrap;
  font-size: 10px;
  background-color: #4F4C63;
  border-radius: 3px;
  display: flex;
  color: #ffffff;
}

.micro-label.secondary {
  background-color: #cd9f25;
  color: #ffffff;
}

.micro-label.outlined {
  background-color: #ffffff;
  border: 1px solid #5a5670;
  color: #5a5670;
}

.micro-label.stat {
  margin: 0px 3px;
}

.micro-label.readonly-change {
  color: #ffffff;
  background-color: #b5b0de;
  border: 1px solid #b5b0de;
}

.select-menu, .button-menu {
  cursor: pointer;
  height: 50px;
  line-height: 1.7rem;
  position: relative;
}

.select-menu .width-208, .button-menu .width-208 {
  width: 208px;
}

.select-menu.open, .button-menu.open {
  z-index: 2;
}

.select-menu.width-210, .button-menu.width-210 {
  min-width: 210px;
}

.select-menu.half-width, .button-menu.half-width {
  max-width: 50%;
}

.select-menu ul, .button-menu ul {
  min-width: 100%;
  width: auto;
  top: 50px;
  height: auto;
  padding: 0;
  text-align: left;
  border-bottom-right-radius: 3px;
  position: absolute;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #d2d2d2;
  z-index: 3;
  box-shadow: 0 7px 8px hsl(0deg 0% 0% / 10%);
  overflow: auto;
  background-color: #eeeeee;
  max-height: 60vh;
  color: #4e4e4e;
  left: 0;
}

.select-menu ul div.empty, .button-menu ul div.empty {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
  font-style: italic;
  color: #999999;
}

.select-menu ul li, .button-menu ul li {
  padding: 0.625rem 1rem;
}

.select-menu ul li:last-child, .button-menu ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.select-menu ul li.highlighted, .button-menu ul li.highlighted {
  background-color: #cd9f25;
  color: #ffffff;
  cursor: pointer;
}

.select-menu ul li.highlighted a, .button-menu ul li.highlighted a {
  color: #ffffff;
}

.select-menu.large, .button-menu.large {
  font-size: 2.625rem;
  height: 74px;
}

.select-menu.large ul, .button-menu.large ul {
  top: 74px;
}

.select-menu.large li, .button-menu.large li {
  padding: 1rem;
}

.select-menu.small, .button-menu.small {
  height: 34px;
}

.select-menu.small ul, .button-menu.small ul {
  top: 34px;
}

.select-menu.small li, .button-menu.small li {
  line-height: 1rem;
  padding: 0.375rem 1rem;
}

.select-menu.small .fa-solid, .button-menu.small .fa-solid {
  font-size: 0.85em;
}

.select-menu {
  background-color: transparent;
  border-radius: 3px;
}

.select-menu.open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0.5px 3px 3px #cd9f25;
  outline: none;
  z-index: 1;
}

.select-menu.open button.inlay:before {
  content: '\f00d';
}

.select-menu.open button.inlay:hover {
  color: #cd9f25;
}

.select-menu.open input.unfocused {
  box-shadow: none;
}

.select-menu.open input.unfocused:focus, .select-menu.open input.unfocused:hover {
  box-shadow: 0 0.5px 3px 3px #cd9f25;
  cursor: pointer;
}

.select-menu button.inlay {
  line-height: 1rem;
  right: 0;
  top: 0;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  height: 100%;
  text-rendering: auto;
  border: none;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  background-color: transparent;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1rem;
}

.select-menu button.inlay:before {
  line-height: 1rem;
  right: 0;
  top: 0;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  height: 100%;
  text-rendering: auto;
  border: none;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f078';
  background-color: transparent;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1rem;
}

.select-menu button.inlay:hover {
  background-color: transparent;
  color: #5a5670;
}

.select-menu button.inlay:focus {
  box-shadow: none;
}

.select-menu.large input {
  height: 74px;
}

.select-menu.large button.inlay {
  padding-top: 2.2rem;
}

.select-menu.small input {
  height: 34px;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}

.select-menu.small button.inlay {
  padding-top: 0;
}

.select-menu.validation-error button.inlay, .select-menu.validation-success button.inlay {
  color: #ffffff;
}

.button-menu:hover button {
  background-color: #cd9f25;
  border-color: #cd9f25;
}

.button-menu button {
  padding-right: 3rem;
}

.button-menu button:after {
  line-height: 1rem;
  right: 0;
  top: 0;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  height: 100%;
  text-rendering: auto;
  border: none;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f078';
  background-color: transparent;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  padding-left: 1rem;
}

.button-menu ul {
  border-top: none;
  border-top-right-radius: 3px;
  min-width: 10rem;
}

.button-menu ul.max-content {
  min-width: max-content;
}

.button-menu.large button {
  height: 74px;
  line-height: 1rem;
  padding: 1rem 3.975rem 1rem 1.3125rem;
}

.button-menu.small button {
  height: 34px;
  line-height: 1rem;
  padding: 0.375rem 2.625rem 0.375rem 1rem;
}

.no-scroll {
  overflow: hidden;
}

.modal-background {
  background-color: hsla(0, 0%, 30.588236%, 0.93);
  inset: 0;
  overflow: auto;
  padding: 2.625rem;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 14;
}

.modal {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  width: 100%;
}

.modal.width-960 {
  max-width: 960px;
}

.modal.width-100 {
  max-width: 100%;
}

.modal.width-1400 {
  width: 1400px;
  max-width: unset;
}

.modal.width-1400.negative-margin-left {
  margin-left: -520px;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-header.temporary-fix {
  width: 1400px;
  background: white;
  margin-left: -520px;
}

.modal-header .fa-solid {
  font-size: 0;
  padding: 1rem;
}

.modal-header.closable .fa-times {
  font-size: 1rem;
}

.modal-header.closable .fa-times:hover {
  color: #cd9f25;
  cursor: pointer;
}

.modal-header.poppable .fa-chevron-left {
  font-size: 1rem;
}

.modal-header.poppable .fa-chevron-left:hover {
  color: #cd9f25;
  cursor: pointer;
}

.modal-body {
  padding: 0 1rem 1rem 1rem;
}

.reconciliation, .manager-review, .supervisor-review, .review {
  max-width: 1030px;
}

.reconciliation .hgroup, .manager-review .hgroup, .supervisor-review .hgroup, .review .hgroup {
  background-color: #ffffff;
  margin-top: 58px;
  padding-top: 1rem;
  position: sticky;
  top: 58px;
  z-index: 14;
}

.reconciliation li .hgroup, .manager-review li .hgroup, .supervisor-review li .hgroup, .review li .hgroup {
  border-bottom: 1px solid #eeeeee;
  height: auto;
  margin-top: 0;
  padding-top: 0.625rem;
  top: 118px;
  z-index: 13;
}

.reconciliation ol, .manager-review ol, .supervisor-review ol, .review ol {
  margin-bottom: 2.625rem;
}

.reconciliation ol.expandable nav, .manager-review ol.expandable nav, .supervisor-review ol.expandable nav, .review ol.expandable nav {
  top: 140px;
}

.reconciliation .row, .manager-review .row, .supervisor-review .row, .review .row {
  gap: 6rem;
  margin-top: 0.375rem;
  padding-top: 1rem;
}

.reconciliation .column, .manager-review .column, .supervisor-review .column, .review .column {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  justify-content: space-between;
  width: auto;
}

.reconciliation .column:first-child, .manager-review .column:first-child, .supervisor-review .column:first-child, .review .column:first-child {
  width: 206px;
}

.reconciliation .column:last-child, .manager-review .column:last-child, .supervisor-review .column:last-child, .review .column:last-child {
  width: 720px;
}

.reconciliation > li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 3.975rem;
  padding-bottom: 3.975rem;
}

ul.inline-calendar {
  gap: 0;
  justify-content: flex-end;
}

ul.inline-calendar li {
  border-right: 1px solid #eeeeee;
  padding: 0 0.375rem;
  width: 2.625rem;
}

ul.inline-calendar h6 {
  text-align: center;
}

.manager-review {
  max-width: 100%;
  margin: 1.8125rem;
}

.merged-inputs {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.merged-inputs h3 {
  margin-bottom: 1rem;
}

.merged-inputs h4 {
  align-self: flex-end;
  margin-bottom: 1.15rem;
  width: 48px;
}

.merged-inputs .date {
  margin-bottom: 0.3rem;
}

.merged-inputs .date h2 {
  line-height: 1.2rem;
}

.merged-inputs .date h4 {
  font-family: 'roboto-400', Helvetica, sans-serif;
  margin-bottom: 0;
}

.merged-inputs fieldset {
  max-width: 100px;
}

.merged-inputs fieldset.width-120 {
  max-width: 120px;
}

.merged-inputs fieldset.width-125 {
  max-width: 125px;
}

.merged-inputs fieldset.width-160 {
  max-width: 160px;
}

.merged-inputs fieldset.width-180 {
  max-width: 180px;
}

.merged-inputs fieldset.flex-1 {
  flex: 1;
  max-width: initial;
}

.merged-inputs fieldset:nth-of-type(1) input, .merged-inputs fieldset:nth-of-type(1) button, .merged-inputs fieldset:nth-of-type(1) a.button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.merged-inputs fieldset:last-of-type input, .merged-inputs fieldset:last-of-type button, .merged-inputs fieldset:last-of-type a.button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.merged-inputs fieldset:last-of-type input {
  border-right: none;
}

.merged-inputs input, .merged-inputs button, .merged-inputs a.button {
  border-radius: 0;
}

.merged-inputs input {
  border-right: 1px solid #d2d2d2;
}

.merged-inputs .max-date-input-width {
  width: 9.3rem;
}

.merged-inputs .chargeable {
  height: 50px;
  width: 66px;
  background-color: #eeeeee;
}

.merged-inputs .chargeable.width-100 {
  width: 100%;
}

.merged-inputs button, .merged-inputs a.button {
  padding: 0.625rem 2.625rem 0.625rem 1rem;
}

.merged-inputs .fa-trash-alt {
  margin-left: 1rem;
  margin-bottom: 1.6rem;
}

.merged-inputs .fa-plus-circle.clickable {
  position: absolute;
  top: -3px;
  right: 6px;
}

.merged-inputs.after-midnight {
  background-color: #cd9f25;
  border-radius: 3px;
  color: #ffffff;
  margin-left: -0.375rem;
  margin-bottom: 0.625rem;
  padding: 0.375rem;
  position: relative;
  width: calc(100% + 0.75rem);
}

.merged-inputs.after-midnight fieldset {
  margin-bottom: 0;
}

.merged-inputs.after-midnight h4 {
  margin-bottom: 0.5rem;
}

.merged-inputs.after-midnight .fa-trash-alt {
  margin-bottom: 1rem;
}

.merged-inputs.after-midnight .fa-trash-alt:hover {
  color: #5a5670;
}

input.small-width, li.small-width {
  min-width: 100px;
  max-width: 100px;
}

input.large-width, li.large-width {
  min-width: 210px;
  max-width: 210px;
}

.merged-inputs.vertical {
  align-items: flex-start;
  flex-direction: column;
}

.merged-inputs.vertical h4 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
}

.merged-inputs.vertical fieldset {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}

.merged-inputs.vertical fieldset:nth-of-type(1) input, .merged-inputs.vertical fieldset:nth-of-type(1) button, .merged-inputs.vertical fieldset:nth-of-type(1) a.button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.merged-inputs.vertical fieldset:last-of-type input, .merged-inputs.vertical fieldset:last-of-type button, .merged-inputs.vertical fieldset:last-of-type a.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.merged-inputs.vertical fieldset:last-of-type input {
  border-bottom: none;
}

.merged-inputs.vertical label {
  flex: 0 0 96px;
  width: 96px;
}

.merged-inputs.vertical input, .merged-inputs.vertical button {
  flex: 0 0 110px;
  width: 110px;
}

.merged-inputs.vertical input {
  border-bottom: 1px solid #d2d2d2;
  border-right: none;
}

.merged-inputs.vertical input:disabled, .merged-inputs.vertical input.disabled {
  opacity: 0.33;
}

.merged-inputs.vertical .readonly-input {
  padding: 0.625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.merged-inputs.wide:first-child h4 {
  margin-left: 160px;
}

.merged-inputs.wide.sticky-column {
  background-color: #ffffff;
  left: 0;
  position: sticky;
  z-index: 2;
}

.merged-inputs.wide .hgroup {
  height: 29px;
  width: 100%;
}

.merged-inputs.wide h4 {
  margin-bottom: 0;
  width: auto;
}

.merged-inputs.wide label, .merged-inputs.wide input, .merged-inputs.wide button, .merged-inputs.wide .readonly-input, .merged-inputs.wide .checkbox-container {
  align-items: center;
  display: flex;
  flex: 0 0 160px;
  height: 50px;
  width: 160px;
}

.merged-inputs.wide button {
  justify-content: center;
  padding-right: 1rem;
}

.merged-inputs.wide .checkbox-container {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}

.merged-inputs.wide .checkbox-container input[type=checkbox] {
  flex: 0 1 auto;
  width: auto;
}

.time-cards .merged-inputs.after-midnight:after {
  line-height: 1rem;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  height: 50px;
  text-rendering: auto;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f186';
  font-size: 0.625rem;
  display: flex;
  font-style: normal;
  bottom: -10px;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  left: 18px;
}

.manager-review .note, .review .note {
  color: #bfbfbf;
}

.manager-review .validation-error-text, .review .validation-error-text {
  color: #CC6262;
}

.manager-review .-description, .review .-description {
  min-width: 250px;
}

.manager-review .-description input, .review .-description input {
  text-overflow: break-word;
}

.manager-review button.-activity-history, .review button.-activity-history {
  border-radius: 3px;
  padding: 0;
  width: 2.8rem;
  height: 100%;
}

.manager-review input, .review input {
  text-overflow: ellipsis;
}

.manager-review .fas.small, .review .fas.small {
  font-size: 1rem;
}

.manager-review .secondary, .review .secondary {
  color: #cd9f25;
}

.manager-review button.secondary, .review button.secondary {
  background: #cd9f25;
  color: white;
}

.manager-review button.secondary:hover, .review button.secondary:hover {
  background: #dfad2b;
}

.manager-review button.secondary.disabled, .review button.secondary.disabled {
  opacity: .4;
}

.manager-review .width-manhours, .review .width-manhours {
  width: 108px;
  text-align: center;
}

.manager-review .activity-row-container, .review .activity-row-container {
  background-color: #eeeeee;
  min-height: 50px;
  width: max-content;
  display: flex;
  margin-bottom: 0.625rem;
}

.manager-review .activity-row-container .height-max-content, .review .activity-row-container .height-max-content {
  min-height: max-content;
  resize: none;
  display: flex;
  flex: 1;
}

.manager-review .activity-row-container .height-max-content.chargeable, .review .activity-row-container .height-max-content.chargeable {
  width: 99px;
}

.manager-review .activity-row-container .height-155, .review .activity-row-container .height-155 {
  height: 155px;
}

.manager-review .activity-row-container .max-date-input-width, .review .activity-row-container .max-date-input-width {
  width: 9.3rem;
}

.manager-review .-customer-margin, .review .-customer-margin {
  margin-left: 1208px;
  min-width: 212px;
}

.manager-review fieldset, .review fieldset {
  margin: 0;
}

.manager-review .row-cell, .review .row-cell {
  border-right: 1px solid #d2d2d2;
  align-items: center;
  display: flex;
  background: #f6f6f6;
}

.manager-review .row-cell.new-activity, .review .row-cell.new-activity {
  background: #5a5670;
  border-right: none;
}

.manager-review .row-cell.new-activity .row-cell, .review .row-cell.new-activity .row-cell {
  background: #5a5670;
  border-right: none;
}

.manager-review .row-cell.max-width, .review .row-cell.max-width {
  max-width: 215px;
}

.manager-review .row-cell.min-width, .review .row-cell.min-width {
  max-width: 215px;
}

.manager-review .row-cell.max-description-width, .review .row-cell.max-description-width {
  width: 261px;
  align-items: stretch;
}

.manager-review .row-cell.max-description-width fieldset, .review .row-cell.max-description-width fieldset {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.manager-review .row-cell.max-description-width .transparent, .review .row-cell.max-description-width .transparent {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.manager-review .row-cell.max-description-width.chargeable, .review .row-cell.max-description-width.chargeable {
  width: 100px;
}

.manager-review .row-cell.max-chargeable-width, .review .row-cell.max-chargeable-width {
  width: 66px;
  align-items: center;
  justify-content: center;
}

.manager-review .row-cell.max-chargeable-width.condensed, .review .row-cell.max-chargeable-width.condensed {
  width: 27px;
}

.manager-review .row-cell fieldset, .review .row-cell fieldset {
  margin: 0;
}

.manager-review .label-row, .review .label-row {
  display: flex;
  flex-direction: row;
}

.manager-review .label-row .date-width, .review .label-row .date-width {
  min-width: 9.3rem;
}

.manager-review .label-row .description-width-not-chargeable, .review .label-row .description-width-not-chargeable {
  width: 15.1rem;
}

.manager-review .-activity, .review .-activity {
  border-bottom: 1px solid #eeeeee;
}

.manager-review .flag-message, .review .flag-message {
  background-color: #8BB6B9;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 3px;
}

.manager-review .flag-message.width-100, .review .flag-message.width-100 {
  width: 100%;
}

.manager-review .flag, .review .flag {
  background-color: #8BB6B9;
  color: white;
}

.manager-review .flag.-supervisor, .review .flag.-supervisor {
  background-color: #C58933;
}

.manager-review .flag.-manager, .review .flag.-manager {
  background-color: #E2B366;
}

.manager-review .flag.-employee, .review .flag.-employee {
  background-color: #965F04;
}

.manager-review .clickable, .review .clickable {
  cursor: pointer;
}

.manager-review .highlighted-field, .review .highlighted-field {
  border: 3px solid #cd9f25;
}

.employee-label {
  line-height: 19px;
  width: fit-content;
  font-family: 'roboto-400', Helvetica, sans-serif;
  height: 34px;
  margin: 5px 10px 5px 0px;
  padding: 0px 10px;
  font-size: 1rem;
  background-color: #5a5670;
  border-radius: 3px;
  display: flex;
  color: white;
}

.employee-label.secondary {
  background-color: #cd9f25;
}

.employee-label.denied {
  background-color: #FFDFD9;
  color: #C36360;
}

.employee-label.denied .employee-amount {
  background-color: #C36360;
  color: #FFDFD9;
}

.employee-label.pending {
  background-color: #F3F0F0;
  color: #868686;
}

.employee-label.pending .employee-amount {
  background-color: #868686;
  color: #F3F0F0  ;
}

.employee-label.approved {
  background-color: #E0F6E0;
  color: #4B8961;
}

.employee-label.approved .employee-amount {
  background-color: #4B8961;
  color: #E0F6E0;
}

.employee-label.add-type {
  padding: 0px;
}

.employee-label button {
  color: white;
  padding: 0px 3px;
}

.employee-label input {
  background: padding-box;
  color: white;
  height: 34px;
  font-family: 'roboto-400', Helvetica, sans-serif;
  box-shadow: 0 0.5px 3px 3px #cd9f25;
}

.employee-label input.max-amount-width {
  width: 70px;
}

.select-role:hover {
  cursor: pointer;
  color: #cd9f25;
}

.employee-amount {
  font-family: 'roboto-500', Helvetica, sans-serif;
  background-color: #ffffff;
  color: #5a5670;
  border-radius: 100px;
  padding: 0px 5px;
  font-size: 0.75rem;
}

.margin-bottom-temp-fix {
  margin-bottom: 0rem;
}

.status-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: 'roboto-500', Helvetica, sans-serif;
  border-radius: 3px;
  padding: 0px 10px;
  width: 100%;
}

.status-label.pending {
  background-color: #f6f6f6;
  color: #5a5670;
}

.status-label.denied {
  background-color: #FBD4D4;
  color: #8E4D4D;
}

.status-label.approved {
  background-color: #C0DEC3;
  color: #196437;
}

.status-label.bordered {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
}

.vertical-readonly {
  width: 100%;
}

.vertical-readonly label {
  max-width: 81px;
  min-width: 81px;
  margin-top: 20px;
}

.vertical-readonly fieldset {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0;
}

.vertical-readonly input, .vertical-readonly .desc, .vertical-readonly textarea {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  pointer-events: none;
  height: max-content;
  overflow: hidden;
  padding: 0.625rem 1rem 0.625rem;
  width: 100%;
  min-height: 52.14px;
}

.vertical-readonly input.error, .vertical-readonly .desc.error, .vertical-readonly textarea.error {
  background-color: #a35a4e;
  color: #ffffff;
}

.vertical-readonly input.readonly-change, .vertical-readonly .desc.readonly-change, .vertical-readonly textarea.readonly-change {
  color: #ffffff;
  background-color: #b5b0de;
  border: 1px solid #ffffff;
}

.vertical-readonly .select-menu {
  width: 100%;
}

.vertical-readonly .inlay {
  color: #ffffff;
}

.vertical-readonly .flag-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.alert-flag {
  background: #a35a4e;
  color: #ffffff;
  padding: 0.25rem;
}

.readonly-change {
  background: #b5b0de;
  color: #ffffff;
  padding: 0.25rem;
}

.readonly-change .micro-label {
  color: #ffffff;
  background-color: #b5b0de;
  border: 1px solid #ffffff;
}

.readonly-change .note {
  color: #ffffff;
}

.ghost-indicator {
  border-bottom: 2px solid #b99746;
  gap: 0.25rem;
  top: 0;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 1rem;
  position: sticky;
  z-index: 1000;
  background-color: #fdf8ec;
  display: flex;
}

.ghost-badge {
  background-color: #b99746;
  color: #ffffff;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.625rem;
  font-weight: 600;
  white-space: nowrap;
}

.unghost-btn {
  background-color: #a35a4e;
  color: #ffffff;
  border: none;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 600;
}

header.ghosting {
  background-color: #fdf8ec;
  border-bottom: 2px solid #b99746;
}

#content.ghosting {
  box-shadow: inset 0 0 0 3px #b99746;
}

.authentication .logo {
  margin: 0 auto 1.8125rem;
  max-width: 80%;
}

hgroup.dashboard-banner {
  width: 100%;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin-top: 58px;
  background-color: #5a5670;
  display: flex;
  color: #ffffff;
}

hgroup.dashboard-banner h4 {
  line-height: 1.4rem;
}

hgroup.dashboard-banner h6 {
  margin-bottom: 0;
}

div.back-link {
  position: absolute;
  top: 1rem;
}

div.back-link a:hover {
  text-decoration: none;
  cursor: pointer;
}

.menu-dropdown {
  width: 250px;
  background: #ffffff;
  right: 0;
  border: 1px solid #d2d2d2;
  text-align: left;
  position: absolute;
  top: 56px;
}

.menu-dropdown ul {
  display: flex;
  flex-direction: column;
}

.menu-dropdown li h4 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem 0.625rem;
}

.menu-dropdown li.active {
  background: #5a5670;
  color: #ffffff;
}

.menu-dropdown li:hover {
  background: #5a5670;
  color: #ffffff;
  cursor: pointer;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.timeline li {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.timeline .timeline-row {
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 0.625rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.timeline .timeline-row:hover {
  cursor: pointer;
  border: 2px solid #5a5670;
}

.timeline .summary {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}

.timeline .info-group, .timeline .label-group {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: center;
}

.timeline .info-group h6, .timeline .label-group h6 {
  margin-bottom: 0;
}

.timeline .info-group .fa-warehouse, .timeline .label-group .fa-warehouse {
  font-size: 0.8rem;
}

@media print {

  button {
    display: none;
  }

}

@media screen and (max-width: 1064px) {

  .manager-review {
    margin: 0px 30px;
  }
  
  .width-600.responsive {
    max-width: 100%;
  }

}

@media screen and (max-width: 700px) {

  input, textarea, .select-menu > span {
    color: #000000;
  }
  
  input:disabled, input.disabled, textarea:disabled, textarea.disabled, .select-menu > span:disabled, .select-menu > span.disabled {
    color: #000000;
    cursor: not-allowed;
    opacity: 1;
  }

}

#-activities-container table {
  width: 100%;
  border-collapse: collapse;
}

@media print {

  .no-print {
    display: none !important;
  }
  
  .select-menu button.inlay {
    display: none;
  }
  
  header#-navbar {
    display: none !important;
  }
  
  .margin-top-plus-4:has(#-activities-today) {
    margin-top: 0 !important;
  }
  
  body:has(#-activities-today) {
    display: block;
  }
  
  main:has(#-activities-today) {
    display: block;
    flex: none;
    padding-bottom: 0;
  }
  
  html, body {
    height: 100%;
  }
  
@page {
    margin-bottom: 0.75in;
  }
  
  #-activities-container table {
    page-break-inside: auto;
  }
  
  #print-footer-spacer-row {
    height: 50px;
  }
  
  #print-footer-spacer {
    display: table-footer-group;
    height: 35px;
  }
  
  #-activities-container table thead {
    display: table-header-group;
    page-break-after: avoid;
    break-after: avoid;
  }
  
  #-activities-container table tbody {
    display: table-row-group;
  }
  
  #-activities-container tbody tr {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
  
  #-activities-container tbody tr td, #-activities-container tbody tr th {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
  
  #-signature {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 39px;
    background: #fff;
  }

}

@font-face {
  font-family: 'roboto-100';
  src: url('/fonts/roboto-100.woff2') format('woff2'), url('/fonts/roboto-100.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-100-italic';
  src: url('/fonts/roboto-100-italic.woff2') format('woff2'), url('/fonts/roboto-100-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-300';
  src: url('/fonts/roboto-300.woff2') format('woff2'), url('/fonts/roboto-300.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-300-italic';
  src: url('/fonts/roboto-300-italic.woff2') format('woff2'), url('/fonts/roboto-300-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-400';
  src: url('/fonts/roboto-400.woff2') format('woff2'), url('/fonts/roboto-400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-400-italic';
  src: url('/fonts/roboto-400-italic.woff2') format('woff2'), url('/fonts/roboto-400-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-500';
  src: url('/fonts/roboto-500.woff2') format('woff2'), url('/fonts/roboto-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-500-italic';
  src: url('/fonts/roboto-500-italic.woff2') format('woff2'), url('/fonts/roboto-500-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-700';
  src: url('/fonts/roboto-700.woff2') format('woff2'), url('/fonts/roboto-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-700-italic';
  src: url('/fonts/roboto-700-italic.woff2') format('woff2'), url('/fonts/roboto-700-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-900';
  src: url('/fonts/roboto-900.woff2') format('woff2'), url('/fonts/roboto-900.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-900-italic';
  src: url('/fonts/roboto-900-italic.woff2') format('woff2'), url('/fonts/roboto-900-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}