﻿body {
    margin: 0px 0px 0px 0px;
    font-family: "Outfit", sans-serif;
    color: #333333;
    text-align: center;
    vertical-align: top;
    background: #3366CC url(/images/beach2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 14px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    height: 100%;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
}

h1 {
    font-family: "Outfit", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 2px;
}

#container {
    width: 85vw;
    max-width: 320px;
    margin: 0px auto;
}

#logo {
    margin-top: 90px;
    width: 300px;
    margin-left: -24px;
}

.location {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-bottom: 8px;
}

.groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 48px 0px 0px 0px;
}

.box {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.46);
    padding: 16px 16px 16px 16px;
    margin: 8px 0px 0px 0px;
}

.extradata {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 13px;
    display: none;
}

.sub-label {
    font-size: 13px;
    font-weight: 200;
    margin-top: auto;
}

.cards {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0px auto;
}

.card:nth-child(2) {
    text-align: right;
}

.card {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}

.wifi {
    width: 16px;
    margin-left: 8px;
}

.offline {
    filter: invert(11%) sepia(93%) saturate(5617%) hue-rotate(5deg) brightness(89%) contrast(116%);
}

.online {
    filter: invert(53%) sepia(83%) saturate(6521%) hue-rotate(105deg) brightness(97%) contrast(103%);
}

@media screen and (max-device-width: 480px) and (orientation: portrait),(max-device-width: 640px) {
    .mobilehide {
        display: none;
    }
}
