.tox-notifications-container {
    display: none !important; //can just be hidden (https://medium.com/@petehouston/remove-tinymce-warning-notification-on-cloud-api-key-70a4a352b8b0)
}
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before {
    color: rgba(34,47,62,.25);
}
.text-editor.error .mce-content-body{
    border: 1px solid red !important;
}
text-editor .mce-content-body {
    z-index: 0;
    border-radius: 10px;
}
