body {font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; line-height: 1.5;}

.tox-editor-header {}
.tox:not(.tox-tinymce-inline) .tox-editor-header {padding: 6px 0;}
	.tox .tox-toolbar__group {padding: 0 6px !important; border-right: 1px solid #eee !important;}
		.tox .tox-tbtn {margin: 0 !important;}

img {max-width: 100%;}
video {max-width: 100%; border: 1px solid #ccc; border-radius: 5px; display: block; margin: 0 auto;}
pre {background-color: #efefef; padding: 12px; border-radius: 6px}
table.editor-table {border: 1px solid #dee2e6 !important;}
	table.editor-table thead {background-color: #efefef}
		table.editor-table thead tr {background-color: #efefef;}
			table.editor-table thead tr td {background-color: #efefef;}
		table.editor-table tr {}
			table.editor-table tr:hover td {background-color: #f5f5f5;}
			table.editor-table tr td {padding: .5rem; border: 1px solid #dee2e6 !important;}
span.user-mention {cursor: pointer; background-color: #cfe2ff; color: #052c65; padding: 1px 6px 1px 4px; border-radius: 5px; margin: 0 3px;}
		
.info-alert {background-color: #cfe2ff; /*border: 1px solid #9ec5fe;*/ color: #052c65; padding: .5rem 1rem; padding-left: 2.6rem; /*border-radius: 0.4rem;*/
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23052c65' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/></svg>");
		background-repeat: no-repeat;
		background-size: 1rem 1rem;
		background-position: 1rem .75rem;
	}
	.info-alert.success {background-color: #d1e7dd; /*border-color: #a3cfbb;*/ color: #0a3622;
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%230a3622' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05'/></svg>");
	}
	.info-alert.warning {background-color: #fff3cd; /*border-color: #ffe69c;*/ color: #664d03;
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23664d03' viewBox='0 0 16 16'><path d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z'/><path d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/></svg>");
	}
	.info-alert.error {background-color: #f8d7da; /*border-color: #f1aeb5;*/ color: #58151c;
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%2358151c' viewBox='0 0 16 16'><path d='M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/></svg>");
	}
	
span.info-pill {padding: 2px 14px; font-size: 0.8rem; color: #ffffff; border-radius: 5px; text-transform: uppercase}
	span.info-pill.pill-blue {background-color: #0d6efd;}
	span.info-pill.pill-gray {background-color: #6c757d;}
	span.info-pill.pill-yellow {background-color: #ffc107; color: #000}
	span.info-pill.pill-green {background-color: #198754;}
	span.info-pill.pill-red {background-color: #dc3545;}
	span.info-pill.pill-black {background-color: #212529;}

blockquote {margin-left: 0;}
	blockquote p {padding-left: 0.8rem; font-size: 1.2rem; border-left: 3px solid #ccc; color: #666}
	
span.inline-code {background-color: #f6f6f6 !important; border: 1px solid #dadada;  padding: 0px 4px; border-radius: 4px; color: #c6303e}


span.file-upload {display: inline;}
	span.file-upload a {text-decoration: none; border: 1px solid #2E6FF4; padding: 2px 4px; border-radius: 5px; background-color: #eaf1fe;}


.tox-checklist > li:not(.tox-checklist--hidden) {
	list-style: none;
	margin: 0.25em 0;
	position: relative;
}
.tox-checklist > li:not(.tox-checklist--hidden)::before {
	content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
	/* cursor: pointer; */
	height: 1em;
	margin-left: -1.5em;
	margin-top: 0.125em;
	position: absolute;
	width: 1em;
}
.mce-content-body .tox-checklist > li:not(.tox-checklist--hidden)::before {
	cursor: pointer;
}
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
	content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

.mention-card {background-color: #fff; border: 1px solid #ccc; padding: 8px 15px;}
	.mention-card .profile-pic {height: 36px; width: 36px; border-radius: 50%; text-align: center; position: relative; display: inline-block; float: left; margin-top: 5px; margin-right: 10px;}
		.mention-card .profile-pic span {position: absolute; left: 0; right: 0; font-size: 1rem; bottom: 6px;}
	.mention-card span.name {font-weight: bold;}
	.mention-card span.role {display: block}
