<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background-color: white; }

body {
  padding: 50px;
  font-family: "Montserrat-regular"; }

* {
  font-family: Montserrat-regular; }

a {
  color: #00B7FF; }

*.paycargo-dark-blue {
  color: #00608C; }

*.paycargo-blue {
  color: #0094D9; }

*.paycargo-orange {
  color: #F89334; }

*.at-top {
  z-index: 5000; }

.box-shadow-default {
  box-shadow: 2px 0 10px 0 rgba(37, 172, 202, 0.15); }

button.rounded-default {
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 15px;
  white-space: nowrap; }

button.paycargo-blue {
  border: none;
  color: white;
  background: #0094D9; }

button.paycargo-blue:hover {
  background: #0080bb;
  color: white; }

a.paycargo-blue-outline,
button.paycargo-blue-outline {
  border: 1px solid #0094D9;
  color: #0094D9;
  background: none; }

a.paycargo-blue-outline:hover,
button.paycargo-blue-outline:hover {
  background: #0094D9;
  color: white; }

a.paycargo-green-outline,
button.paycargo-green-outline {
  border: 1px solid #26AE62;
  color: #26AE62;
  background: none; }

a.paycargo-green-outline:hover,
button.paycargo-green-outline:hover {
  background: #26AE62;
  color: white; }

a.paycargo-orange,
button.paycargo-orange {
  border-color: #F89334;
  color: white;
  background: #F89334; }

button.paycargo-orange-outline {
  border-color: #F89334;
  color: #F89334;
  background: none; }

button.paycargo-orange-outline:hover {
  background: #F89334;
  color: white; }

button.paycargo-dark-blue-outline {
  border-color: #00608C;
  color: #00608C;
  background: none; }

button.paycargo-dark-blue-outline:hover {
  background: #00608C;
  color: white; }

button.paycargo-gray-outline {
  border-color: #7e7e7e;
  color: #383838;
  background: none; }

button.paycargo-gray-outline:hover {
  background: #d6d6d6;
  color: #383838; }

button.paycargo-dark-blue-filled {
  background-color: #00608C;
  color: white;
  border: none; }

button.paycargo-dark-blue-filled:hover {
  background-color: #005177;
  color: white;
  border: none; }

ul.list-default {
  list-style: none;
  padding-left: 0px; }

div.form-input-group-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

div.form-input-group-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }

.form-input-group-center label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px; }

.form-input-group-left label {
  margin: 25px 0px 10px 5px;
  color: #505458; }

.pcBlue-secondary {
  color: #00608C !important; }

.paycargo-yellow {
  color: #FFD035; }

.paycargo-black {
  color: #181818; }

*.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center; }

*.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }

*.flex-row-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative; }

*.center-text {
  text-align: center; }

*.auto-margin {
  margin: auto; }

*.full-height {
  height: 100%; }

*.full-width {
  width: 100%; }

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

.input-currency-addon {
  height: 50px;
  display: flex;
  align-items: center;
  width: 70px;
  justify-content: center;
  background: #00608C;
  border-radius: 3px 0px 0px 3px;
  color: white;
  font-size: 1.5em; }

.input-caret-addon {
  font-size: 1.75em;
  position: absolute;
  right: 25px;
  bottom: 10px;
  color: #1d1d1d; }

*.disabled-button-look,
*.disabledButtonLook {
  cursor: not-allowed;
  filter: opacity(0.65);
  -webkit-box-shadow: none;
  box-shadow: none; }

li.links-title {
  font-size: 13px !important; }

.pcBlue {
  color: #0094d9 !important; }

.pcBlue-secondary {
  color: #00608C !important; }

*.paycargo-dark-green {
  color: #0C6131 !important; }

*.paycargo-green {
  color: #26AE62 !important; }

*.paycargo-red {
  color: #FE4A49 !important; }

input.standard-form {
  height: 42.5px;
  width: 100%;
  border-radius: 2.5px;
  border: 1px solid #e2e2e2;
  padding: 12.5px;
  border: 0.75px solid rgba(80, 84, 88, 0.3);
  border-radius: 3px; }

select.standard-form {
  height: 42.5px;
  width: 100%;
  border-radius: 2.5px;
  border: 1px solid #e2e2e2;
  padding: 12.5px;
  border: 0.75px solid rgba(80, 84, 88, 0.3);
  border-radius: 3px; }

div.standard-form {
  height: 42.5px;
  width: 100%;
  border-radius: 2.5px;
  border: 1px solid #e2e2e2;
  border: 0.75px solid rgba(80, 84, 88, 0.3);
  border-radius: 3px; }

button.rounded-square {
  border-radius: 4px;
  height: 40px; }

button.paycargo-blue {
  background-color: #0094d9;
  color: white !important;
  border: none;
  padding: 0px 20px; }

button.paycargo-green {
  background-color: #26AE62;
  color: white !important;
  border: none;
  padding: 0px 20px; }

button.paycargo-green-outline {
  color: #26AE62;
  border: 1px solid #26AE62;
  background: transparent;
  padding: 0px 20px; }

button.paycargo-green-outline:hover {
  color: white;
  border: 1px solid white;
  background: #26AE62; }

button.redirect-green-outline {
  color: #26AE62;
  border: 1px solid #26AE62;
  background: transparent; }

button.redirect-green-outline:hover {
  color: white;
  border: 1px solid white;
  background: #26AE62; }

button.paycargo-dark-green-outline {
  color: #1d864b;
  border: 1px solid #1d864b;
  background: transparent;
  padding: 0px 20px; }

button.paycargo-dark-green-outline:hover {
  color: white;
  border: 1px solid white;
  background: #1d864b; }

button.dark-blue-outline {
  color: #00608C;
  border: 1px solid #00608C;
  background: transparent; }

button.dark-blue-outline:hover {
  color: white;
  border: 1px solid white;
  background: #00608C; }

*.hide-element {
  opacity: 0.0; }

*.full-line-flex {
  width: 100%;
  display: flex;
  justify-content: space-between; }

span.input-addon-right {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  pointer-events: visible; }

div.label-transform {
  position: relative;
  padding: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow: hidden; }
  div.label-transform label {
    position: absolute;
    left: 15px;
    top: 33%;
    z-index: 4;
    pointer-events: none;
    transition: transform 0.05s linear;
    transform-origin: left;
    width: 100px;
    white-space: nowrap;
    text-align: left; }
  div.label-transform input {
    width: 100%;
    height: 55px;
    transition: height 0.05s linear;
    border: 1px solid rgba(80, 84, 88, 0.15);
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-top: 15px;
    color: #181818; }
  div.label-transform input::placeholder {
    color: transparent; }
  div.label-transform input:-ms-input-placeholder {
    color: transparent; }
  div.label-transform input:focus::placeholder {
    color: inherit !important; }
  div.label-transform input:-ms-input-placeholder:focus {
    color: inherit !important; }
  div.label-transform input:focus {
    border: 1px solid #0094d9 !important; }
  div.label-transform select:focus {
    border: 1px solid #0094d9 !important; }
  div.label-transform input:focus + label {
    transform: scale(0.8) translateX(-10%) translateY(-85%); }
  div.label-transform input:-webkit-autofill + label {
    transform: scale(0.8) translateX(-10%) translateY(-85%); }
  div.label-transform input.ng-not-empty + label {
    transform: scale(0.8) translateX(-10%) translateY(-85%); }
  div.label-transform span.lti-addon {
    position: absolute;
    right: 15px;
    top: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 105px; }
  div.label-transform span.lti-addon:not([ng-click]) {
    pointer-events: none; }
  div.label-transform span.lti-addon img {
    max-height: 20px;
    width: auto;
    margin-bottom: auto; }
  @media (min-width: 991px) {
    div.label-transform div.form-input-group-left {
      width: 50%; } }
  @media (max-width: 991px) {
    div.label-transform div.form-page {
      width: 100%; }
    div.label-transform div.label-transform {
      margin-bottom: 40px; } }

div.pointer-popup {
  position: absolute;
  padding: 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

div.pointer-popup::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: 50%;
  left: 10px;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: white;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05); }

div.outlined-radio-select label {
  margin-right: 10px;
  height: 38px;
  border: 1px solid #97989b;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

div.outlined-radio-select label:hover {
  background-color: #f1faff; }

div.outlined-radio-select label.outlined-radio-select-active {
  background-color: #f1faff;
  border-color: #0094d9;
  border-width: 2px; }

div.outlined-radio-select label:hover:not(.outlined-radio-select-active) {
  box-shadow: 2px 0 10px 0 rgba(37, 172, 202, 0.15); }

div.outlined-radio-select i {
  margin: 5px; }

div.outlined-radio-select input {
  display: none;
  appearance: none;
  margin: 0px !important; }

div.file-uploader-drop-box {
  background: linear-gradient(to right, #0094d9 33%, #fff 0%) top/20px 2px repeat-x, linear-gradient(#0094d9 33%, #fff 0%) right/2px 20px repeat-y, linear-gradient(to right, #0094d9 33%, #fff 0%) bottom/20px 2px repeat-x, linear-gradient(#0094d9 33%, #fff 0%) left/2px 20px repeat-y;
  /* left */
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px; }

div[uib-modal-window].blue-header .modal-content {
  border-radius: 4px !important;
  padding: 0px !important;
  border: 0px !important; }

div[uib-modal-window].blue-header .modal-header {
  background: #00608c !important;
  padding: 10px 40px !important;
  color: #221e1e !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 15px 25px !important;
  font-weight: bold !important; }

div[uib-modal-window].blue-header .modal-title {
  color: white !important;
  font-weight: bold !important;
  font-size: 1.25em; }

div[uib-modal-window].blue-header .modal-body {
  padding: 25px !important; }

div[uib-modal-window].blue-header .modal-footer {
  padding: 15px !important; }

.payment-btns-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px !important; }

.payment-btn {
  color: white;
  font-family: "Montserrat-regular"; }

.btn-blue {
  background-color: #0094D9; }

.btn-orange {
  background-color: #F89334; }

.same-day-release-flash {
  color: #FFD035;
  font-size: .84em; }

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

.w-80 {
  width: 80% !important; }

.mb-half {
  margin-bottom: 0.5em; }

.ml-10 {
  margin-left: 10px; }

.d-flex {
  display: flex !important; }

.toggle-password {
  margin-left: 80% !important;
  cursor: pointer; }

.pwd-view-hide-icon {
  margin-top: -22px;
  margin-left: 95% !important; }

.pwd-update-view-hide-icon {
  margin-top: -22px;
  margin-left: 97% !important; }

.pwd-mpc-view-hide-icon {
  margin-top: -45px !important;
  margin-left: 85% !important; }

input::-ms-reveal,
input::-ms-clear {
  display: none; }

/*# sourceMappingURL=style.css.map */</pre></body></html>