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: 0px;
}

.data-group {
    position: absolute;
    top: 4px;
    right: 260px;
    padding: 6px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.map-group {
    background-color: #000000C8;
    color: white;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.title-link {
    font-size: 20px;
    color: lightblue;
    text-align: center;
    flex-basis: 100%;
    white-space: nowrap;
}

.op-bans {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 12px;
}

.op-ban-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 32px;
}

.op-ban-header > .title-link {
    align-self: flex-start;
}

.ban-text {
    display: inline-block;
    padding: 0px 2px;
}

.ban-image {
    display: inline-flex;
    width: 56px;
    height: 56px;
}

.ban-header-image {
    filter: invert(80%);
    display: inline-flex;
    width: 32px;
    height: 32px;
}

.map-bans {
    background-color: #000000C8;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 4px;
}

.map-ban-col {
    display: flex;
    flex-direction: column;
}

.map-ban-header {
    font-size: large;
    padding: 0px 2px;
    border-bottom: 1px solid white;
}

.map-ban-text {
    font-size: medium;
    padding: 0px 2px;
}
