noscript div {
    background-color: #fff;
    color: #162434;
    text-align: center;
    padding: 50px 0px;
}

#browser-not-supported>p,
.loading-text {
    color: #001F52;
    text-align: center;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

#browser-not-supported>p>span {
    display: block;
}

.page-loading {
    /* text-align: center;
            height: 100vh;
            position: fixed;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50%;
            margin-top: -134px; */

    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.loading-text {
    font-size: 14px;
}

#browser-not-supported {
    display: none;
    margin: auto;
    width: 762px;
    height: 362px;
    padding: 8px;
    border: 1px solid var(--background-blue-gray-100, #e5edf4);
    background: var(--background-blue-gray-50, #f8fafc);
    top: 25vh;
    position: relative;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 25vh;
    left: 28vw;
}

#consent-banner {
    left: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
}