@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body,html ,.light-primary,.dropdown-item,
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td
{
    text-align: right;
    direction: rtl;
    /* font-family: 'Cairo', sans-serif; */
}
.float-end {
    float: left !important;
}
.ps-4 
{
    padding-left: 0 !important;
    padding-right: 20px !important;
}
.ps-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
}
.ms-2 {
    margin-right: .5rem !important;
    margin-left: 0 !important;
}
.ms-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}
.me-2 {
    margin-left: .5rem !important;
    margin-right: 0 !important;
}
.me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}
.logFormDV button.blueBtn+h6
{
    width: fit-content;
}
.logFormDV input + span
{
    right: 9px;
}