body {
    /* font-family: 'tahoma', sans-serif; */
    background-color: #f7f7f7;
    font-family: "peyda";
    height: 100vh;
    margin: 0;
    padding: 0;
}

.navbar {
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    padding: 10px 16px;
}

.navbar .navbar-brand {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 20px;
    color: #dd5638;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #435d7d;
}
.card-title {
    color: #fff;
    background: #435d7d !important;
    padding: 16px 20px;
}

/* تغییر اندازه سایز فونت آیکون منو در هدر */
.icon-fs {
    font-size: 1.5rem;
    cursor: pointer;
}

/* جهت سفیذ کردن تب انتخاب شده */
.nav-tabs .nav-link.active {
    background-color: white; /* رنگ پس‌زمینه تب فعال */
    color: black; /* رنگ متن تب فعال */
}
a.sortable {
    padding-right: 18px;
    position: relative;
}
a.sortable:before,
a.sortable:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 30%;
    position: absolute;
    width: 0;
}
a.sortable:before {
    border-bottom-color: #e4e4e4;
    margin-top: -1px;
}

a.sortable.asc:before {
    border-bottom-color: #686868;
    margin-top: -1px;
}
a.sortable:after {
    border-top-color: #e4e4e4;
    margin-top: 9px;
}
a.sortable.desc:after {
    border-top-color: #686868;
    margin-top: 9px;
}
/******** sidebar ********/
@font-face {
    font-family: "vazir";
    src: url("../fonts/Vazir-FD-WOL.ttf");
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/PEYDA-REGULAR.TTF");
}
/* ::after,
::before{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
} */
a {
    text-decoration: none;
}
li {
    list-style: none;
}
h1 {
    font-weight: 600;
    font-size: 1.5rem;
}


/* wrapper */
.wrapper {
    display: flex;
}

/* main */
.main {
    min-height: 100vh;
    width: 100%;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
}

.positive {
    background-color: #b4ffc689 !important; /* رنگ سبز */
    color: green;
}

.negative {
    background-color: #ffc7cd73 !important; /* رنگ قرمز */
    color: rgb(188, 1, 1);
}
td {
    background: inherit !important;
    color: inherit !important;
    border-color: #c6c6c6 !important;
}

/* welcome */

