input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-clear-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background: url("../../icons/times-icon.svg") no-repeat 50% 50%;
  opacity: 0.5;
}

.form-check {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
}