/* Apple-Style Design */
* {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.01em;
}

/* Hero Register Button */
.btn-register-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.btn-register-hero:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
    color: #ffffff !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
}

/* Navigation - Apple Style */
.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    height: 64px;
    display: flex;
    align-items: center;
}

.navbar .container {
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 22px;
}

.navbar .navbar-brand {
    font-size: 17px;
    font-weight: 400;
    color: #1d1d1f;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 64px;
    line-height: 64px;
}

.navbar .nav-link {
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1f;
    padding: 0 8px;
    margin: 0 4px;
    transition: opacity 0.3s ease;
}

.navbar .nav-link:hover {
    opacity: 0.7;
}

.navbar .nav-link.active {
    color: #1d1d1f;
    opacity: 1;
}

/* Hero Section - Apple Style */
.hero-section {
    padding: 80px 0 60px;
    text-align: center;
    background-color: #ffffff;
}

.hero-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    color: #1d1d1f;
    margin-bottom: 6px;
}

.hero-subtitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.10722;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #86868b;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Search Bar - Apple Style */
.search-container {
    max-width: 600px;
    margin: 0 auto 80px;
}

.search-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #c3c0c0 !important;
    border-radius: 12px !important;
    background-color: #ffffff;
    color: #1d1d1f;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    min-height: 52px;
}

.search-input:focus {
    outline: none;
    border-color: #0071e3 !important;
}

/* intl-tel-input Styling */
.iti {
    width: 100%;
}

.iti__flag-container {
    border-radius: 12px 0 0 12px;
}

.iti input.form-control {
    border-radius: 0 12px 12px 0;
    border-left: none;
    padding-left: 8px;
}

.iti__selected-flag {
    border-radius: 12px 0 0 12px;
    border-right: none;
    padding: 0 8px 0 12px;
}

.iti__selected-flag:focus {
    outline: none;
}

.iti__country-list {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 200px;
    overflow-y: auto;
}

.iti__country {
    padding: 8px 12px;
    font-size: 14px;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background-color: #f5f5f7;
}

.iti__country-name,
.iti__dial-code {
    color: #1d1d1f;
}

.iti__divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 4px 0;
}

select.search-input {
    height: 52px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231d1d1f' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}

.search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #86868b;
    font-size: 17px;
    padding: 8px 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-button:hover {
    color: #0071e3;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08349;
    letter-spacing: -0.003em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.section-subtitle {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #86868b;
}

/* Business Cards - Apple Style */
.business-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.business-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.business-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 16px;
}

.business-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16667;
    letter-spacing: 0.009em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.business-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
    margin-bottom: 16px;
    flex-grow: 1;
}

.business-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin-bottom: 8px;
}

.business-link {
    font-size: 17px;
    font-weight: 400;
    color: #0071e3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.3s ease;
}

.business-link:hover {
    opacity: 0.7;
    color: #0071e3;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-state-icon {
    font-size: 64px;
    color: #d2d2d7;
    margin-bottom: 16px;
}

.empty-state-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.10722;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.empty-state-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
    margin-bottom: 24px;
}

