body{
    font-family: "Poppins", sans-serif !important;
}
nav.fp-navbar.main-menu-web {
    background: #F7F8F8 !important;
}
[data-theme="dark"] nav.fp-navbar.main-menu-web {
    background: #191A1C !important;
}

[data-theme="dark"] .fp-product-horizontal.popular, .fp-product-item.popular {
    border: 1px solid #614801 !important;
    background: linear-gradient(45deg, #2e2200, #181818) !important;
}
.fp-section-keys .fp-section-head .btn-opacity-primary: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: left 0.5s ease;
}

.fp-section-keys .fp-section-head .btn-opacity-primary:hover:before {
    left: 100%;
}

.fp-section-keys .fp-section-head .btn-opacity-primary {
    position: relative;
    overflow: hidden;
    color: #3b82f6 !important;
}

.fp-section-keys .fp-section-head .btn-opacity-primary:hover {
    background: rgba(0, 137, 255, 0.1) !important;
}
.mobile-auth-btn {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
}
.mobile-auth-register {
    background: rgba(25, 135, 84, 0.1);
    border-color: rgba(25, 135, 84, 0.3);
    color: #198754;
}
.instagram-link-badge:hover {
    background: #f1f5f9 !important;
    transform: translateY(-1px);
}
[data-theme="dark"] .instagram-link-badge:hover {
    background: #1e293b !important;
    transform: translateY(-1px);
}
[data-theme="dark"] .mobile-auth-register {
    background: rgba(25, 135, 84, 0.15);
    border-color: rgba(25, 135, 84, 0.4);
}
[data-theme="dark"] .mobile-auth-login {
    background: rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.4);
}
.mobile-auth-login:hover {
    background: #0d6efd !important;
    color: white;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}
[data-theme="dark"] .mobile-auth-login {
    background: rgba(13, 110, 253, 0.15) !important;
    border-color: rgba(13, 110, 253, 0.4);
}
[data-theme="dark"] .mobile-auth-register {
    background: rgba(25, 135, 84, 0.15) !important;
    border-color: rgba(25, 135, 84, 0.4);
}
.mobile-auth-register:hover {
    background: #198754 !important;
    color: white;
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}
@media (max-width: 768px) {
    .mobile-auth-btn {
        height: 44px;
        padding: 8px 14px;
        font-size: 13px;
    }
}
.payment-methods img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.mobile-actions-area{display:None;}
[data-theme="dark"] .payment-methods img:hover, .dark-mode .payment-methods img:hover, body.dark-mode .payment-methods img:hover {
    filter: grayscale(0%) opacity(1) brightness(1);
}
.fp-topnav-dropdown .fp-td-link:not(:last-child) {
    border-bottom: 1px solid var(--border) !important;
}
/* Balance area styles */
    .balance-area {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        margin-right: 8px;
        height: 44px;
        box-sizing: border-box;
        position: relative;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="dark"] .balance-area {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .balance-area:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    .user-display:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    .user-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.2;
    }

    .user-info .username {
        font-size: 14px;
        font-weight: 500;
        color: var(--text-color);
    }

    .user-display:hover .user-info .username {
        color: #0d6efd;
    }

    .user-info .balance {
        font-size: 12px;
        color: #22c55e;
        margin-top: 1px;
        font-weight: 500;
        text-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
        animation: balanceGlow 2s ease-in-out infinite alternate;
    }

    .user-display:hover .user-info .balance {
        color: #22c55e;
    }

    /* Balance dropdown styles */
    .balance-container {
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .balance-trigger {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 2px 6px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .balance-trigger:hover {
        background: rgba(108, 117, 125, 0.1);
    }

    .balance-text {
        font-size: 14px;
        color: var(--text-color);
        margin-top: 1px;
        font-weight: 500;
    }

    .balance-arrow {
        color: var(--text-color);
        font-size: 16px;
        transition: transform 0.3s ease;
        margin-left: auto;
    }

    .balance-container:hover .balance-arrow,
    .balance-container.dropdown-active .balance-arrow {
        transform: rotate(180deg);
    }

    .balance-dropdown {
        position: absolute;
        top: 100%;
        left: -150px;
        width: 320px;
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 9999;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    /* Light theme specific styles */
    [data-theme="light"] .balance-dropdown {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    /* Dark theme specific styles */
    [data-theme="dark"] .balance-dropdown {
        background: #1a1a1a;
        border: 1px solid #333;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .balance-container:hover .balance-dropdown,
    .balance-trigger:active + .balance-dropdown,
    .balance-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .balance-dropdown-header {
        display: block;
        text-align: center;
        margin-bottom: 16px;
        text-decoration: none;
        color: inherit;
        padding: 8px 8px 16px 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
        cursor: pointer;
        border-bottom: 1px solid var(--border-color);
        position: relative;
    }

    [data-theme="light"] .balance-dropdown-header {
        border-bottom: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-dropdown-header {
        border-bottom: 1px solid rgba(51, 51, 51, 0.6);
    }

    .balance-dropdown-header:hover {
        background: rgba(108, 117, 125, 0.05);
        text-decoration: none;
        color: inherit;
        transform: translateY(-1px);
    }

    .balance-dropdown-header h6 {
        color: #888;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        transition: color 0.3s ease;
    }

    [data-theme="light"] .balance-dropdown-header h6 {
        color: #6b7280;
    }

    [data-theme="dark"] .balance-dropdown-header h6 {
        color: #888;
    }

    .balance-dropdown-header:hover h6 {
        color: var(--text-color);
    }

    .current-balance {
        font-size: 28px;
        font-weight: 600;
        color: var(--text-color);
        margin-top: 6px;
    }

    .balance-load-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 12px 16px 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        text-decoration: none;
        border-radius: 12px;
        font-weight: 500;
        margin-bottom: 16px;
        transition: all 0.3s ease;
        border-bottom: 1px solid var(--border-color);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="light"] .balance-load-btn {
        border-bottom: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-load-btn {
        border-bottom: 1px solid rgba(51, 51, 51, 0.6);
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .balance-load-btn:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    /* Dropdown açıldığında bakiye yükle butonu mavi olsun */
    .balance-container:hover .balance-load-btn,
    .balance-container.dropdown-active .balance-load-btn {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
    }

    [data-theme="dark"] .balance-container:hover .balance-load-btn,
    [data-theme="dark"] .balance-container.dropdown-active .balance-load-btn {
        background: rgba(13, 110, 253, 0.15);
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

    .balance-transactions {
        border-top: 1px solid var(--border-color);
        padding-top: 16px;
    }

    [data-theme="light"] .balance-transactions {
        border-top: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-transactions {
        border-top: 1px solid rgba(51, 51, 51, 0.6);
    }

    .transaction-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: #888;
        margin-bottom: 12px;
        font-weight: 500;
    }

    [data-theme="light"] .transaction-header {
        color: #6b7280;
    }

    [data-theme="dark"] .transaction-header {
        color: #888;
    }

    .transaction-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid var(--border-color);
    }

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

    [data-theme="light"] .transaction-item {
        border-bottom: 1px solid #f3f4f6;
    }

    [data-theme="dark"] .transaction-item {
        border-bottom: 1px solid #333;
    }

    .transaction-icon {
        width: 32px;
        height: 32px;
        background: rgba(108, 117, 125, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .transaction-icon i {
        color: var(--text-color);
        font-size: 14px;
    }

    .transaction-details {
        flex: 1;
    }

    .transaction-title {
        font-size: 13px;
        color: var(--text-color);
        font-weight: 500;
        line-height: 1.2;
    }

    [data-theme="light"] .transaction-title {
        color: #374151;
    }

    [data-theme="dark"] .transaction-title {
        color: #fff;
    }

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

    [data-theme="light"] .transaction-date {
        color: #6b7280;
    }

    [data-theme="dark"] .transaction-date {
        color: #888;
    }

    .transaction-amount {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-color);
    }

    /* No transactions styles */
    .no-transactions {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .no-transactions-icon {
        width: 48px;
        height: 48px;
        background: rgba(136, 136, 136, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .no-transactions-icon i {
        color: #888;
        font-size: 20px;
    }

    .no-transactions-title {
        font-size: 14px;
        color: var(--text-color);
        font-weight: 500;
        margin-bottom: 4px;
    }

    [data-theme="light"] .no-transactions-title {
        color: #374151;
    }

    [data-theme="dark"] .no-transactions-title {
        color: #fff;
    }

    .no-transactions-desc {
        font-size: 12px;
        color: #888;
        line-height: 1.4;
    }

    [data-theme="light"] .no-transactions-desc {
        color: #6b7280;
    }

    [data-theme="dark"] .no-transactions-desc {
        color: #888;
    }
  .user-dropdown-trigger {
        position: relative;
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        color: var(--text-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 8px 12px;
        text-decoration: none;
        margin-right: 8px;
    }

    .user-dropdown-trigger:hover {
        background: var(--hover-bg);
        border-color: var(--primary-color);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        color: var(--text-color);
        text-decoration: none;
    }
    
    .user-dropdown-trigger.active {
        background: var(--hover-bg);
        border-color: var(--primary-color);
    }
    
    .user-dropdown-trigger .user-info {
        display: flex;
        flex-direction: column;
        margin-right: 8px;
    }
    
    .user-dropdown-trigger .username {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: var(--text-color);
    }
    
    .dropdown-arrow {
        font-size: 16px;
        margin-left: 4px;
        transition: all 0.3s ease;
        color: var(--text-color);
    }

    .user-display:hover .dropdown-arrow {
        color: #0d6efd;
    }
    
    .user-dropdown-trigger.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    /* Profile dropdown header styles */
    .fp-dropdown-header {
        position: relative;
        margin: -12px -12px 16px -12px;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        height: 80px;
    }

    .header-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://www.almancax.com/wp-content/uploads/2022/12/oyun-yapma-programlari.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header-background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    }

    .header-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        padding: 16px;
        height: 100%;
        gap: 12px;
    }

    .user-avatar {
        flex-shrink: 0;
    }

    .user-avatar img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.3);
        object-fit: cover;
    }

    .user-details {
        flex: 1;
        color: white;
    }

    .user-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .user-balance {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.9;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    /* Profile dropdown container */
    .fp-topnav-dropdown {
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        min-width: 250px;
        position: absolute;
        top: 100%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 99999;
        display: none;
    }

    .fp-topnav-dropdown.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: block !important;
    }

    [data-theme="light"] .fp-topnav-dropdown {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    [data-theme="dark"] .fp-topnav-dropdown {
        background: #1a1a1a;
        border: 1px solid #333;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    /* Modern Header Styles */
    .fp-topnav {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px 0;
        position: relative;
        z-index: 1000;
    }

    [data-theme="dark"] .fp-topnav {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .welcome-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
        padding: 6px 12px;
        border-radius: 20px;
        border: 1px solid rgba(34, 197, 94, 0.2);
        font-size: 13px;
        font-weight: 500;
        color: var(--text-color);
        transition: all 0.3s ease;
    }

    .welcome-badge i {
        color: #22c55e;
        font-size: 14px;
    }

    .welcome-badge:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
    }

    .topnav-link {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 10px;
        color: var(--text-color);
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        transition: all 0.3s ease;
        opacity: 0.8;
    }

    .topnav-link:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-1px);
        color: var(--text-color);
        text-decoration: none;
    }

    [data-theme="dark"] .topnav-link:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .topnav-link i {
        font-size: 14px;
    }

html[data-theme=dark] .fp-header .right-area .right-link.notification {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
html[data-theme=dark] .list-social li a {
    border: 1px solid #1e293b !important;
}
.fp-section-keys .fp-section-head::-webkit-scrollbar {
    display: none;
}
.fp-section-keys .fp-section-head .nav-pills::-webkit-scrollbar {
    display: none;
}

.follow-area ul.list-social.mb-0.list-unstyled.list-inline {
    display: flex
;
    gap: 1rem;
}
html[data-theme=dark] .contact-icon {
    border: 1px solid #1e293b !important;
}
.header-dropdown-area {
    opacity: 0;
    display: none;
    transition: opacity 0.1s ease-in-out;
}
html[data-theme=dark] .fp-navbar .list li .link {
    color: #f2f2f2;
}
html[data-theme=dark] .instagram-text {
    color: white;
}

html[data-theme=dark] .instagram-icon {
    border: 1px solid #1e293b !important;
}

html[data-theme=dark] .instagram-link-badge {
    border: 1px solid #1e293b !important;
    color: #94a3b8 !important;
}

html[data-theme=dark] a.instagram-follow-btn {
    border: 1px solid #1e293b !important;
}
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}
[data-theme="dark"] .instagram-follow-card, .dark-mode .instagram-follow-card, body.dark-mode .instagram-follow-card {
    background: #111111 !important;
    border-color: #1e293b !important;
    box-shadow: 0 4px 15px #ffffff1a !important;
}
.product-section-titles .nav-link:hover::before {
    left: 100%;
}
.product-section-titles .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}
.header-dropdown-area a:hover {
    transform: scale(1.03);
}
.contact-text p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.contact-text a {
    font-weight: 400;
}
.footer-contact li{
        display: flex
;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #3b82f626;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.1rem;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.contact-icon:hover {
    background: #3b82f6;
    color: white;
    transform: scale(1.1);
}
.footer-title i {
    margin-right: 0.5rem;
    color: #3b82f6;
    font-size: 1.1rem;
}

.floating-element {
    animation: float 3s ease-in-out infinite;
}

.nav-link{transition: all .3s;}
.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link:hover {
    transform: scale(1.03);
}
.fp-section-keys .fp-section-head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    opacity: 0.5;
}
.instagram-follow-section {
    padding: 30px 0 30px 0;
    background: transparent;
}

.instagram-follow-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.instagram-follow-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.instagram-follow-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.instagram-icon {
    width: 40px;
    height: 40px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.instagram-icon:hover {
    background: #3b82f6;
    color: white;
    transform: scale(1.1);
}

.instagram-text {
    flex: 1;
    color: #1e293b;
    font-size: 18px;
    font-weight: 500;
}

.instagram-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.instagram-link-badge {
    background: var(--footer-bg-secondary);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--footer-text-secondary);
    font-weight: 500;
    transition: all 0.3s ease;
}

.instagram-link-badge i {
    font-size: 12px;
    color: #3b82f6;
}

.instagram-link-badge:hover {
    background: var(--footer-hover-bg);
    transform: translateY(-1px);
}

.instagram-follow-btn {
    background: var(--footer-bg-secondary);
    color: #3b82f6;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.instagram-follow-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: left 0.5s ease;
}

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

.instagram-follow-btn:hover {
    background: var(--footer-hover-bg);
    border-color: #3b82f6;
    color: #3b82f6;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.instagram-follow-btn i {
    font-size: 14px;
}

/* Dark Mode Uyumu */
[data-theme="dark"] .instagram-follow-card,
.dark-mode .instagram-follow-card,
body.dark-mode .instagram-follow-card {
    background: #ffffff;
    border-color: #e2e8f0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .instagram-follow-section {
        padding: 25px 0 25px 0;
    }
    
    .instagram-follow-card {
        padding: 12px 20px;
    }
    
    .instagram-follow-content {
        gap: 12px;
    }
    
    .instagram-text {
        font-size: 16px;
    }
    
    .instagram-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .instagram-action {
        gap: 8px;
    }
    
    .instagram-link-badge {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .instagram-follow-btn {
        padding: 8px 20px;
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .mobile-actions-area{
        display: flex
;
    align-items: center;
    gap:8px;
    }
    .instagram-follow-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .instagram-text {
        font-size: 14px;
    }
    
    .instagram-action {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    
    .instagram-link-badge {
        order: 2;
        font-size: 9px;
        padding: 3px 8px;
    }
    
    .instagram-link-badge span {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .instagram-follow-btn {
        order: 1;
        padding: 10px 20px;
    }
}

/* Light tema - light buton gizle, dark buton göster */
[data-theme="light"] .link-light-theme {
    display: none;
}

[data-theme="light"] .link-dark-theme {
    display: flex;
}

/* Dark tema - dark buton gizle, light buton göster */
[data-theme="dark"] .link-dark-theme {
    display: none;
}

[data-theme="dark"] .link-light-theme {
    display: flex;
}

/* Buton stilleri */
.fp-color-selector .link {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #333;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.fp-color-selector .link:hover {
    background: rgba(13, 110, 253, 0.1);
    border-color: #0d6efd;
    color: #0d6efd;
}

/* İkon stilleri */
.fp-color-selector .link i {
    font-size: 20px;
    transition: transform 0.5s ease;
}

/* Dönme animasyonu için class */
.fp-color-selector .link i.rotating {
    transform: rotate(360deg);
}
.fp-header .search .search-box .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1) !important;
    /* margin-top: -2px; */
}
.search{max-width: 500px;}

.logo:hover {
    transform: scale(1.05);
}
.payment-methods img.paytr {
    width: 60px;
    object-fit: contain;
}
.icon-area.link-steam {background-color: rgba(17, 101, 231, 0.1) !important;}
.icon-area.link-valorant {background-color: rgba(255, 67, 80, 0.1) !important;}
.icon-area.link-league-of-legends {background-color: rgba(255, 161, 0, 0.1) !important;}
.icon-area.link-brawl-stars {background-color: rgba(255, 174, 0, 0.15) !important;}
.icon-area.link-pubg-mobile {background-color: rgba(255, 187, 0, 0.1) !important;}
.icon-area.link-fortnite {background-color: rgba(71, 172, 226, 0.1) !important;}

.fp-product-horizontal .top-feature-area {
    position: absolute;
    top: -6px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    left: 110px;
}
.fp-product-horizontal .most-seller, .fp-product-item .most-seller, .fp-product-horizontal .delivery-text {
    background-color: #ffac34;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 2;
    border-radius: 50px;
    height: 26px;
}
.fp-product-horizontal.popular .most-seller, .fp-product-item.popular .most-seller {
    display: flex
;
}
.fp-product-horizontal .most-seller i, .fp-product-item .most-seller i, .fp-product-item .delivery-text i {
    font-size: 16px;
}
    .logo-area {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .campaign-notification {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .campaign-notification .icon-area {
    animation: gentlePulse 3s ease-in-out infinite;
}
    @keyframes gentlePulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.4);
            transform: scale(1);
        }
        50% {
            box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
            transform: scale(1.05);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
            transform: scale(1);
        }
    }
.campaign-notification .icon-area {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 107, 107, 0.1);
    border: 2px solid rgba(255, 107, 107, 0.3);
    border-radius: 50%;
    color: #ff6b6b;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

    .campaign-notification .icon-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        border-radius: 50%;
        opacity: 0;
        transform: scale(0);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: 1;
    }

    .campaign-notification .icon-area i {
        position: relative;
        z-index: 2;
        transition: all 0.4s ease;
    }

    .campaign-notification:hover .icon-area {
        transform: scale(1.1) rotate(15deg);
        border-color: rgba(255, 107, 107, 0.6);
        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    }

    .campaign-notification:hover .icon-area::before {
        opacity: 1;
        transform: scale(1);
    }

    .campaign-notification:hover .icon-area i {
        color: white;
        transform: scale(1.1);
    }

    .campaign-notification .icon-area {
        animation: gentlePulse 3s ease-in-out infinite;
    }

    /* Tooltip styles */
    .campaign-notification::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.9);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .campaign-notification::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgba(0, 0, 0, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .campaign-notification:hover::before,
    .campaign-notification:hover::after {
        opacity: 1;
        visibility: visible;
    }
.fp-card {
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 8px;
}
.fp-card-category-head .fp-cc-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px !important;
}
.fp-product-horizontal.popular,
.fp-product-item.popular {
    border: 1px solid #ffd044;
    background: linear-gradient(45deg, #ffecb5, #ffffff);
    position: relative;
    box-shadow: 0 0 12px rgba(255, 236, 181, 0.3);
}
.fp-card-category-head .icon-area {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    padding: 8px;
}
.icon-area.link-valorant {
    background-color: rgba(255, 67, 80, 0.1) !important;
}

.fp-card-client .fp-cc-head {
    padding: 10px 14px 10px 10px;
    border-bottom: 1px solid #0000001a;
}
@media (max-width: 768px) {
    .fp-product-card .action-area{display: block !important;}
        .fp-slider-area {
        padding: 20px 0;
        margin-bottom: 20px !important;
    }
    .fp-card-client .fp-cc-head {
        padding: 20px 18px;
    }
}
.fp-card-client .fp-cc-head .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.nav-link.btn-steam.active {
    background-color: rgba(17, 101, 231, 0.1) !important;
    color: rgba(17, 101, 231, 1) !important;
}
.nav-link.btn-steam {
    background-color: #fff;
    color: #000;
}
.nav-link.btn-steam:hover {
    background-color: rgba(17, 101, 231, 0.1);
}
.nav-link.btn-valorant.active {
    background-color: rgba(255, 67, 80, 0.1) !important;
    color: rgba(255, 67, 80, 1) !important;
}
.nav-link.btn-valorant {
    background-color: #fff;
    color: #000;
}
.nav-link.btn-valorant:hover {
    background-color: rgba(255, 67, 80, 0.1) !important;
}

.nav-link.btn-pubg.active {
    background-color: rgba(255, 187, 0, 0.1) !important;
    color: rgba(255, 187, 0, 1) !important;
}
.nav-link.btn-pubg {
    background-color: #fff;
    color: #000;
    transition: all .3s;
}
.nav-link.btn-pubg:hover {
    background-color: rgba(255, 187, 0, 0.1) !important;
}

.nav-link.btn-lol.active {
    background-color: rgba(255, 187, 0, 0.1) !important;
    color: rgba(255, 187, 0, 1) !important;
}
.nav-link.btn-lol {
    background-color: #fff;
    color: #000;
}
.nav-link.btn-lol:hover {
    background-color: rgba(255, 187, 0, 0.1);
}
.fp-card-client .fp-cc-head .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.fp-card-client .fp-cc-head .title .icon {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue);
    color: #fff;
    border-radius: 6px;
}

.fp-card-client .fp-cc-head .title .icon i {
    font-size: 26px;
}
.fp-list-alt-kategoriler a.active, .fp-list-alt-kategoriler a:hover {
    border: 1px solid #0089ff;
    color: #0089ff;
}
.fp-product-horizontal .btn-buy:hover {
    transform: scale(1.05);
}
.fp-product-horizontal .btn-buy {
    margin-left: 14px;
    padding: 4px 14px;
    font-size: 15px;
    height: 48px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0089ff;
    transition: 0.2s;
}
.fp-product-horizontal .btn-buy .icon {
    height: 48px;
    width: 48px;
    min-width: 48px;
    border-radius: 6px;
    background-color: #0089ff;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.fp-list-alt-kategoriler a {
    display: block;
    padding: 16px 20px;
    border: 1px solid #0000001a;
    background-color: #fff;
    color: #222222;
    margin-bottom: 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.2s;
}
.fp-product-horizontal .img img {
    border-radius: 6px;
}
.mobile-dark-light-area {
    position: absolute;
    top: 0;
    right: 60px;
    padding: 0;
    width: 44px;
}
.mobile-dark-light-area{display: none;}
.product-detail-shadows{
    background-color: #f7f7f7; color: #1e1e1f;
}
.fp-product-card-left{background-color: white;}
.fp-card-client-left{
    background-color: white;
}
.header-top-right a:hover {
    color: #0089ff !important;
}
.fp-section-keys .fp-section-head .btn-opacity-primary i {
    position: relative;
    top: 4px;
}
.fp-color-selector .link.active {
    display: none;
}
.fp-product-card .content .text {
    font-size: 14px;
    color: #626262;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.icon-area.link-steam {
    background-color: rgba(17, 101, 231, 0.1) !important;
}
.fp-product-card .product-info-title-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    flex: 1;
}

.fp-product-card .product-info-title-area .icon-area {
    height: 34px;
    width: 34px;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-product-card .product-info-title-area .category-name {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.fp-product-card .product-info-title-area .product-name {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.fp-product-card .flex-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.fp-product-card .flex-top .code-area {
    color: var(--text-gray);
    font-size: 15px;
}

.fp-product-card .features-area {
    border-top: 1px solid var(--border);
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 14px;
}

.fp-product-card .item-features {
    background-color: var(--bg-white-2);
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    color: var(--text-color);
    overflow: hidden;
    border: 1px solid var(--border);
    font-size: 15px;
}

.fp-product-card .item-features i {
    font-size: 24px;
}


.fp-product-card .content .product-name {
    font-size: 24px;
}
.fp-product-card .content .text {
    font-size: 14px;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.fp-product-card .content .text i {
    font-size: 16px;
}
.fp-product-card .content .link-more {
    color: #0089FF;
    font-size: 15px;
}
.fp-product-card .content .link-more i {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 22px;
}
.fp-product-card .action-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-white-2);
    border-radius: 8px;
    padding: 10px 10px 10px 16px;
    gap: 30px;
}
@media (max-width: 992px) {
    .fp-product-card .action-area {
        margin-bottom: 20px;
    }
}
.fp-product-horizontal-mini {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--text-color);
    margin-bottom: 16px;
    transition: 0.2s;
}

a:last-child .fp-product-horizontal-mini {
    margin-bottom: 0;
}

.fp-product-horizontal-mini:hover {
    transform: translateX(5px);
}

.fp-product-horizontal-mini .img {
    width: 50px;
    min-width: 50px;
}

.fp-product-horizontal-mini .img img {
    border-radius: 4px;
}

.fp-product-horizontal-mini .product-name {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
    margin-bottom: 5px;
}

.fp-product-horizontal-mini .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    gap: 10px;
}

.fp-product-horizontal-mini .price-old {
    text-decoration: line-through;
    color: var(--text-gray);
}
.fp-card-client .fp-cc-head .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.fp-card-client .fp-cc-head .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.fp-card-client .fp-cc-head .title .icon {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue);
    color: #fff;
    border-radius: 6px;
}

.fp-card-client .fp-cc-head .title .icon i {
    font-size: 26px;
}

.fp-card-client .fp-cc-body {
    padding: 24px;
}
@media (max-width: 768px) {
    .fp-card-client .fp-cc-body {
        padding: 18px;
    }
}
.fp-card-category-head .fp-cc-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px !important;
}

.fp-card-category-head .icon-area {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    padding: 8px;
}


.fp-card-client .fp-cc-head {
    padding: 10px 14px 10px 10px;
    border-bottom: 1px solid var(--border);
}
@media (max-width: 768px) {
    .fp-card-client .fp-cc-head {
        padding: 20px 18px;
    }
}
.fp-card-client .fp-cc-head .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.fp-card-client .fp-cc-head .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.fp-card-client .fp-cc-head .title .icon {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue);
    color: #fff;
    border-radius: 6px;
}

