/**
* VirgoCore ana CSS dosyası
* /css/virgo.css
* @author Mustafa Odabaşı
* @copyright Virgo İnternet Hiz. Ltd. Şti.
* @link https://www.virgo.com.tr
*/

:root {
	--primary-color: #667eea;
	--secondary-color: #764ba2;
	--sidebar-width: 280px;
	--navbar-height: 60px;
}

.bg-warning {
	background-color: #fd7e14 !important;
}

.text-warning {
	color: #fd7e14 !important;
}

.virgocore-icon {
	width: 45px;
	height: 45px;
	padding-bottom: 5px;
}

.virgocore-icon-heading {
	width: 35px;
	height: 35px;
	padding-bottom: 5px;
}

.virgocore-icon-footer {
	width: 35px;
	height: 35px;
	padding-bottom: 5px;
}

.virgocore-icon-medium {
	width: 25px;
	height: 25px;
	padding-bottom: 3px;
}

.virgocore-icon-sub-medium {
	width: 23px;
	height: 23px;
	padding-bottom: 3px;
}

.virgocore-icon-small {
	width: 20px;
	height: 20px;
	padding-bottom: 3px;
}


body {
	font-family: 'Oswald', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #f1f3f5;
	min-height: 100vh !important;
}

body#entities-view .table>:not(caption)>*>* {
	padding: 0 !important;
}

/* Header User Dropdown Styles */

.header-user-dropdown .dropdown-menu,
.top-navbar .dropdown-menu {
	min-width: 180px;
	font-size: 90%;
}

