html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}




body {
    margin-bottom: 60px;
    font-family: 'DM Sans', sans-serif;
}

.slim-scroll::-webkit-scrollbar {
    width: 4px;
}

.slim-scroll::-webkit-scrollbar-track {
    background: #f9fafb;
}

.slim-scroll::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
}

#mflMap {
    height: 420px;
    width: 100%;
}

@media (max-width: 768px) {
    #mflMap {
        height: 260px;
    }
}

#mflMap {
    height: 460px;
}

.slim-scroll::-webkit-scrollbar {
    width: 6px;
}

.slim-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.service-pill {
    display: inline-block;
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 9999px;
    margin-right: 4px;
    margin-bottom: 2px;
    white-space: nowrap;
}