.fp-card-client .fp-cc-head .title .icon i {
    font-size: 26px;
}

.fp-card-client .fp-cc-body {
    padding: 24px;
}
@media (max-width: 768px) {
    .fp-card-client .fp-cc-body {
        padding: 18px;
    }
}
.fp-card {
    background-color: var(--fp-card-bg);
    color: #1e1e1f;
    border: 1px solid var(--fp-card-border);
    border-radius: 10px;
    box-shadow: 0 2px 8px #0000000d;
}
 #custom-whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        background-color: #25D366;
        color: white;
        border-radius: 30px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        cursor: pointer;
        text-decoration: none;
        font-family: Arial, sans-serif;
        transition: all 0.3s ease;
    }
    #custom-whatsapp-button:hover {
        background-color: #128C7E;
    }
    #custom-whatsapp-button img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    #custom-whatsapp-button span {
        font-size: 14px;
        font-weight: bold;
    }
    @media (max-width: 768px) {
        #custom-whatsapp-button {
            bottom: 80px;
            padding: 8px;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            justify-content: center;
        }
        #custom-whatsapp-button span {
            display: none;
        }
        #custom-whatsapp-button img {
            margin-right: 0;
            width: 30px;
            height: 30px;
        }
    }
.footer-secondary .footer-heading {
    text-align: center;
}
.modern-footer a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    margin-bottom: 15px !important;
}


.contact-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text);
    transition: color 0.3s ease;
}

