body {
    font-family: Vazirmatn, sans-serif;
}

.errorlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.select2-selection.select2-selection--multiple, .ql-snow {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ql-editor {
    font-family: Vazirmatn, sans-serif;
    min-height: 15rem;
}

p {
    text-align: justify;
}