@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
@import url("https://api.mapbox.com/mapbox-gl-js/v3.4.0/mapbox-gl.css");
.app a.button {
  text-decoration: none;
}

.button,
.button_to {
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  gap: 0.75rem;
  line-height: 1.375rem;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.button .ant-space,
.button .ant-space-item,
.button svg,
.button path,
.button_to .ant-space,
.button_to .ant-space-item,
.button_to svg,
.button_to path {
  color: inherit;
}
.button:disabled,
.button_to:disabled {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  color: rgba(0, 0, 0, 0.25);
}
.button--small,
.button_to--small {
  padding: 0rem 0.5rem;
}
.button--small:disabled,
.button_to--small:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.button--medium,
.button_to--medium {
  padding: 0.25rem 1rem;
}
.button--large,
.button_to--large {
  padding: 0.5rem 1rem;
}
.button--full,
.button_to--full {
  width: 100%;
}
.button--blue,
.button_to--blue {
  background: #0068d9;
  border: 1px solid #0068d9;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: #ffffff;
}
.button--blue:disabled,
.button_to--blue:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.button--blue:hover:not([disabled]), .button--blue:focus,
.button_to--blue:hover:not([disabled]),
.button_to--blue:focus {
  background: #b7d9ff;
  border: 1px solid #000000;
  color: rgba(0, 0, 0, 0.85);
}
.button--primary,
.button_to--primary {
  background: #eddc23;
  border: 1px solid #eddc23;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.85);
}
.button--primary:disabled,
.button_to--primary:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.button--primary:hover:not([disabled]), .button--primary:focus,
.button_to--primary:hover:not([disabled]),
.button_to--primary:focus {
  background: #fbec51;
  border: 1px solid #fbec51;
}
.button--primary--alt,
.button_to--primary--alt {
  background: #ffffff;
  border: 1px solid #eddc23;
  color: #eddc23;
}
.button--primary--alt:disabled,
.button_to--primary--alt:disabled {
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
}
.button--primary--alt:hover:not([disabled]), .button--primary--alt:focus,
.button_to--primary--alt:hover:not([disabled]),
.button_to--primary--alt:focus {
  border: 1px solid #fbec51;
  color: #fbec51;
}
.button--secondary,
.button_to--secondary {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.85);
}
.button--secondary:disabled,
.button_to--secondary:disabled {
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
}
.button--secondary:hover:not([disabled]), .button--secondary:focus,
.button_to--secondary:hover:not([disabled]),
.button_to--secondary:focus {
  background: #fffb8f;
  border: 1px solid rgba(0, 0, 0, 0.85);
}
.button--tertiary,
.button_to--tertiary {
  background: #000000;
  border: none;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  color: #ffffff;
}
.button--tertiary:disabled,
.button_to--tertiary:disabled {
  background: #fafafa;
  border: 1px solid #fafafa;
  color: rgba(0, 0, 0, 0.25);
}
.button--tertiary:hover:not([disabled]), .button--tertiary:focus,
.button_to--tertiary:hover:not([disabled]),
.button_to--tertiary:focus {
  background: #434343;
  border: 1px solid #434343;
}
.button--link,
.button_to--link {
  background: none;
  border: none;
  color: #0068d9;
  font-weight: 600;
}
.button--link:disabled,
.button_to--link:disabled {
  color: rgba(0, 0, 0, 0.25);
}
.button--link:hover:not([disabled]), .button--link:focus,
.button_to--link:hover:not([disabled]),
.button_to--link:focus {
  color: #3d93f1;
}
.button--dangerous,
.button_to--dangerous {
  background: #ffffff;
  border: 1px solid #cf202f;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: #cf202f;
}
.button--dangerous:disabled,
.button_to--dangerous:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: #cf202f;
}
.button--dangerous:hover:not([disabled]), .button--dangerous:focus,
.button_to--dangerous:hover:not([disabled]),
.button_to--dangerous:focus {
  background: #b2101e;
  border: 1px solid #b2101e;
  color: #ffffff;
}
.button--pass,
.button_to--pass {
  background: #278634;
  border: none;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  color: #ffffff;
}
.button--pass:disabled,
.button_to--pass:disabled {
  background: #29482e;
  border: 1px solid #29482e;
  color: #bfbfbf;
}
.button--pass:hover:not([disabled]), .button--pass:focus,
.button_to--pass:hover:not([disabled]),
.button_to--pass:focus {
  background: #434343;
}
.button--pass-outlined,
.button_to--pass-outlined {
  background: #f6ffed;
  border: 1px solid #9cdaa4;
  color: #278634;
}
.button--pass-outlined:hover:not([disabled]), .button--pass-outlined:focus,
.button_to--pass-outlined:hover:not([disabled]),
.button_to--pass-outlined:focus {
  background: #434343;
  border: 1px solid #434343;
}
.button--fail,
.button_to--fail {
  background: #cf202f;
  border: 1px solid #cf202f;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: #ffffff;
}
.button--fail:disabled,
.button_to--fail:disabled {
  border: 1px solid #87040f;
  color: #bfbfbf;
  background: #87040f;
}
.button--fail:hover:not([disabled]), .button--fail:focus,
.button_to--fail:hover:not([disabled]),
.button_to--fail:focus {
  background: #ffffff;
  border: 1px solid #b2101e;
  color: #000000;
}
.button--fail-outlined,
.button_to--fail-outlined {
  background: #fff1f0;
  border: 1px solid #f49aa2;
  color: #e93645;
}
.button--pass-action,
.button_to--pass-action {
  width: 8.5rem;
  height: 1.5rem;
  min-width: 8.5rem;
  max-width: 17rem;
  background: #f6ffed;
  border: 1px solid rgba(57, 181, 74, 0.5);
  color: #278634;
}
.button--pass-action:disabled,
.button_to--pass-action:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.button--pass-action:hover:not([disabled]), .button--pass-action:focus,
.button_to--pass-action:hover:not([disabled]),
.button_to--pass-action:focus {
  background: #f6ffed;
  border: 1px solid #278634;
  color: #278634;
}
.button--fail-action,
.button_to--fail-action {
  width: 8.5rem;
  height: 1.5rem;
  min-width: 8.5rem;
  max-width: 17rem;
  background: #fff1f0;
  border: 1px solid rgba(233, 54, 69, 0.5);
  color: #e93645;
}
.button--fail-action:disabled,
.button_to--fail-action:disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.button--fail-action:hover:not([disabled]), .button--fail-action:focus,
.button_to--fail-action:hover:not([disabled]),
.button_to--fail-action:focus {
  background: #fff1f0;
  border: 1px solid #e93645;
  color: #e93645;
}
.button--decline, .button--service_offering,
.button_to--decline {
  background: #e93645;
  border: none;
  color: #ffffff;
  padding: 0.5rem;
}
.button--decline--secondary, .button--service_offering--secondary,
.button_to--decline--secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
}
.button--decline:disabled, .button--service_offering:disabled,
.button_to--decline:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #000000;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
.button--disabled,
.button_to--disabled {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}

.button_to {
  align-items: normal;
  border: none;
  flex-direction: column;
}

h1,
.h1 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 2.875rem;
}

h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

strong,
.body-bold {
  font-weight: 700;
}

.body-semibold-caps {
  font-weight: 600;
  text-transform: uppercase;
}

.body-color--secondary {
  color: rgba(0, 0, 0, 0.55);
}

.body-color--danger {
  color: #e93645;
}

.body-color--disabled {
  color: rgba(0, 0, 0, 0.25);
}

.body-color--warning {
  color: #faad14;
}

.body-color--mark {
  color: #000000;
  font-weight: 600;
}

.body-underline {
  text-decoration: underline;
}

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

.body-italic {
  font-style: italic;
}

.body-monospace {
  font-family: Menlo, Consolas, monospace;
}

.footnote {
  font-size: 0.75rem;
}

table {
  border-collapse: collapse;
  min-width: 100%;
}

thead {
  background-color: #fafafa;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
tr:hover {
  background-color: #fafafa;
}

th {
  font-weight: 600;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

th,
td {
  padding: 1rem;
}
th img,
td img {
  display: block;
}

th.highlight,
td.highlight {
  background-color: #d9d9d9;
}

th:not(:last-child)::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.06);
  display: block;
  height: 1.375rem;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 1px;
}

td a {
  color: #0068d9;
}

.link {
  color: #177ce9;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  text-decoration: none;
  text-transform: uppercase;
}
.link:hover, .link:focus {
  color: #54a0f3;
}

.tippy-box[data-theme~=blue] {
  background-color: #177ce9;
  color: white;
}

