.date-picker-pisell-browser-select {
  padding: 9px 16px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('./chevron-down.png');
  color: var(--Gray-true-900, #141414);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid var(--Gray-300, #D0D5DD);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px center;
  background-size: 12px;
  background-repeat: no-repeat;
}