*{
    direction: rtl;
}

.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}

.disable{
    cursor: not-allowed;
}

label{
    font-size: 0.9rem !important;
}
.table td{
    font-size: 1rem;
}
.table td, .table th {
    text-align: center;
}
.nav-link{
    color: rgba(0, 0, 0, 0.7) !important;
}
