/*@font-face {*/
/*    font-family:'makan';*/
/*    src:url(../../../fonts/Yekan.eot?#iefix) format("embedded-opentype"),*/
/*    url(../../../fonts/Yekan.woff) format("woff"),*/
/*    url(../../../fonts/Yekan.ttf) format("truetype");*/
/*    font-weight:normal;*/
/*    font-style:normal*/
/*}*/

/*@font-face {*/
/*    font-family:'makan';*/
/*    src:url(../../../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"),*/
/*    url(../../../fonts/IRANSansWeb.woff) format("woff"),*/
/*    url(../../../fonts/IRANSansWeb.ttf) format("truetype");*/
/*    font-weight:normal;*/
/*    font-style:normal*/
/*}*/

@font-face {
    font-family:'makan';
    src:url(../../../fonts/IRANSansWebFaNum.eot?#iefix) format("embedded-opentype"),
    url(../../../fonts/IRANSansWebFaNum.woff) format("woff"),
    url(../../../fonts/IRANSansWebFaNum.ttf) format("truetype");
    font-weight:normal;
    font-style:normal
}

body {
    font-family: makan, sans-serif;
    font-weight: normal;
    background-color: #f5f6fe;
}

.table td, .table th {
    vertical-align: middle;
}

.nav-tabs .nav-link.active {
    background-color: #2fb76e !important;
    color: white !important;
    border: none;
    border-radius: 8px 8px 0 0;
}

/* برای مرورگرهای مدرن */
::placeholder {
    color: #ccc !important;   /* رنگ خاکستری کمرنگ */
    opacity: 1;    /* شفافیت کامل */
}

/* برای مرورگرهای قدیمی‌تر */
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge قدیمی */
    color: #ccc !important;
}