/*=============================
	Global CSS 
===============================*/
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #888;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #1a76d1;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
	background: #2C2D3F;
}

/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

.color-plate.active {
	right: 0;
}

.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #1A76D1;
	text-align: center;
	color: #fff !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}

.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}

.color-plate span:hover {
	cursor: pointer;
}

.color-plate span.color1 {
	background: #1A76D1;
}

.color-plate span.color2 {
	background: #2196F3;
}

.color-plate span.color3 {
	background: #32B87D;
}

.color-plate span.color4 {
	background: #FE754A;
}

.color-plate span.color5 {
	background: #F82F56;
}

.color-plate span.color6 {
	background: #01B2B7;
}

.color-plate span.color7 {
	background: #6c5ce7;
}

.color-plate span.color8 {
	background: #85BA46;
}

.color-plate span.color9 {
	background: #273c75;
}

.color-plate span.color10 {
	background: #FD7272;
}

.color-plate span.color11 {
	background: #badc58;
}

.color-plate span.color12 {
	background: #44ce6f;
}

/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header {
	background-color: #fff;
	position: relative;
}

.header .navbar-collapse {
	padding: 0;
}

/* Topbar */
.header .topbar {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header .topbar {
	padding: 15px 0;
}

.header .top-link {
	float: left;
}

.header .top-link li {
	display: inline-block;
	margin-right: 15px;
}

.header .top-link li:last-child {
	margin-right: 0px;
}

.header .top-link li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 400;
}

.header .top-link li:hover a {
	color: #1A76D1;
}

.header .top-contact {
	float: right;
}

.header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #2C2D3F;
}

.header .top-contact li:last-child {
	margin-right: 0;
}

.header .top-contact li a {
	font-size: 14px;
}

.header .top-contact li a:hover {
	color: #1A76D1;
}

.header .top-contact li i {
	color: #1A76D1;
	margin-right: 8px;
}

.header .header-inner {
	background: #fff;
	z-index: 999;
	width: 100%;
}

.get-quote {
	margin-top: 12px;
}

.get-quote .btn {
	color: #fff;
}

.header .logo {
	float: left;
	margin-top: 18px;
	width: 150px;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header .nav li {
	margin-right: 5px;
	float: left;
	position: relative;
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position: relative;
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #1A76D1;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: #1A76D1;
}

.header .nav li:hover a:before {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.header .nav li:hover a {
	color: #1a76d1;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header.style2 .logo {
	margin-top: 6px;
}

.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}

.header .widget-main {
	float: right;
}

.header.style2 .get-quote {
	margin-top: 0;
}

.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #1A76D1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.header .single-widget.btn {
	margin-left: 0;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: -20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left: 3px solid #2889e4;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #1A76D1;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	float: right;
}

.header .right-bar {
	padding-top: 20px;
}

.header .right-bar {
	display: inline-block;
}

.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a76d1;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #fff;
	background: #27AE60;
}

.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}

/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform: scale(0);
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #1A76D1;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.header .search-form button:hover {
	background: #fff;
	color: #1A76D1;
	border-color: #e6e6e6;
}

/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
}

/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider .single-slider .text {
	margin-top: 120px;
}

.slider.index2 .single-slider .text {
	margin-top: 150px;
}

.slider .single-slider h1 {
	/*color: #2C2D3F;*/
	font-size: 55px;
	font-weight: 700;
	margin: 0;
	padding: 22px 0px;
	line-height: 42px;
}

.slider .single-slider h1 span {
	/*color: #1a76d1;*/
}

.slider .single-slider p {
	/*color: #2C2D3F;*/
	margin-top: 27px;
	font-weight: 400;
	padding: 10px;
}

.slider .single-slider .button {
	margin-top: 30px;
}

.slider .single-slider .btn {
	color: #fff;
	background: #1a76d1;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .single-slider .btn.primary {
	background: #2C2D3F;
	color: #fff;
}

.slider .single-slider .btn.primary:before {
	background: #1A76D1;
}

.slider .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #1A76D1;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
	background: #2C2D3F;
	color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
	animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
	animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
	animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/

/* ===== STUDENT PACKAGES PAGE STYLES ===== */
.student-packages {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}

.card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
}

.card-header .d-flex {
	align-items: flex-start;
}

.card-header .package-title {
	flex: 1;
	margin-right: 15px;
	word-wrap: break-word;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.card-body {
	padding: 25px;
}

/* ===== STUDENT PACKAGE DETAIL PROGRESS ===== */
.progress-section {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #e9ecef;
	margin-bottom: 20px;
}

.progress-section h6 {
	color: #333;
	font-weight: 600;
	margin-bottom: 0;
}

.progress-section .badge {
	font-size: 14px;
	padding: 8px 12px;
}

.progress-section .progress {
	height: 25px;
	border-radius: 15px;
	background-color: #e9ecef;
	overflow: hidden;
}

.progress-section .progress-bar {
	background: linear-gradient(45deg, #1a76d1, #2196f3);
	border-radius: 15px;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	transition: width 0.6s ease;
}

.progress-section .text-muted {
	font-size: 13px;
	margin-top: 8px;
}

/* ===== STUDENT CALENDAR PAGE STYLES ===== */
.student-calendar {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}

.card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.calendar-nav {
	display: flex;
	align-items: center;
	gap: 15px;
}

.current-month {
	font-weight: 600;
	color: #333;
	min-width: 120px;
	text-align: center;
}

.btn-sm {
	padding: 6px 12px;
	font-size: 12px;
}

.card-body {
	padding: 25px;
}

.calendar-wrapper {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.calendar-header {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
}

/* Notification styles removed */



.card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* notification-actions removed */

.btn-sm {
	padding: 6px 12px;
	font-size: 12px;
}

.card-body {
	padding: 25px;
}

/* notifications-list removed */

/* ===== STUDENT DROPDOWN MENU STYLES (HEADER) ===== */
/* Student Navigation Styles */
.header-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.header-actions .btn {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.header-actions .btn:hover {
	transform: translateY(-1px);
}

.student-nav .btn-student-nav {
	background: #ffffff !important;
	border: 1px solid #dee2e6;
	color: #212529 !important;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	border-radius: 25px;
	transition: all 0.3s ease;
}

.student-nav .btn-student-nav:hover {
	background: #e9ecef;
	border-color: #adb5bd;
}

/* Student Dropdown Menu Styles */
.student-dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	margin-top: 5px !important;
	z-index: 1000 !important;
	min-width: 250px;
	padding: 0;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	background: #fff;
	right: 0 !important;
	left: auto !important;
	transform: none !important;
}

.student-dropdown-header {
	padding: 15px 20px;
	background: #ffffff !important;
	border-bottom: 1px solid #e9ecef;
	border-radius: 8px 8px 0 0;
}

.student-dropdown-header strong {
	display: block;
	color: #212529 !important;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}

.student-dropdown-header small {
	color: #6c757d;
	font-size: 12px;
}

.student-dropdown-menu .dropdown-item {
	padding: 12px 20px;
	color: #212529 !important;
	font-size: 14px;
	border-bottom: 1px solid #f8f9fa;
	transition: all 0.2s ease;
}

.student-dropdown-menu .dropdown-item:hover {
	background: #ffffff !important;
	color: #0056b3 !important;
}

.student-dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

.student-dropdown-menu .dropdown-divider {
	margin: 0;
	border-color: #e9ecef;
}

.student-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.student-avatar-default {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.student-name {
	font-weight: 500;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.student-dropdown-header {
	padding: 10px 15px;
	background: #ffffff !important;
	border-bottom: 1px solid #dee2e6;
}

.student-dropdown-header strong {
	font-size: 14px;
	color: #212529 !important;
	display: block;
}

.student-dropdown-header small {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 2px;
}

.dropdown-menu {
	min-width: 200px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	padding: 8px 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dropdown-item i {
	width: 16px;
	font-size: 16px;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
}

.dropdown-item.text-danger:hover {
	background-color: #f5c6cb;
	color: #721c24;
}

/* Auth Buttons */
.auth-buttons {
	display: flex;
	gap: 8px;
}

.btn-login {
	background: transparent;
	border: 1px solid #1A76D1;
	color: #1A76D1;
	padding: 6px 15px;
	font-size: 13px;
}

/* Student Packages Styles */
.student-packages {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}

/* İstatistik Kartları */
.stats-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 30px;
	align-items: start;
}

.stat-card {
	background: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-card.total {
	border-left: 4px solid #6f42c1;
	transition: all 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stat-card:hover .stat-number {
	color: #1a76d1;
}

.stat-card:hover .stat-label {
	color: #333;
}

.stat-card.active {
	border-left: 4px solid #28a745;
	transition: all 0.3s ease;
}

.stat-card.completed {
	border-left: 4px solid #17a2b8;
	transition: all 0.3s ease;
}

.stat-card.suspended {
	border-left: 4px solid #ffc107;
	transition: all 0.3s ease;
}

.stat-card.expired {
	border-left: 4px solid #dc3545;
	transition: all 0.3s ease;
}

.stat-icon {
	width: 60px;
	height: 60px;
	background: #f8f9fa;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #495057;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.stat-card.active .stat-icon {
	background: #28a745;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.stat-card.completed .stat-icon {
	background: #17a2b8;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
}

.stat-card.suspended .stat-icon {
	background: #ffc107;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.stat-card.expired .stat-icon {
	background: #dc3545;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.stat-card.total .stat-icon {
	background: #6f42c1;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

.stat-card:hover .stat-icon {
	transform: scale(1.05);
}

.stat-content {
	flex: 1;
}

.stat-number {
	font-size: 28px;
	font-weight: 800;
	color: #333;
	line-height: 1.2;
	margin-bottom: 5px;
	transition: all 0.3s ease;
}

.stat-label {
	font-size: 14px;
	font-weight: 600;
	color: #666;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.section-title {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e9ecef;
}

.section-title h5 {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-title h5 i {
	color: #007bff;
	font-size: 20px;
}

.packages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
	align-items: start;
}

.package-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 25px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
	height: fit-content;
}

.package-card.active {
	border-left: 4px solid #28a745;
}

.package-card.completed {
	border-left: 4px solid #17a2b8;
}

.package-card.suspended {
	border-left: 4px solid #ffc107;
}

.package-card.expired {
	border-left: 4px solid #dc3545;
	opacity: 0.8;
}

.package-card.cancelled {
	border-left: 4px solid #dc3545;
	opacity: 0.7;
}

.package-card:hover {
	/* transform: translateY(-2px); - Kaldırıldı: Kartların zıplamasını engeller */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.package-card.suspended:hover {
	/* transform: translateY(-2px); - Kaldırıldı: Kartların zıplamasını engeller */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.package-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.package-title h6 {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.package-status {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.package-status.active {
	background: #d4edda;
	color: #155724;
}

.package-status.completed {
	background: #d1ecf1;
	color: #0c5460;
}

.package-status.suspended {
	background: #fff3cd;
	color: #856404;
}

.package-status.expired {
	background: #f8d7da;
	color: #721c24;
}

.package-status.cancelled {
	background: #f8d7da;
	color: #721c24;
}

.package-icon {
	width: 40px;
	height: 40px;
	background: #f8f9fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6c757d;
	font-size: 18px;
}

.package-card.suspended .package-icon {
	background: #f8f9fa;
	color: #6c757d;
}

.package-details {
	margin-bottom: 20px;
}

.detail-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.detail-item:last-child {
	border-bottom: none;
}

.detail-item .label {
	font-weight: 600;
	color: #666;
	font-size: 14px;
}

.detail-item .value {
	color: #333;
	font-weight: 500;
}

.package-progress {
	margin-bottom: 15px;
}

.progress-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
}

.progress-info span:first-child {
	color: #666;
}

.progress-info span:last-child {
	color: #333;
}

.progress {
	height: 8px;
	background: #e9ecef;
	border-radius: 4px;
	overflow: hidden;
}

.progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #1a76d1, #2196f3);
	border-radius: 4px;
	transition: width 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-bar .progress-text {
	color: white;
	font-size: 12px;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.package-progress.no-progress .progress {
	background: #ffc107;
}

.package-progress.no-progress .progress-bar {
	background: #ffc107;
	min-width: 30px;
}

.package-progress.no-progress .progress-bar .progress-text {
	color: #333;
	text-shadow: none;
}

.package-progress.completed .progress-bar {
	background: linear-gradient(90deg, #17a2b8, #20c997);
}

.package-progress.suspended .progress-bar {
	background: linear-gradient(90deg, #ffc107, #ffca2c);
	opacity: 0.8;
}

.package-progress.expired .progress-bar {
	background: linear-gradient(90deg, #dc3545, #e74c3c);
}

.package-progress.cancelled .progress-bar {
	background: linear-gradient(90deg, #dc3545, #e74c3c);
}

.package-notes {
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-top: 15px;
}

.package-notes strong {
	color: #333;
	font-size: 14px;
}

.package-notes p {
	margin: 8px 0 0 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.package-actions {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}

.package-detail-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	border: 1px solid #dee2e6;
	border-radius: 8px;
	color: #495057;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.package-detail-btn:hover {
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: #ffffff;
	border-color: #007bff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
	text-decoration: none;
}

.package-detail-btn .btn-text {
	transition: all 0.3s ease;
}

.package-detail-btn i {
	font-size: 12px;
	transition: all 0.3s ease;
}

.package-detail-btn:hover i {
	transform: translateX(3px);
}

.empty-state {
	text-align: center;
	padding: 60px 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
}

.empty-icon {
	width: 80px;
	height: 80px;
	background: #f8f9fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #6c757d;
	font-size: 32px;
}

.empty-state h5 {
	color: #333;
	margin-bottom: 10px;
}

.empty-state p {
	color: #666;
	margin-bottom: 25px;
}

.btn {
	padding: 12px 25px;
	border-radius: 8px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	justify-content: center;
	width: 100%;
}

.btn-primary {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.btn-primary:hover {
	background: #0056b3;
	border-color: #0056b3;
	color: #fff;
	text-decoration: none;
}

/* Telafi Dersi Bölümü Stilleri */
.makeup-divider {
	margin: 15px 0;
	border-color: #e9ecef;
	border-width: 2px;
}

.makeup-section {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 12px;
	margin-top: 8px;
}

.makeup-title {
	color: #495057;
	font-weight: 600;
	margin-bottom: 12px;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.makeup-title i {
	color: #17a2b8;
}

.makeup-item {
	margin-bottom: 8px;
}

.makeup-item:last-child {
	margin-bottom: 0;
}

.badge-lg {
	font-size: 11px;
	padding: 5px 10px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.stats-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	
	.stat-card {
		padding: 15px !important;
		width: 100% !important;
		height: auto !important;
		min-height: 100px !important;
		justify-content: flex-start !important;
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
	}
	
	.stat-icon {
		width: 50px !important;
		height: 50px !important;
		font-size: 20px !important;
		margin-right: 12px !important;
		margin-left: 0 !important;
		flex-shrink: 0 !important;
		float: left !important;
		position: relative !important;
		left: 0 !important;
	}
	
	.stat-content {
		flex: 1 !important;
		min-width: 0 !important;
	}
	
	.stat-number {
		font-size: 32px !important;
		font-weight: 700 !important;
		margin-bottom: 5px !important;
		line-height: 1.2 !important;
		color: #333 !important;
	}
	
	.stat-label {
		font-size: 16px !important;
		color: #666 !important;
		line-height: 1.3 !important;
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}
	
	.stat-card:hover .stat-icon {
		transform: scale(1.02);
	}
	
	.stat-card:hover .stat-number {
		color: #1a76d1;
	}
	
	.stat-card:hover .stat-label {
		color: #333;
	}

	.packages-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.package-card {
		padding: 15px;
		margin-bottom: 15px;
	}

	.package-header {
		flex-direction: column;
		gap: 10px;
	}

	.package-icon {
		align-self: flex-end;
	}

	.package-progress {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.progress-info {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.progress {
		height: 10px;
	}

	.package-details {
		margin-bottom: 20px;
	}

	.detail-item {
		padding: 10px 0;
	}
}

.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 230px;
}

.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
}

.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index: 3;
	border-radius: 5px;
	background: #1A76D1;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 30px;
	z-index: 2;
}

.schedule .single-schedule:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #1A76D1;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
	opacity: 0.8;
}

.schedule .single-schedule:hover {
	transform: translateY(-5px);
}

.schedule .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: -1;
	visibility: visible;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.schedule .single-schedule span {
	display: block;
	color: #fff;
}

.schedule .single-schedule h4 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	margin-top: 13px;
}

.schedule .single-schedule p {
	color: #fff;
	margin-top: 22px;
}

.schedule .single-schedule a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.schedule .single-schedule a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
	width: 100%;
	width: 100%;
}

.schedule .single-schedule a i {
	margin-left: 10px;
}

.schedule .single-schedule .time-sidual {}

.schedule .single-schedule .time-sidual {
	overflow: hidden;
	margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
	margin: 0;
}

.schedule .single-schedule .time-sidual li span {
	display: inline-block;
	float: right;
}

.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}

/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
	padding-top: 0;
}

.Feautes.index2 {
	padding-top: 100px;
}

.Feautes.testimonial-page {
	padding-top: 100px;
}

.Feautes .single-features {
	text-align: center;
	position: relative;
	padding: 10px 20px;
}

.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #1a76d1;
}

.Feautes .single-features.last::before {
	display: none;
}

.Feautes .single-features .signle-icon {
	position: relative;
}

.Feautes .single-features .signle-icon i {
	font-size: 50px;
	color: #1a76d1;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	/*border: 1px solid #dddddd;*/
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Feautes .single-features:hover .signle-icon i {
	background: #1A76D1;
	color: #fff;
	border-color: transparent;
}

.Feautes .single-features h3 {
	padding-top: 128px;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 21px;
}

.Feautes .single-features p {
	margin-top: 20px;
}

/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts {
	position: relative;
}

.fun-facts.section {
	padding: 120px 0;
}

.fun-facts .single-fun {}

.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.fun-facts .single-fun:hover i {
	color: #1A76D1;
	background: #fff;
	border-color: transparent;
}

.fun-facts .single-fun .content {
	padding-left: 80px;
}

.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}

.fun-facts .single-fun p {
	color: #fff;
	font-size: 15px;
}

/*===================
	End Fun Facts
=====================*/

/*===================
	Why choose CSS
=====================*/
.why-choose .choose-left h3 {
	font-size: 24px;
	font-weight: 600;
	color: #2C2D3F;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

.why-choose .choose-left h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #1a76d1;
}

.why-choose .choose-left p {
	margin-bottom: 35px;
}

.why-choose .choose-left .list {}

.why-choose .choose-left .list li {
	color: #868686;
	margin-bottom: 12px;
}

.why-choose .choose-left .list li:last-child {
	margin-bottom: 0px;
}

.why-choose .choose-left .list li i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background: #1a76d1;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	padding-left: 2px;
	margin-right: 16px;
}

/* Start Faq CSS */
.why-choose {
	background: #fff;
}

.why-choose .choose-right {
	height: 100%;
	width: 100%;
	position: relative;
}

.why-choose .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #1a76d1;
	padding-left: 4px;
}

.why-choose .choose-right .video:hover {
	transform: scale(1.1);
}

.why-choose .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}

.why-choose .video-image .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.why-choose .video-image .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.why-choose .video-image .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*=======================
	End Why choose CSS
=========================*/

/*===============================
	Start Call to action CSS
=================================*/
.call-action .content {
	text-align: center;
	padding: 70px;
}

.call-action .content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 46px;
}

.call-action .content p {
	color: #fff;
	margin: 30px 0px;
	font-size: 15px;
}

.call-action .content .btn {
	background: #fff;
	margin-right: 20px;
	font-weight: 500;
	border: 1px solid #fff;
	color: #1a76d1;
}

.call-action .content .btn:before {
	background: #1A76D1;
}

.call-action .content .btn:hover {
	background: #1A76D1;
	color: #fff;
}

.call-action .content .btn:last-child {
	margin-right: 0px;
}

.call-action .content .second {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	color: #fff !important;
}

.call-action .content .second:before {
	background: #fff;
}

.call-action .content .second:hover {
	color: #1A76D1;
	border-color: transparent;
	background: #fff;
}

.call-action .content .second i {
	margin-left: 10px;
}

/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.portfolio {
	background: #F9F9F9;
}

.portfolio .single-pf {
	position: relative;
}

.portfolio .single-pf img {
	height: 100%;
	width: 100%;
}

.portfolio .single-pf:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #1a76d1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.portfolio .single-pf:hover:before {
	opacity: 0.7;
	visibility: visible;
}

.portfolio .single-pf .btn {
	color: #1a76d1;
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	border-radius: 4px;
}

.portfolio .single-pf:hover .btn {
	opacity: 1;
	visibility: visible;
}

.portfolio .single-pf .btn:hover {
	color: #fff;
}

.portfolio .owl-nav {
	display: none;
}

/* Slider Nav */
.pf-details .image-slider .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #1A76D1;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #1A76D1;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

.pf-details .image-slider {
	border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
	height: 100%;
	width: 100%;
}

.pf-details .date {
	background: #1a76d1;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}

.pf-details .date ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 60px;
}

.pf-details .date ul li:last-child {
	margin: 0;
}

.pf-details .date ul li span {
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
}

.pf-details .body-text {}

.pf-details .body-text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-top: 40px;
}

.pf-details .body-text p {
	margin-top: 20px;
}

.pf-details .body-text .share {
	margin-top: 40px;
}

.pf-details .body-text .share h4 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}

.pf-details .body-text .share ul {
	display: inline-block;
	margin-left: 12px;
}

.pf-details .body-text .share ul li {
	display: inline-block;
	margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
	margin-right: 0;
}

.pf-details .body-text .share ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #C8C8C8;
	color: #757575;
	display: block;
	border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
	color: #fff;
	border-color: transparent;
	background: #1A76D1;
}

/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service {
	margin: 30px 0;
	position: relative;
	padding-left: 70px;
}

.services .single-service i {
	font-size: 45px;
	color: #1a76d1;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-service h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #2C2D3F;
}

.services .single-service h4 a {
	color: #2C2D3F;
	font-size: 20px;
	font-weight: 600;
}

.services .single-service h4 a:hover {
	color: #1A76D1;
}

.services .single-service p {
	color: #868686;
}

/*-- Service Details --*/
.services-details-img {
	margin-bottom: 50px;
}

.services-details-img img {
	width: 100%;
	margin-bottom: 30px;
}

.services-details-img h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 16px;
}

.services-details-img P {
	margin-bottom: 20px;
}

.services-details-img blockquote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #1a76d1;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}

.services-details-img blockquote i {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 38px;
	font-size: 32px;
}

.service-details-inner-left {
	width: 100%;
	height: 100%;
}

.service-details-inner-left img {
	display: none;
}

.service-details-inner {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #1a76d1;
	padding-left: 15px;
}

.service-details-inner p {
	margin-bottom: 15px;
}

.service-details-inner p:last-child {
	margin-bottom: 0;
}

/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials {
	position: relative;
}

.testimonials .section-title h2 {
	color: #fff;
}

.testimonials .single-testimonial {
	text-align: left;
	position: relative;
	background: #fff;
	padding: 40px 30px;
	margin: 5px;
	margin-bottom: 27px;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
	margin: 30px 20px;
}

.testimonials .single-testimonial:hover {
	box-shadow: 0px 10px 10px #0000001c;
	transform: translateY(-4px);
}

.testimonials .single-testimonial img {
	position: absolute;
	left: 30px;
	bottom: -26px;
	height: 55px;
	width: 55px;
	border-radius: 100%;
}

.testimonials .single-testimonial p {
	color: #868686;
	font-size: 14px;
}

.testimonials .single-testimonial .name {
	margin-top: 22px;
	color: #2C2D3F;
	font-weight: 500;
	font-size: 15px;
}

.testimonials .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 0 0 -52px;
	margin-top: 49px;
}

.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}

.testimonials .owl-dots .owl-dot:last-child {
	margin: 0px;
}

.testimonials .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}

.testimonials .owl-dots .owl-dot span:hover {
	background: #fff;
}

.testimonials .owl-dots .owl-dot.active span {
	background: #fff;
	width: 20px;
}

/*=============================
	End Testimonials CSS
===============================*/

/*==========================
	Start Departments CSS
============================*/
.departments .department-tab .nav {
	margin-bottom: 30px;
	background: transform;
	position: relative;
}

.departments .department-tab .nav li {
	text-align: center;
	margin-right: 54px;
}

.departments .department-tab .nav li a i {
	font-size: 50px;
	color: #868686;
}

.departments .department-tab .nav li a:hover {
	background: transparent;
}

.departments .department-tab .nav li a.active i {
	color: #1a76d1;
}

.departments .department-tab .nav li a {
	color: #fff;
	margin-top: 20px;
	border: none;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	padding: 0 10px 20px 10px;
}

.departments .department-tab .nav li a.active {
	border-color: #1a76d1;
}

.departments .department-tab .nav li span {
	display: block;
}

.departments .department-tab .nav li .first {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #868686;
}

.departments .department-tab .nav li a.active .first {
	color: #2C2D3F;
}

.departments .department-tab .nav li .second {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-top: 3px;
}

.departments .department-tab .tab-pane .department-left {}

.departments .department-tab .tab-pane .department-left h3 {
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.departments .department-tab .tab-pane .department-left h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background: #2C2D3F;
}

.departments .department-tab .tab-pane .department-left .p1 {
	color: #1a76d1;
	font-weight: 500;
	margin-bottom: 18px;
}

.departments .department-tab .tab-pane .department-left p {
	margin-bottom: 20px;
}

.departments .department-tab .tab-pane .department-left .list {}

.departments .department-tab .tab-pane .department-left .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}

.departments .department-tab .tab-pane .department-left .list li:last-child {
	margin-bottom: 0px;
}

.departments .department-tab .tab-pane .department-left .list li i {
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	line-height: 15px;
	color: #fff;
	background: #1a76d1;
	text-align: center;
	border-radius: 100%;
	font-size: 8px;
	margin-right: 20px;
	top: 4px;
}

.departments .department-tab .tab-content .tab-text h2 {
	font-size: 18px;
}

.departments .department-tab .tab-content .tab-text p {
	color: #555;
	margin-top: 10px;
}

/*==========================
	End Departments CSS
============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
	background: #f9f9f9;
	position: relative;
}

.pricing-table .single-table {
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	padding: 45px 35px 30px 35px;
}

/* Table Head */
.pricing-table .single-table .table-head {
	text-align: center;
}

.pricing-table .single-table .icon i {
	font-size: 65px;
	color: #1a76d1;
}

.pricing-table .single-table .title {
	font-size: 21px;
	color: #2C2D3F;
	margin-top: 30px;
	margin-bottom: 15px;
}

.pricing-table .single-table .amount {
	font-size: 36px;
	font-weight: 600;
	color: #1a76d1;
}

.pricing-table .single-table .amount span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-left: 8px;
}

/* Table List */
.pricing-table .single-table .table-list {
	padding: 10px 0;
	text-align: left;
	margin-top: 30px;
}

.pricing-table .table-list li {
	position: relative;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 18px;
	padding-right: 32px;
}

.pricing-table .table-list li:last-child {
	margin-bottom: 0px;
}

.pricing-table .table-list li.cross i {
	background: #aaaaaa;
}

.pricing-table .table-list i {
	font-size: 7px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #1a76d1;
	border-radius: 100%;
	padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
	margin-top: 25px;
}

.pricing-table .btn {
	padding: 12px 25px;
	width: 100%;
	color: #fff;
}

.pricing-table .btn:before {
	background: #2C2D3F;
}

.pricing-table .btn:hover {
	color: #fff;
}

.pricing-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}

/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.clients {
	padding: 100px 0px;
	position: relative;
}

.clients .single-clients {}

.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}

/*========================
	End Clients CSS
==========================*/

/*====================
	Start Team CSS
======================*/
.team {
	position: relative;
}

.team.single-page {
	background: #fff;
}

.team .section-title h2 {
	color: #fff;
}

.team .section-title p {
	color: #fff;
}

.team .single-team {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
}

.team .t-head {
	position: relative;
	overflow: hidden;
}

.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	content: "";
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team .single-team:hover .t-head::before {
	visibility: visible;
	opacity: 0.5;
}

.team .t-head img {
	width: 100%;
	position: relative;
}

.team .t-icon a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 46px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	margin: -23px 0 0 -75px;
	font-size: 15px;
	background: #2889E4;
	font-size: 13px;
	line-height: 46px;
	padding: 0;
	border-radius: 4px;
}

.team .single-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.team .t-bottom {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 25px 20px;
}

.team .t-bottom p {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
}

.team .t-bottom h2 {
	font-size: 18px;
	/*text-transform: capitalize;*/
	font-weight: 500;
	color: #2C2D3F;
}

.team .t-bottom h2 a:hover {
	color: #1A76D1;
}

