html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 70px;
    padding-bottom: 123px;
    font-family: 'Inter';
    font-style: normal;
    background-color: #F5F5F5;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #365CFE 0%, #015EEA 100%);
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#btn-back-to-top {
    position: fixed;
    bottom: 13px;
    right: 13px;
    display: none;
}
nav {
    background: linear-gradient(180deg, #365CFE 0%, #015EEA 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
nav.navbar.fixed-top {
    max-height:100%;
    overflow-y:auto;
}
selectBox {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
