.container-fluid.plan {
	padding: 0px 15px;
	max-width: 1300px;
}
/* LEFT SIDEBAR */
#sidebar {
	width: 260px;
	/*background: #f4f4f4;*/
	/*border-right: 1px solid #ccc;*/
	overflow-y: auto;
	margin-right: 4em;

	background-color: #fff;
	border-radius: 10px;
	padding: 1em;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
}

.chapter-group {
	margin-bottom: 1em;
	border-radius: 10px;
	position: relative;
	transition: all .2s ease;
}

/* ACTIVE GROUP BACKGROUND */
.chapter-group.active {
	background: #EFE9FA;
	background: linear-gradient(145deg, rgba(239, 233, 250, 1) 0%, rgba(239, 233, 250, 0.49) 35%, rgba(239, 233, 250, 0.35) 100%);

}

/* CHAPTER INSIDE WRAPPER */
.chapter {
	cursor: pointer;
	padding: .5em 1em;
	font-weight: bold;
	/*background: #e7e7e7;*/
	margin-bottom: 1em;
	/*border-radius: 4px;*/
	color: #4574bf;
	position: relative;
}

/* LEFT ACCENT BAR */
.chapter-group.active:before {

	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;

	/*border-left: 5px solid #9264af;*/
	border-radius: 5px 0 0 5px;

}

.chapter span {
	color: #9264af;
	display: block;
	font-size: .9em;
	/*margin-bottom: .5em;*/
	text-transform: uppercase;
}

.chapter.active:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	/*background: #d2d2d2;*/
	color: #9264af;
	border-left: 5px solid #9264af;
}

/*
.chapter-group.active {
	box-shadow: 0 2px 4px rgba(0,0,0,.26);
}
*/

.sublist {
/*            margin-left: 1em;*/
	padding: 0 1em 1em 1em;
}

.sub {
	padding: 8px 10px;
	cursor: pointer;
	background: #ffffff;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
	font-size: .9em;
	line-height: 1.25em;
}

.sub:hover {
	background: #e9e6f4;
}

.sub.active {
	/*background: #cfe3ff;*/
	/*border-color: #8bb6ff;*/
	border-left: 3px solid #9264af;
	color: #9264af;
	font-weight: bold;
	cursor: default;
}

.chapter-title {
	font-size: 1.3rem !important;
	font-weight: bold;
	color: #9264af !important;
	line-height: 1.5em;
	margin-bottom: auto;
	text-transform: uppercase;

	/*display: flex;
	align-items: baseline;
	gap: .5em;*/
}

.chapter-subtitle {
	display: block;
	font-size: 1.25em;
	font-weight: 600;
	color: #4574bf;
	text-transform: none;
}
/*.chapter-subtitle:before {
	content: "|";
	color: #9264af;
}*/

.chapter-subcategory {
	color: #9264af !important;
	text-transform: none !important;
	font-size: 2rem !important;
	font-weight: 600 !important;
	padding: 0 .5em;
}

/* RIGHT PANEL */
#right-panel {
	flex: 1;
	padding: 5px;
	overflow-y: auto;
}

#right-panel h2 {
	margin: 0 0 2em 0;
	padding: 1em;
	border-radius: 10px;
	background: rgba(239, 233, 250, .75);
}

/*
#right-panel-container {
	background-color: #fff;
	padding: 1.5em;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.29);
}
*/

.content-group {
	display: none;
}

/* TABS */
.tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	justify-content: flex-start;
	gap: .5em;
	border-bottom: 1px solid #d5dae3;
	margin-bottom: 2em;
	margin-top: 2em;
	padding-left: 1em;
}

.tab {
	padding: 1em;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	/*background: #acb6c5;*/
	border-radius: 5px 5px 0 0;
	color: #4574bf;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.tab.active {
	background: #4574bf;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-bottom: -1px;
}

.tab-content {
	display: none;
}

.tab-content section {
	padding: 1.5em;
}

.tab-content .intro,
.tab-content .main {
	/*box-shadow: 0px 5px 9px -3px rgba(168,168,168,0.75);
	-webkit-box-shadow: 0px 5px 9px -3px rgba(168,168,168,0.75);
	-moz-box-shadow: 0px 5px 9px -3px rgba(168,168,168,0.75);*/
	margin-bottom: 2em;	
}

/*.tab-content .main {
	background: #f5f5f5;
}*/

.tab-content.active {
	display: block;
}

.tab-title {
	margin: 0 0 1em 0;
}

.editor ul {
	margin: 0 0 15px 35px !important;
}
.editor ul li {
	list-style-type: disc !important;
	padding-left: 0px !important;
}
.editor ul li::before {
	display: none !important;
}
.editor ul li ul {
	margin-top: 15px !important;
	margin-left: 35px !important;
}
.editor ul li ul li {
	list-style-type: circle !important;	
}


/* MOBILE LAYOUT */
@media (max-width: 800px) {
	body {
		flex-direction: column;
	}
	#sidebar {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
}