/*-- Doctor Details --*/
.doctor-details-left {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.doctor-details-item img {
	width: 100%;
	border-radius: 0;
}

.doctor-details-item .doctor-details-contact {
	padding: 50px;
}

.doctor-details-item .doctor-details-contact h3 {
	font-weight: 600;
	font-size: 20px;
	color: #2C2D3F;
	margin-bottom: 30px;
}

.doctor-details-item .doctor-details-contact .basic-info {
	margin: 0;
	padding: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li {
	list-style-type: none;
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: #2C2D3F;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-contact .basic-info li:last-child {
	margin-bottom: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li i {
	display: inline-block;
	color: #1A76D1;
	margin-right: 8px;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.doctor-details-area .doctor-details-left .social {
	margin-top: 25px;
}

.doctor-details-area .doctor-details-left .social li {
	display: inline-block;
	margin-right: 10px;
}

.doctor-details-area .doctor-details-left .social li:last-child {
	margin-right: 0px;
}

.doctor-details-area .doctor-details-left .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	display: block;
	color: #757575;
	font-size: 16px;
}

.doctor-details-area .doctor-details-left .social li a:hover {
	color: #fff;
	background: #1A76D1;
	border-color: transparent;
}

.doctor-details-item .doctor-details-work h3 {
	font-weight: 600;
	font-size: 20px;
	color: #2C2D3F;
	margin-top: 30px;
}

.doctor-details-item .doctor-details-work .time-sidual {}

.doctor-details-item .doctor-details-work .time-sidual {
	overflow: hidden;
}

.doctor-details-item .doctor-details-work .time-sidual li {
	display: block;
	color: #2C2D3F;
	width: 100%;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-work .time-sidual li span {
	display: inline-block;
	float: right;
}

.doctor-details-item .doctor-details-work .day-head .time {
	font-weight: 400;
	float: right;
}

.doctor-details-area .doctor-details-right {
	padding-left: 60px;
	padding-top: 70px;
}

.doctor-details-item .doctor-details-biography {}

.doctor-details-item .doctor-details-biography h3 {
	font-weight: 600;
	font-size: 24px;
	color: #2f60bd;
	margin-bottom: 25px;
	margin-top: 25px;
}

.doctor-details-item .doctor-details-biography p {
	margin-bottom: 0;
}

.doctor-details-item .doctor-details-biography ul {
	margin: 0;
	padding: 0;
}

.doctor-details-item .doctor-details-biography ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-biography ul li:last-child {
	margin-bottom: 0;
}

.doctor-details-item .doctor-name .name {
	font-size: 30px;
	font-weight: 600;
}

.doctor-details-item .doctor-name .deg {
	font-size: 22px;
	margin: 10px 0 5px 0;
}

.doctor-details-item .doctor-name .degree {
	font-size: 16px;
}

/*====================
	End Team CSS
======================*/

/*=======================
	Start Blog CSS
=========================*/
.blog {
	background: #fff;
}

.blog .blog-title {
	text-align: center;
}

.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}

.blog .single-news img {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog .single-news .news-head {
	position: relative;
	overflow: hidden;
}

.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}

.blog .single-news .news-content:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background: #1A76D1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog .single-news:hover .news-content:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog .single-news .news-body h2 a {
	color: #2C2D3F;
	font-weight: 500;
}

.blog .single-news .news-body h2 a:hover {
	color: #1A76D1;
}

.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}

.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #1A76D1;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog.grid .single-news {
	margin-top: 30px;
}

/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}

.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #1A76D1;
}

.main-sidebar .single-widget:last-child {
	margin: 0;
}

.main-sidebar .search {
	position: relative;
}

.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}

.main-sidebar .search .button:hover {
	background: #1A76D1;
	color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
	color: #1A76D1;
	padding-left: 7px;
}

.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right: 0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
	margin-right: 6px;
	opacity: 1;
	visibility: visible;
}

/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}

.main-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.main-sidebar .single-post .image img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.main-sidebar .single-post .content {
	padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
	line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
	color: #1A76D1;
}

.main-sidebar .single-post .content .comment li {
	color: #888;
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
	margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
	display: inline-block;
	margin-right: 5px;
}

/* Blog Tags */
.main-sidebar .side-tags .tag {
	margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}

.main-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #1A76D1;
	border-color: transparent;
}

/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}

.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.news-single .news-head {}

.news-single .news-head img {
	width: 100%;
	height: 100%;
}

.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}

.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}

.news-single .news-title a:hover {
	color: #1A76D1;
}

/* Blog Meta */
.news-single {
	background: #fff;
}

.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}

.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}

.news-single .meta span:last-child {
	margin: 0;
}

.news-single .meta span,
.news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}

.news-single .meta span i {
	margin-right: 5px;
	color: #1A76D1;
}

.news-single .meta-left {
	float: left;
}

.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}

.news-single .meta-left .author {
	float: left;
}

.news-single .meta-left span.date {
	margin-top: 10px;
}

.news-single .meta-right {
	float: right;
	margin-top: 10px;
}

.news-single .news-content {
	margin: 20px 0;
}

.news-single .news-content p {
	margin-bottom: 10px;
}

.news-single .news-content p:last-child {
	margin: 0;
}

.news-single .news-text p {
	font-size: 14px;
	margin-bottom: 20px;
}

/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}

.news-single .image-gallery .single-image {
	overflow: hidden;
}

.news-single .image-gallery .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* Blockqoute */
.news-single blockquote {
	background-image: url('https://www.yodelingpanda.lol/404');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}

.news-single blockquote::before {
	opacity: 0.9;
}

.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}

.news-single .blog-bottom {
	overflow: hidden;
}

/* Social Share */
.news-single .social-share {
	float: left;
}

.news-single .social-share li {
	float: left;
}

.news-single .social-share li span {
	padding-left: 5px;
}

.news-single .social-share li.facebook a {
	background: #5d82d1;
}

.news-single .social-share li.twitter a {
	background: #40bff5;
}

.news-single .social-share li.google-plus a {
	background: #eb5e4c;
}

.news-single .social-share li.linkedin a {
	background: #238cc8;
}

.news-single .social-share li.pinterest a {
	background: #e13138;
}

.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}

.news-single .social-share li a:hover {
	background: #2B343E;
}

/* Prev Next Button */
.news-single .prev-next {
	float: right;
}

.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

.news-single .prev-next li:last-child {
	border: none;
}

.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}

.news-single .prev-next li a:hover {
	color: #fff;
	background: #1A76D1;
	border-color: transparent;
}

/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}

.news-single .blog-comments h4 span {
	float: right;
}

.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}

.news-single .single-comments.left img {
	position: absolute;
	left: 0;
	top: 0;
}

.news-single .single-comments:last-child {
	margin: 0;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-single .single-comments .main {
	overflow: hidden;
}

.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}

.news-single .single-comments .body {
	float: left;
	width: 85%;
}

.news-single .single-comments.left .body {
	float: noene;
	width: 100%;
}

.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.news-single .single-comments .comment-list .body {
	width: 78%;
}

.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}

.news-single .single-comments .comment-meta {
	margin-bottom: 5px;
}

.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

.news-single .single-comments .meta:last-child {
	margin: 0;
}

.news-single .comment-meta span i {
	margin-right: 5px;
}

.news-single .comment-meta span:last-child {
	margin: 0;
}

.news-single .single-comments p {
	font-size: 13px;
}

.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background: #1A76D1;
	color: #fff;
}

.news-single .single-comments a:hover {
	background: #2C2D3F;
	color: #fff;
}

.news-single .single-comments a i {
	margin-right: 5px;
}

.news-single .comment-list {
	padding-left: 50px;
}

.news-single .single-comments.login {
	text-align: center;
}

.news-single .single-comments.login i {
	font-size: 20px;
}

.news-single .single-comments.login a {
	text-align: center;
}

.news-single .single-comments.login a:hover {
	color: #353535;
}

.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.news-single .form {}

.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #1A76D1;
}

.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #2C2D3F;
}

.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size: 14px;
	color: #2C2D3F;
}

.news-single .form-group input,
.news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}

.news-single .form-group.message i {
	top: 22px;
}

.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;

}

.news-single .form-group .button:hover {
	background: #353535;
}

.news-single .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

.news-single .form-group.button {
	margin: 0;
	text-align: left;
}

.news-single .form-group.button .btn {
	background: #fff;
	background: #1A76D1;
	color: #fff;
}

.news-single .form-group.button .btn:hover {
	color: #fff;
}

.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*===================
	End Blog CSS
=====================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment {
	background: #fff;
	padding-top: 100px;
}

.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}

.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .title {}

.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.appointment.single-page .title p {}

.appointment .form {
	margin-top: 30px;
}

.appointment .form .form-group {}

.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	border-radius: 4px;
}

.appointment .form textarea {
	width: 100%;
	height: 200px;
	padding: 18px;
	border: 1px solid #eee;
	text-transform: capitalize;
	resize: none;
	border-radius: 4px;
}

.appointment .form-group .nice-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	font-weight: 400;
}

.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}

.appointment .form-group .list {
	border-radius: 4px;
}

.appointment .form-group .list li {
	color: #757575;
	border-radius: 0;
}

.appointment .form-group .list li.selected {
	color: #757575;
	font-weight: 400;
}

.appointment .form-group .list li:hover {
	color: #fff;
	background: #1A76D1;
}

.appointment .appointment-image {}

.appointment.single-page .button .btn {
	width: 100%;
}

.appointment .button .btn {
	font-weight: 500;
}

.appointment .button .btn:hover {
	color: #fff;
}

.appointment .form p {
	margin-top: 10px;
	color: #868686;
}

.appointment.single-page .work-hour {
	background: #1A76D1;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.appointment.single-page .time-sidual {
	margin-top: 15px;
}

.appointment.single-page .time-sidual {
	overflow: hidden;
}

.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}

.appointment.single-page .time-sidual li span {
	display: inline-block;
	float: right;
}

.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
}

/*==========================
	End Appointment CSS
============================*/

/*====================
   Start Login CSS
======================*/
.login .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.login .login-left {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
	padding: 60px 40px;
	border-radius: 10px;
	color: white;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.login .welcome-content h3 {
	color: white !important;
	margin-bottom: 20px;
	font-size: 28px !important;
	font-weight: 600 !important;
	text-align: left !important;
}

.login .welcome-content p {
	margin-bottom: 30px;
	opacity: 0.9;
	line-height: 1.6;
	color: white !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-align: left !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
}

.login .features-list ul {
	list-style: none;
	padding: 0;
}

.login .features-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	color: white !important;
}

.login .features-list li i {
	margin-right: 10px;
	color: #4CAF50 !important;
	font-size: 18px !important;
}

.login .features-list li span {
	color: white !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

/* Üye Ol Butonu Stilleri */
.login .register-link {
	margin-top: 30px;
	text-align: center;
}

.login .register-text {
	color: #666 !important;
	font-size: 14px !important;
	margin-bottom: 15px !important;
}

.login .register-btn {
	background: #1A76D1 !important;
	color: white !important;
	border: 2px solid #1A76D1 !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	display: inline-block !important;
	transition: all 0.3s ease !important;
}

.login .register-btn:hover {
	background: #0D47A1 !important;
	border-color: #0D47A1 !important;
	color: white !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 5px 15px rgba(26, 118, 209, 0.3) !important;
}

/* Şifremi Unuttum Linki Stilleri */
.login .lost-pass {
	color: #1A76D1 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	transition: all 0.3s ease !important;
}

.login .lost-pass:hover {
	color: #0D47A1 !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

.login .login-form {
	padding: 50px 40px;
}

.login .login-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.login .login-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #1A76D1;
}

.login .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.login .login-form p a {
	display: inline-block;
	margin-left: 5px;
	color: #1A76D1;
}

.login .login-form p a:hover {
	color: #2C2D3F;
}

.login .form {
	margin-top: 30px;
}

.login .form .form-group {
	margin-bottom: 22px;
}

.login .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: none;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.login .form .form-group.login-btn {
	margin: 0;
}

.login .form button {
	border: none;
}

.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.login .form .btn:hover {
	background: #1A76D1;
	color: #fff;
}

.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.login .login-form .checkbox label:hover {
	cursor: pointer;
}

.login .login-form .checkbox label input {
	display: none;
}

.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}

.login .login-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}

.login .login-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.login .login-form .lost-pass {
	display: inline-block;
	margin-left: 25px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.login .login-form .lost-pass:hover {
	color: #1A76D1;
}

/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.register .register-left {
	width: 100%;
	height: 100%;
}

.register .register-form {
	padding: 50px 40px;
}

.register .register-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.register .register-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #1A76D1;
}

.register .register-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.register .register-form p a {
	display: inline-block;
	margin-left: 5px;
	color: #1A76D1;
}

.register .register-form p a:hover {
	color: #2C2D3F;
}

.register .form {
	margin-top: 30px;
}

.register .form .form-group {
	margin-bottom: 22px;
}

.register .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.register .form .form-group.login-btn {
	margin: 0;
}

.register .form button {
	border: none;
}

.register .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.register .form .btn:hover {
	background: #1A76D1;
	color: #fff;
}

.register .register-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.register .register-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.register .register-form .checkbox label:hover {
	cursor: pointer;
}

.register .register-form .checkbox label input {
	display: none;
}

.register .register-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}

.register .register-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}

.register .register-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.register .register-form .terms {
	display: inline-block;
	margin-left: 5px;
	color: #1A76D1;
}

.register .register-form .terms:hover {
	color: #2C2D3F;
}

/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 25px;
}

.faq-wrap {
	margin-bottom: 50px;
}

.faq-wrap:last-child {
	margin-bottom: 30px;
}

.accordion {
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.accordion p {
	font-size: 15px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0;
}

.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 0 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}

.accordion a:hover {
	color: #fff !important;
	background: #1A76D1 !important;
}

.accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 16px;
	color: #232323;
	font-size: 25px;
	font-weight: 700;
}

.accordion a:hover:after {
	color: #fff !important;
}

.accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion li a.active {
	color: #ffffff;
	background-color: #1A76D1;
	border: 1px solid #1A76D1;
}

.accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #ffffff;
}

/*=====================
   End Faq CSS
=======================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.contact-us .contact-us-left {
	width: 100%;
	height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.contact-us .contact-us-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #1A76D1;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group.login-btn {
	margin: 0;
}

.contact-us .form button {
	border: none;
}

.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.contact-us .form .btn:hover {
	background: #1A76D1;
	color: #fff;
}

.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.contact-us .contact-us-form .checkbox label:hover {
	cursor: pointer;
}

.contact-us .contact-us-form .checkbox label input {
	display: none;
}

.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.contact-us .contact-info {
	margin-bottom: 50px;
}

.contact-us .single-info {
	background: #1a76d1;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #1A76D1;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	left: 40px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;

}

.contact-us .single-info .content p {
	color: #fff;
	margin-top: 5px;
}

/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

/*=========================
   End Contact Us CSS
===========================*/

/*========================
	Start Error 404 CSS
==========================*/
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}

.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}

.error-page .error-inner p {
	padding: 20px 15px;
}

.error-page .search-form {
	width: 100%;
	position: relative;
}

.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
}

.error-page .search-form input:hover {
	padding-left: 35px;
}

.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #1A76D1;
	display: inline-block;
	position: relative;
	top: -2px;
}

.error-page .search-form .btn i {
	font-size: 16px;
}

/*========================
	End Error 404 CSS
==========================*/

/*===========================
	Start Mail Success CSS
=============================*/
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.mail-seccess .success-inner {
	display: inline-block;
}

.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}

.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}

.mail-seccess .success-inner p {
	padding: 20px 15px;
}

.mail-seccess .success-inner .btn {
	color: #fff;
}

/*===========================
	End Mail Success CSS
=============================*/

/*=========================
	Start Newsletter CSS
===========================*/
.newsletter {
	background: #EDF2FF;
}

.newsletter .subscribe-text {}

.newsletter .subscribe-text h6 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #2C2D3F;
}

.newsletter .subscribe-text p {}

.newsletter .subscribe-form {
	position: relative;
}

.newsletter .common-input {
	height: 60px;
	width: 300px;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	font-weight: 400;
}

.newsletter .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 180px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}

.newsletter .btn:before {
	border-radius: 5px;
}

.newsletter .button:hover {
	box-shadow: none;
}

