.nice-select {
  position: relative !important;
  padding-right: 40px !important;
}

.nice-select:after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  pointer-events: none !important;
  opacity: 1 !important;
  display: block !important;
}