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;
    background-color: black;
    color: #00c504;
}

.navbar-dark .navbar-brand {
    color: #00c504 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 197, 4, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #00c504 !important;
}

/* WebMap specific CSS starts here */

.text_name {
    fill: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial Black", Arial;
}

.text_timer {
    font-size: 12px;
    font-weight: bold;
    font-family: "Arial Black", Arial;
}

.map_circle {
    stroke: black;
    stroke-width: 2;
    opacity: 0.5;
}

.map_line {
    stroke: black;
    stroke-width: 4;
    stroke-linecap: round;
    opacity: 0.3;
}