ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

.header_logo {
	padding-top: 17px;
	padding-bottom: 17px;
}

	.header_logo img {
		max-height: 48px;
	}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

body {
	font-family: 'Roboto', sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-size: 30px;
	margin-top: -1px;
	content: "»";
}

.main-header {
	padding: 10px 0px;
}
.the_border{
	border-left: none !important;
}
.nav-link{
	font-weight:700;
}
ul.navbar-nav {
	padding: 12px 8px;
	border-left: 1px solid #ccc;
}

.student-table .table-responsive {
	background-color: #fff;
}

.student-table .table {
	min-width: 1500px;
	width: 100%;
}

.student-table .complete, .student-table .in_progress, .student-table .cancled {
	position: relative;
	white-space:nowrap;
}
.complete,  .in_progress, .cancled {
	white-space:nowrap;
}

	.student-table .cancled:before, .student-table .in_progress:before, .student-table .complete:before {
		content: '';
		height: 12px;
		width: 12px;
		border-radius: 50%;
		top: 50%;
		left: 0;
		position: absolute;
		transform: translateY(-50%);
	}

	.student-table .cancled:before {
		background-color: red;
	}

	.student-table .in_progress:before {
		background-color: #fdc800;
	}

	.student-table .complete:before {
		background-color: #4abc02;
	}

.student-table .enroled {
	padding: 8px 10px;
	border: 1px solid #F29545;
}

.profile_img {
	width: 35px;
}

.content .small-box {
	text-align: center;
}

.small-box span {
	font-size: 50px;
	color: #393f4f;
}

.small-box h2, .numberTxt {
	color: #F29545;
	margin-bottom: 0px;
	font-size: 40px;
	/* padding-left: 15px; */
}

.small-box p,
.paraTxt {
	font-size: 13px;
	color: #393f4f;
	font-weight: 600;
}

.main-sidebar {
	background-color: #F29545;
}

.sidebar {
	padding: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #fff;
	color: #F29545;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link {
	border-radius: 0;
	border-bottom: 0.5px solid #fff;
	box-shadow: none;
	color: #fff;
	margin: 0;
}

.os-content {
	padding: 0 !important;
}

.nav-sidebar > .nav-item .nav-icon {
	margin-right: 1.2rem;
}

.textOverGraph {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#myTextBox {
	font-size: 1.75rem !important;
	color: rgb(52 58 64) !important;
	margin-top: 75px !important;
	font-weight: 500 !important;
	font-family: unset !important;
	outline: 0;
}

/*.nav-item.dropdown a:first-child {
	top: -5px;
}*/

.card-title {
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.course_box {
	background-color: #fff;
	border: 1px solid lightgray;
	border-radius: 4px;
	margin-top: 20px;
}

.course_info {
	padding: 30px 20px 15px 20px;
}

	.course_info h6 {
		min-height: 58px;
	}

.course_box h5 {
	font-weight: 600;
	font-size: 17px;
	color: #343a40;
	margin-bottom: 15px;
	min-height: 40px;
}

.course_box span {
	font-size: 13px;
	display: block;
	color: #393f4f;
	font-weight: 500;
	margin-bottom: 2px;
}

.course_info span:nth-child(4) {
	margin-top: 20px;
}

.save_btn {
	background-color: #f29545;
	border-color: #f29545;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	padding: 5px 12px;
	border: 1px solid #f29545;
	color: #fff;
	cursor: pointer;
	font-weight: 400 !important;
	width:fit-content;
	display:block;
	height:max-content;
}

	.save_btn:hover {
		color: #fff;
		background-color: #f29545;
	}

	.save_btn:focus {
		background-color: #f29545;
		border-color: #f29545;
	}

	.save_btn:focus-visible {
		outline: none;
	}

.course_box .img-fluid {
	height: 200px;
	object-fit: fill;
}

.course_box label {
	position: absolute;
	bottom: -28px;
	left: 16px;
	padding: 8px;
	background-color: antiquewhite;
}

.course-title h5,
.result_table h5 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 30px;
}

.course-title span {
	font-size: 14px;
	color: #393f4f;
	font-weight: 500;
}

.result_table .table-bordered th {
	border: 0;
	font-weight: 600;
}

.result_table table {
	font-size: 15px;
	text-align: center;
	margin-bottom: 40px;
}

	.result_table table tr th:nth-child(1),
	.result_table table tr td:nth-child(1) {
		text-align: left;
	}

.result_table span {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	margin-left: 30px;
	width: 200px;
}

#course_slider .item {
	text-align: center;
	border-radius: 10px;
	margin: 10px;
	padding: 20px;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg_orange {
	background-color: #ffb745;
}

