@font-face {
    font-family: "Agency FB";
    src: url("/fl-data-vanilla/static/AGENCYR.TTF");
}

.zone.zoneExclusion1,
.zone.zoneExclusion2,
.zone.zoneExclusion3 {
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 0.1em 0.05em rgba(0, 0, 0, 0.4);
}

.zone.zoneExclusionSuper {
    background-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 0.1em 0.05em rgba(0, 0, 0, 0.7);
}

.zone.zoneMinefield2 {
    background-image: url("/fl-data-vanilla/static/textures/worn-dots.png");
    background-size: 10em 10em;
}

.zone.zoneDresdenFog,
.zone.zoneLeedsSmog,
.zone.zoneChugokuCloud,
.zone.undefined,
.zone.noZoneType {
    background-image: url("/fl-data-vanilla/static/textures/snow.png");
    background-size: 5em 5em;
}

.zone.zoneDresdenLavaRocks {
    background-image: url("/fl-data-vanilla/static/textures/white-texture.png");
    background-size: 5em 5em;
}

.zone.zoneAlphaBigDust {
    background-image: url("/fl-data-vanilla/static/textures/vintage-speckles.png");
    background-size: 10em 10em;
}

.zone.reusethissomewhere {
    background-image: url("/fl-data-vanilla/static/textures/wall-4-light.png");
}

.zone.zoneRock,
.zone.zoneLeedsUraniumAsteroids,
.zone.zoneDublinGoldField,
.zone.zoneGreenAsteroids {
    background-image: url("/fl-data-vanilla/static/textures/rocky-wall.png");
    background-size: 25em 25em;
}

.zone.zoneIceAsteroids1,
.zone.zoneIceAsteroidsTau37,
.zone.zoneIceAsteroidsSmall {
    background-image: url("/fl-data-vanilla/static/textures/white-texture.png");
}

.zone.zoneDetroitDebrisHigh {
    background-image: url("/fl-data-vanilla/static/textures/debrisTexture127.png");
    background-size: 3em 3em;
}

.zone.zoneDetroitDebrisNormal {
    background-image: url("/fl-data-vanilla/static/textures/debrisTexture127.png");
    background-size: 5em 5em;
}

.zone {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0.1em 0.1em rgba(255, 255, 255, 0.15);
}

.zone.roundZone {
    border-radius: 100%;
}

.zone.squareZone {
    border-radius: 0;
}

/* cylinderZone, boxZone, nothing?*/

/* INFOCARD STUFF START */

.infocardContainer {
    text-align: center;
    color: white;
    font-family: var(--font-family);
    border: 0.2em solid rgb(30, 166, 197);
    box-shadow: 0em 0em 0.5em 0em rgb(30, 166, 197);
    z-index: 1;
    /* was z-index 0 */
    background: url("/fl-data-vanilla/static/nnwall.jpg") black;
    border-radius: 0.5em;
}

.infocardContainer {
    max-width: 45em;
    width: auto !important;
    max-height: 80vh;
    overflow-y: auto;
    padding: 1.5em !important;
    margin: 0 !important;
    transform: none !important;
    position: relative;
}

.infocardContainer * {
    text-align: center;
    margin: 0 auto;
    width: auto;
    padding: 0.25em;
}

.infocardContainer h2 {
    width: auto;
}


@media (min-width: 65em) {
    body.responsive .infocardContainer span.infocardText {
        padding-left: 0;
        padding-right: 0;
    }
}

.scrollUpButton {
    background: rgba(0, 0, 0, 0.4);
    margin: 0.35em;
    border-radius: 0.5em;
    border: 0.15em solid rgb(30, 166, 197);
}

.scrollUpButton {
    cursor: pointer;
}

.scrollUpButton:hover {
    color: rgb(255, 167, 6);
    background-color: rgba(0, 0, 0, 0.6);
}

.remodal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    overflow: auto;
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 0.75em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal,
[data-remodal-id] {
    display: none;
}

/* INFOCARD STUFF END */