/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/downloadInvoice.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.download-invoice-card {
  background-color: #F9F9F9;
  padding: 0 15px 32px 15px;
}
.download-invoice-card_title {
  color: #01579B;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 768.98px) {
  .download-invoice-card_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
}
.download-invoice-card_form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
}
.download-invoice-card_form--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: 85%;
}
.download-invoice-card_form--container .download-invoice-form {
  width: 70%;
}
.download-invoice-card_form--container .download-invoice-form .submit-download-invoice {
  display: flex;
  width: 212px;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0277BD;
  background: #0277BD;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--container .download-invoice-form .submit-download-invoice {
    width: 100%;
  }
}
.download-invoice-card_form--container .download-invoice-form .hidden-link-invoice {
  display: none;
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--container .download-invoice-form {
    width: 100%;
  }
}
.download-invoice-card_form--container .download-invoice-form_slot {
  width: 40%;
  border-radius: 4px;
  border: 0px solid #CACACB;
  background: #F6F7F8;
  height: auto;
  max-width: 296px;
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--container .download-invoice-form_slot {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--container {
    width: 100%;
    flex-direction: column;
  }
}
.download-invoice-card_form--title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}
.download-invoice-card_form--mandatory {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.download-invoice-card_form--mandatory::after {
  content: "*";
  color: #D51922;
}
@media (max-width: 768.98px) {
  .download-invoice-card_form--mandatory {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.download-invoice-card_form .form-group .form-control-label {
  left: 25px;
}
.download-invoice-card_advice {
  display: flex;
  width: 100%;
  height: 33px;
  padding: 8px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #F6F7F8;
}
.download-invoice-card_advice .advive-text {
  color: #363537;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 768.98px) {
  .download-invoice-card_advice {
    height: auto;
  }
}
.download-invoice-card_banner {
  margin-top: 16px;
}
.download-invoice-card_banner .img-banner {
  width: 100%;
}

.download-invoice-return {
  margin: 16px 0;
}
.download-invoice-return_msg {
  color: #0277BD;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.download-invoice-contact-us {
  margin: 16px 0;
  color: #363537;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.download-invoice-contact-us .contact-us-question {
  color: #0277BD;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  width: 308px;
}
.download-invoice-contact-us .contact-us-phone {
  color: #00AEEF;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

/*# sourceMappingURL=downloadInvoice.css.map*/