.search input {
  padding-right: 64px;
}

.clear-search {
  position: absolute;
  right: 9px;
  top: 8px;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background: #e9eef7;
  color: #52647c;
  font-size: 12px;
}

.clear-search:hover {
  background: #dce5f3;
  color: #245de8;
}

.detail-management {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
