/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./style/_styles.scss ***!
  \*********************************************************************************************************************************************************************/
@keyframes panel-in-out {
  0% {
    display: none; }
  100% {
    display: block; } }

:root {
  --color--black: #000000;
  --color--white: #ffffff;
  --color--normal-fg: var(--color--brand-charcoal);
  --color--normal-bg: #ffffff;
  --color--warning-fg: var(--color--brand-charcoal);
  --color--warning-bg: #ffe599;
  --color--good: #bfffcb;
  --color--warn: #fbb2ba;
  --color--highlight: #fddebb;
  --color--alert-fg: #ffffff;
  --color--alert-bg: #ff9999;
  --color--success: #48bb78;
  --color--canvas: #f0f0f0;
  --color--canvas--darker: #e3e3e3;
  --color--canvas--xdarker: #cbcbcb;
  --color--tile: #fff;
  --color--brand-red--lighter: #f27067;
  --color--brand-red: #ed3426;
  --color--brand-charcoal-lighter: #717171;
  --color--brand-charcoal: #4e4e4e;
  --color--brand-charcoal-darker: #3a3a3a;
  --color--brand-charcoal-xdark: #2e2e2e;
  --color--brand-mid-blue: #bfcaea;
  --color--brand-vlight-blue: #e8ecf9; }

.theme--pdi {
  color: var(--color--brand-charcoal-darker) !important;
  background-color: var(--color--brand-vlight-blue) !important; }

:root {
  --font: Roboto,Arial,sans-serif;
  --font-size--xs: 0.625rem;
  --font-size--sm: 0.75rem;
  --font-size: 1rem;
  --font-size-lh: 1.25rem;
  --font-size--md: 1.125rem;
  --font-size--lg: 1.5rem;
  --font-size--lg-lh: 1.875rem;
  --font-size--xl: 1.875rem;
  --font-size--xl-lh: 2.34375rem;
  --font-size--xxl: 2.5rem;
  --font-size--xxl-lh: 3.125rem;
  --font-size--xxxl: 3.125rem;
  --font-weight--light: 200;
  --font-weight: 400;
  --font-weight--bold: 700;
  --font-icon: 2rem; }

b, strong, .bold {
  font-weight: var(--font-weight--bold); }

italic {
  font-style: italic; }

body, p, a, button {
  font-family: var(--font); }

.dull {
  opacity: 0.75; }

html, body {
  font-size: 16px;
  font-size: 80%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    html, body {
      font-size: 90%; } }
  @media (min-width: 1024px) {
    html, body {
      font-size: 100%; } }

div {
  box-sizing: border-box; }

.hide {
  display: none; }

.tb, .dt, .dt-l, .dt-xl {
  display: none; }

.mb {
  display: inline-block; }

@media (min-width: 768px) {
  .mb {
    display: none; }
  .tb {
    display: inline-block; } }

@media (min-width: 1024px) {
  .mb, .tb {
    display: none; }
  .dt {
    display: inline-block; } }

@media (min-width: 1200px) {
  .mb, .tb, .dt {
    display: none; }
  .dt-l {
    display: inline-block; } }

@media (min-width: 1441px) {
  .mb, .tb, .dt, .dt-l {
    display: none; }
  .dt-xl {
    display: inline-block; } }

.app {
  width: 100%;
  height: 100%;
  background-color: var(--color--canvas);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto; }

.icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-position: center center;
  background-size: cover; }
  .icon--small {
    width: 1rem;
    height: 1rem; }
  .icon--pending-actions--charcoal {
    background-image: url("images/icons/pending-actions--charcoal.svg"); }
  .icon--day--charcoal {
    background-image: url("images/icons/day--charcoal.svg"); }
  .icon--week--charcoal {
    background-image: url("images/icons/week--charcoal.svg"); }
  .icon--search--charcoal {
    background-image: url("images/icons/search--charcoal.svg"); }
  .icon--close--charcoal {
    background-image: url("images/icons/close--charcoal.svg"); }
  .icon--close--white {
    background-image: url("images/icons/close--white.svg"); }
  .icon--back--charcoal {
    background-image: url("images/icons/back--charcoal.svg"); }
  .icon--service-red {
    background-image: url("images/icons/service--red.svg"); }
  .icon--transport-red {
    background-image: url("images/icons/transport--red.svg"); }
  .icon--refresh--charcoal {
    background-image: url("images/icons/refresh--charcoal.svg"); }
  .icon--error-white {
    background-image: url("images/icons/warning--white.svg"); }
  .icon--logout-red {
    background-image: url("images/icons/logout--red.svg"); }
  .icon--login-red {
    background-image: url("images/icons/login--red.svg"); }
  .icon--arrow-right--white {
    background-image: url("images/icons/arrow-right--white.svg"); }
  .icon--summary-log--charcoal {
    background-image: url("images/icons/summary-log--charcoal.svg"); }