.bg_green {
	background-color: #3faf3a;
}

.bg_blue {
	background-color: #2b86c9;
}

.bg_gray {
	background-color: #e2e2e2;
}

#course_slider span,
.course_box i {
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	margin-right: 2px;
	margin-top: 2px;
}

#course_slider p,
.course_box p {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

.staticSlideArrow {
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .14);
	border-radius: 3px 0 0 3px;
	background-color: rgba(0, 0, 0, .32);
	background-position: 50%;
	background-size: 16px;
	text-decoration: none;
	transition: background-color .1s linear;
	cursor: pointer;
	border-radius: 50%;
}

	.staticSlideArrow:hover {
		background-color: rgba(0, 0, 0, .50);
	}

.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	position: absolute;
	top: 25%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -10px;
}

.lbl_txt {
	font-size: 15px;
	font-weight: 600 !important;
	color: #000;
	margin: 15px 0;
}

.form_box .form-control, .form_box .form-check {
	font-size: 16px;
	border-radius: 0;
}

.form_box .form-check {
	font-weight: 400;
	height: 50px;
}



.imagePreview {
	width: 200px;
	height: 200px;
	background-position: center;
	background-image: url('../../dist/img/no_image.jpg');
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.uploadPhoto, .uploadDL {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.form_box .custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Upload Notes";
	background-color: #F29545;
	color: #fff;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F29545;
	height: 100%;
}

.add_more {
	font-size: 14px;
	color: #f29545;
	font-weight: 500;
	cursor: pointer;
}

.blue_btn {
	background-color: #F29545;
	border-color: #F29545;
	border-radius: 3px;
	padding: .375rem 2rem;
	font-weight: 400 !important;
	color: #fff;
	font-size: 16px;
	padding: 5px 12px;
	border: 1px solid #F29545;
}

	.blue_btn:hover {
		color: #fff;
		background-color: #F29545;
		border-color: #F29545;
	}

	.blue_btn:focus {
		color: #fff;
		background-color: #F29545;
		border-color: #F29545;
	}

	.blue_btn:focus-visible {
		outline: none;
	}

.add_student_btn {
	padding: .375rem .75rem;
	font-size: 14px;
	margin-right: 20px;
}

	.add_student_btn:hover {
		color: #fff;
		background-color: #0d1d33;
		border-color: #0d1d33;
	}

.student_table table {
	font-size: 15px;
}

.student_table .table td {
	vertical-align: middle;
}

.student_table .img-fluid {
	width: 70px;
	border: 1px solid lightgray;
}

.student_table tr td:nth-child(2) {
	color: #393f4f;
	font-size: 17px;
	font-weight: 600;
}

.student_table tr td:nth-child(3),
.student_table tr td:nth-child(4) {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.6;
}

.student_table tr td:nth-child(6),
.student_table tr td:nth-child(7) {
	color: #F29545;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #007bff !important;
	border-color: #006fe6 !important;
	font-size: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: rgba(255, 255, 255, .7) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border-color: #ced4da;
	font-size: 15px;
}
*/
.delChapter, .delSubject {
	padding: 3px 7px;
	line-height: 1.2;
	margin-bottom: 0;
	border-radius: 50%;
	background: #f1f1f1;
	color: #757575;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: -10px;
	right: -6px;
	pointer-events: none;
}

#add_chapter > .row:last-child .delChapter, .delSubject {
	pointer-events: auto;
	background: #fff;
}

	.delChapter:hover, .delSubject:hover {
		background: #f1f1f1;
		border-color: #d6d6d6;
	}

.traning_time {
	padding: 20px;
}

	.traning_time i {
		font-size: 70px;
	}

	.traning_time span {
		font-size: 13px;
		font-weight: 500;
	}

.small-box {
	box-shadow: none;
}
.dropdown-menu-arrow {
	top: -18px;
	left: 80%;
	width: 0;
	height: 0;
	position: relative;
}

.dropdown-menu.dropdown-menu-right.p-0.show {
	position: absolute;
	right: 0;
	top: 50px;
	width: 200px;
	left: auto;
}

.dropdown-item:hover, .dropdown-item:active {
	background-color: #f5b88321 !important;
	border-right: 4px solid #F29545;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	color: #000;
}

.color {
	background-color: #f29545;
	border-color: #f29545;
	font-size: 11px;
	font-weight: 500;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 5px 12px;
	border: 1px solid #F29545;
	border-radius: 3px;
}
	.color svg {
		margin-right: 10px;
		margin-bottom: 2px;
	}
	.color:hover {
		color: #fff;
		background-color: #f29545;
	}

.edit-area {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
}

