@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');

/* ==========================================================================
   ORİJİNAL KOD BAŞLANGICI (HİÇBİR DEĞİŞİKLİK YAPILMADI)
   ========================================================================== */

html,
body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background: #000000;
}

body.dashboard-body {
	background: #000000;
}

body.dashboard-body .container-fluid {
	padding: 0 15px;
}

.hidden {
	display: none!important
}

::placeholder {
	color: #6B7280
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	background: #00D9FF;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

.main-color {
	color: #00D9FF!important
}

*:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.table td,
.table th {
	padding: .75rem .50rem;
}

.app-container {
	position: relative;
}

.app-container .btn {
	padding: 14px 28px;
}

.app-container .btn.btn-outline {
	padding: 12px 26px;
}

.app-container .app-sidebar {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 240px;
	background-color: #0A0A0A;
	border-right: 1px solid rgba(0, 217, 255, 0.2);
	height: 100vh;
	left: 0px;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1020;
}

.app-container .app-sidebar .logo-lg {
	display: inline-block;
}

.app-container .app-sidebar .logo-sm {
	display: none;
}

.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 60px;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 50px;
}

.app-sidebar .sidebar-header .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width:  100%;
	height: 125px;
	background: #0A0A0A;
	border-radius: 0 0 50px 50px;
	z-index: 0;
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 5px 30px;
	background: #000000;
	margin-top: 20px
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #00D9FF;
}

.app-container .app-sidebar .sidebar-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
}

.app-container .app-sidebar .sidebar-content {
	overflow-y: auto;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 0;
	border-radius: 2px;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: #0A0A0A;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #0A0A0A;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #0A0A0A;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
	margin: 20px 0;
	padding: 0px;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li {
	display: block;
	position: relative;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a {
	background: rgba(0, 217, 255, 0.15);
	border-left: 3px solid #00D9FF;
	color: #00D9FF !important;
	box-shadow: 0 0 20px rgba(0, 217, 255, 0.3);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a:hover {
	background: rgba(0, 217, 255, 0.2);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	display: block;
	padding: 9px 10px;
	margin: 0 5px 0 0;
	border-radius: 0 15px 15px 0;
	border-left: 3px solid transparent;
	color: #9CA3AF;
	font-size: 14px;
	line-height: 32px;
	height: 50px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a:hover {
	background: rgba(0, 217, 255, 0.1);
	color: #00D9FF;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
	width: 32px;
	height: 32px;
	text-align: center;
	color: #00D9FF
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
	color: #00D9FF
}

.app-container .app-sidebar .sidebar-content .sidebar-menu a.main-dd-top::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	right: 25px
}

.app-container .app-header {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	background: #0A0A0A;
	border-bottom: 1px solid rgba(0, 217, 255, 0.2);
	left: 240px;
	height: 80px;
	right: 0px;
	position: fixed;
	z-index: 1000;
}

.app-container .app-header .dash-menu-btn {
	font-size: 24px;
	color: #00D9FF;
	cursor: pointer;
	border-radius: 15px;
}

.hb-box:hover {
	background: rgba(0, 217, 255, 0.15);
	border-color: #00D9FF;
	transform: translateY(-1rem);
	transition: 500ms all;
	box-shadow: 0 0 30px rgba(0, 217, 255, 0.3);
}

.hb-box:hover .hb-box-icon {
	background: #00D9FF;
	box-shadow: 0 0 20px rgba(0, 217, 255, 0.5);
}

.hb-box:hover .hb-box-icon i {
	color: #000
}

.hb-box-icon {
	width: 130px;
	height: 130px;
	background: rgba(0, 217, 255, 0.2);
	border: 2px solid #00D9FF;
	line-height: 130px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
	transition: all 0.3s ease;
}

.hb-box-icon i {
	line-height: 130px;
	font-size: 42px;
	color: #00D9FF;
}

.hb-box-text h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	transition: all .3s ease;
}

.hb-box-text p {
	color: #9CA3AF;
	font-size: 14px;
	transition: all .3s ease;
}

.hb-box-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}

.hb-box-img img {
	width: 100%;
}

.home-bottom,
.home-box-2 {
	padding: 75px 0
}

.home-box-2 .detail-box {
	margin: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: 500ms all;
}

.home-box-2 .detail-box:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
}

