﻿.filter-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.text-start-rtl {
    text-align: right !important;
}
.filter-card .form-check {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-right: 35px;
}
.form-check-input {
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #ccc;
    margin-left: 0 !important;
}

.form-check-label {
    margin-right: 10px; /* مسافة بين النص والشيك بوكس */
    font-size: 0.95rem;
}
.filter-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.form-check {
    margin-bottom: 0.75rem;
}

.form-check-input {
    margin-left: 0;
    margin-right: -1.5rem; 
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #bbb;
    border-radius: 4px;
}


.form-check-label {
    font-size: 0.95rem;
    color: #444;
    padding-right: 2rem;
}

.filter-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-filter {
    height: 48px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px !important; /* pill shape */
    border: none;
}

hr {
    margin: 1.5rem 0;
    border-color: #eee;
}
