.ui-select {
    overflow: visible !important;
    position: relative;
}
.ui-select-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0,0,0,.7);*/
}
.ui-select-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ui-select-list-content {
    overflow-y: scroll !important;
    /*background: #fff;*/
    border-radius: 10px;

    transform: translate3d(0px,0px,0px);
    backface-visibility: hidden;
}
.ui-select > .ui-btn .btn-icon {
    width: 10px;
    height: 10px;
    background: #fff;
}
.ui-select.state-opened > .ui-btn .btn-icon {
    background: #999;
}
