
input[type="number"], input[type="text"] {
    font-size: var(--def-font-size-input) !important;
}

.ofs_lab, .ofs_lab_all div {
    background-color: #e6ecef;
    border: 1px solid #dce0e4;
    border-radius: .25rem;
    padding: 0 .4rem;
    width: max-content;
    font-size: var(--def-font-size-lab);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* (option) */
.ashes {
    background-color: #f6f8f9 !important;
    border: 1px solid #e6ecef !important;
}

/* (option) */
.center {
    justify-content: center;
}

/* (option) */
.right {
    justify-content: flex-end;
}

.ofs_link {
    cursor: pointer;
    color: #0366d6;
    font-size: 13px;
}

.ofs_error {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.ofs_chk {
    display: inline-flex;
    align-items: center;
}

    .ofs_chk > input {
        margin: 6px 5px 5px 20px;
    }

    .ofs_chk > label {
        font-size: 13px;
    }

.ofs_fixed {
    display: none !important;
}

.img_wrapper {
    display: flex;
    justify-content: center;
    align-items: self-start;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

    .img_wrapper img {
        cursor: pointer;
        border-radius: .25rem;
        border: 1px solid white;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }