.location-export-container {
  --color-grey-light: #b3b3b3;
  --color-default-text: #555555;
}
.location-export-container {
  height: 100%;
  display: flex;
}
.location-export {
  height: 100%;
  display: flex;
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  box-sizing: border-box;
  background-color: white;
}
.location-export .location-export-inner {
  max-width: 53px;
}
.location-export .location-export-progress {
  text-align: left;
  max-width: 200px;
  margin-left: 15px;
}
.location-export .location-export-step {
  font-size: 12px;
}
.location-export .location-export-progress h2.export-label {
  font-size: 13px;
  margin-bottom: 4px;
  color: var(--color-default-text);
}
.location-export .location-export-progress h3 {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 2px;
  color: var(--color-grey-light);
}
.location-export .location-export-progress .location-export-step {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.location-export .location-export-progress .lm-mini-loading-bar {
  width: 200px;
}
.location-export #cancel-location-export {
  cursor: pointer;
  margin-left: 15px;
  box-sizing: content-box;
}
.location-export #cancel-location-export:hover {
  color: black;
}
.location-export-container .location-export-status-ready {
  padding: 15px;
  cursor: pointer;
  min-width: auto;
  margin-left: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
}
.location-export-container .location-export-label {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.location-export-container .location-export-label span {
  margin-top: 3px;
}
