html,
body {
  height: 100%;
  margin: 0;
  position: relative !important;
}

.site-grid {
    display: flex !important;
    height: 100%;
}

.container-component {
    display: unset;
}

.container-component > :first-child {
    margin-top: 0 !important;
    height: 100%;
}

#root {
    height: 100%;
    position: relative;
    width: 100%;
}

.container-header {
  background-color: #042b5c;
  background-image: none;
}

.mapRF .site-grid {temp
  display: flex;
  flex:
}

.mapRF main
{
    display: none;
}

.brand-logo {
    text-decoration: none;
}

.ecDatePicker {
    color: white;
}

.gradient-legend {
    width: unset !important;
}

div.phpdebugbar {
    display: none;
}

.com-users-login__options {
    display: none;
}

.chakra-dialog__header {
    color: white;
}
.chakra-dialog__body {
    color: white;
}


@media (max-width: 993px) {
    .brand-logo {
        display: none !important;
    }
}

@media (width <= 480px) {
  .container-header .mod-menu {
    flex-direction: row;
    flex: 1;
    display: flex;
  }

  .metismenu.mod-menu .metismenu-item {
      font-size: 0.9rem;
  }
}
