﻿html,
body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

.text-decoration-underline {
    text-decoration: underline;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: auto;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-flow: row;
    justify-content: right;
}

.localization-frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 55px;
}

    .localization-frame .separator {
        width: 0px;
        height: 24.5px;
        border: 2px solid #EBF2FA;
    }

    .localization-frame a {
        /*font-family: 'Inter';*/
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #27233A;
    }
