.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;
}

.nextgis.claro .dijitTreeRowSelected {
    background-color: rgb(253 112 0 / 24%)
}
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;
}

@media print  {
  div#header, div#pDebug, .sidebar-helper, .sidebar{ 
    display: none; 
  }

  .content__inner {
     width: 100% !important;; 
  }
}

.ngw-analytic-header > ul {
    background-color: transparent;
}

.ngw-analytic-header > ul > li {
    border-right: 2px solid var(--primary);
}

.ngw-analytic-header > ul > li:first-child {
  border-left: 2px solid var(--primary);
}

.ant-radio-button-wrapper {
  border-left: 1px solid #d9d9d9;
}