﻿.notify-page {
    max-width: 1000px;
}

.notify-header {
    margin-bottom: 24px;
}

    .notify-header h1 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
    }

    .notify-header p {
        color: #64748b;
        margin-top: 8px;
    }

.notify-badge {
    display: inline-block;
    background: #eef2ff;
    color: #4f46e5;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.notify-card {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.notify-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.full-width {
    grid-column: 1/-1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label {
        font-weight: 600;
    }

.form-control {
    width: 100%;
    padding: 14px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
}

.notify-actions {
    margin-top: 24px;
}

.send-btn {
    border: none;
    border-radius: 14px;
    padding: 14px 26px;
    background: linear-gradient(135deg,#2563eb,#7c3aed);
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.notify-result {
    margin-top: 20px;
    padding: 14px;
    border-radius: 12px;
    background: #f8fafc;
}
.notify-page {
    padding: 34px;
    max-width: 1180px;
}

.notify-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 22px 50px rgba(15,23,42,.08);
    border: 1px solid #e5e7eb;
}

.notify-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 800;
    color: #334155;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    padding: 14px 16px;
    background: #f8fafc;
}

.agent-picker {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
}

.agent-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

    .agent-option:has(input:checked) {
        border-color: #4f46e5;
        background: #eef2ff;
    }

.agent-code {
    font-weight: 900;
    color: #2563eb;
}

.agent-name {
    font-weight: 700;
    color: #0f172a;
}

.send-btn {
    margin-top: 22px;
    border: 0;
    border-radius: 16px;
    padding: 14px 26px;
    background: linear-gradient(135deg,#2563eb,#7c3aed);
    color: white;
    font-weight: 900;
}
.agent-option {
    border: 1px solid #dbeafe;
}
    .agent-option.no-fcm {
        opacity: .55;
    }
.agent-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.select-all-btn {
    border: none;
    height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg,#2563eb,#7c3aed);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 8px 18px rgba(79,70,229,.25);
}

    .select-all-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(79,70,229,.35);
    }

    .select-all-btn:active {
        transform: translateY(0);
    }
.select-all-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    outline: none !important;
    height: 44px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg,#2563eb,#7c3aed) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 12px 26px rgba(79,70,229,.28) !important;
}
.agent-header-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.agent-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
}

.select-all-btn {
    border: 0;
    background: #eef2ff;
    color: #4f46e5;
    padding: 8px 14px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
}
.agent-header-row {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
    width: auto !important;
}

    .agent-header-row label {
        margin: 0 !important;
    }

.select-all-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    outline: none !important;
    height: 38px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    background: #eef2ff !important;
    color: #4f46e5 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}