select:not(:-internal-list-box) {
    overflow: visible !important;
}


#selectNumber {
    background-color:#fff5e6;
    cursor: pointer;
    border-color: none;
}

/* CSS */
.buttonek{
    border: 1px solid rgb(236, 206, 168);
    background-color: #fff5e6;
}

.buttonek:hover{
    background-color: #ffebcd;
}
.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;
}

body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.map-overlay {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 100%;
    /* 100 dela okraje */
    top: 0;
    left: 0;
    z-index: 3000;
    padding: 10px;
}

.map-overlay .map-overlay-inner {
    position: absolute;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    margin-right: 20px;
}

.map-overlay h2 {
    line-height: 24px;
    display: block;
    margin: 0 0 10px;
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

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

.legend h2 {
    color: #000; 
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 5px;
}

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

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

.legend button {
    width: 30px;
    height: 20px;
    float: left;
    opacity: 1;
    border: white;
    cursor: pointer;
}
#buttond {
    width: 30px;
    height: 20px;
    float: left;
    opacity: 1;
    border: white;
}

.legend button:hover {
    border: 3px solid grey;     
}

#buttond:hover {
    border: none;
}


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

}

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

.map-overlay-inner button:focus {
    outline: none;
    }
     
    .map-overlay-inner button:hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
    }

/*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;
    }

     /* 
    .sidebar-toggle.right {
    left: -1.5em;
    }
    */
     
    .sidebar-toggle:hover {
    color: #8e651a;
    cursor: pointer;
    }
     
    .sidebar {
    transition: transform 1s;
    z-index: 1;
    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 */
#info_map{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 70px;
    text-align: left;
    border-radius: 3px;
    top: 10px;
    padding: 10px;
}

/* pro geometry */
.dot {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
  }