.grayscale-hover {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .grayscale-hover:hover {
    filter: grayscale(0%);
  }

  .system-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

.bg-orange {
    background-color: #ff5601 !important;
}
		
  .text-orange {
    color: #ff5601 !important;
  }

	  .btn-orange {
    background-color: #ff5601 !important;
    border-color: #ff5601 !important;
  }

  .btn-orange:hover {
    background-color: #ff5601 !important;
    border-color: #ff5601 !important;
  }

a {
   
    text-decoration: none !important;
}

.list-view-system .list-system-bottom {
  margin-top: 15px; 
}

.system-browse-filters > ul > li {
height: 38px !important;
  line-height: 26px !mportant; }

.system-browse-view a {
  width: 75px !important; }

.list-system-configure { width:70px !important;}