.input_select {
  box-sizing: var(--input-box_sizing);
  border-radius: var(--input-border_radius);

  &::after {
    content: "";
    position: absolute;
    width: 0.7em;
    height: 0.4em;
    background-color: var(--dt-color-primary);
    //        background-color: var(--dt-font-color_main-ligth);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    justify-self: end;
    top: 50%;
    right: 1rem;
    pointer-events: none;
  }

  //&::after {
  //    content: "";
  //    width: 0.7em;
  //    height: 0.4em;
  //    background-color: rgba(0,0,0,0.54);
  //    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  //    justify-self: end;
  //}
}