.virgo-header-card .dropdown-menu,
.top-navbar .dropdown-menu {
	background: #778899;
	color: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.virgo-header-card .dropdown-menu .dropdown-item,
.top-navbar .dropdown-menu .dropdown-item {
	color: #fff;
}

.virgo-header-card .dropdown-menu .dropdown-item:hover,
.virgo-header-card .dropdown-menu .dropdown-item:active,
.top-navbar .dropdown-menu .dropdown-item:hover,
.top-navbar .dropdown-menu .dropdown-item:active {
	background-color: #ffffff90;
	color: #000;
}

mark {
	border-radius: 5px;
}

/* Common Info Header */
.common-info-header {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 4px solid var(--primary-color);
}

.common-info-header h5 {
	color: #333;
	font-weight: 600;
	margin-bottom: 8px;
}

.common-info-header .text-muted {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.common-info-header .badge {
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 500;
}

/* Content Layout */
.content-container {
	padding: 0 15px 20px 15px;
}

.page-header {
	background-color: #fff;
	color: #333;
	padding: 15px;
	border: 1px solid #7788992e;
	border-bottom: 5px solid #778899;
	margin: 0 12px 22px 12px;
	font-weight: 500;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.form-card {
	background: white;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Entity Cards */
.entity-card {
	background: white;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.entity-info-header {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 4px solid var(--primary-color);
}



/* Stats and Filters */
.stat-card {
	background: white;
	border-radius: 7px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-3px);
}

.stat-number {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 5px;
}

/* Responsive stat-number for small screens */
@media (max-width: 768px) {
	.stat-number {
		font-size: 1.25rem;
	}
}


.stat-label {
	color: #666;
	font-size: 14px;
}

.filters-card {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.filter-group {
	margin-bottom: 15px;
}

.filter-group:last-child {
	margin-bottom: 0;
}

/* Table Styles */
.table th {
	background-color: #f8f9fa;
	border-top: none;
	font-weight: 600;
	color: #333;
}

.info-table {
	margin-bottom: 0;
}

.info-table td {
	padding: 12px 8px;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: top;
}

.info-table td:first-child {
	font-weight: 600;
	color: #666;
	width: 200px;
}

.info-table tr:last-child td {
	border-bottom: none;
}

/* Hover Effects */
.info-table tr:hover {
	background: #f8f9fa;
}

.info-table td {
	transition: all 0.3s ease;
}

/* Badges and Pills */
.entity-type-badge {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff;
}

.badge-role {
	font-size: 11px;
	padding: 4px 8px;
}

.status-badge {
	font-size: 11px;
	padding: 4px 8px;
}

.category-badge {
	font-size: 12px;
	padding: 4px 8px;
	margin: 1px;
	color: #fff;
	display: inline-block;
	border-radius: 12px;
	font-weight: 500;
}

/* Buttons */
.btn-sm {
	padding: 4px 8px;
	font-size: 12px;
}

/* Contact Links */
.contact-link {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}

.contact-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.contact-link.email-link:hover {
	color: #dc3545;
}

.contact-link.phone-link:hover {
	color: #198754;
}

/* Navigation Tabs */
.nav-tabs .nav-link {
	border: none;
	color: #666;
	font-weight: 500;
	padding: 10px;
	margin-right: 5px;
	background: #dddddd80;
}

.nav-tabs .nav-link.active {
	background: var(--primary-color);
	color: white;
}

.tab-content {
	background: #f8f9fa;
	border-radius: 0 0 8px 8px;
	padding: 25px;
}

/* Error Handling */
.error-container {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	padding: 50px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 20px;
}

.error-icon {
	font-size: 100px;
	color: #dc3545;
	margin-bottom: 30px;
}

.error-title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.error-message {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

.error-code {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(220, 53, 69, 0.1);
	color: #dc3545;
	padding: 8px 15px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
}

.help-text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
	color: #999;
}

.empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #666;
}

.empty-state i {
	font-size: 4rem;
	color: #ddd;
	margin-bottom: 20px;
}

.error-state {
	text-align: center;
	padding: 60px 20px;
	color: #dc3545;
}

.error-state i {
	font-size: 4rem;
	margin-bottom: 20px;
}

/* Button Containers and Custom Buttons */
.btn-container {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Form Components */
.entity-type-option-individual {
	border: 2px solid #e9ecef;
}

.entity-type-option-corporate {
	border: 2px solid #e9ecef;
}


.entity-type-option-individual,
.entity-type-option-corporate {
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 100%;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.entity-type-option-individual:hover {
	border: 2px solid #198754 !important;
	color: #198754 !important;
}

.entity-type-option-individual.active {
	border: 3px solid #198754 !important;
	color: #198754 !important;
}

.entity-type-option-corporate:hover {
	border: 2px solid #fd7e14 !important;
	color: #fd7e14 !important;
}

.entity-type-option-corporate.active {
	border: 3px solid #fd7e14 !important;
	color: #fd7e14 !important;
}

.entity-type-option-individual.faded,
.entity-type-option-corporate.faded {
	opacity: 0.4 !important;
}

.entity-type-icon {
	font-size: 3rem;
	margin-bottom: 15px;
	color: var(--primary-color);
}

.entity-type-option.active .entity-type-icon {
	color: white;
}

.form-floating > label {
	color: #666;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
	color: var(--primary-color);
}

.required-field::after {
	content: ' *';
	color: #dc3545;
}

.form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

/* Progress and Validation */
.progress-indicator {
	margin-bottom: 30px;
}

.progress {
	height: 8px;
	border-radius: 4px;
}

.validation-feedback {
	display: none;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.validation-feedback.show {
	display: block;
}

.validation-feedback.valid {
	color: #198754;
}

.validation-feedback.invalid {
	color: #dc3545;
}


/* Loading States */
.loading-spinner {
	text-align: center;
	padding: 20px;
}

.loading-spinner .spinner-border {
	width: 1rem;
	height: 1rem;
}

.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.loading-content {
	text-align: center;
}

.loading-content .spinner-border {
	width: 1rem;
	height: 1rem;
}



/* User Components */
.user-dropdown,
.header-user-dropdown {
	position: relative;
}

.user-info,
.header-user-info {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 8px 15px;
	border-radius: 0.375rem;
	background-color: #ffffff20;
	transition: background-color 0.5s ease;
}

.user-info:hover,
.header-user-info:hover {
	background-color: #ffffff45;
}

.user-avatar,
.header-user-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-right: 10px;
}

.user-details,
.header-user-details {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}

.user-name,
.header-user-name {
	font-weight: 600;
	font-size: 14px;
	color: #333;
}

.user-role,
.header-user-role {
	font-size: 12px;
	color: #fff;
}


/* Settings Components */
.settings-container {
	padding: 30px;
}

.settings-header {
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	color: white;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.settings-card {
	background: white;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s ease;
}

.settings-card:hover {
	transform: translateY(-2px);
}

.settings-card h5 {
	color: var(--primary-color);
	margin-bottom: 20px;
	font-weight: 600;
}

.settings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 25px;
}

.setting-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-right: 15px;
}

.setting-group {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.setting-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.form-switch .form-check-input {
	width: 3em;
	height: 1.5em;
}

/* Sticky Components */
.sticky-actions {
	position: sticky;
	bottom: 0px;
	background: #fff;
	border-radius: 10px;
	padding: 10px 40px;
	box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
	z-index: 100;
}

.quick-actions {
	position: sticky;
	top: 20px;
	z-index: 100;
}

/* Miscellaneous */
.notes-box {
	background: #f8f9fa;
	border-left: 4px solid var(--primary-color);
	padding: 15px;
	border-radius: 5px;
	margin-top: 10px;
}

@media (max-width: 576px) {
	.error-container {
		padding: 30px 20px;
	}

	.error-title {
		font-size: 24px;
	}

	.error-icon {
		font-size: 60px;
	}

	.btn-container {
		flex-direction: column;
	}

	.btn-custom {
		width: 100%;
	}
}

.virgo-footer-card {
	background: #778899;
	box-shadow: 5px -5px 15px rgba(0,0,0,0.2);
	padding: 5px 20px;
}

.footer-info {
	letter-spacing: 0.04em;
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}

.footer-info a {
	color: #0000cd;
	text-decoration: none;
}


/* VirgoCore Search & Select Styles */

/* Search Results Dropdown */
.search-results-dropdown {
	background: white;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	z-index: 1000;
	margin-top: 2px;
}

.search-result-item {
	padding: 12px 16px;
	cursor: pointer;
	border-bottom: 1px solid #f1f3f4;
	transition: background-color 0.2s ease;
}

.search-result-item:last-child {
	border-bottom: none;
}

/* Alternatif satır renkleri */
.search-result-item:nth-child(odd) {
	background-color: #ffffff;
}

.search-result-item:nth-child(even) {
	background-color: #f8f9fa;
}

.search-result-item:hover {
	background-color: #e3f2fd !important;
	border-color: #bbdefb;
}



.search-result-name {
	font-weight: 600;
	color: #212529;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1.3;
}

.search-result-subtitle {
	color: #6c757d;
	font-size: 12px;
	line-height: 1.2;
}

.search-result-action {
	color: #0d6efd;
	font-size: 16px;
	margin-left: 8px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.search-result-item:hover .search-result-action {
	opacity: 1;
}

/* Selected Relationships */
.selected-relationship-item {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 12px;
	transition: background-color 0.2s ease;
}

.selected-relationship-item:hover,
.selected-relationship-item:hover {
	background-color: #e9ecef;
}

.search-result-icon-individual,
.relationship-icon-individual {
	width: 36px;
	height: 36px;
	background-color: #198754;
	color: white;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-size: 14px;
	flex-shrink: 0;
}

.search-result-icon-corporate,
.relationship-icon-corporate {
	width: 36px;
	height: 36px;
	background-color: #fd7e14;
	color: white;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-size: 14px;
	flex-shrink: 0;
}

.relationship-name {
	font-weight: 600;
	color: #212529;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1.3;
}

.relationship-subtitle {
	color: #6c757d;
	font-size: 12px;
	line-height: 1.2;
}

.relationship-header .d-flex {
	align-items: center;
}

/* Badge düzenlemesi */
.selected-relationship-item .badge {
	margin-top: 4px;
}

/* Notes textarea */
.relationship-notes {
	margin-top: 12px;
}

.relationship-notes textarea {
	font-size: 12px;
	resize: vertical;
	min-height: 60px;
	border: 1px solid #dee2e6;
}

.relationship-notes textarea:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Remove button */
.selected-relationship-item .btn-outline-danger {
	border: 1px solid #dc3545;
	color: #dc3545;
	padding: 4px 8px;
	font-size: 12px;
	transition: all 0.2s ease;
}

.selected-relationship-item .btn-outline-danger:hover {
	background-color: #dc3545;
	color: white;
	transform: scale(1.05);
}

/* Relationship Header (for main sections) */
.relationship-header-main {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-left: 4px solid #0d6efd;
}

.relationship-header-main .d-flex {
	align-items: center;
	justify-content: space-between;
}

.relationship-header-main .header-title {
	color: #495057;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.relationship-header-main .header-subtitle {
	color: #6c757d;
	font-size: 14px;
	margin: 2px 0 0 0;
}

.relationship-header-main .header-icon {
	width: 36px;
	height: 36px;
	background-color: #0d6efd;
	color: white;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-size: 14px;
	flex-shrink: 0;
}

.relationship-header-main .header-count {
	background-color: #0d6efd;
	color: white;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
	min-width: 20px;
	text-align: center;
}

/* Loading & No Results States */
.search-result-item.loading,
.search-result-item.no-results {
	text-align: center;
	color: #6c757d;
	font-style: italic;
	padding: 20px;
	background-color: #ffffff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.search-result-item,
	.selected-relationship-item {
		padding: 10px 12px;
	}

	.search-result-icon,
	.relationship-icon,
	.relationship-header-main .header-icon {
		width: 32px;
		height: 32px;
		margin-right: 10px;
		font-size: 12px;
	}

	.search-result-name,
	.relationship-name,
	.relationship-header-main .header-title {
		font-size: 13px;
	}

	.search-result-subtitle,
	.relationship-subtitle,
	.relationship-header-main .header-subtitle {
		font-size: 11px;
	}

	.relationship-header-main {
		padding: 12px 15px;
	}
}

/* Focus states for accessibility */
.search-result-item:focus,
.selected-relationship-item:focus {
	outline: 2px solid #0d6efd;
	outline-offset: -2px;
}




@keyframes wag {
	0%   { transform: rotate(0deg); }
	15%  { transform: rotate(-15deg); }
	30%  { transform: rotate(15deg); }
	45%  { transform: rotate(-10deg); }
	60%  { transform: rotate(10deg); }
	75%  { transform: rotate(-5deg); }
	90%  { transform: rotate(5deg); }
	100% { transform: rotate(0deg); }
}

.wag-animation {
	display: inline-block;
	transform-origin: center bottom; /* Parmak alt ekseninden dönsün */
	animation: wag 1.2s ease-in-out infinite;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	margin-right: 20px !important;
}

.flatpickr-months {
	margin-bottom: 10px;
}

.icon-medium {
	font-size: 130%;
}

h2.swal2-title {
	font-size: 1.5em;
}


.swal2-popup.toast-icon-only {
	width: auto !important;
	padding: 16px !important;
	min-width: unset !important;
}

.swal2-popup.toast-icon-only .swal2-icon {
	margin: 0 !important;
	width: 32px;
	height: 32px;
}

.swal2-popup.toast-icon-only .swal2-title {
	display: none !important;
}

.swal2-timer-progress-bar {
	color: darkred !important;
}

/* Küçük switch boyutu */
.form-switch.form-switch-sm .form-check-input {
  width: 2em;
  height: 1em;
}
.form-switch.form-switch-sm .form-check-input:checked {
  background-size: 1em;
}


#recordInfoTable td {
	font-size: 80%;
	padding: 8px !important;
}

.toast {
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 1);
}

div#userAvatar img,
div#headerUserAvatar img,
.search-result-icon img,
.relationship-icon img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
   transition: border-color 0.3s ease;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.search-result-icon,
.relationship-icon {
	margin-right: 10px;
}

.search-result-icon img,
.relationship-icon img {
	border: 1px solid #dee2e6;
}

/* Responsive Design for Header Dropdown */
@media (max-width: 768px) {
	.header-user-dropdown {
		margin-top: 10px;
	}
	
	.header-user-info {
		padding: 6px 10px;
	}
	
	.header-user-name {
		font-size: 13px;
	}

	div#userAvatar img,
	div#headerUserAvatar img {
		width: 26px;
		height: 26px;
		border-radius: 50%;
	}
}

.entity-search-result-icon,
.entity-relationship-icon {
	width: 36px;
	height: 36px;
	background-color: #0d6efd;
	color: white;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-size: 14px;
	flex-shrink: 0;
}

/* ================================================
   Choices.js - Bootstrap 5 Form Floating Integration
   ================================================ */
.form-floating .choices {
	height: auto;
	min-height: calc(3.5rem + 2px);
}

.form-floating .choices__inner {
	height: auto;
	min-height: calc(3.5rem + 2px);
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	background-color: #fff;
	font-size: 1rem;
}

.form-floating .choices.is-focused .choices__inner,
.form-floating .choices[data-type*="select-one"].is-open .choices__inner {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-floating .choices ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	color: var(--primary-color);
}

.form-floating .choices__list--single {
	padding: 0;
}

.form-floating .choices__list--single .choices__item {
	padding: 0;
	font-size: 1rem;
}

/* Choices.js dropdown */
.choices__list--dropdown {
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: max-content !important;
    min-width: 100% !important; /* Select kutusu kadar küçük olmasın */
	z-index: 1160;
}

.choices__list--dropdown, 
.choices__list--dropdown .choices__list {
    z-index: 1055 !important;
}

.choices__list--dropdown .choices__item {
	padding: 8px 12px;
	font-size: 0.95rem;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: #e9ecef;
	color: #212529;
}

.choices__list--dropdown .choices__item:hover {
	background: #f8f9fa;
}

/* Choices.js ok ikonu */
.choices[data-type*="select-one"]::after {
	border-color: #6c757d transparent transparent transparent;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
}

.choices[data-type*="select-one"].is-open::after {
	border-color: transparent transparent #6c757d transparent;
	margin-top: -7.5px;
}

/* Filters Card Choices alignment */
.filters-card .form-floating .choices__inner {
	min-height: calc(3.5rem + 2px);
}

/* Choices.js Disabled state */
.choices.is-disabled .choices__inner {
	background-color: #e9ecef;
	cursor: not-allowed;
}

.choices.is-disabled .choices__list--single .choices__item {
	color: #6c757d;
}

/* Choices.js placeholder - varsayılan soluk görünümü kaldır */
.choices__placeholder {
	opacity: 1 !important;
}

/* Kategori dropdown - geniş açılan kısım */
.category-dropdown-wide .choices__list--dropdown {
	width: max-content !important;
	min-width: 100%;
	max-width: 400px;
}

.category-dropdown-wide .choices__list--dropdown .choices__item {
	white-space: nowrap;
}