.login_area_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100vh;
}
.logo_area img {
	width: 290px;
}
.login_form_area {
	background: #fff;
	width: 30%;
	padding: 0 55px;
	height: 100vh;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.logo_graphic_area img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.login_graphic_area {
	background: #f5f4f9;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
}
.logo_area {
	text-align: center;
}
.card-footer {
	border-top: 0;
}
.card-footer {
	padding: 0;
}
.card-footer button {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	background: #ffaa17 !important;
	box-shadow: none !important;
	font-size: 16px;
}
.alert.alert-danger {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.top_head_heading h1 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 22px;
}
.card-icon-orange {
	padding: 6px !important;
	background: #FB8C00 !important;
}
.card-icon-blue {
	padding: 6px !important;
	background: #1D8AEF !important;
}
.card-icon-viol {
	padding: 6px !important;
	background: #7D4AE8 !important;
}
.card-icon img {
	width: 50px;
	padding: 8px;
}
.card-icon.card-icon-viol img {
	padding: 0;
}
.card-title {
	font-size: 25px;
	font-weight: 600;
	color: #000 !important;
}
.card-footer {
	border-top: 0 !important;
}
.chart_section_inner {
	display: flex;
	justify-content: space-between;
}
.chart_section_single img {
	width: 100%;
}
.chart_section_single {
	width: 32%;
}
.sidebar .logo::after {
	bottom: 0;
}
.sidebar .logo a.logo-mini {
	width: 60px;
	bottom: 16px;
	position: relative;
	left: -13px;
}
.sidebar[data-color="rose"] li.active > a {
	background-color: #feaa17;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgb(253, 169, 22) !important;
}
.sidebar .logo {
	background: #fff;
	height: 77px;
}
.top_head_heading .add a {
	background: #FEAA16;
}
.card.table_all table thead {
	background: #E4E4E4;
	color: #000;
}
.card.table_all table thead tr th {
	padding: 15px 15px !important;
	border: 0;
	font-weight: 500;
	font-size: 14px;
}
.card.table_all table tbody tr td {
	padding: 15px 15px !important;
	font-size: 14px;
}
.card.table_all table tbody tr td > div > a {
	padding: 7px 17px;
}
.card.table_all table tbody tr td > div > a:nth-child(1) {
	background: #55CB84;
}
.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
	background-color: #feaa16;
	border-color: #feaa16;
}
.card-icon.school_edit_icon {
	padding: 8px !important;
}
.card-icon.school_edit_icon {
	background: #fea916 !important;
}
.card-footer.school_edit_button button {
	display: inline-block;
	width: 150px;
}
.cut_padding {
	padding: 0 !important;
}
.teacher_page_area .add a:nth-child(1) {
	background: #feaa17;
}
.teacher_page_area .add a:nth-child(2) {
	background: #1b8cef;
}
.select_area select {
	display: block;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 5px;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
.select_area {
	margin: 14px 0 0;
}
.add.notice_add_btn {
	margin: 0 0 53px;
}
.add.notice_add_btn a {
	background: #feaa17;
}
.notic_delete_btn a {
	background: #dd1818;
	padding: 6px 12px;
}
.notice_body_area .badge {
	background: transparent;
	color: #000;
	padding: 0;
	font-size: 15px;
}
.card-footer.cre_not_btn button {
	width: 150px;
}

#workshops-table {
  width: 100%;
}
.cret_workshop_btn a {
  background: #feaa17;
}
.create_worksub_btn button {
	width: 150px;
}
.card-icon.crd_sec {
	background: #ffaa17 !important;
}
#schoolworkshops-table tbody tr td .btn {
	background: #feaa17 !important;
	color: #fff;
	width: 125px;
}
.compitision_area input[type="submit"] {
	background: #feaa17;
	color: #fff;
	border: 0;
	width: 150px;
	height: 44px;
	margin: 24px 0 0;
	border-radius: 4px;
	cursor: pointer;
}
.card-icon.profile_cd {
	background: #ffaa17 !important;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
	background-color: #ffaa17;
	color: #fff;
}











/*============= Responsive Css =============*/


@media screen and (max-width: 600px) {
	.login_area_main {
	flex-direction: column-reverse;
}
.card.table_all {
	overflow: auto;
}
.card-title {
	font-size: 21px;
}
.login_graphic_area {
	width: 100%;
	height: 30%;
}
.login_form_area {
	width: 100%;
	padding: 0 15px;
	height: 70%;
}
.logo_area img {
	width: 190px;
}
.sidebar .logo::after {
	bottom: 0;
}
#navbarDropdownProfile p {
	display: none;
}
#navbarDropdownProfile i {
	position: relative;
	bottom: 4px;
}
.chart_section_inner {
	flex-direction: column;
}
.chart_section_single {
	width: 100%;
	margin: 0 0 20px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 22px 0 0;
	justify-content: flex-start;
}
.card.table_all table tbody tr td:nth-child(2) {
	min-width: 136px;
}
.card.table_all table tbody tr td:nth-child(4) {
	min-width: 130px;
}
.card.table_all table tbody tr td:nth-child(6) {
	min-width: 150px;
}
.card.table_all table tbody tr td:nth-child(7) {
	min-width: 150px;
}
.main-panel > .content {
	padding: 30px 0;
}
.navbar .navbar-brand {
	margin-left: 0;
}
.navbar-toggler {
	padding-right: 0;
}
div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
	text-align: left;
}






}

















