﻿/* we need to commented this fonts when using bundler as bundle will not move it automatically, so we included them in bundleconfig file. */
@import url('../../fonts/droidarabickufi/droidarabickufi.css');
@import url('../../fonts/droidarabicnaskh/droidarabicnaskh.css');

body {
    direction: rtl;
    font-family: 'Droid Arabic Naskh', serif !important;
}


.alert[data-notify] .close {
    left: 10px !important;
    right: auto !important;
}