.actions select {
  width: 100%;
  min-width: 165px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 11px 12px;
  outline: none;
}

.actions select:focus {
  border-color: #64a781;
  box-shadow: 0 0 0 3px rgba(47, 125, 89, .1);
}
