/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7lzf5nbjz9] {
    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-7lzf5nbjz9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AracTanimla.razor.rz.scp.css */
/* =========================
   ARAÇ TANIMLA SAYFASI
========================= */

.arac-page[b-r1dbv923aw] {
    padding: 24px;
}

/* GRID */

.arac-grid[b-r1dbv923aw] {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 28px;
    align-items: start;
}


/* SOL KART */

.arac-card[b-r1dbv923aw] {
    background: #1d2844;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(7, 15, 35, 0.25);
    border: 1px solid rgba(255,255,255,0.05);
    overflow: hidden;
}

/* HEADER */

.card-header[b-r1dbv923aw] {
    padding: 22px 22px 12px 22px;
}

    .card-header h3[b-r1dbv923aw] {
        margin: 0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
    }

    .card-header p[b-r1dbv923aw] {
        margin: 6px 0 0 0;
        color: #aeb9d8;
        font-size: 13px;
    }


/* FORM */

.form-card[b-r1dbv923aw] {
    padding-bottom: 18px;
}

.form-grid[b-r1dbv923aw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 22px 10px 22px;
}

/* GROUP */

.form-group[b-r1dbv923aw] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .form-group.full[b-r1dbv923aw] {
        grid-column: 1 / -1;
    }

    .form-group label[b-r1dbv923aw] {
        color: #ff6a00;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 6px;
    }


/* INPUT */

.form-control[b-r1dbv923aw] {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #3e4c73;
    background: #111a2f;
    color: #ffffff;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: .2s ease;
}

    .form-control:focus[b-r1dbv923aw] {
        border-color: #6f96ff;
        box-shadow: 0 0 0 3px rgba(111, 150, 255, 0.12);
    }

    .form-control:disabled[b-r1dbv923aw] {
        opacity: .55;
        cursor: not-allowed;
    }


/* BUTTON */

.button-row[b-r1dbv923aw] {
    display: flex;
    gap: 10px;
    padding: 10px 22px 22px 22px;
}

.btn[b-r1dbv923aw] {
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.btn-primary[b-r1dbv923aw] {
    background: linear-gradient(135deg, #5d7cff, #7b95ff);
    color: #fff;
}

    .btn-primary:hover[b-r1dbv923aw] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(93, 124, 255, 0.25);
    }

.btn-secondary[b-r1dbv923aw] {
    background: #2b385c;
    color: #fff;
}

    .btn-secondary:hover[b-r1dbv923aw] {
        background: #354674;
    }


/* MESAJ */

.msg[b-r1dbv923aw] {
    margin: 0 22px 14px 22px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.msg-error[b-r1dbv923aw] {
    background: rgba(239, 68, 68, 0.16);
    color: #ffd7d7;
    border: 1px solid rgba(239, 68, 68, 0.24);
}

.msg-success[b-r1dbv923aw] {
    background: rgba(34, 197, 94, 0.16);
    color: #d5ffe5;
    border: 1px solid rgba(34, 197, 94, 0.24);
}


/* =========================
   SAĞ LİSTE (DEĞİŞMEDİ)
========================= */

.list-card[b-r1dbv923aw] {
    background: #ffffff;
    border: 1px solid #e9edf6;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

    .list-card .card-header h3[b-r1dbv923aw] {
        color: #1b2a4a;
    }

    .list-card .card-header p[b-r1dbv923aw] {
        color: #6a7898;
    }

.table-wrap[b-r1dbv923aw] {
    overflow-x: auto;
    padding: 0 16px 16px 16px;
}

.arac-table[b-r1dbv923aw] {
    width: 100%;
    border-collapse: collapse;
}

    .arac-table thead th[b-r1dbv923aw] {
        text-align: left;
        font-size: 13px;
        color: #51607f;
        background: #f7f9fd;
        padding: 12px 12px;
        border-bottom: 1px solid #e8edf7;
    }

    .arac-table tbody td[b-r1dbv923aw] {
        padding: 12px 12px;
        border-bottom: 1px solid #eef2f8;
        color: #20304f;
        font-size: 14px;
    }

    .arac-table tbody tr:hover[b-r1dbv923aw] {
        background: #f9fbff;
    }

.selected-row[b-r1dbv923aw] {
    background: #eef4ff !important;
}

.empty-row[b-r1dbv923aw] {
    text-align: center;
    color: #8895b2;
    padding: 24px 12px !important;
}

.actions-col[b-r1dbv923aw] {
    width: 40px;
}

.mini-btn[b-r1dbv923aw] {
    height: 34px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 6px;
}

.mini-select[b-r1dbv923aw] {
    background: #dbe8ff;
    color: #23418c;
}

.mini-delete[b-r1dbv923aw] {
    background: #ffe0e0;
    color: #b42323;
}


/* RESPONSIVE */

@media (max-width:1100px) {

    .arac-grid[b-r1dbv923aw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width:640px) {

    .form-grid[b-r1dbv923aw] {
        grid-template-columns: 1fr;
    }

    .button-row[b-r1dbv923aw] {
        flex-direction: column;
    }
}

.phone-cell[b-r1dbv923aw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-number[b-r1dbv923aw] {
    font-weight: 600;
    color: #20304f;
}

.phone-action[b-r1dbv923aw] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

    .phone-action.call[b-r1dbv923aw] {
        background: #e9f2ff;
        color: #2c5cff;
    }

        .phone-action.call:hover[b-r1dbv923aw] {
            background: #2c5cff;
            color: white;
        }

    .phone-action.whatsapp[b-r1dbv923aw] {
        background: #e7f8ed;
        color: #1fa855;
    }

        .phone-action.whatsapp:hover[b-r1dbv923aw] {
            background: #1fa855;
            color: white;
        }

    .phone-action.copy[b-r1dbv923aw] {
        background: #f3f4f6;
        color: #444;
    }

        .phone-action.copy:hover[b-r1dbv923aw] {
            background: #444;
            color: white;
        }
/* /Components/Pages/FirmaTanimla.razor.rz.scp.css */
/* =========================
   FİRMA TANIMLA SAYFASI
========================= */

.arac-page[b-co6mnle68a] {
    padding: 24px;
}

/* GRID */

.arac-grid[b-co6mnle68a] {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 28px;
    align-items: start;
}

/* SOL FORM KART */

.arac-card[b-co6mnle68a] {
    background: #1d2844;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(7,15,35,.25);
    border: 1px solid rgba(255,255,255,.05);
    overflow: hidden;
}

/* HEADER */

.card-header[b-co6mnle68a] {
    padding: 22px 22px 12px 22px;
}

    .card-header h3[b-co6mnle68a] {
        margin: 0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
    }

    .card-header p[b-co6mnle68a] {
        margin: 6px 0 0 0;
        color: #aeb9d8;
        font-size: 13px;
    }

/* FORM */

.form-card[b-co6mnle68a] {
    padding-bottom: 18px;
}

.form-grid[b-co6mnle68a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 22px 10px 22px;
}

/* GROUP */

.form-group[b-co6mnle68a] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .form-group.full[b-co6mnle68a] {
        grid-column: 1 / -1;
    }

    .form-group label[b-co6mnle68a] {
        color: #ff6a00;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 6px;
    }

/* INPUT */

.form-control[b-co6mnle68a] {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #3e4c73;
    background: #111a2f;
    color: #ffffff;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: .2s;
}

    .form-control:focus[b-co6mnle68a] {
        border-color: #6f96ff;
        box-shadow: 0 0 0 3px rgba(111,150,255,.12);
    }

    .form-control:disabled[b-co6mnle68a] {
        opacity: .55;
        cursor: not-allowed;
    }

/* BUTTON */

.button-row[b-co6mnle68a] {
    display: flex;
    gap: 10px;
    padding: 10px 22px 22px 22px;
}

.btn[b-co6mnle68a] {
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.btn-primary[b-co6mnle68a] {
    background: linear-gradient(135deg,#5d7cff,#7b95ff);
    color: #fff;
}

    .btn-primary:hover[b-co6mnle68a] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(93,124,255,.25);
    }

.btn-secondary[b-co6mnle68a] {
    background: #2b385c;
    color: #fff;
}

    .btn-secondary:hover[b-co6mnle68a] {
        background: #354674;
    }

/* MESAJ */

.msg[b-co6mnle68a] {
    margin: 0 22px 14px 22px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.msg-error[b-co6mnle68a] {
    background: rgba(239,68,68,.16);
    color: #ffd7d7;
    border: 1px solid rgba(239,68,68,.24);
}

.msg-success[b-co6mnle68a] {
    background: rgba(34,197,94,.16);
    color: #d5ffe5;
    border: 1px solid rgba(34,197,94,.24);
}


/* =========================
   LİSTE KART
========================= */

.list-card[b-co6mnle68a] {
    background: #ffffff;
    border: 1px solid #e9edf6;
    box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

    .list-card .card-header h3[b-co6mnle68a] {
        color: #1b2a4a;
    }

    .list-card .card-header p[b-co6mnle68a] {
        color: #6a7898;
    }

/* TABLE */

.table-wrap[b-co6mnle68a] {
    overflow-x: auto;
    padding: 0 16px 16px 16px;
}

.arac-table[b-co6mnle68a] {
    width: 100%;
    border-collapse: collapse;
}

    .arac-table thead th[b-co6mnle68a] {
        text-align: left;
        font-size: 13px;
        color: #51607f;
        background: #f7f9fd;
        padding: 12px 12px;
        border-bottom: 1px solid #e8edf7;
    }

    .arac-table tbody td[b-co6mnle68a] {
        padding: 12px 12px;
        border-bottom: 1px solid #eef2f8;
        color: #20304f;
        font-size: 14px;
    }

    .arac-table tbody tr:hover[b-co6mnle68a] {
        background: #f9fbff;
    }

.selected-row[b-co6mnle68a] {
    background: #eef4ff !important;
}

.empty-row[b-co6mnle68a] {
    text-align: center;
    color: #8895b2;
    padding: 24px 12px !important;
}

/* ACTION */

.actions-col[b-co6mnle68a] {
    width: 40px;
}

.mini-btn[b-co6mnle68a] {
    height: 34px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 6px;
}

.mini-select[b-co6mnle68a] {
    background: #dbe8ff;
    color: #23418c;
}

.mini-delete[b-co6mnle68a] {
    background: #ffe0e0;
    color: #b42323;
}


/* RESPONSIVE */

@media (max-width:1100px) {

    .arac-grid[b-co6mnle68a] {
        grid-template-columns: 1fr;
    }
}

@media (max-width:640px) {

    .form-grid[b-co6mnle68a] {
        grid-template-columns: 1fr;
    }

    .button-row[b-co6mnle68a] {
        flex-direction: column;
    }
}

.phone-cell[b-co6mnle68a] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-number[b-co6mnle68a] {
    font-weight: 600;
    color: #20304f;
}

.phone-action[b-co6mnle68a] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

    .phone-action.call[b-co6mnle68a] {
        background: #e9f2ff;
        color: #2c5cff;
    }

        .phone-action.call:hover[b-co6mnle68a] {
            background: #2c5cff;
            color: white;
        }

    .phone-action.whatsapp[b-co6mnle68a] {
        background: #e7f8ed;
        color: #1fa855;
    }

        .phone-action.whatsapp:hover[b-co6mnle68a] {
            background: #1fa855;
            color: white;
        }

    .phone-action.copy[b-co6mnle68a] {
        background: #f3f4f6;
        color: #444;
    }

        .phone-action.copy:hover[b-co6mnle68a] {
            background: #444;
            color: white;
        }
/* /Components/Pages/GelirTakip.razor.rz.scp.css */
/* SAYFA */

.gelir-sayfa[b-w8qope7wzv] {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
}

.gelir-grup[b-w8qope7wzv] {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* FİLTRE KARTI */

.gelir-filter-card[b-w8qope7wzv] {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* FİLTRELER */

.gelir-filters[b-w8qope7wzv] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gelir-date[b-w8qope7wzv] {
    width: 100px;
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
}

.gelir-select[b-w8qope7wzv] {
    
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    min-width: 260px;
}

/* TEMİZLE BUTONU */

.gelir-clear[b-w8qope7wzv] {
    height: 32px;
    padding: 0 12px;
    border: none;
    background: #e74c3c;
    color: white;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

    .gelir-clear:hover[b-w8qope7wzv] {
        background: #c0392b;
    }

/* BİLGİ KARTLARI */

.gelir-stats[b-w8qope7wzv] {
    display: flex;
    gap: 10px;
}

.gelir-stat-card[b-w8qope7wzv] {
    background: #182a46;
    color: white;
    border-radius: 10px;
    padding: 10px 16px;
    min-width: 140px;
}
.gelir-stat-sayi[b-w8qope7wzv] {
    background: #182a46;
    color: white;
    border-radius: 10px;
    padding: 10px 16px;
    min-width: 30px;
}


.stat-title[b-w8qope7wzv] {
    font-size: 12px;
    opacity: 0.8;
}

.stat-value[b-w8qope7wzv] {
    font-size: 18px;
    font-weight: 600;
}

/* LİSTE KARTI */

.gelir-list-card[b-w8qope7wzv] {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* TABLO */

.gelir-table-wrap[b-w8qope7wzv] {
    width: 100%;
    overflow-x: auto;
}

.gelir-table[b-w8qope7wzv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .gelir-table th[b-w8qope7wzv] {
        text-align: left;
        padding: 10px 12px;
        border-bottom: 1px solid #ececec;
        font-weight: 600;
    }

    .gelir-table td[b-w8qope7wzv] {
        padding: 10px 12px;
        border-bottom: 1px solid #f3f3f3;
    }

    .gelir-table tr:hover[b-w8qope7wzv] {
        background: #fafafa;
    }

.gelir-empty[b-w8qope7wzv] {
    text-align: center;
    padding: 30px;
    color: #777;
}

/* MOBİL */

@media (max-width:900px) {

    .gelir-filter-card[b-w8qope7wzv] {
        flex-direction: column;
        align-items: flex-start;
    }

    .gelir-stats[b-w8qope7wzv] {
        width: 100%;
        justify-content: space-between;
    }
}

.gelir-ay[b-w8qope7wzv] {
    width: 100px;
    height: 35px;
    background: #182a46;
    color: white;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
}
/* /Components/Pages/NakliyatciFirmaBilgileri.razor.rz.scp.css */
.arac-page[b-c6j0607xi4] {
    padding: 30px;
}

.form-grid[b-c6j0607xi4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 900px;
}

.form-group[b-c6j0607xi4] {
    display: flex;
    flex-direction: column;
}

    .form-group textarea[b-c6j0607xi4] {
        min-height: 90px;
    }

label[b-c6j0607xi4] {
    font-size: 13px;
    margin-bottom: 6px;
    color: #ff7a18;
    font-weight: 600;
}

.form-control[b-c6j0607xi4] {
    background: #0e1320;
    border: 1px solid #2c3553;
    border-radius: 10px;
    padding: 10px 12px;
    color: white;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

    .form-control:focus[b-c6j0607xi4] {
        border-color: #ff7a18;
        box-shadow: 0 0 0 1px #ff7a18;
    }

button.btn[b-c6j0607xi4] {
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.btn-primary[b-c6j0607xi4] {
    background: linear-gradient(135deg,#ff7a18,#ffb347);
    color: white;
}

    .btn-primary:hover[b-c6j0607xi4] {
        opacity: .9;
    }

.btn-secondary[b-c6j0607xi4] {
    background: #2c3553;
    color: white;
}

.alert[b-c6j0607xi4] {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}

.alert-success[b-c6j0607xi4] {
    background: #1e7e34;
    color: white;
}
/* /Components/Pages/NakliyatciFirmaKarti.razor.rz.scp.css */
.arac-page[b-bqb4hmnluc] {
    padding: 30px;
}

.form-grid[b-bqb4hmnluc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 900px;
}

.form-group[b-bqb4hmnluc] {
    display: flex;
    flex-direction: column;
}

    .form-group textarea[b-bqb4hmnluc] {
        min-height: 90px;
    }

label[b-bqb4hmnluc] {
    font-size: 13px;
    margin-bottom: 6px;
    color: #ff7a18;
    font-weight: 600;
}

.form-control[b-bqb4hmnluc] {
    background: #0e1320;
    border: 1px solid #2c3553;
    border-radius: 10px;
    padding: 10px 12px;
    color: white;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

    .form-control:focus[b-bqb4hmnluc] {
        border-color: #ff7a18;
        box-shadow: 0 0 0 1px #ff7a18;
    }

button.btn[b-bqb4hmnluc] {
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.btn-primary[b-bqb4hmnluc] {
    background: linear-gradient(135deg,#ff7a18,#ffb347);
    color: white;
}

    .btn-primary:hover[b-bqb4hmnluc] {
        opacity: .9;
    }

.btn-secondary[b-bqb4hmnluc] {
    background: #2c3553;
    color: white;
}

.alert[b-bqb4hmnluc] {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}

.alert-success[b-bqb4hmnluc] {
    background: #1e7e34;
    color: white;
}
/* /Components/Pages/Seferler.razor.rz.scp.css */
.arac-page[b-7g9ouls2yx] {
    padding: 24px;
}

.arac-grid[b-7g9ouls2yx] {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 22px;
    align-items: start;
}

.arac-card[b-7g9ouls2yx] {
    background: #1d2844;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(7, 15, 35, 0.18);
    border: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}

.card-header[b-7g9ouls2yx] {
    padding: 18px 20px 10px 20px;
}

    .card-header h3[b-7g9ouls2yx] {
        margin: 0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
    }

.form-card[b-7g9ouls2yx] {
    padding-bottom: 18px;
}

.form-grid[b-7g9ouls2yx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 20px 10px 20px;
}

.form-group[b-7g9ouls2yx] {
    display: flex;
    flex-direction: column;
}

    .form-group.full[b-7g9ouls2yx] {
        grid-column: 1 / -1;
    }

    .form-group label[b-7g9ouls2yx] {
        color: #ff8c42;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
    }

.form-control[b-7g9ouls2yx] {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #3e4c73;
    background: #111a2f;
    color: #ffffff;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    transition: .2s ease;
    width: 100%;
    box-sizing: border-box;
}

    .form-control:focus[b-7g9ouls2yx] {
        border-color: #6f96ff;
        box-shadow: 0 0 0 3px rgba(111, 150, 255, 0.12);
    }

    .form-control:disabled[b-7g9ouls2yx] {
        opacity: .70;
        cursor: not-allowed;
        background: #18223a;
        color: #d7def0;
    }

.input-with-suffix[b-7g9ouls2yx] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-suffix .form-control[b-7g9ouls2yx] {
        padding-right: 54px;
    }

.input-suffix[b-7g9ouls2yx] {
    position: absolute;
    right: 12px;
    color: #bfc9df;
    font-size: 13px;
    font-weight: 700;
    pointer-events: none;
}

.button-row[b-7g9ouls2yx] {
    display: flex;
    gap: 10px;
    padding: 6px 20px 0 20px;
}

.btn[b-7g9ouls2yx] {
    height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.btn-primary[b-7g9ouls2yx] {
    background: linear-gradient(135deg, #5d7cff, #7b95ff);
    color: #fff;
}

    .btn-primary:hover[b-7g9ouls2yx] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(93, 124, 255, 0.25);
    }

.btn-secondary[b-7g9ouls2yx] {
    background: #2b385c;
    color: #fff;
}

    .btn-secondary:hover[b-7g9ouls2yx] {
        background: #354674;
    }

.msg[b-7g9ouls2yx] {
    margin: 0 20px 14px 20px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.msg-error[b-7g9ouls2yx] {
    background: rgba(239, 68, 68, 0.16);
    color: #ffd7d7;
    border: 1px solid rgba(239, 68, 68, 0.24);
}

.msg-success[b-7g9ouls2yx] {
    background: rgba(34, 197, 94, 0.16);
    color: #d5ffe5;
    border: 1px solid rgba(34, 197, 94, 0.24);
}

.list-card[b-7g9ouls2yx] {
    background: #ffffff;
    border: 1px solid #e9edf6;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

    .list-card .card-header h3[b-7g9ouls2yx] {
        color: #1b2a4a;
    }

.table-wrap[b-7g9ouls2yx] {
    width: 100%;
    overflow-x: auto;
}

.arac-table[b-7g9ouls2yx] {
    width: 100%;
    border-collapse: collapse;
}

    .arac-table thead th[b-7g9ouls2yx] {
        text-align: left;
        font-size: 13px;
        color: #51607f;
        background: #f7f9fd;
        padding: 12px 12px;
        border-bottom: 1px solid #e8edf7;
        white-space: nowrap;
    }

    .arac-table tbody td[b-7g9ouls2yx] {
        padding: 12px 12px;
        border-bottom: 1px solid #eef2f8;
        color: #20304f;
        font-size: 14px;
        vertical-align: middle;
    }

    .arac-table tbody tr:hover[b-7g9ouls2yx] {
        background: #f9fbff;
    }

.selected-row[b-7g9ouls2yx] {
    background: #eef4ff !important;
}

.empty-row[b-7g9ouls2yx] {
    text-align: center;
    color: #8895b2;
    padding: 24px 12px !important;
}

.actions-col[b-7g9ouls2yx] {
    width: 90px;
    white-space: nowrap;
}

.mini-btn[b-7g9ouls2yx] {
    height: 34px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 6px;
    transition: .2s ease;
}

.mini-select[b-7g9ouls2yx] {
    background: #dbe8ff;
    color: #23418c;
}

    .mini-select:hover[b-7g9ouls2yx] {
        background: #c7dcff;
    }

.mini-delete[b-7g9ouls2yx] {
    background: #ffe0e0;
    color: #b42323;
}

    .mini-delete:hover[b-7g9ouls2yx] {
        background: #ffd0d0;
    }

@media (max-width: 1100px) {
    .arac-grid[b-7g9ouls2yx] {
        grid-template-columns: 1fr;
    }

    .form-card[b-7g9ouls2yx] {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .arac-page[b-7g9ouls2yx] {
        padding: 14px;
    }

    .form-grid[b-7g9ouls2yx] {
        grid-template-columns: 1fr;
    }

    .form-group.full[b-7g9ouls2yx] {
        grid-column: auto;
    }

    .button-row[b-7g9ouls2yx] {
        flex-direction: column;
    }

    .actions-col[b-7g9ouls2yx] {
        width: auto;
    }
}

.makbuz-popup[b-7g9ouls2yx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-card[b-7g9ouls2yx] {
    width: 900px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.makbuz-frame[b-7g9ouls2yx] {
    width: 100%;
    height: 750px;
    border: none;
    overflow:hidden;
}

.popup-buttons[b-7g9ouls2yx] {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.mini-view[b-7g9ouls2yx] {
    background: #5c7cfa;
    color: white;
    margin-left: 4px;
}

.sefer-header[b-7g9ouls2yx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.sefer-filters[b-7g9ouls2yx] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .sefer-filters select[b-7g9ouls2yx],
    .sefer-filters input[b-7g9ouls2yx] {
        height: 32px;
        font-size: 13px;
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }

.mini-filter[b-7g9ouls2yx] {
    height: 32px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-size: 13px;
}

.mini-selectF[b-7g9ouls2yx] {
    width: 200px;
    background: #354674;
    color: white;
}

.mini-date[b-7g9ouls2yx] {
    width: 100px;
    background: #354674;
    color: white;
}

.mini-clear[b-7g9ouls2yx] {
    height: 32px;
    padding: 0 12px;
    border: none;
    background: #e74c3c;
    color: white;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

    .mini-clear:hover[b-7g9ouls2yx] {
        background: #c0392b;
    }

.sag-panel[b-7g9ouls2yx] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width:0;
    width:100%;
}
/* /Components/Pages/YukIlanlari.razor.rz.scp.css */
.ilan-page[b-msu63jfz8x],
.ilan-wrap[b-msu63jfz8x] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ilan-olusturma[b-msu63jfz8x],
.ilan-liste[b-msu63jfz8x] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e9edf6;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.ilan-olusturma[b-msu63jfz8x] {
    padding: 24px 24px 20px 24px;
    margin-bottom: 22px;
}

.ilan-liste[b-msu63jfz8x] {
    padding: 20px 24px;
}

    .ilan-olusturma h4[b-msu63jfz8x],
    .ilan-liste h4[b-msu63jfz8x] {
        margin: 0 0 18px 0;
        color: #1b2a4a;
        font-size: 24px;
        font-weight: 700;
    }

.ilan-alani[b-msu63jfz8x] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 18px;
    width: 100%;
    box-sizing: border-box;
}

    .ilan-alani > div[b-msu63jfz8x] {
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .ilan-alani label[b-msu63jfz8x] {
        display: block;
        margin: 0 0 6px 0;
        color: #ff8c42;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
    }

.ilan-olusturma .form-control[b-msu63jfz8x],
.ilan-olusturma input.form-control[b-msu63jfz8x],
.ilan-olusturma select.form-control[b-msu63jfz8x],
.ilan-olusturma textarea.form-control[b-msu63jfz8x] {
    width: 70% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 42px !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    border: 1px solid #3e4c73 !important;
    background: #111a2f !important;
    color: #ffffff !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.ilan-olusturma textarea.form-control[b-msu63jfz8x] {
    min-height: 90px !important;
    height: auto !important;
    padding: 10px 12px !important;
    resize: vertical;
}

    .ilan-olusturma .form-control:focus[b-msu63jfz8x],
    .ilan-olusturma input.form-control:focus[b-msu63jfz8x],
    .ilan-olusturma select.form-control:focus[b-msu63jfz8x],
    .ilan-olusturma textarea.form-control:focus[b-msu63jfz8x] {
        border-color: #6f96ff !important;
        box-shadow: 0 0 0 3px rgba(111, 150, 255, 0.12) !important;
    }

.ilan-olusturma .form-control:disabled[b-msu63jfz8x],
.ilan-olusturma input.form-control:disabled[b-msu63jfz8x],
.ilan-olusturma select.form-control:disabled[b-msu63jfz8x] {
    background: #18223a !important;
    color: #d7def0 !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.ilan-olusturma .upper[b-msu63jfz8x] {
    text-transform: uppercase;
}

.ilan-olusturma .btn[b-msu63jfz8x],
.ilan-olusturma button.btn[b-msu63jfz8x],
.popup-card .btn[b-msu63jfz8x],
.ilan-liste .btn[b-msu63jfz8x] {
    height: 40px;
    padding: 0 16px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.ilan-olusturma .btn-primary[b-msu63jfz8x] {
    background: linear-gradient(135deg, #5d7cff, #7b95ff);
    color: #fff;
}

    .ilan-olusturma .btn-primary:hover[b-msu63jfz8x] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(93, 124, 255, 0.25);
    }

.popup-card .btn-success[b-msu63jfz8x] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
}

.popup-card .btn-secondary[b-msu63jfz8x] {
    background: #2b385c;
    color: #fff;
}

.ilan-liste .btn-danger[b-msu63jfz8x],
.popup-card .btn-danger[b-msu63jfz8x] {
    background: #ffe0e0;
    color: #b42323;
}

    .ilan-liste .btn-danger:hover[b-msu63jfz8x],
    .popup-card .btn-danger:hover[b-msu63jfz8x] {
        background: #ffd0d0;
    }

.ilan-liste .table[b-msu63jfz8x] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto;
}

    .ilan-liste .table thead th[b-msu63jfz8x] {
        text-align: left;
        font-size: 13px;
        color: #51607f;
        background: #f7f9fd;
        padding: 12px 12px;
        border-bottom: 1px solid #e8edf7;
        white-space: nowrap;
        font-weight: 700;
    }

    .ilan-liste .table tbody td[b-msu63jfz8x] {
        padding: 12px 12px;
        border-bottom: 1px solid #eef2f8;
        color: #20304f;
        font-size: 14px;
        vertical-align: middle;
    }

    .ilan-liste .table tbody tr:hover[b-msu63jfz8x] {
        background: #f9fbff;
    }

    .ilan-liste .table tbody tr:last-child td[b-msu63jfz8x] {
        border-bottom: none;
    }

    .ilan-liste .table td:last-child[b-msu63jfz8x],
    .ilan-liste .table th:last-child[b-msu63jfz8x] {
        width: 90px;
        white-space: nowrap;
    }

.popup-bg[b-msu63jfz8x] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    z-index: 9999;
    box-sizing: border-box;
}

.popup-card[b-msu63jfz8x] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
}

    .popup-card h4[b-msu63jfz8x] {
        margin: 0 0 16px 0;
        color: #1b2a4a;
        font-size: 22px;
        font-weight: 800;
    }

.ilan-preview[b-msu63jfz8x] {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    color: #20304f;
    font-size: 14px;
    line-height: 1.45;
}

    .ilan-preview b[b-msu63jfz8x] {
        color: #1b2a4a;
    }

.popup-card .fiyat[b-msu63jfz8x] {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 800;
    color: #16a34a;
}

.popup-card .btn + .btn[b-msu63jfz8x] {
    margin-left: 8px;
}

/* fiyat ve kdv alanlarını biraz daha dengeli göster */
.ilan-alani > div:nth-last-child(2)[b-msu63jfz8x],
.ilan-alani > div:nth-last-child(1)[b-msu63jfz8x] {
    align-self: end;
}

/* tablet */
@media (max-width: 1100px) {
    .ilan-alani[b-msu63jfz8x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* mobil */
@media (max-width: 640px) {
    .ilan-olusturma[b-msu63jfz8x],
    .ilan-liste[b-msu63jfz8x] {
        padding: 16px;
        border-radius: 14px;
    }

        .ilan-olusturma h4[b-msu63jfz8x],
        .ilan-liste h4[b-msu63jfz8x] {
            font-size: 20px;
            margin-bottom: 14px;
        }

    .ilan-alani[b-msu63jfz8x] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ilan-liste[b-msu63jfz8x] {
        overflow-x: auto;
    }

        .ilan-liste .table[b-msu63jfz8x] {
            min-width: 620px;
        }

    .popup-card[b-msu63jfz8x] {
        padding: 18px;
        max-width: 100%;
    }

        .popup-card .btn[b-msu63jfz8x] {
            width: 100%;
        }

            .popup-card .btn + .btn[b-msu63jfz8x] {
                margin-left: 0;
                margin-top: 8px;
            }
}

.ilan-alani > div[b-msu63jfz8x] {
    min-width: 0;
}

.ilan-alani input[b-msu63jfz8x],
.ilan-alani select[b-msu63jfz8x] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
   
}

.ilan-liste[b-msu63jfz8x] {
    overflow-x: auto;
}

    .ilan-liste table[b-msu63jfz8x] {
        min-width: 600px;
    }

.kdv-alan[b-msu63jfz8x] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .kdv-alan label[b-msu63jfz8x] {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }

.kdv-check[b-msu63jfz8x] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.onizleme-btn[b-msu63jfz8x] {
    margin-top: 20px;
}
