.suspensionMap{
    width: 1100px;
    height: 600px;
}

.suspensionDetailMap{
    width: 100%;
    height: 400px;
}

.boxdraw {
    background: rgba(56, 135, 190, 0.1);
    border: 2px solid #3887be;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.map_legend {
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 5%;
    z-index: 1;
    border-radius: 3px;
    width: 120px;
    color: black;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    background-color: white !important;
    padding-left: 1%;
  }
  
  .map_legend input[type=checkbox]:first-child + label {
    border-radius: 3px 3px 0 0;
  }
  
  .map_legend label span {
    display: inline-block !important;
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000000 !important;
  }
  
  .map_legend label:last-child {
    border-radius: 0 0 3px 3px;
    border: none;
  }
  
  .map_legend input[type=checkbox] {
    display: none;
  }
  
  .map_legend input[type=checkbox] + label {
    background-color: #a3a3a3;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid #7b7b7b;
    margin-bottom: 0% !important;
  }
  
  .map_legend input[type=checkbox] + label {
    background-color: #a3a3a3;
    text-transform: capitalize;
  }
  
  .map_legend input[type=checkbox] + label:hover,
  .map_legend input[type=checkbox]:checked + label {
    background-color: #ffffff;
  }
  
  .map_legend input[type=checkbox]:checked + label:before {
    content: "\2714";
    margin-right: 5px;
  }
  
  .card .map_legend {
    background-color: #fff !important;
    border-radius: 3px !important;
    bottom: 4% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    padding: 10px !important;
    position: absolute !important;
    right: 10px !important;
    z-index: 1 !important;
  }
  
  .map_legend h4 {
    margin: 0 0 10px !important;
  }
  
  .map_legend div span {
    display: inline-block !important;
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000000 !important;
  }
.suspensionMap .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder {
    width: 300px;
    min-width: 300px;
    max-width: calc(100vw - 40px);
    border-radius: 4px;
}

.suspensionMap .mapboxgl-ctrl-geocoder--input {
    height: 44px;
    padding: 6px 42px 6px 46px;
}

.suspensionMap .mapboxgl-ctrl-geocoder--input:focus {
    outline: 0;
    box-shadow: none;
}

.suspensionMap .mapboxgl-ctrl-geocoder--icon-search {
    left: 14px;
    top: 11px;
}

.suspensionMap .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
    right: 8px;
    top: 9px;
}

.suspensionMap .mapboxgl-ctrl-geocoder--button {
    align-items: center;
    background: transparent;
    border-radius: 3px;
    display: flex;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.suspensionMap .mapboxgl-ctrl-geocoder--button:hover {
    background: #f1f1f1;
}

.suspensionMap .mapboxgl-ctrl-geocoder--icon-close {
    height: 18px;
    margin: 0;
    width: 18px;
}

.suspensionMap .mapboxgl-ctrl-geocoder .suggestions {
    top: 100%;
}

@media (max-width: 575.98px) {
    .suspensionMap .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder {
        width: 250px;
        min-width: 250px;
    }
}