.mantine-Tabs-tab {
  border-radius: 4px 0 0 0;
}









.mantine-v2d0vk {
  font-family: 'Montserrat';
  /*color: inherit;*/
  font-size: 13px;
  line-height: normal;
  height: 50px;
  text-decoration: none;
}


#load-pole-satt,
#mon-pole-year,
#mon-pole-mes {
  font-family: 'Montserrat';
  font-size: 12px;
}

#mon-pole-year,
#mon-pole-mes,
#tsk-pole-limit,
#tsk-pole-satt {
  font-family: 'Montserrat';
  font-size: 13px;
}

.menu-input .mantine-TextInput-label,
.menu-input .mantine-DateRangePicker-label {
  color: white;
}

.menu-input .mantine-TextInput-disabled:disabled {
  cursor: pointer;
  color: black;
  opacity: 1;
  background-color: white;
}

.menu-btn-container {
  display: flex;
}

.bbox-picker-container,
.bbox-mode-container {
  display: flex;
  flex-direction: column;
}

.bbox-picker-container {
  width: 100%;
  margin-right: 10px;
}

.bbox_modal .mantine-Modal-modal {
  width: auto;
}

/* .menu-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: white;
  word-break: break-word;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
} */

#request-btn {
  margin-top: 24.8px;
}

.card-section {
  padding: 10px;
}

.card-text {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#collection-metadata {
  overflow-y: scroll;
  max-height: 400px;
}

#collection-metadata .card-text {
  max-width: 170px;
}

.mantine-Card-root {
  margin-bottom: 15px;
}

/* .download-btn {
  width: 100%;
} */