@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
body {
  font-family: "Montserrat", sans-serif;
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.invoice-status-wrapper {
  padding: 40px 0;
}
.invoice-status-wrapper .header-section {
  text-align: center;
}
.invoice-status-wrapper .header-section h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.invoice-status-wrapper .header-section p {
  font-size: 16px;
  margin-bottom: 0;
}
.invoice-status-wrapper .form-section,
.invoice-status-wrapper .results-section {
  margin-top: 40px;
}
.invoice-status-wrapper .form-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.invoice-status-wrapper .form-section form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.invoice-status-wrapper .form-section form label span {
  color: #e11;
}
.invoice-status-wrapper .form-section form .supplierDate-container label span,
.invoice-status-wrapper .form-section form .supplierName-container label span {
  display: none;
}
.invoice-status-wrapper .form-section form .disabled label {
  color: #a6a7a9;
}
.invoice-status-wrapper .form-section form .form-control {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  height: 44px;
  border-color: #cfd2d7;
  border-radius: 1px;
  padding: 10px;
  min-width: 225px;
  color: #171717;
}
.invoice-status-wrapper .form-section form .form-control:focus {
  color: #171717;
  border-color: #e20177;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.invoice-status-wrapper .form-section form .form-control:disabled {
  background-color: #f8f8f8;
  border-color: #d7d8d8;
  color: #74767a;
}
.invoice-status-wrapper .form-section form .calendar-input {
  position: relative;
}
.invoice-status-wrapper .form-section form .calendar-input.disabled input[type="date"] {
  background-image: url("../images/calendar-icon-disabled.svg");
}
.invoice-status-wrapper .form-section form .calendar-input input[type="date"] {
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.invoice-status-wrapper .form-section form .calendar-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.invoice-status-wrapper .form-section form .calendar-input input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.invoice-status-wrapper .form-section form .btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 50px;
  color: #fff;
  background-color: #e20177;
  cursor: pointer;
}
.invoice-status-wrapper .form-section form .btn:hover {
  color: #fff;
  background-color: #c40065;
}
.invoice-status-wrapper .form-section form .btn:disabled,
.invoice-status-wrapper .form-section form .btn:disabled::before,
.invoice-status-wrapper .form-section form .btn:disabled::after {
  opacity: 1;
  color: #75787b;
  background-color: #ddddde;
}
.invoice-status-wrapper .results-section {
  border-radius: 8px;
  border: 1px solid #cfd2d7;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.invoice-status-wrapper .results-section.select-no-result-found,
.invoice-status-wrapper .results-section.select-supplier-name,
.invoice-status-wrapper .results-section.select-invoice-date {
  display: none;
}
.invoice-status-wrapper .results-section .initial-phase p {
  margin-bottom: 0;
  max-width: 600px;
  font-size: 16px;
  line-height: 24px;
}
.invoice-status-wrapper .results-section .initial-phase p a {
  color: #e20177;
  text-decoration: none;
}
.invoice-status-wrapper .results-section.with-results {
  min-height: auto;
  padding: 24px;
  display: block;
}
.invoice-status-wrapper .results-section.with-results .invoice-and-amount-wrapper {
  padding: 8px 16px;
  color: #fff;
  background-color: #133071;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 24px;
}
.invoice-status-wrapper .results-section.with-results .invoice-and-amount-wrapper .invoice-amount-label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.invoice-status-wrapper .results-section.with-results .invoice-and-amount-wrapper .invoice-amount-value {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.invoice-status-wrapper .results-section.with-results .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: auto;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step {
  position: relative;
  text-align: center;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .steplabel {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .steplabel.steplabel-mobile {
  display: none;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .stepcount {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  margin-top: 16px;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .stepcount::before {
  content: "";
  position: absolute;
  top: 79px;
  left: 50%;
  width: 100%;
  right: 0;
  height: 2px;
  background: #d9d9d9;
  z-index: -1;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.completed .stepcount {
  background: #54b948;
  border-color: #54b948;
  color: #fff;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.completed .stepcount::before {
  background: #54b948;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.completed.payment-reversed .steplabel {
  line-height: 20px;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.completed.payment-reversed .stepcount {
  background: #ffbe00;
  border-color: #ffbe00;
  margin-top: 2px;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.completed.not-paid .stepcount::before {
  background: #d9d9d9;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.underapproval .stepcount {
  border-color: #54b948;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step.inprogress .stepcount {
  border-color: #54b948;
  color: #54b948;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step:last-child .stepcount::before {
  display: none;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .invoice-status-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .stepdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  line-height: 24px;
  width: 160px;
  margin: auto;
  margin-top: 16px;
  text-align: center;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .stepdetails span img {
  margin-right: 6px;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .stepdetails .stepdetails-label {
  color: #808080;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .step-information {
  padding: 16px;
  background-color: #e7e8ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  width: calc(100% - 8px);
  margin-top: 20px;
}
.invoice-status-wrapper .results-section.with-results .progress-container .step .step-information p {
  margin: 0;
  margin-left: 8px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .invoice-status-wrapper .form-section form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .invoice-status-wrapper .form-section form div {
    width: 100%;
  }
  .invoice-status-wrapper .form-section form .form-control {
    min-width: 100%;
  }
  .invoice-status-wrapper .results-section {
    min-height: 350px;
  }
  .invoice-status-wrapper .results-section .initial-phase p {
    padding: 0 20px;
  }
  .invoice-status-wrapper .results-section.with-results .invoice-and-amount-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step.completed.payment-reversed .stepcount {
    margin-top: 0px;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step.completed.payment-reversed .steplabel {
    line-height: 24px;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .steplabel {
    display: none;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .steplabel.steplabel-mobile {
    display: block;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .stepcount {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
    margin-top: 0;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .stepcount::before {
    width: 2px;
    height: 100%;
    left: 37px;
    top: 70px;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .stepdetails {
    margin: initial;
    margin-top: 8px;
    text-align: left;
  }
  .invoice-status-wrapper .results-section.with-results .progress-container .step .step-information {
    margin-top: 10px;
    width: 100%;
  }
}
.loading-overlay {
  display: none;
  background: rgba(255,255,255,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading-overlay.show-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loading-overlay img {
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
