﻿@import url(font-iransans.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

html{
    overflow-x:hidden;
}

div[id*='newMessageAlert'] {
    position: absolute;
    top: 1.3rem;
    right: 50%;
    transform: translate(50%);
    z-index:15
}

body {
    font-family: IRANSANS !important;
    direction: rtl;
    margin: 0;
}
* {
    font-family: IRANSANS !important;
}