body {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.ax-background-light {
    background-image: url("/background-light.jpg");
}

.ax-center-text {
    text-align: center !important;
}

.ax-left-text {
    text-align: left !important;
}

.ax-fa-icon-rescale {
    font-size: 1.3rem !important;
}

.ax-fa-icon-right-padding-fix {
    font-size: 1.2rem !important;
    display: contents;
}

.ax-auth-screen-logo {
    height: 120px;
    margin-bottom: 20px;
}

.ax-full-width {
    width: 100%;
}

.ax-italic {
    font-style: italic;
    font-weight: 100;
}

.ax-no-top-padding {
    padding-top: 0 !important;
}

.ax-no-bottom-padding {
    padding-bottom: 0 !important;
}

.ax-select-item-fix .mud-list-item-icon {
    min-width: 36px !important;
}

.ax-select-item-fix .mud-list-subheader {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.ax-background-light #bottom-logo {
    height: 45px;
    width: 240px;
    background-size: cover;
    background-image: url("/logo_background.png");
}

.ax-background-dark #bottom-logo {
    height: 45px;
    width: 240px;
    background-size: cover;
    background-image: url("/logo_background_dark.png");
}

.ax-hr-separator {
    color: #9B9B9B;
}

.ax-hr-separator:after,
.ax-hr-separator:before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
}

.ax-hr-separator:after {
    padding-left: 1em;
}

.ax-hr-separator:before {
    padding-right: 1em;
}