.btn {
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem; }
  .btn-icon {
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .btn--error, .btn--link {
    font-size: var(--font-size--md);
    transition: opacity 0.2s ease-in-out; }
    .btn--error:hover, .btn--link:hover {
      opacity: 0.75; }
  .btn--error {
    padding: 0.3125rem 0.9375rem;
    border: none;
    outline: none;
    border-radius: 0.3125rem;
    color: var(--color--brand-red); }
  .btn--link {
    padding: 0.3125rem 0.9375rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--color--white);
    font-weight: var(--font-weight);
    text-decoration: underline; }
  .btn--primary {
    border-radius: 1.25rem;
    color: var(--color--white);
    border: solid 3px var(--color--brand-red);
    background-color: var(--color--brand-red);
    transition: all 0.3s ease-in-out; }
    .btn--primary:hover {
      border: solid 3px var(--color--brand-charcoal);
      background-color: var(--color--brand-charcoal); }
  .btn--secondary {
    border-radius: 1.25rem;
    color: var(--color--black);
    background-color: transparent;
    border: solid 3px var(--color--black);
    transition: all 0.3s ease-in-out; }
    .btn--secondary:hover {
      background-color: var(--color--white); }

.input--date {
  border: none;
  outline: none;
  padding: 0.8125rem;
  border-radius: 1.25rem;
  color: var(--color--charcoal--darker); }
  .input--date:not(:focus) {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */ }

.input--select {
  border: none;
  outline: none;
  padding: 0.625rem;
  border-bottom: solid 2px #cad5e2;
  color: var(--color--charcoal--darker); }

.blades {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 768px) {
    .blades {
      flex-direction: row; } }
  .blades .blade {
    padding: 0.625rem 0.3125rem; }
    @media (min-width: 768px) {
      .blades .blade {
        padding: 0.625rem 0;
        height: 100%; } }
    @media (min-width: 1024px) {
      .blades .blade {
        padding: 0.625rem; } }
    .blades .blade--2 {
      position: relative;
      width: 100%; }
      .blades .blade--2 .blade__sub {
        display: flex;
        flex-direction: column;
        height: 100%;
        border: solid #ffffff 0.625rem; }
        .blades .blade--2 .blade__sub .head {
          padding: 0 0.3125rem;
          padding-bottom: 0.625rem;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          color: var(--color--white);
          background-color: var(--color--brand-charcoal-darker);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25); }
          @media (min-width: 768px) {
            .blades .blade--2 .blade__sub .head {
              flex-direction: row;
              padding-bottom: 0; } }
          .blades .blade--2 .blade__sub .head .title {
            padding: 0.625rem;
            text-align: left;
            flex-grow: 2;
            font-weight: var(--font-weight--bold); }
            .blades .blade--2 .blade__sub .head .title .dull {
              font-weight: var(--font-weight--light); }
            .blades .blade--2 .blade__sub .head .title .icon {
              vertical-align: middle; }
            .blades .blade--2 .blade__sub .head .title .close {
              margin-left: 0.625rem;
              cursor: pointer; }
          .blades .blade--2 .blade__sub .head .controls {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center; }
            .blades .blade--2 .blade__sub .head .controls .toggle {
              height: 100%;
              padding: 0.3125rem 0;
              margin-right: 0.625rem; }
            .blades .blade--2 .blade__sub .head .controls .refresh {
              width: 3.75rem; }
        .blades .blade--2 .blade__sub .data {
          flex-grow: 2;
          position: relative; }
          .blades .blade--2 .blade__sub .data .data-grid, .blades .blade--2 .blade__sub .data .po {
            position: absolute;
            height: 100%;
            inset: 0;
            overflow-y: auto;
            cursor: pointer; }
          .blades .blade--2 .blade__sub .data .no-data {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: var(--color--canvas);
            background-image: url("images/icons/pending-actions--charcoal.svg");
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat; }
            .blades .blade--2 .blade__sub .data .no-data.active {
              display: block; }

