	input[type="date"] {
	color: #666;
	padding: .75em;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	background: #fafafa;
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
}


.coschool-dashboard {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 3fr;
	margin: 10px auto;
	margin-bottom: 60px !important;
}
.entry-content .coschool-dashboard a {
	text-decoration: none;
}
.coschool-dashboard-button-panel span {
	padding-right: 8px;
}
.coschool-dashboard-menubar {
	border: 1px solid var(--coschool-dark-border);
	border-radius: 4px;
	padding: 20px 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.coschool-profile-card {
	margin-bottom: 50px;
}
.coschool-avatar {
	overflow: hidden;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.coschool-avatar-sign {
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.coschool-avatar img {
	height: 76px;
	width: 75px;
	border-radius: 80px;
}
.coschool-avatar-sign img {
	height: 76px;
	width: 75px;
	border-radius: 80px;
}
.coschool-name {
	text-align: center;
}
.coschool-dashboard-menubar .coschool-name {
	margin-top: 20px;
}
.coschool-name .coschool-user-name {
	font-size: 20px!important;
	font-size: 1.5rem;
	margin-bottom: 5px;
	font-family: var(--coschool-font-family);
	font-weight: 500;
	margin: 0px;
}
.coschool-name .coschool-user-id {
    font-size: 18px!important;
    font-size: 1.1rem;
    margin-bottom: 5px;
	font-family: var(--coschool-font-family);
	font-weight: 400;
	margin-top: 0px;
}
#coschool-instructor-dashboard .coschool-dashboard-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#coschool-instructor-dashboard .reviews{
	display: block;
}
#coschool-instructor-dashboard li{
	list-style-type: none;
}
.coschool-dashboard-button-panel {
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.coschool .coschool-dashboard-button-panel a,
.coschool .coschool-dashboard-button-panel a:hover {
	background: transparent;
	color: var(--coschool-blue);
	padding: 7px 20px;
	font-size: 14px;
}
.coschool-dashboard-content-buttons a {
	color: #2a2050;
	font-size: 14px;
	border: 1px solid #acacac;
	padding: 5px 10px;
	border-radius: 4px;
}
.coschool-dashboard-content-buttons {
	display: flex;
	gap: 20px;
}
.coschool-dashboard-content-buttons a img {
	width: 15px;
	height: 14px;
	margin-right: 5px;
}
#coschool-instructor-dashboard .coschool-dashboard-header.lesson,
#coschool-instructor-dashboard .coschool-dashboard-header.quiz,
#coschool-instructor-dashboard .coschool-dashboard-header.assignment {
	display: block;
}
.coschool .coschool-dashboard-button-panel a span i {
	background: var(--coschool-blue);
	color: #fff;
	font-size: 10px;
	padding: 3px 4px;
	border-radius: 1px;
}
.coschool-nav-items ul {
	list-style: none;
	margin: 0;
	margin-left: 50px;
}
.coschool-nav-items ul li {
	margin: 15px auto;
}
.coschool-dashboard .coschool-nav-items ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #5d5d5d;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	display: flex;
	align-items: center;
	gap: 10px;
}
.coschool-dashboard .coschool-nav-items ul li a i {
	font-size: 16px;
	width: 22px;
}
.coschool-dashboard .coschool-nav-items ul li.active a {
	color: #1e75e5;
}

