h5.custom-title {
  text-align: center;
}

#nodata {
  margin: 20px;
}

.portlet-form {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.portlet-form .form-group {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.portlet-form label {
  margin-right: 10px;
  font-weight: bold;
}

.portlet-form select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 36px;
  box-shadow: inset 0 2px 16px rgba(0, 0, 0, 0.2);
}

.portlet-form button {
  background-color: #f7ed36;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 16px rgba(0, 0, 0, 0.2);
}

.portlet-form button:hover {
  background-color: #e6d62f;
}

.graph-data {
  margin: 20px;
}

.graph-data h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}