/* [project]/JustGains-Admin/src/features/web/features/profile/components/personal-information.module.css [app-client] (css) */
.personal-information-module__h8xcsG__experienceLevelCard {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  display: flex;
}

/* [project]/node_modules/@ncdai/react-wheel-picker/dist/index.css [app-client] (css) */
[data-rwp-wrapper] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-rwp-wrapper] li {
  margin: 0;
  padding: 0;
}

[data-rwp-wrapper] {
  perspective: 2000px;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

[data-rwp] {
  cursor: default;
  flex: 1;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 20% 80%, #0000 100%);
}

[data-rwp]:focus-visible {
  outline: none;
}

[data-rwp-highlight-wrapper] {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

[data-rwp-highlight-list] {
  width: 100%;
  position: absolute;
}

[data-rwp-options] {
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  backface-visibility: hidden;
  width: 100%;
  height: 0;
  transform-style: preserve-3d;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

[data-rwp-option] {
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: visibility;
  width: 100%;
  font-size: .875rem;
  position: absolute;
  top: 0;
  left: 0;
}

[data-rwp-option], [data-rwp-highlight-item] {
  justify-content: center;
  align-items: center;
  display: flex;
}

[data-rwp-option][data-disabled], [data-rwp-highlight-item][data-disabled] {
  pointer-events: none;
}

/*# sourceMappingURL=_10r_3zb._.css.map*/