.dropzone {
  border: 2px dashed #555;
  border-radius: 6px;
  background: #f8fbfd;
  padding: 30px;
}

.dropzone .dz-message {
  font-size: 16px;
  color: #555;
}

#aie-result {
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #555;
  text-align: center;
  margin-bottom: 1rem;
  display: none;
  border: 1px solid #d9534f;
  background-color: #f2dede;
  color: #a94442;
  opacity: 1;
}

#cart .h1 {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#cart .h1 .aktywwwni-importexport {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
}
#cart .h1 .aktywwwni-importexport span:hover {
  cursor: pointer;
}
#cart .h1 .aktywwwni-importexport a {
  color: black;
  font-size: 14px;
}/*# sourceMappingURL=importexport.css.map */