﻿body {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

@media (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }
}

a {
    text-decoration: none;
}

.nav-link:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}

.navbar-brand:hover {
    opacity: 0.8;
}
.icon-btn {
    position: relative;
    display: inline-block;
    color: #212529;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

    .icon-btn:hover {
        color: #0d6efd !important;
    }

.badge-count {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(32%, 116%);
    background-color: #ff0018;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 3px;
    border-radius: 999px;
    line-height: 1;
    z-index: 2;
}

.notification-count {
    position: absolute;
    top: -30px;
    right: -3px;
    transform: translate(32%, 116%);
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 999px;
    line-height: 1.1;
    z-index: 2;
}
/* Favorilere Eklendi bilgisi toast */
.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #3395FF;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
}

    .custom-toast.show {
        opacity: 1;
        transform: translateY(0);
    }

.mobil-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100vh; 
    width: 100%;
    height: 92vh; 
    max-height: 100vh;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: bottom 0.35s cubic-bezier(.7,.3,.1,1);

}

    .mobil-menu.show,
    .mobil-menu.active { 
        bottom: 0;
    }

.mobil-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.mobil-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobil-menu-list li a {
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #f1f1f1;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        transition: background 0.2s, color 0.2s;
    }

        .mobil-menu-list li a:hover {
            background-color: #f8f9fa;
            color: #007bff;
        }

    .mobil-menu-list i {
        margin-right: 10px;
        font-size: 18px;
    }

.close-menu {
    font-size: 1.7rem;
    color: #555;
    cursor: pointer;
}

/* Mobil Menü  Bitiş*/


/* Mobil Arama Çubuğu  */
.mobil-search-bar {
    background-color: #ffffff;
    border-top: 1px solid #f1f1f1;
}

    .mobil-search-bar input {
        border-radius: 20px;
        padding: 0.5rem 1rem;
        font-size: 16px;
        border: 1px solid #ddd;
    }

        .mobil-search-bar input:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        }

/* Mobil Arama Bitiş */

/* banner */

.banner-container {
    position: relative;
    overflow: hidden;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    animation: fadeIn 1.2s ease-out;
}

    .banner-content h1 {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #fff;
    }

    .banner-content h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px;
        color: #f0f0f0;
    }

    .banner-content p {
        font-size: 18px;
        margin-bottom: 30px;
        color: #ddd;
    }

.banner-buttons {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.discover-btn, .how-btn {
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.discover-btn {
    background-color: #ff3366;
    color: white;
    box-shadow: 0 4px 20px rgba(255, 51, 102, 0.4);
}

    .discover-btn:hover {
        background-color: #e62e5c;
    }

.how-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

    .how-btn:hover {
        background-color: white;
        color: #222;
    }

.banner-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    color: #fff;
    min-width: 100px;
}

    .stat-item i {
        font-size: 28px;
        margin-bottom: 8px;
        display: block;
    }

    .stat-item span {
        font-size: 24px;
        font-weight: bold;
        display: block;
    }

    .stat-item p {
        margin: 0;
        font-size: 14px;
        color: #ccc;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* banner */




/* stories */

.stories-search-container {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    border-radius: 17px;
}

.stories {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    position: relative;
    background-color: white;
    border-radius: 10px;
}

.story {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 80px;
    flex-shrink: 0;
}

.story-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ccc, #ccc) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .story-circle.hikaye-ekle {
        border: 2px dashed #ccc;
        background: none;
    }

        .story-circle.hikaye-ekle i {
            font-size: 24px;
            color: #666;
        }

.story.live .story-circle {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff6666) border-box;
}

.story-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.story .highlight {
    color: #0066cc;
    font-weight: bold;
}

.story-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .story-nav i {
        font-size: 14px;
        color: #333;
    }

.search-bar {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 8px 15px;
}

    .search-bar i {
        font-size: 16px;
        color: #666;
        margin-right: 10px;
    }

    .search-bar input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 14px;
        color: #333;
    }

        .search-bar input::placeholder {
            color: #999;
        }

