.map-logo {
  display: none!important;
}

.header {
  background: linear-gradient(to right, #fff, #ffbd99);
  color: #0d0a07;
  box-shadow: 0 3px 4px 0 rgb(255 80 1 / 20%), 0 3px 3px -2px rgb(255 80 1 / 14%), 0 1px 8px 0 rgb(255 80 1 / 12%)
}

.header__title-logo:after {
  opacity: 10;
}

.navigation-menu {
  background-color: #efefef!important;
}

.navigation-menu__item {
  color: #fd5001!important;
  opacity: 0.75!important;
}
.navigation-menu__item.active {
  color: #002f94!important
}

.nextgis.claro .dijitButton--primary {
    background-color: #ffbd99;
    color: #040404;
}

table > thead > tr > th.mime_type {
  display: none;
}

table > tbody > tr > td.mime_type {
  display: none;
}

table > thead > tr > th.size {
  display: none;
}

table > tbody > tr > td.size {
  display: none;
}

table > thead > tr > th.size {
  display: none;
}

table > tbody > tr > td.size {
  display: none;
}

span[aria-disabled="true"] .iconArrowInOut {
  filter: grayscale(1);
}

table.dgrid-row-table > tr > th.field-id {
  display: none;
}

table.dgrid-row-table > tr > td.field-id {
  display: none;
}