.custom-context-menu {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-context-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-context-menu li {
  padding: 5px 10px;
  cursor: pointer;
}

.custom-context-menu li:hover {
  background-color: #f0f0f0;
}

.custom-context-menu label {
  display: block;
  padding: 5px 0;
}

.custom-context-menu button {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  background-color: #901a49;
  color: white;
  border: none;
  cursor: pointer;
}

.custom-context-menu button:hover {
  background-color: #8345a0;
}

.status-cell, .porto-2024-cell {
  font-weight: bold;
}