/* stories */


/* post */

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px 15px 0px 15px;
}

.post-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.post-info {
    display: flex;
    flex-direction: column;
}

.post-author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

    .post-author .verified {
        color: #0066cc;
        font-size: 12px;
        margin-left: 5px;
    }

.post-location {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.post-more i {
    font-size: 16px;
    color: #666;
}

.post-image {
    width: 100%;
    margin-bottom: 10px;
}

    .post-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
    }

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 15px 15px 0px 15px;
}

.action-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .action-icons i {
        font-size: 16px;
        color: #666;
    }

    .action-icons span {
        font-size: 14px;
        color: #333;
    }

.action-bookmark i {
    font-size: 16px;
    color: #666;
}

.post-content {
    margin: 10px 0;
    padding: 15px;
}

.title-description {
    display: flex;
    flex-direction: row; /* Yan yana dizilim */
    gap: 5px;
    align-items: baseline;
}

.post-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.post-description {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.post-comment-link {
    font-size: 12px;
    color: #0066cc;
    margin: 5px 0;
}

.post-date {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.post-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 15px;
}

.price-info {
    display: flex;
    flex-direction: column;
}

.post-price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.post-price-value {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.details-btn {
    background-color: white;
    border: 1px solid #0066cc;
    color: #0066cc;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

/* post */


/* login */
.login-form-container {
    width: 400px;
    margin: 20px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

    .login-form-container h2 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }

    .form-group select,
    .form-group input[type="email"],
    .form-group input[type="password"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
    }

    .form-group select {
        appearance: none;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%23666" d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
        background-size: 12px;
    }

.password-input {
    position: relative;
}

    .password-input input {
        padding-right: 40px;
    }

    .password-input i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #666;
        cursor: pointer;
    }

.options-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .checkbox-group input {
        width: 16px;
        height: 16px;
    }

    .checkbox-group label {
        font-size: 12px;
        color: #333;
    }

.forgot-password {
    font-size: 12px;
    color: #0066cc;
    text-decoration: none;
}

.submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
}

.signup-link {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

    .signup-link .signup {
        color: #0066cc;
        text-decoration: none;
    }

s
/* login */
/* signup */
.signup-form-container {
    width: 400px;
    margin: 20px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.signup-form-container h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

/* signup */
.signup-form-container {
    width: 400px;
    margin: 20px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

    .signup-form-container h2 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }

    .form-group select,
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group input[type="password"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
    }

    .form-group select {
        appearance: none;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%23666" d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
        background-size: 12px;
    }

.password-input {
    position: relative;
}

    .password-input input {
        padding-right: 40px;
    }

    .password-input i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #666;
        cursor: pointer;
    }

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .checkbox-group input {
        width: 16px;
        height: 16px;
    }

    .checkbox-group label {
        font-size: 12px;
        color: #333;
    }

.submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
}

.login-link {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

    .login-link .login {
        color: #0066cc;
        text-decoration: none;
    }
/* signup */


/* how-it-works */
.how-it-works-container {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
}

    .how-it-works-container h2 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.step-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}

.step-header {
    display: flex;
    justify-content: flex-start; /* Sola yaslı */
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .step-header i {
        font-size: 24px;
        color: #0066cc;
        background-color: #e6f0fa;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.step-number {
    font-size: 16px;
    font-weight: bold;
    color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
/* how-it-works */


/* features */
.features-container {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
}

    .features-container h2 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}

.feature-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .feature-header i {
        font-size: 24px;
        color: #0066cc;
        background-color: #e6f0fa;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.feature-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
/* features */


/* faq */
.faq-container {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
}

    .faq-container h2 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
    }

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-toggle {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

    .faq-question i {
        font-size: 16px;
        color: #666;
        transition: transform 0.3s ease;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    text-align: left;
}

    .faq-answer p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin: 0;
        padding: 0 0 15px;
    }

.faq-toggle:checked ~ .faq-answer {
    max-height: 200px; /* Açıklama metninin yüksekliğine göre ayarlanabilir */
}

.faq-toggle:checked ~ .faq-question i {
    transform: rotate(180deg);
}
/* faq */


/* finance */

.p-btn-finance {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    color: #202020;
    border-radius: 7px;
    padding: 8px 0px;
}

.dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 20px;
    width: 1300px;
    margin: 0 auto;
    background: transparent;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    flex: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .card .title {
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #003087;
        text-transform: uppercase;
    }

        .card .title.risk-title {
            color: #dc3545;
        }

    .card .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .card .amount {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        color: #000000;
    }

        .card .amount.orange {
            color: #ff6200;
        }

        .card .amount.red {
            color: rgb(199, 1, 1);
        }

        .card .amount.green {
            color: #16a34a;
        }

        .card .amount.blue {
            color: #2563eb;
        }

        .card .amount.kahve {
            color: #ca8a04;
        }

    .card .icon {
        width: 32px;
        height: 32px;
    }

    .card .subtext {
        font-size: 12px;
        margin: 5px 0;
        color: #003087;
    }

        .card .subtext.green {
            color: #28a745;
        }

        .card .subtext.red {
            color: #28a745;
            font-weight: bold;
            font-size: 14px;
        }

.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-btn {
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.dropdown-btn {
    background-color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    color: #202020;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

    .dropdown-btn .arrow-ok {
        font-size: 12px;
    }

#time-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-date-btn {
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
}

/* finance */


/* chart.js */

.charts-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 1300px;
    margin: 0 auto;
}

.chart-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    flex: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .chart-card h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #003087;
    }

/* chart.js */

/* kar-zarar grafik */

.charts-container-2 {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px;
}

.chart-box {
    width: 50%;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    /* Halka grafiği için özel küçültme */
    .chart-box:nth-child(2) { /* İkinci chart-box (Kategori Dağılımı) */
        width: 50%; /* Çizgi grafiğine göre daha küçük */
    }

    .chart-box h3 {
        margin-bottom: 15px;
        font-size: 18px;
        color: #333;
    }

canvas {
    max-width: 100%;
    height: auto;
}

/* Canvas boyutunu küçült */
#donutChart {
    max-width: 250px; /* Halka grafiği için daha küçük bir genişlik */
    max-height: 250px;
    margin: 0 auto; /* Ortala */
}

/* kar-zarar grafik */


/* transaction */

.transactions-container {
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

    .transactions-container h4 {
        font-size: 16px;
        margin: 0 0 15px 0;
        color: #000000;
        text-align: left;
    }

.transactions-table {
    width: 100%;
    border-collapse: collapse;
}

    .transactions-table th,
    .transactions-table td {
        padding: 12px 15px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .transactions-table th {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e7eb;
    }

    .transactions-table td {
        border-bottom: 1px solid #e5e7eb;
    }

    .transactions-table .negative {
        color: #dc3545;
    }

    .transactions-table .positive {
        color: #23920d;
    }

    .transactions-table .status {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 12px;
    }

        .transactions-table .status.paid {
            background-color: #d4edda;
            color: #28a745;
        }

        .transactions-table .status.pending {
            background-color: #fff3cd;
            color: #ffc107;
        }

/* transaction */


/* payment */

.payment-container {
    background-color: #ffffff;
    padding: 40px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 1300px;
    margin: 40px auto;
}

.payment-plan {
    font-family: Arial, sans-serif;
    color: #1e293b;
}

    .payment-plan h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

.payment-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

    .payment-box.upcoming {
        background-color: #edf4ff;
    }

    .payment-box.next {
        background-color: #f9f9f9;
    }

.payment-info,
.payment-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.label {
    font-size: 15px;
    color: #64748b;
}

.payment-value,
.date {
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
}


/* payment */


/* Genel Pop-up Arka Plan */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.custom-modal-content {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.card-title {
    min-height: 48px; /* 2 satırlık alan */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
}

.card-description {
    min-height: 72px; /* Tahmini 3 satır */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .modal-header h5 {
        margin: 0;
        font-size: 20px;
        color: #333;
    }

.modal-close {
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #888;
}

.modal-body {
    /*display: flex;*/
    gap: 15px;
    align-items: flex-start;
}

    .modal-body img {
        width: 100px;
        height: 550px;
        object-fit: contain;
        border-radius: 6px;
    }

.modal-details {
    flex: 1;
}

    .modal-details h6 {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: 600;
        color: #111;
    }

    .modal-details p {
        margin: 2px 0;
        font-size: 14px;
        color: #555;
    }

.modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.modal-price {
    font-weight: bold;
    color: #2563eb;
    font-size: 16px;
}

.btn-buy {
    background-color: #10b981;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-buy:hover {
        background-color: #059669;
    }



/* pop up */



.p-btn-disabled {
    display: flex;
    justify-content: center;
    background-color: #eff6ff;
    color: #2563eb;
    border-radius: 10px;
    padding: 6px 0px;
}

.p-btn-disabled-2 {
    width: 130px;
    display: flex;
    justify-content: center;
    background-color: #f0fdf4;
    color: #16a34a;
    border-radius: 10px;
    padding: 6px 0px;
}

.arama {
    width: 500px;
    border-radius: 4px;
    padding: 6px 0px 6px 5px;
    border-width: 1px;
    border-color: #a8a8a8;
}

.active {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 10px;
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.8rem;
}

.active-green {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.8rem;
}

.heart {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 9px 7px 9px 11px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #fff;
    color: #6b6b6b;
    font-size: 0.8rem;
}

.offer .price {
    font-size: 20px;
    color: #2563eb;
    font-weight: bold;
}

.btn-offer {
    border: none;
    padding: 4px 8px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 10px;
}

.offer .buy {
    font-size: 20px;
    color: #16a34a;
    font-weight: bold;
}

.btn-buy {
    border: none;
    padding: 4px 8px;
    background-color: #16a34a;
    color: #fff;
    border-radius: 10px;
}

.card-body .exit {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.card-body .market {
    font-size: 18px;
    font-weight: bold;
    color: #2563eb;
}

.offer .finance {
    font-weight: bold;
    color: #16a34a;
}

.img-small {
    max-width: 64px;
    max-height: 64px;
    border-radius: 7px;
}

.offer .p-bold {
    font-weight: bold;
    color: #000;
}

.image-with-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .text-content p {
        margin: 0;
        line-height: 1.0;
    }

.offer .mini-blue {
    font-size: 15px;
    color: #2563eb;
}

.shield {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 11px;
    border-radius: 13px;
    background-color: #2563eb;
    color: #ffffff;
    font-size: 0.9rem;
}

.img-text-shield-people {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shield-people {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.img-shield-people {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.text-shield-people {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-shield-sellers {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.sellers-span {
    position: relative;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #dbeafe;
    color: #1e40af;
    font-size: 0.8rem;
}

.confirmation {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.8rem;
}

.premium {
    position: absolute;
    top: 10px;
    right: 90px;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #fef9c3;
    color: #854d0e;
    font-size: 0.8rem;
}

.circle-image-sellers {
    position: absolute;
    left: 20px;
    transform: translateY(-120%);
}

.circle-image-sellers-2 {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* tabs */

.tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs label {
        background: none;
        border: none;
        padding: 10px 15px;
        font-weight: 500;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        color: #6c757d;
    }

    .tabs .tab {
        order: 99;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            border-bottom-color: #007bff;
            color: #007bff;
            display: block;
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

/* tabs */

.card {
    border: 0px;
}

/* Collections Page */
.stats-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

    .stats-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    }

    .stats-card i {
        color: #2563eb;
    }

    .stats-card h3 {
        font-size: 1.75rem;
    }

    .stats-card p {
        font-size: 0.875rem;
    }

/* Filter Tabs */
.nav-underline .nav-link {
    color: #6c757d;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .nav-underline .nav-link.active {
        color: #2563eb !important;
        border-bottom: 2px solid #2563eb;
    }

    .nav-underline .nav-link:hover {
        color: #2563eb;
    }

.artwork-details .buy-current {
    color: #000;
}

.artwork-details .rise-collections {
    color: #16a34a;
}

.artwork-details .drop-collections {
    color: #dc2626;
}

.artwork-card {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

    .artwork-card img {
        width: 100%;
        height: 122px;
        object-fit: contain;
        border-radius: 5px;
    }

.artwork-details {
    padding-right: 15px;
}

    .artwork-details h5 {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .artwork-details p {
        font-size: 0.9rem;
        margin-bottom: 3px;
        color: #6c757d;
    }

.artwork-value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.value-increase {
    color: green;
    font-size: 0.9rem;
}

.btn-success {
    border-radius: 20px;
    padding: 5px 15px;
}
/* Custom Dropzone styling to match the screenshot */
.dropzone {
    border: 2px dashed #ced4da !important;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .dropzone .dz-message {
        margin: 0;
    }

        .dropzone .dz-message i {
            font-size: 2rem;
            color: #6c757d;
        }

        .dropzone .dz-message p {
            margin-bottom: 5px;
            color: #6c757d;
        }
/* Style for uploaded thumbnails */
.dz-preview {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.dz-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 5px;
}

.dz-remove {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

    .dz-remove:hover {
        background: #c82333;
        text-decoration: none;
    }

/* Team Page */
.card-img-top {
    height: 300px;
    object-fit: cover;
}

.social-icons a {
    color: #6c757d;
    margin-right: 10px;
    text-decoration: none;
}

    .social-icons a:hover {
        color: #0d6efd;
    }

/* Art Programs Page */
.navbar-brand {
    font-weight: bold;
    color: #007bff !important;
}

.publication-card {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .publication-card img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        position: relative;
    }

.publication-card-2 {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .publication-card-2 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        position: relative;
    }

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.8rem;
}

.card-body {
    padding: 15px;
}

    .card-body h5 {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .card-body p {
        font-size: 0.9rem;
        color: #6c757d;
        margin-bottom: 10px;
    }

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

    .card-footer .author {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .card-footer .date {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .card-footer .views {
        font-size: 0.9rem;
        color: #6c757d;
    }

.btn-watch {
    background-color: #dc3545;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
}

    .btn-watch:hover {
        background-color: #c82333;
        color: #fff;
    }


.custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.custom-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.custom-popup-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.custom-popup-content p {
    font-size: 14px;
    margin-bottom: 15px;
}

.popup-container {
    display: flex;
    gap: 20px;
}


.main-image {
    width: 400px;
    height: 256px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.small-images {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.small-image-item {
    text-align: center;
}

    .small-image-item img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

    .small-image-item p {
        margin: 5px 0;
    }

.price {
    color: #007bff;
    font-weight: bold;
}

.small-image-item .btn {
    padding: 5px 10px;
    font-size: 14px;
}

.signature-section h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.price-section,
.price-section h3,
.gallery-section h3,
.sales-history-section h3 {
    font-size: 18px;
    margin: 15px 0 5px;
    padding-bottom: 5px;
}

    .gallery-section,
    .price-section p,
    .gallery-section p,
    .sales-history-section p {
        margin: 5px 0;
        padding-bottom: 5px;
    }

.buttons-section {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    padding: 4px 10px;
    border-radius: 5px;
}

.bell {
    border: none;
    background: none;
}

.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile {
    border: none;
    background: none;
}

    .profile:hover {
        color: #2563eb;
    }


.custom-offer-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.custom-offer-popup-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.artist-name {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.offer-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.price-info {
    margin-bottom: 20px;
    text-align: center;
}

    .price-info p {
        margin: 5px 0;
        font-size: 16px;
    }

.custom-offer-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-offer-input-container {
    display: none;
}

    .custom-offer-input-container.visible {
        display: block;
    }

.custom-offer-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
}

.custom-offer-button {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: padding 0.3s ease;
}


    .custom-offer-button.shifted {
        padding: 10px;
    }

/* exhibitions popup */
.modal-ex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content-ex {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 800px;
    max-width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header-ex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header-ex h2 {
        margin: 0;
        font-size: 23px;
        font-weight: 600;
        color: #333;
    }

.close-ex {
    font-size: 30px;
    cursor: pointer;
    color: #727272;
}

    .close-ex:hover {
        color: #333;
    }


.order-details-ex {
    padding: 15px 0px;
}

.modal-body-ex .row {
    padding-bottom: 25px;
}

.button-ex {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
    cursor: not-allowed;
    transition: background 0.3s ease, width 0.3s ease, margin-left 0.3s ease;
}

    .button-ex:hover {
        background: #007bff;
    }

.gallery-container {
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
}

.main-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#mainImage {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 5px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 5px;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

    .thumbnail:hover {
        transform: scale(1.1);
    }

.thumbnail-container::-webkit-scrollbar {
    height: 8px;
}

.thumbnail-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* siparislerim */

.order-container {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 20px;
}

.order-item {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .order-item h3 {
        margin: 0;
        font-size: 18px;
        color: #000000;
        font-weight: 600;
    }

    .order-item .cargo {
        display: flex;
        justify-content: center;
        font-size: 12px;
        background-color: #dbeafe;
        color: #1e40af;
        border-radius: 10px;
    }

    .order-item .paid {
        display: flex;
        justify-content: center;
        font-size: 12px;
        background-color: #dcfce7;
        color: #166534;
        border-radius: 10px;
    }

    .order-item .preparing {
        display: flex;
        justify-content: center;
        font-size: 12px;
        background-color: #fef9c3;
        color: #854d0e;
        border-radius: 10px;
    }


.artist {
    margin: 5px 0 15px;
    font-size: 14px;
    color: #666;
}

.order-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.detail {
    display: flex;
    flex-direction: column;
}

.label {
    font-size: 12px;
    color: #888;
}

.value {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.tracking-info {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #000000;
    padding-bottom: 30px;
    font-weight: 500;
}

.status-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 2px;
    background-color: #d3d3d3;
    margin-bottom: 10px;
}

.circle-green {
    color: #22c55e;
}

.circle-blue {
    color: #3b82f6;
}

.circle-disabled {
    color: #d1d5db;
}

.status-labels {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
}

.status-text {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.order-actions {
    display: flex;
    justify-content: flex-end;
}

.action-btn {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 600;
    cursor: pointer;
}

    .action-btn.details {
        background-color: #ffffff;
        color: #333;
        border: 1px solid #c7c7c7;
        border-radius: 9px;
    }

/* siparislerim */


/* my profile grafik */

.chart-section {
    flex: 2;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .chart-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #333;
    }

.suggestions-section {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

    .suggestions-section h2 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
    }

.suggestion-card {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .suggestion-card h3 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #555;
    }

    .suggestion-card p {
        margin: 5px 0;
        font-size: 14px;
        color: #666;
    }

        .suggestion-card p strong {
            color: #2563eb;
        }

.percentage {
    font-size: 14px;
    font-weight: bold;
}

.green {
    color: #28a745;
}

.red {
    color: #dc3545;
}

.yukselen h3 {
    color: #28a745;
}

.stabil h3 {
    color: #17a2b8;
}

.dusuk h3 {
    color: #dc3545;
}

/* my profile grafik */




/* artzone start */

.artZone {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

    .artZone::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* Siyah gradyan efekti */
        z-index: 1;
    }

.zoneImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.infoSpot {
    position: absolute;
    top: 75%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.sideImage {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.textBlock {
    display: flex;
    flex-direction: column;
}

    .textBlock h1 {
        font-size: 1.8rem;
        margin: 0;
        font-weight: bold;
    }

.statsArea {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px;
    font-size: 1.0rem;
}

.starCount, .placeMark {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* artzone end */


/* seller-details start */

.seller-details-btn {
    border: none;
    border-radius: 10px;
    padding: 6px 0px;
    background-color: #2563eb;
    color: #fff;
}

.card-body .price {
    color: #2563eb;
    font-size: 19px;
}



.contactSection {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.contactInfo, .socialMedia {
    width: 45%;
}

    .contactInfo h5, .socialMedia h5 {
        font-size: 1.3rem;
        margin-bottom: 15px;
        color: #333;
    }

.infoItem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
}

    .infoItem .icon {
        font-size: 1.2rem;
    }

    .infoItem a {
        text-decoration: none;
    }

        .infoItem a:hover {
            text-decoration: underline;
        }


.commentArea {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 20px 0;
}

.commentBox {
    margin-bottom: 20px;
}

.userInfo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.userAvatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.userDetails {
    flex-grow: 1;
}

    .userDetails h3 {
        margin: 0;
        font-size: 1.1rem;
        color: #333;
    }

.ratingDate {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating {
    color: #f5c518;
    font-size: 1rem;
}

.date {
    font-size: 0.9rem;
    color: #777;
}

.likes {
    font-size: 0.9rem;
    color: #777;
}

.commentBox p {
    margin: 10px 0;
    font-size: 1rem;
    color: #333;
}

.reviewImages {
    display: flex;
    gap: 10px;
}

.reviewImg {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 5px;
}

.reply {
    margin-left: 50px;
    padding: 10px;
    background-color: #fff;
}

.replyText {
    margin: 0;
}

    .replyText strong {
        color: #616161;
    }

.replyDate {
    font-size: 0.9rem;
    color: #777;
}
/* seller-details end */

/* exhibitions-page start */

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.filter-label {
    font-size: 16px;
    color: #000000;
}

.filter-button {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    cursor: pointer;
}

    .filter-button:hover {
        background-color: #dbeafe;
    }

.filter-button-active {
    padding: 8px 16px;
    background-color: #dbeafe;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    color: #1e4ed8;
}

/* exhibitions-page end */

.modal {
    --bs-modal-width: 855px !important;
    --bs-modal-padding: 0.2rem !important;
}

.mt-6 {
    margin-top: 2rem !important;
}


/* ArtCollection Detais page start */

/* Footer Start */
footer h5.footer-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

    footer h5.footer-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 2px;
        background-color: #000;
    }

footer a.text-muted:hover,
footer a.text-dark:hover {
    color: #0d6efd !important;
    transition: color 0.3s ease;
}

footer input::placeholder {
    color: #aaa;
    font-style: italic;
}
/* Footer End */

/* Wishlist Remove İcon */
.favorite-card {
    transition: box-shadow 0.3s ease;
}

    .favorite-card:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

.remove-favorite-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    padding: 4px 7px;
    border-radius: 50%;
    font-size: 14px;
}

.favorite-card:hover .remove-favorite-btn {
    display: block;
}

/* Merchant mODAL START */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

.custom-popup-content {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    max-width: 960px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: scaleIn 0.3s ease-in-out;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #cd0000;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    transition: color 0.2s;
}

    .custom-close-btn:hover {
        color: #ff0000;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* Mobilde iç içe görünmeyi engelle */
@media (max-width: 767.98px) {
    .custom-popup-content .flex-shrink-0 {
        width: 100% !important;
        height: auto !important;
    }

    .custom-popup-content .flex-grow-1 {
        width: 100%;
    }

    .custom-popup-content .text-muted {
        margin-top: 1rem;
    }
}
@media (max-width: 767.98px) {
    .circle-image-sellers {
        display: none !important;
    }
}
/* Merchant Modal End*/


/* Görüntüleyenler paneli kapalıyken başlangıç */
#storyViewersContainer {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 535px;
    height: 50vh;
    background: rgb(0 0 0 / 80%);
    color: white;
    z-index: 1060;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: bottom 0.4s ease-in-out;
    overflow-y: auto;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

    /* Görüntüleyenler paneli aktif olduğunda */
    #storyViewersContainer.story-active {
        bottom: 0;
    }

    /* Panel başlığı ve kapatma butonu */
    #storyViewersContainer h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #fff;
        text-align: center;
    }

    #storyViewersContainer button#closeViewers {
        position: absolute;
        top: 12px;
        right: 16px;
        background: none;
        border: none;
        color: #fff;
        font-size: 1.4rem;
    }

/* Liste öğeleri */
#storyViewersList li {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

#storyViewersList img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 576px) {
    #storyViewersContainer {
        height: 60vh;
        padding-top: 3rem;
    }

    #storyViewersList Brad Pitt li {
        padding: 8px;
    }

    #storyViewersList img {
        width: 36px;
        height: 36px;
    }
}

.story-viewers-button {
    text-align: center;
    margin-bottom: 10px;
}

/* Sağ ve soldaki değiştirme butonları */
#prevStory,
#nextStory {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2rem;
    border: none;
    padding: 10px 12px;
    border-radius: 50%;
    z-index: 1050;
    transition: background-color 0.3s ease;
}

#prevStory {
    left: 10px;
}

#nextStory {
    right: 10px;
}

    #prevStory:hover,
    #nextStory:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.story-media-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .story-media-wrapper img,
    .story-media-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 12px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    }

/* Instagram çerçevesi için responsive ayarlar */
@media (max-width: 400px) {
    .instagram-frame {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16;
    }
}

.wallet-count {
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(32%, 116%);
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 4px 7px;
    border-radius: 999px;
    line-height: 1;
    z-index: 2;
}
.exhibiton-sales {
    height: 465px !important;
    object-fit: contain !important;
}
@media (max-width: 1400px) {
    .exhibiton-sales {
        height: 323px !important;
        object-fit: contain !important;
    }
}

.summary-card {
    background: #f9fbfd;
    border: 2px solid #e6eef7;
    border-radius: 1.15rem;
    transition: border-color 0.6s cubic-bezier(.3,1.35,.3,1), box-shadow 0.6s cubic-bezier(.3,1.35,.3,1), transform 1.5s cubic-bezier(.3,1.35,.3,1);
    box-shadow: 0 1px 4px 0 rgba(0,16,44,.04);
    cursor: pointer;
    will-change: transform, box-shadow;
}
.summary-card:hover, .summary-card:focus-within {
    border-color: #0f4794;
    box-shadow: 0 10px 32px 0 rgba(15,71,148,0.14), 0 3px 12px 0 rgba(30,60,90,.06);
    transform: translateY(-5px) scale(1.03);
    z-index: 5;
}


.summary-card .card-body {
    padding: 1.25rem 1rem;
}

@media (max-width: 900px) {
    .summary-card .card-body {
        padding: 1rem 0.75rem;
    }
}
.notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 6px;
}

.notification-menu {
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 8px;
}

.notification-item:hover {
    background-color: #f8f9fa;
}

.icon-circle {
    width: 40px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-light-green {
    background-color: #e7f6ec;
}

.bg-light-purple {
    background-color: #ede7f6;
}

.text-purple {
    color: #6f42c1;
}
.notification-unread {
    border-left: 4px solid #0d6efd;
    background-color: #ffffff;
}

.notification-read {
    background-color: #f8f9fa;
    color: #6c757d;
}

.notification-card:hover {
    background-color: #eef2f5;
    transition: background-color 0.2s ease;
}

