.ql-editor p img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.ql-video-wrapper {
    width: 100%;
    margin: auto;
}

.ql-video-inner {
    padding-top:56.25%;
    position:relative;
    height:0;
}

.ql-video-inner iframe,
.ql-video-inner object,
.ql-video-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.editor-container {
    border:1px solid #ced4da !important; 
    border-radius:.25rem; 
    margin-top:5px !important; 
    min-height:100px;
}

.editor-container-error{
    border:1px solid #dc3545 !important;
}

.ql-container {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}

.ql-editor.ql-blank::before {
    font-style: normal;
}

.ql-toolbar {
    border-radius:.25rem;
}