.ios-style-picker{position:relative;height:100%;text-align:center;overflow:hidden;font-family:SharonSans-Regular,sans-serif}.ios-style-picker ul{margin:0;padding:0;list-style:none}.ios-style-picker:after,.ios-style-picker:before{position:absolute;z-index:1;display:block;content:"";width:100%;height:50%}.ios-style-picker:before{top:0;background-image:linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,0))}.ios-style-picker:after{bottom:0;background-image:linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0))}.ios-style-picker__option-list{top:50%;height:0;transform-style:preserve-3d;margin:0 auto;display:block;transform:translateZ(-150px) rotateX(0deg);color:#666}.ios-style-picker__option-item,.ios-style-picker__option-list{position:absolute;left:0;width:100%;-webkit-font-smoothing:subpixel-antialiased}.ios-style-picker__option-item{top:0;height:50px}.ios-style-picker__highlight{position:absolute;top:50%;width:100%;transform:translateY(-50%);background-color:white;overflow:hidden}.ios-style-picker__highlight-list{position:absolute;width:100%;margin:0;padding:0}.ios-style-date-picker{display:flex;align-items:stretch;justify-content:space-between;width:100%;height:170px}.ios-style-date-picker>div{flex:1 1}.ios-style-date-picker>:first-child{order:2}.ios-style-date-picker>:nth-child(2){order:1}.ios-style-date-picker .ios-style-picker{font-size:16px;font-weight:400;line-height:24px;color:#7a8190}.ios-style-date-picker .ios-style-picker__highlight{font-size:18px;font-weight:600;line-height:29px;color:#495460}