@import url("../fonts/vazir.css");


body {
    font-family: Vazirmatn, sans-serif !important;
}


html {
    direction: rtl;
}

body {
    direction: rtl;
    text-align: right;
}

/* Sidebar */
aside {
    right: 0;
    left: auto;
}

/* Tables */
table th,
table td {
    text-align: right;
}

/* Forms */
input,
textarea,
select {
    text-align: right;
}

/* Breadcrumbs */
nav[aria-label="Breadcrumb"] {
    direction: rtl;
}

.helptext {
    color: rgb(107 114 128);
}

hr{
    color: rgb(209, 209, 209);
}