/* _content/PromoPazar/Components/Dialog/BekleDialog.razor.rz.scp.css */

.loading-dialog[b-k59a9diqsr] {
    text-align: center;
    padding: 20px;
}
/* _content/PromoPazar/Components/EmptyLayout.razor.rz.scp.css */
.page[b-pc1gxjh2ew] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pc1gxjh2ew] {
    flex: 1;
}

.sidebar[b-pc1gxjh2ew] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pc1gxjh2ew] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pc1gxjh2ew]  a, .top-row[b-pc1gxjh2ew]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pc1gxjh2ew]  a:hover, .top-row[b-pc1gxjh2ew]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pc1gxjh2ew]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pc1gxjh2ew] {
        justify-content: space-between;
    }

    .top-row[b-pc1gxjh2ew]  a, .top-row[b-pc1gxjh2ew]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pc1gxjh2ew] {
        flex-direction: row;
    }

    .sidebar[b-pc1gxjh2ew] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pc1gxjh2ew] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pc1gxjh2ew]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pc1gxjh2ew], article[b-pc1gxjh2ew] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pc1gxjh2ew] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pc1gxjh2ew] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PromoPazar/Components/SiteAdmin/PazarlamaAraclar/PazarlamaAraclar.razor.rz.scp.css */
.card-container[b-ai63s1c11j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; /* Kartlar arasındaki boşluk */
    justify-content: center; /* Kartları ortalar */
}

.card-item[b-ai63s1c11j] {
    flex: 1 1 calc(33.333% - 1rem); /* Kart genişliğini ayarla, aralıkları da dikkate al */
    max-width: 300px; /* Maksimum kart genişliği */
    margin: 0; /* Kartlar arasındaki dış boşlukları kaldır */
}

.radzen-card[b-ai63s1c11j] {
    padding: 0.5rem; /* Kart içindeki padding */
    margin: 0; /* Kartın dış boşluklarını kaldır */
}

.radzen-stack[b-ai63s1c11j] {
    padding: 0; /* RadzenStack içindeki padding */
}
/* _content/PromoPazar/Components/SitePromoPazar/Layout/Header2.razor.rz.scp.css */
header[b-2ew399u9jj] {
    background-color: #1a1a1a;
    color: white;
    font-family: 'Arial', sans-serif;
}

.top-bar[b-2ew399u9jj] {
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.container[b-2ew399u9jj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img[b-2ew399u9jj] {
    height: 40px;
}

nav ul[b-2ew399u9jj] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li[b-2ew399u9jj] {
    margin: 0 15px;
}

nav ul li a[b-2ew399u9jj] {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

nav ul li a i[b-2ew399u9jj] {
    font-size: 12px;
    margin-left: 5px;
}

.actions a[b-2ew399u9jj] {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-size: 16px;
}

.contact-btn[b-2ew399u9jj] {
    background-color: #ff8c00;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.promo-bar[b-2ew399u9jj] {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    padding: 10px 0;
}

.promo-bar p[b-2ew399u9jj] {
    margin: 0;
}

.promo-bar a[b-2ew399u9jj] {
    color: #6a0dad;
    font-weight: bold;
    text-decoration: underline;
}
/* _content/PromoPazar/Components/SitePromoPazar/StatisticsSection.razor.rz.scp.css */
.statistics-section[b-nf8p5elf8q] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cbc7ca; /* Light gray/purple from image */
    padding: 50px 20px;
    font-family: 'Arial', sans-serif;
}

.statistic-item[b-nf8p5elf8q] {
    text-align: center;
}

.statistic-item .number[b-nf8p5elf8q] {
    font-size: 4em;
    font-weight: bold;
    color: #5a2d82; /* Dark purple from image */
    margin-bottom: 10px;
}

.statistic-item .description[b-nf8p5elf8q] {
    font-size: 1.2em;
    color: #5a2d82; /* Dark purple from image */
}
/* _content/PromoPazar/Components/SitePromoPazar/YasakliUrunler.razor.rz.scp.css */
.yasakli-urun-item[b-5j3ufgnxnr] {
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.yasakli-urun-item:hover[b-5j3ufgnxnr] {
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.2);
    transform: translateY(-2px);
}

.yasakli-ikon[b-5j3ufgnxnr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.1);
    flex-shrink: 0;
}

.ppGenelSiteBaslik[b-5j3ufgnxnr] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 768px) {
    .yasakli-urun-item[b-5j3ufgnxnr] {
        padding: 12px;
    }
    
    .yasakli-ikon[b-5j3ufgnxnr] {
        width: 35px;
        height: 35px;
    }
    
    .yasakli-ikon i[b-5j3ufgnxnr] {
        font-size: 1rem !important;
    }
    
    .container .p-4[b-5j3ufgnxnr] {
        padding: 20px !important;
    }
}
/* _content/PromoPazar/Components/Site/DomainYapimModu.razor.rz.scp.css */
body[b-3ddhhyi6dy] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.maintenance-container[b-3ddhhyi6dy] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #ffffff;
    color: #333;
    padding: 20px;
}

.maintenance-content[b-3ddhhyi6dy] {
    max-width: 600px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.logo-section[b-3ddhhyi6dy] {
    background-color: #1e293b;
    padding: 40px 20px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-link[b-3ddhhyi6dy] {
    display: inline-block;
    transition: transform 0.3s ease;
}

    .logo-link:hover[b-3ddhhyi6dy] {
        transform: scale(1.05);
    }

.logo[b-3ddhhyi6dy] {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

.title[b-3ddhhyi6dy] {
    font-size: 32px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #0056b3;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
}

.subtitle[b-3ddhhyi6dy] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    padding: 0 20px;
}

.divider[b-3ddhhyi6dy] {
    height: 4px;
    width: 80px;
    background-color: #0056b3;
    margin: 20px auto;
    border-radius: 2px;
}

.message[b-3ddhhyi6dy] {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    padding: 0 40px;
}

.contact-info[b-3ddhhyi6dy] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.contact-item[b-3ddhhyi6dy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
}

    .contact-item i[b-3ddhhyi6dy] {
        color: #0056b3;
        font-size: 18px;
    }

.home-link[b-3ddhhyi6dy] {
    margin-top: 20px;
}

.return-button[b-3ddhhyi6dy] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #0056b3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .return-button:hover[b-3ddhhyi6dy] {
        background-color: rgb(0, 76, 158);
        transform: translateY(-2px);
        color: white;
    }

@media (max-width: 768px) { /*style içinde çalışmaz css dosyası içinden eklenmesi gerekir*/
    .maintenance-content[b-3ddhhyi6dy] {
        padding: 30px 20px;
        width: 90%;
    }

    .title[b-3ddhhyi6dy] {
        font-size: 24px;
    }

    .subtitle[b-3ddhhyi6dy] {
        font-size: 18px;
    }

    .logo-circle[b-3ddhhyi6dy] {
        width: 100px;
        height: 100px;
        padding: 12px;
    }
}
