body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    color: var(--text-primary);
    line-height: 1.6;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
    display:none !important;
}


.modern-loader-popup {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    padding: 32px !important;
    width: auto !important;
    min-width: 200px !important;
}

.modern-loader-container-swal {
    padding: 0 !important;
}

.modern-loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modern-spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 24px;
}

.spinner-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( from 0deg, transparent 0deg, #6366f1 360deg );
    animation: modernRotate 1s linear infinite;
    position: relative;
}

    .spinner-circle::before {
        content: '';
        position: absolute;
        inset: 3px;
        border-radius: 50%;
        background: white;
    }

    .spinner-circle::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: conic-gradient( from 0deg, rgba(99, 102, 241, 0.8) 0deg, rgba(99, 102, 241, 0.4) 90deg, transparent 180deg, transparent 360deg );
        animation: modernRotate 1s linear infinite;
    }

.loader-text {
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.025em;
}

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

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

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

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

/* Responsive tasarım */
@media (max-width: 768px) {
    .modern-spinner {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }

    .loader-text {
        font-size: 14px;
    }

    .modern-loader-container {
        padding: 15px;
    }
}
.copyable {
    display: inline-block;
    padding-right: 1.5rem;
    position: relative;
    cursor: default;
}

.copy-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem;
    color: #888;
    cursor: pointer;
    padding: 2px 4px;
    transition: color 0.3s;
}

    .copy-icon:hover {
        color: #333;
    }
/*Order sayfası için*/
:root {
    --primary-gradient: linear-gradient(135deg, #34a19a 0%, #34a19a 100%);
    --secondary-gradient: linear-gradient(135deg, #34a19a 0%, #34a19a 100%);
    --success-gradient: linear-gradient(135deg, #34a19a 0%, #34a19a 100%);
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-bg: #f8fafc;
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius: 0.5rem;
    --radius-lg: 0.75rem;
}

.product-card {
    transition: var(--transition);
    background-color: #fff;
}

    .product-card:hover {
        box-shadow: var(--card-hover-shadow);
        transform: translateY(-4px);
    }

/* Gradient Backgrounds */
.bg-gradient-primary {
    background: var(--primary-gradient);
}

/* Card Stilleri */
.card {
    transition: var(--transition);
}

    .card.shadow-lg {
        box-shadow: var(--card-shadow);
    }

/* İlerleme Çubuğu */
.progress-bar {
    position: relative;
    overflow: visible;
}

.progress-indicator {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #667eea;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Step Icons */
.step-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: var(--transition);
}

.step-item.active .step-icon {
    background: var(--primary-gradient) !important;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Ürün Kartları */
.product-card {
    cursor: pointer;
    transition: var(--transition);
    overflow: hidden;
}

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--card-hover-shadow);
    }

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

.product-image-wrapper img {
    transition: var(--transition);
}

/* Seçim Overlay */
.card-overlay {
    background: #34a19a82;
    opacity: 0;
    transition: var(--transition);
    z-index: 5;
}

.product-card:has(.form-check-input:checked) .card-overlay {
    opacity: 1;
}

.product-card:has(.form-check-input:checked) {
    transform: translateY(-4px);
    box-shadow: var(--card-hover-shadow);
}

/* Form Switch */
.form-check-input {
    width: 3rem;
    height: 1.5rem;
    border: 2px solid #dee2e6;
    transition: var(--transition);
}

    .form-check-input:checked {
        border-color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
    }

    .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
    }

/* Butonlar */
.btn {
    transition: var(--transition);
    font-weight: 500;
    border-width: 2px;
}

.btn-primary {
    border: none;
    color: white;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        border: none;
    }

.btn-outline-secondary {
    border-color: #dee2e6;
    color: #6c757d;
}

    .btn-outline-secondary:hover {
        background: #f8f9fa;
        border-color: #adb5bd;
        color: #495057;
        transform: translateY(-2px);
    }

/* Z-index helper */
.z-index-10 {
    z-index: 10;
}

/* Responsive Düzenlemeler */
@kmedia (max-width: 768px) {
    .card-header .col-auto {
        display: none !important;
    }

    .progress-section .row {
        font-size: 0.875rem;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .product-card:hover {
        transform: none;
    }

    .display-6 {
        font-size: 1.5rem;
    }
}

/* Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

    .product-card:nth-child(1) {
        animation-delay: 0.1s;
        opacity: 0;
    }

    .product-card:nth-child(2) {
        animation-delay: 0.2s;
        opacity: 0;
    }

    .product-card:nth-child(3) {
        animation-delay: 0.3s;
        opacity: 0;
    }

    .product-card:nth-child(4) {
        animation-delay: 0.4s;
        opacity: 0;
    }

    .product-card:nth-child(5) {
        animation-delay: 0.5s;
        opacity: 0;
    }

    .product-card:nth-child(6) {
        animation-delay: 0.6s;
        opacity: 0;
    }

/* Badge ve Price Styling */
.badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.price {
    font-size: 1.75rem;
    background: linear-gradient(135deg, #35a29f, #045551);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Info Box */
.info-box {
    padding: 1rem;
    background: white;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.badge-outline-primary {
    color: #007bff !important;
    background-color: transparent;
    background-image: none;
    border-color: #007bff !important;
    border: 1px solid;
}

.badge-outline-secondary {
    color: #6c757d !important;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d !important;
    border: 1px solid;
}

.badge-outline-success {
    color: #28a745 !important;
    background-color: transparent;
    background-image: none;
    border-color: #28a745 !important;
    border: 1px solid;
}

.badge-outline-danger {
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545 !important;
}

.badge-outline-warning {
    color: #ffc107 !important;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107 !important;
    border: 1px solid;
}

.badge-outline-info {
    color: #17a2b8 !important;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8 !important;
    border: 1px solid;
}

.badge-outline-light {
    color: #f8f9fa !important;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa !important;
    border: 1px solid;
}

.badge-outline-dark {
    color: #343a40 !important;
    background-color: transparent;
    background-image: none;
    border-color: #343a40 !important;
    border: 1px solid;
}
.scroll-card {
    position: relative;
}

/* Horizontal scroller */
.button-strip {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem; /* prevent scrollbar overlap */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

    /* Make each item not shrink so buttons keep their size */
    .button-strip .btn {
        flex: 0 0 auto;
    }

    /* Hide default scrollbar in WebKit while keeping functionality */
    .button-strip::-webkit-scrollbar {
        height: 8px;
    }

    .button-strip::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.15);
        border-radius: 4px;
    }

/* Scroll control arrows */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.08);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

    .scroll-arrow.left {
        left: 8px;
    }

    .scroll-arrow.right {
        right: 8px;
    }

/* Fade edges for affordance */
.edge-fade::before,
.edge-fade::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    pointer-events: none;
    z-index: 4;
}

.edge-fade::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.edge-fade::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

@media (prefers-reduced-motion: reduce) {
    .button-strip {
        scroll-behavior: auto;
    }
}

.blink {
    animation: blinkAnim 1s infinite;
}

@keyframes blinkAnim {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.3;
    }
}

.empty-row {
    background: #fefefe;
}

.empty-cell {
    padding: 60px 20px;
    text-align: center;
    border: none;
    position: relative;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.empty-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(99, 102, 241, 0);
    }
}

