@charset "UTF-8";

#wpbody-content{
    h1{
    font-size: 23px;
    font-weight: 600;
    padding: 9px 0 4px;
    line-height: 1.3;
    display: block;
    color: #1d2327;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    margin: 0.67em 0 1em;
    }
    h2{
        font-weight: 600;
    }
    .imagy_status{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        p{
            font-family: inherit;
            font-weight: 400;
            &.on-off{
                display: none;
                margin-left: 20px;
                &.true{
                    font-weight: bold;
                    color: #17b917;
                    display: block;
                }
                &.false{
                    font-weight: bold;
                    color: #ff4949;
                    display: block;
                }
            }
        }
    }
    form p{
        font-family: inherit;
        font-weight: 400;
        input::placeholder{
            color: #eaeaea;
        }
    }
}