.course-edit {
	color: #F29545 !important;
	font-size: 18px !important;
	margin-top: 10px !important;
	line-height: 1;
}

.fa-folder-plus {
	font-size: 60px !important;
}

/* ======================================================================================================================== */
/* quiz section start */
/* ======================================================================================================================== */
.new_quiz {
	background-color: #f29545;
	border-color: #f29545;
}

.quiz_sec_top {
	width: 100%;
}

.quiz_sec_top_text {
	font-size: 14px;
	font-weight: 500 !important;
	color: #000;
	margin-bottom: 10px;
}

	.quiz_sec_top_text i {
		font-size: 18px;
		padding-right: 10px;
	}

/* .wrapper {
	width: 500px;
	margin: 0 auto;
	border: 1px solid #f5f5f5;
} */
/* Accordion Css Here */
.accordionouter {
	width: 100%;
	float: left;
	position: relative;
}

.accordionbody ul {
	margin: 0;
	padding: 0;
}

.accordionbody li {
	list-style: none;
	padding: 0 9px;
	margin: 0;
}

.accordionbody .accordiontitle {
	color: #232323;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 9px 8px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
	z-index: 0;
	background-color: transparent;
	border-top: 1px solid #e5e5e5;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}

	.accordionbody .accordiontitle:hover,
	.accordionbody .accordiontitle.active {
		/* background: #f9f9f9; */
		transition: all 0.5 ease-in-out;
		color: #232323;
	}

	.accordionbody .accordiontitle.active {
		border-bottom: 0;
	}

.accordiontitle .arrowaccordion {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #1c1c1c transparent transparent;
	position: absolute;
	top: 16px;
	right: 9px;
}

.accordiontitle:hover .arrowaccordion {
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #1c1c1c;
}

.accordiontitle.active .arrowaccordion {
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #1c1c1c;
}

.accordioncontent {
	padding: 15px 10px 10px;
}

	.accordioncontent p {
		padding: 0;
		margin: 0 0 12px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: #999;
		font-size: 13px;
		line-height: 18px;
		text-align: justify;
	}

.question_box {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 transparent;
	position: relative;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

	.question_box p {
		font-size: 13px;
		color: #393f4f;
		font-weight: 500;
		line-height: normal;
		margin-bottom: 0;
	}

.accordioncontent input[type="text"] {
	width: 100%;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 8px 0;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	transition: 0.3s;
	font-size: 13px;
}

/* .accordioncontent input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
} */

.accordioncontent .inputWithIcon input[type="text"] {
	padding-left: 10px;
	padding-right: 70px;
}

.accordioncontent .inputWithIcon input[type="number"] {
	margin: 8px 0;
}

.accordioncontent .inputWithIcon {
	position: relative;
}

	.accordioncontent .inputWithIcon i {
		position: absolute;
		right: 0;
		top: 8px;
		padding: 9px 8px;
		color: #aaa;
		transition: 0.3s;
		font-size: 15px;
	}

	/* .accordioncontent .inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.accordioncontent .inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
} */

	.accordioncontent .inputWithIcon.inputIconBg input[type="text"]:focus + i {
		color: #fff;
	}

.course_edit02 {
	color: #a7a7a7 !important;
	font-size: 15px !important;
	line-height: 1;
}

.lbl_txt02 {
	font-size: 13px;
	font-weight: 500 !important;
	color: #000;
	/*margin-bottom: 0px !important;*/
}

.attachment_icon {
	right: 30px !important;
	transform: rotate(45deg);
	font-weight: 400;
}


/* .accordioncontent .form-group {
  display: block;
  margin-bottom: 0px;
}

.accordioncontent .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.accordioncontent .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.accordioncontent .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #a7a7a7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 0 !important;
}

.accordioncontent .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.accordioncontent input[type="radio"]:checked {
    border: 2px solid #3f51b5;
    background: #3f51b5;
} */
.accordioncontent .control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 180px;
	height: 180px;
	margin: 10px;
}

.accordioncontent .control {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 20px;
}

	.accordioncontent .control input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

.accordioncontent .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #bababa;
	border-radius: 3px;
}

.accordioncontent .control--radio .control__indicator {
	border-radius: 50%;
}

.accordioncontent .control:hover input ~ .control__indicator,
.accordioncontent .control input:focus ~ .control__indicator {
	background: #ccc;
}

.accordioncontent .control input:checked ~ .control__indicator {
	background: #f29545;
	border: 1px solid #f29545;
}
.accordioncontent .control:hover input:not([disabled]):checked ~ .control__indicator,
.accordioncontent .control input:checked:focus ~ .control__indicator {
	background: #f29545;
}

