<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.salary-field {
  width: 352px !important;
  font-size: 20px;
  line-height: 26px;
  border-radius: 4px;
  height: 48px;
  margin: 0;
}

.salary-field .sl-icon.icon-arrow-65 {
  float: right;
  margin-top: 8px;
}

.add-salary {
  padding: 9px 24px;
  border-radius: 4px;
  background-color: #086ea1;
  font-family: "Nimbus Sans Regular", "Nimbus Sans TW01";
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  height: 40px;
}

.add-salary:hover {
  background-color: #054c70;
  color: #ffffff;
}

.add-salary:active {
  background-color: #054c70;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.plan-salary-input-container {
  margin-top: 24px;
}

.paycheck-frequency label {
  font-weight: normal;
}

@media (max-width: 767px) {
  .salary-field {
    width: 100% !important;
    font-size: 20px;
    line-height: 26px;
    border-radius: 4px;
    height: 48px;
    margin: 0;
  }
  .add-salary {
    width: 100%;
    height: 48px;
  }
}

.rix-no-sal-container .popover {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
}

.rix-no-sal-container .popover.bottom &gt; .arrow {
  top: -11px;
  margin-left: 11px;
  border-bottom-color: #999;
}

.salary-label {
  display: inline-block;
  font-size: 16px;
  font-family: "Nimbus Sans Regular", "Nimbus Sans TW01";
  margin: 12px 0 4px;
  color: #3b3b3b;
  font-weight: 100 !important;
  width: 100%;
  text-align: left;
}

.salary-label p {
  display: inline-block;
}

.salary-icon {
  display: inline-block;
}

.salary-body {
  font-family: Nimbus Sans Light;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #2d3940;
}

@media (max-width: 767px) {
  .salary-body {
    font-size: 16px;
    line-height: 22px;
  }
}

.rix-no-sal-container .modal.in .modal-dialog {
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  top: 50%;
}

@media (min-width: 768px) {
  .rix-no-sal-container .modal.in .modal-dialog {
    width: 640px;
  }
}

.no-salary-body-text {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .no-salary-body-text {
    width: 448px;
  }
}

.salary-headline {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 24px;
  margin-top: -24px;
  border-bottom: 1px solid #d7dbde;
  font-family: Nimbus Sans Bold;
  font-size: 24px;
  color: #2d3940;
}

#nq-salary-modal [class^="icon-"]::before, #nq-salary-modal [class*=" icon-"]::before {
  font-size: 24px;
}

#nq-salary-modal.modal.modal-component .modal-dialog .body {
  padding: 20px 40px 0 40px;
}

#multi-plan-input {
  margin-bottom: 32px;
}

.paycheck-frequency-dropdown .btn {
  text-align: left;
}

.pay-frequency-value {
  margin-top: 4px;
  display: inline-block;
}

.paycheck-frequency-dropdown.open .icon-arrow-65::before {
  content: "\e629";
}

.paycheck-frequency-dropdown.open .dropdown-toggle.btn-default {
  background-color: #ffffff;
}

.paycheck-frequency-dropdown.open .dropdown-menu {
  width: 352px;
  padding: 0;
  margin-top: 0;
}

.paycheck-frequency-dropdown.open .dropdown-menu li {
  background-color: #ffffff;
}

.paycheck-frequency-dropdown.open .dropdown-menu li &gt; button {
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 8px 12px;
  border: none;
  background-color: transparent;
}

.paycheck-frequency-dropdown.open .dropdown-menu li :hover {
  background-color: #f0f3f5;
}

.salary-error {
  border: 1px solid #d0021b;
}

.error-message {
  margin: 4px 0 12px;
}

.error-message .salary-modal-error {
  font-family: Nimbus Sans Bold;
  font-size: 14px;
  color: #d0021b;
}
 </pre></body></html>