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;
}

.my-text-hover-bolder {
    font-weight: 500;
}

    .my-text-hover-bolder:hover {
        font-weight: 700; /* or use a specific numeric value like 700, 800, 900 */
    }

.info {
    padding: 6px 8px;
    font: 10px/11px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width: 200px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.legend {
    line-height: 18px;
    color: #555;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.btn-MapSelected {
    background-color: #194f2d;
}

.btn-success:hover {
    background-color: #194f2d;
}

.map-heading {
    color: white;
}

.map-details {
    padding-bottom: 10px;
}

.btn-MapSelected {
    background-color: #194f2d !important;
}

.btn-success:hover {
    background-color: #194f2d !important;
}

.active {
    color: #77CC39 !important;
    font-weight: 800 !important;
}

.nav-link {
    color: #77CC39 !important;
}

    .nav-link:hover {
        color: #087239 !important;
    }

.map-detail-list {
    color: white;
    text-align: left;
    font-size: small;
}

    .map-detail-list ul {
        margin: 0;
    }

.circle {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FDA50F;
}