.empty-icon svg {
    width: 40px;
    height: 40px;
    color: #6366f1;
}

.empty-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.empty-title {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
    margin: 0;
}

.empty-message {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.empty-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
}
/* Alternatif compact versiyonu */
.empty-state-compact {
    padding: 40px 20px;
}

    .empty-state-compact .empty-icon {
        width: 60px;
        height: 60px;
    }

        .empty-state-compact .empty-icon svg {
            width: 30px;
            height: 30px;
        }

    .empty-state-compact .empty-title {
        font-size: 18px;
    }

    .empty-state-compact .empty-message {
        font-size: 14px;
    }

/* Responsive */
@media (max-width: 768px) {
    .empty-cell {
        padding: 40px 15px;
    }

    .empty-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        justify-content: center;
    }
}

/* Demo başlıkları */
.demo-section {
    margin: 40px 0;
}

.demo-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    text-align: center;
}

.high-z-index-swal {
    z-index: 99999 !important;
}

/* Bootstrap modal z-index genelde 1050-1060 arası olur */
.swal2-container.high-z-index-swal {
    z-index: 99999 !important;
}

/* Temel stil */
.make-fullscreen {
    position: relative;
    transition: all 0.3s ease;
}

/* Modal overlay */
.fullscreen-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* İçerik kutusu modal içinde */
.fullscreen-modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transform-origin: top left;
    transition: transform 0.3s ease;
}

    /* Kapatma butonu */
    .fullscreen-modal .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #333;
    }

/* Büyütme butonu div içinde */
.make-fullscreen .fullscreen-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
    z-index: 10;
}
