/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mfgocuerif] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mfgocuerif] {
    flex: 1;
}

.sidebar[b-mfgocuerif] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mfgocuerif] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mfgocuerif]  a, .top-row[b-mfgocuerif]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mfgocuerif]  a:hover, .top-row[b-mfgocuerif]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mfgocuerif]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mfgocuerif] {
        justify-content: space-between;
    }

    .top-row[b-mfgocuerif]  a, .top-row[b-mfgocuerif]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mfgocuerif] {
        flex-direction: row;
    }

    .sidebar[b-mfgocuerif] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mfgocuerif] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mfgocuerif]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mfgocuerif], article[b-mfgocuerif] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mfgocuerif] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-mfgocuerif] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1th4wqorex],
.components-reconnect-repeated-attempt-visible[b-1th4wqorex],
.components-reconnect-failed-visible[b-1th4wqorex],
.components-pause-visible[b-1th4wqorex],
.components-resume-failed-visible[b-1th4wqorex],
.components-rejoining-animation[b-1th4wqorex] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-retrying[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-failed[b-1th4wqorex],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1th4wqorex] {
    display: block;
}


#components-reconnect-modal[b-1th4wqorex] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1th4wqorex 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1th4wqorex 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1th4wqorex 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1th4wqorex]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1th4wqorex 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1th4wqorex {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1th4wqorex {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1th4wqorex {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1th4wqorex] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1th4wqorex] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1th4wqorex] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1th4wqorex] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1th4wqorex] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1th4wqorex] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1th4wqorex] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1th4wqorex 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1th4wqorex] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1th4wqorex {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AcentaPaketOnay.razor.rz.scp.css */
/* Paket onay detay paneli — scoped; global cache sorunlarına karşı */

.ap-detail-card[b-hga7p6q298] {
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 16px;
    overflow: hidden;
    background: var(--surface, #fff);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
    margin-top: 0.25rem;
}

.ap-detail-hero[b-hga7p6q298] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 1rem 1.25rem;
    align-items: start;
    padding: 1.15rem 1.35rem;
    background: linear-gradient(135deg, #eef6e8 0%, #f8fafc 55%, #ffffff 100%);
    border-bottom: 1px solid var(--border, #e2e8f0);
}

.ap-detail-hero-main[b-hga7p6q298] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.ap-detail-title[b-hga7p6q298] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text, #0f172a);
    letter-spacing: -0.02em;
    line-height: 1.3;
    word-break: break-word;
}

.ap-detail-acenta[b-hga7p6q298] {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted, #64748b);
    font-weight: 600;
}

.ap-detail-total[b-hga7p6q298] {
    text-align: right;
    padding: 0.6rem 0.9rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    min-width: 148px;
}

.ap-detail-total-label[b-hga7p6q298] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #64748b);
    font-weight: 700;
}

.ap-detail-total-value[b-hga7p6q298] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text, #0f172a);
    line-height: 1.15;
}

.ap-detail-total-value small[b-hga7p6q298] {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted, #64748b);
}

