.mantine-AppShell-main {
  background-color: rgba(240, 241, 242, 1);
}

.dmc-content-container {
  min-width: 100%;
  padding-top: 15px;
}

.mantine-Divider-label {
  font-size: 16px;
}

.cod-Card {
  max-width: 2000;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
}

/* не работает. все равно есть белая кромка внизу страницы, если размер контента превышает 2000 пикселей
body {

    background-color: rgba(240, 241, 242, 1);
} */

.mantine-Modal-title {
  font-size: 20px;
  font-weight: 700;
}

.arr-dep-max-col-size {
  max-width: 110px;
}

.big_tables_handler>th,
tr,
td,
thead {
  padding: 5px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.mantine-DatePicker-calendarBase {
  max-width: unset !important;
}

.export {
  font-size: 0;
  margin-bottom: 10px;
  background-color: #228be6;
  border: 0.0625rem solid transparent;
  height: 2.25rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-family: Inter, sans-serif;
  border-radius: 0.25rem;
}

.export:before {
  content: 'Экспортировать таблицу';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.export:hover {
  background-color: #1f7ed1;
  cursor: pointer;
}

th,
tr,
td,
thead {
  text-align: center !important;
}

.maplibregl-ctrl {
  display: none;
}

.leaflet-pane {
  z-index: 90;
}


.hex-label {
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: black;
  margin-left: -12px !important;
}

.leaflet-tooltip {
  z-index: 99999;
}

.custom-tooltip {
  z-index: 1000;
}

.leaflet-tooltip-pane {
    z-index: 10000 !important;
}