.nav {
  background-color: var(--color--brand-charcoal);
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 5px 0px var(--color--brand-charcoal-darker); }
  .nav__logo {
    background-color: var(--color--brand-charcoal-darker);
    padding: 0.625rem 0.3125rem 0 0.3125rem; }
  .nav__options {
    padding: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 2; }
    @media (min-width: 768px) {
      .nav__options {
        justify-content: flex-start; } }
  .nav .option {
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: 0;
    background-color: var(--color--white);
    color: var(--color--brand-red);
    text-transform: uppercase;
    font-size: var(--font-size);
    line-height: var(--font-size-lh);
    font-weight: var(--font-weight--bold);
    padding: 0.3125rem 1.25rem;
    border-radius: 1.25rem;
    border-bottom: solid 1px var(--color--brand-charcoal-darker);
    box-shadow: 0px 0px 5px 0px var(--color--brand-charcoal-darker);
    transition: opacity 0.2s ease-in-out;
    opacity: 0.5; }
    .nav .option.active, .nav .option:hover {
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
    .nav .option .text {
      display: none; }
    @media (min-width: 768px) {
      .nav .option {
        margin: 0 0.3125rem; }
        .nav .option .text {
          display: inline-block; } }
    .nav .option .icon, .nav .option .text {
      vertical-align: middle; }
    .nav .option .icon {
      margin-right: 0.3125rem; }

.dash {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }
  .dash__search {
    padding: 0.625rem 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .dash__search .search__text, .dash__search .select {
      background-color: var(--color--white);
      border-radius: 1.25rem;
      color: var(--color--brand-charcoal-darker);
      border: none;
      outline: none; }
    .dash__search .search__text {
      display: inline-block;
      width: 9.375rem;
      padding: 0.75rem 0.625rem;
      margin-right: 0.625rem; }
    .dash__search .select {
      padding: 0.75rem 0rem 0.75rem 0.625rem;
      margin-right: 0.3125rem; }
    .dash__search .search__lbl, .dash__search .summary__lbl {
      margin-right: 0.625rem; }
    .dash__search .input--date {
      margin-right: 1.25rem; }
      .dash__search .input--date2 {
        margin-right: 0.3125rem !important; }
    .dash__search .btn {
      margin-right: 0.625rem; }
      .dash__search .btn:last-child {
        margin-right: 0; }
    .dash__search .btn-icon2 {
      margin-right: 1.25rem; }
  .dash .no-results {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px); }
  .splash--error {
    z-index: 3; }
    .splash--error .error {
      margin-top: -25vh;
      background-color: var(--color--brand-charcoal);
      color: var(--color--white);
      border-radius: 0.9375rem;
      box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25);
      padding: 1.25rem;
      text-align: center;
      border: solid 2px var(--color--brand-charcoal-darker); }
      @media (min-width: 1024px) {
        .splash--error .error {
          padding: 1.25rem 2.5rem; } }
      .splash--error .error .error__title {
        font-size: var(--font-size--md);
        line-height: var(--font-size--md);
        font-weight: var(--font-weight);
        margin-bottom: 0.625rem; }
      .splash--error .error .error__text {
        font-size: var(--font-size);
        line-height: var(--font-size-lh);
        font-weight: var(--font-weight--light);
        margin-bottom: 1.25rem; }
      .splash--error .error .error__btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
  .splash--updating {
    z-index: 2; }
    .splash--updating .loader {
      width: 40px;
      aspect-ratio: 1;
      animation: l3-1 2s infinite linear, l3-2 3s infinite steps(1) -0.5s; }