.accordioncontent .control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.accordioncontent .control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.accordioncontent .control input:checked ~ .control__indicator:after {
	display: block;
}

.accordioncontent .control--checkbox .control__indicator:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordioncontent .control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.accordioncontent .control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.accordioncontent .control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.marks_box {
	display: inline-block;
	width: 15%;
	height: calc(2.25rem + 2px);
	padding: 8px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #aaa;
	float: left;
	border-radius: 3px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.delete_btn {
	display: inline-block;
	font-weight: 400;
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #F29545;
	border: 1px solid #F29545;
	padding: 7px 20px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

	.delete_btn:hover {
		color: #fff;
		background-color: #0d1d33;
		border-color: #0d1d33;
	}

.top_margin01 {
	margin-top: 8px;
}

.input1_text {
	font-size: 13px;
}

#custom-button {
	display: inline-block;
	font-weight: 400;
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #F29545;
	border: 1px solid #F29545;
	padding: 7px 10px;
	width: 15%;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	float: right;
	margin-top: 15px;
}

	#custom-button:hover {
		color: #fff;
		background-color: #0069d9;
		border-color: #0062cc;
	}

#custom-text {
	margin-left: 10px;
	font-family: sans-serif;
	color: #aaa;
}

.modal-dialog .btm_row {
	width: 100%;
	margin-top: 100px;
}

.save_btn03 {
	background-color: #4abc02 !important;
	border: 1px solid #4abc02 !important;
	width: 15%;
}

	.save_btn03:hover {
		color: #fff;
		background-color: #0069d9 !important;
		border-color: #0062cc !important;
	}

.time_pnl {
	width: 40%;
	float: left;
}

	.time_pnl .card {
		margin: 0 auto;
		padding: 0px;
		display: block;
		width: auto;
		text-align: center;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		position: absolute;
		top: 50%;
		left: 30%;
		transform: translate(-50%, -75%);
	}

	.time_pnl #countdown {
		font-size: 16px;
		font-weight: 600;
	}

.data_table {
	width: 100%;
	/* border: 1px solid red; */
	;
}

	.data_table .table {
		border-spacing: 0 !important;
	}

		.data_table .table .dropdown {
			display: inline-block;
		}

		.data_table .table td,
		.data_table .table th {
			vertical-align: middle;
			margin-bottom: 10px;
			border: none;
		}

		.data_table .table thead tr,
		.data_table .table thead th {
			border: none;
			font-size: 12px;
			letter-spacing: 1px;
			background: transparent;
		}

		.data_table .table td {
			background: #fff;
		}

			.data_table .table td:first-child {
				border-top-left-radius: 10px;
				border-bottom-left-radius: 10px;
			}

			.data_table .table td:last-child {
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
			}

	.data_table .avatar {
		width: 2.75rem;
		height: 2.75rem;
		line-height: 3rem;
		border-radius: 50%;
		display: inline-block;
		background: transparent;
		position: relative;
		text-align: center;
		color: #868e96;
		font-weight: 700;
		vertical-align: bottom;
		font-size: 1rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.data_table .avatar-sm {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 0.83333rem;
		line-height: 1.5;
	}

	.data_table .avatar-img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.data_table .avatar-blue {
		background-color: #c8d9f1;
		color: #467fcf;
	}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	top: 15px;
	left: 14px;
	border: none;
	box-shadow: none;
}

.data_table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.data_table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
	padding-left: 48px;
}

.data_table table.dataTable > tbody > tr.child ul.dtr-details {
	width: 100%;
}

.data_table table.dataTable > tbody > tr.child span.dtr-title {
	min-width: 50%;
}

.data_table table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.data_table table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.data_table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
	padding: 0.75rem 1rem 0.125rem;
}

.data_table div.dataTables_wrapper div.dataTables_length label,
.data_table div.dataTables_wrapper div.dataTables_filter label {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.data_table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-top: 1rem;
	}
}

.data_table .btn-icon {
	background: #fff;
}

	.data_table .btn-icon .bx {
		font-size: 20px;
	}

.data_table .btn .bx {
	vertical-align: middle;
	font-size: 20px;
}

.data_table .dropdown-menu {
	padding: 0.25rem 0;
}

.data_table .dropdown-item {
	padding: 0.5rem 1rem;
}

.data_table .badge {
	padding: 0.5em 0.75em;
}

.data_table .badge-success-alt {
	background-color: #d7f2c2;
	color: #7bd235;
}

.data_table .table a {
	color: #212529;
}

	.data_table .table a:hover,
	.data_table .table a:focus {
		text-decoration: none;
	}

.data_table table.dataTable {
	margin-top: 12px !important;
}

