.even_bg {
  background-color: #f9f8f8 !important;
  fill: #f9f8f8;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  background-color: #f9f8f8 !important;
  color: #000000;
}
.blue {
  color: blue;
}
.sizeChangePassword {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.work-input-box {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.work-input-box:hover {
  background-color: #e5e5e5;
}
.task-input-box {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px;
  cursor: default;
}
.tracker-work-selected {
  background-color: #e5e5e5;
}
.box-border {
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 5px;
}

/* Menus page */
.group-wrapper {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  padding: 15px;
  background-color: #ffffff;
  margin: 10px 5% 20px 5%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.group-wrapper:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.group-title {
  font-weight: bold;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0px 0px 10px 0px;
  user-select: none;
  border-bottom: 1px solid #eee;
  transition: padding 0.3s ease-in-out;
}
