/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #get-on-the-map-map{
    width: 100% !important;
    height: 400px !important;
 }

.dashboard-main input::-webkit-outer-spin-button,
.dashboard-main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dashboard-main input[type=number] {
  -moz-appearance: textfield;
}