.data_table .icon > .bx {
	display: block;
	min-width: 1.5em;
	min-height: 1.5em;
	text-align: center;
	font-size: 1.0625rem;
}

.data_table .btn {
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.5rem 0.75rem;
}

.data_table .avatar-blue {
	background-color: #c8d9f1;
	color: #467fcf;
}

.data_table .avatar-pink {
	background-color: #fcd3e1;
	color: #f66d9b;
}

.data_table .table.dataTable thead > tr > th {
	background-color: #F29545;
	color: #fff;
	font-weight: 500;
}

.data_table .table td,
.data_table div.dataTables_wrapper div.dataTables_info,
.data_table .accordionbody li {
	font-size: 13px;
}

.data_table .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #eeeeee;
	border-radius: 0 !important;
}

.data_table div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
	font-size: 13px !important;
}

.data_table .form-control-sm {
	font-size: .675rem;
}

div.dataTables_wrapper div.dataTables_info {
	font-size: 13px;
}

.accordionbody li {
	font-size: 13px !important;
}

.add_new {
	float: right;
	margin: 0;
}

.fieldset {
	border: 2px groove threedface;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

	.fieldset h5 {
		font-size: 13px;
		background-color: #fff;
		width: auto;
		display: inline-block;
		position: absolute;
		top: -11px;
		left: 35px;
		padding: 2px 4px;
	}

		.fieldset h5:before {
			content: "";
			margin-right: 10px;
			color: rgb(255, 150, 50);
			position: absolute;
			left: -18px;
			top: 0px;
			font-size: 12px;
			background-color: #fff;
			padding: 3px;
			background: url('../dist/img/Information_icon.png') no-repeat;
			width: 19px;
			height: 19px;
		}

.fieldset_mid {
	width: 75%;
	margin: 0 auto;
}

/* .calendar{
  margin-bottom:200px;
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
} */

/* From here you can start to copy */

.calendar {
	padding: 8px;
	background: #ffffff;
	border-radius: 4px;
	font-size: 18px;
	border: 1px solid #333333;
	box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*
.ui-datepicker {
	background: #ffffff;
	border-radius: 15px;
	padding:0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #f29545 !important;
	background: #f29545 !important;
	border-radius: 0 !important;
}
.ui-datepicker-header {
	height: 40px;
	line-height: 44px;
	color: #ffffff;
	background: #31639c;
	margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	width: 20px;
	height: 20px;
	text-indent: 9999px;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	margin-top: 12px;
}

.ui-datepicker-prev {
	float: left;
	margin-left: 12px;
}

	.ui-datepicker-prev:after {
		transform: rotate(45deg);
		margin: -43px 0px 0px 8px;
	}

.ui-datepicker-next {
	float: right;
	margin-right: 12px;
}

	.ui-datepicker-next:after {
		transform: rotate(-135deg);
		margin: -43px 0px 0px 6px;
	}

	.ui-datepicker-prev:after,
	.ui-datepicker-next:after {
		content: '';
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}

	.ui-datepicker-prev:hover,
	.ui-datepicker-next:hover,
	.ui-datepicker-prev:hover:after,
	.ui-datepicker-next:hover:after {
		border-color: #333333;
	}

.ui-datepicker-title {
	text-align: center;
	font-size: 16px;
}

.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}

	.ui-datepicker-calendar thead tr th span {
		display: block;
		width: 30px;
		color: #4f2e73;
		margin-bottom: 5px;
		font-size: 13px;
	}

.ui-state-default {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 30px;
	font-size: 13px;
}

	.ui-state-default:hover {
		color: #ffffff;
		background: #31639c;
		border-radius: 50px;
		transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
	}

.ui-state-highlight {
	color: #ffffff;
	background-color: #31639c;
	border-radius: 50px;
}

.ui-state-active {
	color: #ffffff;
	background-color: #31639c;
	border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
	color: #eee;
	border: 2px solid transparent;
}*/

.icon {
	margin-left: -30px;
	margin-top: -26px;
	position: relative;
	color: #31639c;
	font-size: 20px;
}

.fieldset_mid .lbl_txt {
	font-size: 13px;
	font-weight: 500 !important;
	color: #000;
	margin-bottom: 10px;
}

.fieldset_mid .form-control {
	font-size: 13px;
}

.submit_panel {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ced4da;
	text-align: center;
}

.new_quiz03 {
	background-color: #f44336 !important;
	border-color: #f44336 !important;
}

.new_table_row {
	width: 100%;
	padding: 20px 0;
}

	.new_table_row table {
		width: 100%;
		border-collapse: collapse;
	}

	/* Zebra striping */
	.new_table_row tr:nth-of-type(odd) {
		background: #eee;
	}

	.new_table_row th {
		background: #4caf50;
		color: white;
		font-weight: 500;
	}

	.new_table_row td,
	.new_table_row th {
		padding: 10px;
		border: 1px solid #ccc;
		text-align: left;
		font-size: 13px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

	table {
		width: 100%;
	}

	/* Force table to not be like tables anymore */
	.new_table_row table,
	.new_table_row thead,
	.new_table_row tbody,
	.new_table_row th,
	.new_table_row td,
	.new_table_row tr {
		display: block;
	}

		/* Hide table headers (but not display: none;, for accessibility) */
		.new_table_row thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

	.new_table_row tr {
		border: 1px solid #ccc;
	}

	.new_table_row td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

		.new_table_row td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			/* Label the data */
			content: attr(data-column);
			color: #000;
			font-weight: bold;
		}
}

