.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.clickable {
	cursor: pointer;
	font-weight: 800;
	color: darkblue;
	font-size: 13px;
}

.selectPicker {
	background-color: white;
}

.golgelidiv {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.50);
	border-radius: 10px;
	background-color: #ffffff;
	border: none;
	display: none;
	position: absolute;
	width: 50%;
	left: 30%;
	top: 10em;
	/*height:400px;*/
	background: white;
	z-index: 15;
}

@media (max-width:768px) {
	.golgelidiv {
		width: 80%;
		left: 9%;
	}
}

.arrow {
	border-top-color: #fff;
}

.rowTotal {
	background-color: lavender;

}

input[type='checkbox']:checked {
	box-shadow: inset 0px 0px 13px 0px #67ff03;
}

.default-row {
	background-color: white !important;
}

.expired-trip {
	background-color: #ffdddd !important;
}

.copy-message {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	display: none;
	/* Başlangıçta gizli */
	z-index: 1000;
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 0.3s ease, transform 0.3s ease-out;
}

.copy-message.show {
	display: block;
	opacity: 1;
	transform: translateX(0);
}


.spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top: 4px solid #333;
	width: 70px;
	height: 70px;
	animation: spin 1s infinite linear;
}

.spinner-container {
	display: flex;
	align-items: center;
	justify-content: center
}

.search-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 20px;
	width: 100%;
	height: 150px;
	margin: 20px 0px;
}

.search-container .rightradius {
	overflow: hidden;
	background-color: #ecf0f5;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: absolute;
	right: -6px;
	top: 42%;
	border-left: 1px solid #ccc;
}

.search-container .leftradius {
	overflow: hidden;
	background-color: #ecf0f5;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: absolute;
	left: -6px;
	top: 42%;
	border-right: 1px solid #ccc;
}

.search-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 2px 0px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #ebebeb;
}

.search-footer {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30%;
	background: #0d3a45;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-head {
	align-self: flex-start;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30%;
	background: #0d3a45;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.search-head h4 {
	color: white;
	font-size: 16px !important;
	padding: 5px;
}

.search-input-wrapper {
	position: relative;
	width: 100%;
	max-width: 300px;
	padding: 0px 20px;
}

.search-input {
	width: 100%;
	padding-right: 30px;
	padding-left: 10px;
	height: 40px;
	box-sizing: border-box;
	border: 0px;
	background-color: #ffffff;
	border-radius: 20px;
}

.search-input-wrapper .search-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #000000;
	padding: 0px 20px;
	height: 100%;
	border-radius: 50%;
}



.search-input-wrapper .search-button:hover i {
	color: #ff6565;
}

.search-input-wrapper .search-button i {
	position: absolute;
	color: #df2726;
	font-size: 20px;
	top: 9px;
	right: 8px;
}

.card-container {
	border-radius: 20px;
	padding: 10px;
	margin: 20px;
	border: 1px solid #ccc;
	box-shadow: 4px 1px 5px 2px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 4px 1px 5px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 4px 1px 5px 2px rgba(0, 0, 0, 0.16);
}

.card-header {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;

}

.card-body {
	margin: 20px;
}

