/* line 4, ../scss/woocommerce-checkout.scss */
.ean-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  background-image: url(../images/eanapi-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 16, ../scss/woocommerce-checkout.scss */
.ean-loader-title {
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 60%;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px rgba(43, 43, 43, 0.5);
}

/* line 28, ../scss/woocommerce-checkout.scss */
.ean-multiple-punits {
  font-style: italic;
  color: #ffffff;
  padding: 10px;
  background-color: rgba(24, 159, 204, 0.9);
}

/* line 35, ../scss/woocommerce-checkout.scss */
.ean-error {
  color: #d9534f;
}

/* line 40, ../scss/woocommerce-checkout.scss */
.wc-block-components-radio-control-accordion-content #ean_number,
.wc-block-components-radio-control-accordion-content #ean_reference_person,
.wc-block-components-radio-control-accordion-content #ean_requisition_number,
.wc-block-components-radio-control-accordion-content #ean_punit_number {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  cursor: text;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  padding: .75em 0 .75em 16px;
  margin-bottom: 15px;
}
