﻿.modal-dialog {
    max-width: 750px;
}

.filter-modal-content {
    border-radius: 14px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    border: 0;
    background: #fff;
}

.filter-form {
    background: #f8fafc;
    padding: 1.5rem 1rem 1rem 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(60,72,88,0.07);
}

    .filter-form label {
        font-weight: 600;
        color: #345;
    }

    .filter-form .form-control,
    .filter-form .form-select {
        border-radius: 7px;
        min-height: 38px;
        margin-bottom: 2px;
    }

    .filter-form .btn {
        min-width: 95px;
    }