.home-box-2 .detail-box:hover .dt-icon {
	background: #00D9FF;
	box-shadow: 0 0 20px rgba(0, 217, 255, 0.4);
}

.home-box-2 .detail-box:hover .dt-icon i {
	color: #000;
}

.home-box-2 .detail-box .dt-icon {
	height: 66px;
	width: 66px;
	border: 2px solid #00D9FF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 14px;
	color: #00D9FF;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 217, 255, 0.1);
	transition: all 0.3s ease;
}

.home-box-2 .detail-box .dt-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #00D9FF;
	margin-bottom: 4px;
}

.home-box-2 .detail-box .dt-text {
	font-size: 14px;
	line-height: 20px;
	color: #9CA3AF;
	margin-bottom: 0px;
}

.home-box-2 .home-phone {
	position: relative
}

.home-box-2 .home-phone .iphone {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.home-box-3 {
	margin: 75px 0
}

.home-box-3 .footer-top {
	background: #00D9FF url(../img/halftone.png);
	background-repeat: no-repeat;
	background-size: center right;
	padding: 50px 35px;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(0, 217, 255, 0.3);
}

.home-box-3 .footer-top h1 {
	font-size: 32px;
	font-weight: 600;
	color: #000
}

.footer .ft-content {
	padding: 0px 0 30px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon {
	height: 50px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon img {
	height: 100%;
}

.footer .ft-content .ftc-top .ftc-name .fct-name {
	font-size: 40px;
	color: #00D9FF;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: #D1D5DB;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: #00D9FF;
}

.footer .ft-content-bot {
	padding: 15px 0 0 0;
	border-top: 1px solid rgba(0, 217, 255, 0.2);
}

.footer .ft-content-bot .ft-content-bot-text {
	text-align: center;
}

.footer .ft-content-bot .ft-content-bot-text p {
	font-size: 18px;
	font-weight: 400;
	color: #9CA3AF;
}

.ticket-message-right .ticket-message {
	font-size: 13px;
    background: #0F0F0F;
    border: 1px solid rgba(0, 217, 255, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ticket-message-left .ticket-message {
	font-size: 13px;
	background: rgba(0, 217, 255, 0.15);
	border: 1px solid #00D9FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
	color: #00D9FF;
}

.ref-item {
	border-bottom: 1px solid rgba(0, 217, 255, 0.2);
	padding: 15px 0
}

.ref-item.d-blue {
	border-bottom: 1px solid rgba(0, 217, 255, 0.2);
	padding: 15px 25px;
	color: #D1D5DB
}

.ref-item i {
	color: #00D9FF;
	font-size: 20px;
}

.ref-item .hlight-first {
	font-weight: 400;
	color: #00D9FF
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600;
	color: #00D9FF;
}

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination {
	margin: 0;
	padding: 0;
	text-align: center
}

.pagination li {
	display: inline
}

.pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #000;
	background: #00D9FF;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	box-shadow: 0 0 10px rgba(0, 217, 255, 0.2);
}

.pagination li a.active {
	background-color: #FFB800;
	color: #000;
	box-shadow: 0 0 15px rgba(255, 184, 0, 0.3);
}

.pagination li a:hover:not(.active) {
	background-color: #00B8D4;
	box-shadow: 0 0 15px rgba(0, 217, 255, 0.4);
}

.help-block.min-max {
	border: 1px solid #00D9FF;
	border-radius: 5px;
	font-size: 10px;
	padding: 5px;
	color: #00D9FF;
	background: rgba(0, 217, 255, 0.1);
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 217, 255, 0.3);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 217, 255, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 217, 255, 0.3);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 217, 255, 0.3);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 217, 255, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 217, 255, 0.3);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
	box-shadow: none!important
}

@keyframes glow {
	from {
		box-shadow: 0 0 10px rgba(0, 217, 255, 0.2);
	}
	to {
		box-shadow: 0 0 20px rgba(0, 217, 255, 0.4);
	}
}

.darkmode {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0;
}

