.course-content {
	border: 1px dashed #aaa;
	padding: 20px 25px;
	position: relative;
	margin-bottom: 28px;
	background: #F9F9F9;
	border-radius: 4px;
}
.course-content-list .course-content-item {
	cursor: grabbing;
	padding: 12px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #dddfec;
	color: #5e5e5f;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 11px;
}
.course-faq-wrap,
.course-chapter-wrap {
	padding: 20px 15px;
}
.course-add-faq.button,
.course-add-chapter.button {
	background-color: #0080ff;
	border: 1px solid #0080ff;
	transition: .4s;
}
.course-add-faq.button:hover,
.course-add-chapter.button:hover {
	background-color: #006fdd;
	border: 1px solid #006fdd;
	color: #fff;
}
.course-content-actions .dashicons {
	font-size: 15px;
	line-height: 20px;
}
.course-content-list .course-content-item .dashicons-menu {
	margin-right: 7px;
    color: #5e5e5f;
}
.course-content-actions .dashicons.course-content-edit {
	color: #39b54a;
}
.course-content-actions .dashicons.course-content-view {}
.course-content-actions .dashicons.course-content-remove {}
#course-content-modal {
	position: fixed;
	top: 0;
	left: 0;
	background: #8c8a8a61;
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.remove-chapter {
	position: absolute;
	right: -2px;
	top: -2px;
	background: #f00;
	color: #fff;
	width: 20px;
	text-align: center;
	cursor: pointer;
	height: 20px;
}
.course-content-content {
	width: 600px;
	background: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	position: relative;
}
#course-content-modal h2#course-content-title {
	font-size: 25px;
	color: #717171;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.coschool-content-tabs {
	border-bottom: 2px solid #335aff;
}
.course-content-btn {
	font-size: 16px;
	line-height: 16px;
	color: #636363;
	font-weight: 400;
	background: transparent;
	border: none;
	padding: 15px 25px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}
.course-content-btn.active {
	background: #335aff;
	color: #fff;
}
.modal-form-container {
	background: #f6f8fa;
	padding: 50px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 25px;
}
.modal-form-container select,
.modal-form-container input {
	width: 369px;
	height: 52px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #dddfec;
	font-size: 16px;
	line-height: 16px;
	color: #131313;
	font-weight: 400;
}
.modal-form-container button {
	width: 163px;
	height: 52px;
	border-radius: 5px;
	background-color: #ffffff;
	color: #335aff;
	border: 1px solid #335aff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	cursor: pointer;
}
.modal-form-container button:hover {
	background-color: #335aff;
	color: #fff;
}
.modal-list-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.modal-close-btn {
	position: absolute;
	top: 0;
	right: 10px;
	color: #b7b8bd;
	cursor: pointer;
}
.modal-close-btn::before {
	font-size: 30px;
}
.course-content-separator {
	text-align: center;
	margin: 20px;
	font-size: 18px;
	line-height: 16px;
	color: #636363;
	font-weight: 400;
}

#course-content-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#course-content-form label{
	font-size: 18px;
}
#new-item-error-notice {
	background: #c36;
	text-align: center;
	border-radius: 4px;
	margin-top: 13px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
}
.course-content-actions {
	float: right;
	display: flex;
	gap: 10px;
}
.course-content-remove {
    color: #ff4700;
}
.course-chapter-input-wrap {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.course-btn-add-content {
	width: 151px;
	height: 40px;
	border-radius: 5px;
	background-color: #0080ff1c;
	border: 1px solid #0080ff;
	font-size: 16px;
	line-height: 16px;
	color: #0080ff;
	font-weight: 400;
	cursor: pointer;
}
.course-chapter-input-wrap .course-chapter-input {
	width: 80%;
	height: 40px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #dddfec;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	font-weight: 400;
}
/*faq*/
.course-faq-single-content > div {
	display: grid;
}
.course-faq-single-content label {
	padding-bottom: 10px;
	font-size: 14px;
}
.course-faq-single-content input {}
.course-faq-single-content {
	display: none;
	background-color: #fff;
	padding: 15px;
}
.course-faq-single-list h4 {
	margin: 0;
	background-color: #f6f8fa;
	color: #5e5e5f;
	padding: 14px 15px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}
.course-faq-single-list button {
	padding: 0;
	border: none;
	margin: 0;
	background-color: transparent;
	cursor: pointer;
	float: right;
}
.course-faq-single-list h4 .dashicons {
	padding-right: 10px;
}
.course-faq-title {
	margin-bottom: 15px;
}
.course-faq-single-list {
	margin-bottom: 15px;
}
.course-faq-single-list:last-child {
	margin-bottom: 0;
}
.course-faq-wrap .course-faq-list {
	padding-bottom: ;
	margin-bottom: 20px;
}
.course-faq-single-list-clone {
	display: none;
}
/*end faq*/