.importer {
  max-width: 1440px;
  margin: 0px auto;
  padding: 112px 64px;
}
.importer label {
  font-size: 14px;
}
.importer__headline {
  margin-bottom: 48px;
}
.importer #importer-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.importer #importer-form .fields {
  display: flex;
  column-gap: 24px;
  margin-bottom: 20px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.importer #importer-form .fields--disabled {
  margin-bottom: 0;
}
.importer #importer-form .field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 33.333%;
  gap: 6px 24px;
  max-width: calc(50% - 24px);
}
.importer #importer-form .field__option {
  border: 1px solid var(--grey_800);
  color: var(--grey_800);
  padding: 12px;
  outline: none;
}
.importer #importer-form .field__option--disabled {
  user-select: none;
}
.importer #importer-form #leasing-dropzone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  background: linear-gradient(90deg, var(--black) 75%, transparent 0) repeat-x, linear-gradient(90deg, var(--black) 75%, transparent 0) repeat-x, linear-gradient(0deg, var(--black) 75%, transparent 0) repeat-y, linear-gradient(0deg, var(--black) 75%, transparent 0) repeat-y;
  background-size: 4px 1px, 4px 1px, 1px 4px, 1px 4px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-color: var(--grey_100);
  height: auto;
  width: calc(50% - 24px);
  padding: 24px;
  border-radius: 2px;
  margin-bottom: 48px;
  cursor: pointer;
}
@media only screen and (max-width: 1019px) {
  .importer #importer-form #leasing-dropzone {
    width: 100%;
  }
}
.importer #importer-form #leasing-dropzone:hover {
  animation: linearGradientMove 0.3s infinite linear;
}
@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}
.importer #importer-form #leasing-dropzone .dz-preview {
  width: 100%;
  border-bottom: 1px var(--grey_400) solid;
  padding-bottom: 12px;
}
.importer #importer-form #leasing-dropzone .dz-preview:last-child {
  border-bottom: none;
}
.importer #importer-form #leasing-dropzone .dz-details {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 16px;
}
.importer #importer-form #leasing-dropzone .dz-filename {
  font-size: 18px;
  margin-bottom: 8px;
}
.importer #importer-form #leasing-dropzone .dz-filename span {
  word-wrap: break-word;
}
.importer #importer-form #leasing-dropzone .dz-size {
  font-weight: 700;
}
.importer #importer-form #leasing-dropzone .dz-message {
  color: var(--grey_800);
}
.importer #importer-form #leasing-dropzone .dz-error {
  color: var(--error);
}
.importer #importer-form #leasing-dropzone .dz-success-mark, .importer #importer-form #leasing-dropzone .dz-error-mark {
  display: none;
}
.importer #importer-form #leasing-dropzone .dz-remove {
  color: var(--error);
  font-weight: 700;
}
.importer #importer-form #importer-submit {
  margin-right: auto;
  width: fit-content;
  background-color: var(--turquoise);
}
.importer #importer-form #importer-submit:hover {
  background-color: var(--grey_200);
}

@media only screen and (max-width: 1019px) {
  .importer #importer-form .fields {
    flex-direction: column;
    row-gap: 24px;
  }
  .importer #importer-form .fields .field {
    max-width: 100%;
  }
}

/*# sourceMappingURL=leasing-importer.css.map */