.card-body-header {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.card-body-text {
	font-size: 13px;
}

.card-outside-container {
	justify-items: center;
	display: flex;
	justify-content: center;
}


.card-footer {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ccc;
}

.card-footer button {
	max-width: 150px;
	padding: 5px;
	margin: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.userTitle {
	background: #314149 !important;
	color: #fff !important;
	padding: 11px !important;
	border-radius: 10px !important;
	font-size: 18px;
	margin-top: 0;
}


.outside-cont-style .card-header {
	border-bottom: 0;
}

.mt-35 {
	margin-top: 35px;
}

.success-message {
	background-color: #138f13;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.failed-Message {
	background-color: #8f1313;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.non-member-icon {
	color: black;
	font-size: 23px !important;
	margin-right: 2px;
}

.member-icon {
	color: white;
	font-size: 23px !important;
	margin-right: 2px;
}

.btn-member,
.btn-non-member {
	padding: 6px 12px;
	border: none;
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: background 0.3s ease;
}

.btn-member {
	background-color: #28a745;
	/* yeşil */
}

.btn-member:hover {
	background-color: #218838;
}

.btn-non-member {
	background-color: #dc3545;
	/* kırmızı */
	cursor: auto;
}


.table-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-clickable {
	cursor: pointer;
}

/* .banner-clickable :hover {
	background-color: #394862;
} */

.header-button {
	gap: 16px;
}

.content-wrapper .fa-bus {
	font-size: 31px;
	margin-bottom: 4px;
}

.content-wrapper .fa-plane {
	font-size: 38px;
}

.my-card {
	padding: 10px;
	box-sizing: border-box;
	margin: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.bp-baslik-i {
	font-size: 23px !important;
}

.card-header-1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #0d3a45;
	color: #fff;
	padding: 6px;
}

.btn-card {
	display: flex;
	background: #efffff;
	justify-content: center;
	height: 139px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-12 {
	width: 200px;
}

.sorgu-row .fa-plane,
.sorgu-row .fa-bus,
.sorgu-row .fa-shield,
.sorgu-row .fa-wifi {
	font-size: 20px;
	color: #fff;
}

@media(max-width:768px) {
	.search-head h4 {
		color: white;
		font-size: 13px !important;
		padding: 1px;
		margin-right: 2px;
	}

	.my-card {
		padding: 0;
	}

	.btn-card {
		height: 140px;
		display: grid;
		justify-content: center;
	}

	.btn-12 {
		width: 161px;
		margin-bottom: 2px;
	}

	.search-input-wrapper .search-button i {
		position: absolute;
		color: #df2726;
		font-size: 17px;
		top: 9px;
		right: -1px;
	}

	.search-input-wrapper {
		padding: 0px 12px;
	}

	.sorgu-row .fa-plane,
	.sorgu-row .fa-bus,
	.sorgu-row .fa-shield,
	.sorgu-row .fa-wifi {
		font-size: 15px;

	}

	.mlr-3 {
		padding-right: 3px;
		padding-left: 3px;
	}

}

.bg-warning {
	background-color: #efffff;
}

.bg-info {
	background-color: #d9e1f7;
}

.bg-danger {
	background-color: #ffebeb;
}

.bg-success {
	background-color: #dee9da;
}

/* .skin-black-light .main-header .navbar {
	background-image: url("https://www.biletara.com/img/biletara-slider-arkaplan.png") !important;
	background-repeat: round;
} */

.btn-card-left {
	margin: 10px 10px;
}


.btn-33 {
	background: #277183 !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	border: 1px solid #0d3a45 !important;
	height: 50px !important;
	margin-top: 5px !important;
	width: 208px !important;
}

.btn-33:hover {
	background: #3a8091 !important;
	border: 1px solid #2b6371 !important;
	color: #ffff !important;
}


@media (max-width:768px) {
	.btn-33 {
		background: #277183;
		color: #ffffff;
		font-weight: 600;
		border: 1px solid #0d3a45;
		height: 48px;
		margin-top: 13px;
		width: 209px;
		font-weight: 500;
	}
}

.skin-black-light .sidebar-form {
	border-radius: 3px;
	border: none !important;
	margin: 10px 10px;
}

.chart {
	position: relative;
	width: 100%;
	min-height: 220px;
	height: 40vw;
	/* Ekran genişliğine göre orantılı yükseklik */
	max-height: 400px;
	/* Masaüstünde çok büyümesin */
}

.chart canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 600px) {
	.chart {
		height: 60vw;
		min-height: 180px;
	}
}

.chart-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chart-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.chart-card-header {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	padding: 20px;
	color: white;
	text-align: center;
}

.chart-card-header h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.chart-card-body {
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.chart-card-body {
		padding: 0px !important;
	}

	.chart-container {
		padding: 5px !important;
	}

}

.chart-legend {
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
}

.chart-legend-header {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #333333;
}

.legend-item {
	display: inline-block;
	margin: 5px 10px;
	font-size: 13px;
	font-weight: 500;
}

.legend-color {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border-radius: 3px;
	vertical-align: middle;
}

.chart-container {
	position: relative;
	height: 400px;
}

.chart-container.small {
	height: 300px;
}

.stats-card {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	border-radius: 12px;
	padding: 25px;
	color: white;
	text-align: center;
	box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
	margin-bottom: 20px;
	transition: transform 0.3s ease;
}

.stats-card:hover {
	transform: translateY(-3px);
}

.stats-card h3 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.stats-card p {
	font-size: 1rem;
	margin: 0;
	opacity: 0.9;
}

.salebox-te {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	border-radius: 12px;
	padding: 15px;
	color: white;
	text-align: center;
	box-shadow: 0 4px 20px rgba(79, 172, 254, 0.3);
	/* margin-bottom: 20px; */
	transition: transform 0.3s ease;
	min-height: 162px;
}

.salebox-te:hover {
	transform: translateY(-3px);
}

.salebox-te h3 {
	font-size: 2.5rem;
	font-weight: 700;
	margin:11px 0 10px 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.salebox-te p {
	font-size: 1rem;
	margin: 0;
	opacity: 0.9;
}


.card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card-header {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	padding: 20px;
	color: white;
	text-align: center;
}

.card-header h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}



/* Customer Service Layout Styles */
.customer-service-container {
	display: flex;
	height: 80vh;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.user-list-panel {
	background: #f8f9fa;
	border-right: 1px solid #ddd;
	transition: all 0.3s ease;
	overflow-y: auto;
	position: relative;
	cursor: pointer;
}

.user-details-panel {
	background: #fff;
	transition: all 0.3s ease;
	overflow-y: auto;
	position: relative;
}

.panel-header {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	color: white;
	padding: 15px;
	font-weight: bold;
	position: sticky;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #2c6aa0;
}

.user-item {
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	transition: background-color 0.2s;
}

.user-item:hover {
	background-color: #e3f2fd;
}

.user-item.active {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	color: white;
}

.user-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.user-email {
	font-size: 12px;
	color: #666;
}

.user-item.active .user-email {
	color: #e0e0e0;
}

.user-phone {
	font-size: 11px;
	color: #888;
	margin-top: 2px;
}

.user-item.active .user-phone {
	color: #ccc;
}

.user-details-content {
	padding: 20px;
}

.detail-section {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.detail-title {
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	margin-bottom: 10px;
	padding: 10px;
	color: white;
}

.detail-row {
	display: flex;
	margin-bottom: 8px;
}

.detail-label {
	font-weight: bold;
	width: 150px;
	color: #555;
}

.detail-value {
	color: #333;
}

.ticket-item {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 10px;
}

.ticket-status {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: bold;
}

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

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

.resize-handle {
	width: 10px;
	background: #ddd;
	cursor: col-resize;
	transition: background-color 0.2s;
	position: relative;
}

.resize-handle:hover {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
}

.resize-handle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 30px;
	background: #999;
	border-radius: 1px;
}

.panel-expand-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.2s;
}

.panel-expand-btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.collapsed {
	flex: 0 0 40px !important;
}

.expanded {
	flex: 1 !important;
}

.no-select {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.search-box {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	background: white;
	position: sticky;
	top: 61px;
	z-index: 9;
	margin-bottom: 12px;
	display: flex;
}

.search-input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.empty-state i {
	font-size: 48px;
	margin-bottom: 15px;
	color: #ccc;
}

/* Date filter styles */
.date-filter-container {
	border-left: 3px solid #3c8dbc;
}

.date-input {
	width: 140px;
}

.date-input:focus {
	outline: none;
	border-color: #1b7a91;
	box-shadow: 0 0 3px rgba(27, 122, 145, 0.3);
}


.page-accordion {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
}

.accordion-header {
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	color: white;
	padding: 15px 20px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-header:hover {
	background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.accordion-header .toggle-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	transition: transform 0.3s ease;
}

.accordion-header.active .toggle-icon {
	transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
	display: none;
	background: #f8f9fa;
	border-top: 1px solid #ddd;
}

.accordion-content.show {
	display: block;
}

.page-item {
	padding: 10px 7px;
	border-bottom: 1px solid #e9ecef;
	background: #fff;
	transition: all 0.2s ease;
	border-left: 4px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.page-item:hover {
	background: #f1f3f4;
}

.page-item.has-permission {
	border-left-color: #28a745;
	background: #f8fff9;
}

.page-item.has-permission:hover {
	background: #e8f5e8;
}

.page-item.has-own-permission {
	border-left-color: rgb(161, 126, 27);
	background: #f8fff9;
}

.page-item.has-own-permission:hover {
	background: #e8f5e8;
}

.page-item.has-own-permission .page-path {
	color: rgb(161, 126, 27);
}

.page-item.has-permission .page-name {
	color: rgb(119, 92, 16);
}

.page-name {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 5px;
}

.page-item.has-permission .page-name {
	color: #155724;
}

.page-path {
	font-size: 12px;
	color: #6c757d;
	font-family: monospace;
}

.page-item.has-permission .page-path {
	color: #28a745;
}

.permission-badge {
	display: inline-block;
	background: #28a745;
	color: white;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
}

.module-count {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 11px;
	margin-left: 10px;
}



.permission-toggle {
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.2s ease;
	min-width: 100px;
}

.permission-toggle.grant {
	background: #28a745;
	color: white;
}

.permission-toggle.grant:hover {
	background: #218838;
}

.permission-toggle.revoke {
	background: #dc3545;
	color: white;
}

.permission-toggle.revoke:hover {
	background: #c82333;
}

.permission-toggle:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.loading {
	opacity: 0.7;
	pointer-events: none;
}

.task-item {
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	transition: background-color 0.2s;
}

.task-item:hover {
	background-color: #e3f2fd;
}

.task-item.active {
	background: linear-gradient(135deg, #1b7a91 0%, #343a40 100%);
	color: white;
}

.data-loader {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.loader-spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 0 auto 20px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-text {
	font-size: 16px;
	font-weight: 500;
}


.badge {
	position: absolute;
	top: 0%;
	right: 0%;
	padding: 5px 7px;
	background-color: #7a6b6b;
	border-radius: 2px;
}

.boxAlt {
	min-height: 215px;
	margin: 14px 0 10px 0;
}

.boxAlt h3 {
	margin: 14px 0 10px 0;
}

.user-details-content .detail-title {
	font-size: 13px;
}

.user-details-content {
	padding: 10px !important;
}

.panel-expand-btn {
	top: 11px !important;
	right: 7px !important;
}

.table-criterion td {
	padding: 3px !important;

}

#notificationArea {
	border: 1px solid #bababa;
	padding: 28px;
	border-radius: 15px;
	background: #ffffff;
}

.pd-3 {
	padding: 4px !important;
}

.ticket-card {
	border: 2px solid #3498db;
	border-radius: 12px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	margin: 15px 0;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.ticket-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12, #e74c3c);
}

.ticket-header {
	border-bottom: 2px dashed #bdc3c7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.ticket-company {
	font-size: 21px;
	font-weight: bold;
	color: #2c3e50;
	margin: 0;
}

.ticket-agent {
	color: #7f8c8d;
	font-size: 14px;
}

.ticket-status {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.status-success {
	background-color: #27ae60;
}

.status-warning {
	background-color: #f39c12;
}

.status-danger {
	background-color: #e74c3c;
}

.ticket-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.ticket-section {
	background: #ecf0f1;
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid #3498db;
}

.ticket-section h5 {
	margin: 0 0 10px 0;
	color: #2c3e50;
	font-size: 16px;
	font-weight: bold;
}

.ticket-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	padding: 3px 0;
}

.ticket-label {
	font-weight: 600;
	color: #34495e;
	font-size: 13px;
}

.ticket-value {
	color: #2c3e50;
	font-size: 13px;
	text-align: right;
}

.route-info {
	background: #e8f4fd;
	border-left-color: #3498db;
}

.passenger-info {
	background: #e8f6f3;
	border-left-color: #2ecc71;
}

.price-section {
	text-align: center;
	margin-top: 15px;
	padding: 15px;
	background: #fff3cd;
	border-radius: 8px;
	border: 2px solid #ffc107;
}

.price-amount {
	font-size: 28px;
	font-weight: bold;
	color: #856404;
	margin: 0;
}

.price-label {
	color: #856404;
	font-size: 14px;
}

@media (max-width: 768px) {
	.ticket-body {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.ticket-status {
		position: static;
		display: inline-block;
		margin-top: 10px;
	}
}

.raw-data-btn {
	position: absolute;
	top: 50px;
	right: 15px;
	background: #34495e;
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 11px;
	cursor: pointer;
	z-index: 10;
}

.raw-data-btn:hover {
	background: #2c3e50;
}