@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&family=Tajawal:wght@400;700&display=swap');
body {
    font-family: 'Tajawal', 'Cairo', Arial, sans-serif;
    background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
    min-height: 100vh;
    direction: rtl;
}
.card {
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    border-radius: 16px;
    border: none;
    background: #fff;
}
.card-header {
    background: linear-gradient(90deg, #198754 60%, #43cea2 100%);
    color: #fff;
    border-radius: 16px 16px 0 0;
    font-weight: bold;
    font-size: 1.2rem;
}
.btn, .nav-link {
    font-size: 1.1rem;
    min-width: 90px;
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.btn-success, .btn-success:focus {
    background: linear-gradient(90deg, #198754 60%, #43cea2 100%);
    border: none;
}
.btn-success:hover {
    background: #157347;
}
.btn-outline-danger {
    border-radius: 8px;
}
.table-responsive {
    overflow-x: auto;
}
.table th, .table td {
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}
.form-label {
    float: right;
    font-weight: 500;
}
.form-control, .form-select {
    border-radius: 8px;
    font-size: 1.05rem;
}
.alert {
    text-align: right;
    border-radius: 8px;
}
footer {
    margin-top: 2rem;
    padding: 1rem 0 0.5rem 0;
    background: none;
    color: #888;
    font-size: 0.95rem;
}
@media (max-width: 768px) {
    body, .container, .card, .table, .btn, .form-control, .form-select {
        font-size: 1rem !important;
    }
    .container {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .table th, .table td {
        font-size: 0.95rem !important;
        padding: 0.4rem 0.2rem !important;
    }
    .btn, .nav-link {
        font-size: 0.95rem !important;
        padding: 0.5rem 0.7rem !important;
        min-width: 70px !important;
    }
    h1, h2, h3, h4, h5 {
        font-size: 1.1rem !important;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    header .fs-4 {
        font-size: 1rem !important;
    }
    img[alt="شعار الجمعية"] {
        height: 32px !important;
        margin-left: 6px !important;
    }
}
::-webkit-scrollbar {
    height: 8px;
    background: #eee;
}
::-webkit-scrollbar-thumb {
    background: #b2bec3;
    border-radius: 8px;
}
