@view-transition { navigation: auto; }

html, body {
    font-family: 'Poppins', sans-serif;
}

small {
    font-size: 11pt;
    white-space: nowrap;
}

a, a:visited, a:hover, a:active, a:focus {
    color: #01579b;
}

a:hover {
    text-decoration: underline;
}

a.card-content:hover {
    text-decoration: none;
}

a:hover i.material-icons {
    text-decoration: none;
}

.collection .collection-item, .collection a.collection-item {
    color: #01579b;
}

.input-field label {
    color: #000;
}

.input-field input[type=text]:not(.browser-default):focus:not([readonly]) + label {
    color: #01579b;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field .prefix.active {
    color: #01579b;
}

#page {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

#page-content {
    flex: 1;
}

#sticky-footer {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
    overflow: hidden;
    background-color: black;
}

#aw-query-form button {
    box-shadow: 0 0 3px black;
}

#aw-query-form button:hover {
    box-shadow: inset 0 0 6px black;
}

.spinner-layer {
    border-color: #212121;
}