.e-invoicing {
  background-color: #e2f5f9;
}

.e-invoicing * {
  * {
    margin: 0;
    font-family: Lato;
  }
}

.e-invoicing .hidden {
  display: none !important;
}

.e-invoicing .error-text {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14.4px;
  color: #ef3e42;
}

.e-invoicing .madatory-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #404040;
  font-style: italic;
  padding-bottom: 20px;
}

.component-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px;
  gap: 40px;

  @media (min-width: 769px) {
    padding: 80px;
    gap: 44px;
  }
}

.component-cont {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .component-cont {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .component-cont {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .component-cont {
    width: 1170px;
  }
}

.e-invoicing .e-invoicing-txt-cont {
  display: flex;
  flex-direction: column;
  gap: 12px;

  @media (min-width: 769px) {
    gap: 24px;
  }
}

.e-invoicing .e-invoicing-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #0067b1;

  @media (min-width: 769px) {
    font-size: 36px;
    line-height: 43.2px;
  }
}

.e-invoicing .e-invoicing-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #404040;
}

.e-invoicing .hide-message .error-text {
  display: none;
}

/* E-Invoicing form component */

.e-invoicing-form .form-fields {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 32px;

  @media (min-width: 769px) {
    width: 550px;
  }
}

.e-invoicing-form .field-cont {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.e-invoicing-form .field-title {
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
}

.e-invoicing-form .field-desc {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16.8px;
  color: #818a91;
}

.e-invoicing-form .field-desc a {
  color: #0067b1;
  text-decoration: underline;
}

.e-invoicing-form .dd-search-cont {
  position: relative;
  width: 100%;
}

.e-invoicing-form .dd-search-cont .dd-search-list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.e-invoicing-form .dd-search-cont .dd-search-list[style*="display: block"] {
  display: block;
}

.e-invoicing-form .dd-search-cont li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #404040;
}

.e-invoicing-form .dd-search-cont li:hover {
  background-color: #f0f0f0;
}

.e-invoicing-form .input-field-50 {
  display: flex;
  gap: 16px;

  @media (min-width: 769px) {
    gap: 20px;
  }
}

.e-invoicing-form .input-cont {
  position: relative;
  display: inline-block;
  width: 100%;
}

.e-invoicing-form .input-cont .exl-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.e-invoicing-form .hide-message .exl-icon {
  display: none;
}

.e-invoicing-form .input-field {
  box-sizing: border-box;
  width: 100%;
  max-height: 48px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #cccccc;

  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #404040;
}

.e-invoicing-form .input-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #a0a0a0;
  opacity: 1;
}

.e-invoicing-form .input-field::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.e-invoicing-form .input-field:disabled {
  background-color: #efeff2;
}

.field-cont.required .input-field {
  border: 1px solid #ef3e42;
}

.field-cont #taxIdDd {
  border: none;
}

.e-invoicing-form .hide-message .input-field {
  border: none;
}

.e-invoicing-form .input-field:focus {
  border: 1.5px solid #0067b1 !important;
  outline: none;
}

.e-invoicing-form .radio-cont {
  display: flex;
  gap: 10px;

  .radio-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #404040;
  }
}

.e-invoicing-form .btn {
  width: 100%;
  height: fit-content;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #0067b1;
  border: none;

  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;

  @media (min-width: 769px) {
    width: fit-content;
  }
}

/* E-Invoicing confirmation component */

.e-invoicing-confirmation .result-fields {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  height: fit-content;
  padding: 40px;
  gap: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.e-invoicing-confirmation .edit-cont {
  display: flex;
  gap: 6px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  cursor: default;
}

.e-invoicing-confirmation .edit-cont .edit-icon {
  height: 17.5px;
}

.e-invoicing-confirmation .edit-cont .edit-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  color: #0067b1;
  text-decoration-line: underline;
  text-decoration-style: solid;

  @media (min-width: 769px) {
    font-size: 16px;
    line-height: 20px;
  }
}

.e-invoicing-confirmation .result-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media (min-width: 769px) {
    flex-direction: row;
  }
}

.e-invoicing-confirmation .result-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #404040;
  width: 100%;

  @media (min-width: 769px) {
    width: 350px;
    min-width: 350px;
  }

  @media (min-width: 850px) {
    width: 420px;
    min-width: 420px;
  }
}

.e-invoicing-confirmation .result-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
  width: 100%;

  @media (min-width: 769px) {
    width: fit-content;
  }
}

.e-invoicing-confirmation hr {
  border: 1px solid #efeff2;
}

.e-invoicing-confirmation .checkbox-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding-top: 20px;
  gap: 24px;
}

.e-invoicing-confirmation .error-div {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

.e-invoicing-confirmation .checkbox-div {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
}

.e-invoicing-confirmation .checkbox-div input {
  margin-top: 0;
  height: 20px;
}

.e-invoicing-confirmation .checkbox-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #404040;
  align-self: center;
}

.e-invoicing-confirmation .checkbox-label span {
  font-weight: 700;
}

.e-invoicing-confirmation .btns {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 21px;
  }
}

.e-invoicing-confirmation .btn {
  height: fit-content;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #0067b1;
  border: none;

  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}

.e-invoicing-confirmation .btn-edit {
  background-color: #ffffff;
  border: 1px solid #0067b1;
  color: #0067b1;
}

/* E-Invoicing result component */

.e-invoicing-result .error-icon {
  height: 43px;
  width: 43px;

  @media (min-width: 769px) {
    height: 63px;
    width: 63px;
  }
}
