.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;
  }