/*//coschool-dashboard-content*/
.coschool-dashboard-content {
	/*background: #f6f8fa;*/
	border: 1px solid var(--coschool-dark-border);
	border-left: 0;
}
.coschool-dashboard-header {
	background: var(--coschool-white);
	padding: 20px 30px;
}
.coschool-dashboard .coschool-dashboard-title {
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 500;
	font-family: var(--coschool-font-family);
	margin-bottom: 0;
	line-height: 28px;
}
.coschool-user-switch-panel {
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid var(--coschool-border);
	padding-top: 20px;
	border-radius: unset;
}
.coschool-user-switch-panel #coschool-user-switch {
	font-size: 14px;
	background-color: #0080ff;
	transition: .4s;
	border: unset;
	border-radius: unset;
	color: #fff;
	padding: 13px 26px;
	font-weight: 400;
	text-transform: unset;
}
.coschool-user-switch-panel #coschool-user-switch:hover {
	background-color: #006bf4;
}
.coschool-dashboard-big-cards .coschool-dashboard-title {
	margin-bottom: 15px;
}
.coschool-dashboard-subtitle {
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 400;
	font-family: var(--coschool-font-family);
}
.coschool-dashboard-body {
	padding: 20px 30px;
	position: relative;
	padding-top: 10px;
}
.coschool-dashboard-content .coschool-dashboard-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.coschool-dashboard-body.instructor-dashboard .coschool-dashboard-courses {
	margin-top: 30px;
}
.coschool-dashboard-body.instructor-dashboard .coschool-dashboard-title {
	padding-bottom: 20px;
}
#coschool-periodic-filter {
  	margin-bottom: 15px;
}
.coschool-filter #coschool-share-filter {
  	margin-bottom: 15px;
}
.coschool-dashboard-profile-info, .coschool-dashboard-profile-login-log, .coschool-dashboard-card {
	background: var(--coschool-white);
	display: flex;
	align-items: center;
	border-radius: 11px;
	/* box-shadow: 9.988px 19.602px 23px rgba(0,0,49,0.05); */
	gap: 15px;
	padding: 20px 10px;
	border: 1px solid var(--coschool-dark-border);
}
.coschool-dashboard-card .edc-left i {
	border-radius: 30px;
	font-size: 19px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.coschool-dashboard-card .edc-count {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--coschool-font-family);
	line-height: 24px;
}
.coschool-dashboard-card .edc-text {
	font-size: 13px;
	color: #2a2050;
	font-weight: 400;
	font-family: var(--coschool-font-family);
}
#coschool-dashboard-card-courses .edc-left i,
#coschool-dashboard-card-enrolled .edc-left i {
	color: var(--coschool-green);
	background: #1dbf732e;
}
#coschool-dashboard-card-courses .edc-count,
#coschool-dashboard-card-enrolled .edc-count {
	color: var(--coschool-green);
}
#coschool-dashboard-card-students .edc-left i,
#coschool-dashboard-card-progress .edc-left i {
	color: var(--coschool-blue);
	background: #0080ff24;
}
#coschool-dashboard-card-students .edc-count,
#coschool-dashboard-card-progress .edc-count {
	color: var(--coschool-blue);
}
#coschool-dashboard-card-ratting .edc-left i,
#coschool-dashboard-card-completed .edc-left i {
	color: var(--coschool-yellow);
	background: #fff3e2;
}
#coschool-dashboard-card-ratting .edc-count,
#coschool-dashboard-card-completed .edc-count {
	color: var(--coschool-yellow);
}
#coschool-dashboard-card-ratting .edc-count span {
	font-size: 16px;
	font-weight: 400;
}
#coschool-dashboard-card-earnings .edc-left i,
#coschool-dashboard-card-payment .edc-left i {
	color: #5346c7;
	background: #dcd8ff;
}
#coschool-dashboard-card-earnings .edc-count,
#coschool-dashboard-card-payment .edc-count {
	color: #5346c7;
}
#coschool-dashboard-card-time .edc-left i {
	color: var(--coschool-blue);
	background: #dbeaff;
}
#coschool-dashboard-card-time .edc-count {
	color: var(--coschool-blue);
}
#coschool-dashboard-card-time .edc-count span{
	font-size: 16px;
}
.coschool-dashboard-big-cards {
	/* display: grid; */
	grid-template-columns: 1;
	grid-template-rows: masonry;
	gap: 20px;
	margin-top: 30px;
}
.coschool-dashboard-big-card.last-card {
	grid-column: auto / span 2;
	background: transparent;
	padding: 0;
}
.coschool-dashboard-big-card {
	background: var(--coschool-white);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid var(--coschool-dark-border);
}
.coschool-course-dashboard-content .coschool-course-dashboard-my-course {
	margin-bottom: 15px;
	border-bottom: 1px solid var(--coschool-dark-border);
	padding-bottom: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.coschool-course-dashboard-content .coschool-course-dashboard-my-course:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.coschool-form-section.border {
	border-radius: 7px;
	padding: 15px;
}
.coschool-form-group-inner-section p {
	margin: 0;
}
/*Student dashboard start*/
.coschool-course-dashboard-my-course, .coschool-course-dashboard-my-course-info {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	gap: 10px;
}
.coschool-course-dashboard-my-course-info {
	font-size: 14px;
	line-height: 18px;
	gap: 10px;
	width: 68%;
}
.coschool-course-dashboard-my-course-info img {
	width: 50px;
	border-radius: 4px;
}
.coschool-course-dashboard-my-course-btn-panel {
	position: relative;
	width: 20%;
	height: 40px;
}
.coschool-course-dashboard-my-course .coschool-course-dashboard-my-course-btn {
	width: 28%;
	height: 100%;
	text-align: center;
	border-radius: 6px;
	background-color: #4aa5ff;
	font-size: 12px;
	color: var(--coschool-white);
	font-weight: 400;
	font-family: var(--coschool-font-family);
	display: block;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coschool-course-dashboard-my-course .coschool-course-dashboard-my-course-btn.completed {
	background-color: #f56c03;
}
/*.coschool-course-dashboard-my-course-btn-panel a::after {
	position: absolute;
	width: 20%;
	top: 0;
	background-color: red;
	content: "";
	z-index: 999;
	left: 0;
	height: 34px;
}*/
.coschool-course-dashboard-my-course .coschool-course-dashboard-my-course-btn span {
	position: relative;
	z-index: 999;
}
.coschool-coures-progress-content::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--coschool-blue);
	position: absolute;
	bottom: -5px;
	left: 0;
}
.progress{
	background-color: var(--coschool-blue);
}
.coschool-course-dashboard-my-coures-progress-bar {
	height: 40px;
	z-index: 99;
	position: absolute;
	top: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.coschool-course-dashboard-content.coschool-course-dashboard-top-courses {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.coschool-course-dashboard-content.coschool-course-dashboard-top-courses .coschool-course-dashboard-top-course-card {
	box-sizing: ;
	box-shadow: 2px 4px 30px 0 #00000129;
	border-radius: 4px;
	padding: 15px;
}
.coschool-course-dashboard-top-course-card .coschool-course-dashboard-top-course-title {
	font-size: 15px;
	color: #6f6f6f;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	margin: 0;
	padding-top: 10px;
}
.coschool-course-dashboard-top-course-img {
	border-radius: 4px;
	overflow: hidden;
}
.coschool-my-course-review-modal {
	position: fixed;
	background: #0000012e;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.coschool-my-course-review-form {
	width: 550px;
	background: var(--coschool-white);
	padding: 40px;
	border-radius: 11px;
	position: relative;
}
.coschool-my-course-review-form {}
.coschool-my-course-review-form p {}
.coschool-my-course-review-form p label {}
.coschool-my-course-review-form p input {}
.coschool-my-course-review-form p textarea {
	background-color: var(--coschool-white);
	border: 1px solid var(--coschool-dark-border);
	border-radius: 7px;
}
.coschool-my-course-review-form p button {
	display: block;
	width: 100%;
	border-radius: 5px;
	background-color: var(--coschool-blue);
	transition: .4s;
	font-size: 14px;
}
.coschool-my-course-review-form p button:hover {
	background-color: #0371dd;
}
.coschool-my-course-review-form p.coschool-review-action {
	text-align: center;
	margin: 0;
}
.coschool-my-course-review-form p button.coschool-submit-course-review {}
.coschool-my-course-review-form p button.coschool-review-modal-close {
	background: transparent;
	color: var(--coschool-blue);
	display: inline-block;
	width: unset;
	padding: 0;
	padding-top: 20px;
}
.coschool-my-course-review-form h2 {
	margin: 0;
}
.hide {
  display: none;
}

.clear {
  float: none;
  clear: both;
}
.coschool-my-course-rating {
	width: 132px;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
	position: relative;
}
.coschool-my-course-rating > label {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	width: 1.1em;
	cursor: pointer;
	color: var(--coschool-black);
	font-size: 24px;
}
.coschool-my-course-rating > label:hover,
.coschool-my-course-rating > label:hover ~ label,
.coschool-my-course-rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.coschool-my-course-rating > label:hover:before,
.coschool-my-course-rating > label:hover ~ label:before,
.coschool-my-course-rating > input.radio-btn:checked ~ label:before,
.coschool-my-course-rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

/*Student dashboard end*/

/*instructor*/
.coschool-dashboard-header.instructor {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coschool-dashboard-courses {
	background-color: var(--coschool-white);
	border-radius: 11px;
	background-color: var(--coschool-white);
	/*padding: 30px;*/
}
table.coschool-transaction-table,
table.coschool-courses-table {
	margin: 0;
}
table.coschool-transaction-table thead,
table.coschool-courses-table thead {
	border-radius: 5px;
	background-color: #f6f6ff;
}
table.coschool-transaction-table thead tr th, table.coschool-courses-table thead tr th {
	font-size: 15px;
	color: #2a2050;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	border: none;
	border-color: var(--coschool-dark-border);
	text-align: left;
}
table.coschool-courses-table tbody tr {}
table.coschool-transaction-table tbody tr td,
table.coschool-courses-table tbody tr td {
	font-size: 14px;
	color: #2a2050;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	border-right: none;
	border-color: var(--coschool-dark-border);
	text-align: left;
}
table.coschool-courses-table tbody tr td.course-name {
	max-width: 200px;
	text-align: left;
}
table.coschool-transaction-table thead tr th:last-child,
table.coschool-transaction-table tbody tr td:last-child,
table.coschool-courses-table tbody tr td:last-child {
	border-right: 1px solid var(--coschool-dark-border);  
}
table.coschool-courses-table tbody tr td.ratting span {
	font-size: 14px;
	display: inherit;
	width: 17px;
	color: var(--coschool-yellow);
	height: 16px;
}
table.coschool-courses-table tbody tr td.action {
	display: flex;
	gap: 15px;
	align-items: center;
}
table.coschool-courses-table tbody tr td .coschool-courses-action-btn {
	font-size: 12px;
	color: #2a2050;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	background: transparent;
	padding: 0;
	border: none;
	display: block;
	margin-bottom: 5px;
}
table.coschool-courses-table tbody tr td .coschool-courses-action-btn:last-child {
	margin-bottom: 0px;
}
table.coschool-courses-table tbody tr td .coschool-courses-action-btn span {
	padding-right: 5px;
	font-size: 11px;
}
.coschool-dashboard-cards.transaction-cards {
	grid-template-columns: repeat(1, 1fr);
}
.coschool-new-chapter-panel {
	border: 1px solid var(--coschool-dark-border);
	border-radius: 5px;
}
.coschool-new-chapter-panel h4 {
	background-color: #f6f6ff;
	border-bottom: 1px solid var(--coschool-dark-border);
	padding: 10px 15px;
	font-size: 18px;
	color: #131313;
	font-family: var(--coschool-font-family);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.coschool-form-section .coschool-chapter-list {}
.coschool-form-section .coschool-chapter-list ul {
	margin: 0;
}
.coschool-form-section .coschool-chapter-list ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--coschool-dark-border);
	padding: 6px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.coschool-form-section .coschool-chapter-list ul li:last-child {
	margin-bottom: 0;
}
.coschool-form-section .coschool-chapter-list-title {}
.coschool-form-section .coschool-chapter-list-title h6 {
	margin: 0;
}
.coschool-form-section .coschool-chapter-action a {
	padding-right: 10px;
	font-size: 11px;
	color: #696284;
}
.coschool-form-section .coschool-chapter-action span {
	padding-right: 10px;
}
.coschool-form-section .coschool-chapter-action span:last-child {
	padding-right: 0;
}
.coschool-form-section .coschool-chapter-action span button {
	font-size: 11px;
	padding: 0;
	background: 0;
	color: #696284;
}
.coschool-new-chapter-panel .coschool-chapter-add {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 30px;
	padding: 0 15px;
}
.coschool-form-section .coschool-chapter-list {
	padding: 15px;
}
.coschool-form-section .coschool-chapter-list-title h6 {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #131313;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	display: flex;
	gap: 8px;
	align-items: center;
}
.coschool-new-chapter-panel .coschool-chapter-add button {
	border-radius: 5px;
	background-color: #0080ff21;
	border: 1px solid var(--coschool-blue);
	color: var(--coschool-blue);
	transition: .4s;
	cursor: pointer;
}
/*.coschool-new-chapter-panel .coschool-chapter-add button:hover {
	background: var(--coschool-blue);
	color: var(--coschool-white);
}*/
.coschool-form-section .coschool-button-panel {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.coschool-button-panel button {
	font-size: 14px;
	line-height: 16px;
	color: var(--coschool-white);
	font-weight: 400;
	font-family: var(--coschool-font-family);
	border-radius: 5px;
	padding: 13px 20px;
	transition: .4s;
}
/*.coschool-button-panel .coschool-delete-btn {
	background: no-repeat;
	color: #ff3939;
	padding: 0;
	text-decoration: underline;
}*/
.coschool-button-panel .coschool-save-btn {
	background-color: var(--coschool-blue);
}
.coschool-button-panel .coschool-save-btn:hover {
	background-color: var(--coschool-dark-blue);
}
.coschool-button-panel .coschool-publish-btn {
	background-color: var(--coschool-green);
}
.coschool-button-panel .coschool-publish-btn:hover {
	background-color: var(--coschool-dark-green);
}
/*instructor*/

/*student my courses section start*/
.coschool-dashboard-mycourse {
	display: grid;
	gap: 30px;
	/* box-shadow: 2px 4px 30px 0 #0000011c; */
	align-items: center;
	margin-bottom: 30px;
	border-radius: 7px;
	border: 1px solid var(--coschool-dark-border);
	grid-template-columns: 1fr 2fr 1fr;
}
.coschool-dm-content {
	padding: 10px 0;
}
.coschool-dm-action {
	padding-right: 15px;
}
.coschool-dashboard-mycourse .coschool-dm-img img {
	width: 180px;
}
.coschool-dashboard-button-panel a, .coschool-dashboard-button-panel button {
	background-color: var(--coschool-blue);
	border: 1px solid var(--coschool-blue);
	border-radius: 5px;
	transition: .4s;
	padding: 12px 22px;
	color: var(--coschool-white);
}
.coschool-dashboard-button-panel button span {
	padding-right: 5px;
}
.coschool-dashboard-button-panel a:hover,
.coschool-dashboard-button-panel button:hover {
	background-color: #0373e1;
}
.coschool-dashboard-heading-panel .coschool-dashboard-subtitle {
	margin: 0;
	font-size: 16px;
}
.coschool-dashboard-heading-panel .coschool-dashboard-title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 28px;
}
.coschool-create-course-form {}
.coschool-create-course-form .coschool-form-section {
	display: grid;
}
.coschool-create-course-form .coschool-form-section label {
	font-size: 16px;
	color: var(--coschool-black);
	font-family: var(--coschool-font-family);
	margin-bottom: 5px;
}
.coschool-create-course-form .coschool-form-section select, .coschool-create-course-form .coschool-form-section input {
	font-size: 14px;
	color: #131313;
	font-family: var(--coschool-font-family);
	border-color: var(--coschool-dark-border);
	border-radius: 5px;
	background-color: var(--coschool-white);
}
.coschool-course-thumbnail-panel {
	width: 250px;
	height: 210px;
	border-radius: 5px;
	background-color: #F6F8FA;
	border: 1px solid var(--coschool-dark-border);
	display: grid;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}
.coschool-form-group-section {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	display: grid;
}
.coschool-form-section.coschool-form-group-section.thumbnail-group {
	grid-template-columns: 1fr 2fr;
}
.coschool-form-inner-section {
	display: grid;
}
.coschool-course-thumbnail-panel.banner {
	width: 100%;
}
.coschool-form-section {
	margin-bottom: 20px;
}
.coschool-form-section:last-child {
	margin-bottom: 0;
}
.coschool-course-thumbnail-panel p {
	font-size: 12px;
	line-height: 14px;
	color: #131313;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	text-align: center;
	margin: 0;
	margin-top: 10px;
	width: 150px;
}
.coschool-course-thumbnail {
	border: 1px dashed #bcbeca;
	border-radius: 5px;
	padding: 30px 15px;
}
.coschool-form-section.tab-group ul {
	margin: 0;
	display: flex;
}
.coschool-form-section.tab-group ul li {
	list-style: none;
	border: 1px solid var(--coschool-dark-border);
	border-bottom: none;
	border-right: none;
}
.coschool-form-section.tab-group ul li:first-child {
	border-top-left-radius: 5px;
}
.coschool-form-section.tab-group ul li:last-child {
	border-right: 1px solid var(--coschool-dark-border);
	border-top-right-radius: 5px;
}
.coschool-form-section.tab-group ul li.active {
	background-color: #f6f6ff;
}
.coschool-form-section.tab-group ul li a {
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	font-size: 14px;
	color: #131313;
	font-weight: 400;
	font-family: var(--coschool-font-family);
}
.coschool-form-group-section.course-type-group {
	border: 1px solid var(--coschool-dark-border);
	padding: 20px;
	border-radius: 5px;
	border-top-left-radius: 0;
}
.coschool-add-chapter-panel .coschool-button-panel {
	justify-content: left;
	padding: 0px 15px 15px 15px;
	margin: 0;
}
.coschool-button-panel .coschool-add-chapter-btn {
	background-color: var(--coschool-blue);
}
.coschool-button-panel .coschool-add-chapter-btn:hover {
	background-color: #0373e1;
}
.coschool-tab-content-pc {
	display: none;
}
.coschool-tab-content-pc.active {
	display: grid;
}
#coschool-tab-content-pc-certification {
	border: 1px solid var(--coschool-dark-border);
	padding: 20px;
}
.coschool-tab-content {
	display: none;
}
.coschool-tab-content.active {
	display: grid;
}
#coschool-tab-content-certification {
	border: 1px solid var(--coschool-dark-border);
	padding: 20px;
}
.coschool-modal-wrap {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000026;
}
.coschool-modal-wrap.is-visible {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.coschool-modal-content {
	background-color: var(--coschool-white);
	padding: 45px;
	/* overflow-y: scroll; */
	max-height: 800px;
	position: relative;
	width: 700px;
	box-shadow: 2px 4px 30px 0 #0000014a;
	border-radius: 11px;
}
.coschool-modal-close {
	position: absolute;
	top: 14px;
	right: 18px;
	padding: 0;
	color: #aaa;
	background: none;
	border: 0;
	transition: .4s;
}
.coschool-modal-close:hover {
	color: red;
	background: transparent;
}
.coschool-add-chapter-content {}
.coschool-add-chapter-content h2 {
	font-size: 24px;
	color: #110830;
	font-weight: 600;
	font-family: var(--coschool-font-family);
	text-align: center;
	margin-bottom: 35px;
}
.coschool-add-chapter-content ul {
	margin: 0;
	display: flex;
	column-gap: 30px;
}
.coschool-add-chapter-content ul li {
	list-style: none;
}
.coschool-add-chapter-content ul li a {
	font-size: 14px;
	line-height: 29px;
	color: #636363;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	padding: 10px 15px;
}
.coschool-add-chapter-content ul li.active a {
	color: var(--coschool-white);
	background-color: var(--coschool-blue);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.coschool-add-chapter-content .coschool-tab-content {
	background-color: #f6f8fa;
	padding: 30px;
	border-top: 2px solid #cad3fb;
	margin-top: 3px;
}
.coschool-form-insert-panel {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 30px;
}
.coschool-form-insert-panel button {
	font-size: 14px;
	line-height: 16px;
	color: var(--coschool-blue);
	font-weight: 500;
	font-family: var(--coschool-font-family);
	background: transparent;
	border: 1px solid var(--coschool-blue);
	padding: 6px;
	border-radius: 4px;
	transition: .4s;
}
.coschool-form-insert-panel input,
.coschool-form-insert-panel select {
	background-color: var(--coschool-white);
}
.coschool-form-insert-panel button:hover {
	background-color: var(--coschool-blue);
	color: var(--coschool-white);
}
.coschool-form-content-seprator {
	text-align: center;
	margin: 15px 0 !important;
}
.coschool-dashboard-profile-wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 20px;
}
#coschool-dashboard-profile-form {
	width: 100%;
}
#coschool-dashboard-profile-form input{
	box-shadow: unset!important;
}
#coschool-dashboard-profile-form h2 {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	font-family: var(--coschool-font-family);
	margin-bottom: 30px;
}
.coschool-dashboard-profile-info {
	padding: 20px;
}
#coschool-avatar {
	position: relative;
}
#coschool-avatar img {
	width: 88px;
	height: 88px;
	border-radius: 44px;
}
#coschool-avatar-sign {
	position: relative;
}
#coschool-avatar-sign img {
	width: 150px;
	height: 70px;
	margin: 10px 0px;
	/*border-radius: 44px;*/
}
#coschool-upload-btn {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #73dd6c;
	padding: 0;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 63px;
	border: unset;
	color: #fff;
	cursor: pointer;
}
#coschool-upload-sign-btn {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #73dd6c;
	padding: 0;
	font-size: 11px;
	position: absolute;
	bottom: -15px;
	left: 63px;
	border: unset;
    color: #fff;
	cursor: pointer;
}
#coschool-dashboard-profile-form .coschool-form-section {
	align-items: center;
}
#coschool-dashboard-profile-form .coschool-form-inner-section {}
#coschool-dashboard-profile-form .coschool-form-inner-section label {
	font-size: 16px;
	line-height: 16px;
	color: var(--coschool-black);
	font-weight: 400;
	font-family: var(--coschool-font-family);
	padding-bottom: 10px;
}
#coschool-dashboard-profile-form .coschool-form-inner-section input {
	border-radius: 5px;
	/*background-color: #f6f6ff;*/
	font-size: 16px;
	line-height: 16px;
	color: #131313;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	border: 1px solid var(--coschool-dark-border);
	padding: 12px 10px;
	background: transparent;
}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type='text'] {}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type='email'] {}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type='number'] {}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type="password"] {}
#coschool-dashboard-profile-form .coschool-form-inner-section input[placeholder] {
	font-size: 13px;
}
#coschool-dashboard-profile-form .coschool-form-inner-section.action-panel {
	justify-content: right;
}
.action-panel input{
	text-transform: unset!important;
}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type="submit"] {
	width: 160px;
	height: 44px;
	border-radius: 5px;
	background-color: var(--coschool-green);
	font-size: 17px;
	color: var(--coschool-white);
	font-weight: 400;
	font-family: var(--coschool-font-family);
	transition: .4s;
}
#coschool-dashboard-profile-form .coschool-form-inner-section input[type="submit"]:hover {
	background-color: #09a85d;
}
.coschool-form-section.coschool-avatar-panel {
	margin-bottom: 40px;
}
.coschool-dashboard-profile-login-log {
	display: block;
}
.coschool-dashboard-profile-login-log h2 {
	font-size: 24px;
	line-height: 18px;
}
.coschool-dashboard-profile-login-log h3 {
	font-family: var(--coschool-font-family);
	font-weight: 400;
	color: var(--coschool-black);
	font-size: 20px;
}
table.coschool-login-log-table {}
table.coschool-login-log-table thead {
	background-color: #f6f6ff;
}
table.coschool-login-log-table thead tr {
	text-align: left;
}
table.coschool-login-log-table thead tr th {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	font-family: var(--coschool-font-family);
	padding: 5px 10px;
}
table.coschool-login-log-table tbody {}
table.coschool-login-log-table tbody tr {}
table.coschool-login-log-table tbody tr td {
	font-size: 12px;
}
.coschool-dashboard-card.transaction-card {
	border: none;
	padding: 0;
}
/*instructor*/
.coschool-dashboard-body form{
	overflow: auto;
}
.coschool-dashboard-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: center;
	border-radius: 4px;
}
.coschool-dashboard-content .coschool-dm-title a{
	font-size: 18px;
	color: var(--coschool-blue)!important;
	font-weight: 500;
	font-family: var(--coschool-font-family);
	margin-bottom: 10px;
}
.coschool-dm-course-author img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-right: 5px;
}
.coschool-dm-course-info div i {
	margin-right: 5px;
}
.coschool-dm-course-info {
	display: flex;
	flex-wrap: wrap;
	gap:  15px;
	align-items: center;
}
.coschool-dm-course-info > div {
	font-size: 12px;
	display: flex;
	align-items: center;
}
.coschool-dm-course-author {
	margin-top: -2px;
}
.custom-button{
	margin-bottom: 10px;
	width: 156px;
	padding: 7px 0px;
}
.custom-button a {
	color: white;
}
.coschool-dm-certificate-btn-custom{
	background-color: red;
}
.download{
	background-color: rgb(245, 108, 3) !important;
}
.coschool-dm-certificate-btn-reviewed{
	background-color: green !important;
}
.button-one{
	margin-bottom: 5px;
    height: 40px !important;
    width: 182px !important;
    font-size: 12px;
    background-color: #2f80ff;
    color: #fff!important;
    font-weight: 400;
    cursor: pointer;
    border: unset!important;
    border-radius: unset!important;
    font-family: var(--coschool-font-family);
}
.coschool-dashboard-mycourses .button-one:hover,
.coschool-dashboard-mycourses .button-two:hover
{
	background-color: #629fff!important;
}
.button-two{
	margin-bottom: 5px;
    height: 40px !important;
    width: 182px !important;
    font-size: 12px;
    background-color: #2f80ff!important;
    color: #fff!important;
    font-weight: 400;
    cursor: pointer;
    border: unset!important;
    border-radius: unset!important;
    font-family: var(--coschool-font-family);

}
a.coschool-dm-certificate-btn, a.coschool-dm-certificate-btn:hover {
	padding: 10px;
	width: 120px;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.coschool-dm-progress {
	display: flex;
	align-items: center;
	gap: 10px;
}
.coschool-dm-progress-bar {
	width: 90%;
	height: 3px;
	background: #cadffa;
}
.coschool-dm-progress-bar-innner {
	background: var(--coschool-blue);
	height: 3px;
}
.coschool-dm-progress-count {
	color: var(--coschool-blue);
}
/*student my courses section end*/

/* feel free to remove these css as required */
.coschool-courses-header h1 {
    font-size: 28px;
}
.course-layout-toggle-btn {
    margin: 10px auto;
    display: flex;
    justify-content: end;
    font-size: 20px;
}
.course-layout-toggle-btn i{
    cursor: pointer;
}
#coschool-courses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
#coschool-courses a {
    text-decoration: none;
}
.course-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: var(--coschool-white);
    color: #29303b;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.course-content {
    padding: 10px 20px;
}
.course-thumbnail img {
    width: 100%;
}
.course-author {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px auto;
    font-size: 15px;
    color: #505050;
    font-weight: 400;
}
.course-author a{
    color: #000000;
}
.course-author-thumbnail {
    height: 30px;
    width: 30px;
    border-radius: 50px;
}
.course-title {
    margin-bottom: 15px;
}
.course-title a{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}
.course-summery {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    margin: 11px auto;
}
.course-rating {
    color: var(--coschool-yellow);
}
.course-rating .dashicons {
    height: 15px;
    width: 15px;
    font-size: 15px;
}
.course-price{
    font-size: 17px;
    line-height: 19px;
    color: var(--coschool-blue);
    font-weight: 600;
    font-family: "Montserrat";
}
.course-footer {
    text-align: center;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    padding: 20px;
    padding-top: 0;
    margin: 0;
}
.coschool .course-enrol-btn {
    border: 1px solid var(--coschool-blue);
    text-decoration: none;
    background: var(--coschool-blue);
    color: var(--coschool-white);
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 14px;
    color: var(--coschool-white);
    font-weight: 400;
    font-family: var(--coschool-font-family);
    width: 100%;
}
.coschool .course-enrol-btn:hover {
    background: var(--coschool-dark-blue);
    border: 1px solid var(--coschool-dark-blue);
    color: var(--coschool-white);
}
/*List view*/
#coschool-courses.list{
    grid-template-columns: repeat(1, 1fr);
}
.course-card.list {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    flex-direction: row;
    align-items: center;
}
.course-card.list .course-summery {
    display: grid;
    margin: auto;
    gap: 10px;
    height: auto;
}
.course-card.list .course-footer {
    padding: 0;
    padding-right: 20px;
}
.coschool-dashboard-cards.coschool-dashboard-wishlist {
	grid-template-columns: repeat(3, 1fr);
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    #coschool-courses {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #coschool-courses {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*wishlist*/

/*review card*/
.coschool-csr-review {
	border-bottom: 1px solid var(--coschool-border);
	margin-bottom: 20px;
}
.coschool-csr-review:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.coschool-csr-review-author-img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
}
.coschool-csr-review-author-img img {
	width: 100%;
	height: 100%;
}
.coschool-csr-review-header {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}
.coschool-csr-review-author-name {
	font-size: 18px;
	color: #202020;
	font-weight: 500;
}
.coschool-csr-review-time {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
.coschool-csr-review-star {
	height: 17px;
}
.coschool-csr-review-star .dashicons {
	width: 18px;
	height: 18px;
	color: var(--coschool-yellow);
	line-height: 18px;
}
.coschool-csr-progressbar .coschool-csr-pbar-text .dashicons {
	font-size: 16px;
}
.coschool-csr-review-content {
	font-size: 14px;
	line-height: 24px;
	color: #656565;
	line-height: 30px;
	margin-bottom: 20px;
}
.coschool-csr-review-footer {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coschool-csr-review-footer h6 {
	position: relative;
	padding-left: 10px;
	margin: 0;
}
.coschool-csr-review-footer h6::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	left: 0;
	background: #0080ff;
	top: 4px;
}
.coschool-csr-review-header {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between;
}
.coschool-csr-review.children .coschool-csr-review-header {
	margin-bottom: 0px;
}
.coschool-csr-review-header-left {
	display: flex;
	align-items: center;
	gap: 9px;
}
.coschool-csr-review-header-left span i {
	rotate: 90deg;
}
.coschool-csr-review-footer h6 span {
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	color: var(--coschool-black);
}
.coschool-review-reply-action {
	display: flex;
	justify-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.coschool-review-reply-action p {
	margin: 0;
}
.coschool-comment-reply-btn {
	color: #0080ff;
}
.coschool-review-reply-action button {
	background: var(--coschool-green);
	padding: 12px 15px;
	font-size: 14px;
	border-radius: 4px;
	transition: .4s;
	border: 1px solid var(--coschool-green);
}
.coschool-review-reply-action button:hover {
	background: var(--coschool-dark-green);
	border: 1px solid var(--coschool-dark-green);
}
.coschool-csr-review.children {
	margin-left: 60px;
}
/*review card*/

/* add course */
.coschool-course-thumbnail-panel {
	position: relative;
}
.coschool-course-thumbnail {
	cursor: pointer;
}
#coschool-course-preview-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 208px;
	width: 100%;
}
#coschool-course-preview-banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 208px;
	width: 100%;
}
#coschool-course-preview-thumbnail img,
#coschool-course-preview-banner img {
	height: inherit;
	width: 100%;
}
.coschool-edit-thumbnail {
	position: absolute;
	right: -1px;
	top: -1px;
	background: green;
	color: #fff;
	font-size: 12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
/* end add course */

/*content-buttons*/
.coschool-dashboard-content-buttons {}
.coschool-dashboard-content-buttons a {}
/*end content-buttons*/

/*back button*/
.coschool-dashboard-header a.coschool-back-btn {
	text-decoration: underline;
	color: var(--coschool-blue);
}
/*end back button*/

/*success message*/
.coschool-response-message {
	background-color: #d4edda;
	color: #155724;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
#coschool-share-wrap {
  	display: grid;
  	grid-template-columns: repeat( 2, 1fr );
  	gap: 30px;
}
.coschool-report.cx-shadow:first-child {
 	margin-bottom: 50px;
}
/*success message*/

/*Quiz configuration-tabs*/
.coschool-configuration-tabs {
	margin-top: 30px;
}
.coschool-configuration-tabs ul {
	display: flex;
	align-items: center;
	margin: 0;
}
.coschool-configuration-tabs ul li {
	list-style: none;
	flex: auto;
}
.coschool-configuration-tabs ul li a {
	color: var(--coschool-black);
	background-color: #F8F8F8;
	padding: 15px 30px;
	display: block;
	text-align: center;
	border-bottom: 3px solid transparent;
	border-right: 1px solid #00000114;
}
.coschool-configuration-tabs ul li.active a {
	color: var(--coschool-blue);
	border-bottom: 3px solid var(--coschool-blue);
	background: #fff;
	box-shadow: 0px 20px 40px #00000129;
	border-right: none;
	outline: none;
}
.coschool-configuration-tabs ul li:last-child a {
	border-right: none;
}
.coschool-configuration-tabs .coschool-tab-content {
	padding: 40px 0;
}
.coschool-configuration-tabs .coschool-tab-content.active {}
.coschool-configuration-tab-label {
	width: 200px;
	display: inline-block;
}
.coschool-configuration-tabs .coschool-tab-content p {
	display: flex;
	gap: ;
}
.coschool-configuration-tabs p {}
.coschool-configuration-tabs p select {
	width: 100%;
}
.coschool-configuration-tab-input-group {
	display: flex;
	gap: 10px;
}
.coschool-configuration-time .coschool-configuration-tab-input-group input {
	max-width: 200px;
}
.coschool-configuration-retake .coschool-configuration-tab-input-group input {
	max-width: 150px;
}
.quiz-question-option {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.quiz-question-option input[type="text"] {
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #dddfec;
	font-size: 16px;
	color: #131313b5;
	font-weight: 400;
	font-family: "Arial";
	padding: 10px 10px;
}
.quiz-question-wrap .quiz-question-option-btn button:hover, .quiz-question-wrap .quiz-question-option-btn button {
	font-size: 14px;
	line-height: 40px;
	color: var(--coschool-blue);
	font-weight: 400;
	text-decoration: underline;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
}
#quiz-add-new-question {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 400;
	border-radius: 5px;
	background-color: var(--coschool-blue);
	border: 1px solid var(--coschool-blue);
	padding: 12px 20px;
	cursor: pointer;
}
.quiz-question-option .dashicons {
	color: #ff0000a8;
	cursor: pointer;
}
/*Quiz configuration-tabs*/

/*switch*/
.coschool-switch-btn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.coschool-switch-btn input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.coschool-switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.coschool-switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.coschool-switch-btn input:checked + .slider {
  background-color: #2196F3;
}
.coschool-switch-btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.coschool-switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.coschool-switch-btn .slider.round {
  border-radius: 34px;
}
.coschool-switch-btn .slider.round:before {
  border-radius: 50%;
}
/*switch*/

/*question*/
.quiz-question-set {
	border: 1px dashed #ccc;
	margin-bottom: 20px;
	position: relative;
	background: #f9f9f9;
}
.quiz-question-set-header {
	display: grid;
	grid-template-columns: 11fr 2fr .5fr 1fr;
	gap: 30px;
	padding: 25px;
	/*border-bottom: 1px dashed #ccc;*/
}
.quiz-question-options-section {
	display: grid;
	grid-template-columns: 7fr 1fr;
	gap: 5px;
	padding: 20px;
}
.quiz-question-set label {
	display: block;
	font-size: 18px;
	color: #131313;
	font-weight: 500;
	font-family: "Arial";
	margin-bottom: 6px;
}
.quiz-question-switch, .quiz-switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 26px;
}
.quiz-switch input, .quiz-question-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.quiz-question-required input:checked + .slider {
	background-color: #2196F3;
}
.quiz-question-required .slider.round {
	border-radius: 34px;
}
.quiz-switch .slider, .quiz-question-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.quiz-question-required input:checked + .slider::before {
	-webkit-transform: translateX(27px);
	-ms-transform: translateX(27px);
	transform: translateX(27px);
}
.quiz-question-required .slider.round::before {
	border-radius: 50%;
}
.quiz-switch .slider::before, .quiz-question-switch .slider::before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.quiz-switch .slider, .quiz-question-switch .slider {
	cursor: pointer;
}
.quiz-question-title input {
	width: 100%;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #dddfec;
	font-size: 16px;
	line-height: 16px;
	color: #131313b5;
	font-weight: 400;
	font-family: "Arial";
	padding: 12px 15px;
}
.remove-quiz-question-set span {
	position: absolute;
	top: -2px;
	right: -2px;
	background: #ff0000a8;
	padding: 0px;
	cursor: pointer;
	color: #fff;
}
.coschool-report.cx-shadow #coschool-periodic-wrap {
  	margin-bottom: 20px;
}
.page .entry-header {
  	margin-top: 1.5em;
}
/*question*/