/* Buttons - Apple Style */
.btn-custom {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 22px;
    border-radius: 980px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-custom-primary {
    background-color: #0071e3;
    color: #ffffff;
}

.btn-custom-primary:hover {
    background-color: #0077ed;
    color: #ffffff;
    transform: scale(1.05);
}

.btn-custom-secondary {
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.btn-custom-secondary:hover {
    background-color: #e8e8ed;
    color: #1d1d1f;
}

/* Badge - Apple Style */
.badge-custom {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #f5f5f7;
    color: #1d1d1f;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 24px;
    }
    
    .hero-description {
        font-size: 19px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 19px;
    }
    
    .section-spacing {
        padding: 40px 0;
    }
    
    .container {
        padding: 0 16px;
    }
    
    /* Carousel items mobil görünüm */
    .carousel-item {
        flex: 0 0 85% !important;
        min-width: 85% !important;
        max-width: 85% !important;
        width: 85% !important;
        display: block !important;
        visibility: visible !important;
    }
    
    /* Carousel wrapper mobil görünüm */
    .carousel-container > div[style*="display: flex"] {
        gap: 12px !important;
    }
    
    /* Carousel container wrapper mobil görünüm */
    .carousel-wrapper {
        margin: 0 -16px !important;
        padding: 0 16px !important;
    }
    
    /* Business cards mobil görünüm */
    .business-card {
        padding: 16px;
    }
    
    /* Dashboard istatistik kartları mobil görünüm */
    .row .business-card > div[style*="display: flex"] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .row .business-card > div[style*="display: flex"] > div[style*="width: 64px"] {
        margin-right: 0 !important;
        margin-bottom: 12px;
        width: 56px !important;
        height: 56px !important;
    }
    
    .row .business-card > div[style*="display: flex"] > div[style*="width: 64px"] i {
        font-size: 24px !important;
    }
    
    .row .business-card > div[style*="display: flex"] > div:not([style*="width: 64px"]) {
        width: 100%;
    }
    
    .row .business-card > div[style*="display: flex"] > div:not([style*="width: 64px"]) > div[style*="font-size: 32px"] {
        font-size: 24px !important;
    }
    
    .row .business-card > div[style*="display: flex"] > div:not([style*="width: 64px"]) > div[style*="font-size: 14px"] {
        font-size: 12px !important;
    }
    
    .business-logo {
        width: 60px;
        height: 60px;
    }
    
    .business-name {
        font-size: 17px !important;
    }
    
    .business-description {
        font-size: 13px !important;
    }
    
    /* Product/Service image container mobil görünüm */
    div[style*="width: 100%"][style*="height: 180px"] {
        height: 140px !important;
    }
    
    /* Button mobil görünüm */
    .btn-custom {
        font-size: 15px;
        padding: 10px 18px;
    }
    
    /* Hero section mobil görünüm */
    .hero-section {
        padding: 40px 0 30px;
    }
    
    /* Hero buttons wrapper mobil görünüm */
    div[style*="display: flex"][style*="gap: 12px"] {
        flex-direction: column;
        align-items: stretch !important;
    }
    
    div[style*="display: flex"][style*="gap: 12px"] .btn-custom {
        width: 100%;
        text-align: center;
    }
    
    /* Search container mobil görünüm */
    .search-container {
        margin-bottom: 40px !important;
    }
    
    .search-container > form > div[style*="margin-top: 16px"] {
        margin-top: 12px !important;
    }
    
    /* Search form flex container mobil görünüm */
    .search-container form > div[style*="display: flex"] {
        flex-direction: column;
    }
    
    .search-container form > div[style*="display: flex"] > div,
    .search-container form > div[style*="display: flex"] > select,
    .search-container form > div[style*="display: flex"] > button {
        width: 100% !important;
        min-width: 100% !important;
    }
    
    /* Select2 mobil görünüm */
    .select2-container {
        width: 100% !important;
    }
}

/* Spacing */
.section-spacing {
    padding: 80px 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 22px;
}

/* Fixed Navbar Spacing */
body {
    padding-top: 64px;
}

/* Dropdown Menu Apple Style */
.dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 8px;
    margin-top: 8px;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

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

/* Navbar Toggler */
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar Collapse - Desktop */
@media (min-width: 992px) {
    .navbar .navbar-collapse {
        display: flex !important;
        align-items: center;
        visibility: visible !important;
    }
    
    .navbar .navbar-nav {
        flex-direction: row;
        align-items: center;
        margin: 0;
        display: flex !important;
    }
}

/* Navbar Collapse - Mobile */
@media (max-width: 991.98px) {
    /* Toggle butonu görünür olmalı */
    .navbar .navbar-toggler {
        display: block !important;
    }

    /* Mobilde collapse menü stilleri */
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 16px 22px;
        margin-top: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        z-index: 1040;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }
    
    /* Bootstrap collapse animasyonu için */
    .navbar .navbar-collapse.collapsing {
        display: block !important;
        height: auto !important;
        transition: height 0.35s ease;
        overflow: hidden;
    }
    
    /* Bootstrap collapse show durumu */
    .navbar .navbar-collapse.show {
        display: block !important;
    }
    
    .navbar .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .navbar .nav-item {
        width: 100%;
        margin: 0;
    }
    
    .navbar .nav-link {
        padding: 12px 0;
        margin: 0;
        width: 100%;
        display: block;
    }
    
    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 8px;
        box-shadow: none;
        border: none;
        background-color: #f5f5f7;
    }
    
    /* Navbar toggler için pointer-events düzeltmesi */
    .navbar-toggler {
        pointer-events: auto;
        z-index: 1050;
        position: relative;
    }
    
    /* Navbar collapse'ın açık kalması için */
    .navbar-collapse.show {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Navbar collapse animasyonu sırasında */
    .navbar-collapse.collapsing {
        display: block !important;
        visibility: visible !important;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
    margin: 0 -20px;
    width: 100%;
    display: block;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    flex-shrink: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Override inline styles for carousel items */
.carousel-item[style*="flex: 0 0 300px"] {
    flex: 0 0 300px !important;
}

.carousel-item[style*="flex: 0 0 280px"] {
    flex: 0 0 280px !important;
}

/* Carousel inner flex container */
.carousel-inner {
    display: flex !important;
    width: max-content;
    min-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

.carousel-container > div[style*="display: flex"] {
    display: flex !important;
    width: max-content;
    min-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Carousel container visibility */
.carousel-container {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 200px;
}

.carousel-nav-btn {
    position: absolute;
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 10;
}

.carousel-nav-btn:hover {
    background-color: #f5f5f7;
    border-color: #0071e3;
}

.carousel-nav-btn:hover i {
    color: #0071e3;
}

.carousel-nav-btn i {
    font-size: 20px;
    color: #1d1d1f;
    transition: color 0.2s ease;
}

@media (max-width: 768px) {
    .carousel-nav-btn {
        display: none !important;
    }
    
    .carousel-container {
        padding: 0 16px;
        margin: 0 -16px;
    }
    
    /* Carousel wrapper mobil görünüm */
    .carousel-container > div {
        padding-bottom: 8px;
    }
}

/* Business List Styles */
.business-list-item {
    padding: 24px;
}

.business-list-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.business-list-image {
    flex: 0 0 25%;
    flex-shrink: 0;
}

.business-list-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
}

.business-list-placeholder {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
}

.business-list-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.business-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

/* Dashboard İşletme Kartları - Mobil Uyumlu */
.business-item-card {
    padding: 16px;
    background-color: #f5f5f7;
    border-radius: 12px;
    position: relative;
}

.business-item-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.business-item-info {
    flex: 0 0 50%;
    min-width: 0;
}

.business-item-actions-wrapper {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.business-item-status-desktop {
    display: block;
    margin-right: 8px;
}

.business-item-status-mobile {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
}

.business-item-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

.btn-business-action {
    font-size: 12px;
    padding: 6px 12px;
    white-space: nowrap;
    flex: 0 1 auto;
    min-width: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .business-item-content {
        flex-direction: column;
        gap: 12px;
    }
    
    .business-item-info {
        flex: 1 1 100%;
        width: 100%;
    }
    
    .business-item-actions-wrapper {
        flex: 1 1 100%;
        width: 100%;
        align-items: stretch;
    }
    
    .business-item-status-desktop {
        display: none;
    }
    
    .business-item-status-mobile {
        display: block;
    }
    
    .business-item-actions {
        justify-content: stretch;
    }
    
    .btn-business-action {
        flex: 1 1 calc(50% - 4px);
        font-size: 11px;
        padding: 8px 10px;
    }
    
    .dashboard-section-header {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .dashboard-section-header .section-title {
        font-size: 24px !important;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .business-list-content {
        flex-direction: column;
        gap: 16px;
    }
    
    .business-list-image {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .business-list-img,
    .business-list-placeholder {
        width: 100%;
        aspect-ratio: 1;
    }
    
    .business-list-placeholder {
        font-size: 64px;
    }
    
    .business-info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Form Styles - Apple */
.form-control, .form-select, select {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 16px;
    border: 1px solid #333333 !important;
    border-radius: 12px !important;
    background-color: #ffffff;
    color: #1d1d1f;
    transition: border-color 0.3s ease;
}

/* Custom File Input Styling */
.custom-file-input {
    border: 2px solid #0071e3 !important;
    background-color: #f5f5f7 !important;
    padding: 10px 12px !important;
    transition: all 0.2s ease !important;
}

.custom-file-input:hover {
    border-color: #0051d5 !important;
    background-color: #e8f0fe !important;
}

.custom-file-input:focus {
    border-color: #0071e3 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.1) !important;
}

.custom-file-input::file-selector-button {
    background-color: #0071e3 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    margin-right: 12px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.custom-file-input::file-selector-button:hover {
    background-color: #0051d5 !important;
}

/* Safari / iOS için */
.custom-file-input::-webkit-file-upload-button {
    background-color: #0071e3 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    margin-right: 12px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.custom-file-input::-webkit-file-upload-button:hover {
    background-color: #0051d5 !important;
}

.form-control:focus, .form-select:focus, select:focus {
    outline: none;
    border-color: #0071e3 !important;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f;
    margin-bottom: 8px;
}

/* Card Styles for Forms */
.form-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Page Header */
.page-header {
    margin-bottom: 40px;
}

.page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.003em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.page-subtitle {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
}


.select2-selection {
    min-height: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    padding-right: 40px !important;
    border: 1px solid #cbcaca !important;
    line-height: 1.5 !important;
}

.select2-selection__rendered {
    line-height: 1.5 !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #1d1d1f !important;
}

.select2-selection__arrow {
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
}

/* Select2 chip stilleri - Sade görünüm */
.select2-selection__choice {
    background-color: #f5f5f7 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 3px 8px !important;
    margin: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #1d1d1f !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.select2-selection__choice__display {
    padding: 0 2px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 200px !important;
}

.select2-selection__choice__remove {
    color: #86868b !important;
    cursor: pointer !important;
    margin-right: 4px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 0 2px !important;
}

.select2-selection__choice__remove:hover {
    color: #1d1d1f !important;
}

/* Select2 container genişlik ayarı */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: auto !important;
    height: auto !important;
    padding: 8px 16px !important;
    padding-right: 40px !important;
}

/* Select2 dropdown ve search input stilleri - Sade görünüm */
.select2-dropdown {
    border-radius: 8px !important;
    border: 1px solid #c3c0c0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    margin-top: 4px !important;
}

.select2-search--dropdown {
    padding: 8px !important;
    border-bottom: 1px solid #f5f5f7 !important;
}

.select2-search--dropdown .select2-search__field {
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid #c3c0c0 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #1d1d1f !important;
    background-color: #ffffff !important;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #86868b !important;
}

.select2-results {
    padding: 4px 0 !important;
}

.select2-results__option {
    padding: 8px 12px !important;
    font-size: 14px !important;
    color: #1d1d1f !important;
}

.select2-results__option--highlighted {
    background-color: #f5f5f7 !important;
    color: #1d1d1f !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: #e5e5e7 !important;
    color: #1d1d1f !important;
}

.select2-results__option[aria-selected="true"]:hover {
    background-color: #d2d2d7 !important;
}