body {
    background: #fafafa
}

#app {
    font-family: Poppins,Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    height: 100vh
}

[dir=rtl] .van-icon-arrow-left {
    transform: scaleX(-1)
}

[dir=rtl] .van-tabs .van-tabs__content .van-tabs__track {
    flex-direction: row-reverse
}

.dark .van-nav-bar {
    background: #08071d!important
}

.dark .van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon,.dark .van-nav-bar .van-nav-bar__content .van-nav-bar__right .van-nav-bar__text,.dark .van-nav-bar .van-nav-bar__content .van-nav-bar__title {
    color: #fff!important
}

.status-Cancelled,.status-Finished {
    background-color: #797979
}

.status-Started {
    background-color: #ff9800
}

.status-Created {
    background-color: #64b5f6
}

.status-Released {
    background-color: #4caf50
}

.status-Rejected {
    background-color: #e53935
}

.status-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px
}

.margin-b5 {
    margin-bottom: 5px
}

.margin-b10 {
    margin-bottom: 10px
}

.margin-b15 {
    margin-bottom: 15px
}

.margin-b20 {
    margin-bottom: 20px
}

.margin-b25 {
    margin-bottom: 25px
}

.margin-b30 {
    margin-bottom: 30px
}

.margin-b40 {
    margin-bottom: 40px
}

.margin-b60 {
    margin-bottom: 60px
}

.margin-b80 {
    margin-bottom: 80px
}

.margin-b100 {
    margin-bottom: 100px
}

.margin-b-auto {
    margin-bottom: auto
}

[dir=ltr] .mr-4 {
    margin-right: 4px
}

[dir=rtl] .mr-4 {
    margin-left: 4px
}

[dir=ltr] .margin-r5 {
    margin-right: 5px
}

[dir=rtl] .margin-r5 {
    margin-left: 5px
}

[dir=ltr] .margin-r10 {
    margin-right: 10px
}

[dir=rtl] .margin-r10 {
    margin-left: 10px
}

[dir=ltr] .margin-r15 {
    margin-right: 15px
}

[dir=rtl] .margin-r15 {
    margin-left: 15px
}

[dir=ltr] .margin-r20 {
    margin-right: 20px
}

[dir=rtl] .margin-r20 {
    margin-left: 20px
}

[dir=ltr] .margin-r25 {
    margin-right: 25px
}

[dir=rtl] .margin-r25 {
    margin-left: 25px
}

[dir=ltr] .margin-r30 {
    margin-right: 30px
}

[dir=rtl] .margin-r30 {
    margin-left: 30px
}

[dir=ltr] .margin-r40 {
    margin-right: 40px
}

[dir=rtl] .margin-r40 {
    margin-left: 40px
}

[dir=ltr] .margin-r60 {
    margin-right: 60px
}

[dir=rtl] .margin-r60 {
    margin-left: 60px
}

.font-14 {
    font-style: normal;
    font-size: 14px
}

.font-18 {
    font-style: normal;
    font-size: 18px
}

.font-20 {
    font-style: normal;
    font-size: 20px
}

.font-22 {
    font-style: normal;
    font-size: 22px
}

.font-24 {
    font-style: normal;
    font-size: 24px
}

.font-26 {
    font-style: normal;
    font-size: 26px
}

.font-28 {
    font-style: normal;
    font-size: 28px
}

.font-30 {
    font-style: normal;
    font-size: 30px
}

.font-32 {
    font-style: normal;
    font-size: 32px
}

.font-34 {
    font-style: normal;
    font-size: 34px
}

.font-36 {
    font-style: normal;
    font-size: 36px
}

.font-38 {
    font-style: normal;
    font-size: 38px
}

.font-40 {
    font-style: normal;
    font-size: 40px
}

.font-46 {
    font-style: normal;
    font-size: 46px
}

.font-50 {
    font-style: normal;
    font-size: 50px
}

.font-60 {
    font-style: normal;
    font-size: 60px
}

.font-80 {
    font-style: normal;
    font-size: 80px
}

[dir=ltr] .text-left {
    text-align: left
}

[dir=rtl] .text-left {
    text-align: right
}

.text-center {
    text-align: center
}

[dir=ltr] .text-right {
    text-align: right
}

[dir=rtl] .text-right {
    text-align: left
}

.color-white {
    color: #fff
}

.color-red {
    color: #dc0000
}

.color-black {
    color: #000
}

.color-black-3 {
    color: #333
}

.color-black-6 {
    color: #666
}

.color-black-9 {
    color: #999
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 700
}

.spacing-20 {
    width: 750px;
    height: 20px;
    background-color: #f8f8f8
}

.radius-10 {
    border-radius: 10px
}

.radius-20 {
    border-radius: 20px
}

.radius-30 {
    border-radius: 30px
}

.radius-circle {
    border-radius: 50%
}

.radius-height {
    border-radius: 10000px
}

.vs-flex {
    display: flex
}

.vs-flex-item {
    flex: 1
}

.vs-space-between {
    justify-content: space-between
}

.vs-space-around {
    justify-content: space-around
}

.vs-space-center {
    justify-content: center
}

.vs-space-end {
    justify-content: flex-end
}

.vs-row {
    flex-direction: row
}

.vs-column {
    flex-direction: column
}

.vs-align-end {
    align-items: flex-end
}

.vs-align-center {
    align-items: center
}

.vs-align-start {
    align-items: flex-start
}

.vs-item-hover {
    background-color: rgba(0,0,0,.05)
}

.vs-btn-hover {
    opacity: .8
}

.color-base {
    color: #005691
}

.bg-color-base {
    background-color: #005691
}

.btn-default {
    display: block;
    width: 100%;
    border: none;
    background: #ef5b09;
    color: #fff;
    margin-top: auto;
    border-radius: 30px;
    font-weight: 600
}

.ensure-btn-big {
    height: 50px;
    line-height: 50px
}

.ensure-btn-small {
    height: 34px;
    line-height: 34px;
    width: 80%;
    margin: 0 auto 16px
}

.cancel-btn {
    background: #3a3a3a;
    color: #c8ac7e
}

.vant-dialog {
    background-color: #fff;
    color: #1b1b1b;
    text-align: center;
    font-size: 14px
}

.vant-dialog .van-goods-action {
    background: inherit!important
}

.dark {
    background-color: #08071d
}

.dark .vant-dialog {
    background-color: #1c1c29;
    color: hsla(0,0%,100%,.9)
}

.dark .vant-dialog .van-button {
    background-color: transparent;
    color: hsla(0,0%,100%,.9)
}

.dark .vant-dialog [class*=van-hairline]:after {
    border-color: hsla(0,0%,100%,.1)
}

.img-filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.m-pointer {
    cursor: pointer
}