/*coschool-pagination*/
.coschool-dashboard-pagination {
	margin-top: 20px;
}
.coschool-dashboard-pagination .coschool-pagination {}
.coschool-dashboard-pagination .coschool-pagination ul {
	margin: 0;
	display: flex;
	gap: 15px;
}
.coschool-pagination .current{
	border-radius: 50%!important;
}
.coschool-dashboard-pagination .coschool-pagination ul li {
	list-style: none;
}
.coschool-dashboard-pagination .coschool-pagination ul li a.page-numbers {}
.coschool-dashboard-pagination .coschool-pagination ul li a.prev.page-numbers {}
.coschool-dashboard-pagination .coschool-pagination ul li a.current.page-numbers {}
.coschool-dashboard-pagination .coschool-pagination ul li a.next.page-numbers {}
/*end coschool-pagination*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	.coschool-dashboard {
		display: block;
	}
	.coschool-dashboard-header.instructor {
		display: block;
		text-align: center;
	}
	.coschool-dashboard-button-panel {
		margin-top: 20px;
		margin-bottom: 12px;
	}
	.coschool-dashboard-header {
		padding: 20px 0;
	}
	.coschool-course-dashboard-my-course-btn-panel,
	.coschool-course-dashboard-my-course-info {
		width: 45%;
	}
	.coschool-dashboard-card.transaction-card,
	.coschool-dashboard-courses {
	  	overflow-x: auto;
	}
	.coschool-transaction-table tr th,
	.coschool-transaction-table tr td,
	.coschool-courses-table tr th,
	.coschool-courses-table tr td {
	  	overflow: hidden;
	  	white-space: nowrap;
	}
	.coschool-dashboard-profile-wrap {
		grid-template-columns: repeat( 1, 1fr );
	}
	.coschool-dashboard-profile-login-log {
	 	margin-top: 10px;
	}
	.coschool-dashboard-profile-info {
	  	overflow-x: auto;
	}
	.coschool-form-section.grid-2 {
		grid-template-columns: repeat( 1, 1fr );
	}
	/*From here on 05/04/2022*/


	.coschool-dashboard-content .coschool-dashboard-cards {
		grid-template-columns: repeat( 1, 1fr );
	}
	.coschool-dashboard-courses {
		padding: 15px;
	}
	.coschool-create-course-form .coschool-form-section {
		display: block;
	}
	.coschool-course-thumbnail-panel {
		width: 100%;
	}
	.coschool-new-chapter-panel .coschool-chapter-add {
		display: block;
	}
	.coschool-new-chapter-panel .coschool-chapter-add button {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	.coschool-form-group-section {
		display: block;
	}
	.coschool-create-course-form .coschool-form-section select, .coschool-create-course-form .coschool-form-section input {
		width: 100%;
	}
	.coschool-form-section input[type='checkbox'] {
		width: auto;
	}
	.coschool-form-group-section.course-type-group {
		padding: 15px;
	}
	.coschool-button-panel .coschool-add-chapter-btn {
		display: block;
		width: 100%;
	}
	.coschool-form-section .coschool-chapter-action span {
		padding-right: 0;
		display: block;
		line-height: 20px;
	}
	.coschool-form-section .coschool-chapter-list-title {
		padding-right: 5px;
	}
	.coschool-form-section .coschool-chapter-list-title h6 {
		line-height: 18px;
	}
	.coschool-dashboard-body {
		padding: 0;
	}
	.coschool-dashboard-courses {
		padding: 0;
		border-radius: 0;
	}
	.coschool-dashboard-content {
		border: 0;
	}
	.coschool-button-panel button {
		font-size: 13px;
		padding: 12px 15px;
	}
	.coschool-modal-content {
		width: 100%;
	}
	.coschool-modal-wrap {
		padding: 15px;
	}
	.coschool-add-chapter-content ul {
		column-gap: 5px;
	}
	.coschool-add-chapter-content ul li a {
		font-size: 11px;
	}
	#coschool-periodic-filter label,
	#coschool-share-filter label,
	#coschool-periodic-filter select,
	#coschool-share-filter select {
		display: block;
		margin-bottom: 8px;
		width: 100%;
	}
	#coschool-periodic-filter input[type="submit"],
	#coschool-share-filter input[type="submit"] {
		margin-bottom: 10px;
		float: right;
		display: inline-block;
	}
	#coschool-periodic-filter input[type="date"],
	#coschool-share-filter input[type="date"] {
		margin-bottom: 8px;
		width: 49%;
	}
	.coschool-form-inner-section:nth-child(2) {
	  	margin-top: 20px;
	}
	.coschool-dashboard-mycourse {
	  	display: grid;
	  	padding: 20px;
	  	grid-template-columns: unset;
	}
	.coschool-dm-img {
	  	text-align: center;
	}
	.coschool-dm-course-author {
	  	width: 100%;
	}
	a.coschool-dm-certificate-btn, a.coschool-dm-certificate-btn:hover {
		width: 100%;
	}
	.coschool-dm-action {
	  	padding-right: 0;
	  	text-align: center;
	}
	.coschool-dm-content {
	 	padding: 0;
	}

	#coschool-instructor-dashboard .coschool-dashboard-content .coschool-dashboard-header {
		display: grid;
		justify-content: normal;
	}
	.coschool-dashboard-content-buttons {
	  	display: grid;
	  	grid-template-columns: repeat(3,auto);
	}
	.coschool-dashboard-content-buttons a {
	  	text-align: center;
	}
	#coschool-share-wrap {
	  display: grid;
	  grid-template-columns: repeat( 1, 1fr );
	}
	#coschool-share-report-sales-wrap canvas,
	#coschool-share-report-earning-wrap canvas {
		width: 100%!important;
	}
	.coschool-form-insert-panel {
	  	display: grid;
	  	grid-template-columns: repeat( 1, 1fr );
	  	column-gap: 30px;
	}
	.coschool-add-chapter-content .coschool-tab-content {
		padding: 5px;
	}
	.coschool-form-insert-panel #coschool-item-type-quiz, 
	.coschool-form-insert-panel #new-item-title-quiz, 
	.coschool-form-insert-panel #coschool-item-type-assignment, 
	.coschool-form-insert-panel #new-item-title-assignment, 
	.coschool-form-insert-panel #coschool-item-type-lesson, 
	.coschool-form-insert-panel #new-item-title-lesson {
	  margin-bottom: 8px;
	}
	.coschool-add-chapter-content ul li.active {
		color: var(--coschool-white) !important;
		background-color: var(--coschool-blue);
		border-radius: 5px;
	}
	.coschool-add-chapter-content ul li.active a {
		color: var(--coschool-white);
		background-color: transparent;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.coschool-add-chapter-content ul li.active a:focus {
		outline: none;
	}
	.coschool-add-chapter-content ul {
	  	margin-bottom: 10px;
	}
	.coschool-add-chapter-content ul {
	  display: grid;
	  text-align: center;
	}
	.coschool .coschool-dashboard-button-panel a,
	.coschool .coschool-dashboard-button-panel a:hover {
		padding: 10px 12px;
	}
	.coschool-dashboard-body .displaying-num{
	   	display: block;
	}
	.coschool-dashboard-body .tablenav-pages{
	   	width: 120%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.coschool-dashboard-body {
		padding: 15px;
	}
	.coschool-dashboard-courses {
		padding: 5px;
	}
	.coschool-dashboard-header {
		background: var(--coschool-white);
		padding: 20px 15px;
	}
	.coschool-dashboard-profile-wrap {
		grid-template-columns: repeat( 1, 1fr );
	}
	.coschool-dashboard-profile-login-log {
  		margin-top: 15px;
	}
	.coschool-nav-items ul {
	  	margin-left: 25px;
	  	padding: 0 20px;
	}
	.coschool-dashboard-card.transaction-card, .coschool-dashboard-courses {
	  	overflow-x: auto;
	}
	.coschool-transaction-table tr th, .coschool-transaction-table tr td, .coschool-courses-table tr th, .coschool-courses-table tr td {
	  	overflow: hidden;
	  	white-space: nowrap;
	}
	.coschool-dashboard-cards.coschool-dashboard-wishlist {
	  	grid-template-columns: repeat( 2, 1fr );
	}
	.coschool-dashboard-mycourse {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 10px;
	}
	a.coschool-dm-certificate-btn, a.coschool-dm-certificate-btn:hover {
	  	width: 100%;
	}
	.coschool-dm-certificate-btn::after {
	  	content: " Reading";
	}
	.coschool-dashboard {
		grid-template-columns: auto;
	}
	.coschool-dashboard-content {
		border: none;
	}
	.coschool-course-single.coschool-singular-grid {
		display: unset;
	}
}