.contact-text a {
    color: #007bff;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    text-decoration: underline;
}
.product-item {
    padding: 12px;
    height: 100%;
    border-radius: 5px;
    background-color: #e9ecef;
    color: #212529;
    border: 1px solid #0000001a;
    font-size: 13px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.list-social li a:hover {
    transform: translateY(-3px);
}
.product-item:hover {
    box-shadow: 0 5px 15px #0000001a;
    transform: translateY(-3px);
    border-color: #007bff;
}
.footer-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #007bff;
    transition: background-color 0.3s ease;
}
.footer-secondary .footer-heading:after {
    left: 50%;
    transform: translateX(-50%);
}
.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #212529;
    transition: color 0.3s ease;
}
.footer-bottom {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 2rem 0;
}
.copyright-text {
  color: #1e293b;
    font-size: 0.9rem;
    margin: 0;
}
.payment-methods {
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.payment-methods img {
  height: 32px;
    width: auto;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-left: 10px;
    filter: grayscale(50%) opacity(0.8);
}
.footer-secondary .footer-heading:after {
    left: 50%;
    transform: translateX(-50%);
}
.product-link {
    display: block;
    height: 100%;
}
.footer-top {
padding: 4rem 0 2rem;
    background: #ffffff;
    position: relative;
}
.footer-secondary {
    padding: 40px 0;
    background-color: #f1f3f5;
    border-bottom: 1px solid #0000001a;
    transition: all 0.3s ease;
}
.footer-content li {
    margin-bottom: 10px;
}
section.fp-testimonials .swiper-slide {
    height: auto !important;
}
.index-row-products:first-child{border: unset;}
.index-row-products{
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px;
}
section.fp-testimonials .swiper-paginationn {
    bottom: 0;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.mySwiper2 {
    padding-bottom: 40px;
}

.swiper-button-prev.fp-swiper-prev.fp-swiper-testimonials-prev {}
.fp-swiper-testimonials-next, .fp-swiper-testimonials-prev i {
    color: black;
    font-size: 28px !important;
    text-align: center;
}
.swiper-button-next.fp-swiper-next.fp-swiper-testimonials-next:after {
    display: none;
}

.fp-swiper-testimonials-next, .fp-swiper-testimonials-prev:after {}

.swiper-button-next.fp-swiper-next.fp-swiper-testimonials-next i {
    font-size: 28px !important;
}

.swiper-button-prev.fp-swiper-prev.fp-swiper-testimonials-prev.swiper-button-disabled:after {
    display: none;
}

.swiper-button-prev.fp-swiper-prev.fp-swiper-testimonials-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev.fp-swiper-prev.fp-swiper-testimonials-prev:after {
    display: none;
}

.swiper-button-prev.fp-swiper-prev.fp-swiper-testimonials-prev {}
.fp-swiper-testimonials-next, .fp-swiper-testimonials-prev {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #0000001a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.fp-testimonials {
    padding: 40px 0;
}

.fp-testimonials .head-area {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 40px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    align-items: center;
    margin-bottom: 12px;
}

.fp-testimonials .head-area .logo {
    height: 80px;
    margin: auto;
    display: block;
}

.fp-testimonials .head-area .content {
    text-align: center;
    padding: 0 40px;
}

.fp-testimonials .head-area .stars {
    color: #ffde00;
    margin-bottom: 10px;
}

.fp-testimonials .head-area p {
    font-weight: 300;
    font-size: 18px;
}

.fp-testimonials-item {
background-color: #fff;
    border: 1px solid #0000001a;
    padding: 14px;
    border-radius: 8px;
    height: 100%;
}

.fp-testimonials-item .img-profile {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    min-width: 50px;
}

.fp-testimonials-item .user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.fp-testimonials-item .user .info .stars i {
    font-size: 18px;
    color: #ffde00;
    margin-right: -3px;
}

.fp-testimonials-item .user .info .product-link {
    color: var(--text-gray);
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.fp-testimonials-item .desc {
    margin: 15px 0;
}

.fp-testimonials-item .time {
    color: var(--text-gray);
    font-size: 14px;
}

.fp-swiper-testimonials {
    padding-bottom: 40px;
}

.fp-swiper-testimonials .swiper-slide {
    height: auto !important;
}

.index-grid-img img {
    width: 100%;
}
.fp-home-slider-mini-grid {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.index-grid-img-area {
    flex: 0 0 auto;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.index-grid-img .col-lg-12 {
    padding: 0;
}
.index-grid-img a {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 6px 0;
}
.product-section-titles {
    width: 100%;
    overflow-x: auto;
}
.fp-section-keys .fp-section-head .nav-pills {
    gap: 12px;
    flex: 1;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.fp-section-keys .fp-section-head .nav-pills li {
    flex: 1;
}

.fp-section-keys .fp-section-head .btn-opacity-primary {
    padding-right: 14px;
    margin-left: 5px;
}

.fp-section-keys .fp-section-head .btn-opacity-primary i {
    font-size: 24px;
    margin-left: 2px;
}

.fp-spa-nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
    color: var(--text-color);
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    white-space: nowrap;
}

.fp-spa-nav-link::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: var(--border);
    position: absolute;
    right: -6px;
}

.nav-pills .nav-item:last-child .fp-spa-nav-link::after {
    display: none;
}

.fp-spa-nav-link.active.steam, .fp-spa-nav-link.steam:hover {background-color: rgba(17, 101, 231, 0.1) !important;color: rgba(17, 101, 231, 1)}
.fp-spa-nav-link.active.valorant, .fp-spa-nav-link.valorant:hover {background-color: rgba(255, 67, 80, 0.1) !important;color: rgba(255, 67, 80, 1)}
.fp-spa-nav-link.active.league-of-legends {background-color: rgba(255, 161, 0, 0.1) !important;}
.fp-spa-nav-link.active.brawl-stars {background-color: rgba(255, 174, 0, 0.15) !important;}
.fp-spa-nav-link.active.pubg-mobile, .fp-spa-nav-link.pubg-mobile:hover {background-color: rgba(255, 187, 0, 0.1) !important;color: rgba(255, 187, 0, 1)}
.fp-spa-nav-link.active.fortnite {background-color: rgba(71, 172, 226, 0.1) !important;}

.fp-spa-nav-link .icon-area {
    height: 40px;
    width: 40px;
    min-width: 40px;
    padding: 6px;
    border-radius: 6px;
}

.fp-categories .fp-sc-item {
    position: relative;
    transition: 0.2s;
}

.fp-categories .fp-sc-item .content {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    transform: translateY(-50%);
}

.fp-categories .fp-sc-item .content .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -4px;
}

.fp-categories .fp-sc-item .content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.fp-categories .fp-sc-item:hover {
    transform: scale(1.03);
}

.fp-categories .fp-sc-item .img .img-cover {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.fp-categories .fp-sc-item .text {
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    color: var(--text-color);
}
.fp-footer-features .content-area {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.fp-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.col-xl-3:first-child .fp-feature-item {
    border-left: 0;
}

@media (max-width: 1200px) {
    .mobile-dark-light-area{display: block;}
    .fp-feature-item {
        margin: 10px 0;
    }
}
.fp-feature-item .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-feature-item .fp-fi-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.fp-feature-item .fp-fi-content p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
    color: var(--text-gray);
}
.link {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@keyframes textclip {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.fp-navbar .link.cekilisler .cekilisler {
    background-image: linear-gradient(-225deg, var(--text-color) 0%, var(--text-color) 25%, #0d6efd 50%, var(--text-color) 75%, var(--text-color) 100%);
    background-size: 200% auto !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    animation: textclip 2s linear infinite !important;
    display: flex !important;
    text-decoration: none !important;
    text-align: center;
}
.fp-navbar .link.yayincilar .yayincilar {
  background-image: linear-gradient(-225deg, var(--text-color) 0%, var(--text-color) 25%, #3c00ff 50%, var(--text-color) 75%, var(--text-color) 100%);
  background-size: 200% auto !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: textclip 2s linear infinite !important;
  display: flex !important;
  text-decoration: none !important;
  text-align: center;
}
.badge {
  position: absolute;
  top: -4px;
  right: -16px;
  background-color: #cf8b1e;
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
}
.badge.new {
  background-color: #0d6efd;
  color: #fff;
}
.balance-link {
  color: var(--text-color);
  transition: color 0.3s ease;
}
.balance-link:hover {
  color: #0d6efd;
}
nav.fp-navbar{
    position: relative;
}
.header-dropdown-area a {
    color: var(--text-color);
    display: block;
    font-size: 14px;
    transition: 0.2s;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
}

.header-dropdown-area img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px;
}
nav.fp-navbar.main-menu-web .icon-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 4px;
    padding: 6px;
    background-color: rgba(0, 137, 255, 0.1);
    margin-right: 8px;
}

nav.fp-navbar.main-menu-web {}

nav.fp-navbar.main-menu-web a.all-categories.link .icon-area {
    background: transparent;
    margin-right: 2px;
    padding: 0 !important;
}

nav.fp-navbar.main-menu-web a.all-categories.link .icon-area i {
    font-size: 24px;
}

nav.fp-navbar.main-menu-web i.fi.fi-rs-angle-small-down {
    position: relative;
    top: 3px;
    left: 2px;
}

nav.fp-navbar.main-menu-web ul {
    gap: 5px;
}

li.header-dropdown-item {
    cursor: pointer;
}
.header-dropdown-area {
    display: none;
    background-color: var(--bg-white);
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
    left: 0;
    top: calc(100% + 1px);
}

.header-dropdown-area .grid-dropdown {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 12px;
}
@media (max-width: 992px) {
    .header-dropdown-area .grid-dropdown {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.fp-slider-area .blur-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
}
.fp-slider-area .blur-img .image {
    filter: blur(50px);
    width: 100%;
    height: 100%;
}
.right-area .btn {
    margin-left: 12px;
    height: 55px;
    padding: 5px 20px;
    font-size: 15px;
    gap: 2px;
    font-weight: 500;
}

.right-area .btn i {
    font-size: 24px;
}
.header-top h1 {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    margin: 0;
    top: 3px;
}

.header-top-right {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-end;
}

.header-top-right a {
    font-size: 13px;
    color: black;
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid var(--border);
    transition: 0.2s;
    font-weight: 500;
}

.header-top-right .htr-box:first-child a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.header-top-right a i {
    font-size: 16px;
    margin-right: 7px;
    color: #0089ff;
    position: relative;
    top: 2px;
}

.htr-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.header-top {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 12px 0;
}

#leaf-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}
div#leaf-container svg {
    width: 10px;
    height: 10px;
    color: #4caf50;
    filter: drop-shadow(0 0 7px rgba(0, 137, 255, 1));
    border-radius: 50%;
    background: transparent;
}
.snowflake {

  position: absolute;
  top: -10px;
  animation-name: fall;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

/* Future E-Pin - Oritorius */
.nav-link.btn-steam.active {
    background-color: rgba(17, 101, 231, 0.1) !important;
    color: rgba(17, 101, 231, 1) !important;
}
html[data-theme=dark] .nav-link.btn-steam {
    background-color: transparent !important;
    color: white !important;
}
html[data-theme=dark]  .nav-link.btn-steam:hover {
    background-color: rgba(17, 101, 231, 0.1);
}
html[data-theme=dark]  .nav-link.btn-valorant.active {
    background-color: rgba(255, 67, 80, 0.1) !important;
    color: rgba(255, 67, 80, 1) !important;
}
html[data-theme=dark]  .nav-link.btn-valorant {
   background-color: transparent !important;
    color: white !important;
}
html[data-theme=dark]  .nav-link.btn-valorant:hover {
    background-color: rgba(255, 67, 80, 0.1) !important;
        color: rgba(255, 67, 80, 1) !important;
}

html[data-theme=dark]  .nav-link.btn-pubg.active {
    background-color: rgba(255, 187, 0, 0.1) !important;
    color: rgba(255, 187, 0, 1) !important;
}
html[data-theme=dark]  .nav-link.btn-pubg {
   background-color: transparent !important;
    color: white !important;
}
html[data-theme=dark]  .nav-link.btn-pubg:hover {
    background-color: rgba(255, 187, 0, 0.1) !important;
    color: rgba(255, 187, 0, 1) !important;
}

html[data-theme=dark]  .nav-link.btn-lol.active {
    background-color: rgba(255, 187, 0, 0.1) !important;
    color: rgba(255, 187, 0, 1) !important;
}
html[data-theme=dark]  .nav-link.btn-lol {
   background-color: transparent !important;
    color: white !important;
}
html[data-theme=dark]  .nav-link.btn-lol:hover {
    background-color: rgba(255, 187, 0, 0.1);
}
html[data-theme=dark] .fp-categories .fp-sc-item:hover {
    background-color: #262626;
}
html[data-theme=dark] .form-control, html[data-theme=dark] .form-select {
    border-color: #282828;
    background-color: #1e1e1e;
}
html[data-theme=dark] .form-control:hover, html[data-theme=dark] .form-control:focus, html[data-theme=dark] .form-select:hover, html[data-theme=dark] .form-select:focus {
    border-color: #373737;
}
html[data-theme=dark] .fp-input .icon {
    border-right-color: #282828;
}
html[data-theme=dark] .fp-input:hover .icon {
    border-right-color: #373737;
}
html[data-theme=dark] .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
html[data-theme=dark] .fp-color-selector {
    
}
html[data-theme=dark] .product-detail-shadows{
    background-color: #212529 !important; color: #f1f1f1 !important;
}
html[data-theme=dark] .fp-footer .text-desc{
    color: white !important;
}
html[data-theme=dark] .fp-product-card .action-area .price{
    background-color: #1f1f1f !important;
}
html[data-theme=dark] .fp-card {color: #f1f1f1 !important;}
html[data-theme=dark] .footer-heading{
    color: white !important;
}
html[data-theme=dark] .fp-product-card-left{
   background-color: #1e1e1f !important;
}
html[data-theme=dark] .fp-card-client-left{
   background-color: #1e1e1f !important;
}
html[data-theme=dark] .fp-footer .footer-title{
    color: white !important;
}
html[data-theme=dark] .header-top-right a{
    color: white;
}
html[data-theme=dark] .fp-section-head{
    border: 1px solid #ffffff1a !important;
    background-color: #181818 !important;
}
html[data-theme=dark] .fp-feature-item img{
    filter: invert(1);
}
html[data-theme=dark] .fp-color-selector .link:not(.active) {
    color: #fff;
}
html[data-theme=dark] .footer-top {
    background-color: #181818 !important;
    border-bottom: 1px solid #ffffff1a !important;
}
html[data-theme=dark] .fp-color-selector .link:not(.active):hover {
    background-color: #1f1f1f !important;
}
html[data-theme=dark] .fp-color-selector i {
    position: relative;
    top: 3px;
}
html[data-theme=dark] .footer-primary{
    background-color: #181818 !important;
    border-bottom: 1px solid #ffffff1a !important;
}
html[data-theme=dark] .footer-list li a{
    color: white !important;
}
html[data-theme=dark] .fp-footer .img-logo {
    filter: invert(1);
}
html[data-theme=dark] .product-item{
     background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: 1px solid #ffffff1a !important;
}
html[data-theme=dark] .copyright-text{
    color: #adb5bd !important;
}
html[data-theme=dark] .footer-bottom{
    background-color: #181818 !important;
    border-top: 1px solid #1e293b !important;
}
html[data-theme=dark] .footer-secondary{
    background-color: #121212 !important;
    border-bottom: 1px solid #ffffff1a !important;
}
html[data-theme=dark] .fp-testimonials .head-area .logo{
    filter: invert(1);
}
html[data-theme=dark] .fp-testimonials-item{
    background-color: #181818 !important;
    border: 1px solid #ffffff1a !important;
}
html[data-theme=dark] .fp-product-item .price{
    background-color: #1f1f1f !important;
}
html[data-theme=dark] .fp-seller-card .info {
    background-color: #262626;
}
html[data-theme=dark] .form-check-input {
    background-color: var(--bg-white);
    border-color: #333;
    box-shadow: none !important;
}
html[data-theme=dark] .form-control, html[data-theme=dark] .form-select {
    border-color: #282828 !important;
    background-color: #1e1e1e !important;
}
html[data-theme=dark] .fp-header .logo img{
    filter: invert(1);
}
html[data-theme=dark] .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
html[data-theme=dark] .toast .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
html[data-theme=dark] .modal .modal-content {
    background-color: var(--bg-white) !important;
}
html[data-theme=dark] .input-group-text {
    border-color: #282828;
}
[data-theme="dark"] .campaign-notification::before {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
}
:root {
    --background: #F8F8F8;
    --text-color: #222222;
    --bg-white: #fff;
    --bg-white-2: #f7f7f7;
    --text-gray: #626262;
    --border: #EFEFEF;
    --bs-link-color: #0089FF;
    --bs-blue: #0089FF;
    --bs-border-color: #EFEFEF;
    --ck-border-radius: 8px;
    --ck-color-base-border: #d8d8d8;
    --ck-color-base-background: #fff;
}
html[data-theme=dark] {
    --background: #121212;
    --text-color: #f2f2f2;
    --bg-white: #181818;
    --bg-white-2: #1f1f1f;
    --text-gray: #828282;
    --border: #221f1f;
    --bs-link-color: #0089FF;
    --bs-blue: #0089FF;
    --bs-border-color: #221f1f;
    --ck-color-base-border: #282828;
    --ck-color-base-background: #1e1e1e;
    --ck-color-base-text: #fff;
}
html[data-theme=dark] body {
    color: #fff;
}
html, body {
    background-color: var(--background) !important;
    font-family: "Euclid Circular A";
    color: var(--text-color);
    min-height: 100%;
    scroll-behavior: smooth;
}
html img, body img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
html a, body a {
    text-decoration: none;
}
html i, body i {
    font-size: 20px;
}
@media (max-width: 992px) {
    body {
        padding-bottom: 62px;
    }
}
/* Header */
.fp-header {
    background-color: var(--bg-white);
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}
.fp-header .grid {
    display: flex;
    align-items: center;
    position: relative;
    gap: 40px;
}
@media (max-width: 1400px) {
    .fp-header .grid {
        grid-template-columns: 1fr 420px 1fr;
    }
}
@media (max-width: 1200px) {
    .fp-header .grid {
        grid-template-columns: 1fr 300px 1fr;
    }
}
@media (max-width: 992px) {
    .fp-header .grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
.fp-header .btn-all-categories {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 44px;
}
@media (min-width: 992px) {

}
.fp-header .fp-color-selector {

}
@media (min-width: 992px) {
    .fp-header .fp-color-selector {
     
    }
}
.fp-header .logo {
    transition: all .3s;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    color: var(--text-color);
    font-weight: 600;
}
.fp-header .logo img {
    height: 45px;
}
.fp-header .search {
    position: relative;
    flex: 1;
}
.fp-header .search .search-box {
    /* position: unset !important; */
}
.fp-header .search .search-box .form-control {
    padding-left: 20px !important;
    height: 55px;
    padding-right: 55px !important;
    border-color: #e9e9e9;
    min-height: 44px;
    padding: 5px 16px;
    box-shadow: none !important;
    background-color: #fff;
    border-radius: 14px !important;
    border-width: 1px;
    font-size: 15px;
    color: var(--text-color) !important;
    transition: 0.2s;
}

@media (max-width: 992px) {
    .fp-header .search .search-box .form-control {
        border-radius: 8px !important;
    }
}
.fp-header .search .search-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 24px;
    color: #A3A3A3;
    pointer-events: none;
}
.fp-header .search .search-results {
    position: absolute;
    left: 0;
    top: calc(100% + 14px);
    background-color: var(--bg-white);
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--border);
    width: 100%;
    z-index: 12;
    display: none;
    max-height: 350px;
    overflow-y: auto;
}
.fp-header .search .search-results .search-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px;
    position: relative;
    transition: 0.2s;
    border-radius: 8px;
    cursor: pointer;
    margin: 4px 0;
}
.fp-header .search .search-results .search-item:hover {
    background-color: var(--bg-white-2);
}
.fp-header .search .search-results .search-item .img {
    height: 60px;
    width: 60px;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.fp-header .search .search-results .search-item .content {
    color: var(--text-color);
}
.fp-header .search .search-results .search-item .content .product-name {
    font-weight: 500;
}
.fp-header .search .search-results .search-item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 24px;
    opacity: 0.4;
    color: var(--text-color);
}
.fp-header .right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .fp-header .right-area {
        display: none;
    }
}
.fp-header .right-area .right-link {
   color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 14px;
    transition: 0.2s;
    height: 55px;
    border: 1px solid var(--border);
    padding: 0 16px;
    border-radius: 8px;
}
.fp-header .right-area .right-link.square {
    width: 55px;
    padding: 0 !important;
    justify-content: center;
    border: 0 !important;
    margin-left: 10px;
}
.fp-header .right-area .right-link:nth-child(2) {
    margin-left: 16px;
}
.fp-header .right-area .right-link:hover {
    opacity: 0.7;
}
.fp-header .right-area .right-link .icon {
    margin-right: 0;
}
.fp-header .right-area .right-link .icon i {
    font-size: 24px;
}
.fp-header .right-area .right-link .content .key {
    font-weight: 500;
    margin-bottom: -3px;
}
.fp-header .right-area .right-link .content .value {
    font-size: 13px;
}
.fp-header .right-area .right-link.notification {
   
}
.fp-header .right-area a.right-link.notification.square.btn .number {
    right: -4px;
    top: -8px;
}
.fp-header .right-area a.right-link.notification.square.btn {
    margin-left: 12px;
    height: 55px;
    padding: 5px 20px;
    font-size: 15px;
    gap: 2px;
    font-weight: 500;
}
.fp-header .right-area .right-link.notification .number {
    height: 18px;
    width: 18px;
    background-color: red;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -4px;
    top: -8px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
}
.fp-nav-notification-menu {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: none;
    width: 340px;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    overflow: hidden;
}
.fp-nnm-title {
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
    font-weight: 500;
    text-align: center;
}
.fp-nnm-link {
    font-size: 13px;
    padding: 8px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.fp-nnm-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-gap: 12px;
    padding: 12px !important;
    border-bottom: 1px solid var(--border);
    color: #212529;
    transition: 0.2s;
}
.fp-nnm-item:last-child {
    border-bottom: 0;
}
.fp-nnm-item:hover {
    background-color: var(--bg-white-2);
    color: var(--text-color);
}
.fp-nnm-item.new .fp-nnm-item-img::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--bs-blue);
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 100%;
    z-index: 2;
}
.fp-nnm-item-img {
    position: relative;
}
.fp-nnm-item-img img {
    border-radius: 100%;
    position: relative;
    width: 100%;
    height: 100%;
}
.fp-nnm-item-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}
.fp-nnm-item-text {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 300;
}
.fp-nnm-item-date {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 4px;
}
.mobile-notification {
    position: absolute !important;
    right: 60px;
    top: 0;
}
.mobile-notification .right-link {
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    width: 50px;
    position: relative;
}
.mobile-notification .right-link:hover {
    opacity: 0.7;
}
.mobile-notification .right-link .icon i {
    font-size: 30px;
}
.mobile-notification .right-link.notification .number {
    height: 18px;
    width: 18px;
    background-color: red;
    color: var(--bg-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
}
@media (max-width: 992px) {
    .fp-nav-notification-menu {
        left: inherit;
        transform: inherit;
        right: -50px;
    }
}

/* Navbar */
.fp-navbar {
    background-color: var(--bg-white);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
    z-index: 9;
}
@media (min-width: 992px) {
    .fp-navbar {
        
    }
    .mobile-notification {
        display: none;
    }
}
@media (max-width: 992px) {
    .fp-navbar {
        position: absolute;
        left: 0;
        height: calc(100vh - 141px - 62px);
        width: 100%;
        display: none;
        overflow-y: auto;
    }
}
.fp-navbar .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .fp-navbar .flex {
        display: block;
    }
}
.fp-navbar .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 992px) {
    .fp-navbar .list {
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .fp-navbar .list li {
        display: block;
        width: 100%;
    }
}
.fp-navbar .list li .link {
  height: 50px;
    padding: 4px;
    margin-right: 4px;
    color: #222222;
    font-weight: 500;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    white-space: nowrap;
    font-size: 16px;
}
.fp-navbar .list li .link:hover {
    opacity: 0.7;
}
@media (max-width: 1400px) {
    .fp-navbar .list li .link {
        font-size: 15px;
        padding: 4px 10px;
    }
}
@media (max-width: 1200px) {
    .fp-navbar .list li .link {
        font-size: 14px;
        padding: 4px 8px;
    }
}
@media (max-width: 992px) {
    .fp-navbar .list li .link {
        font-size: 15px;
    }
}
.fp-navbar .list li .link.button {
    background-color: #0089FF;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    margin-right: 16px;
    padding: 4px 16px;
}
@media (max-width: 1400px) {
    .fp-navbar .list li .link.button {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .fp-navbar .list li .link.button {
        padding: 4px 12px;
    }
}
@media (max-width: 992px) {
    .fp-navbar .list li .link.button {
        display: none;
    }
}
.fp-navbar .list li .link.button i {
    margin-right: 6px;
}
.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu {
    display: none;
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 220px;
    z-index: 8;
    border-radius: 8px;
    padding: 8px 10px;
}
.fp-navbar .list .fp-navbar-dropdown-item-open {
    display: none;
    background-color: var(--bg-white-2);
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 5px;
}
@media (max-width: 992px) {
    .fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu {
        position: relative;
        top: inherit;
        width: 100%;
    }
    .fp-navbar .list .fp-navbar-dropdown-item-open {display: flex;}
}
.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link {
    margin: 2px 0;
    color: var(--text-color);
    display: block;
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.2s;
}
@media (max-width: 992px) {
    .fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link {
        text-align: center;
    }
}
.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link:hover {
    background-color: #0089FF;
    color: #fff;
}
@media (max-width: 992px) {
    .fp-navbar .fp-color-selector {
        display: none;
    }
}
.fp-color-selector {

}
.fp-color-selector .link {
    height: 48px;
    width: 48px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #222222;
    transition: 0.2s;
    border-radius: 8px;
}
.fp-color-selector .link i {
    font-size: 24px;
    transition: all .3s;
}
.fp-color-selector .link:last-child {
    margin-left: 5px;
}
.fp-color-selector .link:hover {
    background-color: #f7f7f7 !important;
}
/* Mobile Bar */
.fp-mobile-bar {
    background-color: var(--bg-white);
    border-top: 1px solid var(--border);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    z-index: 10;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
    .fp-mobile-bar {
        display: none;
    }
}
.fp-mobile-bar .grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.fp-mobile-bar .grid .link {
    text-align: center;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.fp-mobile-bar .grid .link .icon i {
    font-size: 24px;
}
.fp-mobile-bar .grid .link .text {
    font-size: 11px;
}
/* Slider Area */
.fp-slider-area {
    padding: 30px 0;
    background-size: 100%;
    position: relative;
    overflow:hidden;
}
@media (max-width: 768px) {
    .fp-slider-area {
        padding: 20px 0;
    }
}
@media (max-width: 992px) {
    .fp-swiper-home {
        margin-bottom: 15px;
    }
}
.fp-swiper-home-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.marquee-container .container {
    max-width: 1470px;
}

.marquee-container {
    width: 100%;
    overflow: hidden; /* YazÄ±nÄ±n taÅŸmasÄ±nÄ± engeller */
    white-space: nowrap; /* YazÄ±nÄ±n tek satÄ±rda kalmasÄ±nÄ± saÄŸlar */
    background-color: var(--bg-white);
    padding: 10px 0;
    position: relative; /* Kayan yazÄ±yÄ± konumlandÄ±rmak iÃ§in gerekli */
    z-index: 2;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%; /* YazÄ±nÄ±n tam ekran dÄ±ÅŸÄ±ndan baÅŸlamasÄ±nÄ± saÄŸlar */
    animation: marquee 15s linear infinite; /* Animasyonu ekler */
}

@keyframes marquee {
    0% {
        transform: translateX(0); /* YazÄ± ekranÄ±n saÄŸ dÄ±ÅŸÄ±ndan baÅŸlar */
    }
    100% {
        transform: translateX(-100%); /* YazÄ± ekranÄ±n sol dÄ±ÅŸÄ±na Ã§Ä±kar */
    }
}

.marquee-container .container-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 0;
    max-width: 1475px;
}
.marquee-container .marquee-title {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 2px 8px;
    border-radius: 100px;
    display: inline-block;
    font-size: 15px;
}
.fp-swiper-home-item::before {
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.61) 0%, rgba(107, 107, 107, 0) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: none;
    z-index: 2;
}
.fp-swiper-home-item .img-cover {
    width: 100%;
    height: 100%;;
    z-index: 1;
}
.fp-swiper-home-item .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    left: 40px;
    color: #fff;
    z-index: 3;
}
@media (max-width: 576px) {
    .fp-swiper-home-item .content {
        left: 24px;
    }
}
@media (max-width: 576px) {
    .fp-swiper-home-item .content .title {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .fp-swiper-home-item .content p {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .fp-swiper-home-item .content .btn {
        height: 38px;
        font-size: 13px;
        padding: 5px 16px;
    }
}
.autoplay-progress {
     position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 1200px) {
    .autoplay-progress {
        left: 10px;
        bottom: 10px;
    }
}
@media (max-width: 576px) {
    .autoplay-progress {
        left: inherit;
        right: 10px;
    }
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
@media (max-width: 992px) {
    .fp-home-slider-mini-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}
.fp-home-slider-mini {
    position: relative;
    padding-bottom: calc(56.25% - 5px);
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .fp-home-slider-mini {
        margin-bottom: 0;
        padding-bottom: 56.25%;
    }
}
.fp-home-slider-mini::before {
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(107, 107, 107, 0) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 0;
    z-index: 2;
}
.fp-home-slider-mini .img-cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.fp-home-slider-mini .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 190px;
    left: 30px;
    color: #fff;
    z-index: 3;
}
@media (max-width: 1200px) {
    .fp-home-slider-mini .content {
        left: 20px;
    }
}
@media (max-width: 576px) {
    .fp-home-slider-mini .content {
        left: 12px;
    }
}
.fp-home-slider-mini .content .title {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 576px) {
    .fp-home-slider-mini .content .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
.fp-home-slider-mini .content p {
    font-size: 14px;
}
@media (max-width: 576px) {
    .fp-home-slider-mini .content p {
        font-size: 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 576px) {
    .fp-home-slider-mini .content .btn {
        height: 24px;
        font-size: 10px;
        padding: 2px 10px;
    }
}
/* Categories 
.fp-categories {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
.fp-categories .fp-sc-item {
    height: 70px;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
@media (max-width: 576px) {
    .fp-categories .fp-sc-item {
        height: 60px;
        padding: 5px 10px;
    }
}
.fp-categories .fp-sc-item:hover {
    background-color: var(--bg-white-2);
}
*/
.fp-swiper-categories-prev, .fp-swiper-categories-next {
    background-color: var(--bg-white);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.fp-swiper-categories-prev i, .fp-swiper-categories-next i {
    font-size: 28px;
}
.fp-swiper-categories-prev.swiper-button-disabled, .fp-swiper-categories-next.swiper-button-disabled {
    display: none;
}
.fp-swiper-categories-prev:hover, .fp-swiper-categories-next:hover {
    opacity: 0.7;
}
.fp-swiper-prev, .fp-swiper-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 3;
}
.fp-swiper-prev {
    left: 8px;
}
.fp-swiper-next {
    right: 8px;
}
/* Product */
.fp-product-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    margin-bottom: 15px;
}
.fp-product-item .img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 135%;
}
.fp-product-item .img .img-aspect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fp-product-item .img img {
    transition: 0.2s;
    object-fit: cover;
}
.fp-product-item .img:hover img {
    transform: scale(1.05);
}
.fp-product-item .content {
    padding: 10px;
}
.fp-product-item .content .product-name {
    font-size: 14px;
    display: block;
    color: var(--text-color);
    font-weight: 500;
    transition: 0.2s;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.fp-product-item .content .product-name:hover {
    color: #0089FF;
}
.fp-product-item .price {
   margin-top: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    background-color: #f7f7f7;
    padding: 10px 5px;
    border-radius: 6px;
}
.fp-product-item .price .price-new {
    font-weight: 500;
}
.fp-product-item .price .price-old {
     font-weight: 400;
    text-decoration: line-through;
    color: #dc3545;
    opacity: 0.8;
    font-size: 14px;
    position: relative;
    bottom: 0.5px;
}
.fp-product-item .seller {
    margin-top: 10px;
    background-color: var(--bg-white-2);
    color: var(--text-color);
    padding: 4px 10px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-product-item .seller .img-seller {
    height: 28px;
    width: 28px;
    min-width: 28px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 8px;
}
.fp-product-item .seller .seller-content .key {
    color: #656565;
    font-size: 12px;
    margin-bottom: -2px;
}
.fp-product-item .seller .seller-content .value {
    font-size: 13px;
}
.fp-product-item .seller .icon {
    color: #B4B4B4;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row-products {
    margin-right: calc(-0.3 * var(--bs-gutter-x));
    margin-left: calc(-0.3 * var(--bs-gutter-x));
}
.row-products > * {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
}
.fp-card-comments {
    margin-top: 30px;
}
.fp-card-comments .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.fp-comment-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
.fp-comment-item .user {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-comment-item .user .name {
    font-weight: 500;
    font-size: 15px;
}
.fp-comment-item .content .text {
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}
.fp-comment-item .content .date {
    font-size: 13px;
    color: var(--text-gray);
}
.fp-stars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fp-stars i {
    color: #ffde00;
    margin-left: 1px;
    font-size: 18px;
}
.fp-comments-total {
    background-color: var(--bg-white-2);
    border: 1px solid var(--border);
    padding: 9px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fp-comments-total .text {
    font-size: 18px;
}
@media (max-width: 768px) {
    .fp-comments-total .text {
        font-size: 15px;
    }
}
.fp-comments-total .fp-stars i {
    font-size: 20px;
}
/* Product Info */
.fp-product-card {
    margin-bottom: 25px;
}
.fp-product-card .img-cover {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.fp-product-card .img-cover .img-aspect {
    position: absolute;
    left: 50%;
    border-radius: 8px;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
    .fp-product-card .img-cover {
        margin-bottom: 20px;
    }
}
.fp-product-card .content .product-name {
    font-size: 24px;
}
.fp-product-card .content .text {
    font-size: 14px;
    color: var(--text-gray);
}
.fp-product-card .content .link-more {
    color: #0089FF;
    font-size: 15px;
}
.fp-product-card .content .link-more i {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 22px;
}
.fp-product-card .action-area {
    margin-top: 30px;
}
@media (max-width: 992px) {
    .fp-product-card .action-area {
        margin-bottom: 20px;
    }
}
.fp-product-card .action-area .price {
    background-color: #f7f7f7;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    gap: 10px;
    white-space: nowrap;
}
.fp-product-card .action-area .price .price-old {
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
    color: var(--text-gray);
}
.fp-product-card .action-area .fp-quantity .form-control {
    font-size: 16px;
}
.fp-product-card .action-area .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
}
.fp-product-card .action-area .grid .btn {
    height: 50px;
    font-size: 16px;
}
@media (max-width: 992px) {
    .fp-product-card .action-area .grid .btn {
        font-size: 14px;
        padding: 4px 12px;
    }
}
.fp-product-card .action-area .grid .btn .icon {
    font-size: 20px;
}
.fp-product-card .action-area .grid .fp-quantity {
    height: 50px;
}
.fp-seller-card {
    background-color: var(--bg-white-2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 25px 20px 20px 20px;
    text-align: center;
}
@media (max-width: 1200px) {
    .fp-seller-card {
        padding: 20px 15px 15px 15px;
    }
}
.fp-seller-card .img-profile {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 15px;
}
.fp-seller-card .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.fp-seller-card .info {
    height: 44px;
    border-radius: 8px;
    margin-bottom: 3px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.fp-seller-card .info .icon {
    font-size: 18px;
    margin-right: 5px;
}
.fp-seller-card .btn {
    margin: 3px 0;
    width: 100%;
}
.fp-tabs-nav {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-tabs-nav .link {
    font-size: 18px;
    color: var(--text-gray);
    position: relative;
    padding: 10px;
    margin: 0 5px;
    transition: 0.2s;
}
.fp-tabs-nav .link::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 26px;
    background-color: var(--text-color);
    border-radius: 20px;
    bottom: 0;
    transition: 0.2s;
}
.fp-tabs-nav .link.active {
    color: var(--text-color);
    font-weight: 500;
}
.fp-tabs-nav .link.active::after {
    opacity: 1;
}
.fp-tabs-nav .link:hover {
    color: var(--text-color);
    font-weight: 500;
}
.fp-tabs .fp-tabs-content:not(.active) {
    display: none;
}
.fp-product-context {
    font-size: 15px;
    color: var(--text-gray);
}
/* Cart */
.fp-cart-card {
    margin-bottom: 20px;
}
.fp-cart-card .fp-card-body {
    padding: 20px !important;
}
.fp-cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
    grid-gap: 36px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
    padding-bottom: 12px;
}
@media (max-width: 1200px) {
    .fp-cart-grid {
        display: none;
    }
}
.fp-cart-grid .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-cart-grid .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-cart-grid .column .title {
    font-size: 14px;
    color: var(--text-gray);
}
.fp-cart-grid .column.price {
    margin-right: 24px;
}
.fp-cart-grid .column.qty {
    margin-left: 40px;
}
.fp-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
    grid-gap: 36px;
    align-items: center;
}
@media (max-width: 1200px) {
    .fp-cart-item {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.fp-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.fp-cart-item .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-cart-item .img {
    border-radius: 6px;
    overflow: hidden;
    width: 85px;
    height: 85px;
    min-width: 85px;
}
.fp-cart-item .context {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 12px;
}
.fp-cart-item .context .content {
    padding-left: 14px;
}
@media (max-width: 768px) {
    .fp-cart-item .context .content {
        padding-left: 10px;
    }
}
.fp-cart-item .context .content .product-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.2s;
}
.fp-cart-item .context .content .product-name:hover {
    color: #0089FF;
}
@media (max-width: 768px) {
    .fp-cart-item .context .content .product-name {
        font-size: 15px;
    }
}
.fp-cart-item .price {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .fp-cart-item .price {
        font-size: 16px;
    }
}
.fp-cart-item .price .text-total {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 400;
}
@media (min-width: 1200px) {
    .fp-cart-item .price .text-total {
        display: none;
    }
}
.fp-cart-item .price .price-old {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-gray);
    text-decoration: line-through;
}
.fp-cart-item .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .fp-cart-item .right {
        justify-content: flex-end;
    }
}
@media (max-width: 768px) {
    .fp-cart-item .right {
        display: grid;
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.5fr) minmax(0, 0.1fr);
        align-items: center;
    }
}
@media (max-width: 1200px) {
    .fp-cart-item .right .price {
        margin: 0 30px;
    }
}
@media (max-width: 768px) {
    .fp-cart-item .right .price {
        margin: 0;
        font-size: 18px;
    }
}
.fp-cart-item .right .btn-primary {
    margin-left: 14px;
    padding: 4px 14px;
    font-size: 15px;
}
@media (max-width: 1400px) {
    .fp-cart-item .right .btn-primary {
        font-size: 14px;
        white-space: nowrap;
    }
}
@media (max-width: 1200px) {
    .fp-cart-item .right .btn-primary {
        margin-left: 0;
        margin-top: 4px;
    }
}
.fp-cart-item .right .fp-quantity {
    margin-left: 33px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .fp-cart-item .right .fp-quantity .fp-quantity-btn {
        min-width: auto;
    }
}
@media (min-width: 768px) {
    .fp-cart-item .right .fp-quantity .form-control {
        width: 44px;
    }
}
.fp-cart-item .right .btn-opacity-danger {
    width: 44px;
}
.fp-cart-summary .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.fp-cart-summary .total {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 5px;
    text-align: center;
    margin-bottom: 15px;
}
.fp-cart-summary .total .value {
    color: #0089FF;
    margin-top: 2px;
    font-size: 24px;
}
.fp-cart-summary .btn-area .btn {
    width: 100%;
    margin-bottom: 8px;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-cart-summary .btn-area .btn span {
    font-size: 14px;
}
.input-coupon {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
    margin-bottom: 15px;
}
.input-coupon .form-control {
    font-size: 14px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-coupon .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
}
/* Marketplace */
.fp-card-marketplace-user {
    text-align: center;
}
.fp-card-marketplace-user .fp-card-body {
    padding: 25px 18px 18px 18px !important;
}
.fp-card-marketplace-user .img-profile {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 12px;
}
.fp-card-marketplace-user .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}
.fp-card-marketplace-user .fp-stars {
    margin-bottom: 20px;
}
.fp-card-marketplace-user .fp-info-item {
    text-align: left;
    padding: 10px 20px;
    background-color: var(--bg-white-2);
    margin-bottom: 2px;
}
.fp-card-marketplace-user .fp-info-item:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.fp-card-marketplace-user .fp-info-item:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.fp-card-marketplace-user .fp-info-item .key {
    font-size: 13px !important;
    margin-bottom: 3px;
}
.fp-card-marketplace-user .fp-info-item .value {
    font-size: 18px !important;
}
.fp-card-marketplace-user .fp-info-item .icon i {
    font-size: 32px;
}
/* 404 */
.gp-vcenter {
    min-height: auto !important;
    padding: 50px 0;
}
.gp-vcenter a {
    font-size: 24px !important;
    color: var(--text-color) !important;
    font-weight: 500 !important;
}
/* Blog */
.fp-blog-card {
    overflow: hidden;
    margin-bottom: 24px;
}
.fp-blog-card .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.fp-blog-card .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fp-blog-card .img img {
    transition: 0.3s;
}
.fp-blog-card .img:hover img {
    transform: scale(1.04);
}
.fp-blog-card .content {
    padding: 20px;
}
.fp-blog-card .content .title {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    transition: 0.2s;
}
.fp-blog-card .content .title:hover {
    color: #0089FF;
}
.fp-blog-card .content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--text-gray);
}
.fp-blog-card .content .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-blog-card .content .flex .link {
    font-weight: 500;
    transition: 0.2s;
}
.fp-blog-card .content .flex .date i {
    margin-right: 3px;
}
.fp-section-blog-page {
    background-color: var(--bg-white);
    padding: 30px 0;
}
@media (max-width: 768px) {
    .fp-section-blog-page {
        padding: 20px 0;
    }
}
.fp-section-blog-page .container {
    max-width: 900px;
}
.fp-section-blog-page .fp-breadcrumb {
    margin-bottom: 20px;
}
.fp-section-blog-page .blog-title {
    text-align: center;
    margin-bottom: 15px;
}
.fp-section-blog-page .info-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-section-blog-page .info-list .text {
    font-size: 15px;
    margin: 0 10px;
    color: var(--text-gray);
}
.fp-section-blog-page .info-list .text i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.fp-section-blog-page .img-cover {
    margin: 20px 0;
}
.fp-section-blog-page .img-cover .img-blog {
    width: 100%;
    border-radius: 8px;
}
.fp-section-blog-page .fp-blog-content p {
    line-height: 26px;
    margin-bottom: 20px;
}
/* Client */
.fp-client-menu {
    margin-bottom: 20px;
}
.fp-client-menu .user-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--border);
}
.fp-client-menu .user-info .icon {
    height: 50px;
    min-width: 50px;
    width: 50px;
    background-color: #0089FF;
    border-radius: 100%;
    margin-right: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-client-menu .user-info .icon i {
    font-size: 24px;
}
.fp-client-menu .user-info .content {
    width: calc(100% - 62px);
}
.fp-client-menu .user-info .content .mail {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fp-client-menu .user-info .content .money {
    font-size: 13px;
    color: var(--text-gray);
}
.fp-client-menu .content-menu {
    padding: 20px;
}
.fp-client-menu .content-menu .list-menu li {
    display: block;
}
.fp-client-menu .content-menu .list-menu .link {
    height: 44px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6px;
    padding: 4px 15px;
    transition: 0.2s;
    margin: 4px 0;
    font-weight: 300;
}
.fp-client-menu .content-menu .list-menu .link.toggle-client-menu {
    background-color: #0089FF;
    color: #fff;
}
.fp-client-menu .content-menu .list-menu .link.toggle-client-menu:hover, .fp-client-menu .content-menu .list-menu .link.toggle-client-menu:focus {
    background-color: #0089FF;
    color: #fff;
}
@media (min-width: 992px) {
    .fp-client-menu .content-menu .list-menu .link.toggle-client-menu {
        display: none;
    }
}
@media (max-width: 1200px) {
    .fp-client-menu .content-menu .list-menu .link {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 992px) {
    .fp-client-menu .content-menu .list-menu .link.mobile-none {
        display: none;
    }
    .fp-client-menu .content-menu .list-menu .link.mobile-show {
        display: flex;
    }
}
.fp-client-menu .content-menu .list-menu .link.toggle-client-menu .ri-close-line {
    font-size: 24px;
    position: relative;
    right: 2px;
    top: 1px;
}
.fp-client-menu .content-menu .list-menu .link .icon {
    margin-right: 8px;
    width: 22px;
}
.fp-client-menu .content-menu .list-menu .link.active, .fp-client-menu .content-menu .list-menu .link:hover {
    color: #0089FF;
    background-color: rgba(0, 137, 255, 0.1);
}
.fp-card-client .fp-cc-head {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
}
@media (max-width: 768px) {
    .fp-card-client .fp-cc-head {
        padding: 20px 18px;
    }
}
.fp-card-client .fp-cc-head .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.fp-card-client .fp-cc-body {
    padding: 24px;
}
@media (max-width: 768px) {
    .fp-card-client .fp-cc-body {
        padding: 18px;
    }
}
.fp-client-shortcut {
    padding: 16px;
    color: var(--text-color);
    background-color: var(--bg-white-2) !important;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}
.fp-client-shortcut:hover {
    transform: scale(1.01);
    color: var(--text-color);
}
.fp-client-shortcut .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-client-shortcut .left i {
    font-size: 24px;
    margin-right: 10px;
}
.fp-client-shortcut .icon-right {
    font-size: 20px;
}
.fp-order-item {
    overflow: hidden;
}
.fp-order-item:not(:last-child) {
    margin-bottom: 16px;
}
.fp-order-item .head {
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.2fr) minmax(0, 0.2fr);
    grid-gap: 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
@media (max-width: 768px) {
    .fp-order-item .head {
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    }
}
@media (max-width: 576px) {
    .fp-order-item .head {
        grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.3fr);
    }
}
.fp-order-item .head:hover {
    background-color: var(--bg-white-2);
}
.fp-order-item .head:hover .icon-right {
    background-color: var(--bg-white) !important;
}
.fp-order-item .head .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-order-item .head .name .imgs {
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-order-item .head .name .imgs .img-product {
    height: 40px;
    width: 40px;
    min-width: 40px;
    object-fit: cover;
    border-radius: 100%;
}
.fp-order-item .head .name .imgs .more {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: var(--bg-white-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid var(--border);
    margin-left: -20px;
    position: relative;
    z-index: 1;
}
.fp-order-item .head .name .text {
    font-weight: 500;
    font-size: 15px;
}
.fp-order-item .head .icon-right {
    transition: 0.2s;
    background-color: var(--bg-white-2);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-order-item .head .icon-right i {
    font-size: 24px;
}
.fp-order-item .area {
    text-align: center;
}
.fp-order-item .area .title-mini {
    font-size: 14px;
    color: var(--text-gray);
}
.fp-order-item .area .text {
    font-weight: 500;
}
@media (max-width: 576px) {
    .fp-order-item .area.date {
        text-align: left;
    }
}
.fp-order-item .body {
    padding: 18px;
    display: none;
}
.fp-order-alt-item {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.2fr) minmax(0, 0.2fr) minmax(0, 0.17fr);
    align-items: center;
    background-color: var(--bg-white-2);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 10px;
    grid-gap: 8px;
}
@media (max-width: 1200px) {
    .fp-order-alt-item {
        padding: 14px;
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    }
}
@media (max-width: 768px) {
    .fp-order-alt-item {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
.fp-order-alt-item:last-child {
    margin-bottom: 0;
}
.fp-order-alt-item .area-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-order-alt-item .area-product .img-product {
    margin-right: 8px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 8px;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .fp-order-alt-item .area-product .text {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .fp-order-alt-item .actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 8px;
        margin-top: 8px;
    }
}
.fp-order-alt-item .actions .btn {
    width: 100%;
    height: 34px;
    padding: 2px 12px;
    margin-bottom: 4px;
    white-space: nowrap;
}
.fp-info-item {
    margin-bottom: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-info-item .content .key {
    font-size: 17px;
}
.fp-info-item .content .value {
    font-size: 26px;
    font-weight: 500;
}
.fp-info-item .icon i {
    font-size: 38px;
    color: #0089FF;
}
.row-16 {
    --bs-gutter-x: 16px;
}
.fp-card-ticket .fp-cc-head .date {
    color: var(--text-gray);
    margin-top: 6px;
    font-size: 15px;
}
.fp-ticket-item {
    padding: 15px 20px 10px 20px;
    border-width: 2px !important;
}
.fp-ticket-item:not(:last-child) {
    margin-bottom: 20px;
}
.fp-ticket-item.answer {
    padding: 20px;
}
.fp-ticket-item.admin {
    border-color: #0089FF !important;
}
.fp-ticket-item .text {
    margin-bottom: 0;
    font-weight: 300;
}
.fp-ticket-item .info {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid var(--border);
}
.fp-ticket-item .info .date {
    color: var(--text-gray);
    font-size: 14px;
}
.fp-ticket-item .info .date i {
    font-size: 16px;
}
.fp-ticket-textarea {
    display: grid;
    grid-template-columns: 1fr 60px;
    margin-bottom: 20px;
}
.fp-ticket-textarea .form-control {
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fp-ticket-textarea .btn {
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fp-ticket-textarea .btn i {
    font-size: 24px;
}
/* Cart */
.fp-auth-card {
    max-width: 480px;
    margin: 30px auto 0 auto;
    border-radius: 12px !important;
}
.fp-auth-card .fp-card-body {
    padding: 45px !important;
}
.fp-auth-card .title {
    font-size: 32px;
    text-transform: uppercase;
}
.fp-auth-card .text {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 30px;
}
.fp-auth-card .link {
    font-size: 14px;
    color: var(--text-gray);
    text-decoration: underline;
    display: inline-block;
}
.fp-auth-card .btn {
    height: 55px;
    font-size: 17px;
}
.fp-auth-card .text-alt {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--text-gray);
}
.fp-input {
    position: relative;
    height: 55px;
}
.fp-input .form-control {
    height: 100%;
    padding-left: 65px;
}
.fp-input .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: var(--text-gray);
    border-right: 1px solid var(--border);
    padding-right: 15px;
    transition: 0.2s;
}
.fp-input:hover .icon {
    border-right-color: #d8d8d8;
}
.fp-balance-add .payment-method {
    max-width: 180px;
    border-width: 2px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fp-balance-add .payment-method .text {
    font-size: 11px;
    margin-top: 3px;
    color: var(--text-gray);
}
.fp-balance-add .total-amount {
    height: 100%;
    width: 100%;
    background-color: var(--bg-white-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
}
@media (max-width: 992px) {
    .fp-balance-add .total-amount {
        margin-top: 15px;
        height: auto;
        padding: 10px;
    }
}
.fp-balance-add .total-amount .value {
    font-size: 48px;
    font-weight: 500;
}
@media (max-width: 992px) {
    .fp-balance-add .total-amount .value {
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    .fp-balance-add .form-havale {
        margin-bottom: 30px;
    }
}
.fp-bank-item {
    margin-bottom: 12px;
}
.fp-bank-item .head {
    background-color: var(--bg-white-2);
    padding: 6px 12px;
    font-weight: 500;
    border-bottom: 1px solid var(--border);
}
.fp-bank-item ul li {
    padding: 6px 12px;
    font-size: 15px;
}
.fp-bank-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--border);
}
/* Swiper Two */
.fp-swiper-two-area {
    margin: 10px 0 25px 0;
}
.fp-swiper-two-prev, .fp-swiper-two-next {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.fp-swiper-two-prev i, .fp-swiper-two-next i {
    font-size: 24px;
}
.fp-swiper-two-prev {
    left: -10px;
}
@media (max-width: 576px) {
    .fp-swiper-two-prev {
        left: 5px;
    }
}
.fp-swiper-two-next {
    right: -10px;
}
@media (max-width: 576px) {
    .fp-swiper-two-next {
        right: 5px;
    }
}
.fp-st-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.fp-st-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fp-st-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 65%);
    z-index: 2;
}
.fp-st-item .img-cover {
    z-index: 1;
}
.fp-st-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    z-index: 3;
    max-width: 80%;
}
@media (max-width: 1400px) {
    .fp-st-item .content {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .fp-st-item .content {
        padding: 20px;
    }
}
.fp-st-item .content .title {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 992px) {
    .fp-st-item .content .title {
        font-size: 16px;
    }
}
.fp-st-item .content p {
    font-size: 15px;
}
@media (max-width: 992px) {
    .fp-st-item .content p {
        font-size: 13px;
        line-height: 18px;
    }
}
/* Products */
.fp-product-horizontal:not(.popular) .most-seller {
    display: none !important;
}
.fp-products-category-info {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.fp-products-category-info .img-products {
    width: 100%;
}
.fp-products-category-info .content {
    text-align: center;
    padding: 20px;
}
.fp-products-category-info .content .title {
    font-size: 20px;
}
.fp-products-category-info .content p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-gray);
    margin-bottom: 0;
}
.fp-product-horizontal {
    position: relative;
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.15fr) minmax(0, 0.35fr);
    grid-gap: 8px;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    .fp-product-horizontal {
        grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.15fr) minmax(0, 0.25fr);
    }
}
@media (max-width: 992px) {
    .fp-product-horizontal {
        grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.15fr) minmax(0, 0.25fr);
    }
}
@media (max-width: 768px) {
    .fp-product-horizontal {
        grid-template-columns: 1fr;
    }
}
.fp-product-horizontal .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fp-product-horizontal .left .price {
    font-size: 18px;
}
.fp-product-horizontal .left .price .price-old {
    font-size: 15px;
}
@media (min-width: 768px) {
    .fp-product-horizontal .left .price {
        display: none;
    }
}
@media (max-width: 768px) {
    .fp-product-horizontal .left .price {
        display: block !important;
    }
}
.fp-product-horizontal .img {
    border-radius: 6px;
    overflow: hidden;
    width: 85px;
    height: 85px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-product-horizontal .content {
    padding-left: 14px;
    position: relative;
}
@media (max-width: 768px) {
    .fp-product-horizontal .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.fp-product-horizontal .content .product-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.2s;
}
.fp-product-horizontal .content .product-name:hover {
    color: #0089FF;
}
.fp-product-horizontal .content .text {
    color: var(--text-gray);
    font-size: 12px;
}
@media (max-width: 768px) {
    .fp-product-horizontal .content .text {
        display: none;
    }
}
.fp-product-horizontal .content .text i {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.fp-product-horizontal .price {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid #0000001a;
    padding-left: 20px;
    height: 48px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 0.2;
}
.fp-product-horizontal .price .price-old {
    font-size: 14px;
    font-weight: 400;
    color: #dc3545;
    opacity: 0.5;
    text-decoration: line-through;
}
@media (max-width: 768px) {
    .fp-product-horizontal .price {
        display: none;
    }
}
.fp-product-horizontal .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1200px) {
    .fp-product-horizontal .right {
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 768px) {
    .fp-product-horizontal .right {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 8px;
    }
}
.fp-product-horizontal .right .btn-primary {
    margin-left: 14px;
    padding: 4px 14px;
    font-size: 15px;
}
@media (max-width: 1400px) {
    .fp-product-horizontal .right .btn-primary {
        font-size: 14px;
        white-space: nowrap;
    }
}
@media (max-width: 1200px) {
    .fp-product-horizontal .right .btn-primary {
        margin-left: 0;
        margin-top: 4px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .fp-product-horizontal .right .fp-quantity .fp-quantity-btn {
        min-width: auto;
    }
}
@media (min-width: 768px) {
    .fp-product-horizontal .right .fp-quantity .form-control {
        width: 50px;
    }
}
.fp-product-card .action-area .grid .fp-quantity {
    height: 50px;
    width: 140px;
}
.fp-quantity {
    align-items: center;
    justify-content: center;
    display: inline-flex
;
    border: 1px solid rgba(0, 137, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
    padding: 4px;
}
.fp-quantity .fp-quantity-btn {
    background-color: rgba(0, 137, 255, 0.1);
    height: 100%;
    width: 38px;
    min-width: 38px;
    height: 38px;
    color: #0089FF;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    border-radius: 4px;
}
.fp-quantity .fp-quantity-btn:hover {
    background-color: #0089FF;
    color: #fff;
}
.fp-quantity .form-control {
    pointer-events: none;
    border-radius: 0;
    border: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 4px 6px;
    -moz-appearance: textfield;
}
.fp-quantity .form-control::-webkit-outer-spin-button, .fp-quantity .form-control::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
/* Blogs */
.fp-blogs-section {
    padding: 30px 0 40px 0;
    background-color: var(--bg-white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 30px;
}
@media (max-width: 992px) {
    .fp-blogs-section {
        padding: 30px 0 25px 0;
    }
}
.fp-blog-item {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 8px;
    overflow: hidden;
}
.fp-blog-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .fp-blog-item {
        margin-bottom: 24px;
    }
}
.fp-blog-item .img-cover {
    z-index: 1;
}
.fp-blog-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}
.fp-blog-item .date {
    background-color: var(--bg-white);
    border-radius: 6px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    flex-direction: column;
}
.fp-blog-item .date .day {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.fp-blog-item .date .month {
    font-size: 11px;
    text-transform: uppercase;
}
.fp-blog-item .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 300px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    z-index: 3;
}
@media (max-width: 1200px) {
    .fp-blog-item .content {
        bottom: 0;
    }
}
.fp-blog-item .content .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .fp-blog-item .content .title {
        font-size: 16px;
        line-height: 22px;
    }
}
.fp-blog-item .content .btn-link {
    text-decoration: none;
    opacity: 0.7;
    font-weight: 300;
}
.fp-blog-item .content .btn-link:hover {
    opacity: 1;
}
/* Streamers */
.fp-streamer-item {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
}
.fp-streamer-item .img {
    text-align: center;
    position: relative;
    height: 120px;
    width: 120px;
    margin: auto auto 16px auto;
}
.fp-streamer-item .img .img-profile {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    object-fit: cover;
}
.fp-streamer-item .img .icon {
    background-color: #6441a5;
    color: #fff;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.fp-streamer-item .content {
    text-align: center;
}
.fp-streamer-item .content .streamer-name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.fp-streamer-item .content .link {
    background-color: rgba(100, 65, 165, 0.1);
    color: #6441a5;
    padding: 3px 8px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 30px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fp-swiper-streamers-prev, .fp-swiper-streamers-next {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.fp-swiper-streamers-prev i, .fp-swiper-streamers-next i {
    font-size: 24px;
}
.fp-swiper-streamers-prev {
    left: -20px;
}
@media (max-width: 576px) {
    .fp-swiper-streamers-prev {
        left: 5px;
    }
}
.fp-swiper-streamers-next {
    right: -20px;
}
@media (max-width: 576px) {
    .fp-swiper-streamers-next {
        right: 5px;
    }
}
/* Categories */
.fp-categories-search {
    margin-bottom: 24px;
}
.fp-categories-search .form-control {
    height: 50px;
}
.fp-categories-search .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}
.fp-categories-letter {
    font-size: 24px;
    padding: 8px 20px;
    margin-bottom: 15px;
}
.fp-categories-item {
    display: block;
    position: relative;
    margin-bottom: 15px;
    transition: 0.2s;
}
.fp-categories-item:hover {
    transform: translateY(-5px);
}
.fp-categories-item .img {
    position: relative;
    z-index: 1;
}
.fp-categories-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.fp-categories-item .name {
    width: 100%;
    z-index: 3;
    color: var(--text-color);
    padding: 10px;
    text-align: center;
}
/* Footer */
.fp-footer {
    padding-top: 0px;
}
@media (max-width: 1200px) {
    .fp-footer {
        padding-top: 20px;
    }
}
.fp-footer .fp-footer-features {
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}
@media (max-width: 1200px) {
    .fp-footer .fp-footer-features {
        padding-bottom: 20px;
    }
}
.fp-footer .footer-body {
    padding: 30px 0;
}
.fp-footer .footer-content {
    padding: 10px 0;
}
.fp-footer .img-logo {
    height: 35px;
    display: block;
    margin-bottom: 15px;
}
.fp-footer .text-desc {
font-size: 0.95rem;
    line-height: 1.6;
    color: #1e293b;
    margin-bottom: 1.5rem;
    max-width: 300px;
}
.fp-footer .follow-area .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.fp-footer .text-copyright {
    padding: 20px 0;
    border-top: 1px solid var(--border);
    text-align: center;
    color: var(--text-gray);
    font-size: 14px;
}
.fp-footer .footer-title {
   font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #212529;
    transition: color 0.3s ease;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: #3b82f6;
    border-radius: 1px;
}
.footer-list a {
    color: #1e293b;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
}

.footer-list a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
    opacity: 0.7;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.fp-footer .footer-list li a:hover {
    color: #007bff;
}
.list-social li a {
 display: flex
;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #3b82f626;
    color: #3b82f6;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1.2rem;
}
.list-social li a i {
    font-size: 20px;
    position: relative;
    top: 0px;
}
.list-social li a:hover{
    transform: translateY(-3px);
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}
/* General */
/* Section */
.fp-section {
    padding: 20px 0;
}
.fp-section-keys .fp-section-head {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    gap: 12px;
    background: #ffffff;
border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px #0000001a;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.fp-section-head .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .fp-section-head .title {
        font-size: 18px;
    }
}
.fp-section-page {
    padding: 25px 0;
}
@media (max-width: 992px) {
    .fp-section-page {
        padding: 15px 0 25px 0;
    }
}
.fp-section-page-head {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.fp-section-page-head .title {
    text-transform: uppercase;
    font-size: 40px;
}
.fp-breadcrumb {
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .fp-breadcrumb {
        margin-bottom: 15px;
    }
}
.fp-breadcrumb .list li::after {
    content: "/";
    display: inline-block;
    margin: 0 3px 0 4px;
    color: var(--text-gray);
}
.fp-breadcrumb .list li:last-child::after {
    display: none;
}
.fp-breadcrumb .list li .link {
    font-size: 13px;
    color: var(--text-gray);
    transition: 0.2s;
}
.fp-breadcrumb .list li .link:hover {
    color: #0089FF;
}
.fp-breadcrumb .list li .link.active {
    pointer-events: none;
}
.fp-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
}
.fp-card .fp-card-tabs {
    padding-left: 24px;
    border-bottom: 1px solid var(--border);
}
.fp-card .fp-card-tabs .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    height: 60px;
    overflow-y: hidden;
}
.fp-card .fp-card-tabs .list .link {
    color: var(--text-color);
    height: 60px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    position: relative;
    top: 1px;
    margin-right: 0;
    font-weight: 500;
    transition: 0.2s;
    margin-right: 3px;
    white-space: nowrap;
}
.fp-card .fp-card-tabs .list .link.active, .fp-card .fp-card-tabs .list .link:hover {
    border-bottom-color: #0089FF;
}
.fp-card .fp-card-body {
    padding: 25px;
}
.fp-table-border {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    overflow-x: auto;
}
.table {
    overflow: hidden;
    margin-bottom: 0;
}
.table thead th {
    background-color: var(--bg-white-2);
    white-space: nowrap;
}
.table th {
    font-weight: 500;
    vertical-align: middle;
    font-size: 14px;
    color: var(--text-gray);
}
.table th:not(:first-child) {
    text-align: center;
}
.table th:last-child {
    text-align: right;
}
.table td {
    vertical-align: middle;
    font-size: 15px;
    color: var(--text-color);
}
.table td:not(:first-child) {
    text-align: center;
}
.table td:last-child {
    text-align: right;
}
.table td .btn {
    height: 34px;
}
.form-control[type=file] {
    color: transparent;
    height: 44px;
    padding-left: 12px;
}
.form-control[type=file]::-webkit-file-upload-button {
    height: 44px;
    background-color: #0089FF !important;
    color: #fff !important;
}
.form-control[type=file]::-webkit-file-upload-button:hover, .form-control[type=file]::-webkit-file-upload-button:focus {
    background-color: #0089FF !important;
    color: #fff !important;
}

/* Client Subscription */
.fp-card-subscription {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}
.fp-cc-head .title {
    margin-bottom: 15px;
}
.fp-cc-body .table {
    margin-bottom: 0;
}
.subscription-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: var(--bg-white);
}
.subscription-card .head {
    padding: 20px 20px 15px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.subscription-card .head .icon {
    background-color: #0089FF;
    color: #fff;
    height: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 12px;
}
.subscription-card .head .icon i {
    font-size: 30px;
}
.subscription-card .head .title {
    font-size: 20px;
}

.subscription-card .head .price {
    font-size: 18px;
}
.subscription-card .head .price span {
    font-size: 15px;
    opacity: 0.7;
}

.subscription-card .active-badge {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 0 8px;
    font-weight: 400;
    background-color: #11de87;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
}

.subscription-card h6 {
    font-weight: 500 !important;
}
.subscription-card .body {
    padding: 10px 20px 0 20px;
}
.subscription-card ul {
    list-style: none;
    padding: 0;
}
.subscription-card ul li {
    color: #666;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.subscription-card ul li:last-child {
    border-bottom: 0;
}

.subscription-card .p-20 {
    padding: 0 20px 20px 20px;
}

/* General */
@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }
}
.mb-16 {
    margin-bottom: 16px;
}
.fw-medium {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.text-blue {
    color: #0089FF;
}
.list-inline li {
    display: inline-block;
}
.btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 5px 20px;
    transition: 0.2s;
    border-radius: 8px;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 15px;
}
.btn .icon {
    font-size: 18px;
}
.btn .icon.icon-left {
    margin-right: 5px;
}
.btn .icon.icon-right {
    margin-left: 5px;
}
.btn.btn-sm {
    height: 38px;
    font-size: 13px;
    padding: 5px 14px;
}
.btn.btn-sm .icon {
    font-size: 18px;
}
.btn.btn-sm .icon.icon-left {
    margin-right: 4px;
}
.btn.btn-sm .icon.icon-right {
    margin-left: 4px;
}
.btn.btn-primary {
    background-color: #0089FF;
    border-color: #0089FF;
    color: #fff;
}
.btn.btn-primary:hover {
    background-color: #0069c3;
    border-color: #0069c3;
}
.btn.btn-opacity-primary {
    background-color: rgba(0, 137, 255, 0.1);
    border-color: rgba(0, 137, 255, 0) !important;
    color: #0089FF;
}
.btn.btn-opacity-primary:hover {
    background-color: #0089FF;
    border-color: #0089FF;
    color: #fff;
}
.btn.btn-success {
    background-color: #19DB91;
    border-color: #19DB91;
}
.btn.btn-success:hover {
    background-color: #10c781;
    border-color: #10c781;
}
.btn.btn-opacity-success {
    background-color: rgba(25, 219, 145, 0.15);
    border-color: rgba(25, 219, 145, 0) !important;
    color: #19DB91;
}
.btn.btn-opacity-success:hover {
    background-color: #19DB91;
    border-color: #19DB91;
    color: #fff;
}
.btn.btn-opacity-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
.btn.btn-opacity-danger:hover {
    background-color: #dc3545;
    color: #fff;
}
.btn.btn-twitch {
    background-color: #6441a5;
    border-color: #6441a5 !important;
    color: #fff;
}
.btn.btn-twitch:hover {
    background-color: #502d8f;
    border-color: #502d8f !important;
    color: #fff;
}
.btn.btn-white {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    transition: 0.2s;
    color: var(--text-color);
}
.btn.btn-white:hover {
    opacity: 0.7;
}
.btn.btn-link {
    transition: 0.2s;
}
.btn.btn-link:hover {
    opacity: 0.7;
}
.bg-success {
    background-color: #19DB91 !important;
}
.bg-primary {
    background-color: #0089FF !important;
}
.form-control, .form-select {
    border-color: #e9e9e9;
    min-height: 44px;
    padding: 5px 16px;
    box-shadow: none !important;
    background-color: #fff;
    border-radius: 8px;
    border-width: 1px;
    font-size: 15px;
    color: var(--text-color) !important;
    transition: 0.2s;
}
.form-control:hover, .form-control:focus, .form-select:hover, .form-select:focus {
    border-color: #d8d8d8;
}
.form-control::placeholder {
    color: var(--text-gray);
}
.form-select {
    cursor: pointer;
}
form label {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 4px;
}
.input-group-text {
    border-color: #e9e9e9;
    background-color: var(--bg-white-2);
    color: var(--text-color);
}
.fs-15 {
    font-size: 15px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 8px;
}
.badge {
    font-weight: 500;
    border-radius: 50px;
}
.modal .modal-header .modal-title {
    font-size: 18px !important;
    font-weight: 500;
}
.modal .modal-content {
    border: 1px solid var(--border);
}
.mb-24 {
    margin-bottom: 24px;
}

/* Ana Konteyner Stilleri */
.fp-wallet-container {
    padding: 0 0 40px;
}

/* Bakiye Kartları */
.fp-balance-cards {
    margin-bottom: 30px;
}

.fp-balance-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    padding: 20px;
    display: flex;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fp-balance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.fp-balance-card:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.available-balance {
    border-left: 5px solid #0089FF;
}

.available-balance:before {
    background: #0089FF;
    transform: translate(50%, -50%);
}

.withdrawable-balance {
    border-left: 5px solid #0066CC;
}

.withdrawable-balance:before {
    background: #0066CC;
    transform: translate(50%, -50%);
}

.balance-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 15px;
                        z-index: 1;
}

.available-balance .balance-icon {
    background: rgba(0, 137, 255, 0.15);
    color: #0089FF;
}

.withdrawable-balance .balance-icon {
    background: rgba(0, 102, 204, 0.15);
    color: #0066CC;
}

.balance-icon i {
    font-size: 24px;
}

.balance-info {
    flex: 1;
    z-index: 1;
}

.balance-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.balance-amount {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 12px;
}

.balance-actions {
    display: flex;
    gap: 10px;
}

.balance-action-btn {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.available-balance .balance-action-btn {
    background: #0089FF;
}

.withdrawable-balance .balance-action-btn {
    background: #0066CC;
}

.balance-action-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: #fff;
}

.balance-action-btn i {
    margin-right: 5px;
}

.fp-wallet-container .fp-card-balance {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    height: 100%;
}

.fp-wallet-container .fp-card-balance-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-wallet-container .fp-card-balance-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.fp-wallet-container .fp-card-balance-header .view-all {
    font-size: 13px;
    color: #0089FF;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.fp-wallet-container .fp-card-balance-body {
    padding: 20px;
}

/* Boş durum gösterimleri için CSS */
.fp-wallet-container .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.fp-wallet-container .empty-state i {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 15px;
}

.fp-wallet-container .empty-state p {
    color: #adb5bd;
    margin: 0;
}

/* Sekme Stillleri */
.fp-wallet-container .wallet-tabs-card {
    margin-bottom: 30px;
}

.fp-wallet-container .tab-header {
    padding: 0;
    border-bottom: none;
}

.fp-wallet-container .wallet-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
    white-space: nowrap;
}

.fp-wallet-container .wallet-tab-item {
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: #6c757d;
}

.fp-wallet-container .wallet-tab-item i {
    margin-right: 8px;
    font-size: 18px;
}

.fp-wallet-container .wallet-tab-item:hover {
    color: #0089FF;
}

.fp-wallet-container .wallet-tab-item.active {
    color: #0089FF;
    border-bottom: 3px solid #0089FF;
    font-weight: 500;
}

.fp-wallet-container .tab-content {
    display: none;
    padding: 25px;
}

.fp-wallet-container .tab-content.active {
    display: block;
}

/* Form Stilleri */
.fp-wallet-container .section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-wallet-container .form-label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.fp-wallet-container .form-control, .fp-wallet-container .form-select {
    height: 48px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.fp-wallet-container .form-control:focus, .fp-wallet-container .form-select:focus {
    border-color: #0089FF;
    box-shadow: 0 0 0 0.25rem rgba(0, 137, 255, 0.25);
}

.fp-wallet-container .textarea.form-control {
    height: auto;
}

.fp-wallet-container .input-with-icon {
    position: relative;
}

.fp-wallet-container .input-icon-left {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.fp-wallet-container .input-with-icon .form-control {
    padding-left: 45px;
}

.fp-wallet-container .input-icon-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.fp-wallet-container .btn {
    height: 48px;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fp-wallet-container .btn-lg {
    height: 56px;
    font-size: 16px;
}

.fp-wallet-container .btn-primary {
    background: #0089FF;
    border-color: #0089FF;
}

.fp-wallet-container .btn-primary:hover {
    background: #0066CC;
    border-color: #0066CC;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 137, 255, 0.3);
}

/* Ödeme Özeti */
.fp-wallet-container .payment-summary {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}

.fp-wallet-container .summary-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #495057;
}

.fp-wallet-container .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #6c757d;
}

.fp-wallet-container .summary-total {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px dashed #dee2e6;
    margin-top: 10px;
    font-weight: 600;
}

.fp-wallet-container .total-value {
    color: #0089FF;
    font-size: 18px;
}

.fp-wallet-container .payment-security {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(25, 135, 84, 0.1);
    border-radius: 8px;
    color: #198754;
    font-size: 13px;
}

.fp-wallet-container .payment-security i {
    margin-right: 8px;
    font-size: 18px;
}

/* Ödeme Yöntemleri */
.fp-wallet-container .payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.fp-wallet-container .payment-method-card {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-wallet-container .payment-method-card img {
    height: 36px;
    margin-bottom: 10px;
}

.fp-wallet-container .method-icon {
    font-size: 36px;
    color: #0089FF;
    margin-bottom: 10px;
}

.fp-wallet-container .method-name {
    font-weight: 600;
    margin-bottom: 8px;
}

.fp-wallet-container .method-info {
    font-size: 12px;
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 4px;
}

.fp-wallet-container .payment-method-card.active {
    border-color: #0089FF;
    box-shadow: 0 5px 15px rgba(0, 137, 255, 0.2);
}

/* Banka Hesapları */
.fp-wallet-container .bank-accounts-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 400px;
    overflow-y: auto;
}

.fp-wallet-container .bank-account-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .bank-info {
    padding: 15px;
}

.fp-wallet-container .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.fp-wallet-container .info-row:last-child {
    margin-bottom: 0;
}

.fp-wallet-container .info-label {
    font-weight: 500;
    width: 100px;
    color: #6c757d;
}

.fp-wallet-container .copy-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #0089FF;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 137, 255, 0.1);
    transition: all 0.2s ease;
}

.fp-wallet-container .copy-btn:hover {
    background: rgba(0, 137, 255, 0.2);
}

.fp-wallet-container .bank-note {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.fp-wallet-container .bank-note i {
    margin-right: 8px;
}

/* Bilgi Kartları */
.fp-wallet-container .info-card {
    height: 100%;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .info-card-header {
    padding: 15px;
    background: #e9ecef;
    display: flex;
    align-items: center;
}

.fp-wallet-container .info-card-header i {
    margin-right: 10px;
    font-size: 18px;
    color: #0089FF;
}

.fp-wallet-container .info-card-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.fp-wallet-container .info-card-body {
    padding: 15px;
}

.fp-wallet-container .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-wallet-container .info-list li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    border-bottom: 1px dashed #dee2e6;
}

.fp-wallet-container .info-list li:last-child {
    border-bottom: none;
}

.fp-wallet-container .info-list li i {
    color: #0089FF;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 1px;
}

.fp-wallet-container .balance-reminder {
    margin-top: 15px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fp-wallet-container .balance-reminder strong {
    color: #0089FF;
    font-size: 16px;
}

/* Tablo Stilleri */
.fp-wallet-container .transaction-history-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .custom-table {
    margin-bottom: 0;
}

.fp-wallet-container .custom-table th {
    background: #f8f9fa;
    font-weight: 600;
    border-top: none;
    padding: 15px;
    color: #495057;
}

.fp-wallet-container .custom-table td {
    padding: 15px;
    vertical-align: middle;
}

.fp-wallet-container .payment-badge, .fp-wallet-container .status-badge {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.fp-wallet-container .payment-badge.havale {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.fp-wallet-container .payment-badge.card {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .status-badge.pending {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.fp-wallet-container .status-badge.completed {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .status-badge.rejected {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.fp-wallet-container .td.amount {
    font-weight: 600;
}

.fp-wallet-container .td.iban {
    letter-spacing: 1px;
    font-family: monospace;
    font-size: 13px;
}

.fp-wallet-container .empty-table {
    padding: 50px;
    text-align: center;
}

/* Durum badge'leri için stiller */
.fp-wallet-container .status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 4px;
}

.fp-wallet-container .pending {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.fp-wallet-container .completed {
    background: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.fp-wallet-container .canceled {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* Filtreleme Alanı Stilleri */
.fp-wallet-container .filter-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}

.fp-wallet-container .filter-form .form-group {
    margin-bottom: 0;
}

/* İşlem Tip Badge'leri */
.fp-wallet-container .transaction-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.fp-wallet-container .transaction-badge.deposit {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .transaction-badge.withdrawal {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.fp-wallet-container .transaction-badge.transfer-in {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.fp-wallet-container .transaction-badge.transfer-out {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.fp-wallet-container .transaction-badge.balance-transfer {
    background: rgba(128, 0, 128, 0.1);
    color: #800080;
}

.fp-wallet-container .transaction-badge.purchase {
    background: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.fp-wallet-container .transaction-badge.other {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

/* Duyarlı Tasarım İçin Ek Stiller */
@media (max-width: 991.98px) {
    .fp-balance-card {
        margin-bottom: 15px;
    }
    
    .fp-wallet-container .wallet-tabs {
        flex-wrap: nowrap;
    }
    
    .fp-wallet-container .wallet-tab-item {
        padding: 15px;
        font-size: 14px;
    }
    
    .fp-wallet-container .payment-methods {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .fp-wallet-container .wallet-tabs {
        overflow-x: auto;
    }
}

/* Bakiyeler Arası Transfer Yönü Seçimi Stilleri */
.transfer-direction-selector {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.direction-option {
    flex: 1;
}

.direction-option input[type="radio"] {
    display: none;
}

.direction-card {
    display: block;
        width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.direction-option input[type="radio"]:checked + .direction-card {
    border-color: #0089FF;
    box-shadow: 0 0 0 1px #0089FF, 0 4px 12px rgba(0, 137, 255, 0.2);
}

.direction-card-inner {
    width: 100%;
}

.balance-icons {
        display: flex;
    align-items: center;
        justify-content: space-between;
    position: relative;
}

.balance-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 34%;
    text-align: center;
}

.balance-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.balance-icon-circle i {
    font-size: 24px;
    color: #0089FF;
}

.balance-icon-wrapper span {
    font-size: 12px;
    line-height: 1.2;
    color: #6c757d;
}

.direction-arrow {
    position: relative;
    width: 32%;
    height: 24px;
    display: flex;
    align-items: center;
}

.arrow-body {
    flex: 1;
    height: 2px;
    background-color: #0089FF;
}

.arrow-head {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #0089FF;
    margin-left: -1px;
}

.commission-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff3b30;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 12px;
    white-space: nowrap;
}

.commission-badge.free {
    background-color: #34c759;
}

/* Transfer Görselleştirme Stilleri */
.transfer-visualization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
}

.balance-visualization {
    width: 45%;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.balance-vis-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 5px;
}

.balance-vis-amount {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}

.transfer-vis-arrow {
    width: 10%;
    text-align: center;
}

.transfer-vis-arrow i {
    font-size: 24px;
    color: #0089FF;
}

/* Mobil Cihazlar İçin Uyumluluk */
@media (max-width: 576px) {
    .transfer-direction-selector {
        flex-direction: column;
    }
    
    .balance-icon-circle {
        width: 40px;
        height: 40px;
    }
    
    .balance-icon-circle i {
        font-size: 20px;
    }
}

/* Bakiye Görselleştirmesi İçin Ek Stiller */
.balance-visualization {
    transition: all 0.3s ease;
}

.balance-visualization.active-source {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.active-target {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.insufficient {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.has-transfer .balance-vis-amount {
    font-size: 14px;
}

.balance-vis-amount .current {
    color: #6c757d;
    text-decoration: line-through;
    font-weight: normal;
}

.balance-vis-amount .arrow {
    margin: 0 4px;
    color: #0089FF;
}

.balance-vis-amount .new {
    color: #0089FF;
    font-weight: 700;
}

.active-source .balance-vis-amount .new {
    color: #ff3b30;
}

.active-target .balance-vis-amount .new {
    color: #34c759;
}

.insufficient .balance-vis-amount .new {
    color: #ff3b30;
}

/* Animasyon Efektleri */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.direction-option input[type="radio"]:checked + .direction-card {
    animation: pulse 0.5s;
}

/* Komisyon Badge Efektleri */
.commission-badge {
    transition: all 0.3s ease;
}

.direction-option:hover .commission-badge {
    transform: translateX(-50%) translateY(-5px);
}

/* Mobil Cihazlar İçin Ek Düzenlemeler */
@media (max-width: 768px) {
    .transfer-visualization {
        flex-direction: column;
        gap: 15px;
    }
    
    .balance-visualization {
        width: 100%;
    }
    
    .transfer-vis-arrow {
        width: 100%;
        height: 20px;
    }
    
    .transfer-vis-arrow i {
        transform: rotate(90deg);
    }
}

/* Ön Onaylı Kredi Stilleri */
.pre-approved-credit-card {
    background: linear-gradient(135deg, #0066CC, #0089FF);
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.25);
    transition: all 0.3s ease;
}

.pre-approved-credit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.35);
}

.credit-card-header {
    display: flex;
    align-items: center;
    padding: 25px 25px 15px;
}

.credit-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.credit-icon i {
    font-size: 24px;
    color: #fff;
}

.credit-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.credit-title p {
    margin: 5px 0 0;
    opacity: 0.8;
    font-size: 14px;
}

.credit-card-body {
    padding: 5px 25px 25px;
}

.credit-limit {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.credit-limit-label {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 8px;
}

.credit-limit-amount {
    font-size: 32px;
    font-weight: 700;
}

.credit-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.credit-feature-item {
    text-align: center;
    width: 30%;
}

.credit-feature-item i {
    font-size: 24px;
    margin-bottom: 8px;
}

.credit-feature-item span {
    font-size: 12px;
    opacity: 0.9;
    display: block;
    line-height: 1.3;
}

.credit-cta {
    text-align: center;
}

.btn-credit-primary {
    background: #fff;
    color: #0066CC;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-credit-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #0089FF;
}

/* Kredi Başvuru Formu */
.credit-application-form {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.form-check-label {
    font-size: 14px;
}

/* Kredi Detayları Kartı */
.credit-details-card {
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.credit-details-header {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.credit-details-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
}

.credit-details-header h5 i {
    color: #0089FF;
    margin-right: 8px;
}

.credit-details-body {
    padding: 20px;
}

.credit-details-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #f0f0f0;
}

.credit-details-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.details-label {
    font-size: 14px;
    color: #6c757d;
}

.details-value {
    font-weight: 600;
    color: #212529;
}

.credit-details-item.highlight {
    background: #f8f9fa;
    padding: 12px;
    margin: 15px -12px;
    border-radius: 8px;
    border-left: 3px solid #0089FF;
}

.credit-details-item.highlight .details-value {
    color: #0089FF;
}

.credit-details-footer {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
}

.credit-note {
    display: flex;
    align-items: flex-start;
    padding: 10px 12px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
}

.credit-note i {
    color: #ffc107;
    margin-right: 10px;
    margin-top: 2px;
}

.credit-note p {
    font-size: 13px;
    margin: 0;
    color: #6c757d;
}

@media (max-width: 768px) {
    .credit-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .credit-feature-item {
        width: 80%;
    }
}

/* Vade Bilgisi Kutusu Stilleri */
.vade-info-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
}

.vade-info-icon {
    width: 40px;
    height: 40px;
    background: #e9f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.vade-info-icon i {
    font-size: 20px;
    color: #0089FF;
}

.vade-info-text {
    flex: 1;
}

.vade-info-label {
    display: block;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 4px;
}

.vade-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

/* Aktif Kredi Stilleri */
.active-credit-card {
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 5px solid #0089FF;
    position: relative;
}

.active-credit-header {
    background: linear-gradient(135deg, #0089FF, #0066CC);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.credit-icon.warning {
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 24px;
    color: var(--bg-white);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.credit-title {
    flex: 1;
}

.credit-title h4 {
    color: var(--bg-white);
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.credit-title p {
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 0 0;
    font-size: 14px;
}

.credit-urgency-badge {
    background: #fff;
    color: #0089FF;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.active-credit-body {
    padding: 20px 25px;
}

.credit-amount-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.credit-amount-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}

.credit-amount-value {
    font-size: 32px;
    font-weight: 800;
    color: #0089FF;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.credit-payment-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #198754;
    background: rgba(25, 135, 84, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.credit-payment-date i {
    margin-right: 8px;
    font-size: 16px;
}

.credit-payment-date strong {
    font-weight: 700;
}

.credit-progress-bar {
    margin-top: 5px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    color: #6c757d;
}

.progress {
    height: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.credit-countdown-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}

.countdown-label {
    font-size: 16px;
    color: #343a40;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.countdown-item {
    text-align: center;
}

.countdown-value {
    /* background: linear-gradient(to bottom, #0089FF, #0066CC); */
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    /* width: 64px; */
    height: 64px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 5px; */
    /* box-shadow: 0 4px 8px rgba(0, 137, 255, 0.3); */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

.countdown-unit {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

.countdown-separator {
    margin: 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #adb5bd;
    align-self: flex-start;
    padding-top: 15px;
}

.credit-payment-action {
    text-align: center;
    margin-top: auto;
}

.payment-tip {
    background: rgba(255, 193, 7, 0.15);
    color: #996600;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
    border-left: 3px solid #ffc107;
}

.credit-pay-btn {
    min-width: 240px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 137, 255, 0.3);
    transition: all 0.3s ease;
    background: #0089FF;
    border-color: #0089FF;
}

.credit-pay-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 137, 255, 0.4);
    background: #0066CC;
    border-color: #0066CC;
}

@media (max-width: 768px) {
    .countdown-timer {
        flex-wrap: wrap;
    }
    
    .countdown-item {
        margin-bottom: 10px;
    }
    
    .countdown-value {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .credit-amount-value {
        font-size: 24px;
    }
    
    .credit-pay-btn {
        width: 100%;
    }
}

/* Kredi Detay Kartı Stilleri */
.active-credit-detail-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    overflow: hidden;
}

.active-credit-detail-card .card-header {
    background: #f8f9fa;
    padding: 18px 20px;
    border-bottom: 1px solid #e9ecef;
}

.active-credit-detail-card .card-body {
    padding: 20px;
}

.credit-info-list {
    margin-bottom: 20px;
}

.credit-info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e9ecef;
}

.credit-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-label {
    color: #6c757d;
    font-size: 14px;
}

.info-value {
    font-weight: 600;
    color: #212529;
}

.credit-payment-instruction {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.instruction-header {
    background: rgba(0, 137, 255, 0.1);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    color: #0089FF;
    font-weight: 600;
}

.instruction-header i {
    margin-right: 8px;
    font-size: 18px;
}

.instruction-body {
    padding: 15px;
}

.instruction-body p {
    margin-bottom: 10px;
    font-size: 14px;
}

.instruction-body ul {
    margin: 0;
    padding-left: 25px;
}

.instruction-body ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .countdown-timer {
        flex-wrap: wrap;
    }
    
    .countdown-item {
        margin-bottom: 10px;
    }
}

/* İşlem Detay Modal Stilleri */
.transaction-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.transaction-date {
    font-size: 14px;
    color: #6c757d;
}

.transaction-detail-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.detail-label {
    flex: 0 0 40%;
    font-weight: 500;
    color: #495057;
}

.detail-value {
    flex: 0 0 60%;
}

.transaction-detail-btn {
    white-space: nowrap;
    transition: all 0.2s;
}

.transaction-detail-btn:hover {
    transform: translateY(-2px);
}

/* Tablo içindeki Badge Stilleri */
.transaction-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.transaction-badge.deposit {
    background-color: #28a745;
}

.transaction-badge.withdrawal {
    background-color: #dc3545;
}

.transaction-badge.transfer-in {
    background-color: #17a2b8;
}

.transaction-badge.transfer-out {
    background-color: #fd7e14;
}

.transaction-badge.balance-transfer {
    background-color: #6610f2;
}

.transaction-badge.purchase {
    background-color: #6c757d;
}

.transaction-badge.other {
    background-color: #6c757d;
}

.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.status-badge.pending {
    background-color: #ffc107;
    color: #212529;
}

.status-badge.completed {
    background-color: #28a745;
}

.status-badge.rejected {
    background-color: #dc3545;
}

/* Tutar Renkleri */
.amount.positive {
    color: #28a745;
}

.amount.negative {
    color: #dc3545;
}

.positive {
    color: #28a745;
}

.negative {
    color: #dc3545;
}

/* Balance Type Sekmeleri */
.balance-type-tabs .nav-link {
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    color: #6c757d;
    border: 1px solid #e9ecef;
    border-bottom: none;
    margin-right: 5px;
}

.balance-type-tabs .nav-link.active {
    color: #0089FF;
    background-color: #fff;
    border-bottom: 2px solid #0089FF;
}

.balance-type-indicator {
    display: block;
    font-size: 10px;
    color: #6c757d;
    line-height: 1;
    margin-top: 5px;
}

.transaction-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.transaction-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 15px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-group label {
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #495057;
    min-width: 80px;
}

.filter-group select {
    min-width: 140px;
}

/* Banka Hesabım Alanı */
.bank-card {
    width: 100%;
    max-width: 440px;
    height: 200px;
    perspective: 1000px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.bank-card:hover {
    transform: rotateX(5deg) rotateY(5deg) scale(1.02);
}

.bank-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.bank-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: linear-gradient(135deg, #0089ff, #004e92);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Banka özel renkleri */
.bank-card.is-bank .bank-card-front {
    background: linear-gradient(135deg, #0057b8, #002a59);
}

.bank-card.akbank .bank-card-front {
    background: linear-gradient(135deg, #ff0000, #990000);
}

.bank-card.denizbank .bank-card-front {
    background: linear-gradient(135deg, #009cde, #005685);
}

.bank-card.garanti .bank-card-front {
    background: linear-gradient(135deg, #00954d, #00562d);
}

.bank-card.finansbank .bank-card-front {
    background: linear-gradient(135deg, #640774, #3c044a);
}

.bank-card.yapikredi .bank-card-front {
    background: linear-gradient(135deg, #1f4e9e, #12306b);
}

.bank-card.ziraat .bank-card-front {
    background: linear-gradient(135deg, #db2929, #881818);
}

.bank-card.papara .bank-card-front {
    background: linear-gradient(135deg, #5422c6, #2e126c);
}

.bank-card.ininal .bank-card-front {
    background: linear-gradient(135deg, #00aeef, #006b92);
}

.bank-card.pep .bank-card-front {
    background: linear-gradient(135deg, #ffbb00, #cf9700);
}

.bank-card.default .bank-card-front {
    background: linear-gradient(135deg, #0089ff, #004e92);
}

.bank-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.bank-name-wrapper {
    display: flex;
    align-items: center;
    background: none;
}

.bank-icon {
    font-size: 24px;
    margin-right: 8px;
    color: white;
}

.bank-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.chip-icon {
    position: relative;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
}

.chip {
    width: 35px;
    height: 25px;
    background: linear-gradient(135deg, #b8b8b8, #e0e0e0);
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.chip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 55px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.chip::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.card-network-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    opacity: 0.8;
}

.bank-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iban-number {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: monospace;
    word-spacing: 4px;
}

.account-holder {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bank-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.bank-label {
    font-size: 10px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive ajustments */
@media (max-width: 768px) {
    .transaction-filters {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        width: 100%;
    }
}   
/*# sourceMappingURL=style.css.map */

/* Bakiye Geçmişi - Gelişmiş Filtreler Paneli */
.financial-history-container {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.financial-history-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-summary-cards {
    margin-top: 1.5rem;
}

.transaction-summary-card {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: #fff;
    height: 100%;
}

.transaction-summary-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.transaction-summary-card.total-income {
    border-left: 4px solid #28a745;
}

.transaction-summary-card.total-expense {
    border-left: 4px solid #dc3545;
}

.transaction-summary-card.pending-transactions {
    border-left: 4px solid #ffc107;
}

.transaction-summary-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
}

.transaction-summary-card.total-income .transaction-summary-icon {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.transaction-summary-card.total-expense .transaction-summary-icon {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.transaction-summary-card.pending-transactions .transaction-summary-icon {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.transaction-summary-icon i {
    font-size: 1.75rem;
}

.transaction-summary-info {
    flex: 1;
}

.transaction-summary-title {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.transaction-summary-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.25rem;
}

.transaction-summary-desc {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Gelişmiş Filtreleme Paneli */
.advanced-filter-panel {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-header {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-header:hover {
    background-color: #f1f3f5;
}

.filter-header-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    color: #343a40;
}

.filter-header-title i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #0066cc;
}

.filter-toggle-icon {
    font-size: 1.25rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.filter-header[aria-expanded="true"] .filter-toggle-icon {
    transform: rotate(180deg);
}

.filter-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.balance-vis-new-amount {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed rgba(0,0,0,0.1);
  }
  
  .old-balance-strikethrough {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
  }
  
  .new-balance-value {
    color: #0089FF;
    font-weight: bold;
    font-size: 1.15rem;
    margin-top: 2px;
  }
  
  .new-balance-value span::before {
    content: "→ ";
    font-size: 1rem;
    opacity: 0.7;
  }

/* Hızlı Filtre Etiketleri */
.quick-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.filter-tag {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-tag:hover {
    background-color: #e9ecef;
}

.filter-tag.active {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

.filter-tag i {
    margin-right: 0.5rem;
}

/* İşlem Geçmişi Tablosu */
.transaction-history-table-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.transaction-history-table-container {
    overflow-x: auto;
}

.transaction-history-table {
    width: 100%;
    margin-bottom: 0;
}

.transaction-history-table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    padding: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.transaction-history-table tbody td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.transaction-icon.deposit {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.transaction-icon.withdrawal {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.transaction-icon.transfer-in {
    background-color: rgba(0, 123, 255, 0.1);
    color: #0d6efd;
}

.transaction-icon.transfer-out {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.transaction-icon.balance-transfer {
    background-color: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
}

.transaction-icon.purchase {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.transaction-icon.other {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.transaction-info {
    display: flex;
    flex-direction: column;
}

.transaction-type {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.25rem;
}

.transaction-metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.balance-type-indicator {
    padding: 0.125rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-size: 0.7rem;
}

.transaction-description-preview {
    font-style: italic;
    color: #6c757d;
}

.transaction-date {
    display: flex;
    flex-direction: column;
}

.transaction-date .date {
    font-weight: 600;
    color: #343a40;
}

.transaction-date .time {
    font-size: 0.75rem;
    color: #6c757d;
}

.amount {
    font-weight: 600;
    white-space: nowrap;
}

.amount.positive {
    color: #28a745;
}

.amount.negative {
    color: #dc3545;
}

.balance-after {
    font-weight: 600;
    color: #0066cc;
    white-space: nowrap;
}

.status-container {
    display: flex;
    flex-direction: column;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.pending {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.status-badge.completed {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.status-badge.rejected {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.estimated-completion {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Boş Durum */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.empty-state-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 102, 204, 0.1);
    color: #0066cc;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.empty-state h4 {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem;
}

.empty-state p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    max-width: 400px;
}

/* Sayfalama */
.transaction-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-stats {
    font-size: 0.875rem;
    color: #6c757d;
}

.pagination {
    margin-bottom: 0;
}

.page-link {
    color: #0066cc;
    border-color: rgba(0, 0, 0, 0.05);
}

.page-item.active .page-link {
    background-color: #0066cc;
    border-color: #0066cc;
}

/* İnput Icon */
.input-with-icon {
    position: relative;
    display: flex;
    align-items: stretch;
}

.input-icon-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #6c757d;
}

.input-with-icon .form-control {
    padding-left: 35px;
}

.input-with-icon .input-icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 0.875rem;
}

/* Cari Hesap Limiti CSS Stilleri */
.no-credit-info-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.no-credit-info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.no-credit-info-card .icon-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f5f7fa, #e4eaf5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #eaeaea;
}

.no-credit-info-card .icon-circle i {
    font-size: 42px;
    color: #5468ff;
}

.no-credit-info-card h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.credit-info-content {
    max-width: 600px;
    color: #666;
    line-height: 1.6;
}

.credit-info-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 15px;
    background-color: rgba(84, 104, 255, 0.05);
    border-radius: 10px;
}

.credit-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.step-icon i {
    font-size: 24px;
    color: #5468ff;
}

.step-text {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.step-arrow {
    margin: 0 10px;
    color: #5468ff;
    font-size: 20px;
}

@media (max-width: 767px) {
    .credit-info-steps {
        flex-direction: column;
        gap: 15px;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
}

.pending-balance-badge {
    display: inline-flex;
    align-items: center;
    background-color: #fff8e1;
    color: #f9a825;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(249, 168, 37, 0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.pending-balance-badge:hover {
    background-color: #ffecb3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

.pending-balance-badge i {
    margin-right: 5px;
    font-size: 14px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

/* Bayilik Stilleri */
/* Bayilik bilgileri kartı */
.dealer-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 8px;
}

/* İnfo kutuları */
.fp-info-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.05);
    position: relative;
    overflow: hidden;
}

html[data-theme="dark"] .fp-info-item {
    background-color: var(--bs-dark);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
}
html[data-theme="dark"] .fp-list-alt-kategoriler a {
    border: 1px solid #ffffff1a !important;
    background-color: #181818 !important;
    color: #f2f2f2 !important;
}

.fp-info-item .content {
    flex: 1;
}

.fp-info-item .key {
    color: #6e7891;
    font-size: 13px;
    margin-bottom: 5px;
}

.fp-info-item .value {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

html[data-theme="dark"] .fp-info-item .value {
    color: #f8f9fa;
}

.fp-info-item .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--bs-primary);
}

/* Timeline stilleri */
.dealer-timeline {
    position: relative;
}

.timeline-icon .badge {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Avantaj kartları */
.dealer-advantage-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.05);
    transition: all 0.3s ease;
}

html[data-theme="dark"] .dealer-advantage-card {
    background-color: var(--bs-dark);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
}

.dealer-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.advantage-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50%;
}

/* Zaman çizelgesi stilleri */
.timeline-step {
    text-align: center;
    position: relative;
}

.timeline-line {
    height: 3px;
    background-color: #e9ecef;
    width: 80px;
    margin: 0 5px;
}

.inner-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(var(--bs-warning-rgb), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
    }
}

/* Reklam alanı stilleri */
.dealer-promo-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,0.05);
}

html[data-theme="dark"] .dealer-promo-banner {
    background-color: var(--bs-dark);
    border: 1px solid rgba(255,255,255,0.05);
}

.dealer-promo-banner .promo-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    padding: 20px;
}

html[data-theme="dark"] .dealer-promo-banner .promo-image {
    background-color: rgba(0, 0, 0, 0.2);
}

.dealer-promo-banner .promo-content {
    position: relative;
    z-index: 2;
}

.dealer-promo-banner .promo-features {
    margin-left: 10px;
}

.dealer-promo-banner .feature-item {
    font-size: 14px;
}

/* Reklam başlığı (API Entegrasyonu) stilleri */
.dealer-promo-banner .promo-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

html[data-theme="dark"] .dealer-promo-banner .promo-title {
    color: #f8f9fa;
}

@media (max-width: 767.98px) {
    .dealer-promo-banner .promo-image {
        height: 180px;
    }
}

/* Streamer Step Style */
.step {
    display: none;
}

/* Balance Karanlık Mod Stilleri */
html[data-theme=dark] .fp-wallet-container .fp-card-balance,
html[data-theme=dark] .fp-wallet-container .balance-icon-circle,
html[data-theme=dark] .fp-balance-card,
html[data-theme=dark] .fp-wallet-container .payment-method-card,
html[data-theme=dark] .fp-wallet-container .info-card,
html[data-theme=dark] .fp-wallet-container .bank-account-card {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .wallet-tabs {
    border-bottom-color: #333;
}

html[data-theme=dark] .fp-balance-card:before {
    opacity: 0.05;
}

html[data-theme=dark] .fp-wallet-container .wallet-tab-item {
    color: #aaa;
}

html[data-theme=dark] .fp-wallet-container .wallet-tab-item.active {
    color: #0089FF;
    border-bottom-color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .balance-label,
html[data-theme=dark] .fp-wallet-container .info-label,
html[data-theme=dark] .fp-wallet-container .summary-item,
html[data-theme=dark] .fp-wallet-container .method-info,
html[data-theme=dark] .fp-wallet-container .transaction-date .time,
html[data-theme=dark] .fp-wallet-container .transaction-metadata,
html[data-theme=dark] .fp-wallet-container .estimated-completion {
    color: #888;
}

html[data-theme=dark] .fp-wallet-container .balance-amount,
html[data-theme=dark] .fp-wallet-container .total-value,
html[data-theme=dark] .fp-wallet-container .section-title,
html[data-theme=dark] .fp-wallet-container .transaction-type,
html[data-theme=dark] .fp-wallet-container .transaction-date .date,
html[data-theme=dark] .fp-wallet-container .method-name,
html[data-theme=dark] .fp-wallet-container .info-card-header h5,
html[data-theme=dark] .fp-wallet-container .payment-summary .summary-title,
html[data-theme=dark] .fp-wallet-container .info-value,
html[data-theme=dark] .fp-wallet-container .bank-name {
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container .payment-summary,
html[data-theme=dark] .fp-wallet-container .transfer-visualization,
html[data-theme=dark] .fp-wallet-container .balance-visualization,
html[data-theme=dark] .fp-wallet-container .filter-header,
html[data-theme=dark] .fp-wallet-container .advanced-filter-panel,
html[data-theme=dark] .fp-wallet-container .vade-info-box,
html[data-theme=dark] .fp-wallet-container .balance-reminder {
    background-color: #262626;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .filter-tag {
    background-color: #262626;
    border-color: #444;
    color: #ddd;
}

html[data-theme=dark] .fp-wallet-container .filter-tag.active {
    background-color: #0066cc;
    color: #fff;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table thead th {
    background-color: #262626;
    color: #bbb;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table td {
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table-wrapper {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .new-balance-value {
    color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .old-balance-strikethrough {
    color: #666;
}

html[data-theme=dark] .fp-wallet-container .empty-state-icon {
    background-color: rgba(0, 102, 204, 0.2);
    color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .empty-state h4 {
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container .empty-state p {
    color: #999;
}

html[data-theme=dark] .direction-card {
    background-color: #262626;
    border-color: #444;
}

html[data-theme=dark] .direction-option input[type="radio"]:checked + .direction-card {
    border-color: #0089FF;
    box-shadow: 0 0 0 1px #0089FF, 0 4px 12px rgba(0, 137, 255, 0.2);
}

html[data-theme=dark] .bank-card-front {
    background: linear-gradient(135deg, #1e1e1e, #333);
}

html[data-theme=dark] .bank-info {
    background-color: #262626;
}

html[data-theme=dark] .credit-countdown-container,
html[data-theme=dark] .credit-amount-box,
html[data-theme=dark] .active-credit-card,
html[data-theme=dark] .credit-details-card,
html[data-theme=dark] .pre-approved-credit-card {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .active-credit-header {
    background: linear-gradient(135deg, #0088FF, #005cb3);
}

html[data-theme=dark] .credit-payment-date,
html[data-theme=dark] .payment-tip {
    background-color: rgba(25, 135, 84, 0.1);
    color: #2ecc71;
}

html[data-theme=dark] .countdown-unit {
    color: #aaa;
}

html[data-theme=dark] .summary-total,
html[data-theme=dark] .credit-details-item {
    border-color: #333;
}

html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    color: #eee;
}

html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer {
    border-color: #333;
}

html[data-theme=dark] .transaction-detail-header {
    border-color: #333;
}

html[data-theme=dark] .transaction-detail-item {
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme=dark] .detail-label {
    color: #bbb;
}

/* Bakiye tipi ve filtre etiketleri */
html[data-theme=dark] .balance-type-indicator {
    background-color: #333;
    color: #aaa;
}

html[data-theme=dark] .transaction-icon.deposit,
html[data-theme=dark] .transaction-icon.transfer-in,
html[data-theme=dark] .transaction-icon.transfer-out,
html[data-theme=dark] .transaction-icon.withdrawal,
html[data-theme=dark] .transaction-icon.balance-transfer,
html[data-theme=dark] .transaction-icon.purchase,
html[data-theme=dark] .transaction-icon.other {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Pagination stilleri */
html[data-theme=dark] .page-link {
    background-color: #262626;
    border-color: #333;
    color: #ddd;
}

html[data-theme=dark] .page-item.active .page-link {
    background-color: #0089FF;
    border-color: #0089FF;
}

html[data-theme=dark] .page-item.disabled .page-link {
    background-color: #1e1e1e;
    border-color: #333;
    color: #666;
}

/* Havale/EFT Sekmesi için düzeltmeler */
.fp-wallet-container .bank-account-card .bank-name {
    color: #333;
    font-weight: 600;
}

html[data-theme=dark] .fp-wallet-container .bank-account-card .bank-name {
    color: #fff;
}

/* Bakiye transferi kısmındaki input alanları ve form elemanları */
html[data-theme=dark] .fp-wallet-container .form-control,
html[data-theme=dark] .fp-wallet-container .form-select,
html[data-theme=dark] .fp-wallet-container .input-group-text,
html[data-theme=dark] .fp-wallet-container .input-with-icon {
    background-color: #1e1e1e;
    border-color: #333;
    color: #eee;
}

/* Info card ve transfer bilgileri için düzeltmeler */
html[data-theme=dark] .fp-wallet-container .info-card.transfer-info,
html[data-theme=dark] .fp-wallet-container .info-card.withdraw-info,
html[data-theme=dark] .fp-wallet-container .info-card.transfer-between-info {
    background-color: #262626;
    border-color: #333;
}

/* Bakiye kartları için ek stiller */
html[data-theme=dark] .fp-balance-cards .fp-balance-card.available-balance,
html[data-theme=dark] .fp-balance-cards .fp-balance-card.withdrawable-balance {
    background-color: #1e1e1e;
    border-color: #333;
}

/* Bakiye geçmişi sayfası için ek stiller */
html[data-theme=dark] .fp-wallet-container .financial-history-container,
html[data-theme=dark] .fp-wallet-container .financial-history-header,
html[data-theme=dark] .fp-wallet-container .transaction-summary-cards,
html[data-theme=dark] .fp-wallet-container .transaction-summary-card,
html[data-theme=dark] .fp-wallet-container .transaction-pagination,
html[data-theme=dark] .balance-type-filter .btn-outline-primary {
    background-color: #1e1e1e;
    color: #eee;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .filter-header,
html[data-theme=dark] .fp-wallet-container .filter-body {
    background-color: #262626;
    border-color: #333;
}

/* Cari hesap limiti sayfası için ek stiller */
html[data-theme=dark] #credit-form,
html[data-theme=dark] .credit-terms-checkbox,
html[data-theme=dark] .credit-note,
html[data-theme=dark] .credit-info-list,
html[data-theme=dark] .credit-info-item,
html[data-theme=dark] .credit-payment-instruction,
html[data-theme=dark] .payment-history,
html[data-theme=dark] .fp-wallet-container .active-credit-detail-card .card-header,
html[data-theme=dark] .fp-wallet-container .active-credit-detail-card .card-body {
    background-color: #1e1e1e;
    border-color: #333;
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container table {
    color: #ddd;
}

html[data-theme=dark] .fp-wallet-container .table-sm thead th,
html[data-theme=dark] .fp-wallet-container .custom-table thead th {
    background-color: #262626;
    border-color: #333;
    color: #aaa;
}

html[data-theme=dark] .fp-wallet-container .table-sm tbody td,
html[data-theme=dark] .fp-wallet-container .custom-table tbody td {
    border-color: #333;
}

/* Modal ek stilleri */
html[data-theme=dark] #creditPaymentModal .modal-content,
html[data-theme=dark] #transactionDetailModal .modal-content,
html[data-theme=dark] #modal-banka-hesabi .modal-content {
    background-color: #1e1e1e;
    color: #eee;
}

html[data-theme=dark] .modal .form-text {
    color: #aaa;
}

html[data-theme=dark] .modal .alert-info {
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.25);
    color: #5d9cec;
}

html[data-theme=dark] .modal .payment-summary {
    background-color: #262626;
    border-color: #333;
}

/* Form elemanlarına hover durumları */
html[data-theme=dark] .fp-wallet-container .form-control:focus,
html[data-theme=dark] .fp-wallet-container .form-select:focus {
    border-color: #0089FF;
    box-shadow: 0 0 0 0.25rem rgba(0, 137, 255, 0.25);
    background-color: #262626;
}

/* Daha spesifik düzeltmeler - TL kutuları, bilgi kartları ve tablolar için */
html[data-theme=dark] .fp-wallet-container .input-with-icon .input-icon-right,
html[data-theme=dark] .fp-wallet-container .input-with-icon .input-icon-left,
html[data-theme=dark] .fp-wallet-container .input-with-icon .form-control,
html[data-theme=dark] .fp-wallet-container .input-group .input-group-text,
html[data-theme=dark] .fp-wallet-container .input-group .form-control {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

/* Bakiye Kartları Kesin Düzeltme */
html[data-theme=dark] .fp-balance-cards .row,
html[data-theme=dark] .fp-balance-cards .col-md-6,
html[data-theme=dark] .fp-balance-cards .fp-balance-card,
html[data-theme=dark] .fp-balance-cards .available-balance,
html[data-theme=dark] .fp-balance-cards .withdrawable-balance {
    background-color: transparent !important;
}

html[data-theme=dark] .fp-balance-card {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .available-balance:before,
html[data-theme=dark] .withdrawable-balance:before {
    opacity: 0.05;
}

/* Bilgi ve Transfer Kartları Spesifik Düzeltme */
html[data-theme=dark] .info-card,
html[data-theme=dark] .info-card.transfer-info,
html[data-theme=dark] .info-card.withdraw-info,
html[data-theme=dark] .info-card.transfer-between-info,
html[data-theme=dark] .transfer-between-info,
html[data-theme=dark] .withdraw-info,
html[data-theme=dark] .transfer-info {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .info-card-header,
html[data-theme=dark] .info-card-body {
    background-color: #1e1e1e !important;
}

/* Bakiye Geçmişi Düzeltmeler */
html[data-theme=dark] .financial-history-container,
html[data-theme=dark] .financial-history-header,
html[data-theme=dark] .transaction-history-table-wrapper,
html[data-theme=dark] .transaction-history-table-container,
html[data-theme=dark] .transaction-history-table {
    background-color: #1e1e1e !important;
    color: #eee !important;
    border-color: #333 !important;
}

html[data-theme=dark] .balance-type-filter .btn.btn-outline-primary {
    background-color: transparent !important;
    color: #0089FF !important;
    border-color: #0089FF !important;
}

html[data-theme=dark] .balance-type-filter .btn.btn-primary {
    background-color: #0089FF !important;
    color: #fff !important;
    border-color: #0089FF !important;
}

html[data-theme=dark] .advanced-filter-panel,
html[data-theme=dark] .filter-header,
html[data-theme=dark] .filter-body,
html[data-theme=dark] .quick-filter-tags {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .filter-tag {
    background-color: #262626 !important;
    border-color: #444 !important;
    color: #ddd !important;
}

html[data-theme=dark] .filter-tag.active {
    background-color: #0066cc !important;
    color: #fff !important;
}

/* Kredi/Cari Hesap Sayfası Düzeltmeleri */
html[data-theme=dark] #credit-form,
html[data-theme=dark] .credit-application-form,
html[data-theme=dark] .active-credit-detail-card,
html[data-theme=dark] .no-credit-info-card,
html[data-theme=dark] .credit-details-card {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

html[data-theme=dark] .active-credit-detail-card .card-header,
html[data-theme=dark] .active-credit-detail-card .card-body,
html[data-theme=dark] .no-credit-info-card .card-body {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .credit-info-list,
html[data-theme=dark] .credit-info-item,
html[data-theme=dark] .credit-payment-instruction,
html[data-theme=dark] .credit-info-content {
    border-color: #333 !important;
}

/* Tablo düzeltmeleri */
html[data-theme=dark] .table,
html[data-theme=dark] .table thead th,
html[data-theme=dark] .table tbody td,
html[data-theme=dark] .custom-table,
html[data-theme=dark] .custom-table thead th,
html[data-theme=dark] .custom-table tbody td {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #ddd !important;
}

html[data-theme=dark] .table thead th,
html[data-theme=dark] .custom-table thead th {
    background-color: #262626 !important;
    color: #bbb !important;
}

/* Form Grupları ve Formlar */
html[data-theme=dark] .form-group,
html[data-theme=dark] .form-label,
html[data-theme=dark] .form-check-label {
    color: #ddd !important;
}

/* Genel Arka Plan Düzeltmesi */
html[data-theme=dark] .fp-wallet-container,
html[data-theme=dark] .fp-wallet-container .container-fluid,
html[data-theme=dark] .fp-wallet-container .row,
html[data-theme=dark] .fp-wallet-container .col-lg-9,
html[data-theme=dark] .fp-wallet-container .col-lg-7,
html[data-theme=dark] .fp-wallet-container .col-lg-5 {
    background-color: transparent !important;
}

html[data-theme=dark] .modal-body,
html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer,
html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

html[data-theme=dark] .modal-body,
html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer,
html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

/* Bakiyeler arası transfer düzeltmeleri */
html[data-theme=dark] .balance-vis-amount,
html[data-theme=dark] .balance-amount,
html[data-theme=dark] .balance-visualization .balance-vis-amount {
    color: #fff !important;
}

html[data-theme=dark] .transfer-visualization {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    padding: 20px;
}

html[data-theme=dark] .balance-visualization {
    background-color: #262626 !important;
    border-color: #333 !important;
}

/* Gelişmiş filtreler ve başlıklar */
html[data-theme=dark] .filter-header-title,
html[data-theme=dark] .filter-header-title span,
html[data-theme=dark] .filter-header i,
html[data-theme=dark] .filter-toggle-icon i {
    color: #fff !important;
}

/* Cari hesap limiti sayfası */
html[data-theme=dark] .no-credit-info-card,
html[data-theme=dark] .no-credit-info-card .card-body,
html[data-theme=dark] .no-credit-info-card .d-flex {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .no-credit-info-card h4,
html[data-theme=dark] .no-credit-info-card p {
    color: #fff !important;
}

html[data-theme=dark] .credit-info-steps {
    background-color: rgba(0, 137, 255, 0.1) !important;
    border-radius: 8px;
    padding: 15px;
}

html[data-theme=dark] .step-icon,
html[data-theme=dark] .icon-circle {
    background-color: #333 !important;
}

html[data-theme=dark] .icon-circle i {
    color: #0089FF !important;
}

/* Tablo ve işlem geçmişi */
html[data-theme=dark] .transaction-history-table th,
html[data-theme=dark] .transaction-history-table td {
    background-color: #1e1e1e !important;
    color: #eee !important;
    border-color: #333 !important;
}

html[data-theme=dark] .transaction-history-table thead th {
    background-color: #262626 !important;
}

html[data-theme=dark] .transaction-icon {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 1200px) {
    .fp-header .btn-all-categories {
        display: none;
    }
}
@media (max-width: 1200px) {
    a.link.cekilisler {
    position: relative;
    display: inline-block;
}
a.link.cekilisler span.badge.new {
    right: 32%;
}
    .header-dropdown-area{
        position: relative;
        top: inherit;
        width: 100%;
    }
    .fp-navbar a.all-categories.link {
        display: none;
    }
    .header-top-right{justify-content: center;}
    .header-top-left{display: none;}
    .mobile-notification{display: none;}
        .fp-navbar {
        position: fixed !important;
        left: 0;
        bottom: 62px;
        height: calc(100vh - 181px - 49px - 44px);
        width: 100%;
        display: none;
        overflow-y: auto;
    }
        .fp-header .right-area {
        display: none;
    }
        .fp-header .search {
        width: 100%;
    }
    .fp-header .grid {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
       .fp-order-item-new .body-area .flex-info .flex-info-item {
        font-size: 13px;
    }
    .fp-footer-features {
        display: none;
    }
    .fp-home-slider-mini-grid {
        display: block;
        grid-template-columns: inherit;
        grid-gap: 15px;
    }
    .index-grid-img-area {
  flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
}
@media (max-width: 768px) {
    .fp-testimonials .head-area{display: block;}
        .copyright-text {
        text-align: center;
    }
    .fp-slider-area .blur-img {
        height: 200px;
    }
        .payment-methods {
        justify-content: center;
        margin-top: 20px;
    }
    
    .copyright-text {
        text-align: center;
    }
    
    .payment-methods img {
        margin: 5px;
    }
     #custom-whatsapp-button {
            bottom: 80px;
            padding: 8px;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            justify-content: center;
        }
        #custom-whatsapp-button span {
            display: none;
        }
        #custom-whatsapp-button img {
            margin-right: 0;
            width: 30px;
            height: 30px;
        }
        .footer-top .container {
    padding: 5px;
}
    .footer-top {
        padding: 40px 0 20px;
        padding-bottom: 0;
    }
.fp-footer .footer-body {
    padding: 0;
}
}



@media (min-width: 769px) {
    .fp-header .grid {
        grid-template-columns: auto 1fr auto;
        gap: 24px;
        align-items: center;
        display: grid !important;
    }
}





    .campaign-notification {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .campaign-notification .icon-area {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255, 107, 107, 0.1);
        border: 2px solid rgba(255, 107, 107, 0.3);
        border-radius: 50%;
        color: #ff6b6b;
        font-size: 16px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        overflow: hidden;
    }

    .campaign-notification .icon-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        border-radius: 50%;
        opacity: 0;
        transform: scale(0);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: 1;
    }

    .campaign-notification .icon-area i {
        position: relative;
        z-index: 2;
        transition: all 0.4s ease;
    }

    .campaign-notification:hover .icon-area {
        transform: scale(1.1) rotate(15deg);
        border-color: rgba(255, 107, 107, 0.6);
        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    }

    .campaign-notification:hover .icon-area::before {
        opacity: 1;
        transform: scale(1);
    }

    .campaign-notification:hover .icon-area i {
        color: white;
        transform: scale(1.1);
    }

    .campaign-notification .icon-area {
        animation: gentlePulse 3s ease-in-out infinite;
    }

    /* Tooltip styles */
    .campaign-notification::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.9);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .campaign-notification::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgba(0, 0, 0, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .campaign-notification:hover::before,
    .campaign-notification:hover::after {
        opacity: 1;
        visibility: visible;
    }

    /* Gentle pulse animation */
    @keyframes gentlePulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.4);
            transform: scale(1);
        }
        50% {
            box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
            transform: scale(1.05);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
            transform: scale(1);
        }
    }

    /* Dark theme adjustments */
    [data-theme="dark"] .campaign-notification .icon-area {
        background: rgba(255, 107, 107, 0.15);
        border-color: rgba(255, 107, 107, 0.4);
    }

    [data-theme="dark"] .campaign-notification:hover .icon-area {
        border-color: rgba(255, 107, 107, 0.7);
    }

    [data-theme="dark"] .campaign-notification::before {
        background: rgba(255, 255, 255, 0.95);
        color: #333;
    }

    [data-theme="dark"] .campaign-notification::after {
        border-bottom-color: rgba(255, 255, 255, 0.95);
    }

    /* User display styles */
    .user-display {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        margin-right: 8px;
        height: 44px;
        box-sizing: border-box;
        position: relative;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="dark"] .user-display {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Balance area styles */
    .balance-area {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        margin-right: 8px;
        height: 44px;
        box-sizing: border-box;
        position: relative;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="dark"] .balance-area {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .balance-area:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    .user-display:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    .user-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.2;
    }

    .user-info .username {
        font-size: 14px;
        font-weight: 500;
        color: var(--text-color);
    }

    .user-display:hover .user-info .username {
        color: #0d6efd;
    }

    .user-info .balance {
        font-size: 12px;
        color: #22c55e;
        margin-top: 1px;
        font-weight: 500;
        text-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
        animation: balanceGlow 2s ease-in-out infinite alternate;
    }

    .user-display:hover .user-info .balance {
        color: #22c55e;
    }

    /* Balance dropdown styles */
    .balance-container {
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .balance-trigger {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 2px 6px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .balance-trigger:hover {
        background: rgba(108, 117, 125, 0.1);
    }

    .balance-text {
        font-size: 14px;
        color: var(--text-color);
        margin-top: 1px;
        font-weight: 500;
    }

    .balance-arrow {
        color: var(--text-color);
        font-size: 16px;
        transition: transform 0.3s ease;
        margin-left: auto;
    }

    .balance-container:hover .balance-arrow,
    .balance-container.dropdown-active .balance-arrow {
        transform: rotate(180deg);
    }

    .balance-dropdown {
        position: absolute;
        top: 100%;
        left: -150px;
        width: 320px;
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 9999;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    /* Light theme specific styles */
    [data-theme="light"] .balance-dropdown {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    /* Dark theme specific styles */
    [data-theme="dark"] .balance-dropdown {
        background: #1a1a1a;
        border: 1px solid #333;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .balance-container:hover .balance-dropdown,
    .balance-trigger:active + .balance-dropdown,
    .balance-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .balance-dropdown-header {
        display: block;
        text-align: center;
        margin-bottom: 16px;
        text-decoration: none;
        color: inherit;
        padding: 8px 8px 16px 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
        cursor: pointer;
        border-bottom: 1px solid var(--border-color);
        position: relative;
    }

    [data-theme="light"] .balance-dropdown-header {
        border-bottom: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-dropdown-header {
        border-bottom: 1px solid rgba(51, 51, 51, 0.6);
    }

    .balance-dropdown-header:hover {
        background: rgba(108, 117, 125, 0.05);
        text-decoration: none;
        color: inherit;
        transform: translateY(-1px);
    }

    .balance-dropdown-header h6 {
        color: #888;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        transition: color 0.3s ease;
    }

    [data-theme="light"] .balance-dropdown-header h6 {
        color: #6b7280;
    }

    [data-theme="dark"] .balance-dropdown-header h6 {
        color: #888;
    }

    .balance-dropdown-header:hover h6 {
        color: var(--text-color);
    }

    .current-balance {
        font-size: 28px;
        font-weight: 600;
        color: var(--text-color);
        margin-top: 6px;
    }

    .balance-load-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 12px 16px 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        text-decoration: none;
        border-radius: 12px;
        font-weight: 500;
        margin-bottom: 16px;
        transition: all 0.3s ease;
        border-bottom: 1px solid var(--border-color);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="light"] .balance-load-btn {
        border-bottom: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-load-btn {
        border-bottom: 1px solid rgba(51, 51, 51, 0.6);
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .balance-load-btn:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    /* Dropdown açıldığında bakiye yükle butonu mavi olsun */
    .balance-container:hover .balance-load-btn,
    .balance-container.dropdown-active .balance-load-btn {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
    }

    [data-theme="dark"] .balance-container:hover .balance-load-btn,
    [data-theme="dark"] .balance-container.dropdown-active .balance-load-btn {
        background: rgba(13, 110, 253, 0.15);
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

    .balance-transactions {
        border-top: 1px solid var(--border-color);
        padding-top: 16px;
    }

    [data-theme="light"] .balance-transactions {
        border-top: 1px solid #e5e7eb;
    }

    [data-theme="dark"] .balance-transactions {
        border-top: 1px solid rgba(51, 51, 51, 0.6);
    }

    .transaction-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: #888;
        margin-bottom: 12px;
        font-weight: 500;
    }

    [data-theme="light"] .transaction-header {
        color: #6b7280;
    }

    [data-theme="dark"] .transaction-header {
        color: #888;
    }

    .transaction-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid var(--border-color);
    }

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

    [data-theme="light"] .transaction-item {
        border-bottom: 1px solid #f3f4f6;
    }

    [data-theme="dark"] .transaction-item {
        border-bottom: 1px solid #333;
    }

    .transaction-icon {
        width: 32px;
        height: 32px;
        background: rgba(108, 117, 125, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .transaction-icon i {
        color: var(--text-color);
        font-size: 14px;
    }

    .transaction-details {
        flex: 1;
    }

    .transaction-title {
        font-size: 13px;
        color: var(--text-color);
        font-weight: 500;
        line-height: 1.2;
    }

    [data-theme="light"] .transaction-title {
        color: #374151;
    }

    [data-theme="dark"] .transaction-title {
        color: #fff;
    }

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

    [data-theme="light"] .transaction-date {
        color: #6b7280;
    }

    [data-theme="dark"] .transaction-date {
        color: #888;
    }

    .transaction-amount {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-color);
    }

    /* No transactions styles */
    .no-transactions {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .no-transactions-icon {
        width: 48px;
        height: 48px;
        background: rgba(136, 136, 136, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .no-transactions-icon i {
        color: #888;
        font-size: 20px;
    }

    .no-transactions-title {
        font-size: 14px;
        color: var(--text-color);
        font-weight: 500;
        margin-bottom: 4px;
    }

    [data-theme="light"] .no-transactions-title {
        color: #374151;
    }

    [data-theme="dark"] .no-transactions-title {
        color: #fff;
    }

    .no-transactions-desc {
        font-size: 12px;
        color: #888;
        line-height: 1.4;
    }

    [data-theme="light"] .no-transactions-desc {
        color: #6b7280;
    }

    [data-theme="dark"] .no-transactions-desc {
        color: #888;
    }



    /* Profile menu button styles */
    .user-dropdown-trigger {
        position: relative;
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        color: var(--text-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 8px 12px;
        text-decoration: none;
        margin-right: 8px;
    }

    .user-dropdown-trigger:hover {
        background: var(--hover-bg);
        border-color: var(--primary-color);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        color: var(--text-color);
        text-decoration: none;
    }
    
    .user-dropdown-trigger.active {
        background: var(--hover-bg);
        border-color: var(--primary-color);
    }
    
    .user-dropdown-trigger .user-info {
        display: flex;
        flex-direction: column;
        margin-right: 8px;
    }
    
    .user-dropdown-trigger .username {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: var(--text-color);
    }
    
    .dropdown-arrow {
        font-size: 16px;
        margin-left: 4px;
        transition: all 0.3s ease;
        color: var(--text-color);
    }

    .user-display:hover .dropdown-arrow {
        color: #0d6efd;
    }
    
    .user-dropdown-trigger.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    /* Profile dropdown header styles */
    .fp-dropdown-header {
        position: relative;
        margin: -12px -12px 16px -12px;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        height: 80px;
    }

    .header-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://www.almancax.com/wp-content/uploads/2022/12/oyun-yapma-programlari.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header-background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    }

    .header-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        padding: 16px;
        height: 100%;
        gap: 12px;
    }

    .user-avatar {
        flex-shrink: 0;
    }

    .user-avatar img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.3);
        object-fit: cover;
    }

    .user-details {
        flex: 1;
        color: white;
    }

    .user-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .user-balance {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.9;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    /* Profile dropdown container */
    .fp-topnav-dropdown {
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        min-width: 270px;
        position: absolute;
        top: 100%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 99999;
        display: none;
    }

    .fp-topnav-dropdown.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: block !important;
    }

    [data-theme="light"] .fp-topnav-dropdown {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    [data-theme="dark"] .fp-topnav-dropdown {
        background: #1a1a1a;
        border: 1px solid #333;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    /* Modern Header Styles */
    .fp-topnav {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px 0;
        position: relative;
        z-index: 1000;
    }

    [data-theme="dark"] .fp-topnav {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .welcome-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
        padding: 6px 12px;
        border-radius: 20px;
        border: 1px solid rgba(34, 197, 94, 0.2);
        font-size: 13px;
        font-weight: 500;
        color: var(--text-color);
        transition: all 0.3s ease;
    }

    .welcome-badge i {
        color: #22c55e;
        font-size: 14px;
    }

    .welcome-badge:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
    }

    .topnav-link {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 10px;
        color: var(--text-color);
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        transition: all 0.3s ease;
        opacity: 0.8;
    }

    .topnav-link:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-1px);
        color: var(--text-color);
        text-decoration: none;
    }

    [data-theme="dark"] .topnav-link:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .topnav-link i {
        font-size: 14px;
    }

         /* Modern Header Main */
     .fp-header {
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
         backdrop-filter: blur(20px);
         border-bottom: 1px solid rgba(0, 0, 0, 0.05);
         padding: 16px 0;
         position: relative;
         z-index: 999;
         box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
         margin: 0;
     }

    [data-theme="dark"] .fp-header {
        background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.9));
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        margin-bottom: 1px !important;
    }

    .fp-header .grid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 24px;
        align-items: center;
    }

    .logo-area {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .logo {
        transition: all 0.3s ease;
    }

    .logo:hover {
        transform: scale(1.05);
    }

    .search {
        max-width: 500px;
        position: relative;
    }

    .search-box {
        /* position: relative; */
        background: rgba(255, 255, 255, 0.8);
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 14px;
        padding: 0px;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }

    [data-theme="dark"] .search-box {
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.1);
        /* padding: 0; */
    }

    .search-box:focus-within {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
        transform: translateY(-2px);
    }

    .search-box input {
        border: none;
        background: transparent;
        padding: 14px 50px 14px 20px;
        font-size: 14px;
        border-radius: 14px !important;
        width: 100%;
        color: var(--text-color);
    }

    .search-box input:focus {
        outline: none;
        box-shadow: none;
    }

    .search-box .icon {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #6b7280;
        font-size: 18px;
    }

    .right-area {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    


    /* Header Action Buttons - Ortak stil */
    .header-action-btn,
    .fp-color-selector .link,
    .btn.btn-icon,
    .right-link {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--text-color);
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    [data-theme="dark"] .header-action-btn,
    [data-theme="dark"] .fp-color-selector .link,
    [data-theme="dark"] .btn.btn-icon,
    [data-theme="dark"] .right-link {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .header-action-btn:hover,
    .btn.btn-icon:hover,
    .right-link:hover {
        background: rgba(13, 110, 253, 0.1);
        border-color: #0d6efd;
        transform: translateY(-2px);
        color: #0d6efd;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    }

    .header-action-btn i,
    .btn.btn-icon i,
    .right-link i {
        font-size: 24px;
        transition: all 0.3s ease;
        opacity: 1;
        color: currentColor;
    }
    
    /* Sepet ve bildirim iconlarını tam eşitle */
    .btn.btn-icon i,
    .right-link i {
        font-size: 24px;
        font-weight: 500;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        line-height: 1;
    }
    
    /* Notification iconunu tam 44x44 boyutunda zorla */
    .right-link.notification {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }
    
    .right-link.notification i {
        font-size: 24px !important;
        font-weight: 500 !important;
        opacity: 0.9 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
        line-height: 1 !important;
    }
    
    /* Sepet, bildirim ve theme toggle tuşlarını tam eşitle */
    .btn.btn-icon,
    .right-link,
    .theme-toggle-btn {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px;
        min-height: 44px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0;
    }

    .header-action-btn:hover i,
    .btn.btn-icon:hover i,
    .right-link:hover i {
        transform: scale(1.1);
        opacity: 1;
    }
    
    /* Sepet ve bildirim hover efektlerini eşitle */
    .btn.btn-icon:hover i,
    .right-link:hover i {
        transform: scale(1.15);
        opacity: 1;
        font-weight: 600;
    }
    
    /* Notification hover efektini güçlendir */
    .right-link.notification:hover i {
        transform: scale(1.15) !important;
        opacity: 1 !important;
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    /* Badge/Number styling */
    .header-action-btn .number,
    .btn.btn-icon .number,
    .right-link .number {
        position: absolute;
        top: -6px;
        right: -6px;
        background: linear-gradient(135deg, #dc3545, #b02a37);
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 600;
        border: 2px solid var(--bg-color);
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        }
        50% {
            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.5);
        }
        100% {
            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        }
    }

    .btn.btn-primary {
        background: linear-gradient(135deg, #0d6efd, #0056b3);
        border: none;
        border-radius: 12px;
        padding: 10px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
    }

    .btn.btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
    }

    .btn.btn-success {
        background: linear-gradient(135deg, #198754, #146c43);
        border: none;
        border-radius: 12px;
        padding: 10px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.2);
    }

    .btn.btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(25, 135, 84, 0.3);
    }

    /* User-Friendly Authentication Buttons - Daire Şeklinde */
    .auth-buttons-container {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .auth-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-decoration: none;
        position: relative;
        transition: all 0.2s ease;
        border: 2px solid;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
    }

    /* Login Button - Soft Blue */
    .auth-btn-login {
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
    }

    .auth-btn-login:hover {
        background: #0d6efd;
        color: white;

        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
        text-decoration: none;
    }

    /* Register Button - Soft Green */
    .auth-btn-register {
        border-color: #198754;
        color: #198754;
        box-shadow: 0 2px 8px rgba(25, 135, 84, 0.15);
    }

    .auth-btn-register:hover {
        background: #198754;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.25);
        text-decoration: none;
    }

    /* Auth Button Icon */
    .auth-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px;
        transition: all 0.2s ease;
    }

    .auth-btn-icon i {
        font-size: 18px;
        transition: all 0.2s ease;
    }

    /* Auth Button Text */
    .auth-btn-text {
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        transition: all 0.2s ease;
    }

    .auth-btn:hover .auth-btn-text {
        font-weight: 600;
    }

    /* Dark Theme Support */
    [data-theme="dark"] .auth-btn {
        background: rgba(0, 0, 0, 0.7);
    }

    [data-theme="dark"] .auth-btn-login {
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25);
    }

    [data-theme="dark"] .auth-btn-register {
        box-shadow: 0 2px 8px rgba(25, 135, 84, 0.25);
    }

    /* Desktop Auth Buttons - Ensure original design */
    @media (min-width: 769px) {
        .auth-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            text-decoration: none;
            position: relative;
            transition: all 0.2s ease;
            border: 2px solid;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
        }

        .auth-btn-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2px;
            transition: all 0.2s ease;
        }

        .auth-btn-icon i {
            font-size: 18px;
            transition: all 0.2s ease;
        }

        .auth-btn-text {
            font-size: 10px;
            font-weight: 500;
            text-align: center;
            line-height: 1;
            transition: all 0.2s ease;
            display: block;
        }

        .auth-buttons-container {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        /* Desktop Auth Button Hover Styles */
        .auth-btn-login {
            border-color: #0d6efd;
            color: #0d6efd;
            box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
        }

        .auth-btn-login:hover {
            background: #0d6efd;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
            text-decoration: none;
        }

        .auth-btn-register {
            border-color: #198754;
            color: #198754;
            box-shadow: 0 2px 8px rgba(25, 135, 84, 0.15);
        }

        .auth-btn-register:hover {
            background: #198754;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(25, 135, 84, 0.25);
            text-decoration: none;
        }

        .auth-btn:hover .auth-btn-text {
            font-weight: 600;
        }
    }

    /* Mobile Responsive - Auth buttons are now handled by desktop query and mobile nav bar */

    /* Touch device improvements */
    @media (hover: none) and (pointer: coarse) {
        .auth-btn:hover {
            transform: none;
        }
        
        .auth-btn:active {
            transform: scale(0.95);
        }
        
        .auth-btn-login:active {
            background: rgba(13, 110, 253, 0.1);
            transform: scale(0.95);
        }
        
        .auth-btn-register:active {
            background: rgba(25, 135, 84, 0.1);
            transform: scale(0.95);
        }
    }

         /* Modern Navbar */
     .fp-navbar {
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
         backdrop-filter: blur(20px);
         border-bottom: 1px solid rgba(0, 0, 0, 0.05);
         padding: 12px 0;
         position: relative;
         z-index: 2 !important;
         margin: 0;
         margin-top: -1px;
     }

    [data-theme="dark"] .fp-navbar {
        background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.95));
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .fp-navbar .link {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: 12px;
        color: var(--text-color);
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
    }

    .fp-navbar .link:hover {
        background: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
        transform: translateY(-2px);
        text-decoration: none;
    }

    .fp-navbar .link .icon-area {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgba(13, 110, 253, 0.1);
        transition: all 0.3s ease;
    }

    .fp-navbar .link:hover .icon-area {
        background: rgba(13, 110, 253, 0.2);
        transform: scale(1.1);
    }

    .fp-navbar .link .icon-area img {
        width: 20px;
        height: 20px;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
        .fp-header .grid {
            grid-template-columns: auto auto 1fr auto;
            gap: 12px;
            align-items: center;
            display: flex;
            justify-content: space-between !important;
            flex-direction: column;
        }

        .logo-area {
            order: 1;
        }

        .mobile-actions-area {
            order: 2;
            justify-self: start;
        }

        .search {
            order: 4;
            max-width: 100%;
            grid-column: 1 / -1;
            margin-bottom: 6px;
        }

        .right-area {
            order: 3;
            justify-content: flex-end;
            gap: 12px;
        }

        .welcome-badge span {
            display: none;
        }

        .welcome-badge {
            width: 32px;
            height: 32px;
            padding: 0;
            justify-content: center;
        }

        /* Mobile header buttons - increase touch targets */
        .header-action-btn,
        .theme-toggle-btn,
        .btn.btn-icon,
        .right-link {
            width: 48px !important;
            height: 48px !important;
            min-width: 48px !important;
            min-height: 48px !important;
        }

        .header-action-btn i,
        .theme-toggle-btn i,
        .btn.btn-icon i,
        .right-link i {
            font-size: 26px !important;
            width: 26px !important;
            height: 26px !important;
        }

        /* Mobile logo area */
        .logo-area {
            gap: 8px;
            width: 100%;
        }

        .logo-area .logo img {
            height: 40px;
            width: auto;
        }

        .campaign-notification .icon-area {
            width: 32px;
            height: 32px;
        }

        .campaign-notification .icon-area i {
            font-size: 14px;
        }

        /* Mobile search box */
        .search-box {
            height: 48px;
        }

        .search-box input {
            font-size: 16px;
            padding: 12px 50px 12px 16px;
            height: 48px;
        }

        .search-box .icon {
            font-size: 20px;
        }

        /* Mobile balance area */
        .balance-area {
            padding: 6px 10px;
            height: 48px;
        }

        .balance-trigger {
            gap: 4px;
        }

        .balance-text {
            font-size: 12px;
        }

        .balance-coin-icon {
            font-size: 14px;
        }

        .balance-arrow {
            font-size: 14px;
        }

        /* Mobile user display */
        .user-display {
            padding: 6px 10px;
            height: 48px;
        }

        .user-display img {
            width: 24px !important;
            height: 24px !important;
        }

        .user-info .username {
            font-size: 12px;
        }

        .dropdown-arrow {
            font-size: 14px;
        }

        /* Mobile all categories button */
        .btn-all-categories {
            padding: 8px 12px;
            height: 48px;
        }

        .btn-all-categories .btn-text {
            font-size: 14px;
        }

        .btn-all-categories i {
            font-size: 18px;
        }

        /* Mobile dropdown adjustments */
        .balance-dropdown {
            left: -250px;
            width: 280px;
            max-width: 90vw;
        }

        .fp-topnav-dropdown {
            right: -20px;
            min-width: 280px;
            max-width: 90vw;
        }

        .fp-nav-notification-menu {
            right: -20px;
            min-width: 280px;
            max-width: 90vw;
        }

        /* Mobile campaign notification tooltip */
        .campaign-notification::before {
            font-size: 11px;
            padding: 6px 8px;
            max-width: 200px;
            white-space: normal;
            word-wrap: break-word;
        }
    }

    /* Mobile specific styles for smaller screens */
    @media (max-width: 576px) {
        .fp-navbar{z-index:99999999999999 !important;}
        .fp-header .container {
            padding: 0 12px;
        }

        .fp-header .grid {
            gap: 8px;
            /* grid-template-columns: auto auto 1fr auto; */
        }

        .logo-area {
            order: 1;
        }

        .mobile-actions-area {
            order: 2;
            justify-self: start;
        }

        .right-area {
            order: 3;
            justify-self: end;
            gap: 8px;
        }

        .search {
            order: 4;
            grid-column: 1 / -1;
        }

        /* Extra small mobile buttons */
        .header-action-btn,
        .theme-toggle-btn,
        .btn.btn-icon,
        .right-link {
            width: 44px !important;
            height: 44px !important;
            min-width: 44px !important;
            min-height: 44px !important;
        }

        .header-action-btn i,
        .theme-toggle-btn i,
        .btn.btn-icon i,
        .right-link i {
            font-size: 22px !important;
            width: 22px !important;
            height: 22px !important;
        }

        /* Mobile logo */
        .logo-area .logo img {
            height: 20px;
        }

        .campaign-notification .icon-area {
            width: 28px;
            height: 28px;
        }

        .campaign-notification .icon-area i {
            font-size: 12px;
        }

        /* Mobile search */
        .search-box {
            height: 44px;
        }

        .search-box input {
            font-size: 14px;
            padding: 10px 45px 10px 14px;
            height: 44px;
        }

        .search-box .icon {
            font-size: 18px;
            right: 12px;
            top: 72% !important;
        }

        /* Mobile balance area */
        .balance-area {
            padding: 6px 8px;
            height: 44px;
        }

        .balance-text {
            font-size: 11px;
        }

        .balance-coin-icon {
            font-size: 12px;
        }

        .balance-arrow {
            font-size: 12px;
        }

        /* Mobile user display */
        .user-display {
            padding: 6px 8px;
            height: 44px;
        }

        .user-display img {
            width: 20px !important;
            height: 20px !important;
        }

        .user-info .username {
            font-size: 11px;
        }

        .dropdown-arrow {
            font-size: 12px;
        }

        /* Mobile all categories button */
        .btn-all-categories {
            padding: 6px 10px;
            height: 44px;
        }

        .btn-all-categories .btn-text {
            font-size: 13px;
        }

        .btn-all-categories i {
            font-size: 16px;
        }

        /* Mobile dropdown adjustments */
        .balance-dropdown {
            left: -220px;
            width: 260px;
            max-width: 95vw;
            padding: 16px;
        }

        .fp-topnav-dropdown {
            right: -10px;
            min-width: 260px;
            max-width: 95vw;
        }

        .fp-nav-notification-menu {
            right: -10px;
            min-width: 260px;
            max-width: 95vw;
            padding: 12px;
        }

        /* Mobile campaign notification tooltip */
        .campaign-notification::before {
            font-size: 10px;
            padding: 4px 6px;
            max-width: 180px;
            bottom: -35px;
        }
    }

    /* Landscape phone adjustments */
    @media (max-width: 768px) and (orientation: landscape) {
        .fp-header .grid {
            grid-template-columns: auto auto 1fr auto;
            gap: 16px;
        }

        .logo-area {
            order: 1;
        }

        .mobile-actions-area {
            order: 2;
            justify-self: start;
        }

        .search {
            order: 3;
            grid-column: auto;
        }

        .right-area {
            order: 4;
        }

        .btn-all-categories {
            display: none;
        }
    }

    /* Additional mobile improvements */
    @media (max-width: 768px) {
        /* Prevent zoom on input focus */
        .search-box input {
            font-size: 16px !important;
        }

        /* Better touch targets for notifications */
        .fp-nav-notification-menu .fp-nnm-item {
            padding: 16px 12px;
            min-height: 60px;
        }

        /* Better touch targets for profile dropdown */
        .fp-td-link {
            padding: 16px 16px;
            min-height: 50px;
        }

        /* Better spacing for mobile */
        .fp-header {
            padding: 12px 0;
        }

        .fp-header .container {
            padding: 0 16px;
        }

        /* Hide desktop auth buttons on mobile - we use mobile nav bar instead */
        .auth-buttons-container {
            display: none;
        }
    }

    /* Extra small screens */
    @media (max-width: 375px) {
        .fp-header .container {
            padding: 0 12px;
        }

        /* Small mobile header auth buttons are now hidden, only mobile nav bar shows them */
    }

    /* Touch device specific improvements */
    @media (hover: none) and (pointer: coarse) {
        /* Improve touch targets */
        .theme-toggle-btn,
        .btn.btn-icon,
        .right-link,
        .header-action-btn {
            min-height: 48px;
            min-width: 48px;
        }

        /* Remove hover states on touch devices */
        .theme-toggle-btn:hover,
        .btn.btn-icon:hover,
        .right-link:hover,
        .header-action-btn:hover {
            transform: none;
        }

        /* Add active states for touch feedback */
        .theme-toggle-btn:active,
        .btn.btn-icon:active,
        .right-link:active,
        .header-action-btn:active {
            transform: scale(0.95);
            opacity: 0.8;
        }

        /* Better dropdown positioning on touch */
        .balance-dropdown,
        .fp-topnav-dropdown,
        .fp-nav-notification-menu {
            position: fixed;
            top: auto;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%);
            width: 90vw;
            max-width: 400px;
            border-radius: 16px;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        }

        .balance-dropdown.active,
        .fp-topnav-dropdown.active,
        .fp-nav-notification-menu.show-notification {
            transform: translateX(-50%) translateY(0);
        }
    }

     /* Modern Mobile Bar - Improved for touch */
     .fp-mobile-bar {
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
         backdrop-filter: blur(20px);
         border-top: 1px solid rgba(0, 0, 0, 0.05);
         padding: 8px 0;
         position: fixed;
         bottom: 0;
         left: 0;
         right: 0;
         z-index: 1000;
         box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
     }

     [data-theme="dark"] .fp-mobile-bar {
         background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.9));
         border-top: 1px solid rgba(255, 255, 255, 0.05);
         box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
     }

     .fp-mobile-bar .grid {
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         gap: 4px;
         align-items: center;
         height: 70px;
         padding: 0 8px;
     }

     .fp-mobile-bar .link {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 4px;
         color: var(--text-color);
         text-decoration: none;
         padding: 10px 6px;
         border-radius: 12px;
         transition: all 0.3s ease;
         opacity: 0.7;
         min-height: 60px;
         position: relative;
         overflow: hidden;
     }

     .fp-mobile-bar .link:hover,
     .fp-mobile-bar .link.active {
         opacity: 1;
         background: rgba(13, 110, 253, 0.1);
         color: #0d6efd;
         transform: translateY(-2px);
         text-decoration: none;
         box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
     }

     .fp-mobile-bar .link .icon {
         font-size: 22px;
         transition: all 0.3s ease;
         margin-bottom: 2px;
     }

     .fp-mobile-bar .link:hover .icon,
     .fp-mobile-bar .link.active .icon {
         transform: scale(1.15);
         font-weight: 600;
     }

     .fp-mobile-bar .link .text {
         font-size: 10px;
         font-weight: 500;
         text-align: center;
         line-height: 1.2;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
         max-width: 60px;
     }

           /* Mobile navigation active state indicator */
      .fp-mobile-bar .link.active::before {
          content: '';
          position: absolute;
          top: 4px;
          left: 50%;
          transform: translateX(-50%);
          width: 20px;
          height: 3px;
          background: #0d6efd;
          border-radius: 2px;
          opacity: 0.8;
      }

      /* Mobile navigation auth buttons styling */
      .fp-mobile-bar .mobile-login-link:hover,
      .fp-mobile-bar .mobile-login-link.active {
          color: #0d6efd;
          background: rgba(13, 110, 253, 0.1);
      }

      .fp-mobile-bar .mobile-register-link:hover,
      .fp-mobile-bar .mobile-register-link.active {
          color: #198754;
          background: rgba(25, 135, 84, 0.1);
      }

      .fp-mobile-bar .mobile-login-link .icon {
          color: #0d6efd;
      }

      .fp-mobile-bar .mobile-register-link .icon {
          color: #198754;
      }

     /* Mobile navigation responsive adjustments */
     @media (max-width: 414px) {
         .fp-mobile-bar .grid {
             height: 65px;
             padding: 0 4px;
         }

         .fp-mobile-bar .link {
             padding: 8px 4px;
             min-height: 55px;
         }

         .fp-mobile-bar .link .icon {
             font-size: 20px;
         }

         .fp-mobile-bar .link .text {
             font-size: 9px;
             max-width: 50px;
         }
     }

     @media (max-width: 375px) {
         .fp-mobile-bar .grid {
             height: 60px;
             padding: 0 2px;
         }

         .fp-mobile-bar .link {
             padding: 6px 2px;
             min-height: 50px;
         }

         .fp-mobile-bar .link .icon {
             font-size: 18px;
         }

         .fp-mobile-bar .link .text {
             font-size: 8px;
             max-width: 45px;
         }
     }

           /* Notification dropdown modern styling */
      .fp-nav-notification-menu {
          background: var(--bg-color);
          border: 1px solid var(--border-color);
          border-radius: 16px;
          padding: 16px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          min-width: 320px;
          max-width: 400px;
          position: absolute;
          top: 100%;
          right: 0;
          opacity: 0;
          visibility: hidden;
          transform: translateY(-10px);
          transition: all 0.3s ease;
          z-index: 99999;
      }

     [data-theme="light"] .fp-nav-notification-menu {
         background: #ffffff;
         border: 1px solid #e5e7eb;
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     }

     [data-theme="dark"] .fp-nav-notification-menu {
         background: #1a1a1a;
         border: 1px solid #333;
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
     }

           .fp-nav-notification-menu.show-notification {
          opacity: 1 !important;
          visibility: visible !important;
          transform: translateY(0) !important;
          z-index: 99999 !important;
          display: block !important;
      }

      .notification-btn {
          position: relative;
      }

      .notification-btn i {
          font-size: 18px;
      }

      .no-notifications {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          padding: 32px 20px;
          text-align: center;
      }

      .no-notifications-icon {
          width: 56px;
          height: 56px;
          background: rgba(156, 163, 175, 0.1);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 16px;
      }

      .no-notifications-icon i {
          color: #9ca3af;
          font-size: 24px;
      }

      .no-notifications-title {
          font-size: 16px;
          color: var(--text-color);
          font-weight: 600;
          margin-bottom: 6px;
      }

      .no-notifications-desc {
          font-size: 13px;
          color: #9ca3af;
          line-height: 1.4;
      }

      [data-theme="dark"] .no-notifications-desc {
          color: #666;
      }

     .fp-nnm-title {
         font-size: 16px;
         font-weight: 600;
         color: var(--text-color);
         margin-bottom: 12px;
         padding-bottom: 8px;
         border-bottom: 1px solid var(--border-color);
     }

     .fp-nnm-item {
         display: flex;
         align-items: center;
         gap: 12px;
         padding: 12px;
         border-radius: 12px;
         color: var(--text-color);
         text-decoration: none;
         transition: all 0.3s ease;
         margin-bottom: 8px;
         border: 1px solid transparent;
     }

     .fp-nnm-item:hover {
         background: rgba(13, 110, 253, 0.05);
         border-color: rgba(13, 110, 253, 0.1);
         transform: translateY(-1px);
         text-decoration: none;
         color: var(--text-color);
     }

     .fp-nnm-item.new {
         background: rgba(13, 110, 253, 0.1);
         border-color: rgba(13, 110, 253, 0.2);
     }

     .fp-nnm-item-img {
         width: 40px;
         height: 40px;
         border-radius: 50%;
         overflow: hidden;
         flex-shrink: 0;
         border: 2px solid rgba(13, 110, 253, 0.2);
     }

     .fp-nnm-item-img img {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }

     .fp-nnm-item-content {
         flex: 1;
     }

     .fp-nnm-item-title {
         font-size: 14px;
         font-weight: 600;
         color: var(--text-color);
         margin-bottom: 4px;
         line-height: 1.3;
     }

     .fp-nnm-item-text {
         font-size: 12px;
         color: #6b7280;
         line-height: 1.4;
         margin-bottom: 4px;
     }

     [data-theme="dark"] .fp-nnm-item-text {
         color: #888;
     }

     .fp-nnm-item-date {
         font-size: 11px;
         color: #9ca3af;
         opacity: 0.8;
     }

     [data-theme="dark"] .fp-nnm-item-date {
         color: #666;
     }

     .fp-nnm-link {
         display: block;
         text-align: center;
         padding: 10px;
         color: #0d6efd;
         text-decoration: none;
         font-weight: 500;
         border-radius: 8px;
         transition: all 0.3s ease;
         margin-top: 8px;
         border: 1px solid rgba(13, 110, 253, 0.2);
     }

           .fp-nnm-link:hover {
          background: rgba(13, 110, 253, 0.1);
          color: #0d6efd;
          text-decoration: none;
      }

      /* Profile dropdown menu links */
      .fp-dropdown-menu {
          padding: 8px 0;
      }

      .fp-td-link {
          display: flex;
          align-items: center;
          gap: 12px;
          padding: 12px 16px;
          color: var(--text-color);
          text-decoration: none;
          font-weight: 500;
          border-radius: 10px;
          transition: all 0.3s ease;
          margin-bottom: 4px;
          border: 1px solid transparent;
      }

      .fp-td-link:hover {
          background: rgba(13, 110, 253, 0.05);
          border-color: rgba(13, 110, 253, 0.1);
          color: #0d6efd;
          text-decoration: none;
          transform: translateX(4px);
      }

      .fp-td-link i {
          font-size: 16px;
          width: 20px;
          text-align: center;
      }

      .fp-td-link.logout-link {
          color: #dc3545;
          margin-top: -3px;
          border-color: rgba(220, 53, 69, 0.2);
          background: rgba(220, 53, 69, 0.05);
      }

             .fp-td-link.logout-link:hover {
           background: rgba(220, 53, 69, 0.1);
           border-color: rgba(220, 53, 69, 0.3);
           color: #dc3545;
       }

       /* All categories button */
       .btn-all-categories {
           display: flex;
           align-items: center;
           gap: 8px;
           padding: 12px 16px;
           border-radius: 12px;
           font-weight: 500;
           white-space: nowrap;
           transition: all 0.3s ease;
       }

       .btn-all-categories:hover {
           transform: translateY(-2px);
           box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
       }

       .btn-all-categories i {
           font-size: 16px;
       }

       .btn-all-categories .btn-text {
           display: inline-block;
       }

       /* Mobile Actions Area */
       .mobile-actions-area {
           display: flex;
           align-items: center;
           gap: 8px;
       }

               .mobile-auth-buttons {
            display: none;
            gap: 6px;
            align-items: center;
        }

        /* Desktop'ta mobile actions area'yı tamamen gizle */
        @media (min-width: 769px) {
            .mobile-actions-area {
                display: none !important;
            }
            
            /* Desktop için orijinal grid yapısını restore et */
            .fp-header .grid {
                grid-template-columns: auto 1fr auto;
                gap: 24px;
                align-items: center;
            }
            
            /* Desktop'ta auth butonlarını göster */
            .auth-buttons-container {
                display: flex !important;
            }
        }

               .mobile-auth-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 8px 12px;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid;
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            font-size: 12px;
            font-weight: 500;
        }

       .mobile-auth-login {
           background: rgba(13, 110, 253, 0.1);
           border-color: rgba(13, 110, 253, 0.3);
           color: #0d6efd;
       }

       .mobile-auth-register {
           background: rgba(25, 135, 84, 0.1);
           border-color: rgba(25, 135, 84, 0.3);
           color: #198754;
       }

       .mobile-auth-btn:hover {
           transform: translateY(-2px);
           text-decoration: none;
       }

       .mobile-auth-login:hover {
           background: #0d6efd;
           color: white;
           box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
       }

       .mobile-auth-register:hover {
           background: #198754;
           color: white;
           box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
       }

       .mobile-auth-btn i {
           font-size: 18px;
           transition: all 0.3s ease;
       }

       [data-theme="dark"] .mobile-auth-login {
           background: rgba(13, 110, 253, 0.15);
           border-color: rgba(13, 110, 253, 0.4);
       }

       [data-theme="dark"] .mobile-auth-register {
           background: rgba(25, 135, 84, 0.15);
           border-color: rgba(25, 135, 84, 0.4);
       }

       /* Mobile hamburger menu */
       @media (max-width: 768px) {
           .btn-all-categories .btn-text {
               display: none;
           }
           
           .btn-all-categories {
               padding: 10px;
               min-width: 40px;
               justify-content: center;
           }

           .mobile-auth-buttons {
               display: flex;
           }

           .mobile-actions-area {
               /* gap: 10px; */
           }

           .mobile-auth-btn {
               height: 44px;
               padding: 8px 14px;
               font-size: 13px;
           }

           .mobile-auth-btn i {
               font-size: 18px;
           }
       }

       @media (max-width: 576px) {
        .header-action-btn, .fp-color-selector .link, .btn.btn-icon, .right-link{
            width: 44px !important;
            height: 44px;
            display: flex;
        }
           .mobile-actions-area {
               /* gap: 8px; */
           }

           .mobile-auth-buttons {
               gap: 6px;
           }

                       .mobile-auth-btn {
                height: 40px;
                padding: 6px 12px;
                font-size: 12px;
            }

            .mobile-auth-btn i {
                font-size: 16px;
            }
       }

       /* Touch device improvements for mobile auth buttons */
       @media (hover: none) and (pointer: coarse) {
           .mobile-auth-btn:hover {
               transform: none;
           }
           
           .mobile-auth-btn:active {
               transform: scale(0.95);
           }
           
           .mobile-auth-login:active {
               background: rgba(13, 110, 253, 0.2);
           }
           
           .mobile-auth-register:active {
               background: rgba(25, 135, 84, 0.2);
           }
       }

       /* Modern Toast Notification Styles */
       .modern-toast-container {
           position: fixed;
           top: 90px;
           right: 20px;
           z-index: 9999;
           min-width: 350px;
           max-width: 450px;
           display: flex;
           flex-direction: column;
           gap: 10px;
       }

       .modern-toast {
           background: white;
           border-radius: 16px;
           padding: 0;
           min-height: 70px;
           transform: translateX(100%);
           opacity: 0;
           transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
           box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
           border: 1px solid rgba(0, 0, 0, 0.08);
           overflow: hidden;
           position: relative;
       }

       .modern-toast.show {
           transform: translateX(0);
           opacity: 1;
       }

       .modern-toast-content {
           display: flex;
           align-items: center;
           padding: 16px;
           gap: 12px;
           position: relative;
           z-index: 2;
       }

       .modern-toast-icon {
           display: flex;
           align-items: center;
           justify-content: center;
           width: 40px;
           height: 40px;
           border-radius: 12px;
           font-size: 20px;
           flex-shrink: 0;
       }

       .modern-toast-success .modern-toast-icon {
           background: rgba(34, 197, 94, 0.1);
           color: #22c55e;
       }

       .modern-toast-error .modern-toast-icon {
           background: rgba(239, 68, 68, 0.1);
           color: #ef4444;
       }

       .modern-toast-warning .modern-toast-icon {
           background: rgba(251, 191, 36, 0.1);
           color: #f59e0b;
       }

       .modern-toast-info .modern-toast-icon {
           background: rgba(59, 130, 246, 0.1);
           color: #3b82f6;
       }

       .modern-toast-text {
           flex: 1;
           min-width: 0;
       }

       .modern-toast-title {
           font-size: 14px;
           font-weight: 600;
           color: #1f2937;
           margin-bottom: 2px;
           line-height: 1.4;
       }

       .modern-toast-message {
           font-size: 13px;
           color: #6b7280;
           line-height: 1.4;
       }

       .modern-toast-close {
           width: 32px;
           height: 32px;
           border: none;
           background: rgba(107, 114, 128, 0.1);
           border-radius: 8px;
           display: flex;
           align-items: center;
           justify-content: center;
           cursor: pointer;
           transition: all 0.2s ease;
           flex-shrink: 0;
           color: #6b7280;
       }

       .modern-toast-close:hover {
           background: rgba(107, 114, 128, 0.2);
           color: #374151;
       }

       .modern-toast-progress {
           position: absolute;
           bottom: 0;
           left: 0;
           height: 3px;
           background: linear-gradient(90deg, #3b82f6, #1d4ed8);
           border-radius: 0 0 16px 16px;
           width: 100%;
           transition: width 5s linear;
       }

       .modern-toast-success .modern-toast-progress {
           background: linear-gradient(90deg, #22c55e, #16a34a);
       }

       .modern-toast-error .modern-toast-progress {
           background: linear-gradient(90deg, #ef4444, #dc2626);
       }

       .modern-toast-warning .modern-toast-progress {
           background: linear-gradient(90deg, #f59e0b, #d97706);
       }

       /* Dark theme toast styles */
       [data-theme="dark"] .modern-toast {
           background: #1f2937;
           border: 1px solid #374151;
           box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
       }

       [data-theme="dark"] .modern-toast-title {
           color: #f9fafb;
       }

       [data-theme="dark"] .modern-toast-message {
           color: #d1d5db;
       }

       [data-theme="dark"] .modern-toast-close {
           background: rgba(156, 163, 175, 0.1);
           color: #9ca3af;
       }

       [data-theme="dark"] .modern-toast-close:hover {
           background: rgba(156, 163, 175, 0.2);
           color: #d1d5db;
       }

       /* Mobile responsive */
       @media (max-width: 768px) {
           .modern-toast-container {
               top: 70px;
               right: 15px;
               left: 15px;
               min-width: auto;
               max-width: none;
           }
           
           .modern-toast {
               min-height: 60px;
           }
           
           .modern-toast-content {
               padding: 12px;
           }
           
           .modern-toast-icon {
               width: 36px;
               height: 36px;
               font-size: 18px;
           }
           
           .modern-toast-title {
               font-size: 13px;
           }
           
           .modern-toast-message {
               font-size: 12px;
           }
       }



      .fp-header .right-area .right-link.notification {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: var(--text-color);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}
html[data-theme=dark] .footer-list li a:hover{
    color: #3b82f6 !important;
}
.footer-list a:hover{
    color: #3b82f6 !important;
    transform: translateX(5px);
}