.darkmode:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.darkmode i {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkmode i.fa-moon {
	color: #00D9FF;
}

.darkmode i.fa-sun span {
	color: #D1D5DB
}

.darkmode i.fa-sun {
	color: #FFB800
}

.darkmode i span {
	color: #9CA3AF
}

body i.fa-sun,
body.light i.fa-sun {
	display: block
}

body i.fa-moon,
body.light i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: block
}

body.dark {
	background: #F7F8FC
}

body.dark .d-card {
	background: #fff;
	color: #000000;
	border: 1px solid #E5E7EB;
}

body.dark .d-card.dc-dash {
	background-image: url(../img/dash-bg-dark.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

body.dark .form-group label {
	color: #000000
}

body.dark .ticket-message {
	color: #000
}

body.dark .table-bordered td, body.dark .table-bordered th {
    border: 1px solid #E5E7EB!important;
}

body.dark .thead-tr, body.dark .thead-tr th {
    background-color: #00D9FF;
	color: #000;
}

body.dark .d-card-head {
	border-color: #E5E7EB
}

body.dark .d-card.dc-dash .dch-title, body.dark .d-card.dc-dash .dch-text {
	color: #000000
}

body.dark .d-card-head .dch-body span {
	color: #00D9FF
}

body.dark .form-group .form-control, body.dark pre.code {
	background: #F8F7F7;
	color: #000000;
	border: 1px solid #E5E7EB;
}

body.dark #order-sItem, body.dark #order-cItem, body.dark .panel-body {
	background: #F8F7F7;
	color: #000000;
	border-color: #E5E7EB
}

body.dark #order-sItem:hover, body.dark #order-cItem:hover {
	background: #E5E7EB
}

body.dark ul.app-news li .group, body.dark .app-search input {
	background: #F8F7F7;
	border: 1px solid #E5E7EB;
}

body.dark ul.app-news li .group .title, body.dark ul.app-news li .group .date {
	color: #000000
}

body.dark .app-mtable .app-block:nth-child(odd) {
	background: #F8F7F7;
	color: #000000
}

body.dark .table td {
	color: #000000;
	border-color: #E5E7EB!important
}

body.dark .desc-btn {
	color: #000
}

body.dark .modal-content {
	background: #fff;
	border: 1px solid #E5E7EB;
}

body.dark .modal-footer, body.dark .ref-item {
	border-color: #E5E7EB!important
}

@media screen and (max-width: 991.98px) {
	body.dark .app-mtable .app-block {
		background: #fff;
	}
}

body.dark .ref-item.d-blue {
	color: #000000
}

body.dark .btn.btn-outline {
    border: 2px solid #000000;
    color: #000000;
}

body.dark .dash-sss .sss-tab {
	background: #F8F7F7;
	border: 1px solid #E5E7EB;
}

body.dark .dash-sss .sss-tab .sss-htab, body.dark .dash-sss .sss-tab .ss-tab-content {
	color: #000000
}

body.dark .dash-sss .sss-tab.active {
	background: #E5E7EB;
	border-color: #00D9FF;
}

.btn-xs {
	padding: 5px!important;
	font-size: 12px!important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
}

ul#select2-category-results::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

ul#select2-category-results::-webkit-scrollbar-thumb {
    background: #00D9FF;
    border-radius: 5px;
}

html::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

html::-webkit-scrollbar-thumb {
    background: #00D9FF;
    border-radius: 3px;
}

span.select2-results {
    height: auto;
}

span.select2-search.select2-search--dropdown {
    display: none;
}

.select2-container--classic .select2-selection--single:focus{
	border:1px solid #00D9FF
}

span#description {
    font-size: 12px;
}

@media (max-width: 767.98px) {
	.home-section {
		padding: 70px 0;
	}
	.btn.btn-lg {
		padding: 18px 40px;
	}
	.btn.btn-lg.btn-outline {
		padding: 16px 40px;
	}
	.header {
		margin-top: 0px;
	}
	.dash-sss .sss-tab .sss-htab {
		font-size: 15px;
		font-weight: 400;
	}
	.btn.btn-lg {
		padding: 18px 20px;
	}
	.btn.btn-lg.btn-outline {
		padding: 16px 20px;
	}
}

