body {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
}

.cols {
  flex: 50%;
  height: 49.8vh;
  position: relative;
}

.legend {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  bottom: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  right: 10px;
  z-index: 0;
  padding: 10px 0px;
}

/*

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

.legend h3 {
    margin: 2px;
}
*/

#info_mapl,
#info_mapl2,
#info_mapr,
#info_mapr2 {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 50px;
  text-align: left;
  border-radius: 3px;
  top: 10px;
  padding: 10px;
}

#info_mapl3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3000;
  float: right;
  width: 250px;
  height: 100px;
  padding: 10px;

}

#info_mapl3 .legend {
  font-size: 12px;
  color: #808080;
}

#info_mapl3 .legend h1 {
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

#info_mapl3 .legend p {
  margin: 2px;
  line-height: normal;

}

#info_mapl3 .legend i {
  width: 30px;
  height: 20px;
  float: left;
  opacity: 1;
  margin-top: 5px;
}

#info_mapl3 .legend button {
  width: 30px;
  height: 20px;
  float: left;
  opacity: 1;
  margin-top: 5px;
  border: white;
  /* cursor: pointer; */
}

/*
#info_mapl3 .legend button:hover {
    border: 3px solid grey;
}
*/


#info_mapl3 .legend label {
  display: block;
  float: left;
  height: 15px;
  width: 30px;
  text-align: center;

}

#info_mapl3 .legend .prvni {
  width: 30px;
  height: 18px;
  float: left;
  opacity: 1;
  text-align: center;
  margin-top: 4px;
  margin-right: 0px;
}


/*sidebar*/
/*sidebar*/
.rounded-rect {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 50px -25px black;
}

/*   
  .flex-start {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  }
  */


.flex-center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}

/*    
  .flex-center.right {
  right: 0px;
  }
*/

.flex-center.left {
  left: 0px;
}

.sidebar-content {
  position: absolute;
  width: 95%;
  height: 95%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: gray;
}

.sidebar-toggle {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-toggle.left {
  right: -1.5em;
  top: 65px;
}

/* 
  .sidebar-toggle.right {
  left: -1.5em;
  }
  */

.sidebar-toggle:hover {
  color: #8e651a;
  cursor: pointer;
}

.sidebar {
  transition: transform 1s;
  z-index: 3000;
  width: 300px;
  height: 100%;
}

/*
  The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
  The toggleSidebar() function removes this class from the element in order to expand it.
  */

.left.collapsed {
  transform: translateX(-295px);
}

.sidebarIn {
  color: black;
  font-size: 12px;
  max-width: 250px;

}

/* konec sidebaru */
.button-5 {
  background-color: #fff5e6;
  border: 1px solid rgb(236, 206, 168);
  border-radius: .3rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 16px;
  padding: .8px 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-5:hover {
  background-color: rgb(249, 250, 251);
}

.button-5:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-5:focus-visible {
  box-shadow: none;
}