  @font-face {
    font-family: 'Arshid';
    src: url('../fonts/Arshid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sar{
    font-family: 'Arshid', sans-serif;
}

/* RTL fixes for custom-file input component */
[dir="rtl"] .custom-file-label {
    text-align: right;
}

[dir="rtl"] .custom-file-label::after {
    right: auto;
    left: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

[dir="rtl"] .custom-file-name {
    direction: ltr;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 6rem;
}