@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

.import-drop-zone[data-v-3afc28f0] {
  border: 2px dashed #bdbdbd;
  border-radius: 8px;
  padding: 32px 16px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.import-drop-zone[data-v-3afc28f0]:hover,
.import-drop-zone--active[data-v-3afc28f0] {
  border-color: #1976d2;
  background-color: #e3f2fd;
}
.import-drop-zone--has-file[data-v-3afc28f0] {
  border-color: #388e3c;
  background-color: #f1f8e9;
}



.map-path-switch[data-v-44685a76] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
}
