@charset "UTF-8";
@import "quill.snow.css";

.ql-container {
	border: none !important;
	font-family: inherit;
	font-size: 15px;
}

.ql-toolbar {
	border: none !important;
	border-bottom: 1px solid rgba(0, 40, 100, 0.12) !important;
}

.ql-editor {
	padding: 1.5rem !important;
	/*padding: 0 !important;*/
}

.ql-undo[disabled],
.ql-redo[disabled] {
	cursor: default !important;
}

.ql-editor p,
.ql-editor blockquote,
.ql-editor ul,
.ql-editor ol
{
	margin-bottom: 1em;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6
{
	margin-bottom: .3em;
}
