#auth {
    position: fixed;
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: +99999;
}

body {
    margin: 0;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    color: #526376;
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

app-shell {
    z-index: 0;
    position: relative;
    display: block;
}


/* ==========================================================================
   overrid Cookie nonsense
   ========================================================================== */

div.cc-window.cc-banner.cc-type-info.cc-bottom.cc-theme-block {
    position: fixed;
    z-index: 999999;
    left: 20px;
    bottom: 20px;
    background: #D1DDE8;
    color: #7B8FA4;
    max-width: 260px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.3em;
    border-radius: 6px;
    border: 1px solid #BCC6D0;
    font-size: 14px;
}

.cc-message {
    padding: 10px;
}

.cc-link {
    color: #7B8FA4;
    text-decoration: underline;
    opacity: 0.75;
}

.cc-compliance {
    background: #86929D;
    font-weight: 500;
    cursor: pointer;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cc-compliance>a {
    padding: 10px;
    color: white;
    line-height: 1em;
}

.cc-compliance>a:hover {
    opacity: 0.6;
}

@media (max-width: 870px) {
    .cc-window {
        max-width: none;
        right: 20px;
        border: none;
    }

    .cc-message {
        padding: 6px;
    }

    .cc-compliance>a {
        padding: 8px;
    }
}

@media (max-width: 414px) {
    .cc-window {
        background: #eef1ff;
        border: 1px solid #ccc;
        padding: 12px !important;
        font-size: 0.8em;
    }
}

/* END COOKIE */