html,
body {
    height: 100%;
    margin: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* Keep vertical scrollbar space reserved to prevent horizontal "jump" between pages */
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
}

input,
select,
textarea,
button {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

#btnLogout::before,
#drawerLogout::before,
[data-action="logout"]::before,
.logout-link::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("/static/images/iconlogin.png") no-repeat center;
    background-size: contain;
    vertical-align: -2px;
}
