.office701-logo{
	width: 100px;
}

.hide{
	display: none !important;
}

.w-100{
	width: 100% !important;
}

.h-100{
	height: 100% !important;
}

.w-50{
	width: 50% !important;
}

.h-50{
	height: 50% !important;
}

.w-auto{
	width: auto !important;
}

.h-auto{
	height: auto !important; 
}

.has-error{
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success{
    border-color: #50cd89;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555555;
    background: rgba(255, 255, 255, 0.9);
}

.closecookies {
   z-index: 2;
    position: absolute !important;
    right: 0 !important;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 0px;
}

.closeBtn {
    font-weight: bold;
    color: black
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: .9;
    border-style: none;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
    background: #fff;
    box-shadow: 0 0 10 0 rgb(0 0 0 / 24%);
    padding: 15px 10px 15px 5px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert a:hover {
    color: var(--theme-color2);
}

.cookiealert .cookiealert-text{
    z-index: 1;
    padding: 15px 0px 0px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
}

.cookiealert .cookiealert-text p{
    font-size: 13px;
    line-height: 1.5;
}

.cookiealert .full-width{
    width: 100%;
}

.cookiealert .pull-rightleft{
    text-align: center;
}

.header-search-box-rivorya {
    display: flex;
    align-items: center;
    min-width: 700px;
    max-width: 100%;
    width: 100%;
    margin-left: 32px;
}

.header-search-form-rivorya {
    position: relative;
    width: 100%;
    display: flex;
}

.header-search-input-rivorya {
    width: 100%;
    padding: 10px 38px 10px 16px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    font-size: 15px;
    background: #fff;
    transition: border-color 0.2s;
}

.header-search-input-rivorya:focus {
    outline: none;
    border-color: #00b376;
}

.header-search-btn-rivorya {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-btn-rivorya svg {
    display: block;
}

@media screen and (min-width: 991px){
    .cookiealert{
        bottom: 10px;
        left: 18px;
        width: 400px;
        border-radius: 10px;
    }

    .cookiealert .cookiealert-text{
        width: 414px;
        line-height: 2;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    .cookiealert .pull-rightleft {
        float: none;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .header-search-box-rivorya {
        min-width: 400px;
        margin-left: 16px;
    }
    .header-search-input-rivorya {
        font-size: 14px;
        padding: 8px 36px 8px 12px;
    }
}

@media (max-width: 991px) {
    .header-search-box-rivorya {
        min-width: 220px;
        margin-left: 8px;
    }
    .header-search-input-rivorya {
        font-size: 13px;
        padding: 7px 32px 7px 10px;
    }
}

@media (max-width: 600px) {
    .header-search-box-rivorya {
        min-width: 0;
        margin-left: 0;
    }
    .header-search-input-rivorya {
        font-size: 12px;
        padding: 7px 28px 7px 8px;
    }
}

.swal2-container{
    z-index: 9999999999999999999 !important
}

.toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.toggle-input:checked + .toggle-label {
    background-color: #4CAF50;
}

.toggle-input:checked + .toggle-label:before {
    transform: translateX(30px);
}

.toggle-text {
    font-size: 14px;
    font-weight: 500;
}

.toggle-input:checked ~ .toggle-text .on-text {
    color: #4CAF50;
    font-weight: bold;
}

.toggle-input:not(:checked) ~ .toggle-text .off-text {
    color: #666;
    font-weight: bold;
}

.toggle-input:checked ~ .toggle-text .off-text,
.toggle-input:not(:checked) ~ .toggle-text .on-text {
    opacity: 0.5;
}

.btn-loading {
    display: none !important;
}

.tks-form-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.phone-visibility-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 20px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.phone-visibility-card:hover {
    border-color: #dee2e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.visibility-info {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.info-icon {
    width: 48px;
    height: 48px;
    background: #e8f5e8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28a745;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.info-icon svg {
    width: 24px;
    height: 24px;
}

.info-text {
    flex: 1;
}

.primary-text {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 8px 0;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.secondary-text {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.toggle-container {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.toggle-checkbox {
    display: none;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 36px;
    cursor: pointer;
    user-select: none;
}

.toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ced4da;
    border-radius: 18px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.toggle-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-knob::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ced4da;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
}

/* Checked state */
.toggle-checkbox:checked + .toggle-switch .toggle-slider {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    box-shadow: inset 0 2px 4px rgba(40,167,69,0.2);
}

.toggle-checkbox:checked + .toggle-switch .toggle-knob {
    transform: translateX(28px);
    box-shadow: 0 4px 12px rgba(40,167,69,0.3), 0 2px 4px rgba(0,0,0,0.1);
}

.toggle-checkbox:checked + .toggle-switch .toggle-knob::before {
    background: #28a745;
    transform: scale(1);
}

/* Hover effects */
.toggle-switch:hover .toggle-slider {
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 0 0 4px rgba(0,0,0,0.05);
}

.toggle-checkbox:checked + .toggle-switch:hover .toggle-slider {
    box-shadow: inset 0 2px 4px rgba(40,167,69,0.3), 0 0 0 4px rgba(40,167,69,0.1);
}

/* Focus state */
.toggle-checkbox:focus + .toggle-switch .toggle-slider {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Active state */
.toggle-switch:active .toggle-knob {
    transform: translateX(28px) scale(0.95);
}

.toggle-checkbox:not(:checked) + .toggle-switch:active .toggle-knob {
    transform: translateX(0) scale(0.95);
}

/* Animation for card state change */
.phone-visibility-card.phone-visible {
    border-color: #28a745;
    background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);
}

.phone-visibility-card.phone-visible .info-icon {
    background: #28a745;
    color: white;
    transform: scale(1.05);
}

.phone-visibility-card.phone-hidden .info-icon {
    background: #ffc107;
    color: #856404;
}

/* Password Input Styles */
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrapper input {
    padding-right: 45px !important;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #6c757d;
    border-radius: 4px;
    transition: all 0.2s ease;
    z-index: 10;
}

.password-toggle:hover {
    color: #495057;
    background-color: rgba(0,0,0,0.05);
}

.password-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

/* Password Requirements List */
.list-check-req {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 16px 0;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
}

.list-check-req li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #dc3545;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.list-check-req li.check {
    color: #28a745;
}

.list-check-req li.check span {
    text-decoration: line-through;
    opacity: 0.7;
}

/* Password Match Indicator */
.password-match-indicator {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.password-match-indicator.match {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.password-match-indicator.no-match {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Firebase Messages Optimized Styles */
.tfcl-message {
    display: flex;
    height: calc(100vh - 200px); /* Fixed height for better performance */
    min-height: 600px;
}

.content-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
}

.content-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.list-user-chat {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 300px);
    max-height: 500px;
    overflow-y: auto;
}

.list-user-chat::-webkit-scrollbar {
    width: 6px;
}

.list-user-chat::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.list-user-chat::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.list-user-chat::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

#messages-container {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    max-height: calc(100vh - 350px);
    min-height: 400px;
    max-height: 450px;
    overflow-y: auto;
}

#messages-container::-webkit-scrollbar {
    width: 8px;
}

#messages-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#messages-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

#messages-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.controller-chat {
    padding: 15px 20px 10px;
    border-top: 1px solid #e9ecef;
    background: #fff;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 10;
}

/* Message Bubbles */
.client-chat .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.date-pushlish {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 4px;
}

.current-user-chat .date-pushlish {
    text-align: right;
}

.client-chat .date-pushlish {
    text-align: left;
}

.controll {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}

.controll a {
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    color: #6c757d;
}

.controll a:hover {
    background-color: #f1f1f1;
    color: #495057;
}

#no-chat-selected {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Loading States */
#chat-list-loading, #messages-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #6c757d;
}

#chat-list-loading .fa-spinner, #messages-loading .fa-spinner {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Add Listing Form Styles */
.upload-media {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f9f9f9;
}

.upload-media:hover {
    border-color: #007bff;
    background: #f0f8ff;
}

.upload-media.dragover {
    border-color: #007bff;
    background: #e3f2fd;
    transform: scale(1.02);
}

.thumbnail-media {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.thumbnail-media .item {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.thumbnail-media .item:hover {
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,123,255,0.15);
}

.thumbnail-media .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-media .item .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0;
}

.thumbnail-media .item:hover .remove-image {
    opacity: 1;
}

.thumbnail-media .item .remove-image:hover {
    background: #dc3545;
    transform: scale(1.1);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Location Permission Styles */
.location-permission .alert {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-permission .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.location-permission .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Group Features Styles */
.group-features-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.group-features h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.parent-item.group-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.parent-item.group-checkbox:hover {
    background-color: #f8f9fa;
}

.parent-item.group-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.parent-item.group-checkbox label {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    color: #555;
}

/* Button Styles */
.group-button-submit {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.group-button-submit .pre-btn,
.group-button-submit .second-btn {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.group-button-submit .pre-btn {
    background: #007bff;
    color: white;
}

.group-button-submit .pre-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}

.group-button-submit .second-btn {
    background: #6c757d;
    color: white;
}

.group-button-submit .second-btn:hover {
    background: #545b62;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108,117,125,0.3);
}

.group-button-submit .pre-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

/* Dynamic Category Selection Styles */
#subcategory-container {
    display: contents; /* Grid düzenini bozmamak için */
}

.subcategory-group {
    margin-bottom: 20px;
    animation: fadeInUp 0.3s ease;
}

.subcategory-group label {
    color: #0066cc !important;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-group select {
    border-color: #0066cc;
}

.subcategory-group select:focus {
    border-color: #0052a3;
    box-shadow: 0 0 0 3px rgba(0,102,204,0.1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading State for Category Selects - Updated */
.select-loading {
    position: relative;
    pointer-events: none;
}

.select-loading::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

.select-loading select {
    opacity: 0.7;
    cursor: wait !important;
}

/* Form Group Grid Updates */
.form-group-4.has-subcategories {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

/* Ensure proper spacing for dynamic categories */
.form-group-4 .subcategory-group {
    grid-column: span 1;
}

/* Debug styling */
.category-debug {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    font-size: 12px;
    color: #6c757d;
    display: none; /* Sadece debug modunda göster */
}

/* Responsive adjustments for categories */
@media (max-width: 1200px) {
    .form-group-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #subcategory-container {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .form-group-4,
    .form-group-2 {
        grid-template-columns: 1fr;
    }
    
    #subcategory-container {
        grid-column: span 1;
    }
    
    .form-group-4:has([id^="category"]:not(#category)) {
        grid-template-columns: 1fr;
    }
}

/* Marker animasyonu */
@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateY(0) rotate(-45deg);
    }
    40% {
        transform: translateY(-10px) rotate(-45deg);
    }
    80% {
        transform: translateY(-5px) rotate(-45deg);
    }
}

/* Popup özelleştirme */
.custom-popup .leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.custom-popup .leaflet-popup-tip {
    background: white;
}

/* Harita container responsif */
#map {
    border: 2px solid #e0e0e0;
}

@media (max-width: 768px) {
    #map {
        height: 300px !important;
    }
}

/* Marker hover efekti */
.custom-marker:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Leaflet kontrol butonları özelleştirme */
.leaflet-control-zoom a {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,0.2);
    color: #333;
}

.leaflet-control-zoom a:hover {
    background-color: #f0f0f0;
}

.image-list-details img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

/* Share Modal Styles - Improved */
.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    animation: fadeIn 0.3s ease;
    cursor: pointer;
}

.share-modal {
    background: #ffffff;
    border-radius: 24px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: default;
}

.share-modal-header {
    padding: 25px 30px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    color: white;
    border-radius: 20px 20px 0 0;
}

.share-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-modal-header h3 i {
    font-size: 18px;
}

.share-close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    outline: none;
}

.share-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg) scale(1.1);
}

