html, body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    margin: 0;
    padding: 0;
}
label {
    color: white;
}
.wrapper, #map {
    height: 100%;
    width: 100%;
}
.wrapper {
    position: relative;
}
.wrapper > .actions {
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 18px;
    min-width: 280px;
}
.wrapper > .actions .form-select {
    font-size: 14px;
}
.wrapper h5 {
    color: white;
    font-size: 18px;
}
.minimize {
    float: right;
    cursor: pointer;
}
.wrapper > .actions .reset {
    float: right;
    font-size: 14px;
    line-height: normal;
    height: auto;
    width: fit-content;
    margin-bottom: 8px;
}
.wrapper > .actions .maximize {
    display: none;
    color: white;
}
.wrapper > .actions.minimize {
    min-width: auto;
}
.wrapper > .actions.minimize .maximize {
    display: block;
}
.wrapper > .actions.minimize .form-group {
    display: none;
}
.info-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 8px;
}
.info-box span {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    white-space: nowrap;
}
.info-box.media3 > div {
    width: 50%;
}
.info-box.media .category {
    margin-bottom: 10px;
}
.info-box.media .category .info {
    padding: 3px 6px;
    color: white;
    border-radius: 4px;
    width: auto;
}
.info-box.media .category.green .info {
    background: #5CC73D;
}
.info-box.media .category.red .info {
    background: #E93222;
}
.info-box > .image {
    width: 380px;
    height: 380px;
}
.info-box > .image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #f2f2f2;
}
.info-box .audio i {
    font-size: 24px;
}
.info-box p.text {
    padding: 6px;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 14px;
}
.info-box p.category span.label {
    width: auto;
    font-weight: normal;
}
.lbl-category span {
    color: white;
    font-size: 15px;
}
.info-box p {
    margin: 4px;
    padding-bottom: 2px;
}

.info-box p .bg-cat {
    padding: 1px 4px;
    border-radius: 10px;
    font-size: 12px;
    width: max-content;
}
.info-box .videos video {
    height: 222px;
    width: 100%;
}

.bg-good {
    background-color: #5CC73D;
    color: white;
}
.bg-hazardous {
    background-color: #892A26;
    color: white;
}
.bg-moderate {
    background-color: #FFFF53;
    color: #222;
}
.bg-unhealthy-for-sensitive-groups {
    background-color: #E08244;
    color: white;
}
.bg-unhealthy {
    background-color: #E93222;
    color: white;
}
.bg-very-unhealthy {
    background-color: #A5319C;
    color: white;
}
.lbl-category .color {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-radius: 50%;
}
.hide {
    display: none !important;
}
.loading {
    float: right;
    right: -32px;
}
.form-group label {
    cursor: pointer;
}
.map-theme {
    margin-top: 2px;
    position: absolute;
    bottom: 30px;
    left: 6px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.8);
    padding: 16px 16px 10px;
}
.map-theme h5 > i {
    margin-right: 4px;
}
.map-theme label {
    color: white;
}
input[name="map-theme"] {
    cursor: pointer;
}
.map-theme.minimize h5 span,
.map-theme.minimize h5 .minimize,
.map-theme.minimize > .form-group {
    display: none;
}

.marker {
    border-radius: 50%;
    padding: 0;
}
.marker img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.marker.green {
    border: 2px solid #5CC73D;
}
.marker.red {
    border: 2px solid #E93222;
}
