/* styles map */
html,
body {
  overflow: hidden;
}

/* map */
#map {
  height: 100%;
}

.center-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* select colony */
#colony {
  height: auto;
  display: inline-grid;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 0px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

/* loaders */
#loader {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  display: inline-grid;
  border-radius: 5px;
  margin-top: 0px;
  position: absolute;
  z-index: 99;
}

#loader-second {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  display: inline-grid;
  border-radius: 5px;
  margin-top: 0px;
  position: absolute;
  z-index: 99;
}
/* loaders */

/*sidebar*/
.custom-sidebar {
  width: 315px !important;
  margin-left: -315px !important;
}

.sidebar-content-center {
  text-align: center !important;
}
/*sidebar*/
