
textarea {
    resize: none;
    vertical-align: middle
}

small {
    font-size: 80%
}

li, ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio:not([controls]) {
    display: block !important
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333333vw
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: 13.33333333vw
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: 13.33333333vw
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333333vw
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333333vw
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333333vw
    }
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Grid.\-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Cell.\-fill {
    width: 0;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.text-right {
    text-align: right !important
}

.pl5 {
    padding-left: .1rem
}

.pl10 {
    padding-left: .2rem
}

.pl20 {
    padding-left: .4rem
}

.pl15 {
    padding-left: .3rem
}

.no-after:after, .no-before:before {
    display: none
}

.ui-form-input {
    width: 0;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    line-height: normal;
    text-align: center;
}

.ui-form-input.\-primary {
    background-color: #f5f5f5;
    border-radius: .1rem
}

.ui-dialog {
    min-width: 6.4rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.ui-cell {
    padding: .24rem 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    font-size: .28rem;
    line-height: 1.5
}

#brandPickerHook{
    position: relative;
}

.icon-cell_arrow:after {
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #262930 transparent;
    position: absolute;
    top: 12px;
    right: 0;
    margin-left: -16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ui-picker {
    line-height: 1.6;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.ui-picker__hd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 12px;
    background-color: #fff;
    position: relative;
    text-align: center
}

.ui-picker__hd:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ui-picker__title {
    font-size: 16px;
    font-weight: 400
}

.ui-picker__action {
    line-height: 1;
    display: block;
    font-size: 14px;
    border-radius: .06rem;
    padding: 6px 10px
}

.ui-picker__action:first-child {
    background-color: #f5f5f5;
    color: #ccc
}

.ui-picker__action:last-child {
    color: #fff;
    background-color: #fc564a
}

.ui-picker__bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    height: 238px;
    overflow: hidden
}

.ui-picker__group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 100%
}

.ui-picker__mask {
    top: 0;
    height: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
    background-position: top, bottom;
    background-size: 100% 102px;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-picker__indicator, .ui-picker__mask {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3
}

.ui-picker__indicator {
    height: 34px;
    top: 102px
}

.ui-picker__indicator:before {
    top: 0;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ui-picker__indicator:after, .ui-picker__indicator:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5
}

.ui-picker__indicator:after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ui-picker__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.ui-picker__item {
    font-size: 14px;
    padding: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ui-picker__item_disabled {
    color: #999
}


@keyframes e {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ui-animate-slide-up {
    -webkit-animation: e ease .3s forwards;
    animation: e ease .3s forwards
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes f {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.ui-animate-slide-down {
    -webkit-animation: f ease .3s forwards;
    animation: f ease .3s forwards
}

@-webkit-keyframes g {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes g {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


@-webkit-keyframes h {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes h {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

/*# sourceMappingURL=app.css.map */

.ui-picker__hd{
    background-color: #f2f0f1;
}

.ui-picker__bd{
    background-color: #d2d5dc;
}

.ui-picker__indicator, .ui-picker__mask{
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.ui-picker__indicator{
    border-radius: 6px;
    background: rgba(0,0,0,.1);
    width: 95%;
    margin: 0 10px;
}

.ui-picker__action:first-child{
    background: transparent;
    color: #666;
}

.ui-picker__action:last-child{
    background: transparent;
    color: #5289d8;
}