/* /Components/Dashboard.razor.rz.scp.css */
.dashboard-page[b-synfg5c45u] {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}


/* =========================================================
   SAYFA BAŞLIĞI
   ========================================================= */

.dashboard-header[b-synfg5c45u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 30px;
}

.dashboard-header-copy[b-synfg5c45u] {
    min-width: 0;
}

.section-kicker[b-synfg5c45u] {
    display: inline-block;
    margin-bottom: 8px;
    color: #14713f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.dashboard-header h1[b-synfg5c45u] {
    margin: 0;
    color: #1d2a22;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.6px;
}

.dashboard-header p[b-synfg5c45u] {
    max-width: 720px;
    margin: 10px 0 0;
    color: #66746b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.dashboard-date[b-synfg5c45u] {
    flex-shrink: 0;
    padding: 12px 16px;
    border: 1px solid #dfe7e1;
    border-radius: 13px;
    background: #ffffff;
    color: #526057;
    font-size: 14px;
    font-weight: 650;
    box-shadow: 0 4px 14px rgba(22, 55, 36, 0.04);
}


/* =========================================================
   ÖZET KARTLARI
   ========================================================= */

.stats-grid[b-synfg5c45u] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.stat-card[b-synfg5c45u] {
    min-width: 0;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #dfe7e1;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(22, 55, 36, 0.05);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

    .stat-card:hover[b-synfg5c45u] {
        transform: translateY(-2px);
        border-color: #c8dbce;
        box-shadow: 0 10px 26px rgba(22, 55, 36, 0.08);
    }

.stat-card-header[b-synfg5c45u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.stat-title[b-synfg5c45u] {
    display: block;
    color: #405047;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
}

.stat-description[b-synfg5c45u] {
    display: block;
    margin-top: 6px;
    color: #7a877e;
    font-size: 13px;
    line-height: 1.45;
}

.stat-icon[b-synfg5c45u] {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eaf5ee;
    color: #14713f;
    font-size: 20px;
}

.stat-number[b-synfg5c45u] {
    margin-top: 20px;
    color: #142219;
    font-size: 40px;
    font-weight: 850;
    line-height: 1;
}

.stat-action[b-synfg5c45u] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 20px;
    color: #14713f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    transition: color 0.15s ease, transform 0.15s ease;
}

    .stat-action:hover[b-synfg5c45u] {
        color: #0f5f35;
        text-decoration: none;
        transform: translateX(2px);
    }

    .stat-action:focus-visible[b-synfg5c45u] {
        outline: 3px solid rgba(20, 113, 63, 0.18);
        outline-offset: 3px;
        border-radius: 6px;
    }


/* =========================================================
   ALT PANEL YAPISI
   ========================================================= */

.dashboard-content-grid[b-synfg5c45u] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 24px;
}

.dashboard-panel[b-synfg5c45u] {
    min-width: 0;
    padding: 24px;
    border: 1px solid #dfe7e1;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(22, 55, 36, 0.05);
}

.panel-heading[b-synfg5c45u] {
    margin-bottom: 20px;
}

.panel-heading-row[b-synfg5c45u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.panel-heading h2[b-synfg5c45u] {
    margin: 0;
    color: #1f2d24;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.panel-heading p[b-synfg5c45u] {
    margin: 7px 0 0;
    color: #6e7b72;
    font-size: 14px;
    line-height: 1.55;
}

.panel-link[b-synfg5c45u] {
    flex-shrink: 0;
    color: #14713f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
}

    .panel-link:hover[b-synfg5c45u] {
        color: #0f5f35;
        text-decoration: underline;
    }


/* =========================================================
   HIZLI İŞLEMLER
   ========================================================= */

.quick-actions[b-synfg5c45u] {
    display: grid;
    gap: 13px;
}

.quick-action-card[b-synfg5c45u] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    min-height: 82px;
    padding: 16px;
    border: 1px solid #e1e8e3;
    border-radius: 14px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

    .quick-action-card:hover[b-synfg5c45u] {
        transform: translateY(-1px);
        border-color: #c9ddcf;
        background: #f7fbf8;
        box-shadow: 0 5px 14px rgba(22, 55, 36, 0.045);
    }

    .quick-action-card:focus-visible[b-synfg5c45u] {
        outline: 3px solid rgba(20, 113, 63, 0.18);
        outline-offset: 2px;
    }

.quick-action-icon[b-synfg5c45u] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 13px;
    background: #eaf5ee;
    color: #14713f;
    font-size: 20px;
}

