/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/*-----------------------------------------------------------------------------------
  1. Base CSS
  2. Dashboard
  3. Homework


-----------------------------------------------------------------------------------*/

/*
Sakolawp Palletes:
Sakolawp Green : #8bdbad
Sakolawp Blue : #7BA1EA
Sakolawp Red :
*/

/*-----------------------------------------------------------------------------------*/
/*  1. Base CSS
/*-----------------------------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.sakolawp_errors {
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.skwp-clearfix:before,
.skwp-clearfix:after {
	content: "";
	display: table;
}

.skwp-clearfix:after {
	clear: both;
}

.skwp-clearfix {
	zoom: 1;
}

.skwp-mt-30 {
	margin-top: 30px;
}

.skwp-mt-40 {
	margin-top: 40px;
}

.skwp-column {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100%;
	position: relative;
	min-height: 1px;
}

.skwp-column-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.skwp-column-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.skwp-column-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.skwp-column-2of3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.skwp-column-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.skwp-column-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.skwp-column-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.skwp-column-25 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.skwp-column-75 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.skwp-column-40 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.skwp-column-60 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.skwp-column-80 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.skwp-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.skwp-column-nav {
	width: 25%;
}

.skwp-column-main {
	width: 75%;
	box-shadow: 0 2px 30px 0 rgba(200, 200, 200, 0.2);
}

.skwp-content-inner {
	background: #ffffff;
	margin-top: 20px;
	margin-right: 20px;
	font-family: 'Poppins';
	font-size: 12px;
}

.skwp-form-header {
	font-size: 20px;
	margin: 0 auto 20px;
}

/*==================== Tabs========================= */
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
	outline: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 2px solid #7ba1ea;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	color: #000000;
	text-decoration: unset;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	margin-right: 10px;
	padding: 10px 25px;
	font-size: 12px;
	font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #7ba1ea;
	outline: none;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #7ba1ea;
	text-decoration: unset;
	outline: none;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}


.skwp-tab-content {
	padding: 2% 2% 1%;
}

.skwp-logo {
	padding: 10px 20px 0px 2%;
}

.skwp-logo img {
	width: 90px;
}

.skwp-tabs-menu {
	padding-top: 10px;
}

/* =================Buttton============ */

.btn.skwp-btn {
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	padding: 10px 15px;
	font-size: 12px;
}

button.btn.skwp-btn {
	padding: 5px 50px;
}

.skwp-form-group.skwp-mt-30 {
	margin-top: 28px;
}

.btn-sm.skwp-btn {
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	font-size: 12px;
	margin-right: 5px;
}

.btn-sm.btn-success,
.btn.btn-success.skwp-btn {
	background-color: #8bdbad;
	color: #ffffff;
}

.btn-sm.btn-primary,
.btn.btn-primary.skwp-btn {
	background-color: #7BA1EA;
	color: #ffffff;
	border-width: 0;
}

.btn-sm.btn-danger,
.btn.btn-danger.skwp-btn {
	background-color: #FDF0F1;
	color: #ED4E51;
}

.btn-sm.btn-warning,
.btn.btn-warning.skwp-btn {
	background-color: #FAF6DD;
	color: #999999;
}

.btn-sm.btn-info,
.btn.btn-info.skwp-btn {
	background-color: #E7FCFD;
	color: #7BA1EA;
}

/* ==========Table============ */

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th,
.table td {
	padding: 12px 14px;
	vertical-align: top;
}

.table.table-lightbor th,
.table.table-lightbor td {
	border: 1px solid #edf2fb;
}

.table thead th {
	vertical-align: bottom;
	text-align: left !important;
	background: #edf2fb;
}

.table tbody+tbody {
	border-top: 2px solid rgba(83, 101, 140, 0.33);
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid rgba(83, 101, 140, 0.33);
}