/* HTML: <div class="loader"></div> */
@keyframes l3-1 {
  0% {
    transform: perspective(150px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(150px) rotateX(180deg) rotateY(0deg); }
  100% {
    transform: perspective(150px) rotateX(180deg) rotateY(180deg); } }

@keyframes l3-2 {
  0% {
    background: var(--color--brand-red); }
  33% {
    background: var(--color--brand-charcoal); }
  66% {
    background: var(--color--brand-mid-blue); } }

.calendar {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0.625rem;
  border: solid 0.625rem var(--color--canvas--darker);
  color: var(--color--brand-charcoal);
  background-color: var(--color--white);
  text-align: center;
  box-shadow: 0px 0px 5px 0px #e8e8e8; }
  .calendar .hanger {
    width: 0.625rem;
    height: 1.875rem;
    position: absolute;
    top: -1.25rem;
    left: 1.25rem;
    background-color: var(--color--canvas--xdarker); }
    .calendar .hanger--r {
      left: initial;
      right: 1.25rem; }
  .calendar__date-time {
    font-weight: var(--font-weight--bold);
    text-align: center;
    padding: 1.25rem 0; }
    .calendar__date-time .date, .calendar__date-time .time {
      display: block; }
    .calendar__date-time .date {
      margin-bottom: 0.625rem; }
    .calendar__date-time .time {
      font-size: var(--font-size--xl);
      line-height: var(--font-size--xl); }
  .calendar .hr {
    background-color: var(--color--canvas--darker);
    height: 0.375rem;
    border-radius: 0.1875rem;
    width: 60%;
    margin: 0 auto 0 auto; }
  .calendar .look-ahead, .calendar__days {
    padding: 0.3125rem; }
  .calendar .look-ahead {
    text-align: center; }
    .calendar .look-ahead .input--date {
      background-color: whitesmoke; }
  .calendar__days {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    .calendar__days .days__day {
      text-align: center;
      cursor: pointer;
      color: var(--color--white);
      background-color: var(--color--brand-charcoal);
      margin-right: 2px;
      flex-basis: 25%;
      font-size: var(--font-size--sm);
      line-height: var(--font-size--sm);
      padding: 0.125rem;
      opacity: 0.5;
      transition: opacity 0.3 ease-in-out; }
      .calendar__days .days__day.active, .calendar__days .days__day:hover {
        opacity: 1;
        cursor: pointer; }
      .calendar__days .days__day.active {
        border-bottom: solid 4px var(--color--brand-red--lighter);
        padding-bottom: 0.3125rem;
        margin-top: -0.3125rem; }
      .calendar__days .days__day:last-child {
        margin-right: 0; }
      .calendar__days .days__day .name, .calendar__days .days__day .date {
        display: block;
        -webkit-user-select: none;
        /* Safari */
        -ms-user-select: none;
        /* IE 10 and IE 11 */
        user-select: none;
        /* Standard syntax */ }
      .calendar__days .days__day .name {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        margin-bottom: 0.3125rem; }

.transaction__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem; }
  .transaction__head .head__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.625rem; }
    .transaction__head .head__title .state {
      margin-right: 1.25rem; }
    .transaction__head .head__title .title__label {
      white-space: nowrap; }
    .transaction__head .head__title .close__btn {
      margin-right: 1.25rem; }

.transaction__title {
  margin: 0;
  margin-right: 1.25rem;
  padding: 0px 0.625rem;
  text-transform: capitalize;
  background-color: #1976d2;
  color: var(--color--white); }
  .transaction__title--trans {
    margin-top: 0;
    background-color: transparent;
    color: var(--color--charcoal); }

.row__cell, .row__val {
  padding: 0.625rem;
  display: inline-block; }

.row__cell {
  font-weight: bold;
  text-align: right;
  width: 40%;
  background-color: var(--color--canvas--darker); }
  @media (min-width: 768px) {
    .row__cell {
      width: 33%; } }
  @media (min-width: 1024px) {
    .row__cell {
      width: 25%; } }
  @media (min-width: 1200px) {
    .row__cell {
      width: 20%; } }
  @media (min-width: 1441px) {
    .row__cell {
      width: 15%; } }

.row__val {
  text-align: left;
  width: 50%; }
  @media (min-width: 768px) {
    .row__val {
      width: 60%; } }
  @media (min-width: 1024px) {
    .row__val {
      width: 70%; } }
  @media (min-width: 1200px) {
    .row__val {
      width: 70%; } }
  @media (min-width: 1441px) {
    .row__val {
      width: 70%; } }

.row--else {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-left: solid 1px #000; }

.state {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem; }
  .state--loaded-successfully {
    background-color: var(--color--good); }
  .state--loaded-with-errors {
    background-color: var(--color--highlight); }
  .state--mapping-error, .state--queuing-error, .state--loading-failed {
    background-color: var(--color--warn); }

.selected {
  display: block;
  width: 30px;
  padding: 0;
  height: 100%;
  color: transparent;
  background-color: var(--color--brand-charcoal-darker);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.tabs {
  width: 100%; }
  .tabs__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 1.25rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--color--brand-charcoal); }
    .tabs__header .header__btn {
      border: none;
      outline: none;
      margin-right: 0.625rem;
      transition: opacity 0.3s ease-in-out;
      background-color: transparent;
      color: var(--color--white);
      opacity: 0.6;
      font-size: var(--font-size);
      font-weight: 300;
      padding-bottom: 0.625rem;
      color: var(--color--brand-red--lighter);
      cursor: pointer; }
      .tabs__header .header__btn.active {
        opacity: 1;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        font-weight: 700;
        border-bottom-color: var(--color--brand-red); }
  .tabs__tabs .tab {
    /*            opacity: 0;
            height: 0;
            transition: height 0.3s ease-in-out;*/
    display: none; }
    .tabs__tabs .tab.active {
      display: block;
      /*                animation-duration: 0.3s;
                animation-fill-mode: forwards;
                animation-name: panel-in-out;
                z-index: 1;*/ }

.table {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 1.875rem;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080; }
  .table th {
    text-align: left; }
  .table td, .table th {
    border-bottom: solid 1px #808080;
    border-right: solid 1px #808080; }
  .table th, .table td {
    padding: 0.625rem; }
  .table .label, .table th {
    font-weight: var(--font-weight--bold);
    background-color: var(--color--canvas--darker);
    max-width: 6.25rem; }
  .table .label {
    text-align: right;
    text-transform: capitalize; }
  .table .cell--sm {
    width: 15%; }
  .table .cell--md {
    width: 20%; }
  .table .cell--lg {
    width: 40%; }
  .table .row--highlight {
    background-color: var(--color--highlight); }


/*# sourceMappingURL=index.67accff131105a10a329.css.map*/