/* 5/5/2022 */

.content01 {
	height: 100px;
	width: 45%;
	color: #fff;
	font-size: 24px;
	line-height: 100px;
	/* centering text just for view */
	text-align: center;
	background-color: grey;
	margin: 5px;
	border: 1px solid lightgrey;
	display: none;
}

#loadMore {
	display: inline-block;
	font-weight: 400;
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #F29545;
	border: 1px solid #F29545;
	padding: 7px 20px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

	#loadMore:hover {
		color: blue;
		background-color: #fff;
		border: 1px solid blue;
		text-decoration: none;
	}

.noContent {
	color: #000 !important;
	background-color: transparent !important;
	pointer-events: none;
}

.add_sec01 {
	width: 100%;
	margin-top: 10px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	ul.tabs li {
		background: none;
		color: #222;
		display: inline-block;
		padding: 10px 15px;
		cursor: pointer;
	}

		ul.tabs li.current {
			background: #F29545;
			color: #fff;
		}

.tab-content {
	display: none;
	background: #fff;
	padding: 15px 0;
}

	.tab-content.current {
		display: inherit;
	}

.accordionbody {
	width: 100%;
}




/***** modal start *****/

input[type=text],
input[type=url],
input[type=number] {
	width: 100%;
	padding: 8px 14px;
	margin: 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input[type=url] {
	width: 100%;
	padding: 8px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input:focus-visible {
	outline: none;
}

.modal-header .icon-position {
	margin: 0;
}


.modal-content .modal-body .modal-btn-one {
	color: #fff;
	background-color: #7b7b7b;
	padding: 10px 32px;
}

.modal-content .modal-body .modal-btn-two {
	color: #fff;
	background-color: #4f2e73;
	float: right;
	padding: 10px 32px;
}


/***** modal end *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.edit-area button {
		margin-bottom: 5px;
	}

	.edit-area .col-lg-5 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.edit-area button {
		margin-bottom: 5px;
		justify-content: center;
	}

	.edit-area .col-lg-5 {
		padding: 0;
	}

	.modal-dialog {
		max-width: 95%;
	}

	/* .modal-content .modal-body .modal-btn-one {
		padding: 10px 17px;
	}
	.modal-content .modal-body .modal-btn-two {
		padding: 10px 10px;
	} */
	/*.modal-body {
		padding: 55px 45px;
	}*/

	.profilePreview {
		margin-bottom: 20px;

	}
}

@media screen and (max-width: 575px) {
	.result_table {
		margin-top: 30px;
	}
}

.accordioncontent .col-1:first-child {
	padding-right: 0;
}

textarea:focus-visible {
	outline: none;
}

.inputWithIcon textarea {
	width: 100%;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 8px 0;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	transition: 0.3s;
	font-size: 13px;
}

.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0d1d33;
	border-color: #0d1d33;
}

.add_student_btn:focus {
	background-color: #0d1d33;
	border-color: #0d1d33;
	outline: none;
}

.add_student_btn:focus-visible {
	outline: none;
}

.delete_btn:focus-visible {
	outline: none;
}

.delete_btn:focus {
	outline: none;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus {
	outline: none;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus-visible {
	outline: none;
}

.alertify.ajs-closable .ajs-commands button.ajs-close:focus {
	outline: none;
}

.alertify.ajs-closable .ajs-commands button.ajs-close:focus-visible {
	outline: none;
}



.form_box .custom-file:first-child {
	margin-bottom: 13px;
}

.form_box .col-md-6 .form-group input[type=text] {
	margin: 0;
}

.data_table .col-sm-12 input {
	margin-left: 8px;
}

.accordioncontent .mcqtype {
	margin-right: 15px;
}

@media (max-width:425px) {
	.accordioncontent .delete_btn {
		padding: 10px 6px;
		font-size: 12px;
	}
}

.mcqquestions {
	margin: 15px -7.5px;
}

.quiz_sec_top select {
	margin-bottom: 15px;
}

.addnewsectionbutton {
	margin-bottom: 10px;
}

.add-opt {
	display: flex;
	justify-content: space-between;
}

@media (max-width:991px) {
	.add-opt {
		margin-top: 15px;
	}
}

.tabs .tab-link {
	margin-top: 15px;
}

/*.quiz_sec_top input {
	margin-bottom: 15px;
}*/

.draft-sec {
	display: flex;
	justify-content: space-between;
}

.dataTables_wrapper .dataTables_length {
	text-transform: capitalize;
}

.dataTables_wrapper label {
	display: flex;
	align-items: center;
}

.dataTables_wrapper select {
	margin: 0 15px;
	max-width: 100px;
}


.instructor-setting .form-group {
	position: relative !important;
}

	.instructor-setting .form-group i {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
.custom-file-label{
	margin:0
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: #F29545 !important;
}

.content .form-control {
	border-radius: 3px;
	display: flex;
	align-items: center;
	padding: 10px 12px;
	border:1px solid #ccc !important;
}
	.content .form-control:focus {
		border: 1px solid #f29545 !important;
	}

	.breadcrumb-item a {
		color: #212529 !important;
	}

button:focus {
	outline: none !important;
}

/*result page style*/

.justify-content-evenly {
	justify-content: space-evenly !important;
}
.progress-sec h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.progress-sec p {
	font-size: 13px;
	color: #393f4f;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
}

.progress-sec .card-footer {
	background-color: #f1faf7;
	border-radius: 0 0 .25rem .25rem;
}

.progress-sec figure .table-responsive {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border-radius: 0.25rem;
}

.progress-sec h5 {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 25px;
}

.progress-sec h4 {
	font-size: 19px;
	margin-bottom: 17px;
	font-weight: 600;
}

.progress-sec .save_btn {
	width: 100%;
	margin-top: 10px;
}

.progress-sec .table td, .progress-sec .table th {
	font-weight: 500;
	font-size: 13px;
}

.progress-sec .table th {
	font-weight: 600;
	background-color: #f1f0ee;
}

.progress-sec .table tr th:last-child,
.progress-sec .table tr td:last-child {
	text-align: right;
}

.bd-top {
	border-top: 1px solid #000 !important;
}

.textOverGraph {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin-top: 5px;
}

#myTextBox {
	font-size: 1.75rem !important;
	color: rgb(52 58 64) !important;
	margin-top: 0 !important;
	font-weight: 500 !important;
	font-family: unset !important;
	outline: 0;
	outline: 8px solid #f29545;
	border-radius: 50%;
	height: 105px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	/* margin: 0; */
}

input#range_5 {
	font-size: 1.75rem !important;
	color: rgb(52 58 64) !important;
	margin-top: 0 !important;
	font-weight: 500 !important;
	font-family: unset !important;
	outline: 0;
	outline: 8px solid #f29545;
	border-radius: 50%;
	height: 105px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	/* margin: 0; */
}

.details-arrow {
	margin-right: 8px;
	font-size: 15px;
	cursor: pointer;
}

.details-box {
	margin-top: 15px;
}

.details-panel {
	display: none;
	padding: 0.75rem;
	border-top: 1px solid #000;
	font-size: 13px;
}



.relate-link li {
	font-size: 12px;
	color: #007bff;
	margin-bottom: 10px;
}

	.relate-link li span {
		font-size: 11px;
		color: #393f4f;
		font-weight: 500;
		line-height: 1.7;
	}

.card-title {
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.paraTxt {
	font-size: 13px;
	color: #393f4f;
	font-weight: 600;
}

.progress-sec .irs--flat .irs-bar,
.progress-sec .irs--flat .irs-line {
	height: 5px;
}

.progress-sec .irs--flat .irs-handle > i:first-child {
	top: 1px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.progress-sec .irs--flat {
	margin-bottom: 10px;
}

input[type="checkbox"] {
	accent-color: #4f2e73 !important;
}

.swal2-styled.swal2-confirm {
	background-color: #F29545 !important;
	border-color: #F29545 !important;
	border-radius: 3px !important;
	padding: 0.375rem 2rem;
	font-weight: 400 !important;
}

	.swal2-styled.swal2-confirm:hover {
		color: #fff;
		background-color: #0d1d33;
		border-color: #0d1d33;
	}

	.swal2-styled.swal2-confirm:focus {
		box-shadow: none !important;
	}

.swal2-styled.swal2-cancel {
	background-color: #F29545 !important;
	border-color: #F29545 !important;
	border-radius: 3px !important;
	padding: 0.375rem 2rem;
	font-weight: 400 !important;
}

	.swal2-styled.swal2-cancel:hover {
		color: #fff;
		background-color: #0d1d33;
		border-color: #0d1d33;
	}

	.swal2-styled.swal2-cancel:focus {
		box-shadow: none !important;
	}

.devider {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
}

.custom-file label {
	overflow: hidden;
}

input[type=email] {
	width: 100%;
	padding: 8px 20px;
	margin: 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.password-validation span {
	display: none;
}

.red {
	color: red;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.green {
	color: #24984E;
	width: 100%;
	margin-bottom: 10px;
}

.password-validation span {
	font-size: 14px;
	margin-bottom: 5px;
}

span.special_validate {
	margin-bottom: 0px;
}

.charlength_validate {
	margin-top: 15px;
}

.password_validate span {
	display: none;
}

.errMsg {
	margin-top: 15px;
}

.card {
	border: 1px solid #ccc;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	/*outline: 1px solid #f29545;*/
	border: 1px solid #f29545;
}

.form-control {
	height: 50px;
}

.form-group {
	margin-bottom: 0;
}

.custom-file-input {
	height: 50px;
}

.custom-file {
	height: auto;
}

@media (max-width:425px) {
	.modal-content .modal-body .modal-btn-two {
		padding: 10px 23px;
	}

	/*.modal-body {
		padding: 55px 15px;
	}*/
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-right: 15px;
	padding-left: 15px;
}

.blue_btn:hover {
	background: #F29545;
}

.color:hover {
	background: #f29545;
}

.details-box a {
	color: #0d1d33;
}

.content-header a {
	color: #000;
}

	.content-header a.save_btn {
		color: #fff;
	}

.profile-img {
	list-style: none;
	padding: 0;
	margin: 0;
}

.profile-icon {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0, 0.5);
	padding: 8px 8px;
	color: #F29545;
	display: flex;
}

.profile-img li {
	display: inline-block;
}

	.profile-img li:not(:last-of-type) {
		margin-right: 10px;
	}

.profile-icon-img {
	width: 50px;
}

.details {
	/*background-image: linear-gradient(to top, #fff 85%, #F29545 15%);*/
	padding: 25px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: relative;
	/* padding-top: 50px; */
}

	.details:before, .schedule-details::before {
		position: absolute;
		content: " ";
		display: block;
		width: 100%;
		height: 100px;
		background: #F29545;
		top: 0;
		left: 0;
	}

.details-icon-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: fill;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
}

.details_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	outline: 8px solid #FFF;
	margin-top: 5px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	z-index: 1;
	position: relative;
}

.student-name {
	color: #F29545;
	font-size: 30px;
	margin: 30px 0 20px;
}

.student-detail span {
	color: #F29545;
	font-weight: 600;
}

.icons {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F29545;
	color: #fff;
}

	.icons i {
		font-size: 20px;
	}

.icon-details h4 {
	color: #F29545;
	font-size: 16px;
	margin-bottom: 5px;
}

.icon-details span {
	color: #F29545;
	font-size: 14px;
}

.personal-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.personal-details li {
	display: inline-block;
	min-width: 200px;
	margin-bottom: 15px;
}

.details-table .table td, .details-table .table th {
	padding: 1.75rem 2rem;
	vertical-align: middle;
	border: 1px solid #f29545;
}

.details-table table.table thead th {
	background: #f29545;
	color: #fff;
}

.details-table .complete, .details-table .in_progress, .details-table .cancled {
	position: relative;
}

	.details-table .cancled:before, .details-table .in_progress:before, .details-table .complete:before {
		content: '';
		height: 12px;
		width: 12px;
		border-radius: 50%;
		top: 49%;
		left: 10px;
		position: absolute;
		transform: translateY(-50%);
	}

	.details-table .cancled:before {
		background-color: red;
	}

	.details-table .in_progress:before {
		background-color: #fdc800;
	}

	.details-table .complete:before {
		background-color: #4abc02;
	}

.schedule-details {
	/* background-image: linear-gradient(to top, #fff 85%, #F29545 15%); */
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	height: 100%;
	position: relative;
	/* z-index: -1; */
}

	.schedule-details h5 {
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.schedule-details p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 15px;
	}

.basic-info {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

	.basic-info h6 {
		font-weight: 900;
		font-size: 18px;
	}

	.basic-info p {
		color: #000;
		margin: 15px 0;
	}

	.basic-info i {
		color: #F29545;
	}

	.basic-info li:not(:last-of-type) {
		margin-bottom: 15px;
	}

.table td, .table th {
	vertical-align: middle;
	border-top: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