.table-bordered th,
.table-bordered td {
	border: 1px solid rgba(83, 101, 140, 0.33);
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-schedule {
	margin: 0px 10px 0px 0px;
	min-width: 900px;
}

.table-schedule .pi-controls {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1; 
}

.table-schedule th,
.table-schedule td {
	border: 1px solid rgba(83, 101, 140, 0.33);
	position: relative;
}

.table-schedule thead th,
.table-schedule thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr {
	background: #f8f9fb;
}

.table-schedule .skwp-btn {
	display: inline-block;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #ffffff;
}

.table-striped tbody tr:hover {

	background: #edf2fc;
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(18, 95, 142, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(15, 80, 119, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(15, 80, 119, 0.075);
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #dff0d8;
}

.table-hover .table-success:hover {
	background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #d9edf7;
}

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f2dede;
}

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c;
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef;
}

.table-inverse {
	color: #fff;
	background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
	border-color: #fff;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
	border: 0;
}


/* ================FORM=============== */

/* form */
.form-control,
.skwp-form-control, 
.skwp-tab-content .skwp-form-control {
	display: block;
	width: 100%;
	max-width: 100% !important;
	padding: 5px 15px !important;
	font-size: 12px;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
.skwp-form-control {
	background-color: transparent;
	border: 0;
}

.form-control:focus,
.skwp-form-control:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #023d7b;
	outline: none;
}

.form-control::-webkit-input-placeholder,
.skwp-form-control::-webkit-input-placeholder {
	color: #636c72;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.skwp-form-control:-ms-input-placeholder {
	color: #636c72;
	opacity: 1;
}

.form-control::placeholder,
.skwp-form-control::placeholder {
	color: #636c72;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
.skwp-form-control:disabled,
.skwp-form-control[readonly] {
	background-color: #eceeef;
	opacity: 1;
	skwp-form-control
}

.form-control:disabled,
.skwp-form-control:disabled {
	cursor: not-allowed;
}

select.form-control:focus::-ms-value,
skwp-form-control select.skwp-form-control:focus::-ms-value {
	color: #464a4c;
	background-color: #fff;
}

.skwp-form-group {
	margin-bottom: 10px;
}

.skwp-form-group label,
.form-group label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.skwp-content-inner {
	padding-right: 20px;
}

.skwp-form-button {
	margin-top: 20px;
}

.skwp-btn {
	font-size: 11px;
	outline: none;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
}

.mark-homework input {
	font-size: 16px;
}
.modal-content .input-group {
	margin-bottom: 10px;
}



/* Modal */
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	margin-top: 0;
	font-size: 16px;
}

.modal-title~a,
.modal-title~button {
	font-size: 35px;
	text-decoration: none;
	color: #000;
	padding: 0rem !important;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
	line-height: 0.6 !important;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.pipeline-item .pi-controls {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1; 
}
.pipeline-item .pi-controls a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle; 
}
.pipeline-item .pi-controls .pi-settings {
	display: inline-block;
	color: #262626;
	vertical-align: middle; 
}

/* Daterange */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 13px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.dropdown-menu .calendar-table table td, 
.dropdown-menu .calendar-table table th {
	padding: unset;
	padding: 5px;
}
.calendar-table table {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.dropdown-menu .calendar-table table td.off {
	color: #dddddd;
}
.dropdown-menu .calendar-table table td.active {
	background-color: #7BA1EA;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  2. Dashboard
/*-----------------------------------------------------------------------------------*/

.admin-dash-grid-area {
	display: grid;
	grid-template-columns: repeat(15, 1fr);
}

.admin-welcome-inner {
	grid-column: span 6;
}
.admin-dash-grid-item.skwp-user-counter-item {
	grid-column: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-new-semes {
	display: inline-block;
	color: #7ba1ea;
	border: 1px solid #7ba1ea;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #ffffff;
	text-decoration: unset;
	margin: 15px 0;
	cursor: pointer;
}
.add-new-semes:hover {
	display: inline-block;
	color: #ffffff;
	border: 1px solid #7ba1ea;
	background-color: #7ba1ea;
}

.back a {
	display: inline-block;
	text-decoration: unset;
	color: #979797;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	padding: 5px 10px;
}

.back a:hover {
	color: #7aa0ea;
	background-color: #edf5ff;
	border: 1px solid #7aa0ea;
}

.admin-home-dashboard {
	padding: 0;
}
.dashboard-admin.skwp-content-inner {
	background-color: transparent;
}
.dashboard-admin .skwp-tabs-menu, .skwp-user-counter, .dashboard-admin .tab-pane {
	background-color: #ffffff;
}
.dashboard-admin .tab-pane {
	padding: 1% 2% 1%;
}
.dashboard-admin .tab-pane table {
	margin-top: 0;
}
.dashboard-admin .tab-pane.admin-home-dashboard-spec {
	padding: 0;
	background-color: transparent;
}

.admin-information {
	margin-bottom: 30px;
}
.admin-welcome-inner {
	padding: 30px;
	background-color: #edf2fb;
	border-bottom: 3px solid #7ba1ea;
}
.admin-welcome-inner .skwp-user-img {
	float: left;
}
.admin-welcome-inner .skwp-user-img img {
	border-radius: 100%;
	border: 5px solid #ffffff;
	width: 120px;
	height: 120px;
}
.skwp-admin-info {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
.skwp-admin-info .welcome-user {
	font-size: 26px;
	margin-bottom: 10px;
}
.skwp-admin-info .welcome-txt {
	font-size: 1em;
	margin: 1.33em 0;
}

.skwp-role-info {
	text-align: center;
	position: relative;
}
.skwp-user-counter-item {
	border-left: 2px solid #edf2fc;
	background-color: #ffffff;
}
.skwp-user-counter-item.teacher-counter {
	border-bottom: 3px solid #8bdbad;
}
.skwp-user-counter-item.student-counter {
	border-bottom: 3px solid #ED4E51;
}
.skwp-user-counter-item.parent-counter {
	border-bottom: 3px solid #efe5a8;
}
.user-item-count {
	font-size: 53px;
	margin-bottom: 0;
}

/* .skwp-info-card {
	width: 50%;
	max-width: 50%;
	padding: 0 15px;
}
.skwp-card-inner {
	border-radius: 10px;
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px -2px #ddd;
	background-color: #ffffff;
}
.skwp-card-inner .card-title {
	margin-top: 0;
}

.skwp-card-info-wrap {
	margin-bottom: 30px;
} */

.skwp-dash-widget-area {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.skwp-dash-widget-area .skwp-info-card {
    grid-column: span 6;
	box-shadow: 0px 0px 10px -2px #ddd;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Homework
/*-----------------------------------------------------------------------------------*/
.homework-attachment {
	margin: 30px 0;
}

.back.hidden-sm-down {
	margin-bottom: 10px;
	margin-top: 10px;
}

.student-homework-ans {
	padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Manage Routine
/*-----------------------------------------------------------------------------------*/
.manage-outine .skwp-form-group .skwp-column-1 {
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Student Area
/*-----------------------------------------------------------------------------------*/

.student-area .murid-list {
	margin-bottom: 30px;
}

.pipeline-item .pi-name .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.pipeline-item .pi-name small {
	font-size: 13px;
}

.pipeline-item {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); 
}
.pipeline-item:last-child {
	margin-bottom: 0px; 
}
.pipeline-item .pi-controls {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1; 
}
.pipeline-item .pi-controls a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle; 
}
.pipeline-item .pi-controls .pi-settings {
	display: inline-block;
	color: #262626;
	vertical-align: middle; 
}

.pipeline-item .pi-controls .pi-settings > i {
	font-size: 15px;
	font-size: 1.5rem;
}
.pipeline-item .pi-controls .status {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	cursor: pointer; 
}

.pipeline-item .pi-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 20px 20px; 
}
.pipeline-item .pi-body .avatar {
	width: 70px;
	margin-right: 15px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
			flex: 0 0 50px; 
}
.pipeline-item .pi-body .avatar img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover; 
}
.pipeline-item .pi-body .pi-name {
	margin-bottom: 0px; 
}
.pi-link {
    margin-left: auto;
}
.pi-link a {
    color: #7BA1EA;
    outline: none;
    border: 0;
    text-decoration: none;
    background-color: #E5EAF3;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
}
.pi-link a:hover {
    color: #ffffff;
    background-color: #7BA1EA;
}
.pi-link .sakolawp-icon {
	align-self: center;
    justify-self: center;
    justify-content: center;
    line-height: 0;
}
.pipeline-item .pi-body .pi-sub {
	color: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	font-size: 1.3rem; 
}
.pipeline-item .pi-foot {
	background-color: #E5EAF3;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-radius: 0px 0px 4px 4px; 
}
.pipeline-item .pi-foot .tags {
	line-height: 1; 
}
.pipeline-item .pi-foot .tags .tag {
	padding: 3px 6px;
	line-height: 1;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #047bf8;
	color: #047bf8;
	margin-right: 2px;
	font-size: 0.72rem;
	border-radius: 4px;
	margin-bottom: 2px;
	margin-top: 2px; 
}
.pipeline-item .pi-foot .extra-info {
	margin-right: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 1px; 
}
.pipeline-item .pi-foot .extra-info i {
	margin-right: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	color: #047bf8;
	display: inline-block;
}
.pipeline-item .pi-foot .extra-info span {
	vertical-align: middle;
	display: inline-block; 
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  4. Attendances
/*-----------------------------------------------------------------------------------*/
.status-pilli {
	width: 10px;
	height: 10px;
	border-radius: 30px;
	background-color: #eee;
	display: inline-block;
	margin: 0px;
	padding: 0px; 
}
.status-pilli.yellow {
	background-color: #f8bc34; 
}
.status-pilli.red {
	background-color: #c21a1a; 
}
.status-pilli.green {
	background-color: #71c21a; 
}
.status-pilli .nows {
	border-style: solid;
	border-color: #262626;
}
.status-pilli.blue {
	background-color: #39a2d9;
}
.status-pilli.transpar {
	background-color: transparent;
}
td .status-pilli {
	display: none;
}
td .status-pilli:first-child {
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  5. Media Query
/*-----------------------------------------------------------------------------------*/

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 3rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

@media (max-width: 1024px) {
	.skwp-admin-info .welcome-user {
		line-height: 1.2;
	}
	
	.skwp-dash-widget-area .skwp-info-card {
		grid-column: span 12;
	}
}

@media (max-width: 769px) {
	/* base */
	.skwp-content-inner {
		padding-right: 0;
	}

	.admin-home-dashboard {
		padding: 0 !important;
	}

	/* columns */
	.skwp-row {
		margin-right: 0;
		margin-left: 0;
	}
	.skwp-column {
		padding: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	/* tabs */
	.skwp-logo {
		display: block;
		margin-bottom: 20px;
	}
	.nav-tabs {
		display: block;
	}
	.skwp-tabs-menu, .skwp-tab-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.nav-tabs .nav-link, 
	.homework-page .nav-tabs .nav-item {
		display: inline-block;
	}
	.manage-outine .nav-tabs .nav-item .nav-link, 
	.exam-page .tab-content .nav-item .nav-link {
		display: block;
		margin-right: 0;
	}

	.manage-outine .skwp-tab-content form {
		margin-bottom: 0;
	}
	.manage-outine .skwp-tab-content .skwp-btn {
		width: 100%;
	}

	/* modal */
	#exampleModal.modal {
		top: 60px;
	}

	/* buttons */
	.btn-sm.skwp-btn {
		display: block;
		margin-bottom: 5px;
	}
	.homework-attachment .skwp-btn {
		display: inline-block;
	}

	.skwp-admin-info {
		margin-top: 0px;
	}

	/* dashboard */
	.admin-welcome-inner {
		grid-column: span 15;
	}
	.admin-dash-grid-item.skwp-user-counter-item {
		grid-column: span 5;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 770px) and (max-width: 1365px) {
	.student-area .murid-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 640px) {
	.skwp-admin-info {
		margin-left: 10px;
	}
	.admin-welcome {
		width: 100%;
		max-width: 100%;
	}
	.skwp-user-counter {
		width: 100%;
		max-width: 100%;
	}
	.user-count-role {
		margin-bottom: 30px;
	}
}

.table tr.disabled {
    background-color: #eeeeee !important;
}

/* Lite CSS */
.free-ver-wrap {
	position: relative;
}
.free-ver-over {
	position: absolute;
	content: '';
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lite-context-wrap {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.lite-context-wrap p {
	margin-bottom: 30px;
}
.lite-context-wrap a {
	background-color: #333333 !important;
	color: #ffffff !important;
	padding: 10px 25px !important;
}
.sakola-ss-example img {
	max-width: 100%;
	width: 100%;
}