.map {
    width: 100%;
    /* height:400px; */
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    /* min-width: 280px; */
    min-width: 400px;
  }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
  }
  .ol-popup-closer:after {
    content: "✖";
  }

  #popup-content {
    height: 115px; 
    overflow:auto;
  }

  .monospace {
    font-family: monospace;
  }

  code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  }

  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }

 .no-select {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
 }

 .dropdown-content{
    border-radius: 10px;
 }

 .select-wrapper {
    /* background: rgba(255,255,255,.8); */
    border-radius: 10px;
 }
/* 
 .ol-control.ol-layerswitcher-image {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 1em;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
} */

.ol-button i {
  color: inherit;
}

.data {
  right: 0.5em;
  top: 0.5em;
}

.data button{
  height: 38px;
  width: 38px;
}

.aggregate_data {
  right: 0.5em;
  top: 3.5em;
}

.aggregate_data button{
  height: 38px;
  width: 38px;
}

.text {
  left: 50%;
  top: 2.5em;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.bg-opacity-4 {
  background-color: rgba(255, 255, 255, .4) !important;
}

.bg-opacity-6 {
  background-color: rgba(255, 255, 255, .6) !important;
}

.bg-opacity-8 {
  background-color: rgba(255, 255, 255, .8) !important;
}

tr th{
  font-size: smaller;
}

tr td{
  font-size: smaller;
}

tr:nth-child(even) {
  background-color: #d8d8d898;
}

[type="checkbox"].reset-checkbox,
[type="checkbox"].reset-checkbox:checked,
[type="checkbox"].reset-checkbox:not(checked) {
  opacity: 1;
  position: relative;
}

[type="checkbox"].reset-checkbox+span::before,
[type="checkbox"].reset-checkbox+span::after,
[type="checkbox"].reset-checkbox:checked+span::before,
[type="checkbox"].reset-checkbox:checked+span::after {
  display: none;
}

[type="checkbox"].reset-checkbox+span:not(.lever) {
  padding-left: 10px;
}

.ol-ext-toggle-switch input[type=checkbox] {
  display: unset;
  left: 5px;
}
.ol-ext-toggle-switch span {
  display: none !important;
}

.login-button {
  /* top: 65px;
  left: .5em; */
  bottom: 0.5em;
  left: 52%;
  font-size: large;
}
.ol-touch .login-button {
  top: 80px;
}

.ol-control{
  font-size: x-large;
}


/* ----------------------------------------loader animation---------------------------------------- */
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 47, 63, .5);
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}


@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap");
@keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

svg * {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.circle {
  -webkit-animation: rotation 8s infinite linear;
}
.circle_s {
  -webkit-animation: rotation 4s infinite linear;
}

/* ----------------------------------------loader animation---------------------------------------- */

.tabs .tab a:focus, .tabs .tab a:focus.active{
  background-color: rgb(38, 128, 166, 0.2) !important;
}

.tabs .tab a{
  color: rgb(38, 128, 166, 0.7) !important;
}

.tabs .indicator{
  background-color: rgb(38, 128, 166) !important;
}