.ap-detail-close[b-hga7p6q298] {
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 999px;
    background: #fff;
    color: var(--text-muted, #64748b);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ap-detail-close:hover[b-hga7p6q298] {
    color: var(--text, #0f172a);
    border-color: #94a3b8;
}

.ap-detail-body[b-hga7p6q298] {
    padding: 1.15rem 1.35rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    background: var(--surface, #fff);
}

.ap-detail-facts[b-hga7p6q298] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.ap-detail-fact[b-hga7p6q298] {
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    border: 1px solid var(--border, #e2e8f0);
    background: #f8fafc;
}

.ap-detail-fact-label[b-hga7p6q298] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #64748b);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.ap-detail-fact-value[b-hga7p6q298] {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text, #0f172a);
    line-height: 1.35;
    word-break: break-word;
}

.ap-detail-section-title[b-hga7p6q298] {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #64748b);
    font-weight: 800;
}

.ap-detail-notice[b-hga7p6q298] {
    padding: 0.75rem 0.95rem;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.45;
}

.ap-detail-notice-info[b-hga7p6q298] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

.ap-detail-notice-warn[b-hga7p6q298] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

.ap-detail-notice-err[b-hga7p6q298] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ap-kalem-grid[b-hga7p6q298] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.75rem;
}

.ap-kalem-card[b-hga7p6q298] {
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    background: #fff;
    border-left-width: 4px;
    border-left-style: solid;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 120px;
}

.ap-kalem-card.is-mekke[b-hga7p6q298] { border-left-color: #2563eb; background: #f8fbff; }
.ap-kalem-card.is-medine[b-hga7p6q298] { border-left-color: #7c3aed; background: #faf8ff; }
.ap-kalem-card.is-yemek[b-hga7p6q298] { border-left-color: #d97706; background: #fffbeb; }
.ap-kalem-card.is-ulasim[b-hga7p6q298] { border-left-color: #059669; background: #f0fdf4; }
.ap-kalem-card.is-other[b-hga7p6q298] { border-left-color: #64748b; }

.ap-kalem-head[b-hga7p6q298] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.ap-kalem-type[b-hga7p6q298] {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text, #0f172a);
}

.ap-kalem-sub[b-hga7p6q298] {
    font-size: 0.78rem;
    color: var(--text-muted, #64748b);
}

.ap-kalem-calc[b-hga7p6q298] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.84rem;
    color: var(--text-muted, #64748b);
}

.ap-kalem-mid[b-hga7p6q298] {
    color: #94a3b8;
    font-weight: 700;
}

.ap-kalem-total[b-hga7p6q298] {
    margin-top: auto;
    padding-top: 0.35rem;
    border-top: 1px dashed var(--border, #e2e8f0);
    font-size: 1rem;
    font-weight: 800;
    color: var(--text, #0f172a);
}

.ap-detail-actions-box[b-hga7p6q298] {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    border: 1px dashed #a3c293;
    background: #f7faf4;
}

.ap-detail-actions-lead[b-hga7p6q298] {
    margin: 0 0 0.9rem;
    font-size: 0.86rem;
    color: var(--text-muted, #64748b);
    line-height: 1.45;
}

.ap-detail-field-label[b-hga7p6q298] {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text, #0f172a);
}

.ap-detail-select + .ap-detail-field-label[b-hga7p6q298],
.ap-detail-notice + .ap-detail-field-label[b-hga7p6q298] {
    margin-top: 0.9rem;
}

.ap-detail-select[b-hga7p6q298],
.ap-detail-textarea[b-hga7p6q298] {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 10px;
    background: #fff;
    color: var(--text, #0f172a);
    font: inherit;
    font-size: 0.9rem;
}

.ap-detail-select[b-hga7p6q298] {
    min-height: 42px;
    padding: 0.5rem 0.75rem;
}

.ap-detail-textarea[b-hga7p6q298] {
    padding: 0.65rem 0.75rem;
    resize: vertical;
    min-height: 88px;
}

.ap-detail-btn-row[b-hga7p6q298] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.ap-detail-section-head[b-hga7p6q298] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ap-detail-section-head .ap-detail-section-title[b-hga7p6q298] {
    margin-bottom: 0;
}

.ap-edit-limits[b-hga7p6q298] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.82rem;
    color: var(--text-muted, #64748b);
    margin-bottom: 0.85rem;
    padding: 0.55rem 0.7rem;
    background: #f7faf4;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 8px;
}

.ap-edit-ad-input[b-hga7p6q298] {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.ap-edit-ad-prefix[b-hga7p6q298] {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.7rem;
    background: #f8fafc;
    color: var(--text-muted, #64748b);
    font-size: 0.85rem;
    white-space: nowrap;
    border-right: 1px solid var(--border, #e2e8f0);
    font-weight: 600;
}

.ap-edit-ad-input .ap-detail-select[b-hga7p6q298] {
    flex: 1;
    min-width: 0;
    border: none;
    border-radius: 0;
}

.ap-edit-ad-hint[b-hga7p6q298] {
    margin: 0.4rem 0 0.85rem;
    font-size: 0.82rem;
    color: var(--text-muted, #64748b);
}

.ap-edit-kalem-row[b-hga7p6q298] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    align-items: center;
}

.ap-edit-kalem-row .ap-detail-select[b-hga7p6q298] {
    width: auto;
    min-width: 120px;
    flex: 1 1 140px;
    max-width: none;
}

.ap-edit-form > .btn[b-hga7p6q298] {
    margin-top: 0.35rem;
}

.ap-edit-actions[b-hga7p6q298] {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--border, #e2e8f0);
}

.ap-beyan-link[b-hga7p6q298] {
    background: none;
    border: none;
    padding: 0;
    color: var(--primary, #5E8B42);
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ap-beyan-panel[b-hga7p6q298] {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 10px;
    background: #f8fbff;
}

.ap-beyan-panel-head[b-hga7p6q298] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.ap-beyan-panel-head .ap-detail-section-title[b-hga7p6q298] {
    margin-bottom: 0;
}

.ap-beyan-close[b-hga7p6q298] {
    border: none;
    background: transparent;
    color: var(--text-muted, #64748b);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.15rem;
}

.ap-beyan-item + .ap-beyan-item[b-hga7p6q298] {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--border, #e2e8f0);
}

.ap-beyan-meta[b-hga7p6q298] {
    font-size: 0.82rem;
    color: var(--text-muted, #64748b);
}

.ap-beyan-text[b-hga7p6q298] {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text, #0f172a);
}

@media (max-width: 768px) {
    .ap-detail-hero[b-hga7p6q298] {
        grid-template-columns: 1fr auto;
    }

    .ap-detail-total[b-hga7p6q298] {
        grid-column: 1 / -1;
        text-align: left;
    }

    .ap-detail-facts[b-hga7p6q298] {
        grid-template-columns: 1fr;
    }

    .ap-kalem-grid[b-hga7p6q298] {
        grid-template-columns: 1fr;
    }
}
