/* Bosh font, umumiy */
body {
    font-family: Inter, sans-serif;
    background-color: #f8f9fa;
}

/* Sidebar card */
.card {
    border-radius: 20px;
}

/* Filtr panel ichidagi form-check style */
.form-check-input {
    border-radius: 50%;
}
.form-check-label {
    font-size: 0.9rem;
}

/* Card text style */
.card h5 {
    font-weight: 600;
}
.card .text-secondary {
    font-size: 0.85rem;
}

/* Modal style */
.modal-content {
    border-radius: 20px;
}
