.flex-znak {
  /* filter: drop-shadow(5px 3px 0px rgb(204, 7, 7)); */
  filter: drop-shadow(5px 3px 0px rgb(1, 1, 43));
  cursor: pointer;
}

.butmenu {
  float: right;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  margin-right: 5px;
}

.butmenu:hover {
  background-color: #ffffff;
}

.statmenu {
  display: none;
  height: 600px;
  background-color: #dfe4e9;
  position: absolute;
  z-index: 1100;
  max-inline-size: max-content;
  margin-inline: auto;
  top: 12%;
  overflow-y: auto;
  margin-left: 5px;
  padding-left: 5px;
}

.statmenu li {
  list-style-type: none;
}

#stat_nav_button {
  /*width: 80px;*/
  cursor: pointer;
  /*max-inline-size: max-content;
            margin-inline: auto;*/
}

#stat_menu {
  box-shadow: 5px 5px 10px #2b1015;
}

#stat_menu li a {
  /* color: rgb(228, 14, 14); */
  /* color: rgb(10, 59, 59); */
  text-decoration: none;
  font-size: 16px;
  font-family: helvetica;
  padding-left: 10px;
  padding-right: 5px;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

#stat_menu li:hover a {
  padding-left: 20px;
  transition: all 200ms linear;
  background-color: #ffffff;
}

.sleftmenu {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  /* color: #00008B; */
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
}
