@font-face {
    font-family: "BYekan";
    src: url(`../fonts/yekan-webfont.eot);
    src: url(../fonts/yekan-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/yekan-webfont.woff) format("woff"), url(../fonts/yekan-webfont.ttf) format("truetype"), url(../fonts/yekan-webfont.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}
* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
*:not(i) {
    font-family: BYekan !important;
}
body {
    direction: rtl;
    margin: 10px 10px 0 10px !important;
}
.top-padding {
    padding-top: 5%;
}
.m-t-s {
    margin-top: 10px;
}
.table td, .table th {
    vertical-align: baseline !important;
}
.table-dark {
    background-color: rgb(33 37 41 / 85%) !important;
}