.color-not_completed {
	color: #ef4444;
}
.bg-not_completed {
	background: #fca5a5;
}
.color-expires {
	color: #f97316;
}
.bg-expires {
	background: #fdba74;
}
.color-agreement {
	color: #eab308;
}
.bg-agreement {
	background: #fde047;
}
.color-in_progress {
	color: #3b82f6;
}
.bg-in_progress {
	background: #93c5fd;
}
.color-completed {
	color: #22c55e;
}
.bg-completed {
	background: #86efac;
}
.color-new {
	color: #8b5cf6;
}
.bg-new {
	background: #c4b5fd;
}
.ql-toolbar .ql-image {
	display: none !important;
}
.ql-editor p {
	margin: 10px 0 !important;
}
.container-md {
	max-width: none;
}