.quick-action-content[b-synfg5c45u] {
    min-width: 0;
}

    .quick-action-content strong[b-synfg5c45u] {
        display: block;
        color: #223128;
        font-size: 15px;
        font-weight: 750;
        line-height: 1.4;
    }

    .quick-action-content span[b-synfg5c45u] {
        display: block;
        margin-top: 5px;
        color: #6f7c73;
        font-size: 13px;
        line-height: 1.5;
    }

.quick-action-arrow[b-synfg5c45u] {
    color: #14713f;
    font-size: 21px;
    font-weight: 700;
}


/* =========================================================
   BOŞ DURUM
   ========================================================= */

.empty-state[b-synfg5c45u] {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 22px;
    text-align: center;
}

.empty-state-icon[b-synfg5c45u] {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #eaf5ee;
    color: #14713f;
    font-size: 22px;
    font-weight: 800;
}

.empty-state strong[b-synfg5c45u] {
    color: #223128;
    font-size: 16px;
    font-weight: 750;
}

.empty-state span[b-synfg5c45u] {
    max-width: 350px;
    margin-top: 8px;
    color: #728077;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {

    .stats-grid[b-synfg5c45u] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-content-grid[b-synfg5c45u] {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 650px) {

    .dashboard-header[b-synfg5c45u] {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 22px;
    }

    .section-kicker[b-synfg5c45u] {
        font-size: 11px;
    }

    .dashboard-header h1[b-synfg5c45u] {
        font-size: 30px;
    }

    .dashboard-header p[b-synfg5c45u] {
        font-size: 15px;
    }

    .dashboard-date[b-synfg5c45u] {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .stats-grid[b-synfg5c45u] {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .stat-card[b-synfg5c45u] {
        min-height: 178px;
        padding: 19px;
    }

    .stat-title[b-synfg5c45u] {
        font-size: 15px;
    }

    .stat-description[b-synfg5c45u] {
        font-size: 13px;
    }

    .stat-number[b-synfg5c45u] {
        font-size: 38px;
    }

    .dashboard-panel[b-synfg5c45u] {
        padding: 18px;
    }

    .panel-heading-row[b-synfg5c45u] {
        flex-direction: column;
        gap: 10px;
    }

    .panel-heading h2[b-synfg5c45u] {
        font-size: 19px;
    }

    .panel-heading p[b-synfg5c45u] {
        font-size: 14px;
    }

    .quick-action-card[b-synfg5c45u] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: flex-start;
        min-height: 88px;
        padding: 15px;
    }

    .quick-action-content strong[b-synfg5c45u] {
        font-size: 15px;
    }

    .quick-action-content span[b-synfg5c45u] {
        font-size: 13px;
    }

    .quick-action-arrow[b-synfg5c45u] {
        display: none;
    }

    .empty-state[b-synfg5c45u] {
        min-height: 230px;
    }
}


/* =========================================================
   ÇOK DAR TELEFON
   ========================================================= */

@media (max-width: 390px) {

    .dashboard-header h1[b-synfg5c45u] {
        font-size: 28px;
    }

    .stat-card[b-synfg5c45u] {
        padding: 17px;
    }

    .dashboard-panel[b-synfg5c45u] {
        padding: 16px;
    }

    .quick-action-icon[b-synfg5c45u] {
        width: 44px;
        height: 44px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.admin-layout[b-8n3xx1qfp7] {
    min-height: 100vh;
    display: flex;
    background: #f4f7f5;
    color: #1f2b24;
}

.sidebar[b-8n3xx1qfp7] {
    position: fixed;
    inset: 0 auto 0 0;
    width: 270px;
    background: #0d5b34;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1000;
    overflow-y: auto;
}

.admin-main[b-8n3xx1qfp7] {
    min-height: 100vh;
    width: calc(100% - 270px);
    margin-left: 270px;
}

.admin-content[b-8n3xx1qfp7] {
    padding: 28px;
}

.sidebar-overlay[b-8n3xx1qfp7] {
    display: none;
}

#blazor-error-ui[b-8n3xx1qfp7] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 3rem 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 3000;
}

    #blazor-error-ui .reload[b-8n3xx1qfp7] {
        margin-left: 10px;
        font-weight: 600;
    }

    #blazor-error-ui .dismiss[b-8n3xx1qfp7] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 0.7rem;
    }

@media (max-width: 900px) {
    .sidebar[b-8n3xx1qfp7] {
        transform: translateX(-100%);
        transition: transform 0.22s ease;
        box-shadow: 12px 0 30px rgba(0, 0, 0, 0.18);
    }

        .sidebar.sidebar-open[b-8n3xx1qfp7] {
            transform: translateX(0);
        }

    .admin-main[b-8n3xx1qfp7] {
        width: 100%;
        margin-left: 0;
    }

    .admin-content[b-8n3xx1qfp7] {
        padding: 18px;
    }

    .sidebar-overlay[b-8n3xx1qfp7] {
        display: block;
        position: fixed;
        inset: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.38);
        z-index: 950;
    }
}

