/* Menü buton renkleri */
.menu-button.one {
  background-color: #ffffff; /*#7cc8cf;*/
}

.menu-button.two {
  background-color: #ffffff; /*#ffe599;*/
}

.menu-button.three {
  background-color: #ffffff; /*#9696967A;*/
}

/* Seçim yapıldığında poligon rengi */
.mapplic-active, a.mapplic-active > path, g.mapplic-active > * {
  fill: #29347d;
}

/* GİT butonu rengi */
button.route-button {
  background-color: #29347d;
}

#loader {
    border-top-color: #29347d; /*3498db*/
}

    #loader:before {
        border-top-color: #29347d; /*#fb9772*/ /*e74c3c*/
    }

    #loader:after {
        border-top-color: #29347d;; /*f9c922*/
        }

.loaderMsg {
  color: #29347d;
  }  