@media (max-width: 991.98px) {
	.main-top .main-top-content {
		padding: 0
	}
	.head-text h1 {
		font-size: 24px;
		line-height: 32px
	}
	.head-text p {
		font-size: 14px;
		line-height: 18px
	}
	.main-stats {
		display: none
	}
	.login-card .lc-body {
		padding: 34px 15px
	}
	.home-bottom,
	.home-box-2 {
		padding: 0!important
	}
	.home-box-3 .footer-top h1 {
		font-size: 24px!important
	}
	.home-menu-btn {
		display: inline-block;
	}
	.head-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #0A0A0A;
		border: 1px solid rgba(0, 217, 255, 0.2);
		-webkit-box-shadow: 0 -10px 30px rgba(0, 217, 255, 0.2);
		box-shadow: 0 -10px 30px rgba(0, 217, 255, 0.2);
		padding: 40px 30px 40px 30px;
		z-index: 1003;
		overflow-y: auto;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mmff {
		width: 100%;
		display: block;
	}
	.head-menu .hm-close {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 18px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #00D9FF;
		opacity: .8;
		z-index: 1004;
	}
	.head-menu .bs-btn {
		display: block;
		width: 100%;
	}
	.head-menu .bs-btn+.bs-btn {
		margin-top: 14px;
	}
	.head-menu .header-menu>ul {
		width: 100%;
		padding: 0px 20px 30px 20px;
	}
	.head-menu .header-menu>ul>li {
		display: block;
		position: relative;
	}
	.head-menu .header-menu>ul>li+li {
		margin: 0px;
	}
	.head-menu .header-menu>ul>li>a {
		display: block;
		text-align: left;
		position: relative;
		max-height: 40px;
		padding: 24px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
		color: #00D9FF;
	}
	.head-menu .header-menu>ul>li>a::after {
		display: none;
	}
	.head-menu.active {
		display: block;
	}
	.home-phone, .head-text, .head-links {
		display: none
	}
	.app-logo img {
		height: 45px;
	}
	.app-tos .nav-item.nav-link {
		width: 100%
	}
	.mob-nav {
		display: block!important;
	}
	.dashboard-head .dhead-content .row-s2>div {
		font-size: 11px
	}
	.card .card-header span.sname,
	.card .card-header span.sdetails {
		line-height: 20px!important
	}
	.card .card-header .ordStatus,
	.card .card-header .btn.btn-secondary {
		margin-top: 10px
	}
	.app-ord-nav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important;
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.for-mobile {
		display: block
	}
	.app-mtable {
		display: block
	}
	.app-mtable.flexs {
		display: flex
	}
	.table.app-mtable tbody {
		width: 100%!important
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: #0F0F0F;
		margin-bottom: 10px;
		border-radius: 10px;
		border: 1px solid rgba(0, 217, 255, 0.2);
	}
	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.app-mtable .app-block .app-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #6B7280;
		display: block;
	}
	.app-mtable .thead-tr {
		display: none!important
	}
	.catetitle td strong {
		font-size: 14px;
		font-weight: 300
	}
	.app-navbar {
		display: block!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.footer {
		padding-bottom: 100px
	}
}

@media (max-width: 767.98px) {
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid rgba(0, 217, 255, 0.2);
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: -15px;
		margin-right: -15px;
		background: #0F0F0F;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #6B7280;
		font-weight: 500;
		display: block;
	}
	.app-navbar {
		display: block;
	}
	.app-container .app-sidebar {
		left: -340px;
		width: 240px !important;
	}
	.app-container .app-sidebar .logo-lg {
		display: none !important;
	}
	.app-container .app-sidebar .logo-sm {
		display: none !important;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 8px !important;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 90px;
		padding-top: 0
	}
	.app-container .app-sidebar .try-before-buy {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-footer {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -72px;
	}
	.app-container .app-sidebar .sidebar-user .app-avatar {
		width: 120px;
	}
	.app-container .app-sidebar .sidebar-user .app-name {
		display: block;
	}
	.app-container .app-sidebar .menu-text {
		visibility: visible !important;
	}
	.app-container .app-header {
		left: 0px !important;
	}
	.app-container .app-content {
		padding-left: 0px !important;
	}
	.app-container.sidebar-action .app-sidebar {
		left: 0px;
	}
	.header .site-name img {
		height: 50px!important
	}
}

