.talkjs-onboarding{
    max-width: 500px;
    background: white;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    margin: 50px auto;
    padding: 15px;

    h2{
        margin-top: 5px;
        text-align: center;
    }

    .settings-wrapper{

        p{
            font-size: 1.2em;

            &.config-error{
                font-size: .8em;
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }
        }
    }
    
    .settings-wrapper + .button-wrapper{
        margin-top: 30px;
        padding-top: 15px;
        border-top: 1px solid #eee;
        padding-right: 0;
    }

    .field-checkboxes .validation-errors{
        display: none;
    }
}