/* _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/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;
    }
}
