.trasa polyline:nth-child(even) {
  cursor: pointer;
  stroke:#00f;
}

.selected-trasa {
  stroke: #c000b0;
}

.magistrala-map .card img {
  max-width: 280px;
  max-height: 280px;
}

.wrapper-white-highway .main-form {
  display: block;
  padding: 10px;
}

.wrapper-white-highway .main-form form input{
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.mod_custom-bila-magistrala-banner{
  text-align: center;
}

.mod_custom-bila-magistrala-banner .inner {
  display: inline-block;
  padding: 14px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #004b5c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.mod_custom-bila-magistrala-banner .inner a {
  text-decoration: none;
  color: #fff;
}
.mod_custom-bila-magistrala-banner .inner:hover{
  
  background-color: #fff;
  color: #004b5c;
}
