/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hvr4wwcu56] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hvr4wwcu56] {
    flex: 1;
}

.sidebar[b-hvr4wwcu56] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hvr4wwcu56] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hvr4wwcu56]  a, .top-row[b-hvr4wwcu56]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hvr4wwcu56]  a:hover, .top-row[b-hvr4wwcu56]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hvr4wwcu56]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hvr4wwcu56] {
        justify-content: space-between;
    }

    .top-row[b-hvr4wwcu56]  a, .top-row[b-hvr4wwcu56]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hvr4wwcu56] {
        flex-direction: row;
    }

    .sidebar[b-hvr4wwcu56] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hvr4wwcu56] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hvr4wwcu56]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hvr4wwcu56], article[b-hvr4wwcu56] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Pages/Home.razor.rz.scp.css */
/* Home.razor.css DOSYASININ YENİ İÇERİĞİ */

/* ::deep kullanmamıza gerek kalmayabilir, ancak şimdilik kalsın */
[b-m7h4whd7xr] .chat-area {
    flex: 1; /* Üst elemandan (article) gelen boşluğu doldurur */
    display: flex;
    flex-direction: column;
    min-height: 0; /* Flexbox'ın doğru küçülmesini sağlayan kritik kural */
}

[b-m7h4whd7xr] .messages {
    flex: 1; /* .chat-area içindeki tüm dikey boşluğu doldurur */
    overflow-y: auto; /* ALAN DOLDUĞU İÇİN ARTIK BU ÇALIŞACAK */
    padding: 10px;
}

[b-m7h4whd7xr] .textMessage {
    flex-shrink: 0; /* Yazı yazma alanının küçülmesini engeller */
}

/* Kaydırma çubuğu stilleri */
[b-m7h4whd7xr] .messages::-webkit-scrollbar {
    width: 8px;
}

[b-m7h4whd7xr] .messages::-webkit-scrollbar-track {
    background: #fce4ec;
    border-radius: 20px;
}

[b-m7h4whd7xr] .messages::-webkit-scrollbar-thumb {
    background-color: #d13a81;
    border-radius: 20px;
    border: 2px solid #fce4ec;
}
