.ol-dragzoom { 
    border: 3px solid #468FD3 !important; 
    background-color: rgba(255,255,255,0.4); 
} 
.ol-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
  }
  .ol-tooltip-measure {
    opacity: 1;
    font-weight: bold;
  }
  .ol-tooltip-static {
    background-color: #ffcc33; 
    color: black;
    border: 1px solid white;
  }
  .ol-tooltip-measure:before,
  .ol-tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
  }
  .ol-tooltip-static:before {
    border-top-color: #ffcc33;
  }
  .mapcontainer {
    position: relative;
  }

  div.ol-custom-overviewmap,
  div.ol-custom-overviewmap.ol-uncollapsible {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
  }

  div.ol-custom-overviewmap:not(.ol-collapsed)  {
    border: 1px solid black;
  }

  div.ol-custom-overviewmap div.ol-overviewmap-map {
    border: none;
    width: 240px;
    height: 100px !important;
  }

  div.ol-custom-overviewmap div.ol-overviewmap-box {
    border: 2px solid red;
    
  }

  div.ol-custom-overviewmap:not(.ol-collapsed) button{
    bottom: auto;
    left: auto;
    right: 1px;
    top: 1px;
  }

  div.ol-rotate {
    top: 170px;
    right: 0;
  }
.ol-control button {
  display: none !important;
}