/*
Theme Name:  قالب تخصصی سرکت التروگسرنوین ویرا - CMMS
Theme URI:   https://kamranesfandiari.ir/author/kamranesfandiari/
Author:      کامران اسفندیاری
Author URI:  https://kamranesfandiari.ir/author/kamranesfandiari/
Description: تم اختصاصی برای سایت‌  الکترو گستر نوین ویرا جهت ساخت نرم افزار نگهداری و تعمیرات CMMS
Version:     1.0.0
License:     GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: test-ranking-theme
Tags: نگهداری و تعمیرات CMMS
*/


/* منوها */
.nav-link {
    font-size: 1rem;
    padding: 10px 20px;
    transition: background-color 0.2s, color 0.2s;
    border-radius: 4px;
  }
  
  .nav-link i {
    margin-right: 8px;
  }
  
  .nav-link:hover {
    background-color: #e9ecef;
    color: #0d6efd;
    text-decoration: none;
  }
  
  .nav-link.active {
    background-color: #0d6efd;
    color: #fff !important;
  }
  
  .nav-link.text-danger:hover {
    background-color: #f8d7da;
  }
button.nav-link.small.fw-bold.active{
    color: red !important;
  }
/* تغییر رنگ دکمه فعال */
.nav-link.active {
    color: white !important;
  }
  
  /* تغییر رنگ دکمه‌ها هنگام هاور */
  .nav-link:hover {
    opacity: 0.8;
  }
  
  /* صفحه بندی  */
  li.page-item.active {
    background: #dbdddd;
    padding: 7px 14px;
}