html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

header {
    --mdc-theme-primary: #3c434d;
    box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.73);
}

header > div > section > a > img {
    height: 64px;
}

@media (max-width: 599px) {
    header > div > section > a > img {
        height: 56px;
    }
}

.header-language {
    position: relative;
}

.header-language > button {
    color: white !important;
    font-size: 12px;
}

.header-language > button > span {
    margin: 5px 10px;
    font-size: 1.2rem;
}

.header-language ul > li:hover {
    background-color: #e0e0e0;
}

.header-language ul > li > button > span {
    --mdc-theme-text-hint-on-background: black;
    margin-right: 10px;
}

.wrapper {
    background-color: #e8e8ea;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background: #3c434d;
    font-size: 10px;
    line-height: 1.5em;
    padding: 20px 0;
}

footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 599px) {
    footer > div {
        flex-direction: column;
    }
}

.footer-icons > a {
    margin: 2.5px;
}

.footer-icons > a > i {
    color: #fdc628;
    font-size: 4em;
}

@media (max-width: 599px) {
    .footer-icons > a > i {
        font-size: 3.5em;
    }
}

.footer-icons > a > i:hover {
    color: #dcdcdb;
}

.footer-copyright {
    color: #fdc628;
    font-weight: bold;
}

@media (max-width: 599px) {
    .footer-copyright {
        padding-top: 10px;
    }
}

.footer-paari-links > ul,
.footer-paari-links > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-paari-links > ul > li > a {
    display: block;
    text-align: right;
    padding: 1px 0;
    color: #dcdcdb;
}

.footer-paari-links > ul > li > a:hover {
    color: #fdc628;
    text-decoration: none;
}

@media (max-width: 599px) {
    .footer-paari-links > ul {
        display: flex;
        -webkit-column-count: 4;
        column-count: 4;
        padding-top: 10px;
    }

    .footer-paari-links > ul > li {
        padding: 0 10px;
        text-align: center;
    }
}

.logout-iframe {
    display: none;
    width: 0;
    height: 0;
}

.post-logout-redirect-url {
    display: none;
}

.captcha {
    padding-top: 10px;
}
