ion-popover{
  &::part(content){
    border-radius: 1rem;
    overflow-y: hidden;
    background: $translucid-background-color;
    border: 1px solid $translucid-border-color;
    //@apply backdrop-blur-md;
  
  }
  &::part(arrow)::after{
    background: $translucid-background-color;
    //backdrop-filter: blur(10px);
  }
  .popover-viewport{
    --wheel-fade-background-rgb: transparent;
    @apply rounded-2xl
  }
}

ion-popover{
  ion-select-popover{
    ion-list{
      ion-item:first-of-type{
        --border-width: 0px !important;
      }
      ion-item{
        --border-width: 1px 0px 0px 0px  !important;
      }
    }
  }
}