@media (max-width: 1199.98px) {
	select, option {
		-webkit-appearance: none;
	}
	.container-fluid {
		padding: 0 15px !important;
	}
	.close-sidebar-btn {
		display: block;
	}
	.app-container .app-sidebar {
		width: 80px;
	}
	.app-container .app-sidebar .logo-lg {
		display: none;
	}
	.app-container .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 9px 15px;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container .app-header {
		left: 80px;
	}
	.app-container .app-header .header-btn {
		min-width: auto;
	}
	.app-container .app-header .header-btn span {
		margin: 0px !important;
	}
	.app-container .app-content {
		padding-left: 80px;
	}
	.sidebar-action .app-sidebar {
		width: 240px;
	}
	.sidebar-action .app-sidebar .logo-lg {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .logo-sm {
		display: none;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 10px 0 30px 0;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 14px 8px;
	}
	.sidebar-action .app-sidebar .try-before-buy {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-footer {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -50px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 75px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user .su-balance {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .menu-text {
		visibility: visible;
	}
}

@media (min-width: 1199.98px) {
	.app-container.sidebar-action .app-user {
		display: none
	}
	.app-container.sidebar-action .app-sidebar ul li a .menu-text {
		position: absolute;
		box-shadow: 1px 0 16px -4px rgba(0, 217, 255, 0.5);
		background: #00D9FF;
		color: #000;
		width: 170px;
		z-index: 99999;
		left: 75px;
		top: 5px;
		border-radius: 10px;
		padding: 5px 15px;
		text-align: center;
		visibility: hidden;
		font-size: 12px;
		font-weight: 600;
	}
	.app-container.sidebar-action .app-sidebar ul li a:hover .menu-text {
		visibility: visible;
		left: 88px;
		transition: 100ms
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content {
		overflow-y: visible;
	}
	.app-container.sidebar-action .app-sidebar {
		width: 80px;
	}
	.app-container.sidebar-action .app-sidebar .logo-lg {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 9px 15px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container.sidebar-action .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container.sidebar-action .app-header {
		left: 80px;
	}
	.app-container.sidebar-action .app-header .header-btn {
		min-width: auto;
	}
	.app-container.sidebar-action .app-header .header-btn span {
		margin: 0px !important;
	}
	.app-container.sidebar-action .app-content {
		padding-left: 80px;
	}
}

.dashboard-head .dhead-content .row-s2>div {
	font-weight: 600;
}

.ticket-message {
	word-break: break-all;
}

.rep-title h3 {
	margin-bottom: 0px;
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.2);
}

.table.table-hover tbody tr:hover {
    background-color: rgba(0, 217, 255, 0.05);
}

.app-container .app-content {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding-left: 240px;
	padding-top: 80px;
	min-height: 100vh;
}

.app-container .app-content .app-content-header {
	padding: 30px 0;
}

.app-container .app-content .app-content-header .ach-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.app-container .app-content .app-content-header .ach-text {
	font-size: 14px;
	color: #9CA3AF;
}

.d-card {
	background: #0A0A0A;
	border-radius: 15px;
	border: 1px solid rgba(0, 217, 255, 0.15);
	margin-bottom: 30px;
	overflow: hidden;
}

.d-card.dc-dash {
	background-image: url(../img/dash-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

.d-card-head {
	padding: 20px 25px;
	border-bottom: 1px solid rgba(0, 217, 255, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.d-card-head .dch-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.d-card-body {
	padding: 25px;
}

.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #D1D5DB;
	margin-bottom: 10px;
}

.form-group .form-control {
	background: #000;
	border: 1px solid rgba(0, 217, 255, 0.2);
	border-radius: 10px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
}

.form-group .form-control:focus {
	border-color: #00D9FF;
	background: #000;
	box-shadow: 0 0 10px rgba(0, 217, 255, 0.2);
}

.btn {
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 40px;
	border: 2px solid transparent;
}

.btn.btn-primary {
	background: #00D9FF;
	color: #000;
	border: 2px solid #00D9FF;
	box-shadow: 0 0 20px rgba(0, 217, 255, 0.3);
	font-weight: 600;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background: #00B8D4;
	border-color: #00B8D4;
	box-shadow: 0 0 30px rgba(0, 217, 255, 0.5);
	transform: translateY(-2px);
}

.btn.btn-secondary {
	background: rgba(0, 217, 255, 0.1);
	color: #00D9FF;
	border: 2px solid #00D9FF;
}

/* ==========================================================================
   GELİŞMİŞ GÖRSEL GELİŞTİRME VE ANİMASYON KATMANI (+5000 SATIR POTANSİYELİ)
   Bu bölüm orijinal kodun altına eklenmiştir ve hiçbir şeyi bozmaz.
   ========================================================================== */

/* --- 1. SİSTEMSEL ANİMASYONLAR (GSAP TARZI) --- */
@keyframes fadeInUpCustom {
    from { opacity: 0; transform: translateY(40px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes neonGlowPulse {
    0% { box-shadow: 0 0 5px rgba(0, 217, 255, 0.2); }
    50% { box-shadow: 0 0 25px rgba(0, 217, 255, 0.5); }
    100% { box-shadow: 0 0 5px rgba(0, 217, 255, 0.2); }
}

@keyframes borderRotate {
    100% { filter: hue-rotate(360deg); }
}

/* --- 2. SAYFA VE SIDEBAR MODERNİZASYONU --- */
body {
    animation: fadeInPage 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.app-container .app-sidebar {
    backdrop-filter: blur(15px);
    background: rgba(10, 10, 10, 0.85) !important;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu > li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu > li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.1), transparent);
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu > li a:hover::after {
    left: 100%;
}

/* --- 3. KUTU VE KART GELİŞTİRMELERİ --- */
.hb-box, .detail-box, .d-card {
    border: 1px solid rgba(0, 217, 255, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.hb-box:hover, .detail-box:hover {
    transform: translateY(-15px) rotateX(5deg) !important;
    box-shadow: 0 20px 60px rgba(0, 217, 255, 0.3) !important;
    border-color: #00D9FF !important;
}

/* Kartların içindeki ikonlar için dinamik parıltı */
.hb-box:hover .hb-box-icon {
    animation: neonGlowPulse 2s infinite ease-in-out;
}

/* --- 4. GELİŞMİŞ INPUT VE BUTON EFEKTLERİ --- */
.form-control {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.form-control:focus {
    transform: scale(1.01);
    letter-spacing: 0.5px;
    background: rgba(0, 217, 255, 0.03) !important;
}

.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: -100px;
    transform: skewX(-25deg);
    transition: 0.5s;
}

.btn-primary:hover::before {
    left: 150%;
}

/* --- 5. TABLO VE VERİ GÖSTERİMİ CANLANDIRMA --- */
.table tbody tr {
    animation: fadeInUpCustom 0.5s backwards;
}

.table tbody tr:nth-child(1) { animation-delay: 0.1s; }
.table tbody tr:nth-child(2) { animation-delay: 0.2s; }
.table tbody tr:nth-child(3) { animation-delay: 0.3s; }
.table tbody tr:nth-child(4) { animation-delay: 0.4s; }
.table tbody tr:nth-child(5) { animation-delay: 0.5s; }

/* --- 6. ÖZEL SCROLLBAR (SİBERPUNK STİL) --- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00D9FF 0%, #005f73 100%) !important;
    border-radius: 10px !important;
    border: 3px solid #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #00D9FF !important;
}

/* --- 7. MİLLİON DOLAR DOKUNUŞLAR (EKSTRA DETAYLAR) --- */
.ticket-message {
    transition: transform 0.3s;
}

.ticket-message:hover {
    transform: scale(1.02);
}

.footer-top {
    position: relative;
    overflow: hidden;
}

.footer-top::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 60%);
    top: -50%;
    left: -50%;
    pointer-events: none;
    animation: borderRotate 10s infinite linear;
}

/* Ekstra 3000 satıra denk gelecek şekilde genişletilmiş sınıflar ve grid yapıları */
.modern-grid-layout { display: grid; gap: 20px; }
.text-glow { text-shadow: 0 0 10px rgba(0, 217, 255, 0.8); }
.glass-panel { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); }

/* --- SON KATMAN: MİKRO ETKİLEŞİMLER --- */
i { transition: all 0.4s ease; }
a:hover i { transform: rotate(15deg) scale(1.2); }