.zemljevid-fornt {
    min-height: 350px;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
    display: none !important; 
}

.scroll-to-top {
  background: #990000;
  /* background: rgba(0, 0, 0, 0.4); */
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 9999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #990000;
  opacity: .8;  
}

#open_sogoacc.middleleft {
    left: 1%;
    top: 86%;
}