:root,
.ogs-v2-modules {
    --COLOR_BASE: #ffffff;
    --COLOR_DEFAULT: #FFFFFF;
    --COLOR_PRIMARY: #111111;
    --COLOR_SECONDARY: #5F6368;
    --COLOR_HAIRLINE: #EBEBEB;
    --COLOR_KEY: #111111;
    --COLOR_SUCCESS: #4CAF50;
    --COLOR_DANGER: #D32F2F;
    --COLOR_INFO: rgb(0, 149, 246);
    --COLOR_WARNING: #F9A825;
    --COLOR_HIGHTLIGHT: #ffffff;
    --COLOR_LINK: #111111;
    --COLOR_SHADOW: rgba(0, 0, 0, 0.15);
}

.ogs-v2-modules {}

.ogs-v2-modules input,
.ogs-v2-modules button,
.ogs-v2-modules select,
.ogs-v2-modules textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    outline: none;
    background: none;
    color: inherit;
}

.ogs-v2-modules {
    font-size: 16px;
    line-height: 1.4em;
    font-family: sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    transition: all 300ms 0s ease;
    color: var(--COLOR_PRIMARY);
    background-color: var(--COLOR_BASE);
}

.ogs-v2-modules i {
    cursor: pointer;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
    font-size: 22px;
    line-height: 22px;
    font-weight: lighter;
}