ion-picker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  contain: strict;
  user-select: none;
  z-index: 1000; }

.picker-toolbar {
  width: 100%;
  contain: strict;
  z-index: 1; }

.picker-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate3d(0,  100%,  0);
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  contain: strict;
  overflow: hidden;
  z-index: 10; }

.picker-columns {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: var(--ion-safe-area-bottom);
  contain: strict;
  overflow: hidden; }

.picker-col {
  display: flex;
  position: relative;
  flex: 1;
  justify-content: center;
  height: 100%;
  box-sizing: content-box;
  contain: content; }

.picker-opts {
  position: relative;
  flex: 1;
  max-width: 100%; }

.picker-prefix {
  position: relative;
  flex: 2;
  min-width: 45%;
  max-width: 50%;
  text-align: end;
  white-space: nowrap; }

.picker-suffix {
  position: relative;
  flex: 2;
  min-width: 45%;
  max-width: 50%;
  text-align: start;
  white-space: nowrap; }

.picker-opt {
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  border: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  contain: strict;
  overflow: hidden;
  will-change: transform; }

.picker-opt.picker-opt-disabled {
  pointer-events: none; }

.picker-opt-disabled {
  opacity: 0; }

.picker-opts-left {
  justify-content: flex-start; }

.picker-opts-right {
  justify-content: flex-end; }

.picker-above-highlight,
.picker-below-highlight {
  display: none;
  pointer-events: none; }

.picker-button {
  border: 0;
  font-family: inherit; }

.picker-opt:active, .picker-opt:focus,
.picker-button:active,
.picker-button:focus {
  outline: none; }

.picker-ios {
  font-family: var(--ion-font-family, inherit); }

.picker-ios .picker-wrapper {
  height: 260px;
  border-top: 1px solid var(--ion-item-border-color, #c8c7cc);
  background: var(--ion-background-color, #fff); }

.picker-ios .picker-toolbar {
  display: flex;
  height: 44px;
  border-bottom: 0.55px solid var(--ion-item-border-color, #c8c7cc);
  background: var(--ion-background-color, #fff); }

.picker-ios .picker-toolbar-button {
  flex: 1;
  text-align: end; }

.picker-ios .picker-toolbar-button:last-child .picker-button {
  font-weight: 600; }

.picker-ios .picker-toolbar-button:first-child {
  font-weight: normal;
  text-align: start; }

.picker-ios .picker-button,
.picker-ios .picker-button.activated {
  margin: 0;
  padding: 0 1em;
  height: 44px;
  background: transparent;
  color: var(--ion-color-primary, #3880ff);
  font-size: 16px; }

.picker-columns {
  height: 215px;
  perspective: 1000px; }

.picker-ios .picker-col {
  padding: 0 4px;
  transform-style: preserve-3d; }

.picker-ios .picker-prefix,
.picker-ios .picker-suffix,
.picker-ios .picker-opts {
  top: 77px;
  transform-style: preserve-3d;
  color: var(--ion-item-text-color, var(--ion-text-color, #000));
  font-size: 20px;
  line-height: 42px;
  pointer-events: none; }

.picker-ios .picker-opt {
  padding: 0;
  margin: 0;
  transform-origin: center center;
  height: 46px;
  transform-style: preserve-3d;
  transition-timing-function: ease-out;
  background: transparent;
  color: var(--ion-item-text-color, var(--ion-text-color, #000));
  font-size: 20px;
  line-height: 42px;
  backface-visibility: hidden;
  pointer-events: auto; }

.picker-ios .picker-above-highlight {
  left: 0;
  top: 0;
  transform: translate3d(0,  0,  90px);
  display: block;
  position: absolute;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid var(--ion-item-border-color, #c8c7cc);
  background: linear-gradient(to bottom, var(--ion-background-color, #fff) 20%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%);
  z-index: 10; }

.picker-ios .picker-below-highlight {
  left: 0;
  top: 115px;
  transform: translate3d(0,  0,  90px);
  display: block;
  position: absolute;
  width: 100%;
  height: 119px;
  border-top: 1px solid var(--ion-item-border-color, #c8c7cc);
  background: linear-gradient(to top, var(--ion-background-color, #fff) 30%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%);
  z-index: 11; }