/*=========================
	End Newsletter CSS
===========================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
	position: relative;
	z-index: 1;
}

.doctor-calendar-table {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.doctor-calendar-table table {
	margin-bottom: 0;
}

.doctor-calendar-table table thead tr th {
	vertical-align: middle;
	text-align: center;
	background-color: #1A76D1;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 15px;
}

.doctor-calendar-table table tbody tr td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #eeeeee;
	border-top: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.doctor-calendar-table table tbody tr td:first-child {
	border-left: none;
}

.doctor-calendar-table table tbody tr td:last-child {
	border-right: none;
}

.doctor-calendar-table table tbody tr td h3 {
	margin-bottom: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 600;
}

.doctor-calendar-table table tbody tr td span {
	display: block;
	color: #7d7d7d;
	font-size: 14.5px;
	margin-top: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.doctor-calendar-table table tbody tr td span.time {
	display: inline-block;
	background-color: #dff5e8;
	color: #1A76D1;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 65px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 16px;
}

.doctor-calendar-table table tbody tr td:hover {
	background-color: #1A76D1;
	border-color: #1A76D1;
}

.doctor-calendar-table table tbody tr td:hover h3 {
	color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span {
	color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span.time {
	background-color: #ffffff;
	color: #1A76D1;
}

.doctor-calendar-table table tbody tr:last-child td {
	border-bottom: none;
}

/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
	position: relative;
	z-index: 1;
}

.about-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.about-image img {
	display: none;
}

.about-content {
	max-width: 555px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
}

.about-content span {
	display: block;
	margin-bottom: 5px;
	color: #1A76D1;
	font-size: 17px;
}

.about-content h2 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 40px;
	font-weight: 600;
}

.about-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.about-content ul {
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 0;
}

.about-content ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
}

.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #1A76D12B;
	color: #1A76D1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px;
}

.about-content ul li:hover i {
	background-color: #1A76D1;
	color: #ffffff;
}

.about-content ul li:last-child {
	margin-bottom: 0;
}

.about-content .btn {
	margin-top: 30px;
}

/* Start Our Vision Area CSS */
.our-vision-area {
	position: relative;
	z-index: 1;
	padding-bottom: 70px;
}

.single-vision-box {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	padding: 25px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}

.single-vision-box .icon {
	margin-bottom: 20px;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	background-color: #1A76D1;
	color: #ffffff;
	font-size: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box h3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 0;
	position: relative;
	font-size: 20px;
	font-weight: 700;
}

.single-vision-box p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 12px;
	margin-bottom: 0;
}

.single-vision-box::before {
	width: 0;
	height: 100%;
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1A76D1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	border: 10px solid #ffffff;
	left: -80px;
	bottom: -80px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.15;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.single-vision-box:hover::before {
	width: 100%;
}

.single-vision-box:hover .icon {
	background-color: #fff;
	color: #1A76D1;
}

.single-vision-box:hover h3 {
	color: #ffffff;
}

.single-vision-box:hover p {
	color: #ffffff;
}

.single-vision-box:hover::after {
	left: -50px;
	bottom: -50px;
}

/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
	position: relative;
	z-index: 1;
}

.our-mission-image {
	width: 100%;
	height: 100%;
}

.our-mission-image img {
	display: none;
}

.our-mission-content {
	max-width: 555px;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 50px;
}

.our-mission-content .sub-title {
	display: block;
	margin-bottom: 5px;
	color: #1A76D1;
	font-size: 17px;
}

.our-mission-content h2 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 40px;
	font-weight: 600;
}

.our-mission-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.our-mission-content ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0;
	margin-top: 0;
}

.our-mission-content ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #7d7d7d;
	font-size: 14.5px;
	line-height: 1.7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

.our-mission-content ul li .icon {
	margin-bottom: 13px;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #1A76D1;
	font-size: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.our-mission-content ul li span {
	display: block;
	color: #121521;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
}

.our-mission-content ul li:hover .icon {
	background-color: #1A76D1;
	color: #ffffff;
	border-radius: 100%;
}

/* End Our Mission CSS */

/*=========================
	End About Us CSS
===========================*/

/*=========================
	Start Footer CSS
===========================*/
.footer {
	position: relative;
}

.footer .footer-top {
	padding: 100px 0px;
	position: relative;
	background: #1A76D1;
}

.footer .footer-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.1;
}

.footer .single-footer {}

.footer .single-footer .social {
	margin-top: 25px;
}

.footer .single-footer .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer .single-footer .social li:last-child {
	margin-right: 0px;
}

.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
}

.footer .single-footer .social li a:hover {
	color: #1A76D1;
	background: #fff;
	border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
	margin-right: 10px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
	padding-left: 8px;
}

.footer .single-footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}

.footer .single-footer h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}

.footer .single-footer .time-sidual {
	margin-top: 15px;
}

.footer .single-footer .time-sidual {
	overflow: hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
	display: inline-block;
	float: right;
}

.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}

.footer .single-footer p {
	color: #fff;
}

.footer .single-footer .newsletter-inner {
	margin-top: 20px;
	position: relative;
}

.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
	padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
	font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
	color: #2C2D3F;
}

.footer .copyright {
	background: #1A76D1;
	padding: 25px 0px 25px 0px;
	text-align: center;
}

.footer .copyright .copyright-content p {
	color: #fff;
}

.footer .copyright .copyright-content p a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}

/*=========================
	End Footer CSS
===========================*/

.header_button {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
	font-weight: 900;
	font-size: 20px;
}

.post-content ul li {
	list-style: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

/* ===== STUDENT REGISTER PAGE STYLES ===== */
.register-left {
	background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
	padding: 60px 40px;
	border-radius: 10px;
	color: white;
	height: 100%;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.register .welcome-content h3 {
	color: white !important;
	margin-bottom: 20px;
	font-size: 28px !important;
	font-weight: 600 !important;
	text-align: left !important;
}

.register .welcome-content p {
	margin-bottom: 30px;
	opacity: 0.9;
	line-height: 1.6;
	color: white !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-align: left !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
}

.register .features-list ul {
	list-style: none;
	padding: 0;
}

.register .features-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	color: white !important;
}

.register .features-list li i {
	margin-right: 10px;
	color: #4CAF50 !important;
	font-size: 18px !important;
}

.register .features-list li span {
	color: white !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.error-text {
	color: #dc3545;
	font-size: 12px;
	display: none;
	margin-top: 5px;
}

.gender-options {
	display: flex;
	gap: 20px;
}

.radio-inline {
	margin-right: 15px;
	font-weight: normal;
}

/* Radio Butonları Küçültme - Gizlilik Politikası ile Aynı Boyut */
input[type="radio"] {
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	transform: scale(1) !important;
}

.radio-inline input[type="radio"] {
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	transform: scale(1) !important;
}

.radio-inline label {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #333 !important;
	display: flex !important;
	align-items: center !important;
	cursor: pointer !important;
}

/* Checkbox ile aynı boyut */
input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	transform: scale(1) !important;
}

.checkbox-inline input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	transform: scale(1) !important;
}

