.input-with-btn {
  display: flex;
  align-items: center;
}

.input-with-btn .input-text {
  flex: 1;
  margin-right: 8px;
}

.input-with-btn .btn {
  white-space: nowrap;
}


#modal-map-block {
  width: 100%;
  height: 60vh; /* zauzima 60% visine prozora */
}

.modal-body {
  padding: 0; /* ukloni padding da karta ide od ruba do ruba */
}

.modal-footer {
  display: flex;
  justify-content: flex-end; /* dugme desno */
}