.tippy-box[data-theme~=blue][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #177ce9;
}

.tippy-box[data-theme~=blue][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #177ce9;
}

.tippy-box[data-theme~=blue][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #177ce9;
}

.tippy-box[data-theme~=blue][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #177ce9;
}

.pill {
  background-color: #f5f5f5;
  border: 1px solid #8c8c8c;
  border-radius: 11px;
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0 0.5rem;
}

.device__status-pill {
  display: inline-flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid black;
}
.device__status-pill.active {
  border: 1px solid #39b54a;
  background: #f6ffed;
}
.device__status-pill.inactive {
  border: 1px solid #8c8c8c;
  background: #f5f5f5;
}
.device__status-pill.used {
  border: 1px solid #f49aa2;
  background: #fff1f0;
}

.device__container {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 2fr 1fr;
}
.device__container__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.device__container dl dt {
  color: rgba(0, 0, 0, 0.55);
}
.device__container dl dd {
  align-items: center;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.device__details {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 18.25rem 1fr;
}
.device__details__image {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.device__details__image--primary {
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 4px;
}
.device__details__image--primary img {
  display: block;
}
.device__details__info h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.device__details__info {
  color: rgba(0, 0, 0, 0.55);
}
.device__details__info--cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.device__details__info--cards dl {
  margin-bottom: 1.25rem;
}
.device__details--status {
  padding-left: 1.5rem;
}
.device__details--status-good {
  background: no-repeat 0.25rem center url("/assets/check_circle_outline_green-a411407b.svg");
}
.device__details--status-bad {
  background: no-repeat 0.25rem center url("/assets/close_circle_outline_red-2ca8a999.svg");
}
.device__details--status-neutral {
  background: no-repeat 0.25rem center url("/assets/exclamation_circle_outline_yellow-fff039ea.svg");
}
.device__details--next-status-check ul, .device__details--latest-status-check ul {
  list-style: none;
}
.device__details--next-status-check ul li, .device__details--latest-status-check ul li {
  margin: 0;
  display: flex;
  align-items: center;
}
.device__details--next-status-check ul li img, .device__details--latest-status-check ul li img {
  margin-right: 0.5rem;
}
.device__details--last-check-current {
  color: #278634;
  font-weight: bold;
}
.device__details--last-check-due {
  color: #efcf31;
  font-weight: bold;
}
.device__details--last-check-overdue {
  color: #e93645;
  font-weight: bold;
}

.device__documents .device__documents__list {
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
}
.device__documents dl dd a {
  text-transform: uppercase;
}

.device__status-check__buttons {
  display: grid;
  gap: 1.75rem;
  grid-template: 1fr 1fr/1fr 1fr;
  margin-top: 1.75rem;
}
.device__status-check__buttons > *:last-child {
  grid-row: 2;
  grid-column: 1/span 2;
}
.device__status-check__buttons button {
  width: 100%;
}
.device__status-check__last-check {
  margin-top: 1.5rem;
}
.device__status-check__last-check dl dd {
  align-items: start;
  flex-direction: column;
  gap: 0;
}
.device__status-check__reminder {
  font-weight: bold;
}

.device__status-check-table .version-change,
.device__device-history-table .version-change {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.device__status-check-table .status-check-block,
.device__device-history-table .status-check-block {
  display: flex;
  justify-content: space-between;
}
.device__status-check-table .status-check-block h2,
.device__device-history-table .status-check-block h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
}
.device__status-check-table .status-check-block div,
.device__device-history-table .status-check-block div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.device__status-check-table .status-check-heading,
.device__device-history-table .status-check-heading {
  text-transform: uppercase;
}
.device__status-check-table .status-check,
.device__device-history-table .status-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.device__status-check-table .status-check .status-check-icon,
.device__device-history-table .status-check .status-check-icon {
  display: inline-block;
}

.device__documents h2,
.device__organization h2,
.device__location h2,
.device__qr-code h2,
.device__status-check h2,
.device__users h2 {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.device__organization__info,
.device__location__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.device__organization__info a,
.device__location__info a {
  text-transform: uppercase;
}

.device__qr-code__info {
  display: flex;
  justify-content: stretch;
}
.device__qr-code__info__label {
  margin-right: 1em;
}
.device__qr-code__info__image {
  margin-left: 1em;
}
.device__qr-code a {
  text-transform: uppercase;
}
.device__qr-code--print {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.device__qr-code--print dl {
  margin-top: 1rem;
  padding: 0;
  white-space: pre;
  text-align: center;
}
.device__qr-code--print dl dt {
  font-size: 10pt;
  font-family: sans-serif;
  display: inline-block;
}
.device__qr-code--print dl dt::after {
  content: ":";
  padding-right: 0.25rem;
}
.device__qr-code--print dl dd {
  font-size: 10pt;
  font-family: sans-serif;
  display: inline-block;
}
.device__qr-code--print dl dd::after {
  content: "\a";
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  body {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.device__users__info {
  padding: 0.5rem 0;
}
.device__users__info a {
  text-transform: uppercase;
}

.status_checks-new .status-check-page__form,
.status_checks-create .status-check-page__form {
  display: flex;
  flex-direction: column;
  grid-area: status_check;
  padding: 0 1rem;
}
.status_checks-new .status-check-page__form__question,
.status_checks-create .status-check-page__form__question {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.status_checks-new .status-check-page__form__answer,
.status_checks-create .status-check-page__form__answer {
  display: flex;
  margin-bottom: 1rem;
}

.new_status_check .ant-radio-group {
  display: flex;
  flex-direction: row;
}

.answer-all__button {
  margin: 0 0 1.5rem;
}

.status_checks-show .status-check-page__title {
  height: auto;
}
.status_checks-show .status-check-details {
  grid-area: status_check;
}
.status_checks-show .status-check-details a {
  background-color: #e2e2e2;
  border-radius: #e2e2e2;
  color: #212121;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 8px 12px;
  text-decoration: none;
}
.status_checks-show .status-check-detail {
  margin-bottom: 1rem;
}
.status_checks-show .status-check-detail p {
  margin-left: 0;
}
.status_checks-show .status-check-detail__checked-by__value {
  padding-left: 1rem;
}

.status-check-page {
  display: grid;
  gap: 1rem;
  grid-template-areas: "title equipment_type_details" "status_check equipment_type_details" "status_log status_log";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  padding: 1rem;
}

.status-check-page__title {
  border-bottom: none;
  grid-area: title;
}
.status-check-page__title h1 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.status-check-page__title h2 {
  align-items: center;
  display: flex;
}
.status-check-page__title h2 img {
  height: 50px;
  margin-right: 0.5rem;
  width: 50px;
}

.status-check-page__equipment-type-details {
  display: flex;
  font-weight: bold;
  grid-area: equipment_type_details;
  height: min-content;
}
.status-check-page__equipment-type-details div {
  display: flex;
  flex-direction: column;
}

.status-check-page__readiness-log {
  grid-area: status_log;
  max-width: 80%;
}

.status-check-log {
  max-height: unset;
}
.status-check-log caption {
  text-align: left;
}

.confirmation-show .confirmation-container {
  display: grid;
  grid-template-areas: "header header" "content content" "footer footer";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  width: 100%;
}
.confirmation-show .confirmation-container__header {
  border-bottom: none;
  grid-area: header;
  margin-bottom: 1rem;
}
.confirmation-show .confirmation-container__content {
  display: grid;
  grid-area: content;
  grid-template-areas: "content_left content_right";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  max-width: 60%;
}
.confirmation-show .confirmation-container__content__left h2, .confirmation-show .confirmation-container__content__right h2 {
  text-transform: uppercase;
}
.confirmation-show .confirmation-container__content__left {
  grid-area: content_left;
  margin-right: 1.25rem;
}
.confirmation-show .confirmation-container__content__right {
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  grid-area: content_right;
  justify-content: space-between;
  padding: 1.75rem 2rem;
}
.confirmation-show .confirmation-container__content__right h2 {
  font-size: 1rem;
}
.confirmation-show .confirmation-container__content__right .location-details__header {
  align-items: center;
  display: flex;
}
.confirmation-show .confirmation-container__content__right .location-details__header img {
  height: 1rem;
  width: 1rem;
}
.confirmation-show .confirmation-container__content__right .location-details__content {
  display: flex;
}
.confirmation-show .confirmation-container__content__right .location-details__content h3,
.confirmation-show .confirmation-container__content__right .location-details__content p {
  font-size: 0.875rem;
}
.confirmation-show .confirmation-container__content__right .location-details__content p {
  text-transform: uppercase;
}
.confirmation-show .confirmation-container__content__right .location-details__content div {
  margin-right: 2rem;
}
.confirmation-show .device-details {
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  max-width: 18.75rem;
  padding: 1.5rem 2rem;
}
.confirmation-show .device-details h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.confirmation-show .device-details img {
  border: 1px solid #f8f8f8;
  border-radius: 0.5rem;
  height: 9rem;
  width: 9rem;
}

.placement-edit .placement-container,
.placement-update .placement-container {
  display: grid;
  grid-template-areas: "container_left container_right" "footer footer";
  grid-template-columns: 1fr max-content;
  height: 100%;
  width: 100%;
}
.placement-edit .placement-container__left,
.placement-update .placement-container__left {
  grid-area: container_left;
}
.placement-edit .placement-container__right,
.placement-update .placement-container__right {
  grid-area: container_right;
  padding-right: 2rem;
}
.placement-edit .placement__header,
.placement-update .placement__header {
  border-bottom: none;
  grid-area: header;
  margin-bottom: 1rem;
}
.placement-edit .placement__header h1,
.placement-update .placement__header h1 {
  margin-top: 0;
}
.placement-edit .placement__form,
.placement-update .placement__form {
  width: 50rem;
}

.device-details {
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  max-width: 18.75rem;
  padding: 1.5rem 2rem;
}
.device-details h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.device-details img {
  border: 1px solid #f8f8f8;
  border-radius: 0.5rem;
  height: 9rem;
  width: 9rem;
}

.devices-edit .setup-complete-notification {
  display: grid;
  gap: 0.5rem;
  grid-template-areas: "icon title" ".    message";
  grid-template-columns: auto 1fr;
}
.devices-edit .setup-complete-notification__icon {
  grid-area: icon;
  margin-right: 0.25rem;
}
.devices-edit .setup-complete-notification__title {
  grid-area: title;
  margin-bottom: 0;
}
.devices-edit .setup-complete-notification__message {
  grid-area: message;
}

#device-form .equipment__image-layout {
  display: grid;
  gap: 6.5rem;
  grid-template-columns: 1fr 294px;
  margin-top: 0.5rem;
}
#device-form .equipment__equipment-type {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
#device-form .equipment__equipment-type h2 {
  padding-bottom: 0;
}
#device-form .equipment__equipment-type .equipment__primary-image {
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  padding: 1rem;
}
#device-form dl {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
#device-form dl dt {
  color: rgba(0, 0, 0, 0.55);
}
#device-form dl dd {
  color: #595959;
  font-weight: 600;
}

.element--centered .cell-text {
  margin-left: 8px;
}

.equipment__active-status-pill {
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid black;
}

.equipment__active-status-pill.active {
  border: 1px solid #39b54a;
  background: #f6ffed;
}

.equipment__active-status-pill.inactive {
  border: 1px solid #8c8c8c;
  background: #f5f5f5;
}

.equipment_types-index .breadcrumb-action-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.equipment_types-index .table-container {
  /* Frame 158 */
  box-sizing: border-box;
  /* Auto layout */
  gap: 1rem;
  left: 18.625rem;
  padding: 1.5rem;
  top: 10.375rem;
  /* Neutral/1 */
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}
.equipment_types-index .equipment-type-table-cell {
  display: flex;
  align-items: center;
}
.equipment_types-index .equipment-type-table-cell .inline-cell {
  display: inline;
}
.equipment_types-index .inline-img {
  display: inline-block;
}

.equipment-type-attributes-column {
  align-self: start;
}

.inspectable-equipment__equipment-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.inspectable-equipment__equipment-modal__h1 {
  font-size: 1em;
  transform: none;
  padding-bottom: 1em;
}
.inspectable-equipment__equipment-modal__h2 {
  font-size: 1em;
  padding: 1em 0;
}
.inspectable-equipment__equipment-modal dl dt {
  color: rgba(0, 0, 0, 0.55);
}
.inspectable-equipment__equipment-modal dl dd {
  align-items: center;
  color: rgba(0, 0, 0, 0.85);
}
.inspectable-equipment__equipment-modal__equipment-info {
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 0 1em;
}
.inspectable-equipment__equipment-modal__equipment-info__image {
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 2em 0;
}
.inspectable-equipment__equipment-modal__equipment-info__image > img {
  height: 95%;
  width: 95%;
}
.inspectable-equipment__equipment-modal__equipment-info__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.5rem 0.5rem;
}
.inspectable-equipment__equipment-modal__equipment-edit {
  margin: 0 2rem 0 2.5rem;
}

.inspectable-equipment__actions-cell {
  display: flex;
  gap: 0.25rem;
}

.inspectable_equipment--image-table-cell {
  display: flex;
  padding-right: 23px;
  align-items: center;
  align-self: stretch;
}
.inspectable_equipment--image-table-cell .cell-text {
  display: flex;
  width: 114px;
  height: 77px;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
}
.inspectable_equipment--image-table-cell > img {
  width: 50px;
}

.inspectable_equipment--serial-number {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 103px;
}

.inspectable-equipment__status-table-cell {
  display: flex;
  gap: 0.5rem;
}

.inspectable_equipment__inspection_due dd {
  text-transform: uppercase;
}
.inspectable_equipment__inspection_due dt,
.inspectable_equipment__inspection_due dd {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.inspectable_equipment__inspection_due dt.inspectable_equipment__inspection_due--status-current,
.inspectable_equipment__inspection_due dd.inspectable_equipment__inspection_due--status-current {
  color: #278634;
  font-weight: bold;
}
.inspectable_equipment__inspection_due dt.inspectable_equipment__inspection_due--status-due,
.inspectable_equipment__inspection_due dd.inspectable_equipment__inspection_due--status-due {
  color: #efcf31;
  font-weight: bold;
}
.inspectable_equipment__inspection_due dt.inspectable_equipment__inspection_due--status-overdue,
.inspectable_equipment__inspection_due dd.inspectable_equipment__inspection_due--status-overdue {
  color: #e93645;
  font-weight: bold;
}

#invoice-services-table #search {
  width: 100%;
}

#invoices_table .actions {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}

.locations-index .locations-header {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.locations-index .locations-header form {
  background: transparent;
  border: none;
}
.locations-index .table-nav {
  align-items: center;
  border: none;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.locations-new .content,
.locations-create .content,
.locations-edit .content,
.locations-update .content,
.locations-duplicate .content {
  display: grid;
  gap: 1rem;
  grid-area: content;
  grid-template-areas: "form info";
  grid-template-columns: 50% 1fr;
  margin-bottom: 2.25rem;
}
.locations-new .content .form-container,
.locations-create .content .form-container,
.locations-edit .content .form-container,
.locations-update .content .form-container,
.locations-duplicate .content .form-container {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  grid-area: form;
  padding: 1rem;
}
.locations-new .content .form-container header,
.locations-new .content .form-container form,
.locations-create .content .form-container header,
.locations-create .content .form-container form,
.locations-edit .content .form-container header,
.locations-edit .content .form-container form,
.locations-update .content .form-container header,
.locations-update .content .form-container form,
.locations-duplicate .content .form-container header,
.locations-duplicate .content .form-container form {
  padding: 1rem;
}
.locations-new .content .info-card-container,
.locations-create .content .info-card-container,
.locations-edit .content .info-card-container,
.locations-update .content .info-card-container,
.locations-duplicate .content .info-card-container {
  grid-area: info;
  height: 15rem;
}

.multistep-form-footer {
  width: 95%;
}

.parent-partner-organization-names-truncated-list,
.organization-type-names-truncated-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.parent-partner-organization-names-truncated-list {
  max-width: 4.75rem;
}

.organization-type-names-truncated-list {
  max-width: 11.75rem;
}

.sites-new .content,
.sites-create .content,
.sites-duplicate .content,
.sites-edit .content,
.sites-update .content {
  display: grid;
  gap: 1rem;
  grid-area: content;
  grid-template-areas: "form info";
  grid-template-columns: 50% 1fr;
  margin-bottom: 2.25rem;
}
.sites-new .content .form-container,
.sites-create .content .form-container,
.sites-duplicate .content .form-container,
.sites-edit .content .form-container,
.sites-update .content .form-container {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  grid-area: form;
  padding: 1rem;
}
.sites-new .content .form-container header,
.sites-new .content .form-container form,
.sites-create .content .form-container header,
.sites-create .content .form-container form,
.sites-duplicate .content .form-container header,
.sites-duplicate .content .form-container form,
.sites-edit .content .form-container header,
.sites-edit .content .form-container form,
.sites-update .content .form-container header,
.sites-update .content .form-container form {
  padding: 1rem;
}
.sites-new .content .map-with-legend-container,
.sites-create .content .map-with-legend-container,
.sites-duplicate .content .map-with-legend-container,
.sites-edit .content .map-with-legend-container,
.sites-update .content .map-with-legend-container {
  grid-area: info;
  height: 15rem;
}

.multistep-form-footer {
  width: 95%;
}

.service-details {
  display: flex;
  gap: 1rem;
}
.service-details .service-details__main {
  width: 44.25rem;
}
.service-details .service-details__sidebar {
  width: 21.625rem;
}
.service-details .service-details__sidebar > :not(:first-child) {
  margin-top: 1.25rem;
}
.service-details .card .card-title {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.card__service-provider .service-provider-info {
  margin-bottom: 1.25rem;
}
.card__service-provider .service-provider-actions .button:not(:last-child) {
  margin-bottom: 1rem;
}

.card__location .static-map {
  height: 8.375rem;
  margin-bottom: 1.25rem;
}
.card__location .static-map #map {
  height: 100%;
}

.service-info {
  margin-top: 1rem;
}

.muted {
  opacity: 0.55;
}

.row {
  display: flex;
}
.row .col {
  width: 100%;
}

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

.card__service-details-service-log,
.card__service-details-roster {
  margin-top: 1.5rem;
}

.decline-modal {
  padding: 2rem;
}
.decline-modal .header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.decline-modal .header img {
  height: 1.5rem;
  color: #fb4f5d;
}
.decline-modal .title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.decline-modal .body {
  margin: 0 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.decline-modal .select-container {
  margin-top: 1.5rem;
}
.decline-modal .other-reason-input {
  margin-top: 1rem;
}
.decline-modal .other-reason-input textarea {
  width: 100%;
}
.decline-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin: 1.5rem 1.5rem 0 0;
}

.card__assignees .assignees {
  margin-bottom: 1rem;
}
.card__assignees .assignees li {
  list-style-type: none;
}

.card__service-details-roster {
  margin-top: 1.5rem;
}

.results-button {
  color: #000000;
}
.results-button:focus {
  color: #fafafa;
}

.service_offerings-show .ant-modal-content:has(.service-offering__fulfill-modal) {
  padding: 0;
}
.service_offerings-show .service-offering__fulfill-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
.service_offerings-show .service-offering__fulfill-modal .modal-header .modal-title {
  margin-bottom: 0;
}
.service_offerings-show .service-offering__fulfill-modal .modal-body {
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  line-height: 1.375;
  padding: 1.25rem;
}
.service_offerings-show .service-offering__fulfill-modal .modal-body .button--upload {
  display: inline-flex;
  margin-top: 1rem;
}
.service_offerings-show .service-offering__fulfill-modal .modal-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding: 0.625rem 1rem;
}

.card__documents .card-body .documents {
  margin-top: 0.5rem;
}
.card__documents .card-body .documents .document.attribute:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card__documents .card-body .documents .document .attribute--label {
  display: flex;
  gap: 0.25rem;
}
.card__documents .card-body .documents .document .attribute--icon {
  color: #2a86e9;
}

.service_offering-modal {
  margin: 2rem;
}
.service_offering-modal .header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.service_offering-modal .header img {
  width: 24px;
  height: 24px;
}
.service_offering-modal .modal-body {
  margin: 1rem;
}
.service_offering-modal__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.variance-modal {
  margin: 0;
  font-weight: 400;
}
.variance-modal h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.variance-modal h2 .edit-icon {
  font-size: 1.5rem;
}
.variance-modal .modal-body {
  padding: 1.5rem;
}
.variance-modal .modal-body .form__field-wrapper {
  margin-bottom: 1.5rem;
}
.variance-modal .modal-body .form__field-wrapper textArea {
  width: 100%;
}
.variance-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.variance-modal__footer .button {
  min-width: 120px;
}

.button--variance {
  background: #0068d9;
  border: none;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.button--variance:hover:not([disabled]), .button--variance:focus {
  background: #177ce9;
}

.button--variance--secondary {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #000000;
  padding: 0.5rem 1.5rem;
}
.button--variance--secondary:hover:not([disabled]), .button--variance--secondary:focus {
  background: #fafafa;
}

.usage_events__container {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 2fr 1fr;
}
.usage_events__container__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.usage_events__container .ant-radio-group {
  display: flex;
  flex-direction: row;
}
.usage_events__container dl dt {
  color: rgba(0, 0, 0, 0.55);
}
.usage_events__container .map-with-legend {
  width: auto;
}
.usage_events__container fieldset {
  border: 0;
}

.usage-event__status-pill {
  display: inline-flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid black;
}
.usage-event__status-pill.submitted {
  border: 1px solid #39b54a;
  background: #f6ffed;
}
.usage-event__status-pill.pending {
  border: 1px solid #8c8c8c;
  background: #f5f5f5;
}

.equipment-info {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: auto 1fr;
  margin-bottom: 1rem;
}
.equipment-info__details {
  list-style: none;
}
.equipment-info__details__item {
  color: rgba(0, 0, 0, 0.55);
}
.equipment-info__thumbnail {
  align-items: center;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 1.41px 3.75px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  height: 8rem;
  width: 8.5rem;
}
.equipment-info__section {
  margin-bottom: 1rem;
}
.equipment-info__section__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.equipment-info__section dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.equipment-info__section dl > * {
  min-width: 8.5rem;
}
.equipment-info__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.usage_event__tile h2 {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.usage_event__tile--info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.usage_event__tile--info a {
  text-transform: uppercase;
}
.usage_event__tile--info--row {
  grid-column: 1/-1;
}
.usage_event__tile--info .usage-event__location:has(dd:empty),
.usage_event__tile--info .usage-event__site:has(dd:empty),
.usage_event__tile--info .usage-event__placement:has(dd:empty) {
  display: none;
}

.usage-event__report dd {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.usage_events__alert {
  background-color: #e6f7ff;
  background-image: url("/assets/exclamation_circle_outline_blue-59ab49dd.svg");
  background-position: 1rem 0.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #b7d9ff;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding-left: 3rem;
}
.usage_events__alert--text {
  display: flex;
  flex-direction: column;
}
.usage_events__alert--text h2 {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
}
.usage_events__alert--buttons {
  display: flex;
  flex-direction: row;
}

.ant-modal-content:has(.usage-event__documents-modal) {
  padding: 0;
}

.usage-event__documents-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
.usage-event__documents-modal .modal-header .modal-title {
  margin-bottom: 0;
}
.usage-event__documents-modal .modal-body {
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  line-height: 1.375;
  padding: 1.25rem;
}
.usage-event__documents-modal .modal-body .button--upload {
  display: inline-flex;
  margin-top: 1rem;
}
.usage-event__documents-modal .modal-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding: 0.625rem 1rem;
}

.card.usage-event__documents .card-body .documents {
  margin-top: 0.5rem;
}
.card.usage-event__documents .card-body .documents .document.attribute:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card.usage-event__documents .card-body .documents .document .attribute--label {
  display: flex;
  gap: 0.25rem;
}
.card.usage-event__documents .card-body .documents .document .attribute--icon {
  color: #2a86e9;
}

.usage-events-table__status {
  display: flex;
  gap: 1rem;
}

.usage_event__location__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding-left: 2rem;
  background: url("/assets/map_pin_light_blue-bbb05d28.svg") no-repeat;
  background-size: 24px;
  background-position: 0px 2px;
}
.usage_event__location__info a {
  text-transform: uppercase;
}
.usage_event__location__info .usage_event__location dd {
  white-space: pre;
}
.usage_event__location__info .usage_event__location:has(dd:empty),
.usage_event__location__info .usage_event__site:has(dd:empty),
.usage_event__location__info .usage_event__placement:has(dd:empty) {
  display: none;
}

.users-index__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.users-index__header nav {
  display: flex;
  gap: 1rem;
  padding-right: 1.5rem;
}

.nav-container {
  justify-content: space-between;
  display: flex;
}

.users-location-names-truncated-list {
  max-width: 11.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.users-new .content,
.users-duplicate .content,
.users-edit .content,
.users-update .content {
  display: grid;
  gap: 1rem;
  grid-area: content;
  grid-template-areas: "form info";
  grid-template-columns: 50% 1fr;
  margin-bottom: 2.25rem;
}
.users-new .content .form-container,
.users-duplicate .content .form-container,
.users-edit .content .form-container,
.users-update .content .form-container {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  grid-area: form;
  padding: 1rem;
}
.users-new .content .form-container header,
.users-new .content .form-container form,
.users-duplicate .content .form-container header,
.users-duplicate .content .form-container form,
.users-edit .content .form-container header,
.users-edit .content .form-container form,
.users-update .content .form-container header,
.users-update .content .form-container form {
  padding: 1rem;
}
.users-new .content .info-card-container,
.users-duplicate .content .info-card-container,
.users-edit .content .info-card-container,
.users-update .content .info-card-container {
  grid-area: info;
  height: 15rem;
}
.users-new .content .status-update-button,
.users-duplicate .content .status-update-button,
.users-edit .content .status-update-button,
.users-update .content .status-update-button {
  margin-bottom: 1.5rem;
}

.user-invitations-index__nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.5rem;
  width: 100%;
}
.user-invitations-index__content {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 1.5rem;
}
.user-invitations-index__content h1 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.user-invitations-index__content table {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@page {
  margin: 2rem;
  @top-left {
    content: "";
  }
  @top-center {
    content: "";
  }
  @top-right {
    content: "";
  }
  @bottom-left {
    content: "";
  }
  @bottom-center {
    content: "";
  }
  @bottom-right {
    content: "";
  }
}
@media print {
  .usage_events-new,
  .usage_events-show {
    padding: 0;
    margin: 1rem;
    background-color: #ffffff !important;
  }
  .usage_events-new .env-banner,
  .usage_events-show .env-banner {
    display: none;
  }
  .usage_events-new .header,
  .usage_events-show .header {
    display: none;
  }
  .usage_events-new .header--print.hidden,
  .usage_events-show .header--print.hidden {
    display: initial !important;
  }
  .usage_events-new .top-nav,
  .usage_events-show .top-nav {
    background-color: transparent;
    box-shadow: none !important;
    padding: 1rem 1.5rem !important;
    padding-bottom: 0 !important;
    display: block !important;
    position: fixed !important;
    top: 0;
  }
  .usage_events-new .top-nav__left,
  .usage_events-show .top-nav__left {
    display: inline;
  }
  .usage_events-new .top-nav__left .app-logo-container,
  .usage_events-show .top-nav__left .app-logo-container {
    float: right;
  }
  .usage_events-new .top-nav__left .app-logo-container img,
  .usage_events-show .top-nav__left .app-logo-container img {
    width: inherit;
  }
  .usage_events-new .top-nav__right,
  .usage_events-show .top-nav__right {
    display: none !important;
  }
  .usage_events-new .left-nav,
  .usage_events-show .left-nav {
    display: none !important;
  }
  .usage_events-new .app,
  .usage_events-show .app {
    display: inherit !important;
  }
  .usage_events-new main footer,
  .usage_events-new main .header--breadcrumbs,
  .usage_events-new main .notice,
  .usage_events-new main .alert,
  .usage_events-new main [data-controller=ant-notification],
  .usage_events-new main .breadcrumbs,
  .usage_events-new main .label--required::before,
  .usage_events-new main .ant-picker-suffix,
  .usage_events-new main .ant-select-arrow,
  .usage_events-show main footer,
  .usage_events-show main .header--breadcrumbs,
  .usage_events-show main .notice,
  .usage_events-show main .alert,
  .usage_events-show main [data-controller=ant-notification],
  .usage_events-show main .breadcrumbs,
  .usage_events-show main .label--required::before,
  .usage_events-show main .ant-picker-suffix,
  .usage_events-show main .ant-select-arrow {
    display: none !important;
  }
  .usage_events-new main .ant-select-selector,
  .usage_events-new main .ant-input-number-outlined,
  .usage_events-new main .ant-picker-outlined,
  .usage_events-show main .ant-select-selector,
  .usage_events-show main .ant-input-number-outlined,
  .usage_events-show main .ant-picker-outlined {
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #8c8c8c !important;
  }
  .usage_events-new main .ant-select-selection-placeholder,
  .usage_events-new main input::placeholder,
  .usage_events-show main .ant-select-selection-placeholder,
  .usage_events-show main input::placeholder {
    color: transparent !important;
  }
  .usage_events-new main .ant-input-number-input-wrap,
  .usage_events-show main .ant-input-number-input-wrap {
    margin: 3.5px;
  }
  .usage_events-new main .ant-radio-checked .ant-radio-inner,
  .usage_events-show main .ant-radio-checked .ant-radio-inner {
    border-width: 6px;
    background-color: transparent !important;
  }
  .usage_events-new main .ant-radio-checked .ant-radio-inner::after,
  .usage_events-show main .ant-radio-checked .ant-radio-inner::after {
    background-color: transparent !important;
  }
  .usage_events-new main .print-field,
  .usage_events-show main .print-field {
    border: 0 !important;
    border-bottom: 1px solid #8c8c8c !important;
    padding: 7.5px 11px;
    margin: 0;
  }
  .usage_events-new main .print-radio-buttons,
  .usage_events-show main .print-radio-buttons {
    display: flex;
    flex-direction: row;
  }
  .usage_events-new main .print-radio-button,
  .usage_events-show main .print-radio-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1rem;
  }
  .usage_events-new main .print-radio-button__input,
  .usage_events-show main .print-radio-button__input {
    --size: 1rem;
    height: var(--size);
    width: var(--size);
    border-radius: calc(var(--size) / 2);
    border: 1px solid gray;
    margin: 0.5rem;
  }
  .usage_events-new main .print-radio-button__input--selected,
  .usage_events-show main .print-radio-button__input--selected {
    border: calc(var(--size) / 3) solid #1677ff;
  }
  .usage_events-new main .form-container,
  .usage_events-show main .form-container {
    margin-bottom: 0;
  }
  .usage_events-new main .form__field-wrapper label,
  .usage_events-show main .form__field-wrapper label {
    margin-bottom: 0;
  }
  .usage_events-new main .label--required,
  .usage_events-show main .label--required {
    padding-left: 0;
  }
  .usage_events-new main .usage_events__container,
  .usage_events-show main .usage_events__container {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .usage_events-new main .usage_events__container > div:first-child,
  .usage_events-show main .usage_events__container > div:first-child {
    flex: 1;
  }
  .usage_events-new main .usage_events__container > div:not(:first-child),
  .usage_events-show main .usage_events__container > div:not(:first-child) {
    display: none;
  }
  .usage_events-new main .card,
  .usage_events-show main .card {
    padding: 0 !important;
    border: 0 !important;
  }
  .usage_events-new main fieldset,
  .usage_events-show main fieldset {
    break-inside: avoid !important;
    border: 0 !important;
    margin-top: 2rem;
  }
  .usage_events-new main textarea,
  .usage_events-show main textarea {
    height: 8rem !important;
    resize: none;
  }
}
.ant-notification-topRight {
  top: 170px !important;
  border-radius: 8px;
}

.ant-notification-notice-wrapper {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15) !important;
}

.ant-notification-notice {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.ant-notification-notice .ant-notification-icon svg {
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.ant-notification-notice-success {
  background-color: #f6ffed;
  border-color: #9cdaa4;
}
.ant-notification-notice-success .ant-notification-icon svg {
  fill: #278634;
}
.ant-notification-notice-warning {
  background-color: #fffbe6;
  border-color: #fcd689;
}
.ant-notification-notice-error {
  background-color: #fff1f0;
  border-color: #f49aa2;
}
.ant-notification-notice-info {
  background-color: #e6f7ff;
  border-color: #b7d9ff;
}

[data-controller=autocomplete] {
  display: inline-block;
  position: relative;
}
[data-controller=autocomplete] .autocomplete--combobox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
[data-controller=autocomplete] .autocomplete--combobox button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-width: 1px 1px 1px 0;
  border: 1px solid gray;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
}
[data-controller=autocomplete] .autocomplete--combobox input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px 0 1px 1px;
  border: 1px solid gray;
  margin-bottom: 3px;
  margin-right: 0;
  margin-top: 3px;
  width: 100%;
}
[data-controller=autocomplete] .autocomplete--results-container {
  left: 0;
  position: absolute;
}
[data-controller=autocomplete] .autocomplete--results-container ul {
  align-self: end;
  background-color: #ffffff;
  border: 1px solid black;
  left: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 100%;
  z-index: 1;
}
[data-controller=autocomplete] .autocomplete--results-container ul li {
  margin: 0;
  padding: 0.5rem;
}
[data-controller=autocomplete] .autocomplete--results-container ul li.active, [data-controller=autocomplete] .autocomplete--results-container ul li:hover {
  background-color: #f8f8f8;
}

.attribute.attribute--inline {
  display: flex;
}
.attribute.attribute--inline .attribute--value {
  margin-left: 0.25rem;
}
.attribute:not(.attribute--inline) {
  margin-bottom: 1.25rem;
}
.attribute .attribute--label .attribute--label-text {
  opacity: 0.55;
}

.attribute--row {
  display: flex;
  gap: 1rem;
}
.attribute--row .attribute {
  flex: 1;
}

.attribute--section {
  margin-left: 1.75rem;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
}

.attribute--header {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.attribute--header .attribute--icon {
  color: #2a86e9;
  font-size: 1.5rem;
}

.attribute--pair {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
}

.banner--success {
  background-color: #f6ffed;
  border: 1px solid #9cdaa4;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.card {
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
}
.card .button-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.card .actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}
.card--success {
  background-color: #f6ffed;
  border-color: #9cdaa4;
}
.card--danger {
  background-color: #fff1f0;
  border-color: #f49aa2;
}
.card--warning {
  background-color: #fffbe6;
  border-color: #fcd689;
}

.carousel--with-arrows {
  margin: 0 47px;
}
.carousel .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.carousel .splide__arrow {
  background-color: inherit;
  border: 1px solid #0068d9;
  border-radius: 2.2px;
  height: 58.75px;
  width: 35.25px;
}
.carousel .splide__arrow:hover {
  background-color: #b7d9ff;
  border-color: #2a86e9;
}
.carousel .splide__arrow svg {
  fill: #0068d9;
}
.carousel .splide__arrow svg:hover {
  fill: #2a86e9;
}
.carousel .splide__arrow:disabled,
.carousel .splide__arrow:disabled:hover {
  background-color: inherit;
  border-color: #595959;
}
.carousel .splide__arrow:disabled svg,
.carousel .splide__arrow:disabled:hover svg {
  fill: #595959;
}
.carousel .splide__arrow--prev {
  left: -47px;
}
.carousel .splide__arrow--next {
  right: -47px;
}
.carousel img {
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  padding: 2px;
}

.service-status-card {
  margin-bottom: 1rem;
  padding: 0;
}
.service-status-card .card-title {
  display: flex;
  gap: 0.25rem;
  text-transform: uppercase;
}
.service-status-card .card-title .icon-requested {
  color: #fffb8f;
}
.service-status-card .card-title .icon-scheduled {
  color: #278634;
}
.service-status-card .card-title .icon-available {
  color: #0068d9;
}
.service-status-card .card-title .icon-cancelled {
  color: #b2101e;
}
.service-status-card .card-body .attribute--label {
  opacity: 0.55;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.service-status-card .card-body .attribute--value {
  margin-left: 0.25rem;
}
.service-status-card .card-body .request-details .date-time,
.service-status-card .card-body .scheduled-details .date-time {
  margin: 1rem 0;
}
.service-status-card .card-body .request-details .comments,
.service-status-card .card-body .scheduled-details .comments {
  margin: 0.5rem 0;
}
.service-status-card .card-body .request-details .exclusivity,
.service-status-card .card-body .scheduled-details .exclusivity {
  margin-top: 2rem;
}
.service-status-card .fulfill-service .button_to + .button {
  margin-top: 1rem;
}

.available-status {
  background-color: #e6f7ff;
}

.requested-status {
  background-color: #e6f7ff;
}

.scheduled-status {
  background-color: #f6ffed;
  padding: 1.5rem 0rem 0rem 1.5rem;
}

.assignment_pending-status,
.service_pending-status {
  background-color: #fffbe6;
  border: 1px solid #fcd689;
}

.button--status-action {
  background-color: #0068d9;
  color: #ffffff;
}

.service-status-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

.custom-status-check-questions {
  margin-bottom: 1.5rem;
}
.custom-status-check-questions label {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.ant-picker {
  border-radius: 2px;
  width: 100%;
}
.ant-picker:not(.ant-picker-small) {
  height: 2.375rem;
}

.documents-field__label {
  margin: 0 0 0.5rem 0;
}

.documents-field__input {
  display: none;
}

.documents-field__button > span {
  align-self: start;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: max-content;
}
.documents-field__button > span:focus, .documents-field__button > span:hover {
  border: 1px solid #72b2f9;
}

.documents-field__preview-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

.documents-field__preview-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0.5rem;
}
.documents-field__preview-item .documents-field__preview-image {
  display: block;
  height: 3rem;
  width: 3rem;
}
.documents-field__preview-item .documents-field__preview-file-name {
  flex: auto;
  overflow: auto;
}
.documents-field__preview-item .documents-field__preview-remove {
  background: none;
  border: none;
  margin-right: 0.5rem;
  padding: 0;
}

.form__field-wrapper .documents-field__label {
  grid-area: label;
}
.form__field-wrapper .documents-field__button {
  grid-area: input;
}

.dropdown {
  display: block;
  position: relative;
}
.dropdown button.dropdown__button {
  margin-bottom: 0;
  min-width: 150px;
}
.dropdown .dropdown__content ul {
  background-color: #ffffff;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0;
  min-width: 175px;
  padding: 2px 0;
  position: absolute;
  z-index: 9999;
}
.dropdown .dropdown__content ul[hidden] {
  display: none;
}
.dropdown .dropdown__content li {
  cursor: pointer;
  list-style: none;
  padding: 0.25rem 1.25rem;
}
.dropdown .dropdown__content li:hover, .dropdown .dropdown__content li.active {
  background-color: #f5f5f5;
}
.dropdown .dropdown__content form {
  background-color: #ffffff;
  border: none;
  padding: 0.5rem 0.5rem;
}
.dropdown .dropdown__content button {
  background-color: #ffffff;
  color: #256393;
  margin: 0;
  padding: 0;
}
.dropdown .dropdown__content button:focus, .dropdown .dropdown__content button:hover {
  background-color: #ffffff;
}

.ant-dropdown-menu-item:has(.danger) {
  color: #e93645 !important;
}

.addresses--collapsed {
  display: none;
}

.label--required {
  padding-left: 0.75rem;
  position: relative;
}
.label--required::before {
  color: #fb4f5d;
  content: "*";
  font-size: 1rem;
  left: 0.25rem;
  position: absolute;
  top: 0;
}

.form__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.form__subtitle {
  color: rgba(0, 0, 0, 0.85);
}

.form-container {
  margin-bottom: 5.5rem;
  background-color: #ffffff;
}

.form__field-error-message {
  color: #fb4f5d;
}

.form__field-wrapper input.error,
.form__field-wrapper textarea.error,
.form__field-wrapper select.error,
.form__field-wrapper label.error ~ select {
  border-color: #fb4f5d;
}

.form__field-wrapper div[status*=error] .ant-select-selector {
  border-color: #fb4f5d;
}

.form__field-wrapper {
  display: grid;
  grid-row: 1/5;
  grid-template-rows: subgrid;
  grid-template-areas: "label" "input" "error" "info" ".";
  margin: 0 0 1.5rem;
  width: 100%;
}
.form__field-wrapper label {
  align-items: flex-end;
  display: flex;
  grid-area: label;
  margin-bottom: 0.5rem;
}
.form__field-wrapper .label--modified {
  margin-top: 1.33rem;
}
.form__field-wrapper input:not(:hidden) {
  grid-area: input;
}
.form__field-wrapper textarea {
  grid-area: input;
  min-height: 3.25rem;
}
.form__field-wrapper .form__field-error-message {
  grid-area: error;
}
.form__field-wrapper .form__field-info-text {
  grid-area: info;
}
.form__field-wrapper--checkbox {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.form__field-wrapper--checkbox label {
  margin: 0;
}

.form__field-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: auto auto auto auto 1fr;
  gap: 0 1rem;
}
.form__field-row > * {
  flex: 1;
}

.form__field-row.col-3 {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto 1fr;
}
.form__field-row.col-3 > * {
  grid-column: auto;
}

.form__field-row.col-2 {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto 1fr;
}

.form__field-row.col-1 {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto 1fr;
}

.form__field-group__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.form__field-group__subtitle {
  padding-bottom: 0;
}
.form__field-group__label {
  margin-bottom: 0.5rem;
}
.form__field-group__error-message {
  color: #fb4f5d;
  padding-bottom: 0.5rem;
}

.form__label-row {
  align-items: start;
  display: flex;
  gap: 1rem;
  grid-area: label;
  margin-bottom: 0.5rem;
}

.form__footer {
  align-items: center;
  background-color: #ffffff;
  bottom: 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  height: 5.75rem;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0.25rem 1.75rem 0 1.5rem;
  position: fixed;
  right: 0;
  width: calc(100vw - 16.5rem);
}

.form__footer .button {
  padding: 0.5rem 3.75rem;
  text-decoration: none;
}

.form__field-wrapper input,
.form__field-wrapper textarea {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
}
.form__field-wrapper input:focus,
.form__field-wrapper textarea:focus {
  border-color: #3d93f1;
  outline: none;
}
.form__field-wrapper input::placeholder,
.form__field-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.form__field-wrapper select {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 0.75rem;
}
.form__field-wrapper select:focus {
  border-color: #3d93f1;
  outline: 2px solid rgba(42, 134, 233, 0.2);
}
.form__field-wrapper select::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.form__field-helper-text {
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.form__clear-address-button {
  width: max-content;
}

input[type=text][readonly] {
  background-color: rgb(244, 244, 244);
}

input[type=number]:disabled {
  background-color: rgb(244, 244, 244);
}

.anticon.--blue {
  color: #0068d9;
}

.images-field__label {
  margin: 0 0 0.5rem 0;
}

.images-field__input {
  display: none;
}

.images-field__button > span {
  align-self: start;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: max-content;
}
.images-field__button > span:focus, .images-field__button > span:hover {
  border: 1px solid #72b2f9;
}

.images-field__preview-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

.images-field__preview-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0.5rem;
}
.images-field__preview-item .images-field__preview-image {
  display: block;
  height: 3rem;
  width: 3rem;
}
.images-field__preview-item .images-field__preview-file-name {
  flex: auto;
  overflow: auto;
}
.images-field__preview-item .images-field__preview-remove {
  background: none;
  border: none;
  margin-right: 0.5rem;
  padding: 0;
}

.form__field-wrapper .images-field__label {
  grid-area: label;
}
.form__field-wrapper .images-field__button {
  grid-area: input;
}

.info-card {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  min-height: 15.0625rem;
  padding: 1.5rem;
  width: 21.625rem;
}
.info-card__header {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1rem;
}
.info-card__header img {
  margin-right: 0.25rem;
}
.info-card__header h2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.info-card__detail {
  display: none;
}
.info-card .visible {
  display: flex;
}
.info-card__detail__icon {
  margin-right: 0.25rem;
}
.info-card__detail__content {
  line-height: 1.375rem;
}
.info-card__detail__content h3 {
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.875rem;
  font-weight: 400;
}
.info-card__detail__content p {
  color: #595959;
  font-weight: 600;
  text-transform: capitalize;
}

.inline-edit-display {
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 3px;
}
.inline-edit-display:hover {
  background-color: #f0f0f0;
}
.inline-edit-display.hidden {
  display: none;
}

.inline-edit-input {
  padding: 0.25rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.inline-edit-input:focus {
  outline: none;
  border-color: #2a86e9;
  box-shadow: 0 0 0 2px rgba(42, 134, 233, 0.2);
}
.inline-edit-input.hidden {
  display: none;
}

div[data-controller=input-number] > div.ant-input-number {
  width: 100%;
}

.searchable-map {
  width: 90%;
}
.searchable-map .searchable-map__map {
  align-self: center;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  height: 60vh;
  justify-self: center;
  padding: 1.5rem;
  width: 100%;
}

.mapboxgl-map {
  border-radius: 0.5rem;
  height: 75%;
  width: 100%;
}

.mapbox-static-map {
  border-radius: 0.5rem;
  height: 75%;
  width: 100%;
}

.map-with-legend {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  min-height: 15.0625rem;
  padding: 1.5rem;
  width: 21.625rem;
}
.map-with-legend__header {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1rem;
}
.map-with-legend__header img {
  margin-right: 0.25rem;
}
.map-with-legend__header h2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.map-with-legend__detail {
  display: flex;
}
.map-with-legend__detail__icon {
  margin-right: 0.25rem;
}
.map-with-legend__detail__content {
  line-height: 1.375rem;
}
.map-with-legend__detail__content h3 {
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.875rem;
  font-weight: 400;
}
.map-with-legend__detail__content p {
  color: #595959;
  font-weight: 600;
  text-transform: capitalize;
}
.map-with-legend__details:not(:last-child) {
  margin-bottom: 1.25rem;
}

.modal {
  font-weight: 600;
}
.modal .modal-body-icon > svg {
  color: #cf202f;
}
.modal .modal-body-text {
  margin-left: 7px;
}
.modal .modal-button--confirm {
  padding: 4px 15px;
  margin-left: 7px;
  font-weight: 600;
  border-radius: 8px;
  background: #cf202f;
  color: #ffffff;
  border: 1px solid, #d9d9d9;
}
.modal .modal-button--default {
  padding: 4px 16px;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid, #d9d9d9;
  background: var(--Conditional-pop-over, #fff);
}

.ant-select-multiple {
  height: 2.375rem;
  width: 100%;
}

.query-form__controls {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.query-form__controls .ant-select-multiple {
  line-height: 1rem;
  min-width: 11.5rem;
}

.ant-select-multiple.ant-select-sm {
  height: unset;
  width: 100%;
}
.ant-select-multiple.ant-select-sm .ant-select-selector {
  border-radius: 2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-rest .ant-select-selection-item {
  background-color: #ffffff;
  padding: 0;
}

.ant-multi-select__placeholder {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 1.5rem;
  min-width: 11.5rem;
}

.multistep-form-footer {
  align-items: center;
  border-top: none;
  display: flex;
  grid-area: footer;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.multistep-form-footer__left, .multistep-form-footer__right {
  display: flex;
}
.multistep-form-footer__left a,
.multistep-form-footer__left button, .multistep-form-footer__right a,
.multistep-form-footer__right button {
  align-items: center;
  background-color: #565e6d;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
  max-width: 19.75rem;
}
.multistep-form-footer__left a img,
.multistep-form-footer__left button img, .multistep-form-footer__right a img,
.multistep-form-footer__right button img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.multistep-form-footer__left a:last-child,
.multistep-form-footer__left button:last-child, .multistep-form-footer__right a:last-child,
.multistep-form-footer__right button:last-child {
  margin-left: 1rem;
}
.multistep-form-footer form {
  background: transparent;
  border: none;
}

.overrideable-map {
  height: 10.125rem;
}

.ant-pagination .ant-select {
  height: 2rem;
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.file-upload-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
}

.file-name {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  flex-grow: 1;
  color: var(--text-color);
}

.inline-edit-display {
  display: inline-block;
}

.inline-edit-input {
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

.file-upload__preview {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: var(--background-color-light);
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

.file-preview-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.file-preview-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-image {
  max-width: 100%;
  max-height: 100%;
}

.file-preview-file-name {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-preview-link {
  color: var(--primary-color);
  text-decoration: none;
}
.file-preview-link:hover {
  text-decoration: underline;
}

.icon-remove-button, .pdf-display__remove, .file-preview-remove {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.icon-remove-button img, .pdf-display__remove img, .file-preview-remove img {
  width: 1rem;
  height: 1rem;
}
.icon-remove-button:hover, .pdf-display__remove:hover, .file-preview-remove:hover {
  opacity: 0.8;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pdf-display {
  margin-top: 0.5rem;
}
.pdf-display__item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0.75rem;
}
.pdf-display__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-display__icon .pdf-display__image {
  width: 1.25rem;
  height: 1.25rem;
}
.pdf-display__file-name {
  flex: auto;
  overflow: hidden;
}
.pdf-display__link {
  text-decoration: none;
  color: #3d93f1;
}
.pdf-display__link:hover {
  text-decoration: underline;
}
.pdf-display__remove {
  margin-left: 0.5rem;
}

.pizza-tracker__container {
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #d1d1d1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.pizza-tracker__container--edit {
  height: 43rem;
}

.pizza-tracker__show-edit--collapsed {
  height: 20rem;
}

.pizza-tracker__container--show {
  height: 22rem;
}

.pizza-tracker__show-container {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.pizza-tracker__steps-container {
  display: flex;
  justify-content: space-between;
}

.pizza-tracker__steps {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  flex: 1;
}

.pizza-tracker__progress-bar-container {
  display: flex;
  justify-content: space-between;
}

.pizza-tracker__progress-bar-container--collapsed {
  display: flex;
}

.pizza-tracker__progress-bar {
  width: 93%;
}

.pizza-tracker__progress-bar--collapsed {
  margin-top: 3px;
  width: 90%;
}

.pizza-tracker__header--collapsed {
  display: flex;
  gap: 8px;
  margin-left: 8px;
  text-transform: none;
}

.pizza-tracker__header-container--collapsed {
  display: flex;
  justify-content: stretch;
  margin-left: -8px;
}
.pizza-tracker__header-container--collapsed > .pizza-tracker__header--collapsed {
  display: flex;
  gap: 8px;
}
.pizza-tracker__header-container--collapsed > .pizza-tracker__progress-bar-container--collapsed {
  display: flex;
  flex: 1;
  margin-left: 14px;
}

.pizza-tracker__icon {
  font-size: 24px;
  color: #ad8b00;
  display: inline-block;
}

.pizza-tracker__header-container {
  display: flex;
  justify-content: space-between;
}

.pizza-tracker__header-span {
  margin-top: 2px;
}

.pizza-tracker__alert {
  margin-bottom: 7px;
}

.pizza-tracker__header {
  display: flex;
  gap: 8px;
  text-transform: none;
}

.pizza-tracker__button {
  margin-top: 146px;
  font-weight: 600;
  background-color: #0068d9;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  height: 40px;
  padding: 7px 35px;
  border-radius: 8px;
  border: none;
}

.ant-steps .ant-steps-item-wait.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.85);
}

.ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}

.search {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.search input {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  width: 36.5rem;
}
.search input:focus {
  border-color: #3d93f1;
  outline: none;
}
.search input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.search button {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  height: 2.5rem;
  padding: 0 0.75rem;
}
.search img {
  display: block;
}

.form__field-wrapper .ant-select-single {
  grid-area: input;
}

.ant-select {
  height: 2.375rem;
  width: 100%;
}
.ant-select .ant-select-selector {
  border-radius: 2px;
}
.ant-select-disabled .ant-select-selection-item {
  color: rgba(0, 0, 0, 0.55);
}

.ant-select__placeholder {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
}

.ant-select-selection-overflow-item-rest * {
  background: #ffffff !important;
}

.status {
  align-items: center;
  display: flex;
}
.status svg {
  height: 0.875rem;
  min-width: 0.875rem;
}
.status .status--text {
  margin-left: 0.5rem;
}

.status--danger svg path {
  fill: #e93645;
}

.status--warning svg path {
  fill: #efcf31;
}

.status--info svg path {
  fill: #2a86e9;
}

.status--success svg path {
  fill: #278634;
}

.status--neutral svg path {
  fill: #8c8c8c;
}

.static-map {
  height: 15.125rem;
}

.step-element {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.step-element-block__description {
  margin-bottom: 10px;
}

.step-element__icon {
  margin-right: 3px;
}

.file-upload-wrapper {
  align-items: center;
  display: flex;
}

.file-upload-button {
  cursor: pointer;
  margin-bottom: 0;
}

.file-name {
  font-size: 0.875rem;
  color: #177ce9;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 3px;
}
.file-name:hover {
  background-color: #f0f0f0;
}
.file-name.hidden {
  display: none;
}

.inline-edit-input {
  padding: 0.25rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.inline-edit-input:focus {
  outline: none;
  border-color: #2a86e9;
  box-shadow: 0 0 0 2px rgba(42, 134, 233, 0.2);
}
.inline-edit-input.hidden {
  display: none;
}

.button--upload {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nested__field-row {
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
}
.nested__field-row .nested__field-remove {
  border: 0;
  color: rgba(0, 0, 0, 0.55);
  opacity: 0;
}
.nested__field-row .nested__field-remove:hover {
  background: #d9d9d9;
}
.nested__field-row:hover {
  background: #f0f0f0;
  transition: all 0.2s ease-in-out;
}
.nested__field-row:hover .nested__field-remove {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.nested__field-row .nested__field-wrapper {
  margin-bottom: 0;
}
.nested__field-row .nested__field-wrapper.flex-1 {
  flex: 1;
}
.nested__field-row .nested__field-wrapper.flex-2 {
  flex: 2;
}

.ant-transfer .ant-transfer-list .ant-empty-description {
  color: #595959;
}

.ant-transfer-vertical.ant-transfer {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.ant-transfer-vertical .ant-transfer-operation {
  margin: 0;
  flex-direction: row;
  justify-content: center;
  padding: 8px 0;
}
.ant-transfer-vertical .ant-transfer-operation .anticon-left {
  transform: rotate(-90deg);
}
.ant-transfer-vertical .ant-transfer-operation .anticon-right {
  transform: rotate(-90deg);
}
.ant-transfer-vertical .ant-transfer-list {
  width: 100%;
  height: 300px;
}
.ant-transfer-vertical .ant-transfer-list .ant-table-wrapper {
  height: calc(100% - 55px);
  overflow: auto;
}
.ant-transfer-vertical .ant-transfer-list .ant-table {
  margin: 0;
}
.ant-transfer-vertical .ant-transfer-list .transfer-editable-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.pswp__dynamic-caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important; /* override default */
}

.pswp-caption-content {
  display: none;
}

.pswp__dynamic-caption a {
  color: #fff;
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 70px;
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;
}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important;
  left: 0 !important;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

th > * {
  color: rgba(0, 0, 0, 0.85);
}

body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: #f5f5f5;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.app {
  display: grid;
  grid-template-areas: "topnav topnav" "leftnav subtopnav" "leftnav content";
  grid-template-columns: 16.5rem 1fr;
  grid-template-rows: 6rem min-content 1fr;
  height: 100vh;
  --nav-link-color: #256393;
  --a-link-color: #256393;
}
.app a {
  text-decoration: none;
}

table,
.container > * {
  margin: 1rem 0;
}

table .element--centered {
  align-items: center;
  display: flex;
}

.app-logo-container {
  width: 6.75rem;
}
.app-logo-container img {
  width: 100%;
}

.env-banner {
  align-items: center;
  background-color: #262626;
  color: #fbec51;
  display: flex;
  flex-direction: row;
  font-family: "comic sans ms";
  font-weight: bold;
  font-style: italic;
  grid-area: env_banner;
  height: min-content;
  justify-content: center;
  padding: 0.5rem 0;
}

main {
  grid-area: content;
  padding: 1.5rem;
  overflow-x: auto;
}

.top-nav {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  grid-area: topnav;
  padding: 0 1.5rem;
  width: 100%;
}
.top-nav a,
.top-nav a:hover,
.top-nav a:visited,
.top-nav a:active {
  background-color: inherit;
  color: inherit;
}
.top-nav__left {
  display: flex;
  flex: 1;
  gap: 1rem;
  justify-content: flex-start;
}
.top-nav__right {
  display: flex;
  flex: 1;
  gap: 1rem;
  justify-content: flex-end;
}

.left-nav {
  background-color: #262626;
  color: #ffffff;
  font-weight: 600;
  grid-area: leftnav;
  margin: 0;
  padding: 4.25rem 0 0 0;
  text-transform: uppercase;
  width: 16.5rem;
}
.left-nav a.button--primary {
  margin: 8.25rem 1rem;
}
.left-nav .ant-menu {
  background-color: #262626;
}
.left-nav .ant-menu .ant-menu-item,
.left-nav .ant-menu .ant-menu-submenu-title {
  border-radius: 0;
  border-right: solid 3px transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
.left-nav .ant-menu .ant-menu-submenu-title:focus-visible {
  outline: none;
}
.left-nav .ant-menu .left-nav__item--active {
  background-color: #141414;
  border-radius: 0;
  border-right: solid 3px #eddc23;
}
.left-nav .ant-menu .ant-menu-item-active,
.left-nav .ant-menu .ant-menu-submenu-active .ant-menu-submenu-title {
  background-color: #1f1f1f;
  border-right: solid 3px #ad8b00;
}
.left-nav .ant-menu .ant-menu-submenu-arrow {
  color: #ffffff;
}
.left-nav .ant-menu .ant-menu-submenu-open,
.left-nav .ant-menu .ant-menu-sub {
  background-color: #1f1f1f;
}
.left-nav .ant-menu a,
.left-nav .ant-menu a:visited {
  text-decoration: none;
}
.left-nav .ant-menu li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.left-nav .ant-menu li * {
  color: #ffffff;
}
.left-nav .ant-menu li svg,
.left-nav .ant-menu li svg * {
  color: #fbec51;
}

.resource-nav {
  display: flex;
  gap: 1rem;
}
.resource-nav--right-margin {
  margin-right: 1.5rem;
}

.pagy-nav.pagination {
  display: flex;
  justify-content: center;
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.header--breadcrumbs {
  margin-right: 1.5rem;
}
.header .header-title {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  text-transform: uppercase;
}
.header .header-title .header-icon {
  margin-right: 0.5rem;
}

.nav-container {
  justify-content: space-between;
  display: flex;
}

.float-right {
  float: right;
}

.mh-25 {
  max-height: 25px;
}

.breadcrumbs {
  color: #595959;
}
.breadcrumbs .breadcrumbs--link-text {
  color: #595959;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumbs--link-text_current-link {
  color: #0068d9;
}

.invisible {
  visibility: hidden;
}