@media (max-width: 520px) {
    .admin-content[b-8n3xx1qfp7] {
        padding: 14px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-7kr4ccjzox] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}


/* =========================================================
   MARKA
   ========================================================= */

.brand[b-7kr4ccjzox] {
    min-height: 108px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}


.brand-mark[b-7kr4ccjzox] {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #ffffff;
    color: #14713f;
    font-size: 25px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}


.brand-copy[b-7kr4ccjzox] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}


    .brand-copy strong[b-7kr4ccjzox] {
        color: #ffffff;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 0.8px;
    }


    .brand-copy span[b-7kr4ccjzox] {
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 13px;
        font-weight: 500;
    }


/* =========================================================
   MENÜ
   ========================================================= */

.nav-links[b-7kr4ccjzox] {
    flex: 1;
    padding: 20px 14px 24px;
}


.nav-section[b-7kr4ccjzox] {
    margin: 25px 14px 10px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.25px;
}


/*
 * ÖNEMLİ:
 *
 * NavLink bir Blazor bileşenidir.
 * CSS isolation nedeniyle üretilen <a> elementine
 * ulaşmak için ::deep kullanıyoruz.
 *
 * Bu aynı zamanda tarayıcının varsayılan mavi link
 * renginin görünmesini engeller.
 */

[b-7kr4ccjzox] .nav-link,
[b-7kr4ccjzox] .nav-link:link,
[b-7kr4ccjzox] .nav-link:visited {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 7px;
    padding: 12px 14px;
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.94) !important;
    background: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}


    [b-7kr4ccjzox] .nav-link:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff !important;
        text-decoration: none !important;
        transform: translateX(2px);
    }


    [b-7kr4ccjzox] .nav-link.active,
    [b-7kr4ccjzox] .nav-link.active:link,
    [b-7kr4ccjzox] .nav-link.active:visited {
        background: #ffffff;
        color: #0f6739 !important;
        font-weight: 750;
        text-decoration: none !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
    }


        [b-7kr4ccjzox] .nav-link.active:hover {
            background: #ffffff;
            color: #0b552f !important;
        }


    [b-7kr4ccjzox] .nav-link:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.48);
        outline-offset: 2px;
    }


/* =========================================================
   MENÜ İKONLARI
   ========================================================= */

[b-7kr4ccjzox] .nav-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}


    [b-7kr4ccjzox] .nav-icon svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


[b-7kr4ccjzox] .nav-text {
    min-width: 0;
    flex: 1;
}


/* =========================================================
   ALT BÖLÜM / ÇIKIŞ
   ========================================================= */

.nav-footer[b-7kr4ccjzox] {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.logout-button[b-7kr4ccjzox] {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}


    .logout-button:hover[b-7kr4ccjzox] {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.34);
    }


    .logout-button:active[b-7kr4ccjzox] {
        transform: translateY(1px);
    }


    .logout-button:focus-visible[b-7kr4ccjzox] {
        outline: 3px solid rgba(255, 255, 255, 0.48);
        outline-offset: 2px;
    }