.share-close-btn:active {
    transform: rotate(90deg) scale(0.95);
}

.share-modal-body {
    padding: 30px;
}

.share-description {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
}

/* Link Kopyalama Alanı */
.share-link-section {
    margin-bottom: 30px;
}

.link-input-group {
    display: flex;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.link-input-group:focus-within {
    border-color: #7ED321;
    box-shadow: 0 0 0 3px rgba(126, 211, 33, 0.1);
}

.link-input-group input {
    flex: 1;
    padding: 15px 18px;
    border: none;
    background: #f8f9fa;
    font-size: 14px;
    color: #495057;
    outline: none;
}

.copy-btn {
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    border: none;
    color: white;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(126, 211, 33, 0.3);
}

.copy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
}

.copy-btn:hover::before {
    left: 100%;
}

.copy-btn:hover {
    background: linear-gradient(135deg, #6bc219 0%, #4a9513 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(126, 211, 33, 0.4);
}

.copy-btn:active {
    transform: translateY(0);
}

/* Modernized Social Media Buttons */
.social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
}

.social-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: all 0.6s ease;
}

.social-btn:hover::before {
    left: 100%;
}

.social-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.social-btn:active {
    transform: translateY(-1px) scale(0.98);
}

.social-btn i {
    font-size: 20px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.social-btn span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Enhanced Social Media Colors with Gradients */
.social-btn.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.social-btn.facebook:hover {
    background: linear-gradient(135deg, #166fe5 0%, #1976d2 100%);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4);
}

.social-btn.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #1976d2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.social-btn.twitter:hover {
    background: linear-gradient(135deg, #1a94da 0%, #1565c0 100%);
    box-shadow: 0 8px 25px rgba(29, 161, 242, 0.4);
}

.social-btn.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.social-btn.whatsapp:hover {
    background: linear-gradient(135deg, #20ba5a 0%, #075e54 100%);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.social-btn.telegram {
    background: linear-gradient(135deg, #0088cc 0%, #0088cc 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}

.social-btn.telegram:hover {
    background: linear-gradient(135deg, #0077b5 0%, #006699 100%);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.4);
}

.social-btn.linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #004471 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}

.social-btn.linkedin:hover {
    background: linear-gradient(135deg, #006699 0%, #003d5c 100%);
    box-shadow: 0 8px 25px rgba(0, 119, 181, 0.4);
}

.social-btn.email {
    background: linear-gradient(135deg, #ea4335 0%, #d23f31 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.3);
}

.social-btn.email:hover {
    background: linear-gradient(135deg, #db4437 0%, #c23321 100%);
    box-shadow: 0 8px 25px rgba(234, 67, 53, 0.4);
}

/* Animasyonlar */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .share-modal {
        width: 95%;
        margin: 20px;
        max-height: 85vh;
    }
    
    .share-modal-header {
        padding: 20px 25px 15px;
    }
    
    .share-modal-header h3 {
        font-size: 18px;
    }
    
    .share-modal-body {
        padding: 25px 20px;
    }
    
    .social-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .copy-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .link-input-group input {
        padding: 12px 15px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .share-modal-header {
        padding: 18px 20px 12px;
    }
    
    .share-modal-body {
        padding: 20px 15px;
    }
    
    .social-btn {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .link-input-group {
        flex-direction: column;
    }
    
    .copy-btn {
        justify-content: center;
        border-radius: 0 0 10px 10px;
    }
    
    .link-input-group input {
        border-radius: 10px 10px 0 0;
    }
}

/* Özel Scroll Bar */
.share-modal::-webkit-scrollbar {
    width: 6px;
}

.share-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.share-modal::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.share-modal::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Chat Modal Styles */
.chat-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000000; /* Chat modal daha yüksek z-index */
    animation: fadeIn 0.3s ease;
}

.chat-modal {
    background: #ffffff;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    height: 80vh;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.chat-modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}

.chat-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chat-user-info .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.chat-user-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-user-info .user-details h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.chat-user-info .user-status {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.chat-close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.2s ease;
    outline: none;
    font-size: 14px;
}

.chat-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.chat-close-btn:active {
    transform: scale(0.95);
}

.chat-modal-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.chat-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}

.chat-loading i {
    font-size: 24px;
    margin-bottom: 10px;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.chat-message {
    display: flex;
    margin-bottom: 10px;
}

.chat-message.sent {
    justify-content: flex-end;
}

.chat-message.received {
    justify-content: flex-start;
}

.message-content {
    max-width: 70%;
    position: relative;
}

.chat-message.sent .message-content {
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    color: white;
    border-radius: 18px 18px 5px 18px;
    padding: 12px 16px;
}

.chat-message.received .message-content {
    background: #f8f9fa;
    color: #333;
    border-radius: 18px 18px 18px 5px;
    padding: 12px 16px;
    border: 1px solid #e9ecef;
}

.message-text {
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

.message-time {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 5px;
    text-align: right;
}

.chat-message.received .message-time {
    text-align: left;
}

.message-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    align-self: flex-end;
}

.message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-messages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
    text-align: center;
    padding: 40px;
}

.no-messages i {
    margin-bottom: 15px;
    color: #dee2e6;
}

.no-messages h5 {
    margin-bottom: 10px;
    color: #495057;
}

.chat-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #dc3545;
    text-align: center;
    padding: 40px;
}

.chat-error i {
    margin-bottom: 15px;
    color: #dc3545;
}

.chat-modal-footer {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.message-input-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.message-input-container input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.message-input-container input:focus {
    border-color: #7ED321;
}

.message-input-container input:disabled {
    background: #f8f9fa;
    cursor: not-allowed;
}

.message-input-container button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none;
}

/* Product Message Styles for Chat */
.product-message {
    max-width: 100% !important;
}

.product-card {
    display: flex;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 300px;
}

.product-card:hover {
    border-color: #7ED321;
    box-shadow: 0 4px 12px rgba(126, 211, 33, 0.15);
    transform: translateY(-2px);
}

.product-card-image {
    width: 80px;
    height: 90px;
    flex-shrink: 0;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-details {
    flex: 1;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-card-details h6 {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-category {
    display: block;
    font-size: 11px;
    color: #7ED321;
    font-weight: 500;
    margin-bottom: 2px;
}

.product-card-location {
    display: block;
    font-size: 11px;
    color: #666;
}

.product-card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #7ED321;
    background: rgba(126, 211, 33, 0.1);
}

/* Enhanced message styling for product messages */
.chat-message.sent .product-message {
    background: linear-gradient(135deg, #7ED321 0%, #5fb015 100%);
    color: white;
    border-radius: 18px 18px 5px 18px;
    padding: 12px 16px;
}

.chat-message.received .product-message {
    background: #f8f9fa;
    color: #333;
    border-radius: 18px 18px 18px 5px;
    padding: 12px 16px;
    border: 1px solid #e9ecef;
}

/* Ensure product cards look good in both sent and received messages */
.chat-message.sent .product-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.chat-message.received .product-card {
    border: 1px solid #e9ecef;
}

/* Product Select Modal için ayrı overlay sınıfı */
.chat-modal-overlay.product-select-overlay {
    z-index: 1000001; /* Product select modal en yüksek z-index */
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
}

/* Product Select Modal Styles - Ekran görüntüsüne birebir uygun tasarım */
.product-select-modal {
    background: #ffffff;
    border-radius: 24px;
    width: 90%;
    max-width: 750px;
    height: 85vh;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1000002; /* En yüksek z-index */
}

.product-select-header {
    padding: 20px 30px;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #7ED321 0%, #66bb1a 100%);
    color: white;
    border-radius: 24px 24px 0 0;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(126, 211, 33, 0.2);
}

.product-select-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.product-select-header h3 i {
    font-size: 16px;
}

.product-select-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    background: #ffffff;
}

.select-description {
    text-align: center;
    color: #8E8E93;
    margin: 16px 30px 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.product-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #8E8E93;
    padding: 40px;
}

.product-loading i {
    font-size: 28px;
    margin-bottom: 16px;
    color: #7ED321;
}

.product-loading p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.products-list {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.products-list::-webkit-scrollbar {
    width: 4px;
}

.products-list::-webkit-scrollbar-track {
    background: transparent;
}

.products-list::-webkit-scrollbar-thumb {
    background: #E5E5EA;
    border-radius: 2px;
}

.products-list::-webkit-scrollbar-thumb:hover {
    background: #D1D1D6;
}

.product-item {
    background: #ffffff;
    border: 1px solid #E5E5EA;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: 8px;
}

.product-item:hover {
    border-color: #7ED321;
    box-shadow: 0 2px 8px rgba(126, 211, 33, 0.12);
    transform: translateY(-1px);
}

.product-item.selected {
    border-color: #7ED321;
    background: linear-gradient(135deg, #f8fff8 0%, #f0f9f0 100%);
    box-shadow: 0 4px 12px rgba(126, 211, 33, 0.2);
}

.product-item-content {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    position: relative;
}

.product-item-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F2F2F7;
    border: 1px solid #E5E5EA;
}

.product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}

.product-item-details h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.product-item-details .product-card-category {
    display: block;
    font-size: 13px;
    color: #7ED321;
    font-weight: 500;
    margin: 2px 0;
    line-height: 1.2;
}

.product-item-details .product-card-location {
    display: block;
    font-size: 12px;
    color: #8E8E93;
    font-weight: 400;
    line-height: 1.2;
}

.product-item-select {
    width: 20px;
    height: 20px;
    border: 2px solid #C7C7CC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.product-item.selected .product-item-select {
    background: #7ED321;
    border-color: #7ED321;
    color: white;
    transform: scale(1.1);
}

.product-item-select i {
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-item.selected .product-item-select i {
    opacity: 1;
}

.no-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #8E8E93;
    text-align: center;
    padding: 60px 40px;
}

.no-products i {
    margin-bottom: 20px;
    color: #C7C7CC;
    font-size: 48px;
}

.no-products h5 {
    margin-bottom: 12px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.no-products p {
    margin-bottom: 25px;
    color: #8E8E93;
    font-size: 14px;
    line-height: 1.5;
}

.btn-create-listing {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #7ED321 0%, #66bb1a 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(126, 211, 33, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-create-listing:hover {
    background: linear-gradient(135deg, #6bc219 0%, #5ba016 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(126, 211, 33, 0.4);
    color: white;
    text-decoration: none;
}

.product-select-footer {
    background: #ffffff;
    border-top: 1px solid #E5E5EA;
    padding: 16px 20px 20px;
    flex-shrink: 0;
    display: none;
}

.selected-product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fff8;
    border: 1px solid #7ED321;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.selected-product-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.selected-product-preview img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #E5E5EA;
}

.selected-product-details h6 {
    margin: 0 0 2px 0;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.selected-product-details span {
    display: block;
    font-size: 11px;
    color: #8E8E93;
    line-height: 1.2;
}

.remove-selection {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 59, 48, 0.1);
    color: #FF3B30;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.remove-selection:hover {
    background: rgba(255, 59, 48, 0.15);
    transform: scale(1.1);
}

.quick-messages {
    margin-bottom: 16px;
}

.quick-messages label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.quick-message-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.quick-msg-btn {
    padding: 10px 12px;
    border: 1px solid #E5E5EA;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.quick-msg-btn:hover {
    border-color: #7ED321;
    background: #f8fff8;
    color: #000000;
}

.quick-msg-btn.selected {
    border-color: #7ED321;
    background: linear-gradient(135deg, #f8fff8 0%, #f0f9f0 100%);
    color: #000000;
    box-shadow: 0 2px 4px rgba(126, 211, 33, 0.1);
}

.custom-message-area {
    margin-top: 12px;
}

.custom-message-area textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #E5E5EA;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    resize: vertical;
    min-height: 60px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    outline: none;
    transition: border-color 0.2s ease;
    background: #ffffff;
}

.custom-message-area textarea:focus {
    border-color: #7ED321;
    box-shadow: 0 0 0 2px rgba(126, 211, 33, 0.1);
}

.custom-message-area textarea::placeholder {
    color: #8E8E93;
}

.action-buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 16px;
}

.btn-cancel {
    padding: 10px 20px;
    border: 1px solid #E5E5EA;
    border-radius: 8px;
    background: #ffffff;
    color: #8E8E93;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-cancel:hover {
    border-color: #C7C7CC;
    background: #F2F2F7;
    color: #000000;
}

.btn-send-product {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #7ED321 0%, #66bb1a 100%);
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    box-shadow: 0 2px 8px rgba(126, 211, 33, 0.25);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-send-product:hover {
    background: linear-gradient(135deg, #6bc219 0%, #5ba016 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(126, 211, 33, 0.3);
}

.btn-send-product:active {
    transform: translateY(0);
}

.btn-send-product i {
    font-size: 12px;
}

/* Chat close button için ortak stil */
.chat-close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.2s ease;
    outline: none;
    font-size: 14px;
}

.chat-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}
.chat-close-btn:active {transform: scale(0.95);}

/* Takas Details Section */
.takas-details {
    padding: 24px 32px;
    background: #fff;
    border-top: 1px solid #e9ecef;
}

.takas-detail-section {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.takas-detail-section:last-child {
    margin-bottom: 0;
}

.takas-detail-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #00b376 0%, #00a163 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 179, 118, 0.2);
}

.takas-detail-icon i {
    color: white;
    font-size: 16px;
}

.takas-detail-content {
    flex: 1;
}

.takas-detail-content h6 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 12px 0;
}

/* Delivery Type Options */
.delivery-type-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.delivery-type-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    position: relative;
}

.delivery-type-option:hover {
    border-color: #00b376;
    background: rgba(0, 179, 118, 0.05);
    transform: translateY(-1px);
}

.delivery-type-option.selected {
    border-color: #00b376;
    background: rgba(0, 179, 118, 0.1);
    box-shadow: 0 4px 12px rgba(0, 179, 118, 0.2);
}

.delivery-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #00b376 0%, #00a163 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.delivery-icon i {
    color: white;
    font-size: 12px;
}

.delivery-type-option span {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #212529;
    flex: 1;
}

.delivery-check {
    width: 18px;
    height: 18px;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delivery-type-option.selected .delivery-check {
    background: #00b376;
    border-color: #00b376;
}

.delivery-check i {
    color: white;
    font-size: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.delivery-type-option.selected .delivery-check i {
    opacity: 1;
}

/* Meeting Location Input */
.meeting-location-input {
    position: relative;
}

.meeting-location-input input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    color: #212529;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.meeting-location-input input:focus {
    outline: none;
    border-color: #00b376;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 179, 118, 0.1);
}

.meeting-location-input input::placeholder {
    color: #6c757d;
}

/* Takas Message Input */
.takas-message-input {
    position: relative;
}

.takas-message-input textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    color: #212529;
    background: #f8f9fa;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 80px;
}

.takas-message-input textarea:focus {
    outline: none;
    border-color: #00b376;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 179, 118, 0.1);
}

.takas-message-input textarea::placeholder {
    color: #6c757d;
}

/* Security Alert */
.takas-security-alert {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #fff8e1 0%, #fef3d0 100%);
    border: 1px solid #ffc107;
    border-radius: 12px;
    margin-top: 20px;
}

.security-alert-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(146, 145, 142, 0.2);
}

.security-alert-icon i {
    color: white;
    font-size: 16px;
}

/* User Name Overflow Fix */
.img-author {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 60%;
    overflow: hidden;
}

.img-author span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.img-author img {
    flex-shrink: 0;
}

.security-alert-content h6 {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #856404;
    margin: 0 0 8px 0;
}

.security-tips {
    list-style: none;
    padding: 0;
    margin: 0;
}

.security-tips li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #856404;
    line-height: 1.4;
}

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

.security-tips li i {
    color: #ffc107;
    margin-top: 1px;
    flex-shrink: 0;
    font-size: 10px;
}

/* Responsive for Takas Details */
@media (max-width: 768px) {
    .takas-details {
        padding: 16px 20px;
    }
    
    .takas-detail-section {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .takas-detail-icon {
        width: 36px;
        height: 36px;
    }
    
    .takas-detail-icon i {
        font-size: 14px;
    }
    
    .delivery-type-options {
        flex-direction: column;
        gap: 8px;
    }
    
    .delivery-type-option {
        min-width: 100%;
        padding: 10px 14px;
    }
    
    .takas-security-alert {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }
    
    .security-alert-icon {
        align-self: flex-start;
        width: 36px;
        height: 36px;
    }
    
    .security-alert-icon i {
        font-size: 14px;
    }
}

.takas-start-btn{
    background: linear-gradient(135deg, #00b376 0%, #00a167 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.takas-start-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 179, 118, 0.3);
    color: white;
    text-decoration: none;
}

/* Takas Modal Styles */
.takas-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	backdrop-filter: blur(8px);
}

.takas-modal {
	background: white;
	border-radius: 24px;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	transform: scale(0.8) translateY(50px);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.takas-modal-overlay.show {
	opacity: 1;
	visibility: visible;
}

.takas-modal-overlay.show .takas-modal {
	transform: scale(1) translateY(0);
}

.takas-modal-header {
	padding: 20px 32px;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

.takas-modal-header h3 {
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	display: flex;
	align-items: center;
	gap: 10px;
}

.takas-modal-header h3 i {
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #00b376 0%, #00a167 100%);
	color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.takas-close-btn {
	background: none;
	border: none;
	font-size: 24px;
	color: #6c757d;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.takas-close-btn:hover {
	background: #f8f9fa;
	color: #495057;
	transform: rotate(90deg);
}

.takas-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.takas-modal-body::-webkit-scrollbar {
	width: 8px;
}

.takas-modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.takas-modal-body::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 4px;
}

.takas-modal-body::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* Üst Bölüm - Mevcut İlan */
.takas-current-product {
	padding: 24px 32px;
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
}

.takas-product-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: white;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.takas-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.takas-product-image {
	width: 100px;
	height: 100px;
	border-radius: 16px;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
}

.takas-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.takas-product-image:hover img {
	transform: scale(1.05);
}

.takas-product-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.takas-product-title {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #212529;
	margin: 0;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.takas-product-info {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 8px 0;
}

.takas-product-info span {
	font-size: 14px;
	color: #6c757d;
	display: flex;
	align-items: center;
	gap: 6px;
}

.takas-product-info span i {
	color: #00b376;
	font-size: 12px;
}

.takas-owner-info {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: #f8f9fa;
	border-radius: 12px;
	min-width: 180px;
	flex-shrink: 0;
}

.takas-owner-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.takas-owner-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.takas-owner-details h6 {
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #212529;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.takas-owner-details span {
	font-size: 12px;
	color: #6c757d;
}

/* Orta Bölüm - Takas Oklarını */
.takas-arrows-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 32px;
	background: white;
	position: relative;
}

.takas-arrows-section::before {
	content: '';
	position: absolute;
	left: 32px;
	right: 32px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #e9ecef 20%, #e9ecef 80%, transparent 100%);
}

.takas-arrows-section::after {
	content: '';
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #e9ecef 20%, #e9ecef 80%, transparent 100%);
}

.takas-arrows {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #00b376 0%, #00a167 100%);
	color: white;
	padding: 20px;
	border-radius: 50%;
	box-shadow: 0 8px 32px rgba(0, 179, 118, 0.3);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 8px 32px rgba(0, 179, 118, 0.3);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 12px 48px rgba(0, 179, 118, 0.4);
	}
}

.takas-arrows i {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.takas-arrows i:first-child {
	transform: rotate(180deg);
}

/* Alt Bölüm - Kullanıcı İlanları */
.takas-user-products {
	padding: 24px 32px;
	background: white;
	flex: 1;
}

.takas-section-title {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #212529;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.takas-section-title i {
	color: #00b376;
}

.takas-products-carousel {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.takas-products-container {
	display: flex;
	gap: 16px;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	padding: 8px 0;
}

.takas-user-product-item {
	flex: 0 0 250px;
	background: white;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.takas-user-product-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 179, 118, 0.1) 0%, rgba(0, 161, 103, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.takas-user-product-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: #00b376;
}

.takas-user-product-item:hover::before {
	opacity: 1;
}

.takas-user-product-item.selected {
	border: 2px solid #00b376;
	background: linear-gradient(135deg, rgba(0, 179, 118, 0.08) 0%, rgba(0, 161, 103, 0.08) 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 179, 118, 0.2);
}

.takas-user-product-item.selected::before {
	opacity: 1;
}

.takas-user-product-image {
	width: 100%;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.takas-user-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.takas-user-product-item:hover .takas-user-product-image img {
	transform: scale(1.03);
}

.takas-user-product-title {
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #212529;
	margin: 0 0 6px 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.takas-user-product-value {
	font-size: 12px;
	color: #6c757d;
	margin: 0;
}

.takas-product-select-indicator {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: white;
	border: 2px solid #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 2;
}

.takas-user-product-item.selected .takas-product-select-indicator {
	background: #00b376;
	border-color: #00b376;
	color: white;
	transform: scale(1.2);
}

.takas-product-select-indicator i {
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.takas-user-product-item.selected .takas-product-select-indicator i {
	opacity: 1;
}

/* Carousel Navigation */
.takas-carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 3;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.takas-carousel-nav:hover {
	background: #00b376;
	color: white;
	border-color: #00b376;
	transform: translateY(-50%) scale(1.1);
}

.takas-carousel-nav.prev {
	left: -20px;
}

.takas-carousel-nav.next {
	right: -20px;
}

.takas-carousel-nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

/* Empty State */
.takas-no-products {
	text-align: center;
	padding: 48px 24px;
	color: #6c757d;
}

.takas-no-products i {
	font-size: 48px;
	color: #dee2e6;
	margin-bottom: 16px;
}

.takas-no-products h5 {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #495057;
	margin: 0 0 8px 0;
}

.takas-no-products p {
	margin: 0;
	font-size: 14px;
}

/* Modal Footer */
.takas-modal-footer {
	padding: 20px 32px;
	border-top: 1px solid #e9ecef;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.takas-selected-info {
	flex: 1;
	font-size: 13px;
	color: #6c757d;
	font-weight: 500;
}

.takas-selected-info.has-selection {
	color: #00b376;
	font-weight: 600;
}

.takas-action-buttons {
	display: flex;
	gap: 12px;
}

.btn-cancel-takas {
	background: #f8f9fa;
	color: #6c757d;
	border: 1px solid #dee2e6;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-cancel-takas:hover {
	background: #e9ecef;
	color: #495057;
	border-color: #adb5bd;
}

.btn-start-takas {
	background: linear-gradient(135deg, #00b376 0%, #00a167 100%);
	color: white;
	border: none;
	padding: 10px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	overflow: hidden;
}

.btn-start-takas::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
	transition: left 0.6s ease;
}

.btn-start-takas:hover::before {
	left: 100%;
}

.btn-start-takas:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 179, 118, 0.3);
}

.btn-start-takas:disabled {
	background: #dee2e6;
	color: #6c757d;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.btn-start-takas:disabled::before {
	display: none;
}

/* Loading State */
.takas-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px;
	color: #6c757d;
}

.takas-loading i {
	font-size: 32px;
	margin-bottom: 16px;
	animation: spin 1s linear infinite;
}

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

/* Responsive Design */
@media (max-width: 768px) {
	.takas-modal {
		width: 95%;
		max-height: 95vh;
		border-radius: 16px;
	}

	.takas-modal-header {
		padding: 20px 24px;
	}

	.takas-modal-header h3 {
		font-size: 20px;
	}

	.takas-current-product, .takas-user-products {
		padding: 24px;
	}

	.takas-product-card {
		flex-direction: column;
		text-align: center;
		gap: 16px;
		padding: 16px;
	}

	.takas-product-image {
		width: 80px;
		height: 80px;
		align-self: center;
	}

	.takas-owner-info {
		align-self: center;
		margin-top: 12px;
		min-width: auto;
	}

	.takas-user-product-item {
		flex: 0 0 240px;
	}

	.takas-carousel-nav {
		display: none;
	}

	.takas-modal-footer {
		padding: 20px 24px;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.takas-action-buttons {
		width: 100%;
		flex-direction: column;
	}

	.btn-cancel-takas, .btn-start-takas {
		width: 100%;
		justify-content: center;
	}

	.takas-products-container {
		gap: 12px;
		padding: 4px 0;
	}

	.takas-arrows {
		padding: 16px;
	}

	.takas-arrows i {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.takas-modal {
		width: 98%;
		max-height: 98vh;
	}

	.takas-modal-header {
		padding: 16px 20px;
	}

	.takas-modal-header h3 {
		font-size: 18px;
	}

	.takas-current-product, .takas-user-products {
		padding: 20px;
	}

	.takas-product-card {
		padding: 20px;
	}

	.takas-product-title {
		font-size: 18px;
	}

	.takas-section-title {
		font-size: 18px;
	}

	.takas-user-product-item {
		flex: 0 0 200px;
	}

	.takas-user-product-image {
		height: 140px;
	}
}

.sort-select.open .list{z-index: 9999 !important;}
#clear-filters {
    background: #999;
    color: #fff;
    border-color: #999;
}
#clear-filters:hover{background: #000 !important; border-color: #000;}
#apply-filters:hover{color: #fff !important;}

.widget-dealer-contact .dealer-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.widget-dealer-contact .dealer-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .header-search-box-rivorya{
        margin-right: 25px;
        width: 75%;
    }
}

.box-car-list.is-sponsor{
    border: 2px solid #FFD700;
}