body{
    font-family: 'Cairo' !important;
    direction: rtl;
    background-color:#ffffff !important;
}
div.form-add{
    background: #d3d3d314;
    border-radius: 10px;
    box-shadow: 6px 0px 24px!important;
}

table.form-add{
    background: #d3d3d314;
    border-radius: 10px;
    box-shadow: 5px -1px 16px!important;
}

.alert-red{
    background:#921f26 !important;
    color: white !important;
}

i{
cursor: pointer;
}