.logout-icon[b-7kr4ccjzox] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .logout-icon svg[b-7kr4ccjzox] {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 900px) {

    .brand[b-7kr4ccjzox] {
        min-height: 96px;
    }


    [b-7kr4ccjzox] .nav-link,
    [b-7kr4ccjzox] .nav-link:link,
    [b-7kr4ccjzox] .nav-link:visited {
        min-height: 58px;
        font-size: 16px;
    }


    .logout-button[b-7kr4ccjzox] {
        min-height: 56px;
        font-size: 16px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oy3t06o37h],
.components-reconnect-repeated-attempt-visible[b-oy3t06o37h],
.components-reconnect-failed-visible[b-oy3t06o37h],
.components-pause-visible[b-oy3t06o37h],
.components-resume-failed-visible[b-oy3t06o37h],
.components-rejoining-animation[b-oy3t06o37h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-retrying[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-failed[b-oy3t06o37h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oy3t06o37h] {
    display: block;
}


#components-reconnect-modal[b-oy3t06o37h] {
    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-oy3t06o37h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-oy3t06o37h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oy3t06o37h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-oy3t06o37h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oy3t06o37h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oy3t06o37h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oy3t06o37h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oy3t06o37h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-oy3t06o37h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oy3t06o37h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oy3t06o37h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oy3t06o37h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oy3t06o37h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oy3t06o37h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oy3t06o37h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oy3t06o37h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oy3t06o37h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oy3t06o37h {
    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/Layout/TopBar.razor.rz.scp.css */
.topbar[b-hz9egxw6v7] {
    position: sticky;
    top: 0;
    z-index: 900;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #dfe7e1;
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 10px rgba(22, 55, 36, 0.035);
}


/* =========================================================
   SOL / SAĞ YAPI
   ========================================================= */

.topbar-left[b-hz9egxw6v7],
.topbar-right[b-hz9egxw6v7] {
    display: flex;
    align-items: center;
}

.topbar-left[b-hz9egxw6v7] {
    min-width: 0;
    gap: 14px;
}

.topbar-right[b-hz9egxw6v7] {
    flex-shrink: 0;
    gap: 16px;
}


/* =========================================================
   MOBİL MENÜ BUTONU
   ========================================================= */

.menu-toggle[b-hz9egxw6v7] {
    display: none;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: #eaf5ee;
    color: #14713f;
    cursor: pointer;
    font-family: inherit;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

    .menu-toggle:hover[b-hz9egxw6v7] {
        background: #dcefe3;
    }

    .menu-toggle:active[b-hz9egxw6v7] {
        transform: translateY(1px);
    }

    .menu-toggle:focus-visible[b-hz9egxw6v7] {
        outline: 3px solid rgba(20, 113, 63, 0.22);
        outline-offset: 2px;
    }


/* =========================================================
   BAŞLIK
   ========================================================= */

.topbar-title[b-hz9egxw6v7] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

    .topbar-title strong[b-hz9egxw6v7] {
        color: #1f2b24;
        font-size: 19px;
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: -0.15px;
    }

    .topbar-title span[b-hz9egxw6v7] {
        margin-top: 4px;
        color: #6f7d74;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
    }


/* =========================================================
   BİLDİRİM BUTONU
   ========================================================= */

.notification-button[b-hz9egxw6v7] {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe7e1;
    border-radius: 12px;
    background: #ffffff;
    color: #26332b;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

    .notification-button:hover[b-hz9egxw6v7] {
        background: #f5f8f6;
        border-color: #cfdad2;
    }

    .notification-button:active[b-hz9egxw6v7] {
        transform: translateY(1px);
    }

    .notification-button:focus-visible[b-hz9egxw6v7] {
        outline: 3px solid rgba(20, 113, 63, 0.20);
        outline-offset: 2px;
    }


/* =========================================================
   ADMIN PROFİL
   ========================================================= */

.admin-user[b-hz9egxw6v7] {
    display: flex;
    align-items: center;
    gap: 11px;
}

.admin-avatar[b-hz9egxw6v7] {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #14713f;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(20, 113, 63, 0.16);
}

.admin-user-text[b-hz9egxw6v7] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

    .admin-user-text strong[b-hz9egxw6v7] {
        color: #26332b;
        font-size: 15px;
        font-weight: 700;
    }

    .admin-user-text span[b-hz9egxw6v7] {
        margin-top: 4px;
        color: #738078;
        font-size: 12px;
        font-weight: 500;
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .topbar[b-hz9egxw6v7] {
        min-height: 74px;
        padding: 0 16px;
    }

    .menu-toggle[b-hz9egxw6v7] {
        display: flex;
    }

    .topbar-title strong[b-hz9egxw6v7] {
        font-size: 17px;
    }

    .topbar-title span[b-hz9egxw6v7] {
        display: none;
    }

    .admin-user-text[b-hz9egxw6v7] {
        display: none;
    }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 520px) {

    .topbar[b-hz9egxw6v7] {
        min-height: 68px;
        gap: 10px;
        padding: 0 12px;
    }

    .topbar-left[b-hz9egxw6v7] {
        gap: 10px;
    }

    .topbar-right[b-hz9egxw6v7] {
        gap: 8px;
    }

    .notification-button[b-hz9egxw6v7],
    .menu-toggle[b-hz9egxw6v7],
    .admin-avatar[b-hz9egxw6v7] {
        width: 40px;
        height: 40px;
    }

    .menu-toggle[b-hz9egxw6v7] {
        font-size: 21px;
    }

    .notification-button[b-hz9egxw6v7] {
        font-size: 17px;
    }

    .admin-avatar[b-hz9egxw6v7] {
        font-size: 15px;
    }

    .topbar-title strong[b-hz9egxw6v7] {
        max-width: 185px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }
}


/* =========================================================
   ÇOK DAR EKRAN
   ========================================================= */

@media (max-width: 380px) {

    .notification-button[b-hz9egxw6v7] {
        display: none;
    }

    .topbar-title strong[b-hz9egxw6v7] {
        max-width: 155px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-pn108otqo5] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: linear-gradient( 135deg, #edf6f0 0%, #f7faf8 46%, #eef4f0 100%);
}


.login-shell[b-pn108otqo5] {
    width: 100%;
    max-width: 1050px;
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid #dce6df;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 65px rgba(18, 55, 34, 0.12);
}


/* =========================================================
   SOL MARKA PANELİ
   ========================================================= */

.login-brand-panel[b-pn108otqo5] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    overflow: hidden;
    background: linear-gradient( 155deg, #126838 0%, #14713f 52%, #0c542d 100%);
    color: #ffffff;
}


    .login-brand-panel[b-pn108otqo5]::after {
        content: "";
        position: absolute;
        right: -130px;
        bottom: -150px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.055);
    }


.login-brand[b-pn108otqo5] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
}


.login-brand-mark[b-pn108otqo5] {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ffffff;
    color: #14713f;
    font-size: 27px;
    font-weight: 850;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}


.login-brand-name[b-pn108otqo5] {
    font-size: 24px;
    font-weight: 850;
    letter-spacing: 1px;
}


.brand-message[b-pn108otqo5] {
    position: relative;
    z-index: 1;
    max-width: 390px;
}


.brand-kicker[b-pn108otqo5] {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}


.brand-message h1[b-pn108otqo5] {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.7px;
}


.brand-message p[b-pn108otqo5] {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}


/* =========================================================
   FORM PANELİ
   ========================================================= */

.login-form-panel[b-pn108otqo5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 64px;
}


.login-form-container[b-pn108otqo5] {
    width: 100%;
    max-width: 410px;
}


.login-heading[b-pn108otqo5] {
    margin-bottom: 34px;
}


.login-mobile-brand[b-pn108otqo5] {
    display: none;
    margin-bottom: 12px;
    color: #14713f;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 1.5px;
}


.login-heading h2[b-pn108otqo5] {
    margin: 0;
    color: #1c2b22;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.45px;
}


.login-heading p[b-pn108otqo5] {
    margin: 10px 0 0;
    color: #6e7c73;
    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   FORM
   ========================================================= */

.form-group[b-pn108otqo5] {
    margin-bottom: 20px;
}


    .form-group label[b-pn108otqo5] {
        display: block;
        margin-bottom: 8px;
        color: #34453a;
        font-size: 14px;
        font-weight: 700;
    }


.form-control[b-pn108otqo5] {
    width: 100%;
    height: 54px;
    padding: 0 15px;
    border: 1px solid #cedbd2;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2d24;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}


    .form-control[b-pn108otqo5]::placeholder {
        color: #98a29b;
    }


    .form-control:hover[b-pn108otqo5] {
        border-color: #b8cbbd;
    }


    .form-control:focus[b-pn108otqo5] {
        border-color: #14713f;
        box-shadow: 0 0 0 4px rgba(20, 113, 63, 0.10);
    }


    .form-control:disabled[b-pn108otqo5] {
        background: #f4f6f4;
        cursor: not-allowed;
    }


/* =========================================================
   HATA
   ========================================================= */

.login-message[b-pn108otqo5] {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}


.login-error[b-pn108otqo5] {
    border: 1px solid #efc7c7;
    background: #fff4f4;
    color: #a62d2d;
}


/* =========================================================
   GİRİŞ BUTONU
   ========================================================= */

.login-button[b-pn108otqo5] {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: #14713f;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 750;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}


    .login-button:hover:not(:disabled)[b-pn108otqo5] {
        background: #105f35;
        box-shadow: 0 7px 18px rgba(20, 113, 63, 0.18);
    }


    .login-button:active:not(:disabled)[b-pn108otqo5] {
        transform: translateY(1px);
    }


    .login-button:focus-visible[b-pn108otqo5] {
        outline: 3px solid rgba(20, 113, 63, 0.22);
        outline-offset: 3px;
    }


    .login-button:disabled[b-pn108otqo5] {
        opacity: 0.72;
        cursor: wait;
    }


/* =========================================================
   LOADING
   ========================================================= */

.login-spinner[b-pn108otqo5] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.38);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: login-spin-b-pn108otqo5 0.75s linear infinite;
}


@keyframes login-spin-b-pn108otqo5 {

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   GÜVENLİK NOTU
   ========================================================= */

.login-security-note[b-pn108otqo5] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e7ece8;
    color: #758178;
    font-size: 12px;
    line-height: 1.5;
}


.security-icon[b-pn108otqo5] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5f3e9;
    color: #14713f;
    font-size: 12px;
    font-weight: 800;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .login-page[b-pn108otqo5] {
        padding: 22px;
    }


    .login-shell[b-pn108otqo5] {
        max-width: 560px;
        min-height: auto;
        grid-template-columns: 1fr;
    }


    .login-brand-panel[b-pn108otqo5] {
        display: none;
    }


    .login-form-panel[b-pn108otqo5] {
        padding: 52px 44px;
    }


    .login-mobile-brand[b-pn108otqo5] {
        display: block;
    }
}


/* =========================================================
   TELEFON
   ========================================================= */

@media (max-width: 520px) {

    .login-page[b-pn108otqo5] {
        align-items: stretch;
        padding: 0;
        background: #ffffff;
    }


    .login-shell[b-pn108otqo5] {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }


    .login-form-panel[b-pn108otqo5] {
        align-items: flex-start;
        padding: 70px 24px 38px;
    }


    .login-heading[b-pn108otqo5] {
        margin-bottom: 30px;
    }


        .login-heading h2[b-pn108otqo5] {
            font-size: 28px;
        }


        .login-heading p[b-pn108otqo5] {
            font-size: 15px;
        }


    .form-control[b-pn108otqo5] {
        height: 56px;
        font-size: 16px;
    }


    .login-button[b-pn108otqo5] {
        min-height: 56px;
        font-size: 16px;
    }
}
/* /Components/Pages/OnayBekleyenIlanlar.razor.rz.scp.css */
.moderation-page[b-i1ztk7xxgs] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.page-header[b-i1ztk7xxgs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-kicker[b-i1ztk7xxgs] {
    display: block;
    margin-bottom: 7px;
    color: #14713f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.35px;
}

.page-header h1[b-i1ztk7xxgs] {
    margin: 0;
    color: #1d2a22;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.page-header p[b-i1ztk7xxgs] {
    max-width: 700px;
    margin: 9px 0 0;
    color: #68766d;
    font-size: 15px;
    line-height: 1.6;
}

.refresh-button[b-i1ztk7xxgs],
.retry-button[b-i1ztk7xxgs] {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid #cddbd1;
    border-radius: 11px;
    background: #ffffff;
    color: #14713f;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
}

    .refresh-button:hover[b-i1ztk7xxgs],
    .retry-button:hover[b-i1ztk7xxgs] {
        background: #f3f8f5;
    }

    .refresh-button:disabled[b-i1ztk7xxgs],
    .retry-button:disabled[b-i1ztk7xxgs] {
        opacity: 0.6;
        cursor: wait;
    }

.summary-row[b-i1ztk7xxgs] {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 16px;
    color: #65736a;
    font-size: 14px;
}

    .summary-row strong[b-i1ztk7xxgs] {
        color: #14713f;
        font-size: 20px;
    }

.listing-grid[b-i1ztk7xxgs] {
    display: grid;
    gap: 18px;
}

.listing-card[b-i1ztk7xxgs] {
    overflow: hidden;
    border: 1px solid #dce6df;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(22, 55, 36, 0.045);
}

.listing-main[b-i1ztk7xxgs] {
    padding: 23px;
}

.listing-top[b-i1ztk7xxgs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.listing-id[b-i1ztk7xxgs] {
    color: #718077;
    font-size: 13px;
    font-weight: 700;
}

.status-badge[b-i1ztk7xxgs] {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff5dd;
    color: #8a6513;
    font-size: 12px;
    font-weight: 750;
}

.listing-card h2[b-i1ztk7xxgs] {
    margin: 0;
    color: #1e2c23;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
}

.listing-description[b-i1ztk7xxgs] {
    margin: 10px 0 0;
    color: #58675e;
    font-size: 15px;
    line-height: 1.65;
    white-space: pre-line;
}

.meta-grid[b-i1ztk7xxgs] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.meta-item[b-i1ztk7xxgs] {
    padding: 12px 14px;
    border-radius: 11px;
    background: #f7faf8;
}

    .meta-item span[b-i1ztk7xxgs],
    .meta-item strong[b-i1ztk7xxgs] {
        display: block;
    }

    .meta-item span[b-i1ztk7xxgs] {
        margin-bottom: 4px;
        color: #839087;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

    .meta-item strong[b-i1ztk7xxgs] {
        color: #34443a;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
    }

.listing-actions[b-i1ztk7xxgs] {
    display: flex;
    gap: 10px;
    padding: 16px 23px;
    border-top: 1px solid #e5ebe7;
    background: #fafcfb;
}

.action-button[b-i1ztk7xxgs] {
    min-height: 44px;
    padding: 10px 17px;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 750;
}

    .action-button:disabled[b-i1ztk7xxgs] {
        opacity: 0.58;
        cursor: wait;
    }

.approve-button[b-i1ztk7xxgs] {
    border: 1px solid #14713f;
    background: #14713f;
    color: #ffffff;
}

    .approve-button:hover:not(:disabled)[b-i1ztk7xxgs] {
        background: #105f35;
    }

.revision-button[b-i1ztk7xxgs] {
    border: 1px solid #dfad42;
    background: #fff9eb;
    color: #805b0a;
}

    .revision-button:hover:not(:disabled)[b-i1ztk7xxgs] {
        background: #fff3d3;
    }

.reject-button[b-i1ztk7xxgs] {
    border: 1px solid #e4b6b6;
    background: #fff6f6;
    color: #a33030;
}

    .reject-button:hover:not(:disabled)[b-i1ztk7xxgs] {
        background: #ffecec;
    }

.confirmation-panel[b-i1ztk7xxgs] {
    padding: 20px 23px 22px;
    border-top: 1px solid #dfe7e1;
    background: #f8fbf9;
}

    .confirmation-panel > strong[b-i1ztk7xxgs] {
        display: block;
        color: #233229;
        font-size: 16px;
        font-weight: 800;
    }

    .confirmation-panel > p[b-i1ztk7xxgs] {
        margin: 6px 0 15px;
        color: #69776e;
        font-size: 13px;
        line-height: 1.55;
    }

.moderation-textarea[b-i1ztk7xxgs] {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    padding: 12px 14px;
    border: 1px solid #cddbd1;
    border-radius: 11px;
    background: #ffffff;
    color: #26352c;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.55;
    outline: none;
}

    .moderation-textarea:focus[b-i1ztk7xxgs] {
        border-color: #14713f;
        box-shadow: 0 0 0 3px rgba(20, 113, 63, 0.10);
    }

.character-count[b-i1ztk7xxgs] {
    margin-top: 5px;
    color: #839087;
    text-align: right;
    font-size: 11px;
}

.confirmation-actions[b-i1ztk7xxgs] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.cancel-button[b-i1ztk7xxgs],
.confirm-button[b-i1ztk7xxgs] {
    min-height: 43px;
    padding: 9px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 750;
}

.cancel-button[b-i1ztk7xxgs] {
    border: 1px solid #d6e0d9;
    background: #ffffff;
    color: #58675e;
}

.confirm-button[b-i1ztk7xxgs] {
    border: 1px solid #14713f;
    background: #14713f;
    color: #ffffff;
}

    .cancel-button:disabled[b-i1ztk7xxgs],
    .confirm-button:disabled[b-i1ztk7xxgs] {
        opacity: 0.6;
        cursor: wait;
    }

.action-error[b-i1ztk7xxgs] {
    margin-top: 13px;
    padding: 11px 13px;
    border: 1px solid #efcaca;
    border-radius: 9px;
    background: #fff3f3;
    color: #a02e2e;
    font-size: 13px;
    font-weight: 600;
}

.state-card[b-i1ztk7xxgs] {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 30px;
    border: 1px solid #dce6df;
    border-radius: 17px;
    background: #ffffff;
    text-align: center;
}

    .state-card strong[b-i1ztk7xxgs] {
        color: #29382f;
        font-size: 17px;
    }

    .state-card span[b-i1ztk7xxgs] {
        max-width: 450px;
        color: #758279;
        font-size: 14px;
        line-height: 1.55;
    }

.error-state[b-i1ztk7xxgs] {
    border-color: #ebcccc;
}

.empty-icon[b-i1ztk7xxgs] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    border-radius: 50%;
    background: #e7f4eb;
    color: #14713f;
    font-size: 22px;
    font-weight: 800;
}

.loading-spinner[b-i1ztk7xxgs] {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border: 3px solid #dfeae3;
    border-top-color: #14713f;
    border-radius: 50%;
    animation: moderation-spin-b-i1ztk7xxgs 0.8s linear infinite;
}

@keyframes moderation-spin-b-i1ztk7xxgs {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {

    .meta-grid[b-i1ztk7xxgs] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {

    .page-header[b-i1ztk7xxgs] {
        flex-direction: column;
        gap: 15px;
    }

        .page-header h1[b-i1ztk7xxgs] {
            font-size: 29px;
        }

    .refresh-button[b-i1ztk7xxgs] {
        width: 100%;
    }

    .listing-main[b-i1ztk7xxgs] {
        padding: 18px;
    }

    .meta-grid[b-i1ztk7xxgs] {
        grid-template-columns: 1fr;
    }

    .listing-actions[b-i1ztk7xxgs] {
        flex-direction: column;
        padding: 15px 18px;
    }

    .action-button[b-i1ztk7xxgs] {
        width: 100%;
        min-height: 48px;
    }

    .confirmation-panel[b-i1ztk7xxgs] {
        padding: 18px;
    }

    .confirmation-actions[b-i1ztk7xxgs] {
        flex-direction: column-reverse;
    }

    .cancel-button[b-i1ztk7xxgs],
    .confirm-button[b-i1ztk7xxgs] {
        width: 100%;
        min-height: 48px;
    }
}
