.courier-form .header .form-progress {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-bottom: 70px; }
  @media (max-width: 500px) {
    .courier-form .header .form-progress {
      max-width: 350px; } }
  @media (max-width: 400px) {
    .courier-form .header .form-progress {
      max-width: 220px; } }
  .courier-form .header .form-progress .step-icon {
    flex: 0 0 50px;
    height: 50px;
    background: #777;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 400px) {
      .courier-form .header .form-progress .step-icon {
        flex: 0 0 30px;
        height: 30px; } }
    .courier-form .header .form-progress .step-icon .title {
      font-size: 20px;
      text-align: center;
      line-height: 50px;
      font-weight: bold;
      color: #fff; }
      @media (max-width: 400px) {
        .courier-form .header .form-progress .step-icon .title {
          line-height: 30px;
          font-size: 15px; } }
    .courier-form .header .form-progress .step-icon .desc {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 120px;
      margin-left: -60px;
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 400px) {
        .courier-form .header .form-progress .step-icon .desc {
          font-size: 12px;
          width: 80px;
          margin-left: -40px; } }
    .courier-form .header .form-progress .step-icon.active {
      background: #51c0a9; }
  .courier-form .header .form-progress .step-sep {
    flex-grow: 1;
    height: 20px;
    background: #777;
    margin: 0 -10px; }
    @media (max-width: 400px) {
      .courier-form .header .form-progress .step-sep {
        height: 10px; } }
    .courier-form .header .form-progress .step-sep.active {
      background: #51c0a9; }
.courier-form .page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .courier-form .page .error {
    margin-top: 5px;
    color: #a00; }
  .courier-form .page .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  .courier-form .page .data .data-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .courier-form .page .data .data-row {
        display: block;
        padding-bottom: 10px; } }
    .courier-form .page .data .data-row .lbl {
      flex: 0 0 200px; }
      .courier-form .page .data .data-row .lbl small {
        display: block;
        font-size: 70%;
        color: #555; }
    .courier-form .page .data .data-row .val {
      flex-grow: 1;
      margin-left: 20px; }
      @media (max-width: 600px) {
        .courier-form .page .data .data-row .val {
          margin-left: 0; } }
      .courier-form .page .data .data-row .val input {
        width: 100%; }
        .courier-form .page .data .data-row .val input.datepicker {
          width: 200px; }
        .courier-form .page .data .data-row .val input.narrow {
          width: 200px; }
      .courier-form .page .data .data-row .val .val-row {
        display: flex;
        align-items: center; }
        @media (max-width: 550px) {
          .courier-form .page .data .data-row .val .val-row {
            display: block; }
            .courier-form .page .data .data-row .val .val-row div.lbl {
              font-size: 13px; } }
        .courier-form .page .data .data-row .val .val-row > div {
          flex-grow: 1; }
        .courier-form .page .data .data-row .val .val-row > div.lbl {
          flex: 0 0 120px; }
  .courier-form .page .buttons {
    position: relative;
    height: 35px; }
    .courier-form .page .buttons .btn-pri {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      background: #51c0a9;
      border-radius: 8px;
      color: #fff;
      font-weight: bold;
      padding: 0 30px;
      border: 1px solid #51c0a9;
      height: 100%; }
      .courier-form .page .buttons .btn-pri:hover {
        background: transparent;
        color: #51c0a9; }
    .courier-form .page .buttons .btn-sec {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border-radius: 8px;
      color: #51c0a9;
      font-weight: bold;
      padding: 0 30px;
      border: 1px solid #51c0a9;
      height: 100%; }
      .courier-form .page .buttons .btn-sec:hover {
        background: #51c0a9;
        color: #fff; }
.courier-form .page-2, .courier-form .page-3 {
  display: none; }

/*# sourceMappingURL=courier-form.css.map */
