@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

html {
	position: relative;
	height: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #222;
	font-size: 15px;
	height: 100%;
}
main {
	padding-top: 50px;
}
.login-body {
	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.form-signin label {
	width: 100%;
	text-align: left;
}
#show_hide_password {
	padding: 0px;
	margin: 0px;
}
.form-control {
	font-size: 15px;
}
.form-select {
	font-size: 15px;
}
a {
	color: #222;
	outline: 0;
}
a:hover {
	color: #c68e00;
}
p {
	font-size: 15px;
}
.h2 {
	font-size: 18px;
	font-weight: 700;
}
.red {
	color: red;
}
.dir-rtl {
	direction: rtl;
}
.container {
	max-width: 1200px;
}
.wrapper {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 30px;
}
.logo-area {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 7%;
}
.logo {
	width: 403px;
	border: solid 1px #DDD;
	margin: auto;
	padding: 80px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.logo img {
	width: 100%;
	height: auto;
}
.btn {
	font-weight: 700;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .btn {
	margin-top: 15px;
}
.form-signin .fa-sign-in-alt {
	font-size: 48px;
	color: #0d6efd;
}
.form-signin h1 {
	font-weight: 600;
}
.add-btn {
	text-align: center;
	padding-bottom: 15px;
}
.add-btn a {
	font-size: 24px;
	color: #007bff;
}
.add-btn a:hover {
	color: #BBB;
}
.add-btn .btn {
	font-size: 16px;
	color: #000;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebarMenu .nav-item {
	margin-top: 5px;
}
#sidebarMenu h3 {
	font-size: 16px;
	border-bottom: solid 1px #DDD;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .border-top {
  margin-top: 10px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}
.sidebar .nav-link:hover {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 18px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}
.navbar-nav {
	display: unset;
}
.navbar-nav .nav-item {
	float: left;
	display: unset;
}

.list-group span {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
}
.list-group li {
	list-style: none;
}
.sayfalar {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sayfalar .pagination {
	margin-bottom: 0px;
}
.form {
	width: 100%;
	height: auto;
	max-width: 700px;
}
.form label {
	font-weight: 600;
}
.form button {
	margin-top: 10px;
}
.data-list {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.data-list form {
	margin-bottom: -20px;
}
.data-list h2 {
	font-size: 16px;
	font-weight: 700;
}
.data-list .card-body {
	padding-bottom: 0px;
}
.data-list .card-body .list-group-item {
	padding-left: 30px;
	padding-right: 30px;
}
.data-list-title {
	font-weight: 700;
}
.data-list-buttons {
	text-align: right;
}
.data-list .tab-content {
	padding-top: 20px;
}
.data-filters {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.data-filters label {
	font-weight: 600;
}
.data-filters .filter-btn {
	height: 32px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-item .active {
	color: #007bff;
}
.pack-select {
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #DDD;
}
.form-area {
	width: 100%;
	height: auto;
	float: left;
	border: solid 1px #DDD;
	padding: 30px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-radius: 7.5px;
	background-color: #f7f7f7;
}
.list-row {
	border-bottom: solid 1px #DDD;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#transfer-form {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	display: none;
}
.assesment-content {
	width: 100%;
	height: auto;
	border: solid 1px #DDD;
	border-radius: 7.5px;
	margin-top: 15px;
	padding: 15px 15px 0 15px;
}
.assesment-content p {
	font-weight: 600;
}
.assesment-content h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-decoration: underline;
}
.student-rates {
	margin-top: 15px;
}
.exam-btn {
	margin-top: 15px;
}
@media screen and (max-width: 50em) {
	main {
		padding-top: 90px;
	}
	#sidebarMenu .nav-item {
		margin-top: 10px;
	}
	.sidebar {
		top: 2.5rem;
	}
	.data-list-title {
		display: none;
	}
	.data-list-buttons {
		text-align: left;
		padding-top: 15px;
	}
	.data-filters label {
		margin-top: 15px;
	}
	.data-filters .filter-btn {
		height: auto;
		margin-top: -15px!important;
		margin-bottom: 30px;
	}
}