 body {margin: 0; padding: 0; overflow: hidden;}
		  
		  .locale-panel-controls{display: none !important;}
		  
svg[data-for^="tooltip.hideLayer_"] {
  fill: #fff !important;
  color: #fff !important;
}
  .side-panel__top__actions, .logo__version, .side-panel__header__top, .data-source-selector {
    /*display: none !important;*/
  } 
  
    .maplibre-attribution-container, .egmley, .panel-view-list-toggle, .side-panel-divider{
    display: none !important;
  }
  #loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    color: #555;
}

.spinner {
    border: 8px solid #eaeaea; /* spinner background */
    border-top: 8px solid #0051e7; /* spinner foreground color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 1em; /* space between spinner and text */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.evlnFW::after {
    background-color: rgba(0, 88, 255, 1) !important;
}

  .layer-manager .layer-manager-header {
  display: none !important;
}
.panel-header-dropdown__inner > div:nth-child(2),
.panel-header-dropdown__inner > div:nth-child(3) {
   /*/display: none !important; */
}
.selection > div:nth-child(2) {
  display: none !important;
}
div > .sc-dQmiwx.sc-hfxATx.cLlctQ.kkmnkS:nth-of-type(3) {
  display: none !important;
}
.logo__version{
  display: none !important;
}
/*.sc-iJJAuK, .cPyTRA {display: none !important;} */