/* ===== ŞİFREMİ UNUTTUM SAYFASI STİLLERİ ===== */
.forgot-password {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.forgot-password-form {
	background: white;
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	text-align: center;
}

.forgot-password-form .form-header {
	margin-bottom: 40px;
}

.forgot-password-form .icon-wrapper {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
}

.forgot-password-form .icon-wrapper i {
	font-size: 32px;
	color: white;
}

.forgot-password-form .icon-wrapper.success {
	background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}

.forgot-password-form h2 {
	color: #333 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
	text-align: center !important;
}

.forgot-password-form h3 {
	color: #333 !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
	text-align: center !important;
}

.forgot-password-form p {
	color: #666 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin-bottom: 20px !important;
	text-align: center !important;
}

.forgot-password-form .form-group {
	margin-bottom: 25px;
}

.forgot-password-form .form-group input {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #e9ecef;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #f8f9fa;
}

.forgot-password-form .form-group input:focus {
	border-color: #1A76D1;
	background: white;
	box-shadow: 0 0 0 3px rgba(26, 118, 209, 0.1);
	outline: none;
}

.forgot-password-form .btn {
	width: 100%;
	padding: 15px 30px;
	background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.forgot-password-form .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(26, 118, 209, 0.3);
}

.forgot-password-form .btn-outline {
	background: transparent;
	color: #1A76D1;
	border: 2px solid #1A76D1;
}

.forgot-password-form .btn-outline:hover {
	background: #1A76D1;
	color: white;
}

.forgot-password-form .info-box {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 20px;
	margin: 25px 0;
}

.forgot-password-form .info-box p {
	margin-bottom: 10px;
	color: #666 !important;
	font-size: 14px !important;
}

.forgot-password-form .info-box p:last-child {
	margin-bottom: 0;
}

.forgot-password-form .form-footer {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #e9ecef;
}

.forgot-password-form .form-footer p {
	margin-bottom: 10px;
	color: #666 !important;
	font-size: 14px !important;
}

.forgot-password-form .form-footer a {
	color: #1A76D1 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: color 0.3s ease;
}

.forgot-password-form .form-footer a:hover {
	color: #0D47A1 !important;
}

.forgot-password-form .success-content {
	padding: 20px 0;
}

.forgot-password-form .error-text {
	color: #dc3545;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.forgot-password-form .alert {
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 20px;
	border: none;
}

.forgot-password-form .alert-danger {
	background: #f8d7da;
	color: #721c24;
	border-left: 4px solid #dc3545;
}

.forgot-password-form .alert-success {
	background: #d4edda;
	color: #155724;
	border-left: 4px solid #28a745;
}

/* Mobil Responsive */
@media (max-width: 768px) {
	.forgot-password {
		padding: 40px 0;
	}
	
	.forgot-password-form {
		padding: 30px 20px;
		margin: 0 15px;
	}
	
	.forgot-password-form h2 {
		font-size: 24px !important;
	}
	
	.forgot-password-form h3 {
		font-size: 20px !important;
	}
	
	.forgot-password-form p {
		font-size: 14px !important;
	}
	
	.forgot-password-form .icon-wrapper {
		width: 60px;
		height: 60px;
	}
	
	.forgot-password-form .icon-wrapper i {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.forgot-password-form {
		padding: 25px 15px;
	}
	
	.forgot-password-form h2 {
		font-size: 22px !important;
	}
	
	.forgot-password-form h3 {
		font-size: 18px !important;
	}
	
	.forgot-password-form p {
		font-size: 13px !important;
	}
}

.btn-loader {
	color: white;
}

.register-form {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	.register-left {
		margin-bottom: 30px;
		min-height: 300px;
		padding: 40px 30px;
	}

	.welcome-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.welcome-content p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.features-list li {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.features-list li i {
		font-size: 16px;
	}

	.register-form {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	.register-left {
		padding: 30px 20px;
		min-height: 250px;
	}

	.welcome-content h3 {
		font-size: 22px;
		text-align: center;
	}

	.welcome-content p {
		text-align: center;
		font-size: 13px;
	}

	.features-list ul {
		padding-left: 10px;
	}

	.features-list li {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.register-form {
		padding: 25px 15px;
	}

	.register-form h2 {
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.register-left {
		padding: 25px 15px;
		min-height: 200px;
	}

	.welcome-content h3 {
		font-size: 20px;
	}

	/* ===== STUDENT LOGIN PAGE STYLES ===== */

	.login-left {
		background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
		padding: 60px 40px;
		border-radius: 10px;
		color: white;
		height: 100%;
		min-height: 500px;
	}

	.welcome-content h3 {
		color: white;
		margin-bottom: 20px;
		font-size: 28px;
	}

	.welcome-content p {
		margin-bottom: 30px;
		opacity: 0.9;
		line-height: 1.6;
	}

	.features-list ul {
		list-style: none;
		padding: 0;
	}

	.features-list li {
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}

	.features-list li i {
		margin-right: 10px;
		color: #4CAF50;
		font-size: 18px;
	}

	.error-text {
		color: #dc3545;
		font-size: 12px;
		display: none;
		margin-top: 5px;
	}

	.btn-loader {
		color: white;
	}

	.login-form {
		padding: 40px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.form-options {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 15px;
		flex-wrap: wrap;
	}

	.lost-pass {
		color: #1A76D1;
		text-decoration: none;
		font-size: 14px;
	}

	/* ===== STUDENT FORGOT PASSWORD PAGE STYLES ===== */
	.forgot-password-form {
		background: #fff;
		padding: 40px;
		border-radius: 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		margin: 40px 0;
	}

	.form-header {
		margin-bottom: 40px;
	}

	.icon-wrapper {
		width: 80px;
		height: 80px;
		background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 30px;
	}

	.icon-wrapper.success {
		background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
	}

	.icon-wrapper i {
		font-size: 35px;
		color: white;
	}

	.form-header h2 {
		color: #333;
		margin-bottom: 15px;
		font-size: 28px;
	}

	.form-header p {
		color: #666;
		font-size: 16px;
		line-height: 1.6;
	}

	.form-group {
		margin-bottom: 20px;
	}

	.form-group input {
		width: 100%;
		padding: 12px 15px;
		border: 1px solid #ddd;
		border-radius: 5px;
		font-size: 14px;
		transition: border-color 0.3s ease;
	}

	.form-group input:focus {
		outline: none;
		border-color: #1A76D1;
		box-shadow: 0 0 0 2px rgba(26, 118, 209, 0.1);
	}

	.btn-block {
		width: 100%;
		padding: 12px 20px;
		font-size: 16px;
		border-radius: 5px;
		border: none;
		background: #1A76D1;
		color: white;
		transition: background-color 0.3s ease;
	}

	.btn-block:hover {
		background: #0D47A1;
	}

	.btn-primary {
		background: #1A76D1;
		border-color: #1A76D1;
	}

	.btn-primary:hover {
		background: #0D47A1;
		border-color: #0D47A1;
	}

	.error-text {
		color: #dc3545;
	}

	/* Student Dropdown Menu Styles */
	.student-dropdown-menu {
		min-width: 250px;
		padding: 0;
		border: none;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		background: #fff;
		right: 0;
		left: auto !important;
		transform: none !important;
		position: absolute !important;
		top: 100% !important;
		margin-top: 5px !important;
		z-index: 1000 !important;
	}

	.student-dropdown-menu .dropdown-item {
		padding: 12px 20px;
		color: #212529 !important;
		font-size: 14px;
		border-bottom: 1px solid #f8f9fa;
		transition: all 0.2s ease;
	}

	.student-dropdown-menu .dropdown-item:hover {
		background: #f8f9fa;
		color: #0056b3 !important;
	}

	.student-dropdown-menu .dropdown-item:last-child {
		border-bottom: none;
		border-radius: 0 0 8px 8px;
	}

	.student-dropdown-menu .dropdown-divider {
		margin: 0;
		border-color: #e9ecef;
	}



	/* Sidebar */
	.student-sidebar {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
		overflow: hidden;
		margin-bottom: 30px;
	}

	.sidebar-profile {
		padding: 30px 20px;
		text-align: center;
		background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
		color: white;
	}

	.profile-image img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
	}

	/* ===== STUDENT PROFILE PAGE STYLES ===== */
	.student-profile {
		padding: 30px 0;
		background: #f8f9fa;
		min-height: 100vh;
	}


	.card {
		border: none;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.card-header {
		background: #fff;
		border-bottom: 1px solid #eee;
		padding: 20px;
		border-radius: 10px 10px 0 0;
	}

	.card-header h5 {
		margin: 0;
		color: #333;
		font-size: 16px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.card-body {
		padding: 25px;
	}

	.form-group {
		margin-bottom: 20px;
	}

	.form-group label {
		font-weight: 600;
		color: #333;
		margin-bottom: 8px;
		display: block;
	}

	.form-control {
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 12px 15px;
		font-size: 14px;
		transition: all 0.3s ease;
	}

	.form-control:focus {
		border-color: #007bff;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}


}

/* ===== STUDENT NAVIGATION STYLES ===== */
/* Bu bölüm student-nav.tpl için ortak CSS stillerini içerir */


/* Responsive */
@media (max-width: 768px) {
	.student-header {
		padding: 10px 0;
	}

	.student-welcome h4 {
		font-size: 16px;
	}

	.student-welcome p {
		font-size: 12px;
	}

	.btn-student-nav {
		padding: 6px 12px;
		font-size: 14px;
	}

	.avatar,
	.avatar-default {
		width: 28px;
		height: 28px;
	}
}

/* ===== STUDENT NAVIGATION STYLES ===== */
/* Bu bölüm student-nav.tpl için ortak CSS stillerini içerir */
.student-header {
	background: #fff;
	border-bottom: 1px solid #e9ecef;
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.student-welcome h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.student-welcome p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.btn-student-nav {
	background: #1a76d1;
	border: none;
	color: #fff;
	padding: 8px 16px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.btn-student-nav:hover {
	background: #1557b0;
	color: #fff;
	text-decoration: none;
}

.avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.avatar-default {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
}

.student-dropdown-menu {
	min-width: 200px;
	padding: 8px 0;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.student-dropdown-menu .dropdown-item {
	padding: 10px 16px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s ease;
}

.student-dropdown-menu .dropdown-item:hover {
	background: #f8f9fa;
	color: #1a76d1;
}

.student-dropdown-menu .dropdown-item:last-child {
	border-top: 1px solid #e9ecef;
	margin-top: 8px;
	padding-top: 12px;
}

.student-dropdown-menu .dropdown-divider {
	margin: 8px 0;
	border-color: #e9ecef;
}

/* Responsive */
@media (max-width: 768px) {
	.student-header {
		padding: 10px 0;
	}

	.student-welcome h4 {
		font-size: 16px;
	}

	.student-welcome p {
		font-size: 12px;
	}

	.btn-student-nav {
		padding: 6px 12px;
		font-size: 14px;
	}

	.avatar,
	.avatar-default {
		width: 28px;
		height: 28px;
	}
}



.avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Sidebar */
.student-sidebar {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-bottom: 30px;
}

.sidebar-profile {
	padding: 30px 20px;
	text-align: center;
	background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
	color: white;
}

.profile-image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.profile-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.2);
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.profile-avatar-default {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.avatar-default {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.1);
}

/* Dropdown Menu Styling */
.dropdown-menu {
	border: none;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-top: 8px;
}

.dropdown-item {
	padding: 12px 20px;
	color: #333;
	transition: all 0.3s ease;
}

.dropdown-item:hover {
	background: #f8f9ff;
	color: #1A76D1;
}

.dropdown-item i {
	margin-right: 10px;
	width: 16px;
	text-align: center;
}

.profile-info h5 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}

.profile-info p {
	margin-bottom: 10px;
	opacity: 0.9;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

/* Badge stilleri - Profil sayfası için özel renkler */
.badge.bg-success {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: white !important;
    border: 1px solid #059669;
}

.badge.bg-secondary {
    background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%) !important;
    color: white !important;
    border: 1px solid #4B5563;
}

/* Alternatif badge renkleri */
.badge.bg-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%) !important;
    color: white !important;
    border: 1px solid #1D4ED8;
}

.badge.bg-info {
    background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%) !important;
    color: white !important;
    border: 1px solid #0891B2;
}

.badge.bg-warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: white !important;
    border: 1px solid #D97706;
}

.badge.bg-danger {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%) !important;
    color: white !important;
    border: 1px solid #DC2626;
}

.badge.bg-light {
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%) !important;
    color: #374151 !important;
    border: 1px solid #D1D5DB;
}

.badge.bg-dark {
    background: linear-gradient(135deg, #374151 0%, #1F2937 100%) !important;
    color: white !important;
    border: 1px solid #1F2937;
}

/* Badge genel stilleri */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Bootstrap 5 uyumlu badge renkleri */
.badge.bg-success {
    background-color: #198754 !important;
    color: white !important;
}

.badge.bg-info {
    background-color: #0dcaf0 !important;
    color: white !important;
}

.badge.bg-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.badge.bg-danger {
    background-color: #dc3545 !important;
    color: white !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
    color: white !important;
}

.badge-lg {
    padding: 0.5em 0.75em;
    font-size: 85%;
}

/* Badge hover efektleri */
.badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

/* Profil sayfası için özel badge stilleri */
.student-profile .badge {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Ders Durumu CSS Sınıfları */
.status-scheduled {
	background: #ffc107;
	color: #000000;
	border: 1px solid #ffc107;
}

.status-completed {
	background: #28a745;
	color: #ffffff;
	border: 1px solid #28a745;
}

.status-cancelled {
	background: #dc3545;
	color: #ffffff;
	border: 1px solid #dc3545;
}

.status-no-show {
	background: #dc3545;
	color: #ffffff;
	border: 1px solid #dc3545;
}

.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li a {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	transition: all 0.3s ease;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
	color: #1A76D1;
	background: #f8f9ff;
}

.sidebar-nav li a i {
	margin-right: 12px;
	font-size: 18px;
	width: 20px;
}

.sidebar-nav .badge {
	margin-left: auto;
	background: #1A76D1;
	color: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
}

.badge-danger {
	background: #dc3545 !important;
}

/* Stats Cards */
.stats-cards {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.stat-card {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	height: 120px;
	min-height: 120px;
	overflow: hidden;
}

.stat-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	background: #1A76D1;
	color: #ffffff;
	flex-shrink: 0;
}

.stat-icon.success {
	background: #4CAF50;
	color: #ffffff;
}

.stat-icon.warning {
	background: #FF9800;
	color: #ffffff;
}

.stat-icon.info {
	background: #2196F3;
	color: #ffffff;
}

.stat-icon i {
	font-size: 24px;
}

.stat-info h3 {
	margin: 0 0 5px 0;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.stat-info p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.stat-content {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.stat-number {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1;
	margin-bottom: 5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.stat-label {
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Cards */
.card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	border: none;
}

.card-header {
	padding: 20px 25px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.view-all {
	color: #1A76D1;
	text-decoration: none;
	font-size: 14px;
}

.card-body {
	padding: 25px;
}

/* Lessons List */
.lesson-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
}

.lesson-item:last-child {
	border-bottom: none;
}

.lesson-date {
	text-align: center;
	margin-right: 15px;
	min-width: 50px;
}

.lesson-date .day {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #1A76D1;
}

.lesson-date .month {
	display: block;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.lesson-info {
	flex: 1;
}

.lesson-info h6 {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 700;
	color: #1a76d1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	line-height: 1.3;
}

.lesson-info p {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #666;
}



.lesson-info .lesson-notes {
	margin: 5px 0;
	color: #1A76D1;
	font-size: 11px;
	line-height: 1.3;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.lesson-info .lesson-notes i {
	font-size: 12px;
	color: #1A76D1;
	margin-top: 1px;
	flex-shrink: 0;
}

.lesson-info .time {
	font-size: 12px;
	color: #1A76D1;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
}

.lesson-info .time i {
	font-size: 14px;
	color: #666;
}

.lesson-info .lesson-package {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.lesson-info .lesson-package i {
	font-size: 14px;
	color: #999;
}

.lesson-info .package-link {
	color: #1A76D1;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lesson-info .package-link:hover {
	color: #0D47A1;
	text-decoration: underline;
	overflow: visible;
	white-space: normal;
}

.lesson-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Empty State */
.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #999;
}

.empty-state i {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.5;
}

/* Notifications styles removed */

.unread-dot {
	width: 8px;
	height: 8px;
	background: #1A76D1;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 15px;
}

/* Package Progress */
.package-progress-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.package-progress-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.package-info {
	flex: 1;
	margin-right: 20px;
}

.package-info h6 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #333;
}

.package-info p {
	margin: 0;
	font-size: 12px;
	color: #666;
}

.progress-wrapper {
	min-width: 200px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.progress {
	flex: 1;
	height: 25px;
	background: #e9ecef;
	border-radius: 15px;
	overflow: hidden;
}

.progress-bar {
	height: 100%;
	background: linear-gradient(45deg, #1a76d1, #2196f3);
	border-radius: 15px;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	color: white !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	transition: width 0.6s ease;
}

/* Dashboard progress bar'ları için özel stil */
.package-progress-item .progress-bar {
	color: white !important;
}

/* Dashboard %0 progress bar'ları için sarı stil */
.package-progress-item .progress.no-progress {
	background: #ffc107;
}

.package-progress-item .progress.no-progress .progress-bar {
	background: #ffc107;
	min-width: 30px;
	color: #333 !important;
	text-shadow: none;
}



/* Responsive */
@media (max-width: 991px) {
	.student-sidebar {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.student-sidebar {
		display: none !important;
	}

	.stat-card {
		margin-bottom: 15px;
		width: 100%;
		min-width: 200px;
	}

	.lesson-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.lesson-actions {
		align-self: flex-end;
	}

	.progress-wrapper {
		min-width: 150px;
	}
}

@media (max-width: 576px) {
	.student-welcome h4 {
		font-size: 16px;
	}

	.stats-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	
	.stat-card {
		padding: 12px !important;
		width: 100% !important;
		height: auto !important;
		min-height: 90px !important;
		justify-content: flex-start !important;
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
	}
	
	.stat-icon {
		width: 45px !important;
		height: 45px !important;
		font-size: 18px !important;
		margin-right: 10px !important;
		margin-left: 0 !important;
		flex-shrink: 0 !important;
		float: left !important;
		position: relative !important;
		left: 0 !important;
	}
	
	.stat-content {
		flex: 1 !important;
		min-width: 0 !important;
	}
	
	.stat-number {
		font-size: 28px !important;
		font-weight: 700 !important;
		margin-bottom: 3px !important;
		line-height: 1.2 !important;
		color: #333 !important;
	}
	
	.stat-label {
		font-size: 14px !important;
		color: #666 !important;
		line-height: 1.3 !important;
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}

	.package-progress-item {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		gap: 15px;
		padding: 15px;
		border-radius: 8px;
		background: #f8f9fa;
		margin-bottom: 15px;
	}

	.package-info {
		width: 100%;
		margin-right: 0;
	}

	.package-info h6 {
		font-size: 16px;
		margin-bottom: 8px;
		color: #333;
	}

	.package-info p {
		font-size: 14px;
		color: #666;
		margin-bottom: 10px;
	}

	.progress-wrapper {
		width: 100%;
		min-width: auto;
	}

	.progress {
		height: 20px;
		border-radius: 10px;
	}

	.progress-bar {
		font-size: 11px;
		line-height: 20px;
	}
}

/* Default Avatar Styles */
.profile-avatar-default {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-default {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.student-calendar {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}



.card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.calendar-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.calendar-nav {
	display: flex;
	align-items: center;
	gap: 15px;
}

.current-period {
	font-weight: 600;
	color: #333;
	min-width: 120px;
	text-align: center;
}

.calendar-view-buttons {
	display: flex;
	gap: 5px;
}

.calendar-view-buttons .btn {
	font-size: 12px;
	padding: 5px 10px;
}

.calendar-view-buttons .btn.active {
	background-color: #007bff;
	border-color: #007bff;
	color: white;
}

.calendar-view {
	width: 100%;
}

.btn-sm {
	padding: 6px 12px;
	font-size: 12px;
}

.card-body {
	padding: 25px;
}

.calendar-wrapper {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.calendar-header {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
}

.calendar-day {
	padding: 15px 10px;
	text-align: center;
	font-weight: 600;
	color: #666;
	font-size: 14px;
	border-right: 1px solid #eee;
}

.calendar-day:last-child {
	border-right: none;
}

.calendar-body {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	min-height: 400px;
}

.calendar-cell {
	padding: 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-height: 80px;
	position: relative;
}

.calendar-cell:nth-child(7n) {
	border-right: none;
}

.calendar-cell.other-month {
	background: #f8f9fa;
	color: #ccc;
}

.calendar-cell.today {
	background: #e3f2fd;
}

.calendar-date {
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.lesson-item {
	background: #f8f9fa;
	border-radius: 4px;
	padding: 3px 5px;
	margin: 1px 0;
	font-size: 10px;
	border-left: 3px solid #007bff;
	cursor: pointer;
	transition: all 0.2s ease;
	max-width: 100%;
	overflow: hidden;
}

.lesson-item:hover {
	background: #e9ecef;
	/* transform: translateX(2px); - Kaldırıldı: Kartların zıplamasını engeller */
}

.lesson-item.completed {
	border-left-color: #28a745;
	background: #d4edda;
}

.lesson-item.scheduled {
	border-left-color: #ffc107;
	background: #fff3cd;
}

.lesson-item.cancelled {
	border-left-color: #dc3545;
	background: #f8d7da;
}

.lesson-item.no-show {
	border-left-color: #dc3545;
	background: #f8d7da;
}

.lesson-title {
	font-weight: 600;
	color: #333;
	margin-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 9px;
}

.lesson-time {
	font-size: 8px;
	color: #666;
}

.lesson-package {
	font-size: 7px;
	color: #1A76D1;
	font-weight: 500;
	margin-top: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Günlük görünüm için stiller */
.day-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
}

.time-slot {
	font-weight: 600;
	color: #333;
	min-width: 50px;
}

.lessons-slot {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* Haftalık görünüm için grid */
#week-calendar-body {
	grid-template-columns: repeat(7, 1fr);
}

/* Günlük görünüm için grid */
#day-calendar-body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#day-calendar-body .calendar-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lesson-dot.scheduled {
	background: #ffc107;
}

.lesson-dot.pending {
	background: #ffc107;
}

.lesson-dot.cancelled {
	background: #dc3545;
}

.lesson-dot.no_show {
	background: #dc3545;
}

.lessons-list {
	max-height: none;
	overflow-y: visible;
}

.lesson-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.3s ease;
}

.lesson-item:last-child {
	border-bottom: none;
}

.lesson-item:hover {
	background: #f8f9fa;
}

.lesson-item.completed {
	opacity: 0.7;
}

.lesson-date {
	text-align: center;
	min-width: 50px;
}

.lesson-date .day {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.lesson-date .month {
	display: block;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.lesson-info {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.lesson-info h6 {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.lesson-time {
	margin: 0 0 5px 0;
	color: #666;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.lesson-status {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
}

.lesson-item.completed .lesson-status {
	color: #28a745;
}

.lesson-item.scheduled .lesson-status {
	color: #ffc107;
}

.lesson-item.cancelled .lesson-status {
	color: #dc3545;
}

.lesson-item.no_show .lesson-status {
	color: #dc3545;
}

.lesson-item.pending .lesson-status {
	color: #ffc107;
}

.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.empty-state i {
	font-size: 48px;
	margin-bottom: 15px;
	display: block;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.stats-grid.total-lessons-row {
	grid-template-columns: 1fr;
	margin-bottom: 20px;
}

.stats-grid.other-stats-row {
	grid-template-columns: repeat(3, 1fr);
}

.stat-item {
	text-align: center;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	overflow: hidden;
	word-wrap: break-word;
}

.stat-icon {
	width: 40px;
	height: 40px;
	background: #e9ecef;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	color: #6c757d;
	font-size: 18px;
}

.stat-icon.completed {
	background: #d4edda;
	color: #28a745;
}

.stat-icon.scheduled {
	background: #fff3cd;
	color: #ffc107;
}

.stat-icon.cancelled {
	background: #f8d7da;
	color: #dc3545;
}

.stat-value {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.stat-label {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}

/* Responsive istatistikler */
@media (max-width: 768px) {
	.stats-grid.other-stats-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.stat-item {
		padding: 12px;
	}
	
	.stat-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	
	.stat-value {
		font-size: 18px;
	}
	
	.stat-label {
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	.stats-grid.other-stats-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	
	.stat-item {
		padding: 10px;
	}
	
	.stat-icon {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	
	.stat-value {
		font-size: 16px;
	}
	
	.stat-label {
		font-size: 9px;
	}
}

/* Tooltip için stil */
.lesson-dot-wrapper {
	position: relative;
	display: inline-block;
}

.lesson-tooltip {
	display: none;
	position: absolute;
	left: 16px;
	top: 0;
	z-index: 10;
	background: #222;
	color: #fff;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 12px;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lesson-dot-wrapper:hover .lesson-tooltip {
	display: block;
}

@media (max-width: 768px) {
	.calendar-body {
		min-height: 300px;
	}

	.calendar-cell {
		min-height: 60px;
		padding: 5px;
	}

	.stats-grid {
		grid-template-columns: 1fr;
	}

	.lesson-item {
		padding: 10px;
	}

	/* Ders Durumu CSS Sınıfları */
	.status-scheduled {
		background: #ffc107;
		color: #000000;
		border: 1px solid #ffc107;
	}

	.status-completed {
		background: #28a745;
		color: #ffffff;
		border: 1px solid #28a745;
	}

	.status-cancelled {
		background: #dc3545;
		color: #ffffff;
		border: 1px solid #dc3545;
	}

	.status-no-show {
		background: #dc3545;
		color: #ffffff;
		border: 1px solid #dc3545;
	}
}

/* student-notifications removed */
}



.card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* notification-actions removed */

.btn-sm {
	padding: 6px 12px;
	font-size: 12px;
}

.card-body {
	padding: 25px;
}

/* All notification styles removed */

.unread-badge {
	display: inline-block;
	background: #007bff;
	color: #fff;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 10px;
	font-weight: 600;
	margin-top: 8px;
}

/* notification-actions removed */

.empty-state {
	text-align: center;
	padding: 40px 20px;
}

.empty-icon {
	width: 80px;
	height: 80px;
	background: #f8f9fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #6c757d;
	font-size: 32px;
}

.empty-state h5 {
	color: #333;
	margin-bottom: 10px;
}

.empty-state p {
	color: #666;
	margin-bottom: 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.stat-item {
	text-align: center;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	overflow: hidden;
	word-wrap: break-word;
}

.stat-icon {
	width: 40px;
	height: 40px;
	background: #e9ecef;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	color: #6c757d;
	font-size: 18px;
}

.stat-icon.unread {
	background: #cce7ff;
	color: #007bff;
}

.stat-icon.read {
	background: #d4edda;
	color: #28a745;
}

.stat-value {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.stat-label {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}

/* notification-settings removed */

.setting-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
}

.setting-item:last-child {
	border-bottom: none;
}

.setting-info h6 {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.setting-info p {
	margin: 0;
	color: #666;
	font-size: 12px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

@media (max-width: 768px) {
	/* notification-header removed */

	.stats-grid {
		grid-template-columns: 1fr;
	}

	/* notification-item removed */
}

.student-package-detail {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}



.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-divider {
	margin: 30px 0;
	border-color: #e9ecef;
}

.progress {
	height: 25px;
}

.progress-bar {
	background: linear-gradient(90deg, #1a76d1, #2196f3);
}

/* Telafi Dersi Bölümü Stilleri */
.makeup-divider {
	margin: 20px 0;
	border-color: #e9ecef;
	border-width: 2px;
}

.makeup-section {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 15px;
	margin-top: 10px;
}

.makeup-title {
	color: #495057;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.makeup-title i {
	color: #17a2b8;
}

.makeup-item {
	margin-bottom: 10px;
}

.makeup-item:last-child {
	margin-bottom: 0;
}

.badge-lg {
	font-size: 12px;
	padding: 6px 12px;
	font-weight: 500;
}

/* Package Info Grid */
.package-info-grid {
	display: grid;
	gap: 8px;
	padding: 25px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.info-item:hover {
	background: #e9ecef;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-item:last-child {
	margin-bottom: 0;
}

.info-item .label {
	font-weight: 600;
	color: #495057;
	min-width: 180px;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.info-item .value {
	color: #212529;
	font-weight: 500;
	font-size: 15px;
	text-align: right;
	padding-left: 10px;
	padding-right: 15px;
}

/* Package Detail Layout */
.package-detail-layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.package-info-section {
	flex: 2;
}

.progress-section {
	flex: 1;
	min-width: 300px;
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

/* Progress Section */
.progress-section h6 {
	margin-bottom: 15px;
	color: #333;
	font-weight: 600;
}

/* Lessons Section */
.lessons-section h6 {
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Tab Navigation Styles */
.nav-tabs {
	border-bottom: 2px solid #e9ecef;
	margin-bottom: 20px;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
	color: #6c757d;
	font-weight: 500;
	padding: 12px 20px;
	background: transparent;
	transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
	color: #1A76D1;
	border-bottom-color: #1A76D1;
	background: rgba(26, 118, 209, 0.05);
}

.nav-tabs .nav-link.active {
	color: #1A76D1;
	border-bottom-color: #1A76D1;
	background: rgba(26, 118, 209, 0.1);
	font-weight: 600;
}

.tab-content {
	padding-top: 10px;
}

.tab-pane {
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.lessons-list {
	display: grid;
}

.lesson-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.lesson-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	/* transform: translateY(-1px); - Kaldırıldı: Kartların zıplamasını engeller */
}

.lesson-item.completed {
	border-left: 4px solid #28a745;
}

.lesson-item.scheduled {
	border-left: 4px solid #ffc107;
}

.lesson-item.cancelled {
	border-left: 4px solid #dc3545;
}

.lesson-item.no_show {
	border-left: 4px solid #dc3545;
}

.lesson-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 60px;
	padding: 8px;
	background: #f8f9fa;
	border-radius: 6px;
}

.lesson-date .day {
	font-size: 18px;
	font-weight: 700;
	color: #1A76D1;
	line-height: 1;
}

.lesson-date .month {
	font-size: 12px;
	color: #6c757d;
	text-transform: uppercase;
	font-weight: 500;
}

.lesson-info {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.lesson-info h6 {
	margin: 0 0 5px 0;
	color: #333;
	font-weight: 600;
}

.lesson-time {
	margin: 0 0 8px 0;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.lesson-time i {
	color: #1A76D1;
}

.lesson-status {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
	border-radius: 12px;
	background: #f8f9fa;
	color: #666;
}

.lesson-item.completed .lesson-status {
	background: #d4edda;
	color: #155724;
}

.lesson-item.scheduled .lesson-status {
	background: #fff3cd;
	color: #856404;
}

.lesson-item.cancelled .lesson-status {
	background: #f8d7da;
	color: #721c24;
}

.lesson-item.no_show .lesson-status {
	background: #f8d7da;
	color: #721c24;
}

.lesson-notes {
	margin-top: 10px;
	padding: 10px;
	background: #f8f9fa;
	border-radius: 6px;
	border-left: 3px solid #1A76D1;
}

.lesson-notes p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #6c757d;
}

.empty-state i {
	font-size: 48px;
	color: #dee2e6;
	margin-bottom: 15px;
}

.empty-state p {
	margin: 0;
	font-size: 16px;
}

@media (max-width: 768px) {
	.package-detail-layout {
		flex-direction: column;
		gap: 20px;
	}
	
	.progress-section {
		min-width: auto;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.student-welcome h4 {
		font-size: 16px;
	}

	.lesson-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.lesson-date {
		align-self: flex-start;
	}
	
	.info-item {
		padding: 18px 20px;
		margin-bottom: 8px;
	}
	
	.info-item .label {
		min-width: 140px;
		font-size: 14px;
		padding-right: 12px;
		padding-left: 12px;
	}
	
	.info-item .value {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 12px;
	}
	
	.package-info-grid {
		padding: 20px;
	}
}

.student-profile {
    padding: 30px 0;
    background: #f8f9fa;
    min-height: 100vh;
}



.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.card-header h5 {
    margin: 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-body {
    padding: 25px;
}

.form .form-group {
    margin-bottom: 22px;
}

.form .form-group input,
.form .form-group select {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form .form-group input:focus,
.form .form-group select:focus {
    border-color: #1A76D1;
    box-shadow: 0 0 0 0.2rem rgba(26, 118, 209, 0.25);
}

.form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form .form-group .required {
    color: #dc3545;
    font-weight: 700;
}

.form .form-group.login-btn {
    margin: 0;
}

.form button {
    border: none;
}

.form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    background: #1A76D1;
    border: none;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form .btn:hover {
    background: #0D47A1;
    color: #fff;
    transform: translateY(-1px);
}

.error-text {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.btn-loader {
    display: none;
}

.btn-loader.show {
    display: inline-block;
}

.form-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.account-info {
    font-size: 14px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item .label {
    font-weight: 600;
    color: #666;
}

.info-item .value {
    color: #333;
}



.alert {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
}

.alert-warning {
    background: #fff3cd;
    color: #856404;
}

.alert-info {
    background: #d1ecf1;
    color: #0c5460;
}

.alert-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.alert-content i {
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.alert-text {
    flex: 1;
}

.alert-text strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.alert-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.alert-sm {
    padding: 10px 15px;
    font-size: 13px;
}

.alert-sm .alert-content i {
    font-size: 16px;
}

.alert-sm .alert-text strong {
    font-size: 13px;
}

.alert-sm .alert-text p {
    font-size: 12px;
}

/* =====================================================
   KART BİLEŞENLERİ (Card Components)
   ===================================================== */
.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}
.card-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header h5 {
    margin: 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-body {
    padding: 25px;
}

.card-info {
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.card-info small {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.4;
}

.card-info .icofont-info-circle {
    color: #17a2b8;
    font-size: 14px;
}

/* =====================================================
   STUDENT NAVIGATION (Öğrenci Navigasyonu)
   ===================================================== */
.student-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.student-welcome h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.student-welcome p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Normal header durumunda font renklerini düzeltme */
.student-header:not(.sticky-header) .student-welcome h4 {
    color: #333;
}

.student-header:not(.sticky-header) .student-welcome p {
    color: #666;
}
.btn-student-nav {
    background: #1a76d1;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.btn-student-nav:hover {
    background: #1557b0;
    color: #fff;
    text-decoration: none;
}
.avatar, .avatar-default {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.student-dropdown-menu {
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 10px 0;
    z-index: 1001;
}

/* =====================================================
   PROFİL, BİLDİRİM, TAKVİM, PAKET SAYFALARI
   ===================================================== */
.student-profile,
.student-calendar,
.student-packages,
.student-package-detail {
    padding: 30px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

/* =====================================================
   RESPONSIVE (Mobil)
   ===================================================== */
@media (max-width: 768px) {
	.student-header {
		padding: 10px 0;
	}
	.student-welcome h4 {
		font-size: 16px;
	}
	.student-welcome p {
		font-size: 12px;
	}
	.btn-student-nav {
		padding: 6px 12px;
		font-size: 14px;
	}
	.avatar, .avatar-default {
		width: 28px;
		height: 28px;
	}
	
	.card-header .d-flex {
		flex-direction: column;
		gap: 15px;
	}
	
	.card-header .package-title {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.card-header .btn {
		align-self: flex-end;
	}
	
	/* Yaklaşan dersler mobil stilleri */
	.lesson-info h6 {
		font-size: 15px;
		font-weight: 700;
	}
	
	.lesson-info .lesson-package {
		font-size: 12px;
		font-weight: 600;
	}
	
	.lesson-package a {
		font-size: 13px;
		font-weight: 700;
	}
}

/* =====================================================
   GENEL YARDIMCI SINIFLAR
   ===================================================== */
.btn-sm {
    padding: 6px 12px;
    font-size: 12px;
}
.empty-state {
    text-align: center;
    color: #aaa;
    margin: 40px 0;
}

/* student-header sticky-header arka plan düzeltme */
.student-header.sticky-header {
    background: linear-gradient(135deg, #1A76D1 0%, #0D47A1 100%);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Sticky header durumunda font renklerini düzeltme */
.student-header.sticky-header .student-welcome h4 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.student-header.sticky-header .student-welcome p {
    color: rgba(255, 255, 255, 0.9);
}

.student-header.sticky-header .btn-student-nav {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.student-header.sticky-header .btn-student-nav:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

/* student-nav-dropdown hizalama düzeltme */
.student-nav-dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .student-nav-dropdown {
        justify-content: flex-end;
        padding-top: 10px;
    }
    .student-header.sticky-header {
        padding: 10px 0;
    }
    
    /* Mobilde sticky header font renkleri */
    .student-header.sticky-header .student-welcome h4 {
        font-size: 16px;
        color: #ffffff;
    }
    
    .student-header.sticky-header .student-welcome p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .student-header.sticky-header .btn-student-nav {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/* =====================================================
   PAKET BAŞLIK STİLLERİ
   ===================================================== */
.package-title {
    color: #1a76d1 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 8px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 1.3;
}

.package-info h6.package-title {
    margin: 0 0 8px 0;
    color: #1a76d1;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .package-title {
        font-size: 16px !important;
    }
    
    .package-info h6.package-title {
        font-size: 16px;
    }
}

/* Status badge stilleri */
.status-badge {
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Status badge renkleri */
.status-badge.status-active {
	background: linear-gradient(135deg, #10B981 0%, #059669 100%);
	color: white;
	border: 1px solid #059669;
}

.status-badge.status-inactive {
	background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
	color: white;
	border: 1px solid #4B5563;
}

.status-badge.status-pending {
	background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
	color: white;
	border: 1px solid #D97706;
}

.status-badge.status-suspended {
	background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
	color: white;
	border: 1px solid #DC2626;
}

/* Status badge hover efektleri */
.status-badge:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	transition: all 0.2s ease;
}

.status-badge.status-active:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.status-badge.status-inactive:hover {
	background: linear-gradient(135deg, #4B5563 0%, #374151 100%);
}

.status-badge.status-pending:hover {
	background: linear-gradient(135deg, #D97706 0%, #B45309 100%);
}

.status-badge.status-suspended:hover {
	background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
}

/* Alert Icon Styles */
.alert-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
	margin-right: 1rem;
}

.alert-icon i {
	font-size: 20px;
	color: inherit;
}

.alert-info .alert-icon {
	background: rgba(13, 202, 240, 0.1);
}

.alert-warning .alert-icon {
	background: rgba(255, 193, 7, 0.1);
}

.alert-danger .alert-icon {
	background: rgba(220, 53, 69, 0.1);
}

.alert-success .alert-icon {
	background: rgba(25, 135, 84, 0.1);
}

/* Lesson Package Styles */
.lesson-package {
	margin-bottom: 8px;
	font-size: 14px;
	color: #666;
}

.lesson-package a {
	color: #1a76d1;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lesson-package a:hover {
	color: #0d47a1;
	text-decoration: underline;
}

/* Öğrenci Siparişleri Styles - Unified Design */
.student-orders,
.student-order-detail {
	padding: 60px 0;
}

.student-orders .card,
.student-order-detail .card {
	border: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.student-orders .card-header,
.student-order-detail .card-header {
	background: linear-gradient(135deg, #1a76d1 0%, #2C2D3F 100%);
	color: white;
	border-radius: 10px 10px 0 0;
	padding: 20px 25px;
	border: none;
}

.student-orders .card-header h5,
.student-order-detail .card-header h5 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.student-orders .card-header h5 i,
.student-order-detail .card-header h5 i {
	margin-right: 10px;
}

.student-orders .card-body,
.student-order-detail .card-body {
	padding: 30px;
}

.orders-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.order-item {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.order-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.order-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.order-info h6 {
	margin: 0;
	font-weight: 600;
	color: #333;
	font-size: 16px;
}

.order-date {
	color: #666;
	font-size: 13px;
}

.order-status {
	display: flex;
	align-items: center;
}

.status-badge {
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.status-badge.status-completed {
	background: #d4edda;
	color: #155724;
}

.status-badge.status-pending {
	background: #fff3cd;
	color: #856404;
}

.status-badge.status-canceled {
	background: #f8d7da;
	color: #721c24;
}

.order-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.product-info h6 {
	margin: 0 0 5px 0;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.product-description {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.4;
}

.order-amount {
	text-align: right;
}

.order-amount .amount {
	font-size: 18px;
	font-weight: 700;
	color: #1a76d1;
	display: block;
}

.order-amount .installment {
	font-size: 12px;
	color: #666;
}

.order-notes {
	background: #f8f9fa;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	border-left: 3px solid #1a76d1;
}

.order-notes strong {
	color: #333;
	font-weight: 600;
}

.order-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.order-actions .btn {
	padding: 8px 16px;
	font-size: 13px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: all 0.3s ease;
}

.order-actions .btn i {
	font-size: 14px;
}

.order-actions .btn-outline-primary {
	border: 1px solid #1a76d1;
	color: #1a76d1;
	background: transparent;
}

.order-actions .btn-outline-primary:hover {
	background: #1a76d1;
	color: white;
}

.order-actions .btn-success {
	background: #28a745;
	border: 1px solid #28a745;
	color: white;
}

.order-actions .btn-success:hover {
	background: #218838;
	border-color: #1e7e34;
}

.empty-state {
	text-align: center;
	padding: 60px 20px;
}

.empty-icon {
	font-size: 60px;
	color: #ccc;
	margin-bottom: 20px;
}

.empty-state h5 {
	color: #666;
	font-weight: 600;
	margin-bottom: 10px;
}

.empty-state p {
	color: #999;
	margin: 0;
}

/* Responsive Design - Unified for all order pages */
@media (max-width: 768px) {
	.student-orders .card-body,
	.student-order-detail .card-body {
		padding: 20px;
	}
	
	.card-header .d-flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.header-actions {
		align-self: flex-end;
	}
	
	.order-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.order-details {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.order-amount {
		text-align: left;
	}
	
	.order-actions {
		justify-content: flex-start;
	}
	
	.order-actions .btn {
		flex: 1;
		justify-content: center;
	}
	
	.info-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.info-item .label {
		min-width: auto;
	}
	
	.order-actions-section {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
	.student-orders,
	.student-order-detail {
		padding: 40px 0;
	}
	
	.order-item {
		padding: 15px;
	}
	
	.order-header h6 {
		font-size: 14px;
	}
	
	.product-info h6 {
		font-size: 13px;
	}
	
	.order-amount .amount {
		font-size: 16px;
	}
	
	.student-order-detail .card-header h5 {
		font-size: 16px;
	}
	
	.section-title {
		font-size: 14px;
	}
}

/* Unified Order Styles - All order pages use the same design */
.student-orders,
.student-order-detail {
	padding: 60px 0;
}

.student-orders .card,
.student-order-detail .card {
	border: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.student-orders .card-header,
.student-order-detail .card-header {
	background: linear-gradient(135deg, #1a76d1 0%, #2C2D3F 100%);
	color: white;
	border-radius: 10px 10px 0 0;
	padding: 20px 25px;
	border: none;
}

.student-orders .card-header h5,
.student-order-detail .card-header h5 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.student-orders .card-header h5 i,
.student-order-detail .card-header h5 i {
	margin-right: 10px;
}

.student-orders .card-body,
.student-order-detail .card-body {
	padding: 30px;
}

.section-title {
	color: #1a76d1;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.order-info-grid,
.student-info-grid {
	display: grid;
	gap: 15px;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
	border-bottom: none;
}

.info-item .label {
	font-weight: 600;
	color: #555;
	min-width: 120px;
}

.info-item .value {
	color: #333;
	font-weight: 500;
}

.order-notes-section,
.payment-details-section {
	margin-top: 30px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #1a76d1;
}

.order-note-content p,
.payment-details-content {
	margin: 0;
	color: #666;
	line-height: 1.6;
}

.order-actions-section {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.action-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.action-buttons .btn {
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 6px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.action-buttons .btn i {
	font-size: 16px;
}

.action-buttons .btn-outline-primary {
	border: 2px solid #1a76d1;
	color: #1a76d1;
	background: transparent;
}

.action-buttons .btn-outline-primary:hover {
	background: #1a76d1;
	color: white;
}

.action-buttons .btn-success {
	background: #28a745;
	border: 2px solid #28a745;
	color: white;
}

.action-buttons .btn-success:hover {
	background: #218838;
	border-color: #1e7e34;
}

/* Responsive Design */
@media (max-width: 768px) {
	.student-order-detail .card-body {
		padding: 20px;
	}
	
	.order-info-grid,
	.student-info-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.info-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		padding: 10px 12px;
	}
	
	.info-item .label {
		min-width: auto;
		font-size: 14px;
	}
	
	.info-item .value {
		text-align: left;
		font-size: 14px;
	}
	
	.order-actions-section {
		margin-top: 20px;
	}
	
	.section-title {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.order-info-section,
	.student-info-section,
	.order-notes-section,
	.payment-details-section {
		margin-bottom: 25px;
	}
}

/* Order Detail Specific Styles */
.order-detail-content {
	margin-top: 20px;
}

.section-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.order-info-grid,
.student-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #667eea;
}

.info-item .label {
	font-weight: 500;
	color: #666;
	min-width: 120px;
}

.info-item .value {
	font-weight: 600;
	color: #333;
	text-align: right;
}

.order-notes-section,
.payment-details-section {
	margin-top: 30px;
}

.order-note-content p,
.payment-details-content {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid #28a745;
	margin: 0;
}

.order-actions-section {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	height: fit-content;
}

.action-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.action-buttons .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.action-buttons .btn i {
	font-size: 16px;
}

.action-buttons .btn-outline-primary {
	border: 2px solid #667eea;
	color: #667eea;
	background: transparent;
}

.action-buttons .btn-outline-primary:hover {
	background: #667eea;
	color: white;
	transform: translateY(-2px);
}

.action-buttons .btn-success {
	background: #28a745;
	border: 2px solid #28a745;
	color: white;
}

.action-buttons .btn-success:hover {
	background: #218838;
	border-color: #218838;
	transform: translateY(-2px);
}

/* Student Orders - Bildirimlerim sayfası gibi */
.student-orders,
.student-order-detail {
	padding: 30px 0;
	background: #f8f9fa;
	min-height: 100vh;
}

.student-orders .card,
.student-order-detail .card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.student-orders .card-header,
.student-order-detail .card-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.student-orders .card-header:first-child,
.student-order-detail .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.student-orders .card-header h5,
.student-order-detail .card-header h5 {
	margin: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* student orders notification styles removed */

.student-orders .btn-sm,
.student-order-detail .btn-sm {
	padding: 6px 12px;
	font-size: 12px;
}

.student-orders .card-body,
.student-order-detail .card-body {
	padding: 30px;
}

/* Order Detail Specific Styles - Paket Detay Sayfası Gibi */
.order-detail-content {
	margin-top: 0;
}

.section-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.order-info-section,
.student-info-section,
.order-notes-section,
.payment-details-section {
	margin-bottom: 30px;
}

.order-info-grid,
.student-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 15px;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.info-item .label {
	font-weight: 500;
	color: #495057;
	min-width: 120px;
}

.info-item .value {
	font-weight: 600;
	color: #333;
	text-align: right;
}

.order-note-content,
.payment-details-content {
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.order-note-content p,
.payment-details-content {
	margin: 0;
	color: #495057;
	line-height: 1.6;
}

.order-actions-section {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.action-buttons .btn {
	margin-bottom: 10px;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.action-buttons .btn:last-child {
	margin-bottom: 0;
}

.action-buttons .btn:hover {
	transform: translateY(-1px);
}

.status-badge {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
}

.status-badge.status-completed {
	background: #d4edda;
	color: #155724;
}

.status-badge.status-pending {
	background: #fff3cd;
	color: #856404;
}

.status-badge.status-canceled {
	background: #f8d7da;
	color: #721c24;
}

/* Tab Styles - Paket Detay Sayfası Gibi */
.nav-tabs {
	border-bottom: 2px solid #e9ecef;
	margin-bottom: 25px;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: #6c757d;
	font-weight: 500;
	padding: 12px 20px;
	transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #495057;
	background: transparent;
}

.nav-tabs .nav-link.active {
	border-color: #667eea;
	color: #667eea;
	background: transparent;
}

.nav-tabs .nav-link i {
	margin-right: 8px;
}

.tab-content {
	padding: 0;
}

.tab-pane {
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Package Info Grid - Paket Detay Sayfası Gibi */
.package-info-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.package-info-grid .info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.package-info-grid .info-item:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

.package-info-grid .info-item .label {
	font-weight: 500;
	color: #495057;
	min-width: 120px;
	font-size: 13px;
}

.package-info-grid .info-item .value {
	font-weight: 600;
	color: #333;
	text-align: right;
	font-size: 13px;
}

/* Section Divider */
.section-divider {
	border: none;
	border-top: 2px solid #e9ecef;
	margin: 30px 0;
}

/* Empty State */
.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #6c757d;
}

.empty-state i {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.5;
}

.empty-state p {
	margin: 0;
	font-size: 16px;
}

/* Badge Styles */
.badge {
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
}

.badge-success {
	background: #d4edda;
	color: #155724;
}

.badge-warning {
	background: #fff3cd;
	color: #856404;
}

.badge-secondary {
	background: #e9ecef;
	color: #495057;
}

.badge-info {
	background: #d1ecf1;
	color: #0c5460;
}

@media (max-width: 576px) {
	.student-welcome h4 {
		font-size: 18px;
	}
	
	.stats-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.stat-card {
		flex-direction: column;
		text-align: center;
		padding: 20px 15px;
		height: auto;
		min-height: 120px;
	}
	
	.stat-icon {
		margin-right: 0;
		margin-bottom: 15px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.stat-content {
		flex: 1;
		min-width: 0;
		text-align: center;
	}
	
	.stat-number {
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.stat-label {
		font-size: 12px;
		line-height: 1.2;
	}
	
	.package-progress-item {
		flex-direction: column;
		text-align: left;
		padding: 12px;
		border-radius: 6px;
		background: #f8f9fa;
		margin-bottom: 12px;
	}

	.package-info {
		width: 100%;
		margin-right: 0;
	}

	.package-info h6 {
		font-size: 15px;
		margin-bottom: 6px;
		color: #333;
	}

	.package-info p {
		font-size: 13px;
		color: #666;
		margin-bottom: 8px;
	}
	
	.progress-wrapper {
		margin-top: 10px;
		width: 100%;
	}

	.progress {
		height: 18px;
		border-radius: 9px;
	}

	.progress-bar {
		font-size: 10px;
		line-height: 18px;
	}
	
	.package-info-grid .info-item {
		padding: 8px 12px;
	}
	
	.package-info-grid .info-item .label {
		font-size: 12px;
		min-width: 100px;
	}
	
	.package-info-grid .info-item .value {
		font-size: 12px;
	}
}

/* Package Detail Styles */
.section-subtitle {
	margin-bottom: 15px;
	color: #495057;
	font-size: 1.1rem;
	grid-column: 1 / -1;
	font-weight: 600;
}

.section-subtitle i {
	margin-right: 5px;
	color: #1A76D1;
}

.section-divider {
	margin: 30px 0;
	border-top: 1px solid #dee2e6;
	grid-column: 1 / -1;
}

/* Paketlerime Dön Butonu - Sağa Yasla */
.card-header .d-flex {
	justify-content: space-between !important;
	align-items: center !important;
}

.card-header .btn-secondary {
	margin-left: auto !important;
	float: right !important;
}

/* Mobilde de sağa yasla */
@media (max-width: 768px) {
	.card-header .d-flex {
		flex-direction: row !important;
		justify-content: space-between !important;
	}
	
	.card-header .btn-secondary {
		margin-left: auto !important;
		float: right !important;
	}
}

@media (max-width: 576px) {
	.card-header .d-flex {
		flex-direction: row !important;
		justify-content: space-between !important;
	}
	
	.card-header .btn-secondary {
		margin-left: auto !important;
		float: right !important;
	}
}

/* Checkbox focus fix for form validation */
input[type="checkbox"] {
	pointer-events: auto;
}

/* FullCalendar Özelleştirmeleri */
.fc { font-family: 'Poppins', sans-serif; }
.fc-button-primary { background-color: #1a76d2; border-color: #1a76d2; color: white; }
.fc-event { border-radius: 4px; border: none; padding: 2px 4px; font-size: 0.85rem; font-weight: 500; }
.fc-event.lesson-completed { background-color: #4caf50; color: white; }
.fc-event.lesson-scheduled { background-color: #2196f3; color: white; }
.fc-event.lesson-cancelled { background-color: #f44336; color: white; }
.fc-event.lesson-no-show { background-color: #ff9800; color: white; }
.fc-event.lesson-pending { background-color: #9e9e9e; color: white; }

/* Notification Actions Styling */
.notification-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Card Header Flex Layout Fix */
.card-header .d-flex {
	width: 100%;
}

.card-header .d-flex h5 {
	flex: 1;
	margin: 0;
}

.card-header .d-flex .notification-actions {
	flex-shrink: 0;
}

/* Order Detail Page Button Styling */
.student-order-detail .card-header .btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: white;
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: all 0.3s ease;
}

.student-order-detail .card-header .btn-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
	color: white;
	transform: translateY(-1px);
}

/* =============================
   Homework Filters & Cards Styling
   ============================= */

/* Homework Filters Styling */
.homework-filters {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
    z-index: 9999 !important;
}

.homework-filters .form-group {
    margin-bottom: 0;
    position: relative;
    z-index: 10000 !important;
}

.homework-filters .form-group label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: block;
}

.homework-filters .form-control {
    border: none;
    border-radius: 10px;
    padding: 14px 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #2d3748;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10001 !important;
}

.homework-filters .form-control:focus {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    outline: none;
    border: 2px solid #fff;
}

/* Homework Cards */
.homework-card {
    margin-bottom: 25px;
}

.homework-card .card {
    border: none;
    border-radius: 15px;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.homework-card .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.homework-card .card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.homework-card .card-body {
    padding: 25px;
}

/* Homework Content */
.homework-title {
    margin-bottom: 8px;
}

.homework-title a {
    color: #2d3748;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.homework-title a:hover {
    color: #667eea;
}

.homework-subject {
    color: #718096;
    margin: 8px 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.homework-subject i {
    margin-right: 8px;
    color: #667eea;
    font-size: 16px;
}

.homework-description {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Date Information */
.homework-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    align-items: center;
}

@media (min-width: 768px) {
    .homework-dates {
        flex-wrap: nowrap;
        gap: 30px;
    }
}

.date-info {
    font-size: 13px;
    color: #4a5568;
    display: flex;
    align-items: center;
    background: #f7fafc;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
}

.date-info i {
    margin-right: 6px;
    font-size: 14px;
    color: #667eea;
}

.date-info strong {
    margin-right: 8px;
}

.date-info.deadline.overdue {
    background: #fed7d7;
    color: #c53030;
}

.date-info.deadline.overdue i {
    color: #c53030;
}

.overdue-text {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.status-badge i {
    margin-right: 6px;
    font-size: 14px;
}

.status-badge.completed {
    background: linear-gradient(135deg, #f0fff4, #48bb78);
    color: #22543d;
    border: 1px solid #48bb78;
}

.status-badge.incomplete {
    background: linear-gradient(135deg, #fef5e7, #f6e05e);
    color: #744210;
    border: 1px solid #f6e05e;
}

/* Action Buttons */
.homework-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.homework-actions .btn {
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.homework-actions .btn i {
    margin-right: 6px;
    font-size: 14px;
}

.homework-actions .btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
}

.homework-actions .btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.homework-actions .btn-success {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: #fff;
}

.homework-actions .btn-success:hover {
    background: linear-gradient(135deg, #38a169, #2f855a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.homework-actions .btn-warning {
    background: linear-gradient(135deg, #f6ad55, #ed8936);
    color: #fff;
}

.homework-actions .btn-warning:hover {
    background: linear-gradient(135deg, #ed8936, #dd6b20);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(246, 173, 85, 0.4);
}

.mark-complete-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Loading animation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotate 1s linear infinite;
}


/* Empty States */
.no-homework {
    text-align: center;
    padding: 60px 20px;
    background: #f7fafc;
    border-radius: 15px;
    border: 2px dashed #cbd5e0;
}

.no-homework i {
    opacity: 0.4;
    color: #a0aec0;
    margin-bottom: 20px;
}

.no-homework h4 {
    color: #4a5568;
    margin-bottom: 10px;
    font-weight: 600;
}

.no-homework p {
    color: #718096;
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #fffaf0;
    border-radius: 15px;
    border: 2px dashed #fbd38d;
}

.no-results i {
    color: #ed8936;
    margin-bottom: 20px;
}

.no-results h4 {
    color: #744210;
    margin-bottom: 10px;
    font-weight: 600;
}

.no-results p {
    color: #975a16;
}

/* Pagination */
.homework-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination .page-link {
    color: #667eea;
    border: 1px solid #e2e8f0;
    padding: 10px 15px;
    margin: 0 3px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    color: #fff;
}

/* Content Header */
.content-header {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
}

.content-header h2 {
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 28px;
}

.content-header p {
    color: #718096;
    font-size: 16px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .homework-filters {
        padding: 12px 8px 45px 8px;
        border-radius: 10px;
        margin-bottom: 15px;
        overflow: visible;
        min-height: 120px;
        height: auto;
        position: relative;
    }
    
    .homework-filters .row {
        display: block !important;
        margin: 0;
    }
    
    /* İlk iki sütun yan yana - table-cell yaklaşımı */
    .homework-filters .col-6:nth-child(1),
    .homework-filters .col-6:nth-child(2) {
        width: 49% !important;
        padding: 0 1px !important;
        margin-bottom: 6px;
        display: inline-block !important;
        vertical-align: top !important;
        box-sizing: border-box !important;
    }
    
    /* Üçüncü sütun (sıralama) - block element zorla break */
    .homework-filters .col-12:nth-child(3) {
        width: 100% !important;
        padding: 0 1px !important;
        margin-top: 8px;
        margin-bottom: 12px;
        display: block !important;
        clear: both !important;
        position: relative;
        z-index: 1;
    }
    
    /* Row içinde white-space kontrolü */
    .homework-filters .row {
        font-size: 0;
    }
    
    .homework-filters .form-group {
        font-size: 12px;
        margin-bottom: 0 !important;
    }
    
    .homework-filters .form-group label {
        font-size: 8px;
        margin-bottom: 2px;
        text-transform: none;
        letter-spacing: 0.2px;
        font-weight: 500;
    }
    
    .homework-filters .form-control {
        padding: 4px 6px;
        font-size: 10px;
        min-height: 28px;
        border-radius: 3px;
        font-weight: 400;
    }
    
    .homework-card .card-body {
        padding: 20px 15px;
    }
    
    .homework-dates {
        flex-direction: column;
        gap: 10px;
    }
    
    .homework-actions {
        margin-top: 20px;
        flex-direction: column;
    }
    
    .homework-actions .btn {
        width: 100%;
        justify-content: center;
        margin: 5px 0;
    }
    
    .content-header {
        margin-bottom: 15px;
        padding: 10px 0;
    }
    
    .content-header h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    
    .content-header p {
        font-size: 14px;
    }
    
    .homework-card {
        margin-bottom: 15px;
    }
    
    .homework-card .row {
        margin: 0;
    }
    
    .homework-card .col-md-8,
    .homework-card .col-md-4 {
        padding: 0;
    }
    
    .homework-card .col-md-4 {
        margin-top: 15px;
        text-align: left !important;
    }
    
    .homework-title a {
        font-size: 16px;
    }
}

/* Fix for select dropdown z-index issues */
select:focus,
select.form-control:focus {
    z-index: 1051 !important;
}

/* Ensure select dropdown options appear above other content */
select {
    position: relative;
}

/* Nice Select specific overrides for homework filters */
.homework-filters .nice-select {
    z-index: 10002 !important;
    position: relative !important;
}

.homework-filters .nice-select .list {
    z-index: 10003 !important;
    position: absolute !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.homework-filters .nice-select.open {
    z-index: 10004 !important;
}

.homework-filters .nice-select.open .list {
    z-index: 10005 !important;
}

/* Ensure homework-list stays below dropdowns */
.homework-list {
    position: relative;
    z-index: 1 !important;
}

.homework-card {
    position: relative;
    z-index: 1 !important;
}

.homework-card .card {
    position: relative;
    z-index: 1 !important;
}

/* Force homework content below filters - nuclear option */
.student-main-content {
    position: relative;
    z-index: 1 !important;
}

.student-main-content > *:not(.homework-filters) {
    position: relative;
    z-index: 1 !important;
}

/* Homework Detail Page Styles */
.status-icon {
    background: #28a745;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    animation: pulse-success 2s infinite;
}

.status-icon i {
    font-size: 32px;
    color: white;
}

.status-text {
    flex: 1;
}

.status-title {
    color: #155724;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.status-subtitle {
    color: #155724;
    font-size: 15px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.grade-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    animation: bounce-in 1s ease-out;
}

.evaluation-badge {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.evaluation-badge i {
    font-size: 16px;
    animation: spin 2s linear infinite;
}

.completion-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 20px;
    border-radius: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    animation: pulse-success 2s infinite;
}

.completion-badge i {
    font-size: 32px;
    margin-bottom: 5px;
}

.feedback-info {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    border-left: 4px solid #007bff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.feedback-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #155724;
    margin-bottom: 10px;
    font-size: 14px;
}

.feedback-header i {
    font-size: 16px;
    color: #007bff;
}

.feedback-content-banner {
    background: white;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
}

/* Homework Detail Animations */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse-success {
    0% {
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(40, 167, 69, 0.5);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotate 1s linear infinite;
}

/* Status Badge Large Styles */
.status-badge.large {
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.status-badge.large i {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
}

.status-badge.large .grade {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.status-badge.large .date,
.status-badge.large .time-left {
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.8;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    line-height: 1.4;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.completed {
    background: #d4edda;
    color: #155724;
}

.status-badge.overdue {
    background: #f8d7da;
    color: #721c24;
}

/* Homework Detail Responsive Design */
@media (max-width: 768px) {
    .status-icon {
        width: 60px;
        height: 60px;
    }
    
    .status-icon i {
        font-size: 28px;
    }
    
    .status-title {
        font-size: 18px;
    }
    
    .completion-badge {
        padding: 15px;
        font-size: 14px;
    }
    
    .completion-badge i {
        font-size: 28px;
    }
    
    .homework-dates {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-badge.large {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .status-badge.large i {
        font-size: 20px;
    }
    
    .homework-actions-sidebar {
        margin-top: 30px;
    }
    
    .mark-complete-btn {
        font-size: 13px !important;
        padding: 10px 15px !important;
    }
}

.homework-header .card {
    border: 2px solid #e3e6ef;
    margin-bottom: 30px;
}

.homework-title {
    color: #2e37a4;
    margin-bottom: 10px;
    font-weight: 600;
}

.homework-subject {
    color: #666;
    margin-bottom: 15px;
    font-size: 16px;
}

.homework-description {
    line-height: 1.7;
    font-size: 15px;
}

.homework-feedback-content {
    line-height: 1.7;
    font-size: 15px;
    color: #495057;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.evaluation-waiting {
    padding: 20px;
}

.evaluation-waiting i {
    animation: pulse 2s infinite;
}

.time-info .time-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.time-info .time-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.time-info .time-item label {
    font-weight: 600;
    color: #555;
}

.countdown {
    font-weight: bold;
    color: #dc3545;
}

/* Mark Complete Button Styling */
.mark-complete-btn {
    background: linear-gradient(135deg, #f6ad55, #ed8936) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(246, 173, 85, 0.3) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.mark-complete-btn:hover {
    background: linear-gradient(135deg, #ed8936, #dd6b20) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(246, 173, 85, 0.4) !important;
    color: #fff !important;
}

.mark-complete-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(246, 173, 85, 0.3) !important;
}

.mark-complete-btn i {
    margin-right: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

/* SweetAlert Custom Styles for Homework Detail */
.homework-confirm-popup {
    font-family: 'Inter', sans-serif !important;
}

.homework-confirm-popup .swal2-title {
    color: #2d3748 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.homework-confirm-popup .swal2-content {
    color: #4a5568 !important;
    font-size: 14px !important;
}

.btn-confirm-homework {
    background: linear-gradient(135deg, #48bb78, #38a169) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease !important;
}

.btn-confirm-homework:hover {
    background: linear-gradient(135deg, #38a169, #2f855a) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4) !important;
}

.btn-cancel-homework {
    background: linear-gradient(135deg, #e53e3e, #c53030) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease !important;
}

.btn-cancel-homework:hover {
    background: linear-gradient(135deg, #c53030, #9c2626) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 62, 62, 0.4) !important;
}

.homework-success-popup .swal2-title {
    color: #22543d !important;
}

.homework-success-popup .swal2-content {
    color: #2f855a !important;
}

.btn-success-homework {
    background: linear-gradient(135deg, #48bb78, #38a169) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

.homework-error-popup .swal2-title {
    color: #742a2a !important;
}

.homework-error-popup .swal2-content {
    color: #c53030 !important;
}

.btn-error-homework {
    background: linear-gradient(135deg, #e53e3e, #c53030) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

/* Description Expand/Collapse Styles */
.description-content {
    line-height: 1.6;
}

.btn-expand-description {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
    color: #495057;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-expand-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.btn-expand-description:hover {
    background: linear-gradient(135deg, #1a76d1, #0d5aa7);
    color: white;
    border-color: #1a76d1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 118, 209, 0.3);
}

.btn-expand-description:hover::before {
    left: 100%;
}

.btn-expand-description:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(26, 118, 209, 0.2);
}

.btn-expand-description i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-expand-description:hover i {
    transform: scale(1.1);
}

.description-short,
.description-full {
    transition: opacity 0.3s ease;
}

/* Grup Dersi Reklam Kutusu Stilleri */
.group-lesson-alert {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.4), 0 0 30px rgba(40, 167, 69, 0.2);
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    animation: blinkPulse 2s infinite;
    transform-origin: center;
}

@keyframes blinkPulse {
    0%, 50% { 
        opacity: 1; 
        background-color: #d4edda;
        border-left-color: #28a745;
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(40, 167, 69, 0.4), 0 0 30px rgba(40, 167, 69, 0.2);
    }
    25%, 75% { 
        opacity: 0.8; 
        background-color: #c3e6cb;
        border-left-color: #1e7e34;
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(40, 167, 69, 0.6), 0 0 40px rgba(40, 167, 69, 0.4);
    }
}

.group-lesson-alert .alert-heading {
    color: #155724;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.group-lesson-alert p {
    color: #155724;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.group-lesson-alert .fa-gift {
    color: #28a745;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .group-lesson-alert {
        margin: 0 -15px 1.5rem -15px;
        border-radius: 6px;
    }
    
    .group-lesson-alert .col-md-1 {
        margin-bottom: 0.5rem;
    }
    
    .group-lesson-alert .fa-gift {
        font-size: 1.5rem !important;
    }
    
    .group-lesson-alert .alert-heading {
        font-size: 1rem;
    }
    
    .group-lesson-alert p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .group-lesson-alert {
        margin: 0 -10px 1rem -10px;
        padding: 0.75rem;
    }
    
    .group-lesson-alert .alert-heading {
        font-size: 0.95rem;
    }
    
    .group-lesson-alert p {
        font-size: 0.85rem;
    }
}

/* Uyarı Mesajlarının Kalıcı Olması İçin Stiller */
.alert {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
}

/* Tüm uyarı mesajlarının kalıcı olması için */
.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
}

/* Tab içindeki uyarı mesajlarının kalıcı olması için */
.tab-pane .alert {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
}

/* Fade animasyonlarını kaldır */
.alert.fade {
    opacity: 1 !important;
    transition: none !important;
}

.alert.show {
    opacity: 1 !important;
    display: block !important;
}
