@charset "UTF-8";

    
    .slick-slider {
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }
    
    .slick-list,
    .slick-slider {
        position: relative;
        display: block
    }
    
    .slick-list {
        overflow: hidden;
        margin: 0;
        padding: 0
    }
    
    .slick-list:focus {
        outline: none
    }
    
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }
    
    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    
    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ""
    }
    
    .slick-track:after {
        clear: both
    }
    
    .slick-loading .slick-track {
        visibility: hidden
    }
    
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }
    
    [dir=rtl] .slick-slide {
        float: right
    }
    
    .slick-slide img {
        display: block
    }
    
    .slick-slide.slick-loading img {
        display: none
    }
    
    .slick-slide.dragging img {
        pointer-events: none
    }
    
    .slick-initialized .slick-slide {
        display: block
    }
    
    .slick-loading .slick-slide {
        visibility: hidden
    }
    
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    
    .slick-arrow.slick-hidden {
        display: none
    }
     /*--- Batas Style --- */
    .slick-loading .slick-list {
        background: #fff url(/assets/images/c5cd7f5300576ab4c88202b42f6ded62.gif) 50% no-repeat
    }
    
    @font-face {
        font-family: slick;
        font-weight: 400;
        font-style: normal;
        src: url(/assets/svg/ced611daf7709cc778da928fec876475.eot);
        src: url(/assets/svg/ced611daf7709cc778da928fec876475.eot?#iefix) format("embedded-opentype"), url(/assets/svg/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format("woff"), url(/assets/svg/d41f55a78e6f49a5512878df1737e58a.ttf) format("truetype"), url(/assets/svg/f97e3bbf73254b0112091d0192f17aec.svg#slick) format("svg")
    }
    
    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        border: none
    }
    
    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        outline: none;
        background: transparent
    }
    
    .slick-next:focus:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-prev:hover:before {
        opacity: 1
    }
    
    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }
    
    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .slick-prev {
        left: -25px
    }
    
    [dir=rtl] .slick-prev {
        right: -25px;
        left: auto
    }
    
    .slick-prev:before {
        content: "\2190"
    }
    
    [dir=rtl] .slick-prev:before {
        content: "\2192"
    }
    
    .slick-next {
        right: -25px
    }
    
    [dir=rtl] .slick-next {
        right: auto;
        left: -25px
    }
    
    .slick-next:before {
        content: "\2192"
    }
    
    [dir=rtl] .slick-next:before {
        content: "\2190"
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }
    
    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center
    }
    
    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }
    
    .slick-dots li,
    .slick-dots li button {
        width: 20px;
        height: 20px;
        cursor: pointer
    }
    
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 5px;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent
    }
    
    .slick-dots li button:focus,
    .slick-dots li button:hover {
        outline: none
    }
    
    .slick-dots li button:focus:before,
    .slick-dots li button:hover:before {
        opacity: 1
    }
    
    .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: "\2022";
        text-align: center;
        opacity: .25;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000
    }
     /*--- Batas Style --- */
    .ps {
        overflow: hidden!important;
        overflow-anchor: none;
        -ms-overflow-style: none;
        touch-action: auto;
        -ms-touch-action: auto
    }
    
    .ps__rail-x {
        height: 15px;
        bottom: 0
    }
    
    .ps__rail-x,
    .ps__rail-y {
        display: none;
        opacity: 0;
        transition: background-color .2s linear, opacity .2s linear;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        position: absolute
    }
    
    .ps__rail-y {
        width: 15px;
        right: 0
    }
    
    .ps--active-x>.ps__rail-x,
    .ps--active-y>.ps__rail-y {
        display: block;
        background-color: transparent
    }
    
    .ps--focus>.ps__rail-x,
    .ps--focus>.ps__rail-y,
    .ps--scrolling-x>.ps__rail-x,
    .ps--scrolling-y>.ps__rail-y,
    .ps:hover>.ps__rail-x,
    .ps:hover>.ps__rail-y {
        opacity: .6
    }
    
    .ps__rail-x:focus,
    .ps__rail-x:hover,
    .ps__rail-y:focus,
    .ps__rail-y:hover {
        background-color: #eee;
        opacity: .9
    }
    
    .ps__thumb-x {
        transition: background-color .2s linear, height .2s ease-in-out;
        -webkit-transition: background-color .2s linear, height .2s ease-in-out;
        height: 6px;
        bottom: 2px
    }
    
    .ps__thumb-x,
    .ps__thumb-y {
        background-color: #aaa;
        border-radius: 6px;
        position: absolute
    }
    
    .ps__thumb-y {
        transition: background-color .2s linear, width .2s ease-in-out;
        -webkit-transition: background-color .2s linear, width .2s ease-in-out;
        width: 6px;
        right: 2px
    }
    
    .ps__rail-x:focus>.ps__thumb-x,
    .ps__rail-x:hover>.ps__thumb-x {
        background-color: #999;
        height: 11px
    }
    
    .ps__rail-y:focus>.ps__thumb-y,
    .ps__rail-y:hover>.ps__thumb-y {
        background-color: #999;
        width: 11px
    }
    
    @supports (-ms-overflow-style:none) {
        .ps {
            overflow: auto!important
        }
    }
    
    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .ps {
            overflow: auto!important
        }
    }
    
    .scrollbar-container {
        position: relative;
        height: 100%
    }
     /*--- Batas Style --- */
    @font-face {
        font-family: Chinese Quote;
        src: local("PingFang SC"), local("SimSun");
        unicode-range: u+2018, u+2019, u+201c, u+201d
    }
    
    body,
    html {
        width: 100%;
        height: 100%
    }
    
    input::-ms-clear,
    input::-ms-reveal {
        display: none
    }
    
    *,
    :after,
    :before {
        box-sizing: border-box
    }
    
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    
    @-ms-viewport {
        width: device-width
    }
    
    article,
    aside,
    dialog,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        display: block
    }
    
    body {
        margin: 0;
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        background-color: #fff
    }
    
    [tabindex="-1"]:focus {
        outline: none!important
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5em;
        color: rgba(0, 0, 0, .85);
        font-weight: 500
    }
    
    p {
        margin-top: 0;
        margin-bottom: 1em
    }
    
    abbr[data-original-title],
    abbr[title] {
        text-decoration: underline;
        text-decoration: underline dotted;
        cursor: help;
        border-bottom: 0
    }
    
    address {
        margin-bottom: 1em;
        font-style: normal;
        line-height: inherit
    }
    
    input[type=number],
    input[type=password],
    input[type=text],
    textarea {
        -webkit-appearance: none
    }
    
    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1em
    }
    
    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }
    
    dt {
        font-weight: 500
    }
    
    dd {
        margin-bottom: .5em;
        margin-left: 0
    }
    
    blockquote {
        margin: 0 0 1em
    }
    
    dfn {
        font-style: italic
    }
    
    b,
    strong {
        font-weight: bolder
    }
    
    small {
        font-size: 80%
    }
    
    sub,
    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline
    }
    
    sub {
        bottom: -.25em
    }
    
    sup {
        top: -.5em
    }
    
    a {
        color: #000;
        background-color: transparent;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        transition: color .3s;
        -webkit-text-decoration-skip: objects
    }
    
    a:focus {
        text-decoration: underline;
        text-decoration-skip: ink
    }
    
    a:hover {
        color: #20c4c7
    }
    
    a:active {
        color: #008894
    }
    
    a:active,
    a:hover {
        outline: 0;
        text-decoration: none
    }
    
    a[disabled] {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed;
        pointer-events: none
    }
    
    code,
    kbd,
    pre,
    samp {
        font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
        font-size: 1em
    }
    
    pre {
        margin-top: 0;
        margin-bottom: 1em;
        overflow: auto
    }
    
    figure {
        margin: 0 0 1em
    }
    
    img {
        vertical-align: middle;
        border-style: none
    }
    
    svg:not(:root) {
        overflow: hidden
    }
    
    [role=button],
    a,
    area,
    button,
    input:not([type=range]),
    label,
    select,
    summary,
    textarea {
        touch-action: manipulation
    }
    
    table {
        border-collapse: collapse
    }
    
    caption {
        padding-top: .75em;
        padding-bottom: .3em;
        color: rgba(0, 0, 0, .45);
        text-align: left;
        caption-side: bottom
    }
    
    th {
        text-align: inherit
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit
    }
    
    button,
    input {
        overflow: visible
    }
    
    button,
    select {
        text-transform: none
    }
    
    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        -webkit-appearance: button
    }
    
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }
    
    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }
    
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        -webkit-appearance: listbox
    }
    
    textarea {
        overflow: auto;
        resize: vertical
    }
    
    fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0
    }
    
    legend {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: .5em;
        font-size: 1.5em;
        line-height: inherit;
        color: inherit;
        white-space: normal
    }
    
    progress {
        vertical-align: baseline
    }
    
    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }
    
    [type=search] {
        outline-offset: -2px;
        -webkit-appearance: none
    }
    
    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }
    
    ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button
    }
    
    output {
        display: inline-block
    }
    
    summary {
        display: list-item
    }
    
    template {
        display: none
    }
    
    [hidden] {
        display: none!important
    }
    
    mark {
        padding: .2em;
        background-color: #feffe6
    }
    
    ::selection {
        background: #00b0b9;
        color: #fff
    }
    
    .clearfix {
        zoom: 1
    }
    
    .clearfix:after,
    .clearfix:before {
        content: "";
        display: table
    }
    
    .clearfix:after {
        clear: both
    }
    
    @font-face {
        font-family: anticon;
        font-display: fallback;
        src: url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot");
        src: url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff") format("woff"), url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf") format("truetype"), url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont") format("svg")
    }
    
    .anticon {
        display: inline-block;
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .anticon:before {
        display: block;
        font-family: anticon!important
    }
    
    .anticon-step-forward:before {
        content: "\E600"
    }
    
    .anticon-step-backward:before {
        content: "\E601"
    }
    
    .anticon-forward:before {
        content: "\E602"
    }
    
    .anticon-backward:before {
        content: "\E603"
    }
    
    .anticon-caret-right:before {
        content: "\E604"
    }
    
    .anticon-caret-left:before {
        content: "\E605"
    }
    
    .anticon-caret-down:before {
        content: "\E606"
    }
    
    .anticon-caret-up:before {
        content: "\E607"
    }
    
    .anticon-caret-circle-right:before,
    .anticon-circle-right:before,
    .anticon-right-circle:before {
        content: "\E608"
    }
    
    .anticon-caret-circle-left:before,
    .anticon-circle-left:before,
    .anticon-left-circle:before {
        content: "\E609"
    }
    
    .anticon-caret-circle-up:before,
    .anticon-circle-up:before,
    .anticon-up-circle:before {
        content: "\E60A"
    }
    
    .anticon-caret-circle-down:before,
    .anticon-circle-down:before,
    .anticon-down-circle:before {
        content: "\E60B"
    }
    
    .anticon-right-circle-o:before {
        content: "\E60C"
    }
    
    .anticon-caret-circle-o-right:before,
    .anticon-circle-o-right:before {
        content: "\E60C"
    }
    
    .anticon-left-circle-o:before {
        content: "\E60D"
    }
    
    .anticon-caret-circle-o-left:before,
    .anticon-circle-o-left:before {
        content: "\E60D"
    }
    
    .anticon-up-circle-o:before {
        content: "\E60E"
    }
    
    .anticon-caret-circle-o-up:before,
    .anticon-circle-o-up:before {
        content: "\E60E"
    }
    
    .anticon-down-circle-o:before {
        content: "\E60F"
    }
    
    .anticon-caret-circle-o-down:before,
    .anticon-circle-o-down:before {
        content: "\E60F"
    }
    
    .anticon-verticle-left:before {
        content: "\E610"
    }
    
    .anticon-verticle-right:before {
        content: "\E611"
    }
    
    .anticon-rollback:before {
        content: "\E612"
    }
    
    .anticon-retweet:before {
        content: "\E613"
    }
    
    .anticon-shrink:before {
        content: "\E614"
    }
    
    .anticon-arrow-salt:before,
    .anticon-arrows-alt:before {
        content: "\E615"
    }
    
    .anticon-reload:before {
        content: "\E616"
    }
    
    .anticon-double-right:before {
        content: "\E617"
    }
    
    .anticon-double-left:before {
        content: "\E618"
    }
    
    .anticon-arrow-down:before {
        content: "\E619"
    }
    
    .anticon-arrow-up:before {
        content: "\E61A"
    }
    
    .anticon-arrow-right:before {
        content: "\E61B"
    }
    
    .anticon-arrow-left:before {
        content: "\E61C"
    }
    
    .anticon-down:before {
        content: "\E61D"
    }
    
    .anticon-up:before {
        content: "\E61E"
    }
    
    .anticon-right:before {
        content: "\E61F"
    }
    
    .anticon-left:before {
        content: "\E620"
    }
    
    .anticon-minus-square-o:before {
        content: "\E621"
    }
    
    .anticon-minus-circle:before {
        content: "\E622"
    }
    
    .anticon-minus-circle-o:before {
        content: "\E623"
    }
    
    .anticon-minus:before {
        content: "\E624"
    }
    
    .anticon-plus-circle-o:before {
        content: "\E625"
    }
    
    .anticon-plus-circle:before {
        content: "\E626"
    }
    
    .anticon-plus:before {
        content: "\E627"
    }
    
    .anticon-info-circle:before {
        content: "\E628"
    }
    
    .anticon-info-circle-o:before {
        content: "\E629"
    }
    
    .anticon-info:before {
        content: "\E62A"
    }
    
    .anticon-exclamation:before {
        content: "\E62B"
    }
    
    .anticon-exclamation-circle:before {
        content: "\E62C"
    }
    
    .anticon-exclamation-circle-o:before {
        content: "\E62D"
    }
    
    .anticon-close-circle:before,
    .anticon-cross-circle:before {
        content: "\E62E"
    }
    
    .anticon-close-circle-o:before,
    .anticon-cross-circle-o:before {
        content: "\E62F"
    }
    
    .anticon-check-circle:before {
        content: "\E630"
    }
    
    .anticon-check-circle-o:before {
        content: "\E631"
    }
    
    .anticon-check:before {
        content: "\E632"
    }
    
    .anticon-close:before,
    .anticon-cross:before {
        content: "\E633"
    }
    
    .anticon-customer-service:before,
    .anticon-customerservice:before {
        content: "\E634"
    }
    
    .anticon-credit-card:before {
        content: "\E635"
    }
    
    .anticon-code-o:before {
        content: "\E636"
    }
    
    .anticon-book:before {
        content: "\E637"
    }
    
    .anticon-bars:before {
        content: "\E639"
    }
    
    .anticon-question:before {
        content: "\E63A"
    }
    
    .anticon-question-circle:before {
        content: "\E63B"
    }
    
    .anticon-question-circle-o:before {
        content: "\E63C"
    }
    
    .anticon-pause:before {
        content: "\E63D"
    }
    
    .anticon-pause-circle:before {
        content: "\E63E"
    }
    
    .anticon-pause-circle-o:before {
        content: "\E63F"
    }
    
    .anticon-clock-circle:before {
        content: "\E640"
    }
    
    .anticon-clock-circle-o:before {
        content: "\E641"
    }
    
    .anticon-swap:before {
        content: "\E642"
    }
    
    .anticon-swap-left:before {
        content: "\E643"
    }
    
    .anticon-swap-right:before {
        content: "\E644"
    }
    
    .anticon-plus-square-o:before {
        content: "\E645"
    }
    
    .anticon-frown-circle:before,
    .anticon-frown:before {
        content: "\E646"
    }
    
    .anticon-ellipsis:before {
        content: "\E647"
    }
    
    .anticon-copy:before {
        content: "\E648"
    }
    
    .anticon-menu-fold:before {
        content: "\E9AC"
    }
    
    .anticon-mail:before {
        content: "\E659"
    }
    
    .anticon-logout:before {
        content: "\E65A"
    }
    
    .anticon-link:before {
        content: "\E65B"
    }
    
    .anticon-area-chart:before {
        content: "\E65C"
    }
    
    .anticon-line-chart:before {
        content: "\E65D"
    }
    
    .anticon-home:before {
        content: "\E65E"
    }
    
    .anticon-laptop:before {
        content: "\E65F"
    }
    
    .anticon-star:before {
        content: "\E660"
    }
    
    .anticon-star-o:before {
        content: "\E661"
    }
    
    .anticon-folder:before {
        content: "\E662"
    }
    
    .anticon-filter:before {
        content: "\E663"
    }
    
    .anticon-file:before {
        content: "\E664"
    }
    
    .anticon-exception:before {
        content: "\E665"
    }
    
    .anticon-meh-circle:before,
    .anticon-meh:before {
        content: "\E666"
    }
    
    .anticon-meh-o:before {
        content: "\E667"
    }
    
    .anticon-shopping-cart:before {
        content: "\E668"
    }
    
    .anticon-save:before {
        content: "\E669"
    }
    
    .anticon-user:before {
        content: "\E66A"
    }
    
    .anticon-video-camera:before {
        content: "\E66B"
    }
    
    .anticon-to-top:before {
        content: "\E66C"
    }
    
    .anticon-team:before {
        content: "\E66D"
    }
    
    .anticon-tablet:before {
        content: "\E66E"
    }
    
    .anticon-solution:before {
        content: "\E66F"
    }
    
    .anticon-search:before {
        content: "\E670"
    }
    
    .anticon-share-alt:before {
        content: "\E671"
    }
    
    .anticon-setting:before {
        content: "\E672"
    }
    
    .anticon-poweroff:before {
        content: "\E6D5"
    }
    
    .anticon-picture:before {
        content: "\E674"
    }
    
    .anticon-phone:before {
        content: "\E675"
    }
    
    .anticon-paper-clip:before {
        content: "\E676"
    }
    
    .anticon-notification:before {
        content: "\E677"
    }
    
    .anticon-mobile:before {
        content: "\E678"
    }
    
    .anticon-menu-unfold:before {
        content: "\E9AD"
    }
    
    .anticon-inbox:before {
        content: "\E67A"
    }
    
    .anticon-lock:before {
        content: "\E67B"
    }
    
    .anticon-qrcode:before {
        content: "\E67C"
    }
    
    .anticon-play-circle:before {
        content: "\E6D0"
    }
    
    .anticon-play-circle-o:before {
        content: "\E6D1"
    }
    
    .anticon-tag:before {
        content: "\E6D2"
    }
    
    .anticon-tag-o:before {
        content: "\E6D3"
    }
    
    .anticon-tags:before {
        content: "\E67D"
    }
    
    .anticon-tags-o:before {
        content: "\E67E"
    }
    
    .anticon-cloud-o:before {
        content: "\E67F"
    }
    
    .anticon-cloud:before {
        content: "\E680"
    }
    
    .anticon-cloud-upload:before {
        content: "\E681"
    }
    
    .anticon-cloud-download:before {
        content: "\E682"
    }
    
    .anticon-cloud-download-o:before {
        content: "\E683"
    }
    
    .anticon-cloud-upload-o:before {
        content: "\E684"
    }
    
    .anticon-environment:before {
        content: "\E685"
    }
    
    .anticon-environment-o:before {
        content: "\E686"
    }
    
    .anticon-eye:before {
        content: "\E687"
    }
    
    .anticon-eye-o:before {
        content: "\E688"
    }
    
    .anticon-camera:before {
        content: "\E689"
    }
    
    .anticon-camera-o:before {
        content: "\E68A"
    }
    
    .anticon-windows:before {
        content: "\E68B"
    }
    
    .anticon-apple:before {
        content: "\E68C"
    }
    
    .anticon-apple-o:before {
        content: "\E6D4"
    }
    
    .anticon-android:before {
        content: "\E938"
    }
    
    .anticon-android-o:before {
        content: "\E68D"
    }
    
    .anticon-aliwangwang:before {
        content: "\E68E"
    }
    
    .anticon-aliwangwang-o:before {
        content: "\E68F"
    }
    
    .anticon-export:before {
        content: "\E691"
    }
    
    .anticon-edit:before {
        content: "\E692"
    }
    
    .anticon-appstore-o:before {
        content: "\E695"
    }
    
    .anticon-appstore:before {
        content: "\E696"
    }
    
    .anticon-scan:before {
        content: "\E697"
    }
    
    .anticon-file-text:before {
        content: "\E698"
    }
    
    .anticon-folder-open:before {
        content: "\E699"
    }
    
    .anticon-hdd:before {
        content: "\E69A"
    }
    
    .anticon-ie:before {
        content: "\E69B"
    }
    
    .anticon-file-jpg:before {
        content: "\E69C"
    }
    
    .anticon-like:before {
        content: "\E64C"
    }
    
    .anticon-like-o:before {
        content: "\E69D"
    }
    
    .anticon-dislike:before {
        content: "\E64B"
    }
    
    .anticon-dislike-o:before {
        content: "\E69E"
    }
    
    .anticon-delete:before {
        content: "\E69F"
    }
    
    .anticon-enter:before {
        content: "\E6A0"
    }
    
    .anticon-pushpin-o:before {
        content: "\E6A1"
    }
    
    .anticon-pushpin:before {
        content: "\E6A2"
    }
    
    .anticon-heart:before {
        content: "\E6A3"
    }
    
    .anticon-heart-o:before {
        content: "\E6A4"
    }
    
    .anticon-pay-circle:before {
        content: "\E6A5"
    }
    
    .anticon-pay-circle-o:before {
        content: "\E6A6"
    }
    
    .anticon-smile-circle:before,
    .anticon-smile:before {
        content: "\E6A7"
    }
    
    .anticon-smile-o:before {
        content: "\E6A8"
    }
    
    .anticon-frown-o:before {
        content: "\E6A9"
    }
    
    .anticon-calculator:before {
        content: "\E6AA"
    }
    
    .anticon-message:before {
        content: "\E6AB"
    }
    
    .anticon-chrome:before {
        content: "\E6AC"
    }
    
    .anticon-github:before {
        content: "\E6AD"
    }
    
    .anticon-file-unknown:before {
        content: "\E6AF"
    }
    
    .anticon-file-excel:before {
        content: "\E6B0"
    }
    
    .anticon-file-ppt:before {
        content: "\E6B1"
    }
    
    .anticon-file-word:before {
        content: "\E6B2"
    }
    
    .anticon-file-pdf:before {
        content: "\E6B3"
    }
    
    .anticon-desktop:before {
        content: "\E6B4"
    }
    
    .anticon-upload:before {
        content: "\E6B6"
    }
    
    .anticon-download:before {
        content: "\E6B7"
    }
    
    .anticon-pie-chart:before {
        content: "\E6B8"
    }
    
    .anticon-unlock:before {
        content: "\E6BA"
    }
    
    .anticon-calendar:before {
        content: "\E6BB"
    }
    
    .anticon-windows-o:before {
        content: "\E6BC"
    }
    
    .anticon-dot-chart:before {
        content: "\E6BD"
    }
    
    .anticon-bar-chart:before {
        content: "\E6BE"
    }
    
    .anticon-code:before {
        content: "\E6BF"
    }
    
    .anticon-api:before {
        content: "\E951"
    }
    
    .anticon-plus-square:before {
        content: "\E6C0"
    }
    
    .anticon-minus-square:before {
        content: "\E6C1"
    }
    
    .anticon-close-square:before {
        content: "\E6C2"
    }
    
    .anticon-close-square-o:before {
        content: "\E6C3"
    }
    
    .anticon-check-square:before {
        content: "\E6C4"
    }
    
    .anticon-check-square-o:before {
        content: "\E6C5"
    }
    
    .anticon-fast-backward:before {
        content: "\E6C6"
    }
    
    .anticon-fast-forward:before {
        content: "\E6C7"
    }
    
    .anticon-up-square:before {
        content: "\E6C8"
    }
    
    .anticon-down-square:before {
        content: "\E6C9"
    }
    
    .anticon-left-square:before {
        content: "\E6CA"
    }
    
    .anticon-right-square:before {
        content: "\E6CB"
    }
    
    .anticon-right-square-o:before {
        content: "\E6CC"
    }
    
    .anticon-left-square-o:before {
        content: "\E6CD"
    }
    
    .anticon-down-square-o:before {
        content: "\E6CE"
    }
    
    .anticon-up-square-o:before {
        content: "\E6CF"
    }
    
    .anticon-loading:before {
        content: "\E64D"
    }
    
    .anticon-loading-3-quarters:before {
        content: "\E6AE"
    }
    
    .anticon-bulb:before {
        content: "\E649"
    }
    
    .anticon-select:before {
        content: "\E64A"
    }
    
    .anticon-addfile:before,
    .anticon-file-add:before {
        content: "\E910"
    }
    
    .anticon-addfolder:before,
    .anticon-folder-add:before {
        content: "\E914"
    }
    
    .anticon-switcher:before {
        content: "\E913"
    }
    
    .anticon-rocket:before {
        content: "\E90F"
    }
    
    .anticon-dingding:before {
        content: "\E923"
    }
    
    .anticon-dingding-o:before {
        content: "\E925"
    }
    
    .anticon-bell:before {
        content: "\E64E"
    }
    
    .anticon-disconnect:before {
        content: "\E64F"
    }
    
    .anticon-database:before {
        content: "\E650"
    }
    
    .anticon-compass:before {
        content: "\E6DB"
    }
    
    .anticon-barcode:before {
        content: "\E652"
    }
    
    .anticon-hourglass:before {
        content: "\E653"
    }
    
    .anticon-key:before {
        content: "\E654"
    }
    
    .anticon-flag:before {
        content: "\E655"
    }
    
    .anticon-layout:before {
        content: "\E656"
    }
    
    .anticon-login:before {
        content: "\E657"
    }
    
    .anticon-printer:before {
        content: "\E673"
    }
    
    .anticon-sound:before {
        content: "\E6E9"
    }
    
    .anticon-usb:before {
        content: "\E6D7"
    }
    
    .anticon-skin:before {
        content: "\E6D8"
    }
    
    .anticon-tool:before {
        content: "\E6D9"
    }
    
    .anticon-sync:before {
        content: "\E6DA"
    }
    
    .anticon-wifi:before {
        content: "\E6D6"
    }
    
    .anticon-car:before {
        content: "\E6DC"
    }
    
    .anticon-copyright:before {
        content: "\E6DE"
    }
    
    .anticon-schedule:before {
        content: "\E6DF"
    }
    
    .anticon-user-add:before {
        content: "\E6ED"
    }
    
    .anticon-user-delete:before {
        content: "\E6E0"
    }
    
    .anticon-usergroup-add:before {
        content: "\E6DD"
    }
    
    .anticon-usergroup-delete:before {
        content: "\E6E1"
    }
    
    .anticon-man:before {
        content: "\E6E2"
    }
    
    .anticon-woman:before {
        content: "\E6EC"
    }
    
    .anticon-shop:before {
        content: "\E6E3"
    }
    
    .anticon-gift:before {
        content: "\E6E4"
    }
    
    .anticon-idcard:before {
        content: "\E6E5"
    }
    
    .anticon-medicine-box:before {
        content: "\E6E6"
    }
    
    .anticon-red-envelope:before {
        content: "\E6E7"
    }
    
    .anticon-coffee:before {
        content: "\E6E8"
    }
    
    .anticon-trademark:before {
        content: "\E651"
    }
    
    .anticon-safety:before {
        content: "\E6EA"
    }
    
    .anticon-wallet:before {
        content: "\E6EB"
    }
    
    .anticon-bank:before {
        content: "\E6EE"
    }
    
    .anticon-trophy:before {
        content: "\E6EF"
    }
    
    .anticon-contacts:before {
        content: "\E6F0"
    }
    
    .anticon-global:before {
        content: "\E6F1"
    }
    
    .anticon-shake:before {
        content: "\E94F"
    }
    
    .anticon-fork:before {
        content: "\E6F2"
    }
    
    .anticon-dashboard:before {
        content: "\E99A"
    }
    
    .anticon-profile:before {
        content: "\E999"
    }
    
    .anticon-table:before {
        content: "\E998"
    }
    
    .anticon-warning:before {
        content: "\E997"
    }
    
    .anticon-form:before {
        content: "\E996"
    }
    
    .anticon-spin:before {
        display: inline-block;
        animation: loadingCircle 1s infinite linear
    }
    
    .anticon-weibo-square:before {
        content: "\E6F5"
    }
    
    .anticon-weibo-circle:before {
        content: "\E6F4"
    }
    
    .anticon-taobao-circle:before {
        content: "\E6F3"
    }
    
    .anticon-html5:before {
        content: "\E9C7"
    }
    
    .anticon-weibo:before {
        content: "\E9C6"
    }
    
    .anticon-twitter:before {
        content: "\E9C5"
    }
    
    .anticon-wechat:before {
        content: "\E9C4"
    }
    
    .anticon-youtube:before {
        content: "\E9C3"
    }
    
    .anticon-alipay-circle:before {
        content: "\E9C2"
    }
    
    .anticon-taobao:before {
        content: "\E9C1"
    }
    
    .anticon-skype:before {
        content: "\E9C0"
    }
    
    .anticon-qq:before {
        content: "\E9BF"
    }
    
    .anticon-medium-workmark:before {
        content: "\E9BE"
    }
    
    .anticon-gitlab:before {
        content: "\E9BD"
    }
    
    .anticon-medium:before {
        content: "\E9BC"
    }
    
    .anticon-linkedin:before {
        content: "\E9BB"
    }
    
    .anticon-google-plus:before {
        content: "\E9BA"
    }
    
    .anticon-dropbox:before {
        content: "\E9B9"
    }
    
    .anticon-facebook:before {
        content: "\E9B8"
    }
    
    .anticon-codepen:before {
        content: "\E9B7"
    }
    
    .anticon-amazon:before {
        content: "\E9B6"
    }
    
    .anticon-google:before {
        content: "\E9B5"
    }
    
    .anticon-codepen-circle:before {
        content: "\E9B4"
    }
    
    .anticon-alipay:before {
        content: "\E9B3"
    }
    
    .anticon-ant-design:before {
        content: "\E9B2"
    }
    
    .anticon-aliyun:before {
        content: "\E9F4"
    }
    
    .anticon-zhihu:before {
        content: "\E703"
    }
    
    .anticon-file-markdown:before {
        content: "\E704"
    }
    
    .anticon-slack:before {
        content: "\E705"
    }
    
    .anticon-slack-square:before {
        content: "\E706"
    }
    
    .anticon-behance:before {
        content: "\E707"
    }
    
    .anticon-behance-square:before {
        content: "\E708"
    }
    
    .anticon-dribbble:before {
        content: "\E709"
    }
    
    .anticon-dribbble-square:before {
        content: "\E70A"
    }
    
    .anticon-instagram:before {
        content: "\E70B"
    }
    
    .anticon-yuque:before {
        content: "\E70C"
    }
    
    .fade-appear,
    .fade-enter,
    .fade-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .fade-appear.fade-appear-active,
    .fade-enter.fade-enter-active {
        animation-name: antFadeIn;
        animation-play-state: running
    }
    
    .fade-leave.fade-leave-active {
        animation-name: antFadeOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .fade-appear,
    .fade-enter {
        opacity: 0
    }
    
    .fade-appear,
    .fade-enter,
    .fade-leave {
        animation-timing-function: linear
    }
    
    @keyframes antFadeIn {
        0% {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes antFadeOut {
        0% {
            opacity: 1
        }
        to {
            opacity: 0
        }
    }
    
    .move-up-appear,
    .move-up-enter,
    .move-up-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .move-up-appear.move-up-appear-active,
    .move-up-enter.move-up-enter-active {
        animation-name: antMoveUpIn;
        animation-play-state: running
    }
    
    .move-up-leave.move-up-leave-active {
        animation-name: antMoveUpOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .move-up-appear,
    .move-up-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .move-up-leave {
        animation-timing-function: cubic-bezier(.6, .04, .98, .34)
    }
    
    .move-down-appear,
    .move-down-enter,
    .move-down-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .move-down-appear.move-down-appear-active,
    .move-down-enter.move-down-enter-active {
        animation-name: antMoveDownIn;
        animation-play-state: running
    }
    
    .move-down-leave.move-down-leave-active {
        animation-name: antMoveDownOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .move-down-appear,
    .move-down-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .move-down-leave {
        animation-timing-function: cubic-bezier(.6, .04, .98, .34)
    }
    
    .move-left-appear,
    .move-left-enter,
    .move-left-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .move-left-appear.move-left-appear-active,
    .move-left-enter.move-left-enter-active {
        animation-name: antMoveLeftIn;
        animation-play-state: running
    }
    
    .move-left-leave.move-left-leave-active {
        animation-name: antMoveLeftOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .move-left-appear,
    .move-left-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .move-left-leave {
        animation-timing-function: cubic-bezier(.6, .04, .98, .34)
    }
    
    .move-right-appear,
    .move-right-enter,
    .move-right-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .move-right-appear.move-right-appear-active,
    .move-right-enter.move-right-enter-active {
        animation-name: antMoveRightIn;
        animation-play-state: running
    }
    
    .move-right-leave.move-right-leave-active {
        animation-name: antMoveRightOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .move-right-appear,
    .move-right-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .move-right-leave {
        animation-timing-function: cubic-bezier(.6, .04, .98, .34)
    }
    
    @keyframes antMoveDownIn {
        0% {
            transform-origin: 0 0;
            transform: translateY(100%);
            opacity: 0
        }
        to {
            transform-origin: 0 0;
            transform: translateY(0);
            opacity: 1
        }
    }
    
    @keyframes antMoveDownOut {
        0% {
            transform-origin: 0 0;
            transform: translateY(0);
            opacity: 1
        }
        to {
            transform-origin: 0 0;
            transform: translateY(100%);
            opacity: 0
        }
    }
    
    @keyframes antMoveLeftIn {
        0% {
            transform-origin: 0 0;
            transform: translateX(-100%);
            opacity: 0
        }
        to {
            transform-origin: 0 0;
            transform: translateX(0);
            opacity: 1
        }
    }
    
    @keyframes antMoveLeftOut {
        0% {
            transform-origin: 0 0;
            transform: translateX(0);
            opacity: 1
        }
        to {
            transform-origin: 0 0;
            transform: translateX(-100%);
            opacity: 0
        }
    }
    
    @keyframes antMoveRightIn {
        0% {
            opacity: 0;
            transform-origin: 0 0;
            transform: translateX(100%)
        }
        to {
            opacity: 1;
            transform-origin: 0 0;
            transform: translateX(0)
        }
    }
    
    @keyframes antMoveRightOut {
        0% {
            transform-origin: 0 0;
            transform: translateX(0);
            opacity: 1
        }
        to {
            transform-origin: 0 0;
            transform: translateX(100%);
            opacity: 0
        }
    }
    
    @keyframes antMoveUpIn {
        0% {
            transform-origin: 0 0;
            transform: translateY(-100%);
            opacity: 0
        }
        to {
            transform-origin: 0 0;
            transform: translateY(0);
            opacity: 1
        }
    }
    
    @keyframes antMoveUpOut {
        0% {
            transform-origin: 0 0;
            transform: translateY(0);
            opacity: 1
        }
        to {
            transform-origin: 0 0;
            transform: translateY(-100%);
            opacity: 0
        }
    }
    
    @keyframes loadingCircle {
        0% {
            transform-origin: 50% 50%;
            transform: rotate(0deg)
        }
        to {
            transform-origin: 50% 50%;
            transform: rotate(1turn)
        }
    }
    
    .slide-up-appear,
    .slide-up-enter,
    .slide-up-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .slide-up-appear.slide-up-appear-active,
    .slide-up-enter.slide-up-enter-active {
        animation-name: antSlideUpIn;
        animation-play-state: running
    }
    
    .slide-up-leave.slide-up-leave-active {
        animation-name: antSlideUpOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .slide-up-appear,
    .slide-up-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.23, 1, .32, 1)
    }
    
    .slide-up-leave {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    
    .slide-down-appear,
    .slide-down-enter,
    .slide-down-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .slide-down-appear.slide-down-appear-active,
    .slide-down-enter.slide-down-enter-active {
        animation-name: antSlideDownIn;
        animation-play-state: running
    }
    
    .slide-down-leave.slide-down-leave-active {
        animation-name: antSlideDownOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .slide-down-appear,
    .slide-down-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.23, 1, .32, 1)
    }
    
    .slide-down-leave {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    
    .slide-left-appear,
    .slide-left-enter,
    .slide-left-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .slide-left-appear.slide-left-appear-active,
    .slide-left-enter.slide-left-enter-active {
        animation-name: antSlideLeftIn;
        animation-play-state: running
    }
    
    .slide-left-leave.slide-left-leave-active {
        animation-name: antSlideLeftOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .slide-left-appear,
    .slide-left-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.23, 1, .32, 1)
    }
    
    .slide-left-leave {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    
    .slide-right-appear,
    .slide-right-enter,
    .slide-right-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .slide-right-appear.slide-right-appear-active,
    .slide-right-enter.slide-right-enter-active {
        animation-name: antSlideRightIn;
        animation-play-state: running
    }
    
    .slide-right-leave.slide-right-leave-active {
        animation-name: antSlideRightOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .slide-right-appear,
    .slide-right-enter {
        opacity: 0;
        animation-timing-function: cubic-bezier(.23, 1, .32, 1)
    }
    
    .slide-right-leave {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    
    @keyframes antSlideUpIn {
        0% {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleY(.8)
        }
        to {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleY(1)
        }
    }
    
    @keyframes antSlideUpOut {
        0% {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleY(1)
        }
        to {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleY(.8)
        }
    }
    
    @keyframes antSlideDownIn {
        0% {
            opacity: 0;
            transform-origin: 100% 100%;
            transform: scaleY(.8)
        }
        to {
            opacity: 1;
            transform-origin: 100% 100%;
            transform: scaleY(1)
        }
    }
    
    @keyframes antSlideDownOut {
        0% {
            opacity: 1;
            transform-origin: 100% 100%;
            transform: scaleY(1)
        }
        to {
            opacity: 0;
            transform-origin: 100% 100%;
            transform: scaleY(.8)
        }
    }
    
    @keyframes antSlideLeftIn {
        0% {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleX(.8)
        }
        to {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleX(1)
        }
    }
    
    @keyframes antSlideLeftOut {
        0% {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleX(1)
        }
        to {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleX(.8)
        }
    }
    
    @keyframes antSlideRightIn {
        0% {
            opacity: 0;
            transform-origin: 100% 0;
            transform: scaleX(.8)
        }
        to {
            opacity: 1;
            transform-origin: 100% 0;
            transform: scaleX(1)
        }
    }
    
    @keyframes antSlideRightOut {
        0% {
            opacity: 1;
            transform-origin: 100% 0;
            transform: scaleX(1)
        }
        to {
            opacity: 0;
            transform-origin: 100% 0;
            transform: scaleX(.8)
        }
    }
    
    .swing-appear,
    .swing-enter {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .swing-appear.swing-appear-active,
    .swing-enter.swing-enter-active {
        animation-name: antSwingIn;
        animation-play-state: running
    }
    
    @keyframes antSwingIn {
        0%,
        to {
            transform: translateX(0)
        }
        20% {
            transform: translateX(-10px)
        }
        40% {
            transform: translateX(10px)
        }
        60% {
            transform: translateX(-5px)
        }
        80% {
            transform: translateX(5px)
        }
    }
    
    .zoom-appear,
    .zoom-enter,
    .zoom-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-appear.zoom-appear-active,
    .zoom-enter.zoom-enter-active {
        animation-name: antZoomIn;
        animation-play-state: running
    }
    
    .zoom-leave.zoom-leave-active {
        animation-name: antZoomOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-appear,
    .zoom-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-big-appear,
    .zoom-big-enter,
    .zoom-big-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-big-appear.zoom-big-appear-active,
    .zoom-big-enter.zoom-big-enter-active {
        animation-name: antZoomBigIn;
        animation-play-state: running
    }
    
    .zoom-big-leave.zoom-big-leave-active {
        animation-name: antZoomBigOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-big-appear,
    .zoom-big-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-big-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-big-fast-appear,
    .zoom-big-fast-enter,
    .zoom-big-fast-leave {
        animation-duration: .1s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-big-fast-appear.zoom-big-fast-appear-active,
    .zoom-big-fast-enter.zoom-big-fast-enter-active {
        animation-name: antZoomBigIn;
        animation-play-state: running
    }
    
    .zoom-big-fast-leave.zoom-big-fast-leave-active {
        animation-name: antZoomBigOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-big-fast-appear,
    .zoom-big-fast-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-big-fast-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-up-appear,
    .zoom-up-enter,
    .zoom-up-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-up-appear.zoom-up-appear-active,
    .zoom-up-enter.zoom-up-enter-active {
        animation-name: antZoomUpIn;
        animation-play-state: running
    }
    
    .zoom-up-leave.zoom-up-leave-active {
        animation-name: antZoomUpOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-up-appear,
    .zoom-up-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-up-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-down-appear,
    .zoom-down-enter,
    .zoom-down-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-down-appear.zoom-down-appear-active,
    .zoom-down-enter.zoom-down-enter-active {
        animation-name: antZoomDownIn;
        animation-play-state: running
    }
    
    .zoom-down-leave.zoom-down-leave-active {
        animation-name: antZoomDownOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-down-appear,
    .zoom-down-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-down-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-left-appear,
    .zoom-left-enter,
    .zoom-left-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-left-appear.zoom-left-appear-active,
    .zoom-left-enter.zoom-left-enter-active {
        animation-name: antZoomLeftIn;
        animation-play-state: running
    }
    
    .zoom-left-leave.zoom-left-leave-active {
        animation-name: antZoomLeftOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-left-appear,
    .zoom-left-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-left-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    .zoom-right-appear,
    .zoom-right-enter,
    .zoom-right-leave {
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .zoom-right-appear.zoom-right-appear-active,
    .zoom-right-enter.zoom-right-enter-active {
        animation-name: antZoomRightIn;
        animation-play-state: running
    }
    
    .zoom-right-leave.zoom-right-leave-active {
        animation-name: antZoomRightOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .zoom-right-appear,
    .zoom-right-enter {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.08, .82, .17, 1)
    }
    
    .zoom-right-leave {
        animation-timing-function: cubic-bezier(.78, .14, .15, .86)
    }
    
    @keyframes antZoomIn {
        0% {
            opacity: 0;
            transform: scale(.2)
        }
        to {
            opacity: 1;
            transform: scale(1)
        }
    }
    
    @keyframes antZoomOut {
        0% {
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform: scale(.2)
        }
    }
    
    @keyframes antZoomBigIn {
        0% {
            opacity: 0;
            transform: scale(.8)
        }
        to {
            transform: scale(1)
        }
    }
    
    @keyframes antZoomBigOut {
        0% {
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform: scale(.8)
        }
    }
    
    @keyframes antZoomUpIn {
        0% {
            opacity: 0;
            transform-origin: 50% 0;
            transform: scale(.8)
        }
        to {
            transform-origin: 50% 0;
            transform: scale(1)
        }
    }
    
    @keyframes antZoomUpOut {
        0% {
            transform-origin: 50% 0;
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform-origin: 50% 0;
            transform: scale(.8)
        }
    }
    
    @keyframes antZoomLeftIn {
        0% {
            opacity: 0;
            transform-origin: 0 50%;
            transform: scale(.8)
        }
        to {
            transform-origin: 0 50%;
            transform: scale(1)
        }
    }
    
    @keyframes antZoomLeftOut {
        0% {
            transform-origin: 0 50%;
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform-origin: 0 50%;
            transform: scale(.8)
        }
    }
    
    @keyframes antZoomRightIn {
        0% {
            opacity: 0;
            transform-origin: 100% 50%;
            transform: scale(.8)
        }
        to {
            transform-origin: 100% 50%;
            transform: scale(1)
        }
    }
    
    @keyframes antZoomRightOut {
        0% {
            transform-origin: 100% 50%;
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform-origin: 100% 50%;
            transform: scale(.8)
        }
    }
    
    @keyframes antZoomDownIn {
        0% {
            opacity: 0;
            transform-origin: 50% 100%;
            transform: scale(.8)
        }
        to {
            transform-origin: 50% 100%;
            transform: scale(1)
        }
    }
    
    @keyframes antZoomDownOut {
        0% {
            transform-origin: 50% 100%;
            transform: scale(1)
        }
        to {
            opacity: 0;
            transform-origin: 50% 100%;
            transform: scale(.8)
        }
    }
    
    .ant-motion-collapse {
        overflow: hidden
    }
    
    .ant-motion-collapse-active {
        transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)!important
    }
    
    .ant-affix {
        position: fixed;
        z-index: 10
    }
    
    .ant-alert {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        padding: 8px 15px 8px 37px;
        border-radius: 3px
    }
    
    .ant-alert.ant-alert-no-icon {
        padding: 8px 15px
    }
    
    .ant-alert-icon {
        top: 142px;
        left: 16px;
        position: absolute
    }
    
    .ant-alert-description {
        font-size: 14px;
        line-height: 22px;
        display: none
    }
    
    .ant-alert-success {
        border: 1px solid #b7eb8f;
        background-color: #f6ffed
    }
    
    .ant-alert-success .ant-alert-icon {
        color: #52c41a
    }
    
    .ant-alert-info {
        border: 1px solid #91d5ff;
        background-color: #e6f7ff
    }
    
    .ant-alert-info .ant-alert-icon {
        color: #1890ff
    }
    
    .ant-alert-warning {
        border: 1px solid #ffe58f;
        background-color: #fffbe6
    }
    
    .ant-alert-warning .ant-alert-icon {
        color: #faad14
    }
    
    .ant-alert-error {
        border: 1px solid #ffa39e;
        background-color: #fff1f0
    }
    
    .ant-alert-error .ant-alert-icon {
        color: #f5222d
    }
    
    .ant-alert-close-icon {
        font-size: 12px;
        position: absolute;
        right: 16px;
        top: 8px;
        line-height: 22px;
        overflow: hidden;
        cursor: pointer
    }
    
    .ant-alert-close-icon .anticon-cross {
        color: rgba(0, 0, 0, .45);
        transition: color .3s
    }
    
    .ant-alert-close-icon .anticon-cross:hover {
        color: #404040
    }
    
    .ant-alert-close-text {
        position: absolute;
        right: 16px
    }
    
    .ant-alert-with-description {
        padding: 15px 15px 15px 64px;
        position: relative;
        border-radius: 3px;
        color: #282828;
        line-height: 20px
    }
    
    .ant-alert-with-description.ant-alert-no-icon {
        padding: 15px
    }
    
    .ant-alert-with-description .ant-alert-icon {
        position: absolute;
        top: 16px;
        left: 24px;
        font-size: 24px
    }
    
    .ant-alert-with-description .ant-alert-close-icon {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
        font-size: 14px
    }
    
    .ant-alert-with-description .ant-alert-message {
        font-size: 16px;
        color: rgba(0, 0, 0, .85);
        display: block;
        margin-bottom: 4px
    }
    
    .ant-alert-with-description .ant-alert-description {
        display: block
    }
    
    .ant-alert.ant-alert-close {
        height: 0!important;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        transition: all .3s cubic-bezier(.78, .14, .15, .86);
        transform-origin: 50% 0
    }
    
    .ant-alert-slide-up-leave {
        animation: antAlertSlideUpOut .3s cubic-bezier(.78, .14, .15, .86);
        animation-fill-mode: both
    }
    
    .ant-alert-banner {
        border-radius: 0;
        border: 0;
        margin-bottom: 0
    }
    
    @keyframes antAlertSlideUpIn {
        0% {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleY(0)
        }
        to {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleY(1)
        }
    }
    
    @keyframes antAlertSlideUpOut {
        0% {
            opacity: 1;
            transform-origin: 0 0;
            transform: scaleY(1)
        }
        to {
            opacity: 0;
            transform-origin: 0 0;
            transform: scaleY(0)
        }
    }
    
    .ant-anchor {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        padding-left: 2px
    }
    
    .ant-anchor-wrapper {
        background-color: #fff;
        overflow: auto;
        padding-left: 4px;
        margin-left: -4px
    }
    
    .ant-anchor-ink {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0
    }
    
    .ant-anchor-ink:before {
        content: " ";
        position: relative;
        width: 2px;
        height: 100%;
        display: block;
        background-color: #e8e8e8;
        margin: 0 auto
    }
    
    .ant-anchor-ink-ball {
        display: none;
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: 2px solid #00b0b9;
        background-color: #fff;
        left: 50%;
        transition: top .3s ease-in-out;
        transform: translateX(-50%)
    }
    
    .ant-anchor-ink-ball.visible {
        display: inline-block
    }
    
    .ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
        display: none
    }
    
    .ant-anchor-link {
        padding: 8px 0 8px 16px;
        line-height: 1
    }
    
    .ant-anchor-link-title {
        display: block;
        position: relative;
        transition: all .3s;
        color: #282828;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 8px
    }
    
    .ant-anchor-link-title:only-child {
        margin-bottom: 0
    }
    
    .ant-anchor-link-active>.ant-anchor-link-title {
        color: #00b0b9
    }
    
    .ant-anchor-link .ant-anchor-link {
        padding-top: 6px;
        padding-bottom: 6px
    }
    
    .ant-select-auto-complete {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-select-auto-complete.ant-select .ant-select-selection {
        border: 0;
        box-shadow: none
    }
    
    .ant-select-auto-complete.ant-select .ant-select-selection__rendered {
        margin-left: 0;
        margin-right: 0;
        height: 100%;
        line-height: 40px
    }
    
    .ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
        margin-left: 12px;
        margin-right: 12px
    }
    
    .ant-select-auto-complete.ant-select .ant-select-selection--single {
        height: auto
    }
    
    .ant-select-auto-complete.ant-select .ant-select-search--inline {
        position: static;
        float: left
    }
    
    .ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
        margin-right: 0!important
    }
    
    .ant-select-auto-complete.ant-select .ant-input {
        background: transparent;
        border-width: 1px;
        line-height: 20px;
        height: 40px
    }
    
    .ant-select-auto-complete.ant-select .ant-input:focus,
    .ant-select-auto-complete.ant-select .ant-input:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
        line-height: 48px
    }
    
    .ant-select-auto-complete.ant-select-lg .ant-input {
        padding-top: 6px;
        padding-bottom: 6px;
        height: 48px
    }
    
    .ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
        line-height: 24px
    }
    
    .ant-select-auto-complete.ant-select-sm .ant-input {
        padding-top: 1px;
        padding-bottom: 1px;
        height: 24px
    }
    
    .ant-avatar {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        text-align: center;
        background: #ccc;
        color: #fff;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%
    }
    
    .ant-avatar-image {
        background: transparent
    }
    
    .ant-avatar>* {
        line-height: 32px
    }
    
    .ant-avatar.ant-avatar-icon {
        font-size: 18px
    }
    
    .ant-avatar-lg {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }
    
    .ant-avatar-lg,
    .ant-avatar-lg>* {
        line-height: 40px
    }
    
    .ant-avatar-lg.ant-avatar-icon {
        font-size: 24px
    }
    
    .ant-avatar-sm {
        width: 24px;
        height: 24px;
        border-radius: 50%
    }
    
    .ant-avatar-sm,
    .ant-avatar-sm>* {
        line-height: 24px
    }
    
    .ant-avatar-sm.ant-avatar-icon {
        font-size: 14px
    }
    
    .ant-avatar-square {
        border-radius: 3px
    }
    
    .ant-avatar>img {
        width: 100%;
        height: 100%;
        display: block
    }
    
    .ant-back-top {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 10;
        position: fixed;
        right: 100px;
        bottom: 50px;
        height: 40px;
        width: 40px;
        cursor: pointer
    }
    
    .ant-back-top-content {
        height: 40px;
        width: 40px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, .45);
        color: #fff;
        text-align: center;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        overflow: hidden
    }
    
    .ant-back-top-content:hover {
        background-color: #282828;
        transition: all .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-back-top-icon {
        margin: 12px auto;
        width: 14px;
        height: 16px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat
    }
    
    @media screen and (max-width:768px) {
        .ant-back-top {
            right: 60px
        }
    }
    
    @media screen and (max-width:480px) {
        .ant-back-top {
            right: 20px
        }
    }
    
    .ant-badge {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        line-height: 1;
        vertical-align: middle
    }
    
    .ant-badge-count {
        position: absolute;
        transform: translateX(-50%);
        top: -10px;
        height: 20px;
        border-radius: 10px;
        min-width: 20px;
        background: #f5222d;
        color: #fff;
        line-height: 20px;
        text-align: center;
        padding: 0 6px;
        font-size: 12px;
        font-weight: 400;
        white-space: nowrap;
        transform-origin: -10% center;
        box-shadow: 0 0 0 1px #fff
    }
    
    .ant-badge-count a,
    .ant-badge-count a:hover {
        color: #fff
    }
    
    .ant-badge-multiple-words {
        padding: 0 8px
    }
    
    .ant-badge-dot {
        position: absolute;
        transform: translateX(-50%);
        transform-origin: 0 center;
        top: -3px;
        height: 6px;
        width: 6px;
        border-radius: 100%;
        background: #f5222d;
        z-index: 10;
        box-shadow: 0 0 0 1px #fff
    }
    
    .ant-badge-status {
        line-height: inherit;
        vertical-align: baseline
    }
    
    .ant-badge-status-dot {
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: -1px
    }
    
    .ant-badge-status-success {
        background-color: #52c41a
    }
    
    .ant-badge-status-processing {
        background-color: #1890ff;
        position: relative
    }
    
    .ant-badge-status-processing:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #1890ff;
        content: "";
        animation: antStatusProcessing 1.2s infinite ease-in-out
    }
    
    .ant-badge-status-default {
        background-color: #d9d9d9
    }
    
    .ant-badge-status-error {
        background-color: #f5222d
    }
    
    .ant-badge-status-warning {
        background-color: #faad14
    }
    
    .ant-badge-status-text {
        color: #282828;
        font-size: 14px;
        margin-left: 8px
    }
    
    .ant-badge-zoom-appear,
    .ant-badge-zoom-enter {
        animation: antZoomBadgeIn .3s cubic-bezier(.12, .4, .29, 1.46);
        animation-fill-mode: both
    }
    
    .ant-badge-zoom-leave {
        animation: antZoomBadgeOut .3s cubic-bezier(.71, -.46, .88, .6);
        animation-fill-mode: both
    }
    
    .ant-badge-not-a-wrapper .ant-scroll-number {
        top: auto;
        display: block;
        position: relative
    }
    
    .ant-badge-not-a-wrapper .ant-badge-count {
        transform: none
    }
    
    @keyframes antStatusProcessing {
        0% {
            transform: scale(.8);
            opacity: .5
        }
        to {
            transform: scale(2.4);
            opacity: 0
        }
    }
    
    .ant-scroll-number {
        overflow: hidden
    }
    
    .ant-scroll-number-only {
        display: inline-block;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        height: 20px
    }
    
    .ant-scroll-number-only>p {
        height: 20px;
        margin: 0
    }
    
    @keyframes antZoomBadgeIn {
        0% {
            opacity: 0;
            transform: scale(0) translateX(-50%)
        }
        to {
            transform: scale(1) translateX(-50%)
        }
    }
    
    @keyframes antZoomBadgeOut {
        0% {
            transform: scale(1) translateX(-50%)
        }
        to {
            opacity: 0;
            transform: scale(0) translateX(-50%)
        }
    }
    
    .ant-breadcrumb {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        color: rgba(0, 0, 0, .45);
        font-size: 14px
    }
    
    .ant-breadcrumb .anticon {
        font-size: 12px
    }
    
    .ant-breadcrumb a {
        color: rgba(0, 0, 0, .45);
        transition: color .3s
    }
    
    .ant-breadcrumb a:hover {
        color: #20c4c7
    }
    
    .ant-breadcrumb>span:last-child {
        color: #282828
    }
    
    .ant-breadcrumb>span:last-child .ant-breadcrumb-separator {
        display: none
    }
    
    .ant-breadcrumb-separator {
        margin: 0 8px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-breadcrumb-link>.anticon+span {
        margin-left: 4px
    }
    
    .ant-btn {
        line-height: 20px;
        display: inline-block;
        font-weight: 500;
        text-align: center;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 3px;
        height: 40px;
        user-select: none;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        position: relative;
        color: #282828;
        background-color: #fff;
        border-color: #d9d9d9
    }
    
    .ant-btn>.anticon {
        line-height: 1
    }
    
    .ant-btn,
    .ant-btn:active,
    .ant-btn:focus {
        outline: 0
    }
    
    .ant-btn:not([disabled]):hover {
        text-decoration: none
    }
    
    .ant-btn:not([disabled]):active {
        outline: 0;
        transition: none
    }
    
    .ant-btn.disabled,
    .ant-btn[disabled] {
        cursor: not-allowed
    }
    
    .ant-btn.disabled>*,
    .ant-btn[disabled]>* {
        pointer-events: none
    }
    
    .ant-btn-lg {
        padding: 0 15px;
        font-size: 16px;
        border-radius: 3px;
        height: 50px
    }
    
    .ant-btn-sm {
        padding: 0 7px;
        font-size: 14px;
        border-radius: 3px;
        height: 24px
    }
    
    .ant-btn>a:only-child {
        color: currentColor
    }
    
    .ant-btn>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn:focus,
    .ant-btn:hover {
        color: #20c4c7;
        background-color: #fff;
        border-color: #20c4c7
    }
    
    .ant-btn:focus>a:only-child,
    .ant-btn:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn:focus>a:only-child:after,
    .ant-btn:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn.active,
    .ant-btn:active {
        color: #008894;
        background-color: #fff;
        border-color: #008894
    }
    
    .ant-btn.active>a:only-child,
    .ant-btn:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn.active>a:only-child:after,
    .ant-btn:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn.disabled,
    .ant-btn.disabled.active,
    .ant-btn.disabled:active,
    .ant-btn.disabled:focus,
    .ant-btn.disabled:hover,
    .ant-btn[disabled],
    .ant-btn[disabled].active,
    .ant-btn[disabled]:active,
    .ant-btn[disabled]:focus,
    .ant-btn[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn.disabled.active>a:only-child,
    .ant-btn.disabled:active>a:only-child,
    .ant-btn.disabled:focus>a:only-child,
    .ant-btn.disabled:hover>a:only-child,
    .ant-btn.disabled>a:only-child,
    .ant-btn[disabled].active>a:only-child,
    .ant-btn[disabled]:active>a:only-child,
    .ant-btn[disabled]:focus>a:only-child,
    .ant-btn[disabled]:hover>a:only-child,
    .ant-btn[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn.disabled.active>a:only-child:after,
    .ant-btn.disabled:active>a:only-child:after,
    .ant-btn.disabled:focus>a:only-child:after,
    .ant-btn.disabled:hover>a:only-child:after,
    .ant-btn.disabled>a:only-child:after,
    .ant-btn[disabled].active>a:only-child:after,
    .ant-btn[disabled]:active>a:only-child:after,
    .ant-btn[disabled]:focus>a:only-child:after,
    .ant-btn[disabled]:hover>a:only-child:after,
    .ant-btn[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn.active,
    .ant-btn:active,
    .ant-btn:focus,
    .ant-btn:hover {
        background: #fff;
        text-decoration: none
    }
    
    .ant-btn>i,
    .ant-btn>span {
        pointer-events: none
    }
    
    .ant-btn-primary {
        color: #fff;
        background-color: #00b0b9;
        border-color: #00b0b9
    }
    
    .ant-btn-primary>a:only-child {
        color: currentColor
    }
    
    .ant-btn-primary>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-primary:focus,
    .ant-btn-primary:hover {
        color: #fff;
        background-color: #20c4c7;
        border-color: #20c4c7
    }
    
    .ant-btn-primary:focus>a:only-child,
    .ant-btn-primary:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-primary:focus>a:only-child:after,
    .ant-btn-primary:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-primary.active,
    .ant-btn-primary:active {
        color: #fff;
        background-color: #008894;
        border-color: #008894
    }
    
    .ant-btn-primary.active>a:only-child,
    .ant-btn-primary:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-primary.active>a:only-child:after,
    .ant-btn-primary:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-primary.disabled,
    .ant-btn-primary.disabled.active,
    .ant-btn-primary.disabled:active,
    .ant-btn-primary.disabled:focus,
    .ant-btn-primary.disabled:hover,
    .ant-btn-primary[disabled],
    .ant-btn-primary[disabled].active,
    .ant-btn-primary[disabled]:active,
    .ant-btn-primary[disabled]:focus,
    .ant-btn-primary[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-primary.disabled.active>a:only-child,
    .ant-btn-primary.disabled:active>a:only-child,
    .ant-btn-primary.disabled:focus>a:only-child,
    .ant-btn-primary.disabled:hover>a:only-child,
    .ant-btn-primary.disabled>a:only-child,
    .ant-btn-primary[disabled].active>a:only-child,
    .ant-btn-primary[disabled]:active>a:only-child,
    .ant-btn-primary[disabled]:focus>a:only-child,
    .ant-btn-primary[disabled]:hover>a:only-child,
    .ant-btn-primary[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-primary.disabled.active>a:only-child:after,
    .ant-btn-primary.disabled:active>a:only-child:after,
    .ant-btn-primary.disabled:focus>a:only-child:after,
    .ant-btn-primary.disabled:hover>a:only-child:after,
    .ant-btn-primary.disabled>a:only-child:after,
    .ant-btn-primary[disabled].active>a:only-child:after,
    .ant-btn-primary[disabled]:active>a:only-child:after,
    .ant-btn-primary[disabled]:focus>a:only-child:after,
    .ant-btn-primary[disabled]:hover>a:only-child:after,
    .ant-btn-primary[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
        border-right-color: #20c4c7;
        border-left-color: #20c4c7
    }
    
    .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
        border-color: #d9d9d9
    }
    
    .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
        border-right-color: #20c4c7
    }
    
    .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
        border-right-color: #d9d9d9
    }
    
    .ant-btn-group .ant-btn-primary+.ant-btn-primary,
    .ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
        border-left-color: #20c4c7
    }
    
    .ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],
    .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
        border-left-color: #d9d9d9
    }
    
    .ant-btn-ghost {
        color: #282828;
        background-color: transparent;
        border-color: #d9d9d9
    }
    
    .ant-btn-ghost>a:only-child {
        color: currentColor
    }
    
    .ant-btn-ghost>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-ghost:focus,
    .ant-btn-ghost:hover {
        color: #20c4c7;
        background-color: transparent;
        border-color: #20c4c7
    }
    
    .ant-btn-ghost:focus>a:only-child,
    .ant-btn-ghost:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-ghost:focus>a:only-child:after,
    .ant-btn-ghost:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-ghost.active,
    .ant-btn-ghost:active {
        color: #008894;
        background-color: transparent;
        border-color: #008894
    }
    
    .ant-btn-ghost.active>a:only-child,
    .ant-btn-ghost:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-ghost.active>a:only-child:after,
    .ant-btn-ghost:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-ghost.disabled,
    .ant-btn-ghost.disabled.active,
    .ant-btn-ghost.disabled:active,
    .ant-btn-ghost.disabled:focus,
    .ant-btn-ghost.disabled:hover,
    .ant-btn-ghost[disabled],
    .ant-btn-ghost[disabled].active,
    .ant-btn-ghost[disabled]:active,
    .ant-btn-ghost[disabled]:focus,
    .ant-btn-ghost[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-ghost.disabled.active>a:only-child,
    .ant-btn-ghost.disabled:active>a:only-child,
    .ant-btn-ghost.disabled:focus>a:only-child,
    .ant-btn-ghost.disabled:hover>a:only-child,
    .ant-btn-ghost.disabled>a:only-child,
    .ant-btn-ghost[disabled].active>a:only-child,
    .ant-btn-ghost[disabled]:active>a:only-child,
    .ant-btn-ghost[disabled]:focus>a:only-child,
    .ant-btn-ghost[disabled]:hover>a:only-child,
    .ant-btn-ghost[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-ghost.disabled.active>a:only-child:after,
    .ant-btn-ghost.disabled:active>a:only-child:after,
    .ant-btn-ghost.disabled:focus>a:only-child:after,
    .ant-btn-ghost.disabled:hover>a:only-child:after,
    .ant-btn-ghost.disabled>a:only-child:after,
    .ant-btn-ghost[disabled].active>a:only-child:after,
    .ant-btn-ghost[disabled]:active>a:only-child:after,
    .ant-btn-ghost[disabled]:focus>a:only-child:after,
    .ant-btn-ghost[disabled]:hover>a:only-child:after,
    .ant-btn-ghost[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-dashed {
        color: #282828;
        background-color: #fff;
        border-color: #d9d9d9;
        border-style: dashed
    }
    
    .ant-btn-dashed>a:only-child {
        color: currentColor
    }
    
    .ant-btn-dashed>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-dashed:focus,
    .ant-btn-dashed:hover {
        color: #20c4c7;
        background-color: #fff;
        border-color: #20c4c7
    }
    
    .ant-btn-dashed:focus>a:only-child,
    .ant-btn-dashed:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-dashed:focus>a:only-child:after,
    .ant-btn-dashed:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-dashed.active,
    .ant-btn-dashed:active {
        color: #008894;
        background-color: #fff;
        border-color: #008894
    }
    
    .ant-btn-dashed.active>a:only-child,
    .ant-btn-dashed:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-dashed.active>a:only-child:after,
    .ant-btn-dashed:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-dashed.disabled,
    .ant-btn-dashed.disabled.active,
    .ant-btn-dashed.disabled:active,
    .ant-btn-dashed.disabled:focus,
    .ant-btn-dashed.disabled:hover,
    .ant-btn-dashed[disabled],
    .ant-btn-dashed[disabled].active,
    .ant-btn-dashed[disabled]:active,
    .ant-btn-dashed[disabled]:focus,
    .ant-btn-dashed[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-dashed.disabled.active>a:only-child,
    .ant-btn-dashed.disabled:active>a:only-child,
    .ant-btn-dashed.disabled:focus>a:only-child,
    .ant-btn-dashed.disabled:hover>a:only-child,
    .ant-btn-dashed.disabled>a:only-child,
    .ant-btn-dashed[disabled].active>a:only-child,
    .ant-btn-dashed[disabled]:active>a:only-child,
    .ant-btn-dashed[disabled]:focus>a:only-child,
    .ant-btn-dashed[disabled]:hover>a:only-child,
    .ant-btn-dashed[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-dashed.disabled.active>a:only-child:after,
    .ant-btn-dashed.disabled:active>a:only-child:after,
    .ant-btn-dashed.disabled:focus>a:only-child:after,
    .ant-btn-dashed.disabled:hover>a:only-child:after,
    .ant-btn-dashed.disabled>a:only-child:after,
    .ant-btn-dashed[disabled].active>a:only-child:after,
    .ant-btn-dashed[disabled]:active>a:only-child:after,
    .ant-btn-dashed[disabled]:focus>a:only-child:after,
    .ant-btn-dashed[disabled]:hover>a:only-child:after,
    .ant-btn-dashed[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-danger {
        color: #f5222d;
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-danger>a:only-child {
        color: currentColor
    }
    
    .ant-btn-danger>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-danger:hover {
        color: #fff;
        background-color: #ff4d4f;
        border-color: #ff4d4f
    }
    
    .ant-btn-danger:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-danger:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-danger:focus {
        color: #ff4d4f;
        background-color: #fff;
        border-color: #ff4d4f
    }
    
    .ant-btn-danger:focus>a:only-child {
        color: currentColor
    }
    
    .ant-btn-danger:focus>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-danger.active,
    .ant-btn-danger:active {
        color: #fff;
        background-color: #cf1322;
        border-color: #cf1322
    }
    
    .ant-btn-danger.active>a:only-child,
    .ant-btn-danger:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-danger.active>a:only-child:after,
    .ant-btn-danger:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-danger.disabled,
    .ant-btn-danger.disabled.active,
    .ant-btn-danger.disabled:active,
    .ant-btn-danger.disabled:focus,
    .ant-btn-danger.disabled:hover,
    .ant-btn-danger[disabled],
    .ant-btn-danger[disabled].active,
    .ant-btn-danger[disabled]:active,
    .ant-btn-danger[disabled]:focus,
    .ant-btn-danger[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-danger.disabled.active>a:only-child,
    .ant-btn-danger.disabled:active>a:only-child,
    .ant-btn-danger.disabled:focus>a:only-child,
    .ant-btn-danger.disabled:hover>a:only-child,
    .ant-btn-danger.disabled>a:only-child,
    .ant-btn-danger[disabled].active>a:only-child,
    .ant-btn-danger[disabled]:active>a:only-child,
    .ant-btn-danger[disabled]:focus>a:only-child,
    .ant-btn-danger[disabled]:hover>a:only-child,
    .ant-btn-danger[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-danger.disabled.active>a:only-child:after,
    .ant-btn-danger.disabled:active>a:only-child:after,
    .ant-btn-danger.disabled:focus>a:only-child:after,
    .ant-btn-danger.disabled:hover>a:only-child:after,
    .ant-btn-danger.disabled>a:only-child:after,
    .ant-btn-danger[disabled].active>a:only-child:after,
    .ant-btn-danger[disabled]:active>a:only-child:after,
    .ant-btn-danger[disabled]:focus>a:only-child:after,
    .ant-btn-danger[disabled]:hover>a:only-child:after,
    .ant-btn-danger[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-circle,
    .ant-btn-circle-outline {
        width: 40px;
        padding: 0;
        font-size: 16px;
        border-radius: 50%;
        height: 40px
    }
    
    .ant-btn-circle-outline.ant-btn-lg,
    .ant-btn-circle.ant-btn-lg {
        width: 50px;
        padding: 0;
        font-size: 18px;
        border-radius: 50%;
        height: 50px
    }
    
    .ant-btn-circle-outline.ant-btn-sm,
    .ant-btn-circle.ant-btn-sm {
        width: 24px;
        padding: 0;
        font-size: 14px;
        border-radius: 50%;
        height: 24px
    }
    
    .ant-btn:before {
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background: #fff;
        opacity: .35;
        content: "";
        border-radius: inherit;
        z-index: 1;
        transition: opacity .2s;
        pointer-events: none;
        display: none
    }
    
    .ant-btn .anticon {
        transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-btn.ant-btn-loading:before {
        display: block
    }
    
    .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
        padding-left: 29px;
        pointer-events: none;
        position: relative
    }
    
    .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
        margin-left: -14px
    }
    
    .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
        padding-left: 24px
    }
    
    .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
        margin-left: -17px
    }
    
    .ant-btn-group {
        position: relative;
        display: inline-block
    }
    
    .ant-btn-group>.ant-btn,
    .ant-btn-group>span>.ant-btn {
        position: relative;
        line-height: 38px
    }
    
    .ant-btn-group>.ant-btn.active,
    .ant-btn-group>.ant-btn:active,
    .ant-btn-group>.ant-btn:focus,
    .ant-btn-group>.ant-btn:hover,
    .ant-btn-group>span>.ant-btn.active,
    .ant-btn-group>span>.ant-btn:active,
    .ant-btn-group>span>.ant-btn:focus,
    .ant-btn-group>span>.ant-btn:hover {
        z-index: 2
    }
    
    .ant-btn-group>.ant-btn:disabled,
    .ant-btn-group>span>.ant-btn:disabled {
        z-index: 0
    }
    
    .ant-btn-group-lg>.ant-btn,
    .ant-btn-group-lg>span>.ant-btn {
        padding: 0 15px;
        font-size: 16px;
        border-radius: 0;
        height: 50px;
        line-height: 48px
    }
    
    .ant-btn-group-sm>.ant-btn,
    .ant-btn-group-sm>span>.ant-btn {
        padding: 0 7px;
        font-size: 14px;
        border-radius: 0;
        height: 24px;
        line-height: 22px
    }
    
    .ant-btn-group-sm>.ant-btn>.anticon,
    .ant-btn-group-sm>span>.ant-btn>.anticon {
        font-size: 14px
    }
    
    .ant-btn+.ant-btn-group,
    .ant-btn-group+.ant-btn,
    .ant-btn-group+.ant-btn-group,
    .ant-btn-group .ant-btn+.ant-btn,
    .ant-btn-group .ant-btn+span,
    .ant-btn-group>span+span,
    .ant-btn-group span+.ant-btn {
        margin-left: -1px
    }
    
    .ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]) {
        border-left-color: transparent
    }
    
    .ant-btn-group .ant-btn {
        border-radius: 0
    }
    
    .ant-btn-group>.ant-btn:first-child,
    .ant-btn-group>span:first-child>.ant-btn {
        margin-left: 0
    }
    
    .ant-btn-group>.ant-btn:only-child,
    .ant-btn-group>span:only-child>.ant-btn {
        border-radius: 3px
    }
    
    .ant-btn-group>.ant-btn:first-child:not(:last-child),
    .ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    
    .ant-btn-group>.ant-btn:last-child:not(:first-child),
    .ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .ant-btn-group-sm>.ant-btn:only-child,
    .ant-btn-group-sm>span:only-child>.ant-btn {
        border-radius: 3px
    }
    
    .ant-btn-group-sm>.ant-btn:first-child:not(:last-child),
    .ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    
    .ant-btn-group-sm>.ant-btn:last-child:not(:first-child),
    .ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .ant-btn-group>.ant-btn-group {
        float: left
    }
    
    .ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn {
        border-radius: 0
    }
    
    .ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        padding-right: 8px
    }
    
    .ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding-left: 8px
    }
    
    .ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-btn:active>span,
    .ant-btn:focus>span {
        position: relative
    }
    
    .ant-btn>.anticon+span,
    .ant-btn>span+.anticon {
        margin-left: 8px
    }
    
    .ant-btn-clicked:after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        border-radius: inherit;
        border: 0 solid #00b0b9;
        opacity: .4;
        animation: buttonEffect .4s;
        display: block
    }
    
    .ant-btn-danger.ant-btn-clicked:after {
        border-color: #f5222d
    }
    
    .ant-btn-background-ghost {
        background: transparent!important;
        border-color: #fff;
        color: #fff
    }
    
    .ant-btn-background-ghost.ant-btn-primary {
        color: #00b0b9;
        background-color: transparent;
        border-color: #00b0b9
    }
    
    .ant-btn-background-ghost.ant-btn-primary>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-primary>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-primary:focus,
    .ant-btn-background-ghost.ant-btn-primary:hover {
        color: #20c4c7;
        background-color: transparent;
        border-color: #20c4c7
    }
    
    .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-primary.active,
    .ant-btn-background-ghost.ant-btn-primary:active {
        color: #008894;
        background-color: transparent;
        border-color: #008894
    }
    
    .ant-btn-background-ghost.ant-btn-primary.active>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-primary.disabled,
    .ant-btn-background-ghost.ant-btn-primary.disabled.active,
    .ant-btn-background-ghost.ant-btn-primary.disabled:active,
    .ant-btn-background-ghost.ant-btn-primary.disabled:focus,
    .ant-btn-background-ghost.ant-btn-primary.disabled:hover,
    .ant-btn-background-ghost.ant-btn-primary[disabled],
    .ant-btn-background-ghost.ant-btn-primary[disabled].active,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:active,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,
    .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-danger {
        color: #f5222d;
        background-color: transparent;
        border-color: #f5222d
    }
    
    .ant-btn-background-ghost.ant-btn-danger>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-danger>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-danger:focus,
    .ant-btn-background-ghost.ant-btn-danger:hover {
        color: #ff4d4f;
        background-color: transparent;
        border-color: #ff4d4f
    }
    
    .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-danger.active,
    .ant-btn-background-ghost.ant-btn-danger:active {
        color: #cf1322;
        background-color: transparent;
        border-color: #cf1322
    }
    
    .ant-btn-background-ghost.ant-btn-danger.active>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger:active>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-background-ghost.ant-btn-danger.disabled,
    .ant-btn-background-ghost.ant-btn-danger.disabled.active,
    .ant-btn-background-ghost.ant-btn-danger.disabled:active,
    .ant-btn-background-ghost.ant-btn-danger.disabled:focus,
    .ant-btn-background-ghost.ant-btn-danger.disabled:hover,
    .ant-btn-background-ghost.ant-btn-danger[disabled],
    .ant-btn-background-ghost.ant-btn-danger[disabled].active,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:active,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,
    .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,
    .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-btn-two-chinese-chars:first-letter {
        letter-spacing: .34em
    }
    
    .ant-btn-two-chinese-chars>* {
        letter-spacing: .34em;
        margin-right: -.34em
    }
    
    .ant-btn-block {
        width: 100%
    }
    
    @keyframes buttonEffect {
        to {
            opacity: 0;
            top: -6px;
            left: -6px;
            bottom: -6px;
            right: -6px;
            border-width: 6px
        }
    }
    
    a.ant-btn {
        line-height: 38px
    }
    
    a.ant-btn-lg {
        line-height: 48px
    }
    
    a.ant-btn-sm {
        line-height: 22px
    }
    
    .ant-fullcalendar {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        outline: none;
        border-top: 1px solid #d9d9d9
    }
    
    .ant-fullcalendar-month-select {
        margin-left: 5px
    }
    
    .ant-fullcalendar-header {
        padding: 11px 16px 11px 0;
        text-align: right
    }
    
    .ant-fullcalendar-header .ant-select-dropdown {
        text-align: left
    }
    
    .ant-fullcalendar-header .ant-radio-group {
        margin-left: 8px;
        text-align: left
    }
    
    .ant-fullcalendar-header label.ant-radio-button {
        height: 22px;
        line-height: 20px;
        padding: 0 10px
    }
    
    .ant-fullcalendar-date-panel {
        position: relative;
        outline: none
    }
    
    .ant-fullcalendar-calendar-body {
        padding: 8px 12px
    }
    
    .ant-fullcalendar table {
        border-collapse: collapse;
        max-width: 100%;
        background-color: transparent;
        width: 100%;
        height: 256px
    }
    
    .ant-fullcalendar table,
    .ant-fullcalendar td,
    .ant-fullcalendar th {
        border: 0
    }
    
    .ant-fullcalendar td {
        position: relative
    }
    
    .ant-fullcalendar-calendar-table {
        border-spacing: 0;
        margin-bottom: 0
    }
    
    .ant-fullcalendar-column-header {
        line-height: 18px;
        padding: 0;
        width: 33px;
        text-align: center
    }
    
    .ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
        display: block;
        font-weight: 400
    }
    
    .ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
        display: none
    }
    
    .ant-fullcalendar-date,
    .ant-fullcalendar-month {
        text-align: center;
        transition: all .3s
    }
    
    .ant-fullcalendar-value {
        display: block;
        margin: 0 auto;
        color: #282828;
        border-radius: 2px;
        width: 24px;
        height: 24px;
        padding: 0;
        background: transparent;
        line-height: 24px;
        transition: all .3s
    }
    
    .ant-fullcalendar-value:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-fullcalendar-value:active {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
        width: 48px
    }
    
    .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
    .ant-fullcalendar-today .ant-fullcalendar-value {
        box-shadow: inset 0 0 0 1px #00b0b9
    }
    
    .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
    .ant-fullcalendar-selected-day .ant-fullcalendar-value {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
    
    .ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
    
    .ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
    .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-fullcalendar-month-panel-table {
        table-layout: fixed;
        width: 100%;
        border-collapse: separate
    }
    
    .ant-fullcalendar-content {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -9px
    }
    
    .ant-fullcalendar-fullscreen {
        border-top: 0
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-table {
        table-layout: fixed
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
        margin-left: 16px
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
        height: 40px;
        line-height: 38px
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-date,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month {
        text-align: left;
        margin: 0 4px;
        display: block;
        color: #282828;
        height: 116px;
        padding: 4px 8px;
        border-top: 2px solid #e8e8e8;
        transition: background .3s
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-date:active,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month:active {
        background: #98ede6
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
        text-align: right;
        padding-right: 12px;
        padding-bottom: 5px
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-value {
        text-align: right;
        background: transparent;
        width: auto
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
        color: #282828
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
        border-top-color: #00b0b9;
        background: transparent
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
        box-shadow: none
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
        background: #e1faf7
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
        color: #00b0b9
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
    .ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-fullcalendar-fullscreen .ant-fullcalendar-content {
        height: 88px;
        overflow-y: auto;
        position: static;
        width: auto;
        left: auto;
        bottom: auto
    }
    
    .ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
    .ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
        cursor: not-allowed
    }
    
    .ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
    .ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
        background: transparent
    }
    
    .ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
        color: rgba(0, 0, 0, .25);
        border-radius: 0;
        width: auto;
        cursor: not-allowed
    }
    
    .ant-card {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        border-radius: 2px;
        position: relative;
        transition: all .3s
    }
    
    .ant-card-hoverable {
        cursor: pointer
    }
    
    .ant-card-hoverable:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
        border-color: rgba(0, 0, 0, .09)
    }
    
    .ant-card-bordered {
        border: 1px solid #e8e8e8
    }
    
    .ant-card-head {
        background: transparent;
        border-bottom: 1px solid #e8e8e8;
        padding: 0 24px;
        border-radius: 2px 2px 0 0;
        zoom: 1;
        margin-bottom: -1px;
        min-height: 48px
    }
    
    .ant-card-head:after,
    .ant-card-head:before {
        content: "";
        display: table
    }
    
    .ant-card-head:after {
        clear: both
    }
    
    .ant-card-head-wrapper {
        display: flex
    }
    
    .ant-card-head-title {
        font-size: 16px;
        padding: 16px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: rgba(0, 0, 0, .85);
        font-weight: 500;
        display: inline-block;
        flex: 1
    }
    
    .ant-card-head .ant-tabs {
        margin-bottom: -17px;
        clear: both
    }
    
    .ant-card-head .ant-tabs-bar {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-card-extra {
        float: right;
        padding: 17.5px 0;
        text-align: right;
        margin-left: auto
    }
    
    .ant-card-body {
        padding: 24px;
        zoom: 1
    }
    
    .ant-card-body:after,
    .ant-card-body:before {
        content: "";
        display: table
    }
    
    .ant-card-body:after {
        clear: both
    }
    
    .ant-card-contain-grid:not(.ant-card-loading) {
        margin: -1px 0 0 -1px;
        padding: 0
    }
    
    .ant-card-grid {
        border-radius: 0;
        border: 0;
        box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, inset 1px 0 0 0 #e8e8e8, inset 0 1px 0 0 #e8e8e8;
        width: 33.33%;
        float: left;
        padding: 24px;
        transition: all .3s
    }
    
    .ant-card-grid:hover {
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
    
    .ant-card-contain-tabs .ant-card-head-title {
        padding-bottom: 0;
        min-height: 32px
    }
    
    .ant-card-contain-tabs .ant-card-extra {
        padding-bottom: 0
    }
    
    .ant-card-cover>* {
        width: 100%;
        display: block
    }
    
    .ant-card-actions {
        border-top: 1px solid #e8e8e8;
        background: #fafafa;
        zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .ant-card-actions:after,
    .ant-card-actions:before {
        content: "";
        display: table
    }
    
    .ant-card-actions:after {
        clear: both
    }
    
    .ant-card-actions>li {
        float: left;
        text-align: center;
        margin: 12px 0;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-card-actions>li>span {
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
        line-height: 22px;
        min-width: 32px;
        position: relative
    }
    
    .ant-card-actions>li>span:hover {
        color: #00b0b9;
        transition: color .3s
    }
    
    .ant-card-actions>li>span>.anticon {
        font-size: 16px;
        line-height: 22px;
        display: block;
        width: 100%
    }
    
    .ant-card-actions>li>span a {
        color: rgba(0, 0, 0, .45);
        line-height: 22px;
        display: inline-block;
        width: 100%
    }
    
    .ant-card-actions>li>span a:hover {
        color: #00b0b9
    }
    
    .ant-card-actions>li:not(:last-child) {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-card-wider-padding .ant-card-head {
        padding: 0 32px
    }
    
    .ant-card-wider-padding .ant-card-body {
        padding: 24px 32px
    }
    
    .ant-card-padding-transition .ant-card-body,
    .ant-card-padding-transition .ant-card-head {
        transition: padding .3s
    }
    
    .ant-card-type-inner .ant-card-head {
        padding: 0 24px;
        background: #fafafa
    }
    
    .ant-card-type-inner .ant-card-head-title {
        padding: 12px 0;
        font-size: 14px
    }
    
    .ant-card-type-inner .ant-card-body {
        padding: 16px 24px
    }
    
    .ant-card-type-inner .ant-card-extra {
        padding: 13.5px 0
    }
    
    .ant-card-meta {
        margin: -4px 0;
        zoom: 1
    }
    
    .ant-card-meta:after,
    .ant-card-meta:before {
        content: "";
        display: table
    }
    
    .ant-card-meta:after {
        clear: both
    }
    
    .ant-card-meta-avatar {
        padding-right: 16px;
        float: left
    }
    
    .ant-card-meta-detail {
        overflow: hidden
    }
    
    .ant-card-meta-detail>div:not(:last-child) {
        margin-bottom: 8px
    }
    
    .ant-card-meta-title {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: rgba(0, 0, 0, .85);
        font-weight: 500
    }
    
    .ant-card-meta-description {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-card-loading .ant-card-body {
        user-select: none
    }
    
    .ant-card-loading-content p {
        margin: 0
    }
    
    .ant-card-loading-block {
        height: 14px;
        margin: 4px 0;
        border-radius: 2px;
        background: linear-gradient(90deg, rgba(207, 216, 220, .2), rgba(207, 216, 220, .4), rgba(207, 216, 220, .2));
        animation: card-loading 1.4s ease infinite;
        background-size: 600% 600%
    }
    
    @keyframes card-loading {
        0%,
        to {
            background-position: 0 50%
        }
        50% {
            background-position: 100% 50%
        }
    }
    
    .ant-carousel {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-carousel .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }
    
    .ant-carousel .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0
    }
    
    .ant-carousel .slick-list:focus {
        outline: none
    }
    
    .ant-carousel .slick-list.dragging {
        cursor: pointer
    }
    
    .ant-carousel .slick-slider .slick-list,
    .ant-carousel .slick-slider .slick-track {
        transform: translateZ(0)
    }
    
    .ant-carousel .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block
    }
    
    .ant-carousel .slick-track:after,
    .ant-carousel .slick-track:before {
        content: "";
        display: table
    }
    
    .ant-carousel .slick-track:after {
        clear: both
    }
    
    .slick-loading .ant-carousel .slick-track {
        visibility: hidden
    }
    
    .ant-carousel .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: none
    }
    
    [dir=rtl] .ant-carousel .slick-slide {
        float: right
    }
    
    .ant-carousel .slick-slide img {
        display: block
    }
    
    .ant-carousel .slick-slide.slick-loading img {
        display: none
    }
    
    .ant-carousel .slick-slide.dragging img {
        pointer-events: none
    }
    
    .ant-carousel .slick-initialized .slick-slide {
        display: block
    }
    
    .ant-carousel .slick-loading .slick-slide {
        visibility: hidden
    }
    
    .ant-carousel .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    
    .ant-carousel .slick-arrow.slick-hidden {
        display: none
    }
    
    .ant-carousel .slick-next,
    .ant-carousel .slick-prev {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        top: 50%;
        margin-top: -10px;
        padding: 0;
        border: 0
    }
    
    .ant-carousel .slick-next,
    .ant-carousel .slick-next:focus,
    .ant-carousel .slick-next:hover,
    .ant-carousel .slick-prev,
    .ant-carousel .slick-prev:focus,
    .ant-carousel .slick-prev:hover {
        background: transparent;
        color: transparent;
        outline: none
    }
    
    .ant-carousel .slick-next:focus:before,
    .ant-carousel .slick-next:hover:before,
    .ant-carousel .slick-prev:focus:before,
    .ant-carousel .slick-prev:hover:before {
        opacity: 1
    }
    
    .ant-carousel .slick-next.slick-disabled:before,
    .ant-carousel .slick-prev.slick-disabled:before {
        opacity: .25
    }
    
    .ant-carousel .slick-prev {
        left: -25px
    }
    
    .ant-carousel .slick-prev:before {
        content: "\2190"
    }
    
    .ant-carousel .slick-next {
        right: -25px
    }
    
    .ant-carousel .slick-next:before {
        content: "\2192"
    }
    
    .ant-carousel .slick-dots {
        position: absolute;
        bottom: 12px;
        list-style: none;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 3px
    }
    
    .ant-carousel .slick-dots li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0 2px;
        padding: 0
    }
    
    .ant-carousel .slick-dots li button {
        border: 0;
        cursor: pointer;
        background: #fff;
        opacity: .3;
        display: block;
        width: 16px;
        height: 3px;
        border-radius: 1px;
        outline: none;
        font-size: 0;
        color: transparent;
        transition: all .5s;
        padding: 0
    }
    
    .ant-carousel .slick-dots li button:focus,
    .ant-carousel .slick-dots li button:hover {
        opacity: .75
    }
    
    .ant-carousel .slick-dots li.slick-active button {
        background: #fff;
        opacity: 1;
        width: 24px
    }
    
    .ant-carousel .slick-dots li.slick-active button:focus,
    .ant-carousel .slick-dots li.slick-active button:hover {
        opacity: 1
    }
    
    .ant-carousel-vertical .slick-dots {
        width: 3px;
        bottom: auto;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        height: auto
    }
    
    .ant-carousel-vertical .slick-dots li {
        margin: 0 2px;
        vertical-align: baseline
    }
    
    .ant-carousel-vertical .slick-dots li button {
        width: 3px;
        height: 16px
    }
    
    .ant-carousel-vertical .slick-dots li.slick-active button {
        width: 3px;
        height: 24px
    }
    
    .ant-cascader {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-cascader-input.ant-input {
        background-color: transparent!important;
        cursor: pointer;
        width: 100%;
        position: static
    }
    
    .ant-cascader-picker-show-search .ant-cascader-input.ant-input {
        position: relative
    }
    
    .ant-cascader-picker {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        cursor: pointer;
        background-color: #fff;
        border-radius: 3px;
        outline: 0;
        transition: color .3s
    }
    
    .ant-cascader-picker-with-value .ant-cascader-picker-label {
        color: transparent
    }
    
    .ant-cascader-picker-disabled {
        cursor: not-allowed;
        background: #f5f5f5;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-cascader-picker-disabled .ant-cascader-input {
        cursor: not-allowed
    }
    
    .ant-cascader-picker:focus .ant-cascader-input {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-cascader-picker-show-search.ant-cascader-picker-focused {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-cascader-picker-label {
        position: absolute;
        left: 0;
        height: 20px;
        line-height: 20px;
        top: 50%;
        margin-top: -10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        padding: 0 12px
    }
    
    .ant-cascader-picker-clear {
        opacity: 0;
        position: absolute;
        right: 12px;
        z-index: 2;
        background: #fff;
        top: 50%;
        font-size: 12px;
        color: rgba(0, 0, 0, .25);
        width: 12px;
        height: 12px;
        margin-top: -6px;
        line-height: 12px;
        cursor: pointer;
        transition: color .3s ease, opacity .15s ease
    }
    
    .ant-cascader-picker-clear:hover {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-cascader-picker:hover .ant-cascader-picker-clear {
        opacity: 1
    }
    
    .ant-cascader-picker-arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 12px;
        font-size: 12px;
        margin-top: -6px;
        line-height: 12px;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-cascader-picker-arrow:before {
        transition: transform .2s
    }
    
    .ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
        transform: rotate(180deg)
    }
    
    .ant-cascader-picker-small .ant-cascader-picker-arrow,
    .ant-cascader-picker-small .ant-cascader-picker-clear {
        right: 8px
    }
    
    .ant-cascader-menus {
        font-size: 14px;
        background: #fff;
        position: absolute;
        z-index: 1050;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        white-space: nowrap
    }
    
    .ant-cascader-menus ol,
    .ant-cascader-menus ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .ant-cascader-menus-empty,
    .ant-cascader-menus-hidden {
        display: none
    }
    
    .ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft,
    .ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft {
        animation-name: antSlideUpIn
    }
    
    .ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft,
    .ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft {
        animation-name: antSlideDownIn
    }
    
    .ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
        animation-name: antSlideUpOut
    }
    
    .ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
        animation-name: antSlideDownOut
    }
    
    .ant-cascader-menu {
        display: inline-block;
        vertical-align: top;
        min-width: 111px;
        height: 180px;
        list-style: none;
        margin: 0;
        padding: 0;
        border-right: 1px solid #e8e8e8;
        overflow: auto
    }
    
    .ant-cascader-menu:first-child {
        border-radius: 3px 0 0 3px
    }
    
    .ant-cascader-menu:last-child {
        border-right-color: transparent;
        margin-right: -1px;
        border-radius: 0 3px 3px 0
    }
    
    .ant-cascader-menu:only-child {
        border-radius: 3px
    }
    
    .ant-cascader-menu-item {
        padding: 5px 12px;
        line-height: 22px;
        cursor: pointer;
        white-space: nowrap;
        transition: all .3s
    }
    
    .ant-cascader-menu-item:hover {
        background: #e1faf7
    }
    
    .ant-cascader-menu-item-disabled {
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-cascader-menu-item-disabled:hover {
        background: transparent
    }
    
    .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
    .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
        background: #f5f5f5;
        font-weight: 600
    }
    
    .ant-cascader-menu-item-expand {
        position: relative;
        padding-right: 24px
    }
    
    .ant-cascader-menu-item-expand:after {
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E61F";
        display: inline-block;
        font-size: 12px;
        font-size: 8px\9;
        transform: scale(.66666667) rotate(0deg);
        color: rgba(0, 0, 0, .45);
        position: absolute;
        right: 12px
    }
    
    :root .ant-cascader-menu-item-expand:after {
        font-size: 12px
    }
    
    .ant-cascader-menu-item-loading:after {
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E64D";
        animation: loadingCircle 1s infinite linear
    }
    
    .ant-cascader-menu-item .ant-cascader-menu-item-keyword {
        color: #f5222d
    }
    
    @keyframes antCheckboxEffect {
        0% {
            transform: scale(1);
            opacity: .5
        }
        to {
            transform: scale(1.6);
            opacity: 0
        }
    }
    
    .ant-checkbox {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        cursor: pointer;
        outline: none;
        display: inline-block;
        line-height: 1;
        position: relative;
        vertical-align: middle;
        top: -.09em
    }
    
    .ant-checkbox-input:focus+.ant-checkbox-inner,
    .ant-checkbox-wrapper:hover .ant-checkbox-inner,
    .ant-checkbox:hover .ant-checkbox-inner {
        border-color: #00b0b9
    }
    
    .ant-checkbox-checked:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        border: 1px solid #00b0b9;
        content: "";
        animation: antCheckboxEffect .36s ease-in-out;
        animation-fill-mode: both;
        visibility: hidden
    }
    
    .ant-checkbox-wrapper:hover .ant-checkbox:after,
    .ant-checkbox:hover:after {
        visibility: visible
    }
    
    .ant-checkbox-inner {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        background-color: #fff;
        transition: all .3s
    }
    
    .ant-checkbox-inner:after {
        transform: rotate(45deg) scale(0);
        position: absolute;
        left: 4.57142857px;
        top: 1.14285714px;
        display: table;
        width: 5.71428571px;
        height: 9.14285714px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .1s cubic-bezier(.71, -.46, .88, .6)
    }
    
    .ant-checkbox-input {
        position: absolute;
        left: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    
    .ant-checkbox-indeterminate .ant-checkbox-inner:after {
        content: " ";
        transform: scale(1);
        position: absolute;
        left: 2.42857143px;
        top: 5.92857143px;
        width: 9.14285714px;
        height: 1.14285714px
    }
    
    .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-checkbox-checked .ant-checkbox-inner:after {
        transform: rotate(45deg) scale(1);
        position: absolute;
        display: table;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
    }
    
    .ant-checkbox-checked .ant-checkbox-inner,
    .ant-checkbox-indeterminate .ant-checkbox-inner {
        background-color: #00b0b9;
        border-color: #00b0b9
    }
    
    .ant-checkbox-disabled {
        cursor: not-allowed
    }
    
    .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
        animation-name: none;
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-checkbox-disabled .ant-checkbox-input {
        cursor: not-allowed
    }
    
    .ant-checkbox-disabled .ant-checkbox-inner {
        border-color: #d9d9d9!important;
        background-color: #f5f5f5
    }
    
    .ant-checkbox-disabled .ant-checkbox-inner:after {
        animation-name: none;
        border-color: #f5f5f5
    }
    
    .ant-checkbox-disabled+span {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-checkbox-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: unset;
        cursor: pointer;
        display: inline-block
    }
    
    .ant-checkbox-wrapper+.ant-checkbox-wrapper {
        margin-left: 8px
    }
    
    .ant-checkbox+span,
    .ant-checkbox-wrapper+span {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-checkbox-group {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }
    
    .ant-checkbox-group-item {
        display: inline-block;
        margin-right: 8px
    }
    
    .ant-checkbox-group-item:last-child {
        margin-right: 0
    }
    
    .ant-checkbox-group-item+.ant-checkbox-group-item {
        margin-left: 0
    }
    
    .ant-collapse {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fafafa;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        border-bottom: 0
    }
    
    .ant-collapse>.ant-collapse-item {
        border-bottom: 1px solid #d9d9d9
    }
    
    .ant-collapse>.ant-collapse-item:last-child,
    .ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header {
        border-radius: 0 0 3px 3px
    }
    
    .ant-collapse>.ant-collapse-item>.ant-collapse-header {
        line-height: 22px;
        padding: 12px 0 12px 40px;
        color: rgba(0, 0, 0, .85);
        cursor: pointer;
        position: relative;
        transition: all .3s
    }
    
    .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(0);
        font-size: 12px;
        position: absolute;
        display: inline-block;
        line-height: 46px;
        vertical-align: top;
        transition: transform .24s;
        top: 0;
        left: 16px
    }
    
    .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow:before {
        display: block;
        font-family: anticon!important;
        content: "\E61F"
    }
    
    .ant-collapse>.ant-collapse-item>.ant-collapse-header:focus {
        outline: none
    }
    
    .ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header {
        padding-left: 12px
    }
    
    .ant-collapse-anim-active {
        transition: height .2s cubic-bezier(.215, .61, .355, 1)
    }
    
    .ant-collapse-content {
        overflow: hidden;
        color: #282828;
        background-color: #fff;
        border-top: 1px solid #d9d9d9
    }
    
    .ant-collapse-content>.ant-collapse-content-box {
        padding: 16px
    }
    
    .ant-collapse-content-inactive {
        display: none
    }
    
    .ant-collapse-item:last-child>.ant-collapse-content {
        border-radius: 0 0 3px 3px
    }
    
    .ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded=true] .arrow {
        transform: rotate(90deg)
    }
    
    .ant-collapse-borderless {
        background-color: #fff;
        border: 0
    }
    
    .ant-collapse-borderless>.ant-collapse-item {
        border-bottom: 1px solid #d9d9d9
    }
    
    .ant-collapse-borderless>.ant-collapse-item:last-child,
    .ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header {
        border-radius: 0
    }
    
    .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
        background-color: transparent;
        border-top: 0
    }
    
    .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
        padding-top: 4px
    }
    
    .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,
    .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow {
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-picker-container {
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: Neo Sans Pro, sans-serif;
        position: absolute;
        z-index: 1050
    }
    
    .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
    .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight,
    .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
    .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight {
        animation-name: antSlideDownIn
    }
    
    .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
    .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight,
    .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
    .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight {
        animation-name: antSlideUpIn
    }
    
    .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
    .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
        animation-name: antSlideDownOut
    }
    
    .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
    .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
        animation-name: antSlideUpOut
    }
    
    .ant-calendar-picker {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        outline: none;
        transition: opacity .3s
    }
    
    .ant-calendar-picker-input {
        outline: none
    }
    
    .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
        border-color: #00b0b9
    }
    
    .ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-calendar-picker-clear,
    .ant-calendar-picker-icon {
        position: absolute;
        width: 14px;
        height: 14px;
        right: 12px;
        top: 50%;
        margin-top: -7px;
        line-height: 14px;
        font-size: 12px;
        transition: all .3s;
        user-select: none
    }
    
    .ant-calendar-picker-clear {
        opacity: 0;
        z-index: 1;
        color: rgba(0, 0, 0, .25);
        background: #fff;
        pointer-events: none;
        cursor: pointer
    }
    
    .ant-calendar-picker-clear:hover {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-calendar-picker:hover .ant-calendar-picker-clear {
        opacity: 1;
        pointer-events: auto
    }
    
    .ant-calendar-picker-icon {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-picker-icon:after {
        content: "\E6BB";
        font-family: anticon;
        font-size: 14px;
        color: rgba(0, 0, 0, .25);
        display: inline-block;
        line-height: 1
    }
    
    .ant-calendar-picker-small .ant-calendar-picker-clear,
    .ant-calendar-picker-small .ant-calendar-picker-icon {
        right: 8px
    }
    
    .ant-calendar {
        position: relative;
        outline: none;
        width: 280px;
        border: 1px solid #fff;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        background-clip: padding-box;
        line-height: 20px
    }
    
    .ant-calendar-input-wrap {
        height: 34px;
        padding: 6px 10px;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-calendar-input {
        border: 0;
        width: 100%;
        cursor: auto;
        outline: 0;
        height: 22px;
        color: #282828;
        background: #fff
    }
    
    .ant-calendar-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-calendar-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-week-number {
        width: 286px
    }
    
    .ant-calendar-week-number-cell {
        text-align: center
    }
    
    .ant-calendar-header {
        height: 40px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-calendar-header a:hover {
        color: #20c4c7
    }
    
    .ant-calendar-header .ant-calendar-century-select,
    .ant-calendar-header .ant-calendar-decade-select,
    .ant-calendar-header .ant-calendar-month-select,
    .ant-calendar-header .ant-calendar-year-select {
        padding: 0 2px;
        font-weight: 500;
        display: inline-block;
        color: rgba(0, 0, 0, .85);
        line-height: 40px
    }
    
    .ant-calendar-header .ant-calendar-century-select-arrow,
    .ant-calendar-header .ant-calendar-decade-select-arrow,
    .ant-calendar-header .ant-calendar-month-select-arrow,
    .ant-calendar-header .ant-calendar-year-select-arrow {
        display: none
    }
    
    .ant-calendar-header .ant-calendar-next-century-btn,
    .ant-calendar-header .ant-calendar-next-decade-btn,
    .ant-calendar-header .ant-calendar-next-month-btn,
    .ant-calendar-header .ant-calendar-next-year-btn,
    .ant-calendar-header .ant-calendar-prev-century-btn,
    .ant-calendar-header .ant-calendar-prev-decade-btn,
    .ant-calendar-header .ant-calendar-prev-month-btn,
    .ant-calendar-header .ant-calendar-prev-year-btn {
        position: absolute;
        top: 0;
        color: rgba(0, 0, 0, .45);
        font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
        padding: 0 5px;
        font-size: 16px;
        display: inline-block;
        line-height: 40px
    }
    
    .ant-calendar-header .ant-calendar-prev-century-btn,
    .ant-calendar-header .ant-calendar-prev-decade-btn,
    .ant-calendar-header .ant-calendar-prev-year-btn {
        left: 7px
    }
    
    .ant-calendar-header .ant-calendar-prev-century-btn:after,
    .ant-calendar-header .ant-calendar-prev-decade-btn:after,
    .ant-calendar-header .ant-calendar-prev-year-btn:after {
        content: "\AB"
    }
    
    .ant-calendar-header .ant-calendar-next-century-btn,
    .ant-calendar-header .ant-calendar-next-decade-btn,
    .ant-calendar-header .ant-calendar-next-year-btn {
        right: 7px
    }
    
    .ant-calendar-header .ant-calendar-next-century-btn:after,
    .ant-calendar-header .ant-calendar-next-decade-btn:after,
    .ant-calendar-header .ant-calendar-next-year-btn:after {
        content: "\BB"
    }
    
    .ant-calendar-header .ant-calendar-prev-month-btn {
        left: 29px
    }
    
    .ant-calendar-header .ant-calendar-prev-month-btn:after {
        content: "\2039"
    }
    
    .ant-calendar-header .ant-calendar-next-month-btn {
        right: 29px
    }
    
    .ant-calendar-header .ant-calendar-next-month-btn:after {
        content: "\203A"
    }
    
    .ant-calendar-body {
        padding: 8px 12px
    }
    
    .ant-calendar table {
        border-collapse: collapse;
        max-width: 100%;
        background-color: transparent;
        width: 100%
    }
    
    .ant-calendar table,
    .ant-calendar td,
    .ant-calendar th {
        border: 0;
        text-align: center
    }
    
    .ant-calendar-calendar-table {
        border-spacing: 0;
        margin-bottom: 0
    }
    
    .ant-calendar-column-header {
        line-height: 18px;
        width: 33px;
        padding: 6px 0;
        text-align: center
    }
    
    .ant-calendar-column-header .ant-calendar-column-header-inner {
        display: block;
        font-weight: 400
    }
    
    .ant-calendar-week-number-header .ant-calendar-column-header-inner {
        display: none
    }
    
    .ant-calendar-cell {
        padding: 3px 0;
        height: 30px
    }
    
    .ant-calendar-date {
        display: block;
        margin: 0 auto;
        color: #282828;
        border-radius: 2px;
        width: 24px;
        height: 24px;
        line-height: 22px;
        border: 1px solid transparent;
        padding: 0;
        background: transparent;
        text-align: center;
        transition: background .3s ease
    }
    
    .ant-calendar-date-panel {
        position: relative
    }
    
    .ant-calendar-date:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-calendar-date:active {
        color: #fff;
        background: #20c4c7
    }
    
    .ant-calendar-today .ant-calendar-date {
        border-color: #00b0b9;
        font-weight: 700;
        color: #00b0b9
    }
    
    .ant-calendar-last-month-cell .ant-calendar-date,
    .ant-calendar-next-month-btn-day .ant-calendar-date {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-selected-day .ant-calendar-date {
        background: #cceff1
    }
    
    .ant-calendar-selected-date .ant-calendar-date,
    .ant-calendar-selected-end-date .ant-calendar-date,
    .ant-calendar-selected-start-date .ant-calendar-date {
        background: #00b0b9;
        color: #fff;
        border: 1px solid transparent
    }
    
    .ant-calendar-selected-date .ant-calendar-date:hover,
    .ant-calendar-selected-end-date .ant-calendar-date:hover,
    .ant-calendar-selected-start-date .ant-calendar-date:hover {
        background: #00b0b9
    }
    
    .ant-calendar-disabled-cell .ant-calendar-date {
        cursor: not-allowed;
        color: #bcbcbc;
        background: #f5f5f5;
        border-radius: 0;
        width: auto;
        border: 1px solid transparent
    }
    
    .ant-calendar-disabled-cell .ant-calendar-date:hover {
        background: #f5f5f5
    }
    
    .ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
        position: relative;
        margin-right: 5px;
        padding-left: 5px
    }
    
    .ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
        content: " ";
        position: absolute;
        top: -1px;
        left: 5px;
        width: 24px;
        height: 24px;
        border: 1px solid #bcbcbc;
        border-radius: 2px
    }
    
    .ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }
    
    .ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
    
    .ant-calendar-footer {
        border-top: 1px solid #e8e8e8;
        line-height: 38px;
        padding: 0 12px
    }
    
    .ant-calendar-footer:empty {
        border-top: 0
    }
    
    .ant-calendar-footer-btn {
        text-align: center;
        display: block
    }
    
    .ant-calendar-footer-extra+.ant-calendar-footer-btn {
        border-top: 1px solid #e8e8e8;
        margin: 0 -12px;
        padding: 0 12px
    }
    
    .ant-calendar .ant-calendar-clear-btn,
    .ant-calendar .ant-calendar-today-btn {
        display: inline-block;
        text-align: center;
        margin: 0 0 0 8px
    }
    
    .ant-calendar .ant-calendar-clear-btn-disabled,
    .ant-calendar .ant-calendar-today-btn-disabled {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-calendar .ant-calendar-clear-btn:only-child,
    .ant-calendar .ant-calendar-today-btn:only-child {
        margin: 0
    }
    
    .ant-calendar .ant-calendar-clear-btn {
        display: none;
        position: absolute;
        right: 5px;
        text-indent: -76px;
        overflow: hidden;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        top: 7px;
        margin: 0
    }
    
    .ant-calendar .ant-calendar-clear-btn:after {
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E62E";
        font-size: 14px;
        color: rgba(0, 0, 0, .25);
        display: inline-block;
        line-height: 1;
        width: 20px;
        text-indent: 43px;
        transition: color .3s ease
    }
    
    .ant-calendar .ant-calendar-clear-btn:hover:after {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-calendar .ant-calendar-ok-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 0 15px;
        height: 40px;
        user-select: none;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        position: relative;
        color: #fff;
        background-color: #00b0b9;
        border-color: #00b0b9;
        padding: 0 7px;
        font-size: 14px;
        border-radius: 3px;
        height: 24px;
        line-height: 22px
    }
    
    .ant-calendar .ant-calendar-ok-btn>.anticon {
        line-height: 1
    }
    
    .ant-calendar .ant-calendar-ok-btn,
    .ant-calendar .ant-calendar-ok-btn:active,
    .ant-calendar .ant-calendar-ok-btn:focus {
        outline: 0
    }
    
    .ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
        text-decoration: none
    }
    
    .ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
        outline: 0;
        transition: none
    }
    
    .ant-calendar .ant-calendar-ok-btn.disabled,
    .ant-calendar .ant-calendar-ok-btn[disabled] {
        cursor: not-allowed
    }
    
    .ant-calendar .ant-calendar-ok-btn.disabled>*,
    .ant-calendar .ant-calendar-ok-btn[disabled]>* {
        pointer-events: none
    }
    
    .ant-calendar .ant-calendar-ok-btn-lg {
        padding: 0 15px;
        font-size: 16px;
        border-radius: 3px;
        height: 50px
    }
    
    .ant-calendar .ant-calendar-ok-btn-sm {
        padding: 0 7px;
        font-size: 14px;
        border-radius: 3px;
        height: 24px
    }
    
    .ant-calendar .ant-calendar-ok-btn>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar .ant-calendar-ok-btn:focus,
    .ant-calendar .ant-calendar-ok-btn:hover {
        color: #fff;
        background-color: #20c4c7;
        border-color: #20c4c7
    }
    
    .ant-calendar .ant-calendar-ok-btn:focus>a:only-child,
    .ant-calendar .ant-calendar-ok-btn:hover>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn:focus>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar .ant-calendar-ok-btn.active,
    .ant-calendar .ant-calendar-ok-btn:active {
        color: #fff;
        background-color: #008894;
        border-color: #008894
    }
    
    .ant-calendar .ant-calendar-ok-btn.active>a:only-child,
    .ant-calendar .ant-calendar-ok-btn:active>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn.active>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn:active>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar .ant-calendar-ok-btn.disabled,
    .ant-calendar .ant-calendar-ok-btn.disabled.active,
    .ant-calendar .ant-calendar-ok-btn.disabled:active,
    .ant-calendar .ant-calendar-ok-btn.disabled:focus,
    .ant-calendar .ant-calendar-ok-btn.disabled:hover,
    .ant-calendar .ant-calendar-ok-btn[disabled],
    .ant-calendar .ant-calendar-ok-btn[disabled].active,
    .ant-calendar .ant-calendar-ok-btn[disabled]:active,
    .ant-calendar .ant-calendar-ok-btn[disabled]:focus,
    .ant-calendar .ant-calendar-ok-btn[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child,
    .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child,
    .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child,
    .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child,
    .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child,
    .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child,
    .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child,
    .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child,
    .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child,
    .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child:after,
    .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9;
        cursor: not-allowed
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child {
        color: currentColor
    }
    
    .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent
    }
    
    .ant-calendar-range-picker-input {
        background-color: transparent;
        border: 0;
        height: 99%;
        outline: 0;
        width: 44%;
        text-align: center
    }
    
    .ant-calendar-range-picker-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-calendar-range-picker-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-range-picker-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-range-picker-input[disabled] {
        cursor: not-allowed
    }
    
    .ant-calendar-range-picker-separator {
        color: rgba(0, 0, 0, .45);
        width: 10px;
        display: inline-block;
        height: 100%;
        vertical-align: top
    }
    
    .ant-calendar-range {
        width: 552px;
        overflow: hidden
    }
    
    .ant-calendar-range .ant-calendar-date-panel:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    
    .ant-calendar-range-part {
        width: 50%;
        position: relative
    }
    
    .ant-calendar-range-left {
        float: left
    }
    
    .ant-calendar-range-left .ant-calendar-time-picker-inner {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-calendar-range-right {
        float: right
    }
    
    .ant-calendar-range-right .ant-calendar-time-picker-inner {
        border-left: 1px solid #e8e8e8
    }
    
    .ant-calendar-range-middle {
        position: absolute;
        left: 50%;
        width: 20px;
        margin-left: -132px;
        text-align: center;
        height: 34px;
        line-height: 34px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-calendar-range-right .ant-calendar-date-input-wrap {
        margin-left: -118px
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
        margin-left: -12px
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
        margin-left: 0
    }
    
    .ant-calendar-range .ant-calendar-input-wrap {
        position: relative;
        height: 34px
    }
    
    .ant-calendar-range .ant-calendar-input,
    .ant-calendar-range .ant-calendar-time-picker-input {
        position: relative;
        display: inline-block;
        padding: 4px 11px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        transition: all .3s;
        height: 24px;
        border: 0;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0
    }
    
    .ant-calendar-range .ant-calendar-input::-moz-placeholder,
    .ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
    .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
    .ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-calendar-range .ant-calendar-input:hover,
    .ant-calendar-range .ant-calendar-time-picker-input:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-calendar-range .ant-calendar-input:focus,
    .ant-calendar-range .ant-calendar-time-picker-input:focus {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-calendar-range .ant-calendar-input-disabled,
    .ant-calendar-range .ant-calendar-time-picker-input-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-range .ant-calendar-input-disabled:hover,
    .ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    textarea.ant-calendar-range .ant-calendar-input,
    textarea.ant-calendar-range .ant-calendar-time-picker-input {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-calendar-range .ant-calendar-input-lg,
    .ant-calendar-range .ant-calendar-time-picker-input-lg {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-calendar-range .ant-calendar-input-sm,
    .ant-calendar-range .ant-calendar-time-picker-input-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-calendar-range .ant-calendar-input:focus,
    .ant-calendar-range .ant-calendar-time-picker-input:focus {
        box-shadow: none
    }
    
    .ant-calendar-range .ant-calendar-time-picker-icon {
        display: none
    }
    
    .ant-calendar-range.ant-calendar-week-number {
        width: 574px
    }
    
    .ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
        width: 286px
    }
    
    .ant-calendar-range .ant-calendar-decade-panel,
    .ant-calendar-range .ant-calendar-month-panel,
    .ant-calendar-range .ant-calendar-year-panel {
        top: 34px
    }
    
    .ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
        top: 0
    }
    
    .ant-calendar-range .ant-calendar-decade-panel-table,
    .ant-calendar-range .ant-calendar-month-panel-table,
    .ant-calendar-range .ant-calendar-year-panel-table {
        height: 208px
    }
    
    .ant-calendar-range .ant-calendar-in-range-cell {
        border-radius: 0;
        position: relative
    }
    
    .ant-calendar-range .ant-calendar-in-range-cell>div {
        position: relative;
        z-index: 1
    }
    
    .ant-calendar-range .ant-calendar-in-range-cell:before {
        content: "";
        display: block;
        background: #e1faf7;
        border-radius: 0;
        border: 0;
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 0;
        right: 0
    }
    
    div.ant-calendar-range-quick-selector {
        text-align: left
    }
    
    div.ant-calendar-range-quick-selector>a {
        margin-right: 8px
    }
    
    .ant-calendar-range .ant-calendar-header,
    .ant-calendar-range .ant-calendar-month-panel-header,
    .ant-calendar-range .ant-calendar-year-panel-header {
        border-bottom: 0
    }
    
    .ant-calendar-range .ant-calendar-body,
    .ant-calendar-range .ant-calendar-month-panel-body,
    .ant-calendar-range .ant-calendar-year-panel-body {
        border-top: 1px solid #e8e8e8
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
        height: 207px;
        width: 100%;
        top: 68px;
        z-index: 2
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
        height: 267px;
        margin-top: -34px
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
        padding-top: 40px;
        height: 100%;
        background: none
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
        display: inline-block;
        height: 100%;
        background-color: #fff;
        border-top: 1px solid #e8e8e8
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
        height: 100%
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
        max-height: 100%
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
        margin-right: 8px
    }
    
    .ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
        margin: 8px 12px;
        height: 22px;
        line-height: 22px
    }
    
    .ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
        height: 233px
    }
    
    .ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
        border-top-color: transparent
    }
    
    .ant-calendar-time-picker {
        position: absolute;
        width: 100%;
        top: 40px;
        background-color: #fff
    }
    
    .ant-calendar-time-picker-panel {
        z-index: 1050;
        position: absolute;
        width: 100%
    }
    
    .ant-calendar-time-picker-inner {
        display: inline-block;
        position: relative;
        outline: none;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        line-height: 1.5;
        overflow: hidden;
        width: 100%
    }
    
    .ant-calendar-time-picker-column-1,
    .ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select,
    .ant-calendar-time-picker-combobox {
        width: 100%
    }
    
    .ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
        width: 50%
    }
    
    .ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
        width: 33.33%
    }
    
    .ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
        width: 25%
    }
    
    .ant-calendar-time-picker-input-wrap {
        display: none
    }
    
    .ant-calendar-time-picker-select {
        float: left;
        font-size: 14px;
        border-right: 1px solid #e8e8e8;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        height: 226px
    }
    
    .ant-calendar-time-picker-select:hover {
        overflow-y: auto
    }
    
    .ant-calendar-time-picker-select:first-child {
        border-left: 0;
        margin-left: 0
    }
    
    .ant-calendar-time-picker-select:last-child {
        border-right: 0
    }
    
    .ant-calendar-time-picker-select ul {
        list-style: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 206px
    }
    
    .ant-calendar-time-picker-select li {
        padding-left: 32px;
        list-style: none;
        box-sizing: content-box;
        margin: 0;
        width: 100%;
        height: 24px;
        line-height: 24px;
        cursor: pointer;
        user-select: none;
        transition: background .3s ease
    }
    
    .ant-calendar-time-picker-select li:last-child:after {
        content: "";
        height: 202px;
        display: block
    }
    
    .ant-calendar-time-picker-select li:hover {
        background: #e1faf7
    }
    
    li.ant-calendar-time-picker-select-option-selected {
        background: #f5f5f5;
        font-weight: 700
    }
    
    li.ant-calendar-time-picker-select-option-disabled {
        color: rgba(0, 0, 0, .25)
    }
    
    li.ant-calendar-time-picker-select-option-disabled:hover {
        background: transparent;
        cursor: not-allowed
    }
    
    .ant-calendar-time .ant-calendar-day-select {
        padding: 0 2px;
        font-weight: 500;
        display: inline-block;
        color: rgba(0, 0, 0, .85);
        line-height: 34px
    }
    
    .ant-calendar-time .ant-calendar-footer {
        position: relative;
        height: auto
    }
    
    .ant-calendar-time .ant-calendar-footer-btn {
        text-align: right
    }
    
    .ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
        float: left;
        margin: 0
    }
    
    .ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
        display: inline-block;
        margin-right: 8px
    }
    
    .ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-month-panel {
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        border-radius: 3px;
        background: #fff;
        outline: none
    }
    
    .ant-calendar-month-panel>div {
        height: 100%
    }
    
    .ant-calendar-month-panel-hidden {
        display: none
    }
    
    .ant-calendar-month-panel-header {
        height: 40px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-calendar-month-panel-header a:hover {
        color: #20c4c7
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select {
        padding: 0 2px;
        font-weight: 500;
        display: inline-block;
        color: rgba(0, 0, 0, .85);
        line-height: 40px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow {
        display: none
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
        position: absolute;
        top: 0;
        color: rgba(0, 0, 0, .45);
        font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
        padding: 0 5px;
        font-size: 16px;
        display: inline-block;
        line-height: 40px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
        left: 7px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
        content: "\AB"
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
        right: 7px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
        content: "\BB"
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
        left: 29px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
        content: "\2039"
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
        right: 29px
    }
    
    .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
        content: "\203A"
    }
    
    .ant-calendar-month-panel-body {
        height: calc(100% - 40px)
    }
    
    .ant-calendar-month-panel-table {
        table-layout: fixed;
        width: 100%;
        height: 100%;
        border-collapse: separate
    }
    
    .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,
    .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-calendar-month-panel-cell {
        text-align: center
    }
    
    .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
    .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
        cursor: not-allowed;
        color: #bcbcbc;
        background: #f5f5f5
    }
    
    .ant-calendar-month-panel-month {
        display: inline-block;
        margin: 0 auto;
        color: #282828;
        background: transparent;
        text-align: center;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        border-radius: 2px;
        transition: background .3s ease
    }
    
    .ant-calendar-month-panel-month:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-calendar-year-panel {
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        border-radius: 3px;
        background: #fff;
        outline: none
    }
    
    .ant-calendar-year-panel>div {
        height: 100%
    }
    
    .ant-calendar-year-panel-hidden {
        display: none
    }
    
    .ant-calendar-year-panel-header {
        height: 40px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-calendar-year-panel-header a:hover {
        color: #20c4c7
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select {
        padding: 0 2px;
        font-weight: 500;
        display: inline-block;
        color: rgba(0, 0, 0, .85);
        line-height: 40px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow {
        display: none
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
        position: absolute;
        top: 0;
        color: rgba(0, 0, 0, .45);
        font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
        padding: 0 5px;
        font-size: 16px;
        display: inline-block;
        line-height: 40px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
        left: 7px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
        content: "\AB"
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
        right: 7px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
        content: "\BB"
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
        left: 29px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
        content: "\2039"
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
        right: 29px
    }
    
    .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
        content: "\203A"
    }
    
    .ant-calendar-year-panel-body {
        height: calc(100% - 40px)
    }
    
    .ant-calendar-year-panel-table {
        table-layout: fixed;
        width: 100%;
        height: 100%;
        border-collapse: separate
    }
    
    .ant-calendar-year-panel-cell {
        text-align: center
    }
    
    .ant-calendar-year-panel-year {
        display: inline-block;
        margin: 0 auto;
        color: #282828;
        background: transparent;
        text-align: center;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        border-radius: 2px;
        transition: background .3s ease
    }
    
    .ant-calendar-year-panel-year:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,
    .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
    .ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
        user-select: none;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-decade-panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        border-radius: 3px;
        outline: none
    }
    
    .ant-calendar-decade-panel-hidden {
        display: none
    }
    
    .ant-calendar-decade-panel-header {
        height: 40px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-calendar-decade-panel-header a:hover {
        color: #20c4c7
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select {
        padding: 0 2px;
        font-weight: 500;
        display: inline-block;
        color: rgba(0, 0, 0, .85);
        line-height: 40px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow {
        display: none
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
        position: absolute;
        top: 0;
        color: rgba(0, 0, 0, .45);
        font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
        padding: 0 5px;
        font-size: 16px;
        display: inline-block;
        line-height: 40px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
        left: 7px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
        content: "\AB"
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
        right: 7px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
        content: "\BB"
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
        left: 29px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
        content: "\2039"
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
        right: 29px
    }
    
    .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
        content: "\203A"
    }
    
    .ant-calendar-decade-panel-body {
        height: calc(100% - 40px)
    }
    
    .ant-calendar-decade-panel-table {
        table-layout: fixed;
        width: 100%;
        height: 100%;
        border-collapse: separate
    }
    
    .ant-calendar-decade-panel-cell {
        text-align: center;
        white-space: nowrap
    }
    
    .ant-calendar-decade-panel-decade {
        display: inline-block;
        margin: 0 auto;
        color: #282828;
        background: transparent;
        text-align: center;
        height: 24px;
        line-height: 24px;
        padding: 0 6px;
        border-radius: 2px;
        transition: background .3s ease
    }
    
    .ant-calendar-decade-panel-decade:hover {
        background: #e1faf7;
        cursor: pointer
    }
    
    .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade,
    .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
    .ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
        user-select: none;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-calendar-month .ant-calendar-month-header-wrap {
        position: relative;
        height: 288px
    }
    
    .ant-calendar-month .ant-calendar-month-panel,
    .ant-calendar-month .ant-calendar-year-panel {
        top: 0;
        height: 100%
    }
    
    .ant-calendar-week-number-cell {
        opacity: .5
    }
    
    .ant-calendar-week-number .ant-calendar-body tr {
        transition: all .3s;
        cursor: pointer
    }
    
    .ant-calendar-week-number .ant-calendar-body tr:hover {
        background: #e1faf7
    }
    
    .ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
        background: #98ede6;
        font-weight: 700
    }
    
    .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
    .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
        background: transparent;
        color: #282828
    }
    
    .ant-divider {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #e8e8e8
    }
    
    .ant-divider,
    .ant-divider-vertical {
        margin: 0 8px;
        display: inline-block;
        height: .9em;
        width: 1px;
        vertical-align: middle;
        position: relative;
        top: -.06em
    }
    
    .ant-divider-horizontal {
        display: block;
        height: 1px;
        width: 100%;
        margin: 24px 0;
        clear: both
    }
    
    .ant-divider-horizontal.ant-divider-with-text,
    .ant-divider-horizontal.ant-divider-with-text-left,
    .ant-divider-horizontal.ant-divider-with-text-right {
        display: table;
        white-space: nowrap;
        text-align: center;
        background: transparent;
        font-weight: 500;
        color: rgba(0, 0, 0, .85);
        font-size: 16px;
        margin: 16px 0
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left:after,
    .ant-divider-horizontal.ant-divider-with-text-left:before,
    .ant-divider-horizontal.ant-divider-with-text-right:after,
    .ant-divider-horizontal.ant-divider-with-text-right:before,
    .ant-divider-horizontal.ant-divider-with-text:after,
    .ant-divider-horizontal.ant-divider-with-text:before {
        content: "";
        display: table-cell;
        position: relative;
        top: 50%;
        width: 50%;
        border-top: 1px solid #e8e8e8;
        transform: translateY(50%)
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
    .ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
        display: inline-block;
        padding: 0 10px
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left:before {
        top: 50%;
        width: 5%
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left:after,
    .ant-divider-horizontal.ant-divider-with-text-right:before {
        top: 50%;
        width: 95%
    }
    
    .ant-divider-horizontal.ant-divider-with-text-right:after {
        top: 50%;
        width: 5%
    }
    
    .ant-divider-inner-text {
        display: inline-block;
        padding: 0 24px
    }
    
    .ant-divider-dashed {
        background: none;
        border-top: 1px dashed #e8e8e8
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
    .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed,
    .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
        border-top: 0
    }
    
    .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,
    .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,
    .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,
    .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,
    .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
    .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before {
        border-style: dashed none none
    }
    
    .ant-drawer {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1000
    }
    
    .ant-drawer,
    .ant-drawer>* {
        transition: transform .3s cubic-bezier(.78, .14, .15, .86)
    }
    
    .ant-drawer-content-wrapper {
        position: absolute
    }
    
    .ant-drawer-left .ant-drawer-content,
    .ant-drawer-left .ant-drawer-content-wrapper,
    .ant-drawer-right .ant-drawer-content,
    .ant-drawer-right .ant-drawer-content-wrapper {
        height: 100%
    }
    
    .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
        box-shadow: 2px 0 8px rgba(0, 0, 0, .15)
    }
    
    .ant-drawer-right .ant-drawer-content-wrapper {
        right: 0
    }
    
    .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
        box-shadow: -2px 0 8px rgba(0, 0, 0, .15)
    }
    
    .ant-drawer.ant-drawer-open>* {
        pointer-events: auto
    }
    
    .ant-drawer.ant-drawer-open .ant-drawer-mask {
        opacity: .3
    }
    
    .ant-drawer-title {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-drawer-content {
        position: relative;
        background-color: #fff;
        border: 0;
        background-clip: padding-box;
        z-index: 1
    }
    
    .ant-drawer-close {
        cursor: pointer;
        border: 0;
        background: transparent;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: color .3s;
        color: rgba(0, 0, 0, .45);
        outline: 0;
        padding: 0
    }
    
    .ant-drawer-close-x {
        display: block;
        font-style: normal;
        text-align: center;
        text-transform: none;
        text-rendering: auto;
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 16px
    }
    
    .ant-drawer-close-x:before {
        content: "\E633";
        display: block;
        font-family: anticon!important
    }
    
    .ant-drawer-close:focus,
    .ant-drawer-close:hover {
        color: #444;
        text-decoration: none
    }
    
    .ant-drawer-header {
        padding: 16px 24px;
        border-radius: 3px 3px 0 0;
        background: #fff;
        color: #282828;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-drawer-body {
        padding: 24px;
        font-size: 14px;
        line-height: 20px;
        word-wrap: break-word
    }
    
    .ant-drawer-mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, .65);
        height: 100%;
        transition: opacity .3s cubic-bezier(.78, .14, .15, .86);
        filter: alpha(opacity=50)
    }
    
    .ant-drawer-open {
        overflow: hidden
    }
    
    .ant-drawer-open-content {
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
    }
    
    .ant-dropdown {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: -9999px;
        top: -9999px;
        z-index: 1050;
        display: block
    }
    
    .ant-dropdown-wrap {
        position: relative
    }
    
    .ant-dropdown-wrap .ant-btn>.anticon-down {
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg)
    }
    
    :root .ant-dropdown-wrap .ant-btn>.anticon-down {
        font-size: 12px
    }
    
    .ant-dropdown-wrap .anticon-down:before {
        transition: transform .2s
    }
    
    .ant-dropdown-wrap-open .anticon-down:before {
        transform: rotate(180deg)
    }
    
    .ant-dropdown-hidden,
    .ant-dropdown-menu-hidden {
        display: none
    }
    
    .ant-dropdown-menu {
        outline: none;
        position: relative;
        list-style-type: none;
        padding: 4px 0;
        margin: 0;
        text-align: left;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        background-clip: padding-box
    }
    
    .ant-dropdown-menu-item-group-title {
        color: rgba(0, 0, 0, .45);
        padding: 5px 12px;
        transition: all .3s
    }
    
    .ant-dropdown-menu-submenu-popup {
        position: absolute;
        z-index: 1050
    }
    
    .ant-dropdown-menu-item,
    .ant-dropdown-menu-submenu-title {
        padding: 5px 12px;
        margin: 0;
        clear: both;
        font-size: 14px;
        font-weight: 400;
        color: #282828;
        white-space: nowrap;
        cursor: pointer;
        transition: all .3s;
        line-height: 22px
    }
    
    .ant-dropdown-menu-item>.anticon:first-child,
    .ant-dropdown-menu-submenu-title>.anticon:first-child {
        min-width: 12px;
        margin-right: 8px
    }
    
    .ant-dropdown-menu-item>a,
    .ant-dropdown-menu-submenu-title>a {
        color: #282828;
        display: block;
        padding: 5px 12px;
        margin: -5px -12px;
        transition: all .3s
    }
    
    .ant-dropdown-menu-item>a:focus,
    .ant-dropdown-menu-submenu-title>a:focus {
        text-decoration: none
    }
    
    .ant-dropdown-menu-item-selected,
    .ant-dropdown-menu-item-selected>a,
    .ant-dropdown-menu-submenu-title-selected,
    .ant-dropdown-menu-submenu-title-selected>a {
        color: #00b0b9;
        background-color: #e1faf7
    }
    
    .ant-dropdown-menu-item:hover,
    .ant-dropdown-menu-submenu-title:hover {
        background-color: #e1faf7
    }
    
    .ant-dropdown-menu-item-disabled,
    .ant-dropdown-menu-submenu-title-disabled {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-dropdown-menu-item-disabled:hover,
    .ant-dropdown-menu-submenu-title-disabled:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #fff;
        cursor: not-allowed
    }
    
    .ant-dropdown-menu-item-divider,
    .ant-dropdown-menu-submenu-title-divider {
        height: 1px;
        overflow: hidden;
        background-color: #e8e8e8;
        line-height: 0;
        margin: 4px 0
    }
    
    .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
    .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
        position: absolute;
        right: 8px
    }
    
    .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
    .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
        font-family: anticon!important;
        font-style: normal;
        content: "\E61F";
        color: rgba(0, 0, 0, .45);
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg)
    }
    
    :root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
    :root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
        font-size: 12px
    }
    
    .ant-dropdown-menu-submenu-title {
        padding-right: 26px
    }
    
    .ant-dropdown-menu-submenu-vertical {
        position: relative
    }
    
    .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
        top: 0;
        left: 100%;
        position: absolute;
        min-width: 100%;
        margin-left: 4px;
        transform-origin: 0 0
    }
    
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
    .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
    .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,
    .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
    .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
    .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight {
        animation-name: antSlideUpIn
    }
    
    .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
    .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
    .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,
    .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
    .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
    .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight {
        animation-name: antSlideDownIn
    }
    
    .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
    .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
    .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
        animation-name: antSlideUpOut
    }
    
    .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
    .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
    .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
        animation-name: antSlideDownOut
    }
    
    .ant-dropdown-link .anticon-down,
    .ant-dropdown-trigger .anticon-down {
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg)
    }
    
    :root .ant-dropdown-link .anticon-down,
    :root .ant-dropdown-trigger .anticon-down {
        font-size: 12px
    }
    
    .ant-dropdown-link .anticon-ellipsis,
    .ant-dropdown-trigger .anticon-ellipsis {
        text-shadow: 0 0 currentColor
    }
    
    .ant-dropdown-button {
        white-space: nowrap
    }
    
    .ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child) {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-dropdown-button .anticon-down {
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg)
    }
    
    :root .ant-dropdown-button .anticon-down {
        font-size: 12px
    }
    
    .ant-dropdown-menu-dark,
    .ant-dropdown-menu-dark .ant-dropdown-menu {
        background: #001529
    }
    
    .ant-dropdown-menu-dark .ant-dropdown-menu-item,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item>a,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,
    .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
    .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
        color: hsla(0, 0%, 100%, .65)
    }
    
    .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,
    .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover {
        color: #fff;
        background: transparent
    }
    
    .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
    .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a {
        background: #00b0b9;
        color: #fff
    }
    
    .ant-form {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-form legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: inherit;
        color: rgba(0, 0, 0, .45);
        border: 0;
        border-bottom: 1px solid #d9d9d9
    }
    
    .ant-form label {
        font-size: 14px
    }
    
    .ant-form input[type=search] {
        box-sizing: border-box
    }
    
    .ant-form input[type=checkbox],
    .ant-form input[type=radio] {
        line-height: normal
    }
    
    .ant-form input[type=file] {
        display: block
    }
    
    .ant-form input[type=range] {
        display: block;
        width: 100%
    }
    
    .ant-form select[multiple],
    .ant-form select[size] {
        height: auto
    }
    
    .ant-form input[type=checkbox]:focus,
    .ant-form input[type=file]:focus,
    .ant-form input[type=radio]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }
    
    .ant-form output {
        display: block;
        padding-top: 15px;
        font-size: 14px;
        line-height: 20px;
        color: #282828
    }
    
    .ant-form-item-required:before {
        display: inline-block;
        margin-right: 4px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 14px;
        color: #f5222d
    }
    
    .ant-form-hide-required-mark .ant-form-item-required:before {
        display: none
    }
    
    .ant-checkbox-inline.disabled,
    .ant-checkbox-vertical.disabled,
    .ant-checkbox.disabled label,
    .ant-radio-inline.disabled,
    .ant-radio-vertical.disabled,
    .ant-radio.disabled label,
    input[type=checkbox].disabled,
    input[type=checkbox][disabled],
    input[type=radio].disabled,
    input[type=radio][disabled] {
        cursor: not-allowed
    }
    
    .ant-form-item {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 24px;
        vertical-align: top
    }
    
    .ant-form-item label {
        position: relative
    }
    
    .ant-form-item label>.anticon {
        vertical-align: top;
        font-size: 14px
    }
    
    .ant-form-item-control>.ant-form-item:last-child,
    .ant-form-item [class^=ant-col-]>.ant-form-item:only-child {
        margin-bottom: -24px
    }
    
    .ant-form-item-control {
        line-height: 47.9999px;
        position: relative;
        zoom: 1
    }
    
    .ant-form-item-control:after,
    .ant-form-item-control:before {
        content: "";
        display: table
    }
    
    .ant-form-item-control:after {
        clear: both
    }
    
    .ant-form-item-children {
        position: relative
    }
    
    .ant-form-item-with-help {
        margin-bottom: -254px
    }
    
    .ant-form-item-label {
        text-align: right;
        vertical-align: middle;
        line-height: 47.9999px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap
    }
    
    .ant-form-item-label label {
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-form-item-label label:after {
        content: ":";
        margin: 0 8px 0 2px;
        position: relative;
        top: -.5px
    }
    
    .ant-form-item .ant-switch {
        margin: 2px 0 4px
    }
    
    .ant-form-item-no-colon .ant-form-item-label label:after {
        content: " "
    }
    
    .ant-form-explain,
    .ant-form-extra {
        color: rgba(0, 0, 0, .45);
        line-height: 20px;
        transition: color .3s cubic-bezier(.215, .61, .355, 1);
        margin-top: -2px;
        clear: both
    }
    
    .ant-form-extra {
        padding-top: 4px
    }
    
    .ant-form-text {
        display: inline-block;
        padding-right: 8px
    }
    
    .ant-form-split {
        display: block;
        text-align: center
    }
    
    form .has-feedback .ant-input {
        padding-right: 24px
    }
    
    form .has-feedback:not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
    form .has-feedback:not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,
    form .has-feedback>.ant-select .ant-select-arrow,
    form .has-feedback>.ant-select .ant-select-selection__clear {
        right: 28px
    }
    
    form .has-feedback:not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
    form .has-feedback>.ant-select .ant-select-selection-selected-value {
        padding-right: 42px
    }
    
    form .has-feedback .ant-cascader-picker-arrow {
        margin-right: 17px
    }
    
    form .has-feedback .ant-calendar-picker-clear,
    form .has-feedback .ant-calendar-picker-icon,
    form .has-feedback .ant-cascader-picker-clear,
    form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,
    form .has-feedback .ant-time-picker-clear,
    form .has-feedback .ant-time-picker-icon {
        right: 28px
    }
    
    form textarea.ant-input {
        height: auto
    }
    
    form .ant-upload {
        background: transparent
    }
    
    form input[type=checkbox],
    form input[type=radio] {
        width: 14px;
        height: 14px
    }
    
    form .ant-checkbox-inline,
    form .ant-radio-inline {
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        cursor: pointer;
        margin-left: 8px
    }
    
    form .ant-checkbox-inline:first-child,
    form .ant-radio-inline:first-child {
        margin-left: 0
    }
    
    form .ant-checkbox-vertical,
    form .ant-radio-vertical {
        display: block
    }
    
    form .ant-checkbox-vertical+.ant-checkbox-vertical,
    form .ant-radio-vertical+.ant-radio-vertical {
        margin-left: 0
    }
    
    form .ant-input-number+.ant-form-text {
        margin-left: 8px
    }
    
    form .ant-input-number-handler-wrap {
        z-index: 2
    }
    
    form .ant-cascader-picker,
    form .ant-select {
        width: 100%
    }
    
    form .ant-input-group .ant-cascader-picker,
    form .ant-input-group .ant-select {
        width: auto
    }
    
    form .ant-input-group-wrapper,
    form:not(.ant-input-group-wrapper)>.ant-input-group {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px
    }
    
    .ant-input-group-wrap .ant-select-selection {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    
    .ant-input-group-wrap .ant-select-selection:hover {
        border-color: #d9d9d9
    }
    
    .ant-input-group-wrap .ant-select-selection--single {
        margin-left: -1px;
        height: 48px;
        background-color: #eee
    }
    
    .ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
        padding-left: 8px;
        padding-right: 25px;
        line-height: 30px
    }
    
    .ant-input-group-wrap .ant-select-open .ant-select-selection {
        border-color: #d9d9d9;
        box-shadow: none
    }
    
    .ant-col-24.ant-form-item-label,
    .ant-col-xl-24.ant-form-item-label,
    .ant-form-vertical .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        display: block;
        text-align: left;
        line-height: 20px
    }
    
    .ant-col-24.ant-form-item-label label:after,
    .ant-col-xl-24.ant-form-item-label label:after,
    .ant-form-vertical .ant-form-item-label label:after {
        display: none
    }
    
    .ant-form-vertical .ant-form-item {
        padding-bottom: 8px
    }
    
    .ant-form-vertical .ant-form-item-control {
        line-height: 20px
    }
    
    .ant-form-vertical .ant-form-explain,
    .ant-form-vertical .ant-form-extra {
        margin-top: 2px;
        margin-bottom: -4px
    }
    
    @media (max-width:575px) {
        .ant-form-item-control-wrapper,
        .ant-form-item-label {
            display: block;
            width: 100%
        }
        .ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-form-item-label label:after {
            display: none
        }
        .ant-col-xs-24.ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-col-xs-24.ant-form-item-label label:after {
            display: none
        }
    }
    
    @media (max-width:767px) {
        .ant-col-sm-24.ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-col-sm-24.ant-form-item-label label:after {
            display: none
        }
    }
    
    @media (max-width:991px) {
        .ant-col-md-24.ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-col-md-24.ant-form-item-label label:after {
            display: none
        }
    }
    
    @media (max-width:1199px) {
        .ant-col-lg-24.ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-col-lg-24.ant-form-item-label label:after {
            display: none
        }
    }
    
    @media (max-width:1599px) {
        .ant-col-xl-24.ant-form-item-label {
            padding: 0 0 8px;
            margin: 0;
            display: block;
            text-align: left;
            line-height: 20px
        }
        .ant-col-xl-24.ant-form-item-label label:after {
            display: none
        }
    }
    
    .ant-form-inline .ant-form-item {
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 0
    }
    
    .ant-form-inline .ant-form-item-with-help {
        margin-bottom: 24px
    }
    
    .ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,
    .ant-form-inline .ant-form-item>.ant-form-item-label {
        display: inline-block;
        vertical-align: middle
    }
    
    .ant-form-inline .ant-form-text,
    .ant-form-inline .has-feedback {
        display: inline-block
    }
    
    .ant-form-inline .ant-form-explain {
        position: absolute
    }
    
    .has-error.has-feedback .ant-form-item-children:after,
    .has-success.has-feedback .ant-form-item-children:after,
    .has-warning.has-feedback .ant-form-item-children:after,
    .is-validating.has-feedback .ant-form-item-children:after {
        position: absolute;
        top: 50%;
        right: 0;
        visibility: visible;
        pointer-events: none;
        width: 40px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        text-align: center;
        font-size: 14px;
        animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        z-index: 1
    }
    
    .has-success.has-feedback .ant-form-item-children:after {
        animation-name: diffZoomIn1!important;
        content: "\E630";
        color: #52c41a
    }
    
    .has-warning .ant-form-explain,
    .has-warning .ant-form-split {
        color: #faad14
    }
    
    .has-warning .ant-input,
    .has-warning .ant-input:hover {
        border-color: #faad14
    }
    
    .has-warning .ant-input:focus {
        border-color: #ffc53d;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
        border-right-width: 1px!important
    }
    
    .has-warning .ant-input:not([disabled]):hover {
        border-color: #faad14
    }
    
    .has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
        border-color: #ffc53d;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
        border-right-width: 1px!important
    }
    
    .has-warning .ant-input-prefix {
        color: #faad14
    }
    
    .has-warning .ant-input-group-addon {
        color: #faad14;
        border-color: #faad14;
        background-color: #fff
    }
    
    .has-warning .has-feedback {
        color: #faad14
    }
    
    .has-warning.has-feedback .ant-form-item-children:after {
        content: "\E62C";
        color: #faad14;
        animation-name: diffZoomIn3!important
    }
    
    .has-warning .ant-select-selection {
        border-color: #faad14
    }
    
    .has-warning .ant-select-focused .ant-select-selection,
    .has-warning .ant-select-open .ant-select-selection {
        border-color: #ffc53d;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
        border-right-width: 1px!important
    }
    
    .has-warning .ant-calendar-picker-icon:after,
    .has-warning .ant-cascader-picker-arrow,
    .has-warning .ant-picker-icon:after,
    .has-warning .ant-select-arrow,
    .has-warning .ant-time-picker-icon:after {
        color: #faad14
    }
    
    .has-warning .ant-input-number,
    .has-warning .ant-time-picker-input {
        border-color: #faad14
    }
    
    .has-warning .ant-input-number-focused,
    .has-warning .ant-input-number:focus,
    .has-warning .ant-time-picker-input-focused,
    .has-warning .ant-time-picker-input:focus {
        border-color: #ffc53d;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
        border-right-width: 1px!important
    }
    
    .has-warning .ant-input-number:not([disabled]):hover,
    .has-warning .ant-time-picker-input:not([disabled]):hover {
        border-color: #faad14
    }
    
    .has-warning .ant-cascader-picker:focus .ant-cascader-input {
        border-color: #ffc53d;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
        border-right-width: 1px!important
    }
    
    .has-error .ant-form-explain,
    .has-error .ant-form-split {
        color: #f5222d
    }
    
    .has-error .ant-input,
    .has-error .ant-input:hover {
        border-color: #f5222d
    }
    
    .has-error .ant-input:focus {
        border-color: #ff4d4f;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
        border-right-width: 1px!important
    }
    
    .has-error .ant-input:not([disabled]):hover {
        border-color: #f5222d
    }
    
    .has-error .ant-calendar-picker-open .ant-calendar-picker-input {
        border-color: #ff4d4f;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
        border-right-width: 1px!important
    }
    
    .has-error .ant-input-prefix {
        color: #f5222d
    }
    
    .has-error .ant-input-group-addon {
        color: #f5222d;
        border-color: #f5222d;
        background-color: #fff
    }
    
    .has-error .has-feedback {
        color: #f5222d
    }
    
    .has-error.has-feedback .ant-form-item-children:after {
        content: "\E62E";
        color: #f5222d;
        animation-name: diffZoomIn2!important
    }
    
    .has-error .ant-select-selection {
        border-color: #f5222d
    }
    
    .has-error .ant-select-focused .ant-select-selection,
    .has-error .ant-select-open .ant-select-selection {
        border-color: #ff4d4f;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
        border-right-width: 1px!important
    }
    
    .has-error .ant-select.ant-select-auto-complete .ant-input:focus {
        border-color: #f5222d
    }
    
    .has-error .ant-input-group-addon .ant-select-selection {
        border-color: transparent;
        box-shadow: none
    }
    
    .has-error .ant-calendar-picker-icon:after,
    .has-error .ant-cascader-picker-arrow,
    .has-error .ant-picker-icon:after,
    .has-error .ant-select-arrow,
    .has-error .ant-time-picker-icon:after {
        color: #f5222d
    }
    
    .has-error .ant-input-number,
    .has-error .ant-time-picker-input {
        border-color: #f5222d
    }
    
    .has-error .ant-input-number-focused,
    .has-error .ant-input-number:focus,
    .has-error .ant-time-picker-input-focused,
    .has-error .ant-time-picker-input:focus {
        border-color: #ff4d4f;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
        border-right-width: 1px!important
    }
    
    .has-error .ant-input-number:not([disabled]):hover,
    .has-error .ant-mention-wrapper .ant-mention-editor,
    .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,
    .has-error .ant-time-picker-input:not([disabled]):hover {
        border-color: #f5222d
    }
    
    .has-error .ant-cascader-picker:focus .ant-cascader-input,
    .has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
    .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
        border-color: #ff4d4f;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
        border-right-width: 1px!important
    }
    
    .is-validating.has-feedback .ant-form-item-children:after {
        display: inline-block;
        animation: loadingCircle 1s infinite linear;
        content: "\E64D";
        color: #00b0b9
    }
    
    .ant-advanced-search-form .ant-form-item {
        margin-bottom: 24px
    }
    
    .ant-advanced-search-form .ant-form-item-with-help {
        margin-bottom: -254px
    }
    
    .show-help-appear,
    .show-help-enter,
    .show-help-leave {
        animation-duration: .3s;
        animation-fill-mode: both;
        animation-play-state: paused
    }
    
    .show-help-appear.show-help-appear-active,
    .show-help-enter.show-help-enter-active {
        animation-name: antShowHelpIn;
        animation-play-state: running
    }
    
    .show-help-leave.show-help-leave-active {
        animation-name: antShowHelpOut;
        animation-play-state: running;
        pointer-events: none
    }
    
    .show-help-appear,
    .show-help-enter {
        opacity: 0
    }
    
    .show-help-appear,
    .show-help-enter,
    .show-help-leave {
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    
    @keyframes antShowHelpIn {
        0% {
            opacity: 0;
            transform: translateY(-5px)
        }
        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
    
    @keyframes antShowHelpOut {
        to {
            opacity: 0;
            transform: translateY(-5px)
        }
    }
    
    @keyframes diffZoomIn1 {
        0% {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    
    @keyframes diffZoomIn2 {
        0% {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    
    @keyframes diffZoomIn3 {
        0% {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    
    .ant-row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        zoom: 1;
        display: block;
        box-sizing: border-box
    }
    
    .ant-row:after,
    .ant-row:before {
        content: "";
        display: table
    }
    
    .ant-row:after {
        clear: both
    }
    
    .ant-row-flex {
        display: flex;
        flex-flow: row wrap
    }
    
    .ant-row-flex:after,
    .ant-row-flex:before {
        display: flex
    }
    
    .ant-row-flex-start {
        justify-content: flex-start
    }
    
    .ant-row-flex-center {
        justify-content: center
    }
    
    .ant-row-flex-end {
        justify-content: flex-end
    }
    
    .ant-row-flex-space-between {
        justify-content: space-between
    }
    
    .ant-row-flex-space-around {
        justify-content: space-around
    }
    
    .ant-row-flex-top {
        align-items: flex-start
    }
    
    .ant-row-flex-middle {
        align-items: center
    }
    
    .ant-row-flex-bottom {
        align-items: flex-end
    }
    
    .ant-col {
        position: relative;
        display: block
    }
    
    .ant-col-1,
    .ant-col-2,
    .ant-col-3,
    .ant-col-4,
    .ant-col-5,
    .ant-col-6,
    .ant-col-7,
    .ant-col-8,
    .ant-col-9,
    .ant-col-10,
    .ant-col-11,
    .ant-col-12,
    .ant-col-13,
    .ant-col-14,
    .ant-col-15,
    .ant-col-16,
    .ant-col-17,
    .ant-col-18,
    .ant-col-19,
    .ant-col-20,
    .ant-col-21,
    .ant-col-22,
    .ant-col-23,
    .ant-col-24,
    .ant-col-lg-1,
    .ant-col-lg-2,
    .ant-col-lg-3,
    .ant-col-lg-4,
    .ant-col-lg-5,
    .ant-col-lg-6,
    .ant-col-lg-7,
    .ant-col-lg-8,
    .ant-col-lg-9,
    .ant-col-lg-10,
    .ant-col-lg-11,
    .ant-col-lg-12,
    .ant-col-lg-13,
    .ant-col-lg-14,
    .ant-col-lg-15,
    .ant-col-lg-16,
    .ant-col-lg-17,
    .ant-col-lg-18,
    .ant-col-lg-19,
    .ant-col-lg-20,
    .ant-col-lg-21,
    .ant-col-lg-22,
    .ant-col-lg-23,
    .ant-col-lg-24,
    .ant-col-md-1,
    .ant-col-md-2,
    .ant-col-md-3,
    .ant-col-md-4,
    .ant-col-md-5,
    .ant-col-md-6,
    .ant-col-md-7,
    .ant-col-md-8,
    .ant-col-md-9,
    .ant-col-md-10,
    .ant-col-md-11,
    .ant-col-md-12,
    .ant-col-md-13,
    .ant-col-md-14,
    .ant-col-md-15,
    .ant-col-md-16,
    .ant-col-md-17,
    .ant-col-md-18,
    .ant-col-md-19,
    .ant-col-md-20,
    .ant-col-md-21,
    .ant-col-md-22,
    .ant-col-md-23,
    .ant-col-md-24,
    .ant-col-sm-1,
    .ant-col-sm-2,
    .ant-col-sm-3,
    .ant-col-sm-4,
    .ant-col-sm-5,
    .ant-col-sm-6,
    .ant-col-sm-7,
    .ant-col-sm-8,
    .ant-col-sm-9,
    .ant-col-sm-10,
    .ant-col-sm-11,
    .ant-col-sm-12,
    .ant-col-sm-13,
    .ant-col-sm-14,
    .ant-col-sm-15,
    .ant-col-sm-16,
    .ant-col-sm-17,
    .ant-col-sm-18,
    .ant-col-sm-19,
    .ant-col-sm-20,
    .ant-col-sm-21,
    .ant-col-sm-22,
    .ant-col-sm-23,
    .ant-col-sm-24,
    .ant-col-xs-1,
    .ant-col-xs-2,
    .ant-col-xs-3,
    .ant-col-xs-4,
    .ant-col-xs-5,
    .ant-col-xs-6,
    .ant-col-xs-7,
    .ant-col-xs-8,
    .ant-col-xs-9,
    .ant-col-xs-10,
    .ant-col-xs-11,
    .ant-col-xs-12,
    .ant-col-xs-13,
    .ant-col-xs-14,
    .ant-col-xs-15,
    .ant-col-xs-16,
    .ant-col-xs-17,
    .ant-col-xs-18,
    .ant-col-xs-19,
    .ant-col-xs-20,
    .ant-col-xs-21,
    .ant-col-xs-22,
    .ant-col-xs-23,
    .ant-col-xs-24 {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0
    }
    
    .ant-col-1,
    .ant-col-2,
    .ant-col-3,
    .ant-col-4,
    .ant-col-5,
    .ant-col-6,
    .ant-col-7,
    .ant-col-8,
    .ant-col-9,
    .ant-col-10,
    .ant-col-11,
    .ant-col-12,
    .ant-col-13,
    .ant-col-14,
    .ant-col-15,
    .ant-col-16,
    .ant-col-17,
    .ant-col-18,
    .ant-col-19,
    .ant-col-20,
    .ant-col-21,
    .ant-col-22,
    .ant-col-23,
    .ant-col-24 {
        float: left;
        flex: 0 0 auto
    }
    
    .ant-col-24 {
        display: block;
        box-sizing: border-box;
        width: 100%
    }
    
    .ant-col-push-24 {
        left: 100%
    }
    
    .ant-col-pull-24 {
        right: 100%
    }
    
    .ant-col-offset-24 {
        margin-left: 100%
    }
    
    .ant-col-order-24 {
        order: 24
    }
    
    .ant-col-23 {
        display: block;
        box-sizing: border-box;
        width: 95.83333333%
    }
    
    .ant-col-push-23 {
        left: 95.83333333%
    }
    
    .ant-col-pull-23 {
        right: 95.83333333%
    }
    
    .ant-col-offset-23 {
        margin-left: 95.83333333%
    }
    
    .ant-col-order-23 {
        order: 23
    }
    
    .ant-col-22 {
        display: block;
        box-sizing: border-box;
        width: 91.66666667%
    }
    
    .ant-col-push-22 {
        left: 91.66666667%
    }
    
    .ant-col-pull-22 {
        right: 91.66666667%
    }
    
    .ant-col-offset-22 {
        margin-left: 91.66666667%
    }
    
    .ant-col-order-22 {
        order: 22
    }
    
    .ant-col-21 {
        display: block;
        box-sizing: border-box;
        width: 87.5%
    }
    
    .ant-col-push-21 {
        left: 87.5%
    }
    
    .ant-col-pull-21 {
        right: 87.5%
    }
    
    .ant-col-offset-21 {
        margin-left: 87.5%
    }
    
    .ant-col-order-21 {
        order: 21
    }
    
    .ant-col-20 {
        display: block;
        box-sizing: border-box;
        width: 83.33333333%
    }
    
    .ant-col-push-20 {
        left: 83.33333333%
    }
    
    .ant-col-pull-20 {
        right: 83.33333333%
    }
    
    .ant-col-offset-20 {
        margin-left: 83.33333333%
    }
    
    .ant-col-order-20 {
        order: 20
    }
    
    .ant-col-19 {
        display: block;
        box-sizing: border-box;
        width: 79.16666667%
    }
    
    .ant-col-push-19 {
        left: 79.16666667%
    }
    
    .ant-col-pull-19 {
        right: 79.16666667%
    }
    
    .ant-col-offset-19 {
        margin-left: 79.16666667%
    }
    
    .ant-col-order-19 {
        order: 19
    }
    
    .ant-col-18 {
        display: block;
        box-sizing: border-box;
        width: 75%
    }
    
    .ant-col-push-18 {
        left: 75%
    }
    
    .ant-col-pull-18 {
        right: 75%
    }
    
    .ant-col-offset-18 {
        margin-left: 75%
    }
    
    .ant-col-order-18 {
        order: 18
    }
    
    .ant-col-17 {
        display: block;
        box-sizing: border-box;
        width: 70.83333333%
    }
    
    .ant-col-push-17 {
        left: 70.83333333%
    }
    
    .ant-col-pull-17 {
        right: 70.83333333%
    }
    
    .ant-col-offset-17 {
        margin-left: 70.83333333%
    }
    
    .ant-col-order-17 {
        order: 17
    }
    
    .ant-col-16 {
        display: block;
        box-sizing: border-box;
        width: 66.66666667%
    }
    
    .ant-col-push-16 {
        left: 66.66666667%
    }
    
    .ant-col-pull-16 {
        right: 66.66666667%
    }
    
    .ant-col-offset-16 {
        margin-left: 66.66666667%
    }
    
    .ant-col-order-16 {
        order: 16
    }
    
    .ant-col-15 {
        display: block;
        box-sizing: border-box;
        width: 62.5%
    }
    
    .ant-col-push-15 {
        left: 62.5%
    }
    
    .ant-col-pull-15 {
        right: 62.5%
    }
    
    .ant-col-offset-15 {
        margin-left: 62.5%
    }
    
    .ant-col-order-15 {
        order: 15
    }
    
    .ant-col-14 {
        display: block;
        box-sizing: border-box;
        width: 58.33333333%
    }
    
    .ant-col-push-14 {
        left: 58.33333333%
    }
    
    .ant-col-pull-14 {
        right: 58.33333333%
    }
    
    .ant-col-offset-14 {
        margin-left: 58.33333333%
    }
    
    .ant-col-order-14 {
        order: 14
    }
    
    .ant-col-13 {
        display: block;
        box-sizing: border-box;
        width: 54.16666667%
    }
    
    .ant-col-push-13 {
        left: 54.16666667%
    }
    
    .ant-col-pull-13 {
        right: 54.16666667%
    }
    
    .ant-col-offset-13 {
        margin-left: 54.16666667%
    }
    
    .ant-col-order-13 {
        order: 13
    }
    
    .ant-col-12 {
        display: block;
        box-sizing: border-box;
        width: 50%
    }
    
    .ant-col-push-12 {
        left: 50%
    }
    
    .ant-col-pull-12 {
        right: 50%
    }
    
    .ant-col-offset-12 {
        margin-left: 50%
    }
    
    .ant-col-order-12 {
        order: 12
    }
    
    .ant-col-11 {
        display: block;
        box-sizing: border-box;
        width: 45.83333333%
    }
    
    .ant-col-push-11 {
        left: 45.83333333%
    }
    
    .ant-col-pull-11 {
        right: 45.83333333%
    }
    
    .ant-col-offset-11 {
        margin-left: 45.83333333%
    }
    
    .ant-col-order-11 {
        order: 11
    }
    
    .ant-col-10 {
        display: block;
        box-sizing: border-box;
        width: 41.66666667%
    }
    
    .ant-col-push-10 {
        left: 41.66666667%
    }
    
    .ant-col-pull-10 {
        right: 41.66666667%
    }
    
    .ant-col-offset-10 {
        margin-left: 41.66666667%
    }
    
    .ant-col-order-10 {
        order: 10
    }
    
    .ant-col-9 {
        display: block;
        box-sizing: border-box;
        width: 37.5%
    }
    
    .ant-col-push-9 {
        left: 37.5%
    }
    
    .ant-col-pull-9 {
        right: 37.5%
    }
    
    .ant-col-offset-9 {
        margin-left: 37.5%
    }
    
    .ant-col-order-9 {
        order: 9
    }
    
    .ant-col-8 {
        display: block;
        box-sizing: border-box;
        width: 33.33333333%
    }
    
    .ant-col-push-8 {
        left: 33.33333333%
    }
    
    .ant-col-pull-8 {
        right: 33.33333333%
    }
    
    .ant-col-offset-8 {
        margin-left: 33.33333333%
    }
    
    .ant-col-order-8 {
        order: 8
    }
    
    .ant-col-7 {
        display: block;
        box-sizing: border-box;
        width: 29.16666667%
    }
    
    .ant-col-push-7 {
        left: 29.16666667%
    }
    
    .ant-col-pull-7 {
        right: 29.16666667%
    }
    
    .ant-col-offset-7 {
        margin-left: 29.16666667%
    }
    
    .ant-col-order-7 {
        order: 7
    }
    
    .ant-col-6 {
        display: block;
        box-sizing: border-box;
        width: 25%
    }
    
    .ant-col-push-6 {
        left: 25%
    }
    
    .ant-col-pull-6 {
        right: 25%
    }
    
    .ant-col-offset-6 {
        margin-left: 25%
    }
    
    .ant-col-order-6 {
        order: 6
    }
    
    .ant-col-5 {
        display: block;
        box-sizing: border-box;
        width: 20.83333333%
    }
    
    .ant-col-push-5 {
        left: 20.83333333%
    }
    
    .ant-col-pull-5 {
        right: 20.83333333%
    }
    
    .ant-col-offset-5 {
        margin-left: 20.83333333%
    }
    
    .ant-col-order-5 {
        order: 5
    }
    
    .ant-col-4 {
        display: block;
        box-sizing: border-box;
        width: 16.66666667%
    }
    
    .ant-col-push-4 {
        left: 16.66666667%
    }
    
    .ant-col-pull-4 {
        right: 16.66666667%
    }
    
    .ant-col-offset-4 {
        margin-left: 16.66666667%
    }
    
    .ant-col-order-4 {
        order: 4
    }
    
    .ant-col-3 {
        display: block;
        box-sizing: border-box;
        width: 12.5%
    }
    
    .ant-col-push-3 {
        left: 12.5%
    }
    
    .ant-col-pull-3 {
        right: 12.5%
    }
    
    .ant-col-offset-3 {
        margin-left: 12.5%
    }
    
    .ant-col-order-3 {
        order: 3
    }
    
    .ant-col-2 {
        display: block;
        box-sizing: border-box;
        width: 8.33333333%
    }
    
    .ant-col-push-2 {
        left: 8.33333333%
    }
    
    .ant-col-pull-2 {
        right: 8.33333333%
    }
    
    .ant-col-offset-2 {
        margin-left: 8.33333333%
    }
    
    .ant-col-order-2 {
        order: 2
    }
    
    .ant-col-1 {
        display: block;
        box-sizing: border-box;
        width: 4.16666667%
    }
    
    .ant-col-push-1 {
        left: 4.16666667%
    }
    
    .ant-col-pull-1 {
        right: 4.16666667%
    }
    
    .ant-col-offset-1 {
        margin-left: 4.16666667%
    }
    
    .ant-col-order-1 {
        order: 1
    }
    
    .ant-col-0 {
        display: none
    }
    
    .ant-col-offset-0 {
        margin-left: 0
    }
    
    .ant-col-order-0 {
        order: 0
    }
    
    .ant-col-xs-1,
    .ant-col-xs-2,
    .ant-col-xs-3,
    .ant-col-xs-4,
    .ant-col-xs-5,
    .ant-col-xs-6,
    .ant-col-xs-7,
    .ant-col-xs-8,
    .ant-col-xs-9,
    .ant-col-xs-10,
    .ant-col-xs-11,
    .ant-col-xs-12,
    .ant-col-xs-13,
    .ant-col-xs-14,
    .ant-col-xs-15,
    .ant-col-xs-16,
    .ant-col-xs-17,
    .ant-col-xs-18,
    .ant-col-xs-19,
    .ant-col-xs-20,
    .ant-col-xs-21,
    .ant-col-xs-22,
    .ant-col-xs-23,
    .ant-col-xs-24 {
        float: left;
        flex: 0 0 auto
    }
    
    .ant-col-xs-24 {
        display: block;
        box-sizing: border-box;
        width: 100%
    }
    
    .ant-col-xs-push-24 {
        left: 100%
    }
    
    .ant-col-xs-pull-24 {
        right: 100%
    }
    
    .ant-col-xs-offset-24 {
        margin-left: 100%
    }
    
    .ant-col-xs-order-24 {
        order: 24
    }
    
    .ant-col-xs-23 {
        display: block;
        box-sizing: border-box;
        width: 95.83333333%
    }
    
    .ant-col-xs-push-23 {
        left: 95.83333333%
    }
    
    .ant-col-xs-pull-23 {
        right: 95.83333333%
    }
    
    .ant-col-xs-offset-23 {
        margin-left: 95.83333333%
    }
    
    .ant-col-xs-order-23 {
        order: 23
    }
    
    .ant-col-xs-22 {
        display: block;
        box-sizing: border-box;
        width: 91.66666667%
    }
    
    .ant-col-xs-push-22 {
        left: 91.66666667%
    }
    
    .ant-col-xs-pull-22 {
        right: 91.66666667%
    }
    
    .ant-col-xs-offset-22 {
        margin-left: 91.66666667%
    }
    
    .ant-col-xs-order-22 {
        order: 22
    }
    
    .ant-col-xs-21 {
        display: block;
        box-sizing: border-box;
        width: 87.5%
    }
    
    .ant-col-xs-push-21 {
        left: 87.5%
    }
    
    .ant-col-xs-pull-21 {
        right: 87.5%
    }
    
    .ant-col-xs-offset-21 {
        margin-left: 87.5%
    }
    
    .ant-col-xs-order-21 {
        order: 21
    }
    
    .ant-col-xs-20 {
        display: block;
        box-sizing: border-box;
        width: 83.33333333%
    }
    
    .ant-col-xs-push-20 {
        left: 83.33333333%
    }
    
    .ant-col-xs-pull-20 {
        right: 83.33333333%
    }
    
    .ant-col-xs-offset-20 {
        margin-left: 83.33333333%
    }
    
    .ant-col-xs-order-20 {
        order: 20
    }
    
    .ant-col-xs-19 {
        display: block;
        box-sizing: border-box;
        width: 79.16666667%
    }
    
    .ant-col-xs-push-19 {
        left: 79.16666667%
    }
    
    .ant-col-xs-pull-19 {
        right: 79.16666667%
    }
    
    .ant-col-xs-offset-19 {
        margin-left: 79.16666667%
    }
    
    .ant-col-xs-order-19 {
        order: 19
    }
    
    .ant-col-xs-18 {
        display: block;
        box-sizing: border-box;
        width: 75%
    }
    
    .ant-col-xs-push-18 {
        left: 75%
    }
    
    .ant-col-xs-pull-18 {
        right: 75%
    }
    
    .ant-col-xs-offset-18 {
        margin-left: 75%
    }
    
    .ant-col-xs-order-18 {
        order: 18
    }
    
    .ant-col-xs-17 {
        display: block;
        box-sizing: border-box;
        width: 70.83333333%
    }
    
    .ant-col-xs-push-17 {
        left: 70.83333333%
    }
    
    .ant-col-xs-pull-17 {
        right: 70.83333333%
    }
    
    .ant-col-xs-offset-17 {
        margin-left: 70.83333333%
    }
    
    .ant-col-xs-order-17 {
        order: 17
    }
    
    .ant-col-xs-16 {
        display: block;
        box-sizing: border-box;
        width: 66.66666667%
    }
    
    .ant-col-xs-push-16 {
        left: 66.66666667%
    }
    
    .ant-col-xs-pull-16 {
        right: 66.66666667%
    }
    
    .ant-col-xs-offset-16 {
        margin-left: 66.66666667%
    }
    
    .ant-col-xs-order-16 {
        order: 16
    }
    
    .ant-col-xs-15 {
        display: block;
        box-sizing: border-box;
        width: 62.5%
    }
    
    .ant-col-xs-push-15 {
        left: 62.5%
    }
    
    .ant-col-xs-pull-15 {
        right: 62.5%
    }
    
    .ant-col-xs-offset-15 {
        margin-left: 62.5%
    }
    
    .ant-col-xs-order-15 {
        order: 15
    }
    
    .ant-col-xs-14 {
        display: block;
        box-sizing: border-box;
        width: 58.33333333%
    }
    
    .ant-col-xs-push-14 {
        left: 58.33333333%
    }
    
    .ant-col-xs-pull-14 {
        right: 58.33333333%
    }
    
    .ant-col-xs-offset-14 {
        margin-left: 58.33333333%
    }
    
    .ant-col-xs-order-14 {
        order: 14
    }
    
    .ant-col-xs-13 {
        display: block;
        box-sizing: border-box;
        width: 54.16666667%
    }
    
    .ant-col-xs-push-13 {
        left: 54.16666667%
    }
    
    .ant-col-xs-pull-13 {
        right: 54.16666667%
    }
    
    .ant-col-xs-offset-13 {
        margin-left: 54.16666667%
    }
    
    .ant-col-xs-order-13 {
        order: 13
    }
    
    .ant-col-xs-12 {
        display: block;
        box-sizing: border-box;
        width: 50%
    }
    
    .ant-col-xs-push-12 {
        left: 50%
    }
    
    .ant-col-xs-pull-12 {
        right: 50%
    }
    
    .ant-col-xs-offset-12 {
        margin-left: 50%
    }
    
    .ant-col-xs-order-12 {
        order: 12
    }
    
    .ant-col-xs-11 {
        display: block;
        box-sizing: border-box;
        width: 45.83333333%
    }
    
    .ant-col-xs-push-11 {
        left: 45.83333333%
    }
    
    .ant-col-xs-pull-11 {
        right: 45.83333333%
    }
    
    .ant-col-xs-offset-11 {
        margin-left: 45.83333333%
    }
    
    .ant-col-xs-order-11 {
        order: 11
    }
    
    .ant-col-xs-10 {
        display: block;
        box-sizing: border-box;
        width: 41.66666667%
    }
    
    .ant-col-xs-push-10 {
        left: 41.66666667%
    }
    
    .ant-col-xs-pull-10 {
        right: 41.66666667%
    }
    
    .ant-col-xs-offset-10 {
        margin-left: 41.66666667%
    }
    
    .ant-col-xs-order-10 {
        order: 10
    }
    
    .ant-col-xs-9 {
        display: block;
        box-sizing: border-box;
        width: 37.5%
    }
    
    .ant-col-xs-push-9 {
        left: 37.5%
    }
    
    .ant-col-xs-pull-9 {
        right: 37.5%
    }
    
    .ant-col-xs-offset-9 {
        margin-left: 37.5%
    }
    
    .ant-col-xs-order-9 {
        order: 9
    }
    
    .ant-col-xs-8 {
        display: block;
        box-sizing: border-box;
        width: 33.33333333%
    }
    
    .ant-col-xs-push-8 {
        left: 33.33333333%
    }
    
    .ant-col-xs-pull-8 {
        right: 33.33333333%
    }
    
    .ant-col-xs-offset-8 {
        margin-left: 33.33333333%
    }
    
    .ant-col-xs-order-8 {
        order: 8
    }
    
    .ant-col-xs-7 {
        display: block;
        box-sizing: border-box;
        width: 29.16666667%
    }
    
    .ant-col-xs-push-7 {
        left: 29.16666667%
    }
    
    .ant-col-xs-pull-7 {
        right: 29.16666667%
    }
    
    .ant-col-xs-offset-7 {
        margin-left: 29.16666667%
    }
    
    .ant-col-xs-order-7 {
        order: 7
    }
    
    .ant-col-xs-6 {
        display: block;
        box-sizing: border-box;
        width: 25%
    }
    
    .ant-col-xs-push-6 {
        left: 25%
    }
    
    .ant-col-xs-pull-6 {
        right: 25%
    }
    
    .ant-col-xs-offset-6 {
        margin-left: 25%
    }
    
    .ant-col-xs-order-6 {
        order: 6
    }
    
    .ant-col-xs-5 {
        display: block;
        box-sizing: border-box;
        width: 20.83333333%
    }
    
    .ant-col-xs-push-5 {
        left: 20.83333333%
    }
    
    .ant-col-xs-pull-5 {
        right: 20.83333333%
    }
    
    .ant-col-xs-offset-5 {
        margin-left: 20.83333333%
    }
    
    .ant-col-xs-order-5 {
        order: 5
    }
    
    .ant-col-xs-4 {
        display: block;
        box-sizing: border-box;
        width: 16.66666667%
    }
    
    .ant-col-xs-push-4 {
        left: 16.66666667%
    }
    
    .ant-col-xs-pull-4 {
        right: 16.66666667%
    }
    
    .ant-col-xs-offset-4 {
        margin-left: 16.66666667%
    }
    
    .ant-col-xs-order-4 {
        order: 4
    }
    
    .ant-col-xs-3 {
        display: block;
        box-sizing: border-box;
        width: 12.5%
    }
    
    .ant-col-xs-push-3 {
        left: 12.5%
    }
    
    .ant-col-xs-pull-3 {
        right: 12.5%
    }
    
    .ant-col-xs-offset-3 {
        margin-left: 12.5%
    }
    
    .ant-col-xs-order-3 {
        order: 3
    }
    
    .ant-col-xs-2 {
        display: block;
        box-sizing: border-box;
        width: 8.33333333%
    }
    
    .ant-col-xs-push-2 {
        left: 8.33333333%
    }
    
    .ant-col-xs-pull-2 {
        right: 8.33333333%
    }
    
    .ant-col-xs-offset-2 {
        margin-left: 8.33333333%
    }
    
    .ant-col-xs-order-2 {
        order: 2
    }
    
    .ant-col-xs-1 {
        display: block;
        box-sizing: border-box;
        width: 4.16666667%
    }
    
    .ant-col-xs-push-1 {
        left: 4.16666667%
    }
    
    .ant-col-xs-pull-1 {
        right: 4.16666667%
    }
    
    .ant-col-xs-offset-1 {
        margin-left: 4.16666667%
    }
    
    .ant-col-xs-order-1 {
        order: 1
    }
    
    .ant-col-xs-0 {
        display: none
    }
    
    .ant-col-push-0 {
        left: auto
    }
    
    .ant-col-pull-0 {
        right: auto
    }
    
    .ant-col-xs-push-0 {
        left: auto
    }
    
    .ant-col-xs-pull-0 {
        right: auto
    }
    
    .ant-col-xs-offset-0 {
        margin-left: 0
    }
    
    .ant-col-xs-order-0 {
        order: 0
    }
    
    @media (min-width:576px) {
        .ant-col-sm-1,
        .ant-col-sm-2,
        .ant-col-sm-3,
        .ant-col-sm-4,
        .ant-col-sm-5,
        .ant-col-sm-6,
        .ant-col-sm-7,
        .ant-col-sm-8,
        .ant-col-sm-9,
        .ant-col-sm-10,
        .ant-col-sm-11,
        .ant-col-sm-12,
        .ant-col-sm-13,
        .ant-col-sm-14,
        .ant-col-sm-15,
        .ant-col-sm-16,
        .ant-col-sm-17,
        .ant-col-sm-18,
        .ant-col-sm-19,
        .ant-col-sm-20,
        .ant-col-sm-21,
        .ant-col-sm-22,
        .ant-col-sm-23,
        .ant-col-sm-24 {
            float: left;
            flex: 0 0 auto
        }
        .ant-col-sm-24 {
            display: block;
            box-sizing: border-box;
            width: 100%
        }
        .ant-col-sm-push-24 {
            left: 100%
        }
        .ant-col-sm-pull-24 {
            right: 100%
        }
        .ant-col-sm-offset-24 {
            margin-left: 100%
        }
        .ant-col-sm-order-24 {
            order: 24
        }
        .ant-col-sm-23 {
            display: block;
            box-sizing: border-box;
            width: 95.83333333%
        }
        .ant-col-sm-push-23 {
            left: 95.83333333%
        }
        .ant-col-sm-pull-23 {
            right: 95.83333333%
        }
        .ant-col-sm-offset-23 {
            margin-left: 95.83333333%
        }
        .ant-col-sm-order-23 {
            order: 23
        }
        .ant-col-sm-22 {
            display: block;
            box-sizing: border-box;
            width: 91.66666667%
        }
        .ant-col-sm-push-22 {
            left: 91.66666667%
        }
        .ant-col-sm-pull-22 {
            right: 91.66666667%
        }
        .ant-col-sm-offset-22 {
            margin-left: 91.66666667%
        }
        .ant-col-sm-order-22 {
            order: 22
        }
        .ant-col-sm-21 {
            display: block;
            box-sizing: border-box;
            width: 87.5%
        }
        .ant-col-sm-push-21 {
            left: 87.5%
        }
        .ant-col-sm-pull-21 {
            right: 87.5%
        }
        .ant-col-sm-offset-21 {
            margin-left: 87.5%
        }
        .ant-col-sm-order-21 {
            order: 21
        }
        .ant-col-sm-20 {
            display: block;
            box-sizing: border-box;
            width: 83.33333333%
        }
        .ant-col-sm-push-20 {
            left: 83.33333333%
        }
        .ant-col-sm-pull-20 {
            right: 83.33333333%
        }
        .ant-col-sm-offset-20 {
            margin-left: 83.33333333%
        }
        .ant-col-sm-order-20 {
            order: 20
        }
        .ant-col-sm-19 {
            display: block;
            box-sizing: border-box;
            width: 79.16666667%
        }
        .ant-col-sm-push-19 {
            left: 79.16666667%
        }
        .ant-col-sm-pull-19 {
            right: 79.16666667%
        }
        .ant-col-sm-offset-19 {
            margin-left: 79.16666667%
        }
        .ant-col-sm-order-19 {
            order: 19
        }
        .ant-col-sm-18 {
            display: block;
            box-sizing: border-box;
            width: 75%
        }
        .ant-col-sm-push-18 {
            left: 75%
        }
        .ant-col-sm-pull-18 {
            right: 75%
        }
        .ant-col-sm-offset-18 {
            margin-left: 75%
        }
        .ant-col-sm-order-18 {
            order: 18
        }
        .ant-col-sm-17 {
            display: block;
            box-sizing: border-box;
            width: 70.83333333%
        }
        .ant-col-sm-push-17 {
            left: 70.83333333%
        }
        .ant-col-sm-pull-17 {
            right: 70.83333333%
        }
        .ant-col-sm-offset-17 {
            margin-left: 70.83333333%
        }
        .ant-col-sm-order-17 {
            order: 17
        }
        .ant-col-sm-16 {
            display: block;
            box-sizing: border-box;
            width: 66.66666667%
        }
        .ant-col-sm-push-16 {
            left: 66.66666667%
        }
        .ant-col-sm-pull-16 {
            right: 66.66666667%
        }
        .ant-col-sm-offset-16 {
            margin-left: 66.66666667%
        }
        .ant-col-sm-order-16 {
            order: 16
        }
        .ant-col-sm-15 {
            display: block;
            box-sizing: border-box;
            width: 62.5%
        }
        .ant-col-sm-push-15 {
            left: 62.5%
        }
        .ant-col-sm-pull-15 {
            right: 62.5%
        }
        .ant-col-sm-offset-15 {
            margin-left: 62.5%
        }
        .ant-col-sm-order-15 {
            order: 15
        }
        .ant-col-sm-14 {
            display: block;
            box-sizing: border-box;
            width: 58.33333333%
        }
        .ant-col-sm-push-14 {
            left: 58.33333333%
        }
        .ant-col-sm-pull-14 {
            right: 58.33333333%
        }
        .ant-col-sm-offset-14 {
            margin-left: 58.33333333%
        }
        .ant-col-sm-order-14 {
            order: 14
        }
        .ant-col-sm-13 {
            display: block;
            box-sizing: border-box;
            width: 54.16666667%
        }
        .ant-col-sm-push-13 {
            left: 54.16666667%
        }
        .ant-col-sm-pull-13 {
            right: 54.16666667%
        }
        .ant-col-sm-offset-13 {
            margin-left: 54.16666667%
        }
        .ant-col-sm-order-13 {
            order: 13
        }
        .ant-col-sm-12 {
            display: block;
            box-sizing: border-box;
            width: 50%
        }
        .ant-col-sm-push-12 {
            left: 50%
        }
        .ant-col-sm-pull-12 {
            right: 50%
        }
        .ant-col-sm-offset-12 {
            margin-left: 50%
        }
        .ant-col-sm-order-12 {
            order: 12
        }
        .ant-col-sm-11 {
            display: block;
            box-sizing: border-box;
            width: 45.83333333%
        }
        .ant-col-sm-push-11 {
            left: 45.83333333%
        }
        .ant-col-sm-pull-11 {
            right: 45.83333333%
        }
        .ant-col-sm-offset-11 {
            margin-left: 45.83333333%
        }
        .ant-col-sm-order-11 {
            order: 11
        }
        .ant-col-sm-10 {
            display: block;
            box-sizing: border-box;
            width: 41.66666667%
        }
        .ant-col-sm-push-10 {
            left: 41.66666667%
        }
        .ant-col-sm-pull-10 {
            right: 41.66666667%
        }
        .ant-col-sm-offset-10 {
            margin-left: 41.66666667%
        }
        .ant-col-sm-order-10 {
            order: 10
        }
        .ant-col-sm-9 {
            display: block;
            box-sizing: border-box;
            width: 37.5%
        }
        .ant-col-sm-push-9 {
            left: 37.5%
        }
        .ant-col-sm-pull-9 {
            right: 37.5%
        }
        .ant-col-sm-offset-9 {
            margin-left: 37.5%
        }
        .ant-col-sm-order-9 {
            order: 9
        }
        .ant-col-sm-8 {
            display: block;
            box-sizing: border-box;
            width: 33.33333333%
        }
        .ant-col-sm-push-8 {
            left: 33.33333333%
        }
        .ant-col-sm-pull-8 {
            right: 33.33333333%
        }
        .ant-col-sm-offset-8 {
            margin-left: 33.33333333%
        }
        .ant-col-sm-order-8 {
            order: 8
        }
        .ant-col-sm-7 {
            display: block;
            box-sizing: border-box;
            width: 29.16666667%
        }
        .ant-col-sm-push-7 {
            left: 29.16666667%
        }
        .ant-col-sm-pull-7 {
            right: 29.16666667%
        }
        .ant-col-sm-offset-7 {
            margin-left: 29.16666667%
        }
        .ant-col-sm-order-7 {
            order: 7
        }
        .ant-col-sm-6 {
            display: block;
            box-sizing: border-box;
            width: 25%
        }
        .ant-col-sm-push-6 {
            left: 25%
        }
        .ant-col-sm-pull-6 {
            right: 25%
        }
        .ant-col-sm-offset-6 {
            margin-left: 25%
        }
        .ant-col-sm-order-6 {
            order: 6
        }
        .ant-col-sm-5 {
            display: block;
            box-sizing: border-box;
            width: 20.83333333%
        }
        .ant-col-sm-push-5 {
            left: 20.83333333%
        }
        .ant-col-sm-pull-5 {
            right: 20.83333333%
        }
        .ant-col-sm-offset-5 {
            margin-left: 20.83333333%
        }
        .ant-col-sm-order-5 {
            order: 5
        }
        .ant-col-sm-4 {
            display: block;
            box-sizing: border-box;
            width: 16.66666667%
        }
        .ant-col-sm-push-4 {
            left: 16.66666667%
        }
        .ant-col-sm-pull-4 {
            right: 16.66666667%
        }
        .ant-col-sm-offset-4 {
            margin-left: 16.66666667%
        }
        .ant-col-sm-order-4 {
            order: 4
        }
        .ant-col-sm-3 {
            display: block;
            box-sizing: border-box;
            width: 12.5%
        }
        .ant-col-sm-push-3 {
            left: 12.5%
        }
        .ant-col-sm-pull-3 {
            right: 12.5%
        }
        .ant-col-sm-offset-3 {
            margin-left: 12.5%
        }
        .ant-col-sm-order-3 {
            order: 3
        }
        .ant-col-sm-2 {
            display: block;
            box-sizing: border-box;
            width: 8.33333333%
        }
        .ant-col-sm-push-2 {
            left: 8.33333333%
        }
        .ant-col-sm-pull-2 {
            right: 8.33333333%
        }
        .ant-col-sm-offset-2 {
            margin-left: 8.33333333%
        }
        .ant-col-sm-order-2 {
            order: 2
        }
        .ant-col-sm-1 {
            display: block;
            box-sizing: border-box;
            width: 4.16666667%
        }
        .ant-col-sm-push-1 {
            left: 4.16666667%
        }
        .ant-col-sm-pull-1 {
            right: 4.16666667%
        }
        .ant-col-sm-offset-1 {
            margin-left: 4.16666667%
        }
        .ant-col-sm-order-1 {
            order: 1
        }
        .ant-col-sm-0 {
            display: none
        }
        .ant-col-push-0 {
            left: auto
        }
        .ant-col-pull-0 {
            right: auto
        }
        .ant-col-sm-push-0 {
            left: auto
        }
        .ant-col-sm-pull-0 {
            right: auto
        }
        .ant-col-sm-offset-0 {
            margin-left: 0
        }
        .ant-col-sm-order-0 {
            order: 0
        }
    }
    
    @media (min-width:768px) {
        .ant-col-md-1,
        .ant-col-md-2,
        .ant-col-md-3,
        .ant-col-md-4,
        .ant-col-md-5,
        .ant-col-md-6,
        .ant-col-md-7,
        .ant-col-md-8,
        .ant-col-md-9,
        .ant-col-md-10,
        .ant-col-md-11,
        .ant-col-md-12,
        .ant-col-md-13,
        .ant-col-md-14,
        .ant-col-md-15,
        .ant-col-md-16,
        .ant-col-md-17,
        .ant-col-md-18,
        .ant-col-md-19,
        .ant-col-md-20,
        .ant-col-md-21,
        .ant-col-md-22,
        .ant-col-md-23,
        .ant-col-md-24 {
            float: left;
            flex: 0 0 auto
        }
        .ant-col-md-24 {
            display: block;
            box-sizing: border-box;
            width: 100%
        }
        .ant-col-md-push-24 {
            left: 100%
        }
        .ant-col-md-pull-24 {
            right: 100%
        }
        .ant-col-md-offset-24 {
            margin-left: 100%
        }
        .ant-col-md-order-24 {
            order: 24
        }
        .ant-col-md-23 {
            display: block;
            box-sizing: border-box;
            width: 95.83333333%
        }
        .ant-col-md-push-23 {
            left: 95.83333333%
        }
        .ant-col-md-pull-23 {
            right: 95.83333333%
        }
        .ant-col-md-offset-23 {
            margin-left: 95.83333333%
        }
        .ant-col-md-order-23 {
            order: 23
        }
        .ant-col-md-22 {
            display: block;
            box-sizing: border-box;
            width: 91.66666667%
        }
        .ant-col-md-push-22 {
            left: 91.66666667%
        }
        .ant-col-md-pull-22 {
            right: 91.66666667%
        }
        .ant-col-md-offset-22 {
            margin-left: 91.66666667%
        }
        .ant-col-md-order-22 {
            order: 22
        }
        .ant-col-md-21 {
            display: block;
            box-sizing: border-box;
            width: 87.5%
        }
        .ant-col-md-push-21 {
            left: 87.5%
        }
        .ant-col-md-pull-21 {
            right: 87.5%
        }
        .ant-col-md-offset-21 {
            margin-left: 87.5%
        }
        .ant-col-md-order-21 {
            order: 21
        }
        .ant-col-md-20 {
            display: block;
            box-sizing: border-box;
            width: 83.33333333%
        }
        .ant-col-md-push-20 {
            left: 83.33333333%
        }
        .ant-col-md-pull-20 {
            right: 83.33333333%
        }
        .ant-col-md-offset-20 {
            margin-left: 83.33333333%
        }
        .ant-col-md-order-20 {
            order: 20
        }
        .ant-col-md-19 {
            display: block;
            box-sizing: border-box;
            width: 79.16666667%
        }
        .ant-col-md-push-19 {
            left: 79.16666667%
        }
        .ant-col-md-pull-19 {
            right: 79.16666667%
        }
        .ant-col-md-offset-19 {
            margin-left: 79.16666667%
        }
        .ant-col-md-order-19 {
            order: 19
        }
        .ant-col-md-18 {
            display: block;
            box-sizing: border-box;
            width: 75%
        }
        .ant-col-md-push-18 {
            left: 75%
        }
        .ant-col-md-pull-18 {
            right: 75%
        }
        .ant-col-md-offset-18 {
            margin-left: 75%
        }
        .ant-col-md-order-18 {
            order: 18
        }
        .ant-col-md-17 {
            display: block;
            box-sizing: border-box;
            width: 70.83333333%
        }
        .ant-col-md-push-17 {
            left: 70.83333333%
        }
        .ant-col-md-pull-17 {
            right: 70.83333333%
        }
        .ant-col-md-offset-17 {
            margin-left: 70.83333333%
        }
        .ant-col-md-order-17 {
            order: 17
        }
        .ant-col-md-16 {
            display: block;
            box-sizing: border-box;
            width: 66.66666667%
        }
        .ant-col-md-push-16 {
            left: 66.66666667%
        }
        .ant-col-md-pull-16 {
            right: 66.66666667%
        }
        .ant-col-md-offset-16 {
            margin-left: 66.66666667%
        }
        .ant-col-md-order-16 {
            order: 16
        }
        .ant-col-md-15 {
            display: block;
            box-sizing: border-box;
            width: 62.5%
        }
        .ant-col-md-push-15 {
            left: 62.5%
        }
        .ant-col-md-pull-15 {
            right: 62.5%
        }
        .ant-col-md-offset-15 {
            margin-left: 62.5%
        }
        .ant-col-md-order-15 {
            order: 15
        }
        .ant-col-md-14 {
            display: block;
            box-sizing: border-box;
            width: 58.33333333%
        }
        .ant-col-md-push-14 {
            left: 58.33333333%
        }
        .ant-col-md-pull-14 {
            right: 58.33333333%
        }
        .ant-col-md-offset-14 {
            margin-left: 58.33333333%
        }
        .ant-col-md-order-14 {
            order: 14
        }
        .ant-col-md-13 {
            display: block;
            box-sizing: border-box;
            width: 54.16666667%
        }
        .ant-col-md-push-13 {
            left: 54.16666667%
        }
        .ant-col-md-pull-13 {
            right: 54.16666667%
        }
        .ant-col-md-offset-13 {
            margin-left: 54.16666667%
        }
        .ant-col-md-order-13 {
            order: 13
        }
        .ant-col-md-12 {
            display: block;
            box-sizing: border-box;
            width: 50%
        }
        .ant-col-md-push-12 {
            left: 50%
        }
        .ant-col-md-pull-12 {
            right: 50%
        }
        .ant-col-md-offset-12 {
            margin-left: 50%
        }
        .ant-col-md-order-12 {
            order: 12
        }
        .ant-col-md-11 {
            display: block;
            box-sizing: border-box;
            width: 45.83333333%
        }
        .ant-col-md-push-11 {
            left: 45.83333333%
        }
        .ant-col-md-pull-11 {
            right: 45.83333333%
        }
        .ant-col-md-offset-11 {
            margin-left: 45.83333333%
        }
        .ant-col-md-order-11 {
            order: 11
        }
        .ant-col-md-10 {
            display: block;
            box-sizing: border-box;
            width: 41.66666667%
        }
        .ant-col-md-push-10 {
            left: 41.66666667%
        }
        .ant-col-md-pull-10 {
            right: 41.66666667%
        }
        .ant-col-md-offset-10 {
            margin-left: 41.66666667%
        }
        .ant-col-md-order-10 {
            order: 10
        }
        .ant-col-md-9 {
            display: block;
            box-sizing: border-box;
            width: 37.5%
        }
        .ant-col-md-push-9 {
            left: 37.5%
        }
        .ant-col-md-pull-9 {
            right: 37.5%
        }
        .ant-col-md-offset-9 {
            margin-left: 37.5%
        }
        .ant-col-md-order-9 {
            order: 9
        }
        .ant-col-md-8 {
            display: block;
            box-sizing: border-box;
            width: 33.33333333%
        }
        .ant-col-md-push-8 {
            left: 33.33333333%
        }
        .ant-col-md-pull-8 {
            right: 33.33333333%
        }
        .ant-col-md-offset-8 {
            margin-left: 33.33333333%
        }
        .ant-col-md-order-8 {
            order: 8
        }
        .ant-col-md-7 {
            display: block;
            box-sizing: border-box;
            width: 29.16666667%
        }
        .ant-col-md-push-7 {
            left: 29.16666667%
        }
        .ant-col-md-pull-7 {
            right: 29.16666667%
        }
        .ant-col-md-offset-7 {
            margin-left: 29.16666667%
        }
        .ant-col-md-order-7 {
            order: 7
        }
        .ant-col-md-6 {
            display: block;
            box-sizing: border-box;
            width: 25%
        }
        .ant-col-md-push-6 {
            left: 25%
        }
        .ant-col-md-pull-6 {
            right: 25%
        }
        .ant-col-md-offset-6 {
            margin-left: 25%
        }
        .ant-col-md-order-6 {
            order: 6
        }
        .ant-col-md-5 {
            display: block;
            box-sizing: border-box;
            width: 20.83333333%
        }
        .ant-col-md-push-5 {
            left: 20.83333333%
        }
        .ant-col-md-pull-5 {
            right: 20.83333333%
        }
        .ant-col-md-offset-5 {
            margin-left: 20.83333333%
        }
        .ant-col-md-order-5 {
            order: 5
        }
        .ant-col-md-4 {
            display: block;
            box-sizing: border-box;
            width: 16.66666667%
        }
        .ant-col-md-push-4 {
            left: 16.66666667%
        }
        .ant-col-md-pull-4 {
            right: 16.66666667%
        }
        .ant-col-md-offset-4 {
            margin-left: 16.66666667%
        }
        .ant-col-md-order-4 {
            order: 4
        }
        .ant-col-md-3 {
            display: block;
            box-sizing: border-box;
            width: 12.5%
        }
        .ant-col-md-push-3 {
            left: 12.5%
        }
        .ant-col-md-pull-3 {
            right: 12.5%
        }
        .ant-col-md-offset-3 {
            margin-left: 12.5%
        }
        .ant-col-md-order-3 {
            order: 3
        }
        .ant-col-md-2 {
            display: block;
            box-sizing: border-box;
            width: 8.33333333%
        }
        .ant-col-md-push-2 {
            left: 8.33333333%
        }
        .ant-col-md-pull-2 {
            right: 8.33333333%
        }
        .ant-col-md-offset-2 {
            margin-left: 8.33333333%
        }
        .ant-col-md-order-2 {
            order: 2
        }
        .ant-col-md-1 {
            display: block;
            box-sizing: border-box;
            width: 4.16666667%
        }
        .ant-col-md-push-1 {
            left: 4.16666667%
        }
        .ant-col-md-pull-1 {
            right: 4.16666667%
        }
        .ant-col-md-offset-1 {
            margin-left: 4.16666667%
        }
        .ant-col-md-order-1 {
            order: 1
        }
        .ant-col-md-0 {
            display: none
        }
        .ant-col-push-0 {
            left: auto
        }
        .ant-col-pull-0 {
            right: auto
        }
        .ant-col-md-push-0 {
            left: auto
        }
        .ant-col-md-pull-0 {
            right: auto
        }
        .ant-col-md-offset-0 {
            margin-left: 0
        }
        .ant-col-md-order-0 {
            order: 0
        }
    }
    
    @media (min-width:992px) {
        .ant-col-lg-1,
        .ant-col-lg-2,
        .ant-col-lg-3,
        .ant-col-lg-4,
        .ant-col-lg-5,
        .ant-col-lg-6,
        .ant-col-lg-7,
        .ant-col-lg-8,
        .ant-col-lg-9,
        .ant-col-lg-10,
        .ant-col-lg-11,
        .ant-col-lg-12,
        .ant-col-lg-13,
        .ant-col-lg-14,
        .ant-col-lg-15,
        .ant-col-lg-16,
        .ant-col-lg-17,
        .ant-col-lg-18,
        .ant-col-lg-19,
        .ant-col-lg-20,
        .ant-col-lg-21,
        .ant-col-lg-22,
        .ant-col-lg-23,
        .ant-col-lg-24 {
            float: left;
            flex: 0 0 auto
        }
        .ant-col-lg-24 {
            display: block;
            box-sizing: border-box;
            width: 100%
        }
        .ant-col-lg-push-24 {
            left: 100%
        }
        .ant-col-lg-pull-24 {
            right: 100%
        }
        .ant-col-lg-offset-24 {
            margin-left: 100%
        }
        .ant-col-lg-order-24 {
            order: 24
        }
        .ant-col-lg-23 {
            display: block;
            box-sizing: border-box;
            width: 95.83333333%
        }
        .ant-col-lg-push-23 {
            left: 95.83333333%
        }
        .ant-col-lg-pull-23 {
            right: 95.83333333%
        }
        .ant-col-lg-offset-23 {
            margin-left: 95.83333333%
        }
        .ant-col-lg-order-23 {
            order: 23
        }
        .ant-col-lg-22 {
            display: block;
            box-sizing: border-box;
            width: 91.66666667%
        }
        .ant-col-lg-push-22 {
            left: 91.66666667%
        }
        .ant-col-lg-pull-22 {
            right: 91.66666667%
        }
        .ant-col-lg-offset-22 {
            margin-left: 91.66666667%
        }
        .ant-col-lg-order-22 {
            order: 22
        }
        .ant-col-lg-21 {
            display: block;
            box-sizing: border-box;
            width: 87.5%
        }
        .ant-col-lg-push-21 {
            left: 87.5%
        }
        .ant-col-lg-pull-21 {
            right: 87.5%
        }
        .ant-col-lg-offset-21 {
            margin-left: 87.5%
        }
        .ant-col-lg-order-21 {
            order: 21
        }
        .ant-col-lg-20 {
            display: block;
            box-sizing: border-box;
            width: 83.33333333%
        }
        .ant-col-lg-push-20 {
            left: 83.33333333%
        }
        .ant-col-lg-pull-20 {
            right: 83.33333333%
        }
        .ant-col-lg-offset-20 {
            margin-left: 83.33333333%
        }
        .ant-col-lg-order-20 {
            order: 20
        }
        .ant-col-lg-19 {
            display: block;
            box-sizing: border-box;
            width: 79.16666667%
        }
        .ant-col-lg-push-19 {
            left: 79.16666667%
        }
        .ant-col-lg-pull-19 {
            right: 79.16666667%
        }
        .ant-col-lg-offset-19 {
            margin-left: 79.16666667%
        }
        .ant-col-lg-order-19 {
            order: 19
        }
        .ant-col-lg-18 {
            display: block;
            box-sizing: border-box;
            width: 75%
        }
        .ant-col-lg-push-18 {
            left: 75%
        }
        .ant-col-lg-pull-18 {
            right: 75%
        }
        .ant-col-lg-offset-18 {
            margin-left: 75%
        }
        .ant-col-lg-order-18 {
            order: 18
        }
        .ant-col-lg-17 {
            display: block;
            box-sizing: border-box;
            width: 70.83333333%
        }
        .ant-col-lg-push-17 {
            left: 70.83333333%
        }
        .ant-col-lg-pull-17 {
            right: 70.83333333%
        }
        .ant-col-lg-offset-17 {
            margin-left: 70.83333333%
        }
        .ant-col-lg-order-17 {
            order: 17
        }
        .ant-col-lg-16 {
            display: block;
            box-sizing: border-box;
            width: 66.66666667%
        }
        .ant-col-lg-push-16 {
            left: 66.66666667%
        }
        .ant-col-lg-pull-16 {
            right: 66.66666667%
        }
        .ant-col-lg-offset-16 {
            margin-left: 66.66666667%
        }
        .ant-col-lg-order-16 {
            order: 16
        }
        .ant-col-lg-15 {
            display: block;
            box-sizing: border-box;
            width: 62.5%
        }
        .ant-col-lg-push-15 {
            left: 62.5%
        }
        .ant-col-lg-pull-15 {
            right: 62.5%
        }
        .ant-col-lg-offset-15 {
            margin-left: 62.5%
        }
        .ant-col-lg-order-15 {
            order: 15
        }
        .ant-col-lg-14 {
            display: block;
            box-sizing: border-box;
            width: 58.33333333%
        }
        .ant-col-lg-push-14 {
            left: 58.33333333%
        }
        .ant-col-lg-pull-14 {
            right: 58.33333333%
        }
        .ant-col-lg-offset-14 {
            margin-left: 58.33333333%
        }
        .ant-col-lg-order-14 {
            order: 14
        }
        .ant-col-lg-13 {
            display: block;
            box-sizing: border-box;
            width: 54.16666667%
        }
        .ant-col-lg-push-13 {
            left: 54.16666667%
        }
        .ant-col-lg-pull-13 {
            right: 54.16666667%
        }
        .ant-col-lg-offset-13 {
            margin-left: 54.16666667%
        }
        .ant-col-lg-order-13 {
            order: 13
        }
        .ant-col-lg-12 {
            display: block;
            box-sizing: border-box;
            width: 50%
        }
        .ant-col-lg-push-12 {
            left: 50%
        }
        .ant-col-lg-pull-12 {
            right: 50%
        }
        .ant-col-lg-offset-12 {
            margin-left: 50%
        }
        .ant-col-lg-order-12 {
            order: 12
        }
        .ant-col-lg-11 {
            display: block;
            box-sizing: border-box;
            width: 45.83333333%
        }
        .ant-col-lg-push-11 {
            left: 45.83333333%
        }
        .ant-col-lg-pull-11 {
            right: 45.83333333%
        }
        .ant-col-lg-offset-11 {
            margin-left: 45.83333333%
        }
        .ant-col-lg-order-11 {
            order: 11
        }
        .ant-col-lg-10 {
            display: block;
            box-sizing: border-box;
            width: 41.66666667%
        }
        .ant-col-lg-push-10 {
            left: 41.66666667%
        }
        .ant-col-lg-pull-10 {
            right: 41.66666667%
        }
        .ant-col-lg-offset-10 {
            margin-left: 41.66666667%
        }
        .ant-col-lg-order-10 {
            order: 10
        }
        .ant-col-lg-9 {
            display: block;
            box-sizing: border-box;
            width: 37.5%
        }
        .ant-col-lg-push-9 {
            left: 37.5%
        }
        .ant-col-lg-pull-9 {
            right: 37.5%
        }
        .ant-col-lg-offset-9 {
            margin-left: 37.5%
        }
        .ant-col-lg-order-9 {
            order: 9
        }
        .ant-col-lg-8 {
            display: block;
            box-sizing: border-box;
            width: 33.33333333%
        }
        .ant-col-lg-push-8 {
            left: 33.33333333%
        }
        .ant-col-lg-pull-8 {
            right: 33.33333333%
        }
        .ant-col-lg-offset-8 {
            margin-left: 33.33333333%
        }
        .ant-col-lg-order-8 {
            order: 8
        }
        .ant-col-lg-7 {
            display: block;
            box-sizing: border-box;
            width: 29.16666667%
        }
        .ant-col-lg-push-7 {
            left: 29.16666667%
        }
        .ant-col-lg-pull-7 {
            right: 29.16666667%
        }
        .ant-col-lg-offset-7 {
            margin-left: 29.16666667%
        }
        .ant-col-lg-order-7 {
            order: 7
        }
        .ant-col-lg-6 {
            display: block;
            box-sizing: border-box;
            width: 25%
        }
        .ant-col-lg-push-6 {
            left: 25%
        }
        .ant-col-lg-pull-6 {
            right: 25%
        }
        .ant-col-lg-offset-6 {
            margin-left: 25%
        }
        .ant-col-lg-order-6 {
            order: 6
        }
        .ant-col-lg-5 {
            display: block;
            box-sizing: border-box;
            width: 20.83333333%
        }
        .ant-col-lg-push-5 {
            left: 20.83333333%
        }
        .ant-col-lg-pull-5 {
            right: 20.83333333%
        }
        .ant-col-lg-offset-5 {
            margin-left: 20.83333333%
        }
        .ant-col-lg-order-5 {
            order: 5
        }
        .ant-col-lg-4 {
            display: block;
            box-sizing: border-box;
            width: 16.66666667%
        }
        .ant-col-lg-push-4 {
            left: 16.66666667%
        }
        .ant-col-lg-pull-4 {
            right: 16.66666667%
        }
        .ant-col-lg-offset-4 {
            margin-left: 16.66666667%
        }
        .ant-col-lg-order-4 {
            order: 4
        }
        .ant-col-lg-3 {
            display: block;
            box-sizing: border-box;
            width: 12.5%
        }
        .ant-col-lg-push-3 {
            left: 12.5%
        }
        .ant-col-lg-pull-3 {
            right: 12.5%
        }
        .ant-col-lg-offset-3 {
            margin-left: 12.5%
        }
        .ant-col-lg-order-3 {
            order: 3
        }
        .ant-col-lg-2 {
            display: block;
            box-sizing: border-box;
            width: 8.33333333%
        }
        .ant-col-lg-push-2 {
            left: 8.33333333%
        }
        .ant-col-lg-pull-2 {
            right: 8.33333333%
        }
        .ant-col-lg-offset-2 {
            margin-left: 8.33333333%
        }
        .ant-col-lg-order-2 {
            order: 2
        }
        .ant-col-lg-1 {
            display: block;
            box-sizing: border-box;
            width: 4.16666667%
        }
        .ant-col-lg-push-1 {
            left: 4.16666667%
        }
        .ant-col-lg-pull-1 {
            right: 4.16666667%
        }
        .ant-col-lg-offset-1 {
            margin-left: 4.16666667%
        }
        .ant-col-lg-order-1 {
            order: 1
        }
        .ant-col-lg-0 {
            display: none
        }
        .ant-col-push-0 {
            left: auto
        }
        .ant-col-pull-0 {
            right: auto
        }
        .ant-col-lg-push-0 {
            left: auto
        }
        .ant-col-lg-pull-0 {
            right: auto
        }
        .ant-col-lg-offset-0 {
            margin-left: 0
        }
        .ant-col-lg-order-0 {
            order: 0
        }
    }
    
    @media (min-width:1200px) {
        .ant-col-xl-1,
        .ant-col-xl-2,
        .ant-col-xl-3,
        .ant-col-xl-4,
        .ant-col-xl-5,
        .ant-col-xl-6,
        .ant-col-xl-7,
        .ant-col-xl-8,
        .ant-col-xl-9,
        .ant-col-xl-10,
        .ant-col-xl-11,
        .ant-col-xl-12,
        .ant-col-xl-13,
        .ant-col-xl-14,
        .ant-col-xl-15,
        .ant-col-xl-16,
        .ant-col-xl-17,
        .ant-col-xl-18,
        .ant-col-xl-19,
        .ant-col-xl-20,
        .ant-col-xl-21,
        .ant-col-xl-22,
        .ant-col-xl-23,
        .ant-col-xl-24 {
            float: left;
            flex: 0 0 auto
        }
        .ant-col-xl-24 {
            display: block;
            box-sizing: border-box;
            width: 100%
        }
        .ant-col-xl-push-24 {
            left: 100%
        }
        .ant-col-xl-pull-24 {
            right: 100%
        }
        .ant-col-xl-offset-24 {
            margin-left: 100%
        }
        .ant-col-xl-order-24 {
            order: 24
        }
        .ant-col-xl-23 {
            display: block;
            box-sizing: border-box;
            width: 95.83333333%
        }
        .ant-col-xl-push-23 {
            left: 95.83333333%
        }
        .ant-col-xl-pull-23 {
            right: 95.83333333%
        }
        .ant-col-xl-offset-23 {
            margin-left: 95.83333333%
        }
        .ant-col-xl-order-23 {
            order: 23
        }
        .ant-col-xl-22 {
            display: block;
            box-sizing: border-box;
            width: 91.66666667%
        }
        .ant-col-xl-push-22 {
            left: 91.66666667%
        }
        .ant-col-xl-pull-22 {
            right: 91.66666667%
        }
        .ant-col-xl-offset-22 {
            margin-left: 91.66666667%
        }
        .ant-col-xl-order-22 {
            order: 22
        }
        .ant-col-xl-21 {
            display: block;
            box-sizing: border-box;
            width: 87.5%
        }
        .ant-col-xl-push-21 {
            left: 87.5%
        }
        .ant-col-xl-pull-21 {
            right: 87.5%
        }
        .ant-col-xl-offset-21 {
            margin-left: 87.5%
        }
        .ant-col-xl-order-21 {
            order: 21
        }
        .ant-col-xl-20 {
            display: block;
            box-sizing: border-box;
            width: 83.33333333%
        }
        .ant-col-xl-push-20 {
            left: 83.33333333%
        }
        .ant-col-xl-pull-20 {
            right: 83.33333333%
        }
        .ant-col-xl-offset-20 {
            margin-left: 83.33333333%
        }
        .ant-col-xl-order-20 {
            order: 20
        }
        .ant-col-xl-19 {
            display: block;
            box-sizing: border-box;
            width: 79.16666667%
        }
        .ant-col-xl-push-19 {
            left: 79.16666667%
        }
        .ant-col-xl-pull-19 {
            right: 79.16666667%
        }
        .ant-col-xl-offset-19 {
            margin-left: 79.16666667%
        }
        .ant-col-xl-order-19 {
            order: 19
        }
        .ant-col-xl-18 {
            display: block;
            box-sizing: border-box;
            width: 75%
        }
        .ant-col-xl-push-18 {
            left: 75%
        }
        .ant-col-xl-pull-18 {
            right: 75%
        }
        .ant-col-xl-offset-18 {
            margin-left: 75%
        }
        .ant-col-xl-order-18 {
            order: 18
        }
        .ant-col-xl-17 {
            display: block;
            box-sizing: border-box;
            width: 70.83333333%
        }
        .ant-col-xl-push-17 {
            left: 70.83333333%
        }
        .ant-col-xl-pull-17 {
            right: 70.83333333%
        }
        .ant-col-xl-offset-17 {
            margin-left: 70.83333333%
        }
        .ant-col-xl-order-17 {
            order: 17
        }
        .ant-col-xl-16 {
            display: block;
            box-sizing: border-box;
            width: 66.66666667%
        }
        .ant-col-xl-push-16 {
            left: 66.66666667%
        }
        .ant-col-xl-pull-16 {
            right: 66.66666667%
        }
        .ant-col-xl-offset-16 {
            margin-left: 66.66666667%
        }
        .ant-col-xl-order-16 {
            order: 16
        }
        .ant-col-xl-15 {
            display: block;
            box-sizing: border-box;
            width: 62.5%
        }
        .ant-col-xl-push-15 {
            left: 62.5%
        }
        .ant-col-xl-pull-15 {
            right: 62.5%
        }
        .ant-col-xl-offset-15 {
            margin-left: 62.5%
        }
        .ant-col-xl-order-15 {
            order: 15
        }
        .ant-col-xl-14 {
            display: block;
            box-sizing: border-box;
            width: 58.33333333%
        }
        .ant-col-xl-push-14 {
            left: 58.33333333%
        }
        .ant-col-xl-pull-14 {
            right: 58.33333333%
        }
        .ant-col-xl-offset-14 {
            margin-left: 58.33333333%
        }
        .ant-col-xl-order-14 {
            order: 14
        }
        .ant-col-xl-13 {
            display: block;
            box-sizing: border-box;
            width: 54.16666667%
        }
        .ant-col-xl-push-13 {
            left: 54.16666667%
        }
        .ant-col-xl-pull-13 {
            right: 54.16666667%
        }
        .ant-col-xl-offset-13 {
            margin-left: 54.16666667%
        }
        .ant-col-xl-order-13 {
            order: 13
        }
        .ant-col-xl-12 {
            display: block;
            box-sizing: border-box;
            width: 50%
        }
        .ant-col-xl-push-12 {
            left: 50%
        }
        .ant-col-xl-pull-12 {
            right: 50%
        }
        .ant-col-xl-offset-12 {
            margin-left: 50%
        }
        .ant-col-xl-order-12 {
            order: 12
        }
        .ant-col-xl-11 {
            display: block;
            box-sizing: border-box;
            width: 45.83333333%
        }
        .ant-col-xl-push-11 {
            left: 45.83333333%
        }
        .ant-col-xl-pull-11 {
            right: 45.83333333%
        }
        .ant-col-xl-offset-11 {
            margin-left: 45.83333333%
        }
        .ant-col-xl-order-11 {
            order: 11
        }
        .ant-col-xl-10 {
            display: block;
            box-sizing: border-box;
            width: 41.66666667%
        }
        .ant-col-xl-push-10 {
            left: 41.66666667%
        }
        .ant-col-xl-pull-10 {
            right: 41.66666667%
        }
        .ant-col-xl-offset-10 {
            margin-left: 41.66666667%
        }
        .ant-col-xl-order-10 {
            order: 10
        }
        .ant-col-xl-9 {
            display: block;
            box-sizing: border-box;
            width: 37.5%
        }
        .ant-col-xl-push-9 {
            left: 37.5%
        }
        .ant-col-xl-pull-9 {
            right: 37.5%
        }
        .ant-col-xl-offset-9 {
            margin-left: 37.5%
        }
        .ant-col-xl-order-9 {
            order: 9
        }
        .ant-col-xl-8 {
            display: block;
            box-sizing: border-box;
            width: 33.33333333%
        }
        .ant-col-xl-push-8 {
            left: 33.33333333%
        }
        .ant-col-xl-pull-8 {
            right: 33.33333333%
        }
        .ant-col-xl-offset-8 {
            margin-left: 33.33333333%
        }
        .ant-col-xl-order-8 {
            order: 8
        }
        .ant-col-xl-7 {
            display: block;
            box-sizing: border-box;
            width: 29.16666667%
        }
        .ant-col-xl-push-7 {
            left: 29.16666667%
        }
        .ant-col-xl-pull-7 {
            right: 29.16666667%
        }
        .ant-col-xl-offset-7 {
            margin-left: 29.16666667%
        }
        .ant-col-xl-order-7 {
            order: 7
        }
        .ant-col-xl-6 {
            display: block;
            box-sizing: border-box;
            width: 25%
        }
        .ant-col-xl-push-6 {
            left: 25%
        }
        .ant-col-xl-pull-6 {
            right: 25%
        }
        .ant-col-xl-offset-6 {
            margin-left: 25%
        }
        .ant-col-xl-order-6 {
            order: 6
        }
        .ant-col-xl-5 {
            display: block;
            box-sizing: border-box;
            width: 20.83333333%
        }
        .ant-col-xl-push-5 {
            left: 20.83333333%
        }
        .ant-col-xl-pull-5 {
            right: 20.83333333%
        }
        .ant-col-xl-offset-5 {
            margin-left: 20.83333333%
        }
        .ant-col-xl-order-5 {
            order: 5
        }
        .ant-col-xl-4 {
            display: block;
            box-sizing: border-box;
            width: 16.66666667%
        }
        .ant-col-xl-push-4 {
            left: 16.66666667%
        }
        .ant-col-xl-pull-4 {
            right: 16.66666667%
        }
        .ant-col-xl-offset-4 {
            margin-left: 16.66666667%
        }
        .ant-col-xl-order-4 {
            order: 4
        }
        .ant-col-xl-3 {
            display: block;
            box-sizing: border-box;
            width: 12.5%
        }
        .ant-col-xl-push-3 {
            left: 12.5%
        }
        .ant-col-xl-pull-3 {
            right: 12.5%
        }
        .ant-col-xl-offset-3 {
            margin-left: 12.5%
        }
        .ant-col-xl-order-3 {
            order: 3
        }
        .ant-col-xl-2 {
            display: block;
            box-sizing: border-box;
            width: 8.33333333%
        }
        .ant-col-xl-push-2 {
            left: 8.33333333%
        }
        .ant-col-xl-pull-2 {
            right: 8.33333333%
        }
        .ant-col-xl-offset-2 {
            margin-left: 8.33333333%
        }
        .ant-col-xl-order-2 {
            order: 2
        }
        .ant-col-xl-1 {
            display: block;
            box-sizing: border-box;
            width: 4.16666667%
        }
        .ant-col-xl-push-1 {
            left: 4.16666667%
        }
        .ant-col-xl-pull-1 {
            right: 4.16666667%
        }
        .ant-col-xl-offset-1 {
            margin-left: 4.16666667%
        }
        .ant-col-xl-order-1 {
            order: 1
        }
        .ant-col-xl-0 {
            display: none
        }
        .ant-col-push-0 {
            left: auto
        }
        .ant-col-pull-0 {
            right: auto
        }
        .ant-col-xl-push-0 {
            left: auto
        }
        .ant-col-xl-pull-0 {
            right: auto
        }
        .ant-col-xl-offset-0 {
            margin-left: 0
        }
        .ant-col-xl-order-0 {
            order: 0
        }
    }
    
    @media (min-width:1600px) {
        .ant-col-xxl-1,
        .ant-col-xxl-2,
        .ant-col-xxl-3,
        .ant-col-xxl-4,
        .ant-col-xxl-5,
        .ant-col-xxl-6,
        .ant-col-xxl-7,
        .ant-col-xxl-8,
        .ant-col-xxl-9,
        .ant-col-xxl-10,
        .ant-col-xxl-11,
        .ant-col-xxl-12,
        .ant-col-xxl-13,
        .ant-col-xxl-14,
        .ant-col-xxl-15,
        .ant-col-xxl-16,
        .ant-col-xxl-17,
        .ant-col-xxl-18,
        .ant-col-xxl-19,
        .ant-col-xxl-20,
        .ant-col-xxl-21,
        .ant-col-xxl-22,
        .ant-col-xxl-23,
        .ant-col-xxl-24 {
            float: left;
            flex: 0 0 auto
        }
        .ant-col-xxl-24 {
            display: block;
            box-sizing: border-box;
            width: 100%
        }
        .ant-col-xxl-push-24 {
            left: 100%
        }
        .ant-col-xxl-pull-24 {
            right: 100%
        }
        .ant-col-xxl-offset-24 {
            margin-left: 100%
        }
        .ant-col-xxl-order-24 {
            order: 24
        }
        .ant-col-xxl-23 {
            display: block;
            box-sizing: border-box;
            width: 95.83333333%
        }
        .ant-col-xxl-push-23 {
            left: 95.83333333%
        }
        .ant-col-xxl-pull-23 {
            right: 95.83333333%
        }
        .ant-col-xxl-offset-23 {
            margin-left: 95.83333333%
        }
        .ant-col-xxl-order-23 {
            order: 23
        }
        .ant-col-xxl-22 {
            display: block;
            box-sizing: border-box;
            width: 91.66666667%
        }
        .ant-col-xxl-push-22 {
            left: 91.66666667%
        }
        .ant-col-xxl-pull-22 {
            right: 91.66666667%
        }
        .ant-col-xxl-offset-22 {
            margin-left: 91.66666667%
        }
        .ant-col-xxl-order-22 {
            order: 22
        }
        .ant-col-xxl-21 {
            display: block;
            box-sizing: border-box;
            width: 87.5%
        }
        .ant-col-xxl-push-21 {
            left: 87.5%
        }
        .ant-col-xxl-pull-21 {
            right: 87.5%
        }
        .ant-col-xxl-offset-21 {
            margin-left: 87.5%
        }
        .ant-col-xxl-order-21 {
            order: 21
        }
        .ant-col-xxl-20 {
            display: block;
            box-sizing: border-box;
            width: 83.33333333%
        }
        .ant-col-xxl-push-20 {
            left: 83.33333333%
        }
        .ant-col-xxl-pull-20 {
            right: 83.33333333%
        }
        .ant-col-xxl-offset-20 {
            margin-left: 83.33333333%
        }
        .ant-col-xxl-order-20 {
            order: 20
        }
        .ant-col-xxl-19 {
            display: block;
            box-sizing: border-box;
            width: 79.16666667%
        }
        .ant-col-xxl-push-19 {
            left: 79.16666667%
        }
        .ant-col-xxl-pull-19 {
            right: 79.16666667%
        }
        .ant-col-xxl-offset-19 {
            margin-left: 79.16666667%
        }
        .ant-col-xxl-order-19 {
            order: 19
        }
        .ant-col-xxl-18 {
            display: block;
            box-sizing: border-box;
            width: 75%
        }
        .ant-col-xxl-push-18 {
            left: 75%
        }
        .ant-col-xxl-pull-18 {
            right: 75%
        }
        .ant-col-xxl-offset-18 {
            margin-left: 75%
        }
        .ant-col-xxl-order-18 {
            order: 18
        }
        .ant-col-xxl-17 {
            display: block;
            box-sizing: border-box;
            width: 70.83333333%
        }
        .ant-col-xxl-push-17 {
            left: 70.83333333%
        }
        .ant-col-xxl-pull-17 {
            right: 70.83333333%
        }
        .ant-col-xxl-offset-17 {
            margin-left: 70.83333333%
        }
        .ant-col-xxl-order-17 {
            order: 17
        }
        .ant-col-xxl-16 {
            display: block;
            box-sizing: border-box;
            width: 66.66666667%
        }
        .ant-col-xxl-push-16 {
            left: 66.66666667%
        }
        .ant-col-xxl-pull-16 {
            right: 66.66666667%
        }
        .ant-col-xxl-offset-16 {
            margin-left: 66.66666667%
        }
        .ant-col-xxl-order-16 {
            order: 16
        }
        .ant-col-xxl-15 {
            display: block;
            box-sizing: border-box;
            width: 62.5%
        }
        .ant-col-xxl-push-15 {
            left: 62.5%
        }
        .ant-col-xxl-pull-15 {
            right: 62.5%
        }
        .ant-col-xxl-offset-15 {
            margin-left: 62.5%
        }
        .ant-col-xxl-order-15 {
            order: 15
        }
        .ant-col-xxl-14 {
            display: block;
            box-sizing: border-box;
            width: 58.33333333%
        }
        .ant-col-xxl-push-14 {
            left: 58.33333333%
        }
        .ant-col-xxl-pull-14 {
            right: 58.33333333%
        }
        .ant-col-xxl-offset-14 {
            margin-left: 58.33333333%
        }
        .ant-col-xxl-order-14 {
            order: 14
        }
        .ant-col-xxl-13 {
            display: block;
            box-sizing: border-box;
            width: 54.16666667%
        }
        .ant-col-xxl-push-13 {
            left: 54.16666667%
        }
        .ant-col-xxl-pull-13 {
            right: 54.16666667%
        }
        .ant-col-xxl-offset-13 {
            margin-left: 54.16666667%
        }
        .ant-col-xxl-order-13 {
            order: 13
        }
        .ant-col-xxl-12 {
            display: block;
            box-sizing: border-box;
            width: 50%
        }
        .ant-col-xxl-push-12 {
            left: 50%
        }
        .ant-col-xxl-pull-12 {
            right: 50%
        }
        .ant-col-xxl-offset-12 {
            margin-left: 50%
        }
        .ant-col-xxl-order-12 {
            order: 12
        }
        .ant-col-xxl-11 {
            display: block;
            box-sizing: border-box;
            width: 45.83333333%
        }
        .ant-col-xxl-push-11 {
            left: 45.83333333%
        }
        .ant-col-xxl-pull-11 {
            right: 45.83333333%
        }
        .ant-col-xxl-offset-11 {
            margin-left: 45.83333333%
        }
        .ant-col-xxl-order-11 {
            order: 11
        }
        .ant-col-xxl-10 {
            display: block;
            box-sizing: border-box;
            width: 41.66666667%
        }
        .ant-col-xxl-push-10 {
            left: 41.66666667%
        }
        .ant-col-xxl-pull-10 {
            right: 41.66666667%
        }
        .ant-col-xxl-offset-10 {
            margin-left: 41.66666667%
        }
        .ant-col-xxl-order-10 {
            order: 10
        }
        .ant-col-xxl-9 {
            display: block;
            box-sizing: border-box;
            width: 37.5%
        }
        .ant-col-xxl-push-9 {
            left: 37.5%
        }
        .ant-col-xxl-pull-9 {
            right: 37.5%
        }
        .ant-col-xxl-offset-9 {
            margin-left: 37.5%
        }
        .ant-col-xxl-order-9 {
            order: 9
        }
        .ant-col-xxl-8 {
            display: block;
            box-sizing: border-box;
            width: 33.33333333%
        }
        .ant-col-xxl-push-8 {
            left: 33.33333333%
        }
        .ant-col-xxl-pull-8 {
            right: 33.33333333%
        }
        .ant-col-xxl-offset-8 {
            margin-left: 33.33333333%
        }
        .ant-col-xxl-order-8 {
            order: 8
        }
        .ant-col-xxl-7 {
            display: block;
            box-sizing: border-box;
            width: 29.16666667%
        }
        .ant-col-xxl-push-7 {
            left: 29.16666667%
        }
        .ant-col-xxl-pull-7 {
            right: 29.16666667%
        }
        .ant-col-xxl-offset-7 {
            margin-left: 29.16666667%
        }
        .ant-col-xxl-order-7 {
            order: 7
        }
        .ant-col-xxl-6 {
            display: block;
            box-sizing: border-box;
            width: 25%
        }
        .ant-col-xxl-push-6 {
            left: 25%
        }
        .ant-col-xxl-pull-6 {
            right: 25%
        }
        .ant-col-xxl-offset-6 {
            margin-left: 25%
        }
        .ant-col-xxl-order-6 {
            order: 6
        }
        .ant-col-xxl-5 {
            display: block;
            box-sizing: border-box;
            width: 20.83333333%
        }
        .ant-col-xxl-push-5 {
            left: 20.83333333%
        }
        .ant-col-xxl-pull-5 {
            right: 20.83333333%
        }
        .ant-col-xxl-offset-5 {
            margin-left: 20.83333333%
        }
        .ant-col-xxl-order-5 {
            order: 5
        }
        .ant-col-xxl-4 {
            display: block;
            box-sizing: border-box;
            width: 16.66666667%
        }
        .ant-col-xxl-push-4 {
            left: 16.66666667%
        }
        .ant-col-xxl-pull-4 {
            right: 16.66666667%
        }
        .ant-col-xxl-offset-4 {
            margin-left: 16.66666667%
        }
        .ant-col-xxl-order-4 {
            order: 4
        }
        .ant-col-xxl-3 {
            display: block;
            box-sizing: border-box;
            width: 12.5%
        }
        .ant-col-xxl-push-3 {
            left: 12.5%
        }
        .ant-col-xxl-pull-3 {
            right: 12.5%
        }
        .ant-col-xxl-offset-3 {
            margin-left: 12.5%
        }
        .ant-col-xxl-order-3 {
            order: 3
        }
        .ant-col-xxl-2 {
            display: block;
            box-sizing: border-box;
            width: 8.33333333%
        }
        .ant-col-xxl-push-2 {
            left: 8.33333333%
        }
        .ant-col-xxl-pull-2 {
            right: 8.33333333%
        }
        .ant-col-xxl-offset-2 {
            margin-left: 8.33333333%
        }
        .ant-col-xxl-order-2 {
            order: 2
        }
        .ant-col-xxl-1 {
            display: block;
            box-sizing: border-box;
            width: 4.16666667%
        }
        .ant-col-xxl-push-1 {
            left: 4.16666667%
        }
        .ant-col-xxl-pull-1 {
            right: 4.16666667%
        }
        .ant-col-xxl-offset-1 {
            margin-left: 4.16666667%
        }
        .ant-col-xxl-order-1 {
            order: 1
        }
        .ant-col-xxl-0 {
            display: none
        }
        .ant-col-push-0 {
            left: auto
        }
        .ant-col-pull-0 {
            right: auto
        }
        .ant-col-xxl-push-0 {
            left: auto
        }
        .ant-col-xxl-pull-0 {
            right: auto
        }
        .ant-col-xxl-offset-0 {
            margin-left: 0
        }
        .ant-col-xxl-order-0 {
            order: 0
        }
    }
    
    .ant-input {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        padding: 4px 11px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        transition: all .3s
    }
    
    .ant-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input:focus,
    .ant-input:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-input:focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2)
    }
    
    .ant-input-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-input-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    textarea.ant-input {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-input-lg {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-input-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-input-group {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: table;
        border-collapse: separate;
        border-spacing: 0;
        width: 100%
    }
    
    .ant-input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }
    
    .ant-input-group>[class*=col-] {
        padding-right: 8px
    }
    
    .ant-input-group>[class*=col-]:last-child {
        padding-right: 0
    }
    
    .ant-input-group-addon,
    .ant-input-group-wrap,
    .ant-input-group>.ant-input {
        display: table-cell
    }
    
    .ant-input-group-addon:not(:first-child):not(:last-child),
    .ant-input-group-wrap:not(:first-child):not(:last-child),
    .ant-input-group>.ant-input:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    
    .ant-input-group-addon,
    .ant-input-group-wrap {
        width: 1px;
        white-space: nowrap;
        vertical-align: middle
    }
    
    .ant-input-group-wrap>* {
        display: block!important
    }
    
    .ant-input-group .ant-input {
        float: left;
        width: 100%;
        margin-bottom: 0
    }
    
    .ant-input-group .ant-input:focus,
    .ant-input-group .ant-input:hover {
        z-index: 1;
        border-right-width: 1px
    }
    
    .ant-input-group-addon {
        padding: 0 11px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #282828;
        text-align: center;
        background-color: #fafafa;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        position: relative;
        transition: all .3s
    }
    
    .ant-input-group-addon .ant-select {
        margin: -5px -11px
    }
    
    .ant-input-group-addon .ant-select .ant-select-selection {
        background-color: inherit;
        margin: -1px;
        border: 1px solid transparent;
        box-shadow: none
    }
    
    .ant-input-group-addon .ant-select-focused .ant-select-selection,
    .ant-input-group-addon .ant-select-open .ant-select-selection {
        color: #00b0b9
    }
    
    .ant-input-group-addon>i:only-child:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    
    .ant-input-group-addon:first-child,
    .ant-input-group-addon:first-child .ant-select .ant-select-selection,
    .ant-input-group>.ant-input:first-child,
    .ant-input-group>.ant-input:first-child .ant-select .ant-select-selection {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    
    .ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    
    .ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    
    .ant-input-group-addon:first-child {
        border-right: 0
    }
    
    .ant-input-group-addon:last-child {
        border-left: 0
    }
    
    .ant-input-group-addon:last-child,
    .ant-input-group-addon:last-child .ant-select .ant-select-selection,
    .ant-input-group>.ant-input:last-child,
    .ant-input-group>.ant-input:last-child .ant-select .ant-select-selection {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    
    .ant-input-group-lg .ant-input,
    .ant-input-group-lg>.ant-input-group-addon {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-input-group-sm .ant-input,
    .ant-input-group-sm>.ant-input-group-addon {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-input-group-lg .ant-select-selection--single {
        height: 48px
    }
    
    .ant-input-group-sm .ant-select-selection--single {
        height: 24px
    }
    
    .ant-input-group .ant-input-affix-wrapper {
        display: table-cell;
        width: 100%;
        float: left
    }
    
    .ant-input-group.ant-input-group-compact {
        display: block;
        zoom: 1
    }
    
    .ant-input-group.ant-input-group-compact:after,
    .ant-input-group.ant-input-group-compact:before {
        content: "";
        display: table
    }
    
    .ant-input-group.ant-input-group-compact:after {
        clear: both
    }
    
    .ant-input-group.ant-input-group-compact>* {
        border-radius: 0;
        border-right-width: 0;
        vertical-align: top;
        float: none;
        display: inline-block
    }
    
    .ant-input-group.ant-input-group-compact .ant-input {
        float: none
    }
    
    .ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,
    .ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,
    .ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input {
        border-radius: 0;
        border-right-width: 0
    }
    
    .ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,
    .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,
    .ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,
    .ant-input-group.ant-input-group-compact>:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
    
    .ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,
    .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,
    .ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,
    .ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,
    .ant-input-group.ant-input-group-compact>:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-right-width: 1px
    }
    
    .ant-input-group-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }
    
    .ant-input-affix-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        width: 100%
    }
    
    .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-input-affix-wrapper .ant-input {
        position: static
    }
    
    .ant-input-affix-wrapper .ant-input-prefix,
    .ant-input-affix-wrapper .ant-input-suffix {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        color: #282828
    }
    
    .ant-input-affix-wrapper .ant-input-prefix:not(.anticon),
    .ant-input-affix-wrapper .ant-input-suffix:not(.anticon) {
        line-height: 20px
    }
    
    .ant-input-affix-wrapper .ant-input-prefix {
        left: 12px
    }
    
    .ant-input-affix-wrapper .ant-input-suffix {
        right: 12px
    }
    
    .ant-input-affix-wrapper .ant-input:not(:first-child) {
        padding-left: 30px
    }
    
    .ant-input-affix-wrapper .ant-input:not(:last-child) {
        padding-right: 30px
    }
    
    .ant-input-affix-wrapper .ant-input {
        min-height: 100%
    }
    
    .ant-input-search-icon {
        color: rgba(0, 0, 0, .45);
        cursor: pointer;
        transition: all .3s
    }
    
    .ant-input-search-icon:hover {
        color: #333
    }
    
    .ant-input-search:not(.ant-input-search-small)>.ant-input-suffix {
        right: 12px
    }
    
    .ant-input-search>.ant-input-suffix>.ant-input-search-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    
    .ant-input-search>.ant-input-suffix>.ant-input-search-button>.anticon-search {
        font-size: 16px
    }
    
    .ant-input-search.ant-input-search-enter-button>.ant-input {
        padding-right: 46px
    }
    
    .ant-input-search.ant-input-search-enter-button>.ant-input-suffix {
        right: 0
    }
    
    .ant-input-number {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        box-sizing: border-box;
        list-style: none;
        position: relative;
        padding: 4px 11px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        background-color: #fff;
        background-image: none;
        transition: all .3s;
        margin: 0;
        padding: 0;
        display: inline-block;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        width: 90px
    }
    
    .ant-input-number::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-input-number:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input-number::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input-number:focus {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    textarea.ant-input-number {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-input-number-lg {
        padding: 6px 11px;
        height: 48px
    }
    
    .ant-input-number-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-input-number-handler {
        text-align: center;
        line-height: 0;
        height: 50%;
        overflow: hidden;
        color: rgba(0, 0, 0, .45);
        position: relative;
        transition: all .1s linear;
        display: block;
        width: 100%;
        font-weight: 700
    }
    
    .ant-input-number-handler:active {
        background: #f4f4f4
    }
    
    .ant-input-number-handler:hover .ant-input-number-handler-down-inner,
    .ant-input-number-handler:hover .ant-input-number-handler-up-inner {
        color: #20c4c7
    }
    
    .ant-input-number-handler-down-inner,
    .ant-input-number-handler-up-inner {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 12px;
        user-select: none;
        position: absolute;
        width: 12px;
        height: 12px;
        transition: all .1s linear;
        display: inline-block;
        font-size: 12px;
        font-size: 7px\9;
        transform: scale(.58333333) rotate(0deg);
        right: 4px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-input-number-handler-down-inner:before,
    .ant-input-number-handler-up-inner:before {
        display: block;
        font-family: anticon!important
    }
    
    :root .ant-input-number-handler-down-inner,
    :root .ant-input-number-handler-up-inner {
        font-size: 12px
    }
    
    .ant-input-number-focused,
    .ant-input-number:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-input-number-focused {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2)
    }
    
    .ant-input-number-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-input-number-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    .ant-input-number-disabled .ant-input-number-input {
        cursor: not-allowed
    }
    
    .ant-input-number-disabled .ant-input-number-handler-wrap {
        display: none
    }
    
    .ant-input-number-input {
        width: 100%;
        text-align: left;
        outline: 0;
        -moz-appearance: textfield;
        height: 38px;
        transition: all .3s linear;
        background-color: transparent;
        border: 0;
        border-radius: 3px;
        padding: 0 11px
    }
    
    .ant-input-number-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-input-number-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input-number-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-input-number-lg {
        padding: 0;
        font-size: 16px
    }
    
    .ant-input-number-lg input {
        height: 46px
    }
    
    .ant-input-number-sm {
        padding: 0
    }
    
    .ant-input-number-sm input {
        height: 22px;
        padding: 0 7px
    }
    
    .ant-input-number-handler-wrap {
        border-left: 1px solid #d9d9d9;
        width: 22px;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        border-radius: 0 3px 3px 0;
        transition: opacity .24s linear .1s
    }
    
    .ant-input-number-handler-wrap:hover .ant-input-number-handler {
        height: 40%
    }
    
    .ant-input-number:hover .ant-input-number-handler-wrap {
        opacity: 1
    }
    
    .ant-input-number-handler-up {
        cursor: pointer
    }
    
    .ant-input-number-handler-up-inner {
        top: 50%;
        margin-top: -6px
    }
    
    .ant-input-number-handler-up-inner:before {
        text-align: center;
        content: "\E61E"
    }
    
    .ant-input-number-handler-up:hover {
        height: 60%!important
    }
    
    .ant-input-number-handler-down {
        border-top: 1px solid #d9d9d9;
        top: -1px;
        cursor: pointer
    }
    
    .ant-input-number-handler-down-inner {
        top: 50%;
        margin-top: -6px
    }
    
    .ant-input-number-handler-down-inner:before {
        text-align: center;
        content: "\E61D"
    }
    
    .ant-input-number-handler-down:hover {
        height: 60%!important
    }
    
    .ant-input-number-handler-down-disabled,
    .ant-input-number-handler-up-disabled {
        cursor: not-allowed
    }
    
    .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,
    .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-layout {
        display: flex;
        flex-direction: column;
        flex: auto;
        background: #f0f2f5
    }
    
    .ant-layout,
    .ant-layout * {
        box-sizing: border-box
    }
    
    .ant-layout.ant-layout-has-sider {
        flex-direction: row
    }
    
    .ant-layout.ant-layout-has-sider>.ant-layout,
    .ant-layout.ant-layout-has-sider>.ant-layout-content {
        overflow-x: hidden
    }
    
    .ant-layout-footer,
    .ant-layout-header {
        flex: 0 0 auto
    }
    
    .ant-layout-header {
        background: #001529;
        padding: 0 50px;
        height: 64px;
        line-height: 64px
    }
    
    .ant-layout-footer {
        background: #f0f2f5;
        padding: 24px 50px;
        color: #282828;
        font-size: 14px
    }
    
    .ant-layout-content {
        flex: auto
    }
    
    .ant-layout-sider {
        transition: all .2s;
        position: relative;
        background: #001529;
        min-width: 0
    }
    
    .ant-layout-sider-children {
        height: 100%;
        padding-top: .1px;
        margin-top: -.1px
    }
    
    .ant-layout-sider-has-trigger {
        padding-bottom: 48px
    }
    
    .ant-layout-sider-right {
        order: 1
    }
    
    .ant-layout-sider-trigger {
        position: fixed;
        text-align: center;
        bottom: 0;
        cursor: pointer;
        height: 48px;
        line-height: 48px;
        color: #fff;
        background: #002140;
        z-index: 1;
        transition: all .2s
    }
    
    .ant-layout-sider-zero-width>* {
        overflow: hidden
    }
    
    .ant-layout-sider-zero-width-trigger {
        position: absolute;
        top: 64px;
        right: -36px;
        text-align: center;
        width: 36px;
        height: 42px;
        line-height: 42px;
        background: #001529;
        color: #fff;
        font-size: 18px;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        transition: background .3s ease
    }
    
    .ant-layout-sider-zero-width-trigger:hover {
        background: #192c3e
    }
    
    .ant-layout-sider-light {
        background: #fff
    }
    
    .ant-layout-sider-light .ant-layout-sider-trigger,
    .ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
        color: #282828;
        background: #fff
    }
    
    .ant-list {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative
    }
    
    .ant-list * {
        outline: none
    }
    
    .ant-list-pagination {
        margin-top: 24px;
        text-align: right
    }
    
    .ant-list-more {
        margin-top: 12px;
        text-align: center
    }
    
    .ant-list-more button {
        padding-left: 32px;
        padding-right: 32px
    }
    
    .ant-list-spin {
        text-align: center;
        min-height: 40px
    }
    
    .ant-list-empty-text {
        color: rgba(0, 0, 0, .45);
        font-size: 14px;
        padding: 16px;
        text-align: center
    }
    
    .ant-list-item {
        align-items: center;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px
    }
    
    .ant-list-item-meta {
        align-items: flex-start;
        display: flex;
        flex: 1;
        font-size: 0
    }
    
    .ant-list-item-meta-avatar {
        margin-right: 16px
    }
    
    .ant-list-item-meta-content {
        flex: 1 0
    }
    
    .ant-list-item-meta-title {
        color: #282828;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 22px
    }
    
    .ant-list-item-meta-title>a {
        color: #282828;
        transition: all .3s
    }
    
    .ant-list-item-meta-title>a:hover {
        color: #00b0b9
    }
    
    .ant-list-item-meta-description {
        color: rgba(0, 0, 0, .45);
        font-size: 14px;
        line-height: 22px
    }
    
    .ant-list-item-content {
        display: flex;
        flex: 1;
        justify-content: flex-end
    }
    
    .ant-list-item-content-single {
        justify-content: flex-start
    }
    
    .ant-list-item-action {
        font-size: 0;
        flex: 0 0 auto;
        margin-left: 48px;
        padding: 0;
        list-style: none
    }
    
    .ant-list-item-action>li {
        display: inline-block;
        color: rgba(0, 0, 0, .45);
        cursor: pointer;
        padding: 0 8px;
        position: relative;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }
    
    .ant-list-item-action>li:first-child {
        padding-left: 0
    }
    
    .ant-list-item-action-split {
        background-color: #e8e8e8;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 14px
    }
    
    .ant-list-item-main {
        display: flex;
        flex: 1
    }
    
    .ant-list-footer,
    .ant-list-header {
        padding-top: 12px;
        padding-bottom: 12px
    }
    
    .ant-list-empty {
        color: rgba(0, 0, 0, .45);
        padding: 16px 0;
        font-size: 12px;
        text-align: center
    }
    
    .ant-list-split .ant-list-item {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-list-split .ant-list-item:last-child {
        border-bottom: none
    }
    
    .ant-list-split .ant-list-header {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-list-loading .ant-list-spin-nested-loading {
        min-height: 32px
    }
    
    .ant-list-something-after-last-item .ant-spin-container>.ant-list-item:last-child {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-list-lg .ant-list-item {
        padding-top: 16px;
        padding-bottom: 16px
    }
    
    .ant-list-sm .ant-list-item {
        padding-top: 8px;
        padding-bottom: 8px
    }
    
    .ant-list-vertical .ant-list-item {
        display: block
    }
    
    .ant-list-vertical .ant-list-item-extra-wrap {
        display: flex
    }
    
    .ant-list-vertical .ant-list-item-main {
        display: block;
        flex: 1
    }
    
    .ant-list-vertical .ant-list-item-extra {
        margin-left: 58px
    }
    
    .ant-list-vertical .ant-list-item-meta {
        margin-bottom: 16px
    }
    
    .ant-list-vertical .ant-list-item-meta-avatar {
        display: none
    }
    
    .ant-list-vertical .ant-list-item-meta-title {
        color: rgba(0, 0, 0, .85);
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px
    }
    
    .ant-list-vertical .ant-list-item-content {
        display: block;
        color: #282828;
        font-size: 14px;
        margin-bottom: 16px
    }
    
    .ant-list-vertical .ant-list-item-action {
        margin-left: auto
    }
    
    .ant-list-vertical .ant-list-item-action>li {
        padding: 0 16px
    }
    
    .ant-list-vertical .ant-list-item-action>li:first-child {
        padding-left: 0
    }
    
    .ant-list-grid .ant-list-item {
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 16px
    }
    
    .ant-list-grid .ant-list-item-content {
        display: block
    }
    
    .ant-list-bordered {
        border-radius: 3px;
        border: 1px solid #d9d9d9
    }
    
    .ant-list-bordered .ant-list-footer,
    .ant-list-bordered .ant-list-header,
    .ant-list-bordered .ant-list-item {
        padding-left: 24px;
        padding-right: 24px
    }
    
    .ant-list-bordered .ant-list-item {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-list-bordered .ant-list-pagination {
        margin: 16px 24px
    }
    
    .ant-list-bordered.ant-list-sm .ant-list-item {
        padding-left: 16px;
        padding-right: 16px
    }
    
    .ant-list-bordered.ant-list-sm .ant-list-footer,
    .ant-list-bordered.ant-list-sm .ant-list-header {
        padding: 8px 16px
    }
    
    .ant-list-bordered.ant-list-lg .ant-list-footer,
    .ant-list-bordered.ant-list-lg .ant-list-header {
        padding: 16px 24px
    }
    
    @media screen and (max-width:768px) {
        .ant-list-item-action,
        .ant-list-vertical .ant-list-item-extra {
            margin-left: 24px
        }
    }
    
    @media screen and (max-width:480px) {
        .ant-list-item {
            flex-wrap: wrap
        }
        .ant-list-item-action {
            margin-left: 12px
        }
        .ant-list-vertical .ant-list-item-extra-wrap {
            flex-wrap: wrap-reverse
        }
        .ant-list-vertical .ant-list-item-main {
            min-width: 220px
        }
        .ant-list-vertical .ant-list-item-extra {
            margin-left: 0
        }
    }
    
    .ant-mention-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle
    }
    
    .ant-mention-wrapper,
    .ant-mention-wrapper .ant-mention-editor {
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        position: relative;
        width: 100%
    }
    
    .ant-mention-wrapper .ant-mention-editor {
        display: inline-block;
        padding: 4px 11px;
        height: 40px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        transition: all .3s;
        min-height: 40px;
        height: auto;
        padding: 0;
        display: block
    }
    
    .ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-mention-wrapper .ant-mention-editor:focus,
    .ant-mention-wrapper .ant-mention-editor:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-mention-wrapper .ant-mention-editor:focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2)
    }
    
    .ant-mention-wrapper .ant-mention-editor-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-mention-wrapper .ant-mention-editor-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    textarea.ant-mention-wrapper .ant-mention-editor {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-mention-wrapper .ant-mention-editor-lg {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-mention-wrapper .ant-mention-editor-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-mention-wrapper .ant-mention-editor-wrapper {
        overflow-y: auto;
        height: auto
    }
    
    .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-mention-wrapper.disabled .ant-mention-editor {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-mention-wrapper.disabled .ant-mention-editor:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    .ant-mention-wrapper .public-DraftEditorPlaceholder-root {
        position: absolute;
        pointer-events: none
    }
    
    .ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
        color: #bfbfbf;
        opacity: 1;
        outline: none;
        white-space: pre-wrap;
        word-wrap: break-word;
        height: auto;
        padding: 5px 11px
    }
    
    .ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
        height: auto;
        padding: 5px 11px
    }
    
    .ant-mention-dropdown {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 1.5em;
        max-height: 250px;
        min-width: 120px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        border-radius: 3px;
        z-index: 1050;
        left: -9999px;
        top: -9999px;
        position: absolute;
        outline: none;
        overflow-x: hidden;
        overflow-y: auto
    }
    
    .ant-mention-dropdown-placement-top {
        margin-top: -.1em
    }
    
    .ant-mention-dropdown-notfound.ant-mention-dropdown-item {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
        color: #00b0b9;
        text-align: center;
        display: block
    }
    
    .ant-mention-dropdown-item {
        position: relative;
        display: block;
        padding: 5px 12px;
        line-height: 22px;
        font-weight: 400;
        color: #282828;
        white-space: nowrap;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: background .3s
    }
    
    .ant-mention-dropdown-item-active,
    .ant-mention-dropdown-item.focus,
    .ant-mention-dropdown-item:hover {
        background-color: #e1faf7
    }
    
    .ant-mention-dropdown-item-disabled {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-mention-dropdown-item-disabled:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #fff;
        cursor: not-allowed
    }
    
    .ant-mention-dropdown-item-selected,
    .ant-mention-dropdown-item-selected:hover {
        background-color: #f5f5f5;
        font-weight: 700;
        color: #282828
    }
    
    .ant-mention-dropdown-item-divider {
        height: 1px;
        margin: 1px 0;
        overflow: hidden;
        background-color: #e8e8e8;
        line-height: 0
    }
    
    .ant-menu {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        outline: none;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        color: #282828;
        background: #fff;
        line-height: 0;
        transition: background .3s, width .2s;
        zoom: 1
    }
    
    .ant-menu:after,
    .ant-menu:before {
        content: "";
        display: table
    }
    
    .ant-menu:after {
        clear: both
    }
    
    .ant-menu ol,
    .ant-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .ant-menu-hidden {
        display: none
    }
    
    .ant-menu-item-group-title {
        color: rgba(0, 0, 0, .45);
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
        transition: all .3s
    }
    
    .ant-menu-submenu,
    .ant-menu-submenu-inline {
        transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-item:active,
    .ant-menu-submenu-title:active {
        background: #e1faf7
    }
    
    .ant-menu-submenu .ant-menu-sub {
        cursor: auto;
        transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-item>a {
        display: block;
        color: #282828
    }
    
    .ant-menu-item>a:hover {
        color: #00b0b9
    }
    
    .ant-menu-item>a:focus {
        text-decoration: none
    }
    
    .ant-menu-item>a:before {
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: ""
    }
    
    .ant-menu-item-divider {
        height: 1px;
        overflow: hidden;
        background-color: #e8e8e8;
        line-height: 0
    }
    
    .ant-menu-item-active,
    .ant-menu-item:hover,
    .ant-menu-submenu-active,
    .ant-menu-submenu-title:hover,
    .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
        color: #00b0b9
    }
    
    .ant-menu-horizontal .ant-menu-item,
    .ant-menu-horizontal .ant-menu-submenu {
        margin-top: -1px
    }
    
    .ant-menu-horizontal>.ant-menu-item-active,
    .ant-menu-horizontal>.ant-menu-item:hover,
    .ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
        background-color: transparent
    }
    
    .ant-menu-item-selected,
    .ant-menu-item-selected>a,
    .ant-menu-item-selected>a:hover {
        color: #00b0b9
    }
    
    .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
        background-color: #e1faf7
    }
    
    .ant-menu-inline,
    .ant-menu-vertical,
    .ant-menu-vertical-left {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-menu-vertical-right {
        border-left: 1px solid #e8e8e8
    }
    
    .ant-menu-vertical-left.ant-menu-sub,
    .ant-menu-vertical-right.ant-menu-sub,
    .ant-menu-vertical.ant-menu-sub {
        border-right: 0;
        padding: 0;
        transform-origin: 0 0
    }
    
    .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
    .ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
    .ant-menu-vertical.ant-menu-sub .ant-menu-item {
        border-right: 0;
        margin-left: 0;
        left: 0
    }
    
    .ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
    .ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,
    .ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
        border-right: 0
    }
    
    .ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
    .ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
    .ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
    .ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
    .ant-menu-vertical.ant-menu-sub>.ant-menu-item,
    .ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
        transform-origin: 0 0
    }
    
    .ant-menu-horizontal.ant-menu-sub,
    .ant-menu-vertical-left.ant-menu-sub,
    .ant-menu-vertical-right.ant-menu-sub,
    .ant-menu-vertical.ant-menu-sub {
        min-width: 160px
    }
    
    .ant-menu-item,
    .ant-menu-submenu-title {
        cursor: pointer;
        margin: 0;
        padding: 0 20px;
        position: relative;
        display: block;
        white-space: nowrap;
        transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-item .anticon,
    .ant-menu-submenu-title .anticon {
        min-width: 14px;
        margin-right: 10px;
        transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-item .anticon+span,
    .ant-menu-submenu-title .anticon+span {
        transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
        opacity: 1
    }
    
    .ant-menu>.ant-menu-item-divider {
        height: 1px;
        margin: 1px 0;
        overflow: hidden;
        padding: 0;
        line-height: 0;
        background-color: #e8e8e8
    }
    
    .ant-menu-submenu-popup {
        position: absolute;
        border-radius: 3px;
        z-index: 1050
    }
    
    .ant-menu-submenu>.ant-menu {
        background-color: #fff;
        border-radius: 3px
    }
    
    .ant-menu-submenu>.ant-menu-submenu-title:after {
        transition: transform .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow {
        transition: transform .3s cubic-bezier(.645, .045, .355, 1);
        position: absolute;
        top: 50%;
        right: 16px;
        width: 10px
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
        content: "";
        position: absolute;
        vertical-align: baseline;
        background: #fff;
        background-image: linear-gradient(90deg, #282828, #282828);
        width: 6px;
        height: 1.5px;
        border-radius: 2px;
        transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
        transform: rotate(45deg) translateY(-2px)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
        transform: rotate(-45deg) translateY(2px)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
    .ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
        background: linear-gradient(90deg, #00b0b9, #00b0b9)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
        transform: rotate(-45deg) translateX(2px)
    }
    
    .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
        transform: rotate(45deg) translateX(-2px)
    }
    
    .ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow {
        transform: translateY(-2px)
    }
    
    .ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
        transform: rotate(-45deg) translateX(-2px)
    }
    
    .ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
        transform: rotate(45deg) translateX(2px)
    }
    
    .ant-menu-vertical-left .ant-menu-submenu-selected,
    .ant-menu-vertical-left .ant-menu-submenu-selected>a,
    .ant-menu-vertical-right .ant-menu-submenu-selected,
    .ant-menu-vertical-right .ant-menu-submenu-selected>a,
    .ant-menu-vertical .ant-menu-submenu-selected,
    .ant-menu-vertical .ant-menu-submenu-selected>a {
        color: #00b0b9
    }
    
    .ant-menu-horizontal {
        border: 0;
        border-bottom: 1px solid #e8e8e8;
        box-shadow: none;
        line-height: 46px
    }
    
    .ant-menu-horizontal>.ant-menu-item,
    .ant-menu-horizontal>.ant-menu-submenu {
        position: relative;
        top: 1px;
        float: left;
        border-bottom: 2px solid transparent
    }
    
    .ant-menu-horizontal>.ant-menu-item-active,
    .ant-menu-horizontal>.ant-menu-item-open,
    .ant-menu-horizontal>.ant-menu-item-selected,
    .ant-menu-horizontal>.ant-menu-item:hover,
    .ant-menu-horizontal>.ant-menu-submenu-active,
    .ant-menu-horizontal>.ant-menu-submenu-open,
    .ant-menu-horizontal>.ant-menu-submenu-selected,
    .ant-menu-horizontal>.ant-menu-submenu:hover {
        border-bottom: 2px solid #00b0b9;
        color: #00b0b9
    }
    
    .ant-menu-horizontal>.ant-menu-item>a {
        display: block;
        color: #282828
    }
    
    .ant-menu-horizontal>.ant-menu-item>a:hover {
        color: #00b0b9
    }
    
    .ant-menu-horizontal>.ant-menu-item>a:before {
        bottom: -2px
    }
    
    .ant-menu-horizontal>.ant-menu-item-selected>a {
        color: #00b0b9
    }
    
    .ant-menu-horizontal:after {
        content: " ";
        display: block;
        height: 0;
        clear: both
    }
    
    .ant-menu-inline .ant-menu-item,
    .ant-menu-vertical-left .ant-menu-item,
    .ant-menu-vertical-right .ant-menu-item,
    .ant-menu-vertical .ant-menu-item {
        position: relative
    }
    
    .ant-menu-inline .ant-menu-item:after,
    .ant-menu-vertical-left .ant-menu-item:after,
    .ant-menu-vertical-right .ant-menu-item:after,
    .ant-menu-vertical .ant-menu-item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-right: 3px solid #00b0b9;
        transform: scaleY(.0001);
        opacity: 0;
        transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1)
    }
    
    .ant-menu-inline .ant-menu-item,
    .ant-menu-inline .ant-menu-submenu-title,
    .ant-menu-vertical-left .ant-menu-item,
    .ant-menu-vertical-left .ant-menu-submenu-title,
    .ant-menu-vertical-right .ant-menu-item,
    .ant-menu-vertical-right .ant-menu-submenu-title,
    .ant-menu-vertical .ant-menu-item,
    .ant-menu-vertical .ant-menu-submenu-title {
        padding: 0 16px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        margin-top: 4px;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis
    }
    
    .ant-menu-inline .ant-menu-submenu,
    .ant-menu-vertical-left .ant-menu-submenu,
    .ant-menu-vertical-right .ant-menu-submenu,
    .ant-menu-vertical .ant-menu-submenu {
        padding-bottom: .01px
    }
    
    .ant-menu-inline .ant-menu-item:not(:last-child),
    .ant-menu-vertical-left .ant-menu-item:not(:last-child),
    .ant-menu-vertical-right .ant-menu-item:not(:last-child),
    .ant-menu-vertical .ant-menu-item:not(:last-child) {
        margin-bottom: 8px
    }
    
    .ant-menu-inline>.ant-menu-item,
    .ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,
    .ant-menu-vertical-left>.ant-menu-item,
    .ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,
    .ant-menu-vertical-right>.ant-menu-item,
    .ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,
    .ant-menu-vertical>.ant-menu-item,
    .ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title {
        line-height: 40px;
        height: 40px
    }
    
    .ant-menu-inline {
        width: 100%
    }
    
    .ant-menu-inline .ant-menu-item-selected:after,
    .ant-menu-inline .ant-menu-selected:after {
        transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1);
        opacity: 1;
        transform: scaleY(1)
    }
    
    .ant-menu-inline .ant-menu-item,
    .ant-menu-inline .ant-menu-submenu-title {
        width: calc(100% + 1px)
    }
    
    .ant-menu-inline .ant-menu-submenu-title {
        padding-right: 34px
    }
    
    .ant-menu-inline-collapsed {
        width: 80px
    }
    
    .ant-menu-inline-collapsed>.ant-menu-item,
    .ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,
    .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
        left: 0;
        text-overflow: clip;
        padding: 0 32px!important
    }
    
    .ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,
    .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,
    .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow {
        display: none
    }
    
    .ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,
    .ant-menu-inline-collapsed>.ant-menu-item .anticon,
    .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon {
        font-size: 16px;
        line-height: 40px;
        margin: 0
    }
    
    .ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,
    .ant-menu-inline-collapsed>.ant-menu-item .anticon+span,
    .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span {
        max-width: 0;
        display: inline-block;
        opacity: 0
    }
    
    .ant-menu-inline-collapsed-tooltip {
        pointer-events: none
    }
    
    .ant-menu-inline-collapsed-tooltip .anticon {
        display: none
    }
    
    .ant-menu-inline-collapsed-tooltip a {
        color: hsla(0, 0%, 100%, .85)
    }
    
    .ant-menu-inline-collapsed .ant-menu-item-group-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 4px;
        padding-right: 4px
    }
    
    .ant-menu-item-group-list {
        margin: 0;
        padding: 0
    }
    
    .ant-menu-item-group-list .ant-menu-item,
    .ant-menu-item-group-list .ant-menu-submenu-title {
        padding: 0 16px 0 28px
    }
    
    .ant-menu-root.ant-menu-inline,
    .ant-menu-root.ant-menu-vertical,
    .ant-menu-root.ant-menu-vertical-left,
    .ant-menu-root.ant-menu-vertical-right {
        box-shadow: none
    }
    
    .ant-menu-sub.ant-menu-inline {
        padding: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0
    }
    
    .ant-menu-sub.ant-menu-inline>.ant-menu-item,
    .ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
        line-height: 40px;
        height: 40px;
        list-style-type: disc;
        list-style-position: inside
    }
    
    .ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
        padding-left: 32px
    }
    
    .ant-menu-item-disabled,
    .ant-menu-submenu-disabled {
        color: rgba(0, 0, 0, .25)!important;
        cursor: not-allowed;
        background: none;
        border-color: transparent!important
    }
    
    .ant-menu-item-disabled>a,
    .ant-menu-submenu-disabled>a {
        color: rgba(0, 0, 0, .25)!important;
        pointer-events: none
    }
    
    .ant-menu-item-disabled>.ant-menu-submenu-title,
    .ant-menu-submenu-disabled>.ant-menu-submenu-title {
        color: rgba(0, 0, 0, .25)!important;
        cursor: not-allowed
    }
    
    .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
        background: rgba(0, 0, 0, .25)!important
    }
    
    .ant-menu-dark,
    .ant-menu-dark .ant-menu-sub {
        color: hsla(0, 0%, 100%, .65);
        background: #001529
    }
    
    .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
        opacity: .45;
        transition: all .3s
    }
    
    .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
        background: #fff
    }
    
    .ant-menu-dark.ant-menu-submenu-popup {
        background: transparent
    }
    
    .ant-menu-dark .ant-menu-inline.ant-menu-sub {
        background: #000c17;
        box-shadow: inset 0 2px 8px rgba(0, 0, 0, .45)
    }
    
    .ant-menu-dark.ant-menu-horizontal {
        border-bottom: 0
    }
    
    .ant-menu-dark.ant-menu-horizontal>.ant-menu-item,
    .ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
        border-color: #001529;
        border-bottom: 0;
        top: 0;
        margin-top: 0
    }
    
    .ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before {
        bottom: 0
    }
    
    .ant-menu-dark .ant-menu-item,
    .ant-menu-dark .ant-menu-item-group-title,
    .ant-menu-dark .ant-menu-item>a {
        color: hsla(0, 0%, 100%, .65)
    }
    
    .ant-menu-dark.ant-menu-inline,
    .ant-menu-dark.ant-menu-vertical,
    .ant-menu-dark.ant-menu-vertical-left,
    .ant-menu-dark.ant-menu-vertical-right {
        border-right: 0
    }
    
    .ant-menu-dark.ant-menu-inline .ant-menu-item,
    .ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
    .ant-menu-dark.ant-menu-vertical-right .ant-menu-item,
    .ant-menu-dark.ant-menu-vertical .ant-menu-item {
        border-right: 0;
        margin-left: 0;
        left: 0
    }
    
    .ant-menu-dark.ant-menu-inline .ant-menu-item:after,
    .ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
    .ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,
    .ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
        border-right: 0
    }
    
    .ant-menu-dark.ant-menu-inline .ant-menu-item,
    .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
        width: 100%
    }
    
    .ant-menu-dark .ant-menu-item-active,
    .ant-menu-dark .ant-menu-item:hover,
    .ant-menu-dark .ant-menu-submenu-active,
    .ant-menu-dark .ant-menu-submenu-open,
    .ant-menu-dark .ant-menu-submenu-selected,
    .ant-menu-dark .ant-menu-submenu-title:hover {
        background-color: transparent;
        color: #fff
    }
    
    .ant-menu-dark .ant-menu-item-active>a,
    .ant-menu-dark .ant-menu-item:hover>a,
    .ant-menu-dark .ant-menu-submenu-active>a,
    .ant-menu-dark .ant-menu-submenu-open>a,
    .ant-menu-dark .ant-menu-submenu-selected>a,
    .ant-menu-dark .ant-menu-submenu-title:hover>a {
        color: #fff
    }
    
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
        opacity: 1
    }
    
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
        background: #fff
    }
    
    .ant-menu-dark .ant-menu-item-selected {
        border-right: 0;
        color: #fff
    }
    
    .ant-menu-dark .ant-menu-item-selected:after {
        border-right: 0
    }
    
    .ant-menu-dark .ant-menu-item-selected>a,
    .ant-menu-dark .ant-menu-item-selected>a:hover {
        color: #fff
    }
    
    .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,
    .ant-menu.ant-menu-dark .ant-menu-item-selected {
        background-color: #00b0b9
    }
    
    .ant-menu-dark .ant-menu-item-disabled,
    .ant-menu-dark .ant-menu-item-disabled>a,
    .ant-menu-dark .ant-menu-submenu-disabled,
    .ant-menu-dark .ant-menu-submenu-disabled>a {
        opacity: .8;
        color: hsla(0, 0%, 100%, .35)!important
    }
    
    .ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,
    .ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title {
        color: hsla(0, 0%, 100%, .35)!important
    }
    
    .ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
    .ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
    .ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
        background: hsla(0, 0%, 100%, .35)!important
    }
    
    .ant-message {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: fixed;
        z-index: 1010;
        width: 100%;
        top: 16px;
        left: 0;
        pointer-events: none
    }
    
    .ant-message-notice {
        padding: 8px;
        text-align: center
    }
    
    .ant-message-notice:first-child {
        margin-top: -8px
    }
    
    .ant-message-notice-content {
        padding: 10px 16px;
        border-radius: 3px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
        background: #fff;
        display: inline-block;
        pointer-events: all
    }
    
    .ant-message-success .anticon {
        color: #52c41a
    }
    
    .ant-message-error .anticon {
        color: #f5222d
    }
    
    .ant-message-warning .anticon {
        color: #faad14
    }
    
    .ant-message-info .anticon,
    .ant-message-loading .anticon {
        color: #1890ff
    }
    
    .ant-message .anticon {
        margin-right: 8px;
        font-size: 16px;
        top: 1px;
        position: relative
    }
    
    .ant-message-notice.move-up-leave.move-up-leave-active {
        animation-name: MessageMoveOut;
        overflow: hidden;
        animation-duration: .3s
    }
    
    @keyframes MessageMoveOut {
        0% {
            opacity: 1;
            max-height: 150px;
            padding: 8px
        }
        to {
            opacity: 0;
            max-height: 0;
            padding: 0
        }
    }
    
    .ant-modal {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        width: auto;
        margin: 0 auto;
        top: 100px;
        padding-bottom: 24px
    }
    
    .ant-modal-wrap {
        position: fixed;
        overflow: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }
    
    .ant-modal-title {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-modal-content {
        position: relative;
        background-color: #fff;
        border: 0;
        border-radius: 3px;
        background-clip: padding-box;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
    }
    
    .ant-modal-close {
        cursor: pointer;
        border: 0;
        background: transparent;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: color .3s;
        color: rgba(0, 0, 0, .45);
        outline: 0;
        padding: 0
    }
    
    .ant-modal-close-x {
        display: block;
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        text-rendering: auto;
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 16px
    }
    
    .ant-modal-close-x:before {
        content: "\E633";
        display: block;
        font-family: anticon!important
    }
    
    .ant-modal-close:focus,
    .ant-modal-close:hover {
        color: #444;
        text-decoration: none
    }
    
    .ant-modal-header {
        padding: 16px 24px;
        border-radius: 3px 3px 0 0;
        background: #fff;
        color: #282828;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-modal-body {
        padding: 24px;
        font-size: 14px;
        line-height: 20px;
        word-wrap: break-word
    }
    
    .ant-modal-footer {
        border-top: 1px solid #e8e8e8;
        padding: 10px 16px;
        text-align: right;
        border-radius: 0 0 3px 3px
    }
    
    .ant-modal-footer button+button {
        margin-left: 8px;
        margin-bottom: 0
    }
    
    .ant-modal.zoom-appear,
    .ant-modal.zoom-enter {
        animation-duration: .3s;
        transform: none;
        opacity: 0
    }
    
    .ant-modal-mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .65);
        height: 100%;
        z-index: 1000;
        filter: alpha(opacity=50)
    }
    
    .ant-modal-mask-hidden {
        display: none
    }
    
    .ant-modal-open {
        overflow: hidden
    }
    
    .ant-modal-centered {
        text-align: center
    }
    
    .ant-modal-centered:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0
    }
    
    .ant-modal-centered .ant-modal {
        display: inline-block;
        vertical-align: middle;
        top: 0;
        text-align: left
    }
    
    .ant-modal-centered .ant-table-body {
        white-space: nowrap;
        overflow-x: auto
    }
    
    @media (max-width:767px) {
        .ant-modal {
            width: auto!important;
            margin: 10px
        }
        .ant-modal-centered .ant-modal {
            flex: 1
        }
    }
    
    .ant-confirm .ant-modal-close,
    .ant-confirm .ant-modal-header {
        display: none
    }
    
    .ant-confirm .ant-modal-body {
        padding: 32px 32px 24px
    }
    
    .ant-confirm-body-wrapper {
        zoom: 1
    }
    
    .ant-confirm-body-wrapper:after,
    .ant-confirm-body-wrapper:before {
        content: "";
        display: table
    }
    
    .ant-confirm-body-wrapper:after {
        clear: both
    }
    
    .ant-confirm-body .ant-confirm-title {
        color: rgba(0, 0, 0, .85);
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        display: block;
        overflow: hidden
    }
    
    .ant-confirm-body .ant-confirm-content {
        margin-left: 38px;
        font-size: 14px;
        color: #282828;
        margin-top: 8px
    }
    
    .ant-confirm-body>.anticon {
        font-size: 22px;
        margin-right: 16px;
        float: left
    }
    
    .ant-confirm .ant-confirm-btns {
        margin-top: 24px;
        float: right
    }
    
    .ant-confirm .ant-confirm-btns button+button {
        margin-left: 8px;
        margin-bottom: 0
    }
    
    .ant-confirm-error .ant-confirm-body>.anticon {
        color: #f5222d
    }
    
    .ant-confirm-confirm .ant-confirm-body>.anticon,
    .ant-confirm-warning .ant-confirm-body>.anticon {
        color: #faad14
    }
    
    .ant-confirm-info .ant-confirm-body>.anticon {
        color: #1890ff
    }
    
    .ant-confirm-success .ant-confirm-body>.anticon {
        color: #52c41a
    }
    
    .ant-notification {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: fixed;
        z-index: 1010;
        width: 384px;
        max-width: calc(100vw - 32px);
        margin-right: 24px
    }
    
    .ant-notification-bottomLeft,
    .ant-notification-topLeft {
        margin-left: 24px;
        margin-right: 0
    }
    
    .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
    .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
    .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
    .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active {
        animation-name: NotificationLeftFadeIn
    }
    
    .ant-notification-notice {
        padding: 16px 24px;
        border-radius: 3px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
        background: #fff;
        line-height: 1.5;
        position: relative;
        margin-bottom: 16px;
        overflow: hidden
    }
    
    .ant-notification-notice-message {
        font-size: 16px;
        color: rgba(0, 0, 0, .85);
        margin-bottom: 8px;
        line-height: 24px;
        display: inline-block
    }
    
    .ant-notification-notice-message-single-line-auto-margin {
        width: calc(384px - 24px * 2 - 24px - 48px - 100%);
        background-color: transparent;
        pointer-events: none;
        display: block;
        max-width: 4px
    }
    
    .ant-notification-notice-message-single-line-auto-margin:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }
    
    .ant-notification-notice-description {
        font-size: 14px
    }
    
    .ant-notification-notice-closable .ant-notification-notice-message {
        padding-right: 24px
    }
    
    .ant-notification-notice-with-icon .ant-notification-notice-message {
        font-size: 16px;
        margin-left: 48px;
        margin-bottom: 4px
    }
    
    .ant-notification-notice-with-icon .ant-notification-notice-description {
        margin-left: 48px;
        font-size: 14px
    }
    
    .ant-notification-notice-icon {
        position: absolute;
        font-size: 24px;
        line-height: 24px;
        margin-left: 4px
    }
    
    .ant-notification-notice-icon-success {
        color: #52c41a
    }
    
    .ant-notification-notice-icon-info {
        color: #1890ff
    }
    
    .ant-notification-notice-icon-warning {
        color: #faad14
    }
    
    .ant-notification-notice-icon-error {
        color: #f5222d
    }
    
    .ant-notification-notice-close-x:after {
        font-size: 14px;
        content: "\E633";
        font-family: anticon;
        cursor: pointer
    }
    
    .ant-notification-notice-close {
        position: absolute;
        right: 22px;
        top: 16px;
        color: rgba(0, 0, 0, .45);
        outline: none
    }
    
    a.ant-notification-notice-close:focus {
        text-decoration: none
    }
    
    .ant-notification-notice-close:hover {
        color: rgba(0, 0, 0, .67)
    }
    
    .ant-notification-notice-btn {
        float: right;
        margin-top: 16px
    }
    
    .ant-notification .notification-fade-effect {
        animation-duration: .24s;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-notification-fade-appear,
    .ant-notification-fade-enter {
        opacity: 0;
        animation-play-state: paused
    }
    
    .ant-notification-fade-appear,
    .ant-notification-fade-enter,
    .ant-notification-fade-leave {
        animation-duration: .24s;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-notification-fade-leave {
        animation-duration: .2s;
        animation-play-state: paused
    }
    
    .ant-notification-fade-appear.ant-notification-fade-appear-active,
    .ant-notification-fade-enter.ant-notification-fade-enter-active {
        animation-name: NotificationFadeIn;
        animation-play-state: running
    }
    
    .ant-notification-fade-leave.ant-notification-fade-leave-active {
        animation-name: NotificationFadeOut;
        animation-play-state: running
    }
    
    @keyframes NotificationFadeIn {
        0% {
            opacity: 0;
            left: 384px
        }
        to {
            left: 0;
            opacity: 1
        }
    }
    
    @keyframes NotificationLeftFadeIn {
        0% {
            opacity: 0;
            right: 384px
        }
        to {
            right: 0;
            opacity: 1
        }
    }
    
    @keyframes NotificationFadeOut {
        0% {
            opacity: 1;
            margin-bottom: 16px;
            padding-top: 16px 24px;
            padding-bottom: 16px 24px;
            max-height: 150px
        }
        to {
            opacity: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
            max-height: 0
        }
    }
    
    .ant-pagination {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box
    }
    
    .ant-pagination,
    .ant-pagination ol,
    .ant-pagination ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-pagination:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden
    }
    
    .ant-pagination-item,
    .ant-pagination-total-text {
        display: inline-block;
        vertical-align: middle;
        height: 32px;
        line-height: 30px;
        margin-right: 8px
    }
    
    .ant-pagination-item {
        cursor: pointer;
        border-radius: 3px;
        user-select: none;
        min-width: 32px;
        text-align: center;
        list-style: none;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        font-family: Arial;
        outline: 0
    }
    
    .ant-pagination-item a {
        text-decoration: none;
        color: #282828;
        transition: none;
        margin: 0 6px
    }
    
    .ant-pagination-item:focus,
    .ant-pagination-item:hover {
        transition: all .3s;
        border-color: #00b0b9
    }
    
    .ant-pagination-item:focus a,
    .ant-pagination-item:hover a {
        color: #00b0b9
    }
    
    .ant-pagination-item-active {
        border-color: #00b0b9;
        font-weight: 500
    }
    
    .ant-pagination-item-active a {
        color: #00b0b9
    }
    
    .ant-pagination-item-active:focus,
    .ant-pagination-item-active:hover {
        border-color: #20c4c7
    }
    
    .ant-pagination-item-active:focus a,
    .ant-pagination-item-active:hover a {
        color: #20c4c7
    }
    
    .ant-pagination-jump-next,
    .ant-pagination-jump-prev {
        outline: 0
    }
    
    .ant-pagination-jump-next:after,
    .ant-pagination-jump-prev:after {
        content: "\2022\2022\2022";
        display: block;
        letter-spacing: 2px;
        color: rgba(0, 0, 0, .25);
        text-align: center
    }
    
    .ant-pagination-jump-next:focus:after,
    .ant-pagination-jump-next:hover:after,
    .ant-pagination-jump-prev:focus:after,
    .ant-pagination-jump-prev:hover:after {
        color: #00b0b9;
        display: inline-block;
        font-size: 12px;
        font-size: 8px\9;
        transform: scale(.66666667) rotate(0deg);
        letter-spacing: -1px;
        font-family: anticon
    }
    
    :root .ant-pagination-jump-next:focus:after,
    :root .ant-pagination-jump-next:hover:after,
    :root .ant-pagination-jump-prev:focus:after,
    :root .ant-pagination-jump-prev:hover:after {
        font-size: 12px
    }
    
    .ant-pagination-jump-prev:focus:after,
    .ant-pagination-jump-prev:hover:after {
        content: "\E620\E620"
    }
    
    .ant-pagination-jump-next:focus:after,
    .ant-pagination-jump-next:hover:after {
        content: "\E61F\E61F"
    }
    
    .ant-pagination-jump-next,
    .ant-pagination-jump-prev,
    .ant-pagination-prev {
        margin-right: 8px
    }
    
    .ant-pagination-jump-next,
    .ant-pagination-jump-prev,
    .ant-pagination-next,
    .ant-pagination-prev {
        font-family: Arial;
        cursor: pointer;
        color: #282828;
        border-radius: 3px;
        list-style: none;
        min-width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        transition: all .3s;
        display: inline-block;
        vertical-align: middle
    }
    
    .ant-pagination-next,
    .ant-pagination-prev {
        outline: 0
    }
    
    .ant-pagination-next a,
    .ant-pagination-prev a {
        color: #282828;
        user-select: none
    }
    
    .ant-pagination-next:hover a,
    .ant-pagination-prev:hover a {
        border-color: #20c4c7
    }
    
    .ant-pagination-next .ant-pagination-item-link,
    .ant-pagination-prev .ant-pagination-item-link {
        border: 1px solid #d9d9d9;
        background-color: #fff;
        border-radius: 3px;
        outline: none;
        display: block;
        transition: all .3s
    }
    
    .ant-pagination-next .ant-pagination-item-link:after,
    .ant-pagination-prev .ant-pagination-item-link:after {
        font-size: 12px;
        display: block;
        height: 30px;
        font-family: anticon;
        text-align: center;
        font-weight: 500
    }
    
    .ant-pagination-next:focus .ant-pagination-item-link,
    .ant-pagination-next:hover .ant-pagination-item-link,
    .ant-pagination-prev:focus .ant-pagination-item-link,
    .ant-pagination-prev:hover .ant-pagination-item-link {
        border-color: #00b0b9;
        color: #00b0b9
    }
    
    .ant-pagination-prev .ant-pagination-item-link:after {
        content: "\E620";
        display: block
    }
    
    .ant-pagination-next .ant-pagination-item-link:after {
        content: "\E61F";
        display: block
    }
    
    .ant-pagination-disabled,
    .ant-pagination-disabled:focus,
    .ant-pagination-disabled:hover {
        cursor: not-allowed
    }
    
    .ant-pagination-disabled .ant-pagination-item-link,
    .ant-pagination-disabled:focus .ant-pagination-item-link,
    .ant-pagination-disabled:focus a,
    .ant-pagination-disabled:hover .ant-pagination-item-link,
    .ant-pagination-disabled:hover a,
    .ant-pagination-disabled a {
        border-color: #d9d9d9;
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-pagination-slash {
        margin: 0 10px 0 5px
    }
    
    .ant-pagination-options {
        display: inline-block;
        vertical-align: middle;
        margin-left: 16px
    }
    
    .ant-pagination-options-size-changer.ant-select {
        display: inline-block;
        margin-right: 8px
    }
    
    .ant-pagination-options-quick-jumper {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px
    }
    
    .ant-pagination-options-quick-jumper input {
        position: relative;
        display: inline-block;
        padding: 4px 11px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        transition: all .3s;
        margin: 0 8px;
        width: 50px
    }
    
    .ant-pagination-options-quick-jumper input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-pagination-options-quick-jumper input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-pagination-options-quick-jumper input:focus,
    .ant-pagination-options-quick-jumper input:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-pagination-options-quick-jumper input:focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2)
    }
    
    .ant-pagination-options-quick-jumper input-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-pagination-options-quick-jumper input-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    textarea.ant-pagination-options-quick-jumper input {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-pagination-options-quick-jumper input-lg {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-pagination-options-quick-jumper input-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-pagination-simple .ant-pagination-next,
    .ant-pagination-simple .ant-pagination-prev {
        height: 24px;
        line-height: 24px;
        vertical-align: top
    }
    
    .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
    .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link {
        border: 0;
        height: 24px
    }
    
    .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,
    .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after {
        height: 24px;
        line-height: 24px
    }
    
    .ant-pagination-simple .ant-pagination-simple-pager {
        display: inline-block;
        margin-right: 8px;
        height: 24px
    }
    
    .ant-pagination-simple .ant-pagination-simple-pager input {
        margin-right: 8px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        outline: none;
        padding: 0 6px;
        height: 100%;
        text-align: center;
        transition: border-color .3s
    }
    
    .ant-pagination-simple .ant-pagination-simple-pager input:hover {
        border-color: #00b0b9
    }
    
    .ant-pagination.mini .ant-pagination-simple-pager,
    .ant-pagination.mini .ant-pagination-total-text {
        height: 24px;
        line-height: 24px
    }
    
    .ant-pagination.mini .ant-pagination-item {
        margin: 0;
        min-width: 24px;
        height: 24px;
        line-height: 22px
    }
    
    .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
        background: transparent;
        border-color: transparent
    }
    
    .ant-pagination.mini .ant-pagination-next,
    .ant-pagination.mini .ant-pagination-prev {
        margin: 0;
        min-width: 24px;
        height: 24px;
        line-height: 24px
    }
    
    .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,
    .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link {
        border-color: transparent;
        background: transparent
    }
    
    .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,
    .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after {
        height: 24px;
        line-height: 24px
    }
    
    .ant-pagination.mini .ant-pagination-jump-next,
    .ant-pagination.mini .ant-pagination-jump-prev {
        height: 24px;
        line-height: 24px;
        margin-right: 0
    }
    
    .ant-pagination.mini .ant-pagination-options {
        margin-left: 2px
    }
    
    .ant-pagination.mini .ant-pagination-options-quick-jumper {
        height: 24px;
        line-height: 24px
    }
    
    .ant-pagination.mini .ant-pagination-options-quick-jumper input {
        padding: 1px 7px;
        height: 24px;
        width: 44px
    }
    
    @media only screen and (max-width:992px) {
        .ant-pagination-item-after-jump-prev,
        .ant-pagination-item-before-jump-next {
            display: none
        }
    }
    
    @media only screen and (max-width:576px) {
        .ant-pagination-options {
            display: none
        }
    }
    
    .ant-popover {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1030;
        cursor: auto;
        user-select: text;
        white-space: normal;
        font-weight: 400;
        text-align: left
    }
    
    .ant-popover:after {
        content: "";
        position: absolute;
        background: hsla(0, 0%, 100%, .01)
    }
    
    .ant-popover-hidden {
        display: none
    }
    
    .ant-popover-placement-top,
    .ant-popover-placement-topLeft,
    .ant-popover-placement-topRight {
        padding-bottom: 10px
    }
    
    .ant-popover-placement-right,
    .ant-popover-placement-rightBottom,
    .ant-popover-placement-rightTop {
        padding-left: 10px
    }
    
    .ant-popover-placement-bottom,
    .ant-popover-placement-bottomLeft,
    .ant-popover-placement-bottomRight {
        padding-top: 10px
    }
    
    .ant-popover-placement-left,
    .ant-popover-placement-leftBottom,
    .ant-popover-placement-leftTop {
        padding-right: 10px
    }
    
    .ant-popover-inner {
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
    
    .ant-popover-title {
        min-width: 177px;
        margin: 0;
        padding: 5px 16px 4px;
        min-height: 32px;
        border-bottom: 1px solid #e8e8e8;
        color: rgba(0, 0, 0, .85);
        font-weight: 500
    }
    
    .ant-popover-inner-content {
        padding: 12px 16px;
        color: #282828
    }
    
    .ant-popover-message {
        padding: 4px 0 12px;
        font-size: 14px;
        color: #282828
    }
    
    .ant-popover-message>.anticon {
        color: #faad14;
        line-height: 20.1px;
        position: absolute
    }
    
    .ant-popover-message-title {
        padding-left: 22px
    }
    
    .ant-popover-buttons {
        text-align: right;
        margin-bottom: 4px
    }
    
    .ant-popover-buttons button {
        margin-left: 8px
    }
    
    .ant-popover-arrow {
        background: #fff;
        width: 8.48528137px;
        height: 8.48528137px;
        transform: rotate(45deg);
        position: absolute;
        display: block;
        border-color: transparent;
        border-style: solid
    }
    
    .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
        bottom: 5.5px;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
    }
    
    .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
        left: 50%;
        transform: translateX(-50%) rotate(45deg)
    }
    
    .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow {
        left: 16px
    }
    
    .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
        right: 16px
    }
    
    .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
        left: 6px;
        box-shadow: -3px 3px 7px rgba(0, 0, 0, .07)
    }
    
    .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow {
        top: 50%;
        transform: translateY(-50%) rotate(45deg)
    }
    
    .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
        top: 12px
    }
    
    .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow {
        bottom: 12px
    }
    
    .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
        top: 6px;
        box-shadow: -2px -2px 5px rgba(0, 0, 0, .06)
    }
    
    .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow {
        left: 50%;
        transform: translateX(-50%) rotate(45deg)
    }
    
    .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow {
        left: 16px
    }
    
    .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
        right: 16px
    }
    
    .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,
    .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
        right: 6px;
        box-shadow: 3px -3px 7px rgba(0, 0, 0, .07)
    }
    
    .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow {
        top: 50%;
        transform: translateY(-50%) rotate(45deg)
    }
    
    .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
        top: 12px
    }
    
    .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow {
        bottom: 12px
    }
    
    .ant-progress {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }
    
    .ant-progress-line {
        width: 100%;
        font-size: 14px;
        position: relative
    }
    
    .ant-progress-small.ant-progress-line,
    .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
        font-size: 12px
    }
    
    .ant-progress-outer {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        padding-right: 0
    }
    
    .ant-progress-show-info .ant-progress-outer {
        padding-right: calc(2em + 8px);
        margin-right: calc(-2em - 8px)
    }
    
    .ant-progress-inner {
        display: inline-block;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 100px;
        vertical-align: middle;
        position: relative
    }
    
    .ant-progress-circle-trail {
        stroke: #f5f5f5
    }
    
    .ant-progress-circle-path {
        stroke: #1890ff;
        animation: ant-progress-appear .3s
    }
    
    .ant-progress-bg,
    .ant-progress-success-bg {
        background-color: #1890ff;
        transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
        position: relative
    }
    
    .ant-progress-success-bg {
        background-color: #52c41a;
        position: absolute;
        top: 0;
        left: 0
    }
    
    .ant-progress-text {
        word-break: normal;
        width: 2em;
        text-align: left;
        font-size: 1em;
        margin-left: 8px;
        vertical-align: middle;
        display: inline-block;
        color: rgba(0, 0, 0, .45);
        line-height: 1
    }
    
    .ant-progress-text .anticon {
        font-size: 14px
    }
    
    .ant-progress-status-active .ant-progress-bg:before {
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 10px;
        animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite
    }
    
    .ant-progress-status-exception .ant-progress-bg {
        background-color: #f5222d
    }
    
    .ant-progress-status-exception .ant-progress-text {
        color: #f5222d
    }
    
    .ant-progress-status-exception .ant-progress-circle-path {
        stroke: #f5222d
    }
    
    .ant-progress-status-success .ant-progress-bg {
        background-color: #52c41a
    }
    
    .ant-progress-status-success .ant-progress-text {
        color: #52c41a
    }
    
    .ant-progress-status-success .ant-progress-circle-path {
        stroke: #52c41a
    }
    
    .ant-progress-circle .ant-progress-inner {
        position: relative;
        line-height: 1;
        background-color: transparent
    }
    
    .ant-progress-circle .ant-progress-text {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        line-height: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin: 0;
        color: #282828
    }
    
    .ant-progress-circle .ant-progress-text .anticon {
        font-size: 1.16666667em
    }
    
    .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
        color: #f5222d
    }
    
    .ant-progress-circle.ant-progress-status-success .ant-progress-text {
        color: #52c41a
    }
    
    @keyframes ant-progress-active {
        0% {
            opacity: .1;
            width: 0
        }
        20% {
            opacity: .5;
            width: 0
        }
        to {
            opacity: 0;
            width: 100%
        }
    }
    
    .ant-radio-group {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        line-height: unset
    }
    
    .ant-radio-wrapper {
        margin: 0;
        margin-right: 8px
    }
    
    .ant-radio,
    .ant-radio-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        padding: 0;
        list-style: none;
        display: inline-block;
        position: relative;
        white-space: nowrap;
        cursor: pointer
    }
    
    .ant-radio {
        margin: 0;
        outline: none;
        line-height: 1;
        vertical-align: text-bottom
    }
    
    .ant-radio-focused .ant-radio-inner,
    .ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
    .ant-radio:hover .ant-radio-inner {
        border-color: #00b0b9
    }
    
    .ant-radio-checked:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #00b0b9;
        content: "";
        animation: antRadioEffect .36s ease-in-out;
        animation-fill-mode: both;
        visibility: hidden
    }
    
    .ant-radio-wrapper:hover .ant-radio:after,
    .ant-radio:hover:after {
        visibility: visible
    }
    
    .ant-radio-inner {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 100px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        transition: all .3s
    }
    
    .ant-radio-inner:after {
        position: absolute;
        width: 8px;
        height: 8px;
        left: 3px;
        top: 3px;
        border-radius: 8px;
        display: table;
        border-top: 0;
        border-left: 0;
        content: " ";
        background-color: #00b0b9;
        opacity: 0;
        transform: scale(0);
        transition: all .3s cubic-bezier(.78, .14, .15, .86)
    }
    
    .ant-radio-input {
        position: absolute;
        left: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0
    }
    
    .ant-radio-checked .ant-radio-inner {
        border-color: #00b0b9
    }
    
    .ant-radio-checked .ant-radio-inner:after {
        transform: scale(.875);
        opacity: 1;
        transition: all .3s cubic-bezier(.78, .14, .15, .86)
    }
    
    .ant-radio-disabled .ant-radio-inner {
        border-color: #d9d9d9!important;
        background-color: #f5f5f5
    }
    
    .ant-radio-disabled .ant-radio-inner:after {
        background-color: #ccc
    }
    
    .ant-radio-disabled .ant-radio-input {
        cursor: not-allowed
    }
    
    .ant-radio-disabled+span {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    span.ant-radio+* {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-radio-button-wrapper {
        margin: 0;
        height: 40px;
        line-height: 38px;
        color: #282828;
        display: inline-block;
        transition: all .3s ease;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        border-left: 0;
        border-top-width: 1.02px;
        background: #fff;
        padding: 0 15px;
        position: relative
    }
    
    .ant-radio-button-wrapper a {
        color: #282828
    }
    
    .ant-radio-button-wrapper>.ant-radio-button {
        margin-left: 0;
        display: block;
        width: 0;
        height: 0
    }
    
    .ant-radio-group-large .ant-radio-button-wrapper {
        height: 48px;
        line-height: 46px;
        font-size: 16px
    }
    
    .ant-radio-group-small .ant-radio-button-wrapper {
        height: 24px;
        line-height: 22px;
        padding: 0 7px
    }
    
    .ant-radio-button-wrapper:not(:first-child):before {
        content: "";
        display: block;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #d9d9d9
    }
    
    .ant-radio-button-wrapper:first-child {
        border-radius: 3px 0 0 3px;
        border-left: 1px solid #d9d9d9
    }
    
    .ant-radio-button-wrapper:last-child {
        border-radius: 0 3px 3px 0
    }
    
    .ant-radio-button-wrapper:first-child:last-child {
        border-radius: 3px
    }
    
    .ant-radio-button-wrapper-focused,
    .ant-radio-button-wrapper:hover {
        color: #00b0b9;
        position: relative
    }
    
    .ant-radio-button-wrapper .ant-radio-inner,
    .ant-radio-button-wrapper input[type=checkbox],
    .ant-radio-button-wrapper input[type=radio] {
        opacity: 0;
        width: 0;
        height: 0
    }
    
    .ant-radio-button-wrapper-checked {
        background: #fff;
        border-color: #00b0b9;
        color: #00b0b9;
        box-shadow: -1px 0 0 0 #00b0b9;
        z-index: 1
    }
    
    .ant-radio-button-wrapper-checked:before {
        background-color: #00b0b9!important;
        opacity: .1
    }
    
    .ant-radio-button-wrapper-checked:first-child {
        border-color: #00b0b9;
        box-shadow: none!important
    }
    
    .ant-radio-button-wrapper-checked:hover {
        border-color: #20c4c7;
        box-shadow: -1px 0 0 0 #20c4c7;
        color: #20c4c7
    }
    
    .ant-radio-button-wrapper-checked:active {
        border-color: #008894;
        box-shadow: -1px 0 0 0 #008894;
        color: #008894
    }
    
    .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
        background: #00b0b9;
        border-color: #00b0b9;
        color: #fff
    }
    
    .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
        border-color: #20c4c7;
        background: #20c4c7;
        color: #fff
    }
    
    .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
        border-color: #008894;
        background: #008894;
        color: #fff
    }
    
    .ant-radio-button-wrapper-disabled {
        cursor: not-allowed
    }
    
    .ant-radio-button-wrapper-disabled,
    .ant-radio-button-wrapper-disabled:first-child,
    .ant-radio-button-wrapper-disabled:hover {
        border-color: #d9d9d9;
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-radio-button-wrapper-disabled:first-child {
        border-left-color: #d9d9d9
    }
    
    .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
        color: #fff;
        background-color: #e6e6e6;
        border-color: #d9d9d9;
        box-shadow: none
    }
    
    @keyframes antRadioEffect {
        0% {
            transform: scale(1);
            opacity: .5
        }
        to {
            transform: scale(1.6);
            opacity: 0
        }
    }
    
    .ant-rate {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        line-height: unset;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 20px;
        display: inline-block;
        color: #fadb14;
        outline: none
    }
    
    .ant-rate-disabled .ant-rate-star {
        cursor: default
    }
    
    .ant-rate-disabled .ant-rate-star:hover {
        transform: scale(1)
    }
    
    .ant-rate-star {
        margin: 0;
        padding: 0;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        transition: all .3s;
        color: inherit;
        cursor: pointer
    }
    
    .ant-rate-star-first,
    .ant-rate-star-second {
        user-select: none;
        transition: all .3s;
        color: #e8e8e8
    }
    
    .ant-rate-star-focused,
    .ant-rate-star:hover {
        transform: scale(1.1)
    }
    
    .ant-rate-star-first {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        overflow: hidden;
        opacity: 0
    }
    
    .ant-rate-star-half .ant-rate-star-first,
    .ant-rate-star-half .ant-rate-star-second {
        opacity: 1
    }
    
    .ant-rate-star-full .ant-rate-star-second,
    .ant-rate-star-half .ant-rate-star-first {
        color: inherit
    }
    
    .ant-rate-text {
        margin-left: 8px;
        display: inline-block;
        font-size: 14px
    }
    
    .ant-select {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        outline: 0
    }
    
    .ant-select,
    .ant-select ol,
    .ant-select ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-select>ul>li>a {
        padding: 0;
        background-color: #fff
    }
    
    .ant-select-arrow {
        display: inline-block;
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 11px;
        line-height: 1;
        margin-top: -6px;
        transform-origin: 50% 50%;
        color: rgba(0, 0, 0, .25);
        font-size: 12px
    }
    
    .ant-select-arrow:before {
        display: block;
        font-family: anticon!important
    }
    
    .ant-select-arrow * {
        display: none
    }
    
    .ant-select-arrow:before {
        content: "\E61D";
        transition: transform .3s
    }
    
    .ant-select-selection {
        outline: none;
        user-select: none;
        box-sizing: border-box;
        display: block;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        border-top-width: 1.02px;
        transition: all .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-select-selection:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-select-focused .ant-select-selection,
    .ant-select-selection:active,
    .ant-select-selection:focus {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-select-selection__clear {
        display: inline-block;
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        text-rendering: auto;
        opacity: 0;
        position: absolute;
        right: 11px;
        z-index: 1;
        background: #fff;
        top: 50%;
        font-size: 12px;
        color: rgba(0, 0, 0, .25);
        width: 12px;
        height: 12px;
        margin-top: -6px;
        line-height: 12px;
        cursor: pointer;
        transition: color .3s ease, opacity .15s ease
    }
    
    .ant-select-selection__clear:before {
        display: block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E62E"
    }
    
    .ant-select-selection__clear:hover {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-select-selection:hover .ant-select-selection__clear {
        opacity: 1
    }
    
    .ant-select-selection-selected-value {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        padding-right: 20px
    }
    
    .ant-select-no-arrow .ant-select-selection-selected-value {
        padding-right: 0
    }
    
    .ant-select-disabled {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-select-disabled .ant-select-selection {
        background: #f5f5f5;
        cursor: not-allowed
    }
    
    .ant-select-disabled .ant-select-selection:active,
    .ant-select-disabled .ant-select-selection:focus,
    .ant-select-disabled .ant-select-selection:hover {
        border-color: #d9d9d9;
        box-shadow: none
    }
    
    .ant-select-disabled .ant-select-selection__clear {
        display: none;
        visibility: hidden;
        pointer-events: none
    }
    
    .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
        background: #f5f5f5;
        color: #aaa;
        padding-right: 10px
    }
    
    .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
        display: none
    }
    
    .ant-select-selection--single {
        height: 40px;
        position: relative;
        cursor: pointer
    }
    
    .ant-select-selection__rendered {
        display: block;
        margin-left: 11px;
        margin-right: 11px;
        position: relative;
        line-height: 38px
    }
    
    .ant-select-selection__rendered:after {
        content: ".";
        visibility: hidden;
        pointer-events: none;
        display: inline-block;
        width: 0
    }
    
    .ant-select-lg {
        font-size: 16px
    }
    
    .ant-select-lg .ant-select-selection--single {
        height: 48px
    }
    
    .ant-select-lg .ant-select-selection__rendered {
        line-height: 46px
    }
    
    .ant-select-lg .ant-select-selection--multiple {
        min-height: 48px
    }
    
    .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
        height: 40px;
        line-height: 40px
    }
    
    .ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
        top: 24px
    }
    
    .ant-select-sm .ant-select-selection--single {
        height: 24px
    }
    
    .ant-select-sm .ant-select-selection__rendered {
        line-height: 22px;
        margin: 0 7px
    }
    
    .ant-select-sm .ant-select-selection--multiple {
        min-height: 24px
    }
    
    .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
        height: 16px;
        line-height: 14px
    }
    
    .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
        top: 12px
    }
    
    .ant-select-sm .ant-select-arrow,
    .ant-select-sm .ant-select-selection__clear {
        right: 8px
    }
    
    .ant-select-disabled .ant-select-selection__choice__remove {
        color: rgba(0, 0, 0, .25);
        cursor: default
    }
    
    .ant-select-disabled .ant-select-selection__choice__remove:hover {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-select-search__field__wrap {
        display: inline-block;
        position: relative
    }
    
    .ant-select-search__field__placeholder,
    .ant-select-selection__placeholder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 9px;
        color: #bfbfbf;
        line-height: 20px;
        height: 20px;
        max-width: 100%;
        margin-top: -10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left
    }
    
    .ant-select-search__field__placeholder {
        left: 12px
    }
    
    .ant-select-search__field__mirror {
        position: absolute;
        top: -9999px;
        left: -9999px;
        white-space: pre;
        pointer-events: none
    }
    
    .ant-select-search--inline {
        position: absolute;
        height: 100%;
        width: 100%
    }
    
    .ant-select-search--inline .ant-select-search__field__wrap {
        width: 100%;
        height: 100%
    }
    
    .ant-select-search--inline .ant-select-search__field {
        border-width: 0;
        font-size: 100%;
        height: 100%;
        width: 100%;
        background: transparent;
        outline: 0;
        border-radius: 3px;
        line-height: 1
    }
    
    .ant-select-search--inline>i {
        float: right
    }
    
    .ant-select-selection--multiple {
        min-height: 40px;
        cursor: text;
        padding-bottom: 3px;
        zoom: 1
    }
    
    .ant-select-selection--multiple:after,
    .ant-select-selection--multiple:before {
        content: "";
        display: table
    }
    
    .ant-select-selection--multiple:after {
        clear: both
    }
    
    .ant-select-selection--multiple .ant-select-search--inline {
        float: left;
        position: static;
        width: auto;
        padding: 0;
        max-width: 100%
    }
    
    .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
        max-width: 100%;
        width: .75em
    }
    
    .ant-select-selection--multiple .ant-select-selection__rendered {
        margin-left: 5px;
        margin-bottom: -3px;
        height: auto
    }
    
    .ant-select-selection--multiple .ant-select-selection__placeholder {
        margin-left: 6px
    }
    
    .ant-select-selection--multiple .ant-select-selection__rendered>ul>li,
    .ant-select-selection--multiple>ul>li {
        margin-top: 3px;
        height: 32px;
        line-height: 30px
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice {
        color: #282828;
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        border-radius: 2px;
        cursor: default;
        float: left;
        margin-right: 4px;
        max-width: 99%;
        position: relative;
        overflow: hidden;
        transition: padding .3s cubic-bezier(.645, .045, .355, 1);
        padding: 0 20px 0 10px
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__disabled {
        padding: 0 10px
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__content {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        transition: margin .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__remove {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: rgba(0, 0, 0, .45);
        line-height: inherit;
        cursor: pointer;
        font-weight: 700;
        transition: all .3s;
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg);
        position: absolute;
        right: 4px
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__remove:before {
        display: block;
        font-family: anticon!important
    }
    
    :root .ant-select-selection--multiple .ant-select-selection__choice__remove {
        font-size: 12px
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
        color: #404040
    }
    
    .ant-select-selection--multiple .ant-select-selection__choice__remove:before {
        content: "\E633"
    }
    
    .ant-select-selection--multiple .ant-select-selection__clear {
        top: 20px
    }
    
    .ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
        padding-right: 16px
    }
    
    .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
        margin-right: 20px
    }
    
    .ant-select-open .ant-select-arrow:before {
        transform: rotate(180deg)
    }
    
    .ant-select-open .ant-select-selection {
        border-color: #20c4c7;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        border-right-width: 1px!important
    }
    
    .ant-select-combobox .ant-select-arrow {
        display: none
    }
    
    .ant-select-combobox .ant-select-search--inline {
        height: 100%;
        width: 100%;
        float: none
    }
    
    .ant-select-combobox .ant-select-search__field__wrap {
        width: 100%;
        height: 100%
    }
    
    .ant-select-combobox .ant-select-search__field {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        box-shadow: none
    }
    
    .ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
        margin-right: 20px
    }
    
    .ant-select-dropdown {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        border-radius: 3px;
        box-sizing: border-box;
        z-index: 1050;
        left: -9999px;
        top: -9999px;
        position: absolute;
        outline: none;
        font-size: 14px
    }
    
    .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
    .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
        animation-name: antSlideUpIn
    }
    
    .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
    .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
        animation-name: antSlideDownIn
    }
    
    .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
        animation-name: antSlideUpOut
    }
    
    .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
        animation-name: antSlideDownOut
    }
    
    .ant-select-dropdown-hidden {
        display: none
    }
    
    .ant-select-dropdown-menu {
        outline: none;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        max-height: 250px;
        overflow: auto
    }
    
    .ant-select-dropdown-menu-item-group-list {
        margin: 0;
        padding: 0
    }
    
    .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
        padding-left: 20px
    }
    
    .ant-select-dropdown-menu-item-group-title {
        color: rgba(0, 0, 0, .45);
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 12px
    }
    
    .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
    .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
        border-radius: 0
    }
    
    .ant-select-dropdown-menu-item {
        position: relative;
        display: block;
        padding: 5px 12px;
        line-height: 22px;
        font-weight: 400;
        color: #282828;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background .3s ease
    }
    
    .ant-select-dropdown-menu-item:hover {
        background-color: #e1faf7
    }
    
    .ant-select-dropdown-menu-item:first-child {
        border-radius: 3px 3px 0 0
    }
    
    .ant-select-dropdown-menu-item:last-child {
        border-radius: 0 0 3px 3px
    }
    
    .ant-select-dropdown-menu-item-disabled {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-select-dropdown-menu-item-disabled:hover {
        color: rgba(0, 0, 0, .25);
        background-color: #fff;
        cursor: not-allowed
    }
    
    .ant-select-dropdown-menu-item-selected,
    .ant-select-dropdown-menu-item-selected:hover {
        background-color: #fafafa;
        font-weight: 600;
        color: #282828
    }
    
    .ant-select-dropdown-menu-item-active {
        background-color: #e1faf7
    }
    
    .ant-select-dropdown-menu-item-divider {
        height: 1px;
        margin: 1px 0;
        overflow: hidden;
        background-color: #e8e8e8;
        line-height: 0
    }
    
    .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E632";
        color: transparent;
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg);
        transition: all .2s ease;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        font-weight: 700;
        text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0
    }
    
    :root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
        font-size: 12px
    }
    
    .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
        color: #ddd
    }
    
    .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
        display: none
    }
    
    .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
    .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
        color: #00b0b9;
        display: inline-block
    }
    
    .ant-select-dropdown-container-open .ant-select-dropdown,
    .ant-select-dropdown-open .ant-select-dropdown {
        display: block
    }
    
    .ant-slider {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        margin: 14px 6px 10px;
        padding: 4px 0;
        height: 12px;
        cursor: pointer
    }
    
    .ant-slider-vertical {
        width: 12px;
        height: 100%;
        margin: 6px 10px;
        padding: 0 4px
    }
    
    .ant-slider-vertical .ant-slider-rail {
        height: 100%;
        width: 4px
    }
    
    .ant-slider-vertical .ant-slider-track {
        width: 4px
    }
    
    .ant-slider-vertical .ant-slider-handle {
        margin-left: -5px;
        margin-bottom: -7px
    }
    
    .ant-slider-vertical .ant-slider-mark {
        top: 0;
        left: 12px;
        width: 18px;
        height: 100%
    }
    
    .ant-slider-vertical .ant-slider-mark-text {
        left: 4px;
        white-space: nowrap
    }
    
    .ant-slider-vertical .ant-slider-step {
        width: 4px;
        height: 100%
    }
    
    .ant-slider-vertical .ant-slider-dot {
        top: auto;
        left: 2px;
        margin-bottom: -4px
    }
    
    .ant-slider-with-marks {
        margin-bottom: 28px
    }
    
    .ant-slider-rail {
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #f5f5f5;
        transition: background-color .3s
    }
    
    .ant-slider-track {
        position: absolute;
        height: 4px;
        border-radius: 3px;
        background-color: #6ce0db;
        transition: background-color .3s ease
    }
    
    .ant-slider-handle {
        position: absolute;
        margin-left: -7px;
        margin-top: -5px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #6ce0db;
        background-color: #fff;
        transition: border-color .3s, transform .3s cubic-bezier(.18, .89, .32, 1.28)
    }
    
    .ant-slider-handle:focus {
        border-color: #33c0c7;
        box-shadow: 0 0 0 5px #80d8dc;
        outline: none
    }
    
    .ant-slider-handle.ant-tooltip-open {
        border-color: #00b0b9
    }
    
    .ant-slider:hover .ant-slider-rail {
        background-color: #e1e1e1
    }
    
    .ant-slider:hover .ant-slider-track {
        background-color: #44d4d1
    }
    
    .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
        border-color: #44d4d1
    }
    
    .ant-slider-mark {
        position: absolute;
        top: 14px;
        left: 0;
        width: 100%;
        font-size: 14px
    }
    
    .ant-slider-mark-text {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-slider-mark-text-active {
        color: #282828
    }
    
    .ant-slider-step {
        position: absolute;
        width: 100%;
        height: 4px;
        background: transparent
    }
    
    .ant-slider-dot {
        position: absolute;
        top: -2px;
        width: 8px;
        height: 8px;
        border: 2px solid #e8e8e8;
        background-color: #fff;
        cursor: pointer;
        border-radius: 50%;
        vertical-align: middle
    }
    
    .ant-slider-dot,
    .ant-slider-dot:first-child,
    .ant-slider-dot:last-child {
        margin-left: -4px
    }
    
    .ant-slider-dot-active {
        border-color: #80d8dc
    }
    
    .ant-slider-disabled {
        cursor: not-allowed
    }
    
    .ant-slider-disabled .ant-slider-track {
        background-color: rgba(0, 0, 0, .25)!important
    }
    
    .ant-slider-disabled .ant-slider-dot,
    .ant-slider-disabled .ant-slider-handle {
        border-color: rgba(0, 0, 0, .25)!important;
        background-color: #fff;
        cursor: not-allowed;
        box-shadow: none
    }
    
    .ant-slider-disabled .ant-slider-dot,
    .ant-slider-disabled .ant-slider-mark-text {
        cursor: not-allowed!important
    }
    
    .ant-spin {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        color: #00b0b9;
        vertical-align: middle;
        text-align: center;
        opacity: 0;
        position: absolute;
        transition: transform .3s cubic-bezier(.78, .14, .15, .86);
        display: none
    }
    
    .ant-spin-spinning {
        opacity: 1;
        position: static;
        display: inline-block
    }
    
    .ant-spin-nested-loading {
        position: relative
    }
    
    .ant-spin-nested-loading>div>.ant-spin {
        display: block;
        position: absolute;
        height: 100%;
        max-height: 320px;
        width: 100%;
        z-index: 4
    }
    
    .ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px
    }
    
    .ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
        position: absolute;
        top: 50%;
        width: 100%;
        padding-top: 5px;
        text-shadow: 0 1px 2px #fff
    }
    
    .ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
        margin-top: -20px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
        margin: -7px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
        padding-top: 2px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
        margin-top: -17px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
        margin: -16px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
        padding-top: 11px
    }
    
    .ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
        margin-top: -26px
    }
    
    .ant-spin-container {
        position: relative;
        zoom: 1
    }
    
    .ant-spin-container:after,
    .ant-spin-container:before {
        content: "";
        display: table
    }
    
    .ant-spin-container:after {
        clear: both
    }
    
    .ant-spin-blur {
        pointer-events: none;
        user-select: none;
        overflow: hidden;
        opacity: .7;
        -webkit-filter: blur(.5px);
        filter: blur(.5px);
        filter: progid\: DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)
    }
    
    .ant-spin-blur:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: .3;
        transition: all .3s;
        z-index: 10
    }
    
    .ant-spin-tip {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-spin-dot {
        position: relative;
        display: inline-block;
        font-size: 20px;
        width: 20px;
        height: 20px
    }
    
    .ant-spin-dot i {
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background-color: #00b0b9;
        transform: scale(.75);
        display: block;
        position: absolute;
        opacity: .3;
        animation: antSpinMove 1s infinite linear alternate;
        transform-origin: 50% 50%
    }
    
    .ant-spin-dot i:first-child {
        left: 0;
        top: 0
    }
    
    .ant-spin-dot i:nth-child(2) {
        right: 0;
        top: 0;
        animation-delay: .4s
    }
    
    .ant-spin-dot i:nth-child(3) {
        right: 0;
        bottom: 0;
        animation-delay: .8s
    }
    
    .ant-spin-dot i:nth-child(4) {
        left: 0;
        bottom: 0;
        animation-delay: 1.2s
    }
    
    .ant-spin-dot-spin {
        transform: rotate(45deg);
        animation: antRotate 1.2s infinite linear
    }
    
    .ant-spin-sm .ant-spin-dot {
        font-size: 14px;
        width: 14px;
        height: 14px
    }
    
    .ant-spin-sm .ant-spin-dot i {
        width: 6px;
        height: 6px
    }
    
    .ant-spin-lg .ant-spin-dot {
        font-size: 32px;
        width: 32px;
        height: 32px
    }
    
    .ant-spin-lg .ant-spin-dot i {
        width: 14px;
        height: 14px
    }
    
    .ant-spin.ant-spin-show-text .ant-spin-text {
        display: block
    }
    
    @media (-ms-high-contrast:active),
    (-ms-high-contrast:none) {
        .ant-spin-blur {
            background: #fff;
            opacity: .5
        }
    }
    
    @keyframes antSpinMove {
        to {
            opacity: 1
        }
    }
    
    @keyframes antRotate {
        to {
            transform: rotate(405deg)
        }
    }
    
    .ant-steps {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        width: 100%;
        display: flex
    }
    
    .ant-steps-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        flex: 1;
        overflow: hidden
    }
    
    .ant-steps-item:last-child {
        flex: none
    }
    
    .ant-steps-item:last-child .ant-steps-item-tail,
    .ant-steps-item:last-child .ant-steps-item-title:after {
        display: none
    }
    
    .ant-steps-item-content,
    .ant-steps-item-icon {
        display: inline-block;
        vertical-align: top
    }
    
    .ant-steps-item-icon {
        border: 1px solid rgba(0, 0, 0, .25);
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 32px;
        font-size: 16px;
        margin-right: 8px;
        transition: background-color .3s, border-color .3s;
        font-family: Neo Sans Pro, sans-serif
    }
    
    .ant-steps-item-icon>.ant-steps-icon {
        line-height: 1;
        top: -1px;
        color: #00b0b9;
        position: relative
    }
    
    .ant-steps-item-tail {
        position: absolute;
        left: 0;
        width: 100%;
        top: 12px;
        padding: 0 10px
    }
    
    .ant-steps-item-tail:after {
        content: "";
        display: inline-block;
        background: #e8e8e8;
        height: 1px;
        border-radius: 1px;
        width: 100%;
        transition: background .3s
    }
    
    .ant-steps-item-title {
        font-size: 16px;
        color: #282828;
        display: inline-block;
        padding-right: 16px;
        position: relative;
        line-height: 32px
    }
    
    .ant-steps-item-title:after {
        content: "";
        height: 1px;
        width: 9999px;
        background: #e8e8e8;
        display: block;
        position: absolute;
        top: 16px;
        left: 100%
    }
    
    .ant-steps-item-description {
        font-size: 14px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-steps-item-wait .ant-steps-item-icon {
        border-color: rgba(0, 0, 0, .25);
        background-color: #fff
    }
    
    .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
        background: rgba(0, 0, 0, .25)
    }
    
    .ant-steps-item-wait>.ant-steps-item-content>.ant-steps-item-title {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-steps-item-wait>.ant-steps-item-content>.ant-steps-item-title:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item-wait>.ant-steps-item-content>.ant-steps-item-description {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-steps-item-wait>.ant-steps-item-tail:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item-process .ant-steps-item-icon {
        border-color: #00b0b9;
        background-color: #fff
    }
    
    .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
        color: #00b0b9
    }
    
    .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
        background: #00b0b9
    }
    
    .ant-steps-item-process>.ant-steps-item-content>.ant-steps-item-title {
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-steps-item-process>.ant-steps-item-content>.ant-steps-item-title:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item-process>.ant-steps-item-content>.ant-steps-item-description {
        color: #282828
    }
    
    .ant-steps-item-process>.ant-steps-item-tail:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item-process .ant-steps-item-icon {
        background: #00b0b9
    }
    
    .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
        color: #fff
    }
    
    .ant-steps-item-process .ant-steps-item-title {
        font-weight: 500
    }
    
    .ant-steps-item-finish .ant-steps-item-icon {
        border-color: #00b0b9;
        background-color: #fff
    }
    
    .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
        color: #00b0b9
    }
    
    .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
        background: #00b0b9
    }
    
    .ant-steps-item-finish>.ant-steps-item-content>.ant-steps-item-title {
        color: #282828
    }
    
    .ant-steps-item-finish>.ant-steps-item-content>.ant-steps-item-title:after {
        background-color: #00b0b9
    }
    
    .ant-steps-item-finish>.ant-steps-item-content>.ant-steps-item-description {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-steps-item-finish>.ant-steps-item-tail:after {
        background-color: #00b0b9
    }
    
    .ant-steps-item-error .ant-steps-item-icon {
        border-color: #f5222d;
        background-color: #fff
    }
    
    .ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon {
        color: #f5222d
    }
    
    .ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
        background: #f5222d
    }
    
    .ant-steps-item-error>.ant-steps-item-content>.ant-steps-item-title {
        color: #f5222d
    }
    
    .ant-steps-item-error>.ant-steps-item-content>.ant-steps-item-title:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item-error>.ant-steps-item-content>.ant-steps-item-description {
        color: #f5222d
    }
    
    .ant-steps-item-error>.ant-steps-item-tail:after {
        background-color: #e8e8e8
    }
    
    .ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
        background: #f5222d
    }
    
    .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
        margin-right: 16px;
        white-space: nowrap
    }
    
    .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
        margin-right: 0
    }
    
    .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
        padding-right: 0
    }
    
    .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
        display: none
    }
    
    .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
        max-width: 140px
    }
    
    .ant-steps-item-custom .ant-steps-item-icon {
        background: none;
        border: 0;
        width: auto;
        height: auto
    }
    
    .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
        font-size: 24px;
        line-height: 32px;
        top: 0;
        left: .5px;
        width: 32px;
        height: 32px
    }
    
    .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
        color: #00b0b9
    }
    
    .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
        margin-right: 12px
    }
    
    .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
        margin-right: 0
    }
    
    .ant-steps-small .ant-steps-item-icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 24px;
        font-size: 12px
    }
    
    .ant-steps-small .ant-steps-item-title {
        font-size: 14px;
        line-height: 24px;
        padding-right: 12px
    }
    
    .ant-steps-small .ant-steps-item-title:after {
        top: 12px
    }
    
    .ant-steps-small .ant-steps-item-description {
        font-size: 14px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-steps-small .ant-steps-item-tail {
        top: 8px;
        padding: 0 8px
    }
    
    .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
        width: inherit;
        height: inherit;
        line-height: inherit;
        border-radius: 0;
        border: 0;
        background: none
    }
    
    .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
        font-size: 24px;
        line-height: 24px;
        transform: none
    }
    
    .ant-steps-vertical {
        display: block
    }
    
    .ant-steps-vertical .ant-steps-item {
        display: block;
        overflow: visible
    }
    
    .ant-steps-vertical .ant-steps-item-icon {
        float: left;
        margin-right: 16px
    }
    
    .ant-steps-vertical .ant-steps-item-content {
        min-height: 48px;
        overflow: hidden;
        display: block
    }
    
    .ant-steps-vertical .ant-steps-item-title {
        line-height: 32px
    }
    
    .ant-steps-vertical .ant-steps-item-description {
        padding-bottom: 12px
    }
    
    .ant-steps-vertical>.ant-steps-item>.ant-steps-item-tail {
        position: absolute;
        left: 16px;
        top: 0;
        height: 100%;
        width: 1px;
        padding: 38px 0 6px
    }
    
    .ant-steps-vertical>.ant-steps-item>.ant-steps-item-tail:after {
        height: 100%;
        width: 1px
    }
    
    .ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-tail {
        display: block
    }
    
    .ant-steps-vertical>.ant-steps-item>.ant-steps-item-content>.ant-steps-item-title:after {
        display: none
    }
    
    .ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
        position: absolute;
        left: 12px;
        top: 0;
        padding: 30px 0 6px
    }
    
    .ant-steps-vertical.ant-steps-small .ant-steps-item-title {
        line-height: 24px
    }
    
    @media (max-width:480px) {
        .ant-steps-horizontal.ant-steps-label-horizontal {
            display: block
        }
        .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
            display: block;
            overflow: visible
        }
        .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
            float: left;
            margin-right: 16px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
            min-height: 48px;
            overflow: hidden;
            display: block
        }
        .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
            line-height: 32px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
            padding-bottom: 12px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-tail {
            position: absolute;
            left: 16px;
            top: 0;
            height: 100%;
            width: 1px;
            padding: 38px 0 6px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-tail:after {
            height: 100%;
            width: 1px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-tail {
            display: block
        }
        .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-content>.ant-steps-item-title:after {
            display: none
        }
        .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
            position: absolute;
            left: 12px;
            top: 0;
            padding: 30px 0 6px
        }
        .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
            line-height: 24px
        }
    }
    
    .ant-steps-label-vertical .ant-steps-item {
        overflow: visible
    }
    
    .ant-steps-label-vertical .ant-steps-item-tail {
        padding: 0 24px;
        margin-left: 48px
    }
    
    .ant-steps-label-vertical .ant-steps-item-content {
        display: block;
        text-align: center;
        margin-top: 8px;
        width: 104px
    }
    
    .ant-steps-label-vertical .ant-steps-item-icon {
        display: inline-block;
        margin-left: 36px
    }
    
    .ant-steps-label-vertical .ant-steps-item-title {
        padding-right: 0
    }
    
    .ant-steps-label-vertical .ant-steps-item-title:after {
        display: none
    }
    
    .ant-steps-dot .ant-steps-item-title {
        line-height: 20px
    }
    
    .ant-steps-dot .ant-steps-item-tail {
        width: 100%;
        top: 2px;
        margin: 0 0 0 70px;
        padding: 0
    }
    
    .ant-steps-dot .ant-steps-item-tail:after {
        height: 3px;
        width: calc(100% - 20px);
        margin-left: 12px
    }
    
    .ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
        left: 2px
    }
    
    .ant-steps-dot .ant-steps-item-icon {
        padding-right: 0;
        width: 8px;
        height: 8px;
        line-height: 8px;
        border: 0;
        margin-left: 67px;
        background: transparent
    }
    
    .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: relative;
        transition: all .3s
    }
    
    .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after {
        content: "";
        background: rgba(0, 0, 0, .001);
        width: 60px;
        height: 32px;
        position: absolute;
        top: -12px;
        left: -26px
    }
    
    .ant-steps-dot .ant-steps-item-content {
        width: 140px
    }
    
    .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
        width: 10px;
        height: 10px;
        line-height: 10px
    }
    
    .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
        top: -1px
    }
    
    .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
        margin-left: 0;
        margin-top: 8px
    }
    
    .ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
        margin: 0;
        left: -9px;
        top: 2px;
        padding: 22px 0 4px
    }
    
    .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
        left: 0
    }
    
    .ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
        left: -2px
    }
    
    .ant-switch {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        color: #282828;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        height: 22px;
        min-width: 44px;
        line-height: 20px;
        vertical-align: middle;
        border-radius: 100px;
        border: 1px solid transparent;
        background-color: rgba(0, 0, 0, .25);
        cursor: pointer;
        transition: all .36s;
        user-select: none
    }
    
    .ant-switch-inner {
        color: #fff;
        font-size: 12px;
        margin-left: 24px;
        margin-right: 6px;
        display: block
    }
    
    .ant-switch:after,
    .ant-switch:before {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 1px;
        border-radius: 18px;
        background-color: #fff;
        content: " ";
        cursor: pointer;
        transition: all .36s cubic-bezier(.78, .14, .15, .86)
    }
    
    .ant-switch:after {
        box-shadow: 0 2px 4px 0 rgba(0, 35, 11, .2)
    }
    
    .ant-switch:active:after,
    .ant-switch:active:before {
        width: 24px
    }
    
    .ant-switch:before {
        content: "\E64D";
        font-family: anticon;
        animation: loadingCircle 1s infinite linear;
        text-align: center;
        background: transparent;
        z-index: 1;
        display: none;
        font-size: 12px
    }
    
    .ant-switch-loading:before {
        display: inline-block;
        color: #282828
    }
    
    .ant-switch-checked.ant-switch-loading:before {
        color: #00b0b9
    }
    
    .ant-switch:focus {
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2);
        outline: 0
    }
    
    .ant-switch:focus:hover {
        box-shadow: none
    }
    
    .ant-switch-small {
        height: 16px;
        min-width: 28px;
        line-height: 14px
    }
    
    .ant-switch-small .ant-switch-inner {
        margin-left: 18px;
        margin-right: 3px;
        font-size: 12px
    }
    
    .ant-switch-small:after,
    .ant-switch-small:before {
        width: 12px;
        height: 12px
    }
    
    .ant-switch-small:active:after,
    .ant-switch-small:active:before {
        width: 16px
    }
    
    .ant-switch-small.ant-switch-checked:before {
        left: 100%;
        margin-left: -13px
    }
    
    .ant-switch-small.ant-switch-checked .ant-switch-inner {
        margin-left: 3px;
        margin-right: 18px
    }
    
    .ant-switch-small.ant-switch-loading:before {
        animation: AntSwitchSmallLoadingCircle 1s infinite linear;
        font-weight: 700
    }
    
    .ant-switch-checked {
        background-color: #00b0b9
    }
    
    .ant-switch-checked .ant-switch-inner {
        margin-left: 6px;
        margin-right: 24px
    }
    
    .ant-switch-checked:before {
        left: 100%;
        margin-left: -19px
    }
    
    .ant-switch-checked:after {
        left: 100%;
        transform: translateX(-100%);
        margin-left: -1px
    }
    
    .ant-switch-disabled,
    .ant-switch-loading {
        pointer-events: none;
        opacity: .4
    }
    
    @keyframes AntSwitchSmallLoadingCircle {
        0% {
            transform-origin: 50% 50%;
            transform: rotate(0deg) scale(.66667)
        }
        to {
            transform-origin: 50% 50%;
            transform: rotate(1turn) scale(.66667)
        }
    }
    
    .ant-table-wrapper {
        zoom: 1
    }
    
    .ant-table-wrapper:after,
    .ant-table-wrapper:before {
        content: "";
        display: table
    }
    
    .ant-table-wrapper:after {
        clear: both
    }
    
    .ant-table {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        clear: both
    }
    
    .ant-table-body {
        transition: opacity .3s
    }
    
    .ant-table-empty .ant-table-body {
        overflow: auto!important
    }
    
    .ant-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        text-align: left;
        border-radius: 3px 3px 0 0
    }
    
    .ant-table-thead>tr>th {
        background: #fafafa;
        transition: background .3s ease;
        text-align: left;
        color: rgba(0, 0, 0, .85);
        font-weight: 500;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-table-thead>tr>th[colspan] {
        text-align: center
    }
    
    .ant-table-thead>tr>th .ant-table-filter-icon,
    .ant-table-thead>tr>th .anticon-filter {
        position: relative;
        margin-left: 8px;
        font-size: 14px;
        cursor: pointer;
        color: rgba(0, 0, 0, .45);
        transition: all .3s;
        width: 14px;
        font-weight: 400;
        vertical-align: text-bottom
    }
    
    .ant-table-thead>tr>th .ant-table-filter-icon:hover,
    .ant-table-thead>tr>th .anticon-filter:hover {
        color: #282828
    }
    
    .ant-table-thead>tr>th .ant-table-column-sorter+.anticon-filter {
        margin-left: 4px
    }
    
    .ant-table-thead>tr>th .ant-table-filter-selected.anticon-filter {
        color: #00b0b9
    }
    
    .ant-table-thead>tr>th.ant-table-column-has-filters {
        overflow: hidden
    }
    
    .ant-table-thead>tr:first-child>th:first-child {
        border-top-left-radius: 3px
    }
    
    .ant-table-thead>tr:first-child>th:last-child {
        border-top-right-radius: 3px
    }
    
    .ant-table-thead>tr:not(:last-child)>th[colspan] {
        border-bottom: 0
    }
    
    .ant-table-tbody>tr>td {
        border-bottom: 1px solid #e8e8e8;
        transition: all .3s
    }
    
    .ant-table-tbody>tr,
    .ant-table-thead>tr {
        transition: all .3s
    }
    
    .ant-table-tbody>tr.ant-table-row-hover>td,
    .ant-table-tbody>tr:hover>td,
    .ant-table-thead>tr.ant-table-row-hover>td,
    .ant-table-thead>tr:hover>td {
        background: #e1faf7
    }
    
    .ant-table-thead>tr:hover {
        background: none
    }
    
    .ant-table-footer {
        padding: 16px;
        background: #fafafa;
        border-radius: 0 0 3px 3px;
        position: relative;
        border-top: 1px solid #e8e8e8
    }
    
    .ant-table-footer:before {
        content: "";
        height: 1px;
        background: #fafafa;
        position: absolute;
        top: -1px;
        width: 100%;
        left: 0
    }
    
    .ant-table.ant-table-bordered .ant-table-footer {
        border: 1px solid #e8e8e8
    }
    
    .ant-table-title {
        padding: 16px 0;
        position: relative;
        top: 1px;
        border-radius: 3px 3px 0 0
    }
    
    .ant-table.ant-table-bordered .ant-table-title {
        border: 1px solid #e8e8e8;
        padding-left: 16px;
        padding-right: 16px
    }
    
    .ant-table-title+.ant-table-content {
        position: relative;
        border-radius: 3px 3px 0 0;
        overflow: hidden
    }
    
    .ant-table-bordered .ant-table-title+.ant-table-content,
    .ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,
    .ant-table-bordered .ant-table-title+.ant-table-content table,
    .ant-table-without-column-header .ant-table-title+.ant-table-content,
    .ant-table-without-column-header table {
        border-radius: 0
    }
    
    .ant-table-tbody>tr.ant-table-row-selected td {
        background: #fafafa
    }
    
    .ant-table-thead>tr>th.ant-table-column-sort {
        background: #f5f5f5
    }
    
    .ant-table-tbody>tr>td,
    .ant-table-thead>tr>th {
        padding: 16px;
        word-break: break-word;
        -ms-word-break: break-all
    }
    
    .ant-table-thead>tr>th.ant-table-selection-column-custom {
        padding-left: 16px;
        padding-right: 0
    }
    
    .ant-table-tbody>tr>td.ant-table-selection-column,
    .ant-table-thead>tr>th.ant-table-selection-column {
        text-align: center;
        min-width: 62px;
        width: 62px
    }
    
    .ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,
    .ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper {
        margin-right: 0
    }
    
    .ant-table-expand-icon-th,
    .ant-table-row-expand-icon-cell {
        text-align: center;
        min-width: 50px;
        width: 50px
    }
    
    .ant-table-header {
        background: #fafafa;
        overflow: hidden
    }
    
    .ant-table-header table {
        border-radius: 3px 3px 0 0
    }
    
    .ant-table-loading {
        position: relative
    }
    
    .ant-table-loading .ant-table-body {
        background: #fff;
        opacity: .5
    }
    
    .ant-table-loading .ant-table-spin-holder {
        height: 20px;
        line-height: 20px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        position: absolute
    }
    
    .ant-table-loading .ant-table-with-pagination {
        margin-top: -20px
    }
    
    .ant-table-loading .ant-table-without-pagination {
        margin-top: 10px
    }
    
    .ant-table-column-sorter {
        position: relative;
        margin-left: 8px;
        display: inline-block;
        width: 14px;
        height: 14px;
        vertical-align: middle;
        text-align: center;
        font-weight: 400;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-table-column-sorter-down,
    .ant-table-column-sorter-up {
        display: block;
        width: 14px;
        height: 6px;
        line-height: 6px;
        cursor: pointer;
        position: relative
    }
    
    .ant-table-column-sorter-down:hover .anticon,
    .ant-table-column-sorter-up:hover .anticon {
        color: #44d4d1
    }
    
    .ant-table-column-sorter-down.on .anticon-caret-down,
    .ant-table-column-sorter-down.on .anticon-caret-up,
    .ant-table-column-sorter-up.on .anticon-caret-down,
    .ant-table-column-sorter-up.on .anticon-caret-up {
        color: #00b0b9
    }
    
    .ant-table-column-sorter-down:after,
    .ant-table-column-sorter-up:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 14px;
        left: 0
    }
    
    .ant-table-column-sorter-up:after {
        bottom: 0
    }
    
    .ant-table-column-sorter-down:after {
        top: 0
    }
    
    .ant-table-column-sorter .anticon-caret-down,
    .ant-table-column-sorter .anticon-caret-up {
        display: inline-block;
        font-size: 12px;
        font-size: 8px\9;
        transform: scale(.66666667) rotate(0deg);
        line-height: 4px;
        height: 4px;
        transition: all .3s;
        position: relative;
        display: block
    }
    
    :root .ant-table-column-sorter .anticon-caret-down,
    :root .ant-table-column-sorter .anticon-caret-up {
        font-size: 12px
    }
    
    .ant-table-column-sorter-down {
        margin-top: 1.5px
    }
    
    .ant-table-column-sorter .anticon-caret-up {
        margin-top: .5px
    }
    
    .ant-table-bordered .ant-table-body>table,
    .ant-table-bordered .ant-table-fixed-left table,
    .ant-table-bordered .ant-table-fixed-right table,
    .ant-table-bordered .ant-table-header>table {
        border: 1px solid #e8e8e8;
        border-right: 0;
        border-bottom: 0
    }
    
    .ant-table-bordered.ant-table-empty .ant-table-placeholder {
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8
    }
    
    .ant-table-bordered.ant-table-fixed-header .ant-table-header>table {
        border-bottom: 0
    }
    
    .ant-table-bordered.ant-table-fixed-header .ant-table-body>table {
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    
    .ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table {
        border-top: 0
    }
    
    .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
        border: 0
    }
    
    .ant-table-bordered .ant-table-thead>tr:not(:last-child)>th {
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-table-bordered .ant-table-tbody>tr>td,
    .ant-table-bordered .ant-table-thead>tr>th {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-table-placeholder {
        position: relative;
        padding: 16px;
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        text-align: center;
        font-size: 14px;
        color: rgba(0, 0, 0, .45);
        z-index: 1
    }
    
    .ant-table-placeholder .anticon {
        margin-right: 4px
    }
    
    .ant-table-pagination.ant-pagination {
        margin: 16px 0;
        float: right
    }
    
    .ant-table-filter-dropdown {
        min-width: 96px;
        margin-left: -8px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu {
        border: 0;
        box-shadow: none;
        border-radius: 3px 3px 0 0
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
        max-height: 400px;
        overflow-x: hidden
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu-item>label+span {
        padding-right: 0
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu-sub {
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
        color: #00b0b9;
        font-weight: 700;
        text-shadow: 0 0 2px #98ede6
    }
    
    .ant-table-filter-dropdown .ant-dropdown-menu-item {
        overflow: hidden
    }
    
    .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,
    .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
        border-radius: 0
    }
    
    .ant-table-filter-dropdown-btns {
        overflow: hidden;
        padding: 7px 8px;
        border-top: 1px solid #e8e8e8
    }
    
    .ant-table-filter-dropdown-link {
        color: #00b0b9
    }
    
    .ant-table-filter-dropdown-link:hover {
        color: #20c4c7
    }
    
    .ant-table-filter-dropdown-link:active {
        color: #008894
    }
    
    .ant-table-filter-dropdown-link.confirm {
        float: left
    }
    
    .ant-table-filter-dropdown-link.clear {
        float: right
    }
    
    .ant-table-selection-select-all-custom {
        margin-right: 4px!important
    }
    
    .ant-table-selection .anticon-down {
        color: rgba(0, 0, 0, .45);
        transition: all .3s
    }
    
    .ant-table-selection-menu {
        min-width: 96px;
        margin-top: 5px;
        margin-left: -30px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
    
    .ant-table-selection-menu .ant-action-down {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-table-selection-down {
        cursor: pointer;
        padding: 0;
        display: inline-block;
        line-height: 1
    }
    
    .ant-table-selection-down:hover .anticon-down {
        color: #666
    }
    
    .ant-table-row-expand-icon {
        cursor: pointer;
        display: inline-block;
        width: 17px;
        height: 17px;
        text-align: center;
        line-height: 14px;
        border: 1px solid #e8e8e8;
        user-select: none;
        background: #fff
    }
    
    .ant-table-row-expanded:after {
        content: "-"
    }
    
    .ant-table-row-collapsed:after {
        content: "+"
    }
    
    .ant-table-row-spaced {
        visibility: hidden
    }
    
    .ant-table-row-spaced:after {
        content: "."
    }
    
    .ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span {
        display: inline-block
    }
    
    tr.ant-table-expanded-row,
    tr.ant-table-expanded-row:hover {
        background: #fbfbfb
    }
    
    .ant-table .ant-table-row-indent+.ant-table-row-expand-icon {
        margin-right: 8px
    }
    
    .ant-table-scroll {
        overflow: auto;
        overflow-x: hidden
    }
    
    .ant-table-scroll table {
        width: auto;
        min-width: 100%
    }
    
    .ant-table-body-inner {
        height: 100%
    }
    
    .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body {
        position: relative;
        background: #fff
    }
    
    .ant-table-fixed-header .ant-table-body-inner {
        overflow: scroll
    }
    
    .ant-table-fixed-header .ant-table-scroll .ant-table-header {
        overflow: scroll;
        padding-bottom: 20px;
        margin-bottom: -20px
    }
    
    .ant-table-fixed-left,
    .ant-table-fixed-right {
        position: absolute;
        top: 0;
        overflow: hidden;
        transition: box-shadow .3s ease;
        border-radius: 0
    }
    
    .ant-table-fixed-left table,
    .ant-table-fixed-right table {
        width: auto;
        background: #fff
    }
    
    .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
    .ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
        border-radius: 0
    }
    
    .ant-table-fixed-left {
        left: 0;
        box-shadow: 6px 0 6px -4px rgba(0, 0, 0, .15)
    }
    
    .ant-table-fixed-left .ant-table-header {
        overflow-y: hidden
    }
    
    .ant-table-fixed-left .ant-table-body-inner {
        margin-right: -20px;
        padding-right: 20px
    }
    
    .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
        padding-right: 0
    }
    
    .ant-table-fixed-left,
    .ant-table-fixed-left table {
        border-radius: 3px 0 0 0
    }
    
    .ant-table-fixed-left .ant-table-thead>tr>th:last-child {
        border-top-right-radius: 0
    }
    
    .ant-table-fixed-right {
        right: 0;
        box-shadow: -6px 0 6px -4px rgba(0, 0, 0, .15)
    }
    
    .ant-table-fixed-right,
    .ant-table-fixed-right table {
        border-radius: 0 3px 0 0
    }
    
    .ant-table-fixed-right .ant-table-expanded-row {
        color: transparent;
        pointer-events: none
    }
    
    .ant-table-fixed-right .ant-table-thead>tr>th:first-child {
        border-top-left-radius: 0
    }
    
    .ant-table.ant-table-scroll-position-left .ant-table-fixed-left,
    .ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
        box-shadow: none
    }
    
    .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-middle>.ant-table-footer,
    .ant-table-middle>.ant-table-title {
        padding: 12px 8px
    }
    
    .ant-table-small {
        border: 1px solid #e8e8e8;
        border-radius: 3px
    }
    
    .ant-table-small>.ant-table-footer,
    .ant-table-small>.ant-table-title {
        padding: 8px
    }
    
    .ant-table-small>.ant-table-title {
        border-bottom: 1px solid #e8e8e8;
        top: 0
    }
    
    .ant-table-small>.ant-table-content>.ant-table-body>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,
    .ant-table-small>.ant-table-content>.ant-table-header>table,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table {
        border: 0;
        padding: 0 8px
    }
    
    .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th {
        padding: 8px
    }
    
    .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th {
        background: #fff;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,
    .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,
    .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table {
        padding: 0
    }
    
    .ant-table-small>.ant-table-content .ant-table-header {
        background: #fff
    }
    
    .ant-table-small>.ant-table-content .ant-table-placeholder,
    .ant-table-small>.ant-table-content .ant-table-row:last-child td {
        border-bottom: 0
    }
    
    .ant-table-small.ant-table-bordered {
        border-right: 0
    }
    
    .ant-table-small.ant-table-bordered .ant-table-title {
        border: 0;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8
    }
    
    .ant-table-small.ant-table-bordered .ant-table-content {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-table-small.ant-table-bordered .ant-table-footer {
        border: 0;
        border-top: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8
    }
    
    .ant-table-small.ant-table-bordered .ant-table-footer:before {
        display: none
    }
    
    .ant-table-small.ant-table-bordered .ant-table-placeholder {
        border-left: 0;
        border-bottom: 0
    }
    
    .ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,
    .ant-table-small.ant-table-bordered .ant-table-thead>tr>th:last-child {
        border-right: none
    }
    
    .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,
    .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child,
    .ant-table-small.ant-table-bordered .ant-table-fixed-right {
        border-right: 1px solid #e8e8e8
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container {
        height: 40px
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-ink-bar {
        visibility: hidden
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab {
        margin: 0;
        border: 1px solid #e8e8e8;
        border-bottom: 0;
        border-radius: 3px 3px 0 0;
        background: #fafafa;
        margin-right: 2px;
        padding: 0 16px;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        line-height: 38px
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active {
        background: #fff;
        border-color: #e8e8e8;
        color: #00b0b9;
        padding-bottom: 1px
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-inactive {
        padding: 0
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-bottom: 0
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close {
        color: rgba(0, 0, 0, .45);
        transition: all .3s;
        font-size: 12px;
        margin-left: 3px;
        margin-right: -5px;
        overflow: hidden;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        height: 14px
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane,
    .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane {
        transition: none!important
    }
    
    .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane-inactive,
    .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane-inactive {
        overflow: hidden
    }
    
    .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
        opacity: 1
    }
    
    .ant-tabs-extra-content {
        line-height: 40px
    }
    
    .ant-tabs-extra-content .ant-tabs-new-tab {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        border-radius: 2px;
        border: 1px solid #e8e8e8;
        font-size: 12px;
        color: #282828;
        transition: all .3s
    }
    
    .ant-tabs-extra-content .ant-tabs-new-tab:hover {
        color: #00b0b9;
        border-color: #00b0b9
    }
    
    .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container {
        height: auto
    }
    
    .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 8px
    }
    
    .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active {
        padding-bottom: 4px
    }
    
    .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:last-child {
        margin-bottom: 8px
    }
    
    .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-new-tab {
        width: 90%
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-right: 0
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab {
        border-right: 0;
        border-radius: 3px 0 0 3px;
        margin-right: 1px
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-active {
        margin-right: -1px;
        padding-right: 18px
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-left: 0
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab {
        border-left: 0;
        border-radius: 0 3px 3px 0;
        margin-left: 1px
    }
    
    .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab-active {
        margin-left: -1px;
        padding-left: 18px
    }
    
    .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab {
        border-bottom: 1px solid #e8e8e8;
        border-top: 0;
        border-radius: 0 0 3px 3px
    }
    
    .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab-active {
        color: #00b0b9;
        padding-bottom: 0;
        padding-top: 1px
    }
    
    .ant-tabs {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        overflow: hidden;
        zoom: 1
    }
    
    .ant-tabs:after,
    .ant-tabs:before {
        content: "";
        display: table
    }
    
    .ant-tabs:after {
        clear: both
    }
    
    .ant-tabs-ink-bar {
        z-index: 1;
        position: absolute;
        left: 0;
        bottom: 1px;
        box-sizing: border-box;
        height: 2px;
        background-color: #00b0b9;
        transform-origin: 0 0
    }
    
    .ant-tabs-bar {
        border-bottom: 1px solid #e8e8e8;
        margin: 0 0 16px;
        outline: none
    }
    
    .ant-tabs-bar,
    .ant-tabs-nav-container {
        transition: padding .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-tabs-nav-container {
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        box-sizing: border-box;
        position: relative;
        white-space: nowrap;
        margin-bottom: -1px;
        zoom: 1
    }
    
    .ant-tabs-nav-container:after,
    .ant-tabs-nav-container:before {
        content: "";
        display: table
    }
    
    .ant-tabs-nav-container:after {
        clear: both
    }
    
    .ant-tabs-nav-container-scrolling {
        padding-left: 32px;
        padding-right: 32px
    }
    
    .ant-tabs-bottom .ant-tabs-bar {
        border-bottom: none;
        border-top: 1px solid #e8e8e8
    }
    
    .ant-tabs-bottom .ant-tabs-ink-bar {
        bottom: auto;
        top: 1px
    }
    
    .ant-tabs-bottom .ant-tabs-nav-container {
        margin-bottom: 0;
        margin-top: -1px
    }
    
    .ant-tabs-tab-next,
    .ant-tabs-tab-prev {
        user-select: none;
        z-index: 2;
        width: 0;
        height: 100%;
        cursor: pointer;
        border: 0;
        background-color: transparent;
        position: absolute;
        text-align: center;
        color: rgba(0, 0, 0, .45);
        transition: width .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
        opacity: 0;
        pointer-events: none
    }
    
    .ant-tabs-tab-next.ant-tabs-tab-arrow-show,
    .ant-tabs-tab-prev.ant-tabs-tab-arrow-show {
        opacity: 1;
        width: 32px;
        height: 100%;
        pointer-events: auto
    }
    
    .ant-tabs-tab-next:hover,
    .ant-tabs-tab-prev:hover {
        color: #282828
    }
    
    .ant-tabs-tab-next-icon,
    .ant-tabs-tab-prev-icon {
        font-style: normal;
        font-weight: 700;
        font-variant: normal;
        line-height: inherit;
        vertical-align: baseline;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        text-transform: none
    }
    
    .ant-tabs-tab-next-icon:before,
    .ant-tabs-tab-prev-icon:before {
        display: block;
        font-family: anticon!important;
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg)
    }
    
    :root .ant-tabs-tab-next-icon:before,
    :root .ant-tabs-tab-prev-icon:before {
        font-size: 12px
    }
    
    .ant-tabs-tab-btn-disabled {
        cursor: not-allowed
    }
    
    .ant-tabs-tab-btn-disabled,
    .ant-tabs-tab-btn-disabled:hover {
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-tabs-tab-next {
        right: 2px
    }
    
    .ant-tabs-tab-next-icon:before {
        content: "\E61F"
    }
    
    .ant-tabs-tab-prev {
        left: 0
    }
    
    .ant-tabs-tab-prev-icon:before {
        content: "\E620"
    }
    
    :root .ant-tabs-tab-prev {
        filter: none
    }
    
    .ant-tabs-nav-wrap {
        overflow: hidden;
        margin-bottom: -1px
    }
    
    .ant-tabs-nav-scroll {
        overflow: hidden;
        white-space: nowrap
    }
    
    .ant-tabs-nav {
        box-sizing: border-box;
        padding-left: 0;
        transition: transform .3s cubic-bezier(.645, .045, .355, 1);
        position: relative;
        margin: 0;
        list-style: none;
        display: inline-block
    }
    
    .ant-tabs-nav:after,
    .ant-tabs-nav:before {
        display: table;
        content: " "
    }
    
    .ant-tabs-nav:after {
        clear: both
    }
    
    .ant-tabs-nav .ant-tabs-tab-disabled {
        pointer-events: none;
        cursor: default;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-tabs-nav .ant-tabs-tab {
        display: inline-block;
        height: 100%;
        margin: 0 32px 0 0;
        padding: 12px 16px;
        box-sizing: border-box;
        position: relative;
        transition: color .3s cubic-bezier(.645, .045, .355, 1);
        cursor: pointer;
        text-decoration: none
    }
    
    .ant-tabs-nav .ant-tabs-tab:last-child {
        margin-right: 0
    }
    
    .ant-tabs-nav .ant-tabs-tab:hover {
        color: #20c4c7
    }
    
    .ant-tabs-nav .ant-tabs-tab:active {
        color: #008894
    }
    
    .ant-tabs-nav .ant-tabs-tab .anticon {
        margin-right: 8px
    }
    
    .ant-tabs-nav .ant-tabs-tab-active {
        color: #00b0b9;
        font-weight: 500
    }
    
    .ant-tabs-large .ant-tabs-nav-container {
        font-size: 16px
    }
    
    .ant-tabs-large .ant-tabs-tab {
        padding: 16px
    }
    
    .ant-tabs-small .ant-tabs-nav-container {
        font-size: 14px
    }
    
    .ant-tabs-small .ant-tabs-tab {
        padding: 8px 16px
    }
    
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content {
        width: 100%
    }
    
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane {
        flex-shrink: 0;
        width: 100%;
        transition: opacity .45s;
        opacity: 1
    }
    
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive {
        opacity: 0;
        height: 0;
        padding: 0!important;
        pointer-events: none
    }
    
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content-animated {
        display: flex;
        flex-direction: row;
        will-change: margin-left;
        transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-tabs-vertical>.ant-tabs-bar {
        border-bottom: 0;
        height: 100%
    }
    
    .ant-tabs-vertical>.ant-tabs-bar-tab-next,
    .ant-tabs-vertical>.ant-tabs-bar-tab-prev {
        width: 32px;
        height: 0;
        transition: height .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-tabs-vertical>.ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show,
    .ant-tabs-vertical>.ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show {
        width: 100%;
        height: 32px
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab {
        float: none;
        margin: 0 0 16px;
        padding: 8px 24px;
        display: block
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab:last-child {
        margin-bottom: 0
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-extra-content {
        text-align: center
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-scroll {
        width: auto
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container,
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap {
        height: 100%
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container {
        margin-bottom: 0
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
        padding: 32px 0
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-bottom: 0
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav {
        width: 100%
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-ink-bar {
        width: 2px;
        left: auto;
        height: auto;
        top: 0
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next {
        width: 100%;
        bottom: 0;
        height: 32px
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next-icon:before {
        content: "\E61D"
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev {
        top: 0;
        width: 100%;
        height: 32px
    }
    
    .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev-icon:before {
        content: "\E61E"
    }
    
    .ant-tabs-vertical>.ant-tabs-content {
        overflow: hidden;
        width: auto;
        margin-top: 0!important
    }
    
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar {
        float: left;
        border-right: 1px solid #e8e8e8;
        margin-right: -1px;
        margin-bottom: 0
    }
    
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab {
        text-align: right
    }
    
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-container,
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-right: -1px
    }
    
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-ink-bar {
        right: 1px
    }
    
    .ant-tabs-vertical.ant-tabs-left>.ant-tabs-content {
        padding-left: 24px;
        border-left: 1px solid #e8e8e8
    }
    
    .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar {
        float: right;
        border-left: 1px solid #e8e8e8;
        margin-left: -1px;
        margin-bottom: 0
    }
    
    .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-container,
    .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap {
        margin-left: -1px
    }
    
    .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-ink-bar {
        left: 1px
    }
    
    .ant-tabs-vertical.ant-tabs-right>.ant-tabs-content {
        padding-right: 24px;
        border-right: 1px solid #e8e8e8
    }
    
    .ant-tabs-bottom>.ant-tabs-bar {
        margin-bottom: 0;
        margin-top: 16px
    }
    
    .ant-tabs-bottom .ant-tabs-ink-bar-animated,
    .ant-tabs-top .ant-tabs-ink-bar-animated {
        transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-tabs-left .ant-tabs-ink-bar-animated,
    .ant-tabs-right .ant-tabs-ink-bar-animated {
        transition: transform .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ant-tabs-no-animation>.ant-tabs-content-animated,
    .ant-tabs-vertical>.ant-tabs-content-animated,
    .no-flex>.ant-tabs-content-animated {
        transform: none!important;
        margin-left: 0!important
    }
    
    .ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,
    .ant-tabs-vertical>.ant-tabs-content>.ant-tabs-tabpane-inactive,
    .no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive {
        display: none
    }
    
    .ant-tag {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        line-height: 20px;
        height: 22px;
        padding: 0 7px;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        background: #fafafa;
        font-size: 12px;
        transition: all .3s cubic-bezier(.215, .61, .355, 1);
        opacity: 1;
        margin-right: 8px;
        cursor: pointer;
        white-space: nowrap
    }
    
    .ant-tag:hover {
        opacity: .85
    }
    
    .ant-tag,
    .ant-tag a,
    .ant-tag a:hover {
        color: #282828
    }
    
    .ant-tag>a:first-child:last-child {
        display: inline-block;
        margin: 0 -8px;
        padding: 0 8px
    }
    
    .ant-tag .anticon-cross {
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg);
        cursor: pointer;
        margin-left: 3px;
        transition: all .3s;
        color: rgba(0, 0, 0, .45);
        font-weight: 700
    }
    
    :root .ant-tag .anticon-cross {
        font-size: 12px
    }
    
    .ant-tag .anticon-cross:hover {
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-tag-has-color {
        border-color: transparent
    }
    
    .ant-tag-has-color,
    .ant-tag-has-color .anticon-cross,
    .ant-tag-has-color .anticon-cross:hover,
    .ant-tag-has-color a,
    .ant-tag-has-color a:hover {
        color: #fff
    }
    
    .ant-tag-checkable {
        background-color: transparent;
        border-color: transparent
    }
    
    .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
        color: #00b0b9
    }
    
    .ant-tag-checkable-checked,
    .ant-tag-checkable:active {
        color: #fff
    }
    
    .ant-tag-checkable-checked {
        background-color: #00b0b9
    }
    
    .ant-tag-checkable:active {
        background-color: #008894
    }
    
    .ant-tag-close {
        width: 0!important;
        padding: 0;
        margin: 0
    }
    
    .ant-tag-zoom-appear,
    .ant-tag-zoom-enter {
        animation: antFadeIn .2s cubic-bezier(.78, .14, .15, .86);
        animation-fill-mode: both
    }
    
    .ant-tag-zoom-leave {
        animation: antZoomOut .3s cubic-bezier(.78, .14, .15, .86);
        animation-fill-mode: both
    }
    
    .ant-tag-pink {
        color: #eb2f96;
        background: #fff0f6;
        border-color: #ffadd2
    }
    
    .ant-tag-pink-inverse {
        background: #eb2f96;
        border-color: #eb2f96;
        color: #fff
    }
    
    .ant-tag-magenta {
        color: #eb2f96;
        background: #fff0f6;
        border-color: #ffadd2
    }
    
    .ant-tag-magenta-inverse {
        background: #eb2f96;
        border-color: #eb2f96;
        color: #fff
    }
    
    .ant-tag-red {
        color: #f5222d;
        background: #fff1f0;
        border-color: #ffa39e
    }
    
    .ant-tag-red-inverse {
        background: #f5222d;
        border-color: #f5222d;
        color: #fff
    }
    
    .ant-tag-volcano {
        color: #fa541c;
        background: #fff2e8;
        border-color: #ffbb96
    }
    
    .ant-tag-volcano-inverse {
        background: #fa541c;
        border-color: #fa541c;
        color: #fff
    }
    
    .ant-tag-orange {
        color: #fa8c16;
        background: #fff7e6;
        border-color: #ffd591
    }
    
    .ant-tag-orange-inverse {
        background: #fa8c16;
        border-color: #fa8c16;
        color: #fff
    }
    
    .ant-tag-yellow {
        color: #fadb14;
        background: #feffe6;
        border-color: #fffb8f
    }
    
    .ant-tag-yellow-inverse {
        background: #fadb14;
        border-color: #fadb14;
        color: #fff
    }
    
    .ant-tag-gold {
        color: #faad14;
        background: #fffbe6;
        border-color: #ffe58f
    }
    
    .ant-tag-gold-inverse {
        background: #faad14;
        border-color: #faad14;
        color: #fff
    }
    
    .ant-tag-cyan {
        color: #13c2c2;
        background: #e6fffb;
        border-color: #87e8de
    }
    
    .ant-tag-cyan-inverse {
        background: #13c2c2;
        border-color: #13c2c2;
        color: #fff
    }
    
    .ant-tag-lime {
        color: #a0d911;
        background: #fcffe6;
        border-color: #eaff8f
    }
    
    .ant-tag-lime-inverse {
        background: #a0d911;
        border-color: #a0d911;
        color: #fff
    }
    
    .ant-tag-green {
        color: #52c41a;
        background: #f6ffed;
        border-color: #b7eb8f
    }
    
    .ant-tag-green-inverse {
        background: #52c41a;
        border-color: #52c41a;
        color: #fff
    }
    
    .ant-tag-blue {
        color: #1890ff;
        background: #e6f7ff;
        border-color: #91d5ff
    }
    
    .ant-tag-blue-inverse {
        background: #1890ff;
        border-color: #1890ff;
        color: #fff
    }
    
    .ant-tag-geekblue {
        color: #2f54eb;
        background: #f0f5ff;
        border-color: #adc6ff
    }
    
    .ant-tag-geekblue-inverse {
        background: #2f54eb;
        border-color: #2f54eb;
        color: #fff
    }
    
    .ant-tag-purple {
        color: #722ed1;
        background: #f9f0ff;
        border-color: #d3adf7
    }
    
    .ant-tag-purple-inverse {
        background: #722ed1;
        border-color: #722ed1;
        color: #fff
    }
    
    .ant-time-picker-panel {
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: Neo Sans Pro, sans-serif;
        z-index: 1050;
        position: absolute
    }
    
    .ant-time-picker-panel-inner {
        position: relative;
        outline: none;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        background-clip: padding-box;
        overflow: hidden;
        left: -2px
    }
    
    .ant-time-picker-panel-input {
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
        cursor: auto;
        outline: 0
    }
    
    .ant-time-picker-panel-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-time-picker-panel-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-time-picker-panel-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-time-picker-panel-input-wrap {
        box-sizing: border-box;
        position: relative;
        padding: 7px 2px 7px 12px;
        border-bottom: 1px solid #e8e8e8
    }
    
    .ant-time-picker-panel-input-invalid {
        border-color: red
    }
    
    .ant-time-picker-panel-clear-btn {
        position: absolute;
        right: 8px;
        cursor: pointer;
        overflow: hidden;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        top: 7px;
        margin: 0
    }
    
    .ant-time-picker-panel-clear-btn:after {
        font-size: 12px;
        color: rgba(0, 0, 0, .25);
        display: inline-block;
        line-height: 1;
        width: 20px;
        transition: color .3s ease;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E62E"
    }
    
    .ant-time-picker-panel-clear-btn:hover:after {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
        max-width: 112px
    }
    
    .ant-time-picker-panel-select {
        float: left;
        font-size: 14px;
        border-left: 1px solid #e8e8e8;
        box-sizing: border-box;
        width: 56px;
        overflow: hidden;
        position: relative;
        max-height: 192px
    }
    
    .ant-time-picker-panel-select:hover {
        overflow-y: auto
    }
    
    .ant-time-picker-panel-select:first-child {
        border-left: 0;
        margin-left: 0
    }
    
    .ant-time-picker-panel-select:last-child {
        border-right: 0
    }
    
    .ant-time-picker-panel-select:only-child {
        width: 100%
    }
    
    .ant-time-picker-panel-select ul {
        list-style: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 160px;
        width: 100%
    }
    
    .ant-time-picker-panel-select li {
        list-style: none;
        box-sizing: content-box;
        margin: 0;
        padding: 0 0 0 12px;
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        cursor: pointer;
        user-select: none;
        transition: background .3s
    }
    
    .ant-time-picker-panel-select li:hover {
        background: #e1faf7
    }
    
    li.ant-time-picker-panel-select-option-selected {
        background: #f5f5f5;
        font-weight: 700
    }
    
    li.ant-time-picker-panel-select-option-selected:hover {
        background: #f5f5f5
    }
    
    li.ant-time-picker-panel-select-option-disabled {
        color: rgba(0, 0, 0, .25)
    }
    
    li.ant-time-picker-panel-select-option-disabled:hover {
        background: transparent;
        cursor: not-allowed
    }
    
    .ant-time-picker-panel-combobox {
        zoom: 1
    }
    
    .ant-time-picker-panel-combobox:after,
    .ant-time-picker-panel-combobox:before {
        content: "";
        display: table
    }
    
    .ant-time-picker-panel-combobox:after {
        clear: both
    }
    
    .ant-time-picker-panel-addon {
        padding: 8px;
        border-top: 1px solid #e8e8e8
    }
    
    .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
    .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight,
    .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
    .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight {
        animation-name: antSlideDownIn
    }
    
    .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
    .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight,
    .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
    .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight {
        animation-name: antSlideUpIn
    }
    
    .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
    .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
        animation-name: antSlideDownOut
    }
    
    .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
    .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
        animation-name: antSlideUpOut
    }
    
    .ant-time-picker {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        outline: none;
        transition: opacity .3s;
        width: 128px
    }
    
    .ant-time-picker,
    .ant-time-picker-input {
        font-size: 14px;
        line-height: 20px;
        color: #282828;
        position: relative;
        display: inline-block
    }
    
    .ant-time-picker-input {
        padding: 4px 11px;
        width: 100%;
        height: 40px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        transition: all .3s
    }
    
    .ant-time-picker-input::-moz-placeholder {
        color: #bfbfbf;
        opacity: 1
    }
    
    .ant-time-picker-input:-ms-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-time-picker-input::-webkit-input-placeholder {
        color: #bfbfbf
    }
    
    .ant-time-picker-input:focus,
    .ant-time-picker-input:hover {
        border-color: #20c4c7;
        border-right-width: 1px!important
    }
    
    .ant-time-picker-input:focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 176, 185, .2)
    }
    
    .ant-time-picker-input-disabled {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-time-picker-input-disabled:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    textarea.ant-time-picker-input {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .3s, height 0s;
        min-height: 40px
    }
    
    .ant-time-picker-input-lg {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-time-picker-input-sm {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-time-picker-input[disabled] {
        background-color: #f5f5f5;
        opacity: 1;
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-time-picker-input[disabled]:hover {
        border-color: #e6d8d8;
        border-right-width: 1px!important
    }
    
    .ant-time-picker-open {
        opacity: 0
    }
    
    .ant-time-picker-icon {
        position: absolute;
        user-select: none;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        width: 14px;
        height: 14px;
        line-height: 14px;
        right: 11px;
        color: rgba(0, 0, 0, .25);
        top: 50%;
        margin-top: -7px
    }
    
    .ant-time-picker-icon:after {
        content: "\E641";
        font-family: anticon;
        color: rgba(0, 0, 0, .25);
        display: block;
        line-height: 1
    }
    
    .ant-time-picker-large .ant-time-picker-input {
        padding: 6px 11px;
        height: 48px;
        font-size: 16px
    }
    
    .ant-time-picker-small .ant-time-picker-input {
        padding: 1px 7px;
        height: 24px
    }
    
    .ant-time-picker-small .ant-time-picker-icon {
        right: 7px
    }
    
    .ant-timeline {
        font-family: Neo Sans Pro, sans-serif;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        padding: 0
    }
    
    .ant-timeline,
    .ant-timeline-item {
        font-size: 14px;
        list-style: none;
        margin: 0
    }
    
    .ant-timeline-item {
        position: relative;
        padding: 0 0 20px
    }
    
    .ant-timeline-item-tail {
        position: absolute;
        left: 4px;
        top: .75em;
        height: 100%;
        border-left: 2px solid #e8e8e8
    }
    
    .ant-timeline-item-pending .ant-timeline-item-head {
        font-size: 12px
    }
    
    .ant-timeline-item-pending .ant-timeline-item-tail {
        display: none
    }
    
    .ant-timeline-item-head {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 100px;
        border: 2px solid transparent
    }
    
    .ant-timeline-item-head-blue {
        border-color: #00b0b9;
        color: #00b0b9
    }
    
    .ant-timeline-item-head-red {
        border-color: #f5222d;
        color: #f5222d
    }
    
    .ant-timeline-item-head-green {
        border-color: #52c41a;
        color: #52c41a
    }
    
    .ant-timeline-item-head-custom {
        position: absolute;
        text-align: center;
        line-height: 1;
        margin-top: 0;
        border: 0;
        height: auto;
        border-radius: 0;
        padding: 3px 1px;
        transform: translate(-50%, -50%);
        top: 5.5px;
        left: 5px;
        width: auto
    }
    
    .ant-timeline-item-content {
        margin: 0 0 0 18px;
        position: relative;
        top: -265px
    }
    
    .ant-timeline-item-last .ant-timeline-item-tail {
        display: none
    }
    
    .ant-timeline-item-last .ant-timeline-item-content {
        min-height: 48px
    }
    
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
    .ant-timeline.ant-timeline-right .ant-timeline-item-head,
    .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
    .ant-timeline.ant-timeline-right .ant-timeline-item-tail {
        left: 50%
    }
    
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
    .ant-timeline.ant-timeline-right .ant-timeline-item-head {
        margin-left: -4px
    }
    
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
    .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
        margin-left: 1px
    }
    
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
    .ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
        text-align: left;
        left: 50%;
        width: 50%
    }
    
    .ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
    .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
        text-align: right;
        right: 50%;
        margin-right: 18px;
        width: 50%;
        left: -30px
    }
    
    .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
    .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,
    .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail {
        left: 100%
    }
    
    .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
        right: 0;
        width: 100%;
        left: -30px
    }
    
    .ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
        border-left: 2px dotted #e8e8e8;
        display: block
    }
    
    .ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
        display: none
    }
    
    .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
        border-left: 2px dotted #e8e8e8;
        display: block
    }
    
    .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
        min-height: 48px
    }
    
    .ant-tooltip {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        z-index: 1060;
        display: block;
        visibility: visible;
        max-width: 250px
    }
    
    .ant-tooltip-hidden {
        display: none
    }
    
    .ant-tooltip-placement-top,
    .ant-tooltip-placement-topLeft,
    .ant-tooltip-placement-topRight {
        padding-bottom: 8px
    }
    
    .ant-tooltip-placement-right,
    .ant-tooltip-placement-rightBottom,
    .ant-tooltip-placement-rightTop {
        padding-left: 8px
    }
    
    .ant-tooltip-placement-bottom,
    .ant-tooltip-placement-bottomLeft,
    .ant-tooltip-placement-bottomRight {
        padding-top: 8px
    }
    
    .ant-tooltip-placement-left,
    .ant-tooltip-placement-leftBottom,
    .ant-tooltip-placement-leftTop {
        padding-right: 8px
    }
    
    .ant-tooltip-inner {
        padding: 6px 8px;
        color: #fff;
        text-align: left;
        text-decoration: none;
        background-color: rgba(0, 0, 0, .75);
        border-radius: 3px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        min-height: 32px;
        word-break: break-all
    }
    
    .ant-tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }
    
    .ant-tooltip-placement-top .ant-tooltip-arrow,
    .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
    .ant-tooltip-placement-topRight .ant-tooltip-arrow {
        bottom: 3px;
        border-width: 5px 5px 0;
        border-top-color: rgba(0, 0, 0, .75)
    }
    
    .ant-tooltip-placement-top .ant-tooltip-arrow {
        left: 50%;
        margin-left: -5px
    }
    
    .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
        left: 16px
    }
    
    .ant-tooltip-placement-topRight .ant-tooltip-arrow {
        right: 16px
    }
    
    .ant-tooltip-placement-right .ant-tooltip-arrow,
    .ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
    .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
        left: 3px;
        border-width: 5px 5px 5px 0;
        border-right-color: rgba(0, 0, 0, .75)
    }
    
    .ant-tooltip-placement-right .ant-tooltip-arrow {
        top: 50%;
        margin-top: -5px
    }
    
    .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
        top: 8px
    }
    
    .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
        bottom: 8px
    }
    
    .ant-tooltip-placement-left .ant-tooltip-arrow,
    .ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
    .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
        right: 3px;
        border-width: 5px 0 5px 5px;
        border-left-color: rgba(0, 0, 0, .75)
    }
    
    .ant-tooltip-placement-left .ant-tooltip-arrow {
        top: 50%;
        margin-top: -5px
    }
    
    .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
        top: 8px
    }
    
    .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
        bottom: 8px
    }
    
    .ant-tooltip-placement-bottom .ant-tooltip-arrow,
    .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
    .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
        top: 3px;
        border-width: 0 5px 5px;
        border-bottom-color: rgba(0, 0, 0, .75)
    }
    
    .ant-tooltip-placement-bottom .ant-tooltip-arrow {
        left: 50%;
        margin-left: -5px
    }
    
    .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
        left: 16px
    }
    
    .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
        right: 16px
    }
    
    .ant-transfer {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative
    }
    
    .ant-transfer-list {
        border: 1px solid #d9d9d9;
        display: inline-block;
        border-radius: 3px;
        vertical-align: middle;
        position: relative;
        width: 180px;
        height: 200px;
        padding-top: 34px
    }
    
    .ant-transfer-list-with-footer {
        padding-bottom: 34px
    }
    
    .ant-transfer-list-search {
        padding: 0 8px
    }
    
    .ant-transfer-list-search-action {
        color: rgba(0, 0, 0, .25);
        position: absolute;
        top: 4px;
        right: 4px;
        bottom: 4px;
        width: 28px;
        line-height: 40px;
        text-align: center
    }
    
    .ant-transfer-list-search-action .anticon {
        transition: all .3s;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-transfer-list-search-action .anticon:hover {
        color: rgba(0, 0, 0, .45)
    }
    
    span.ant-transfer-list-search-action {
        pointer-events: none
    }
    
    .ant-transfer-list-header {
        padding: 6px 12px;
        border-radius: 3px 3px 0 0;
        background: #fff;
        color: #282828;
        border-bottom: 1px solid #e8e8e8;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    
    .ant-transfer-list-header-title {
        position: absolute;
        right: 12px
    }
    
    .ant-transfer-list-body {
        font-size: 14px;
        position: relative;
        height: 100%
    }
    
    .ant-transfer-list-body-search-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px;
        width: 100%
    }
    
    .ant-transfer-list-body-with-search {
        padding-top: 48px
    }
    
    .ant-transfer-list-content {
        height: 100%;
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    .ant-transfer-list-content>.LazyLoad {
        animation: transferHighlightIn 1s
    }
    
    .ant-transfer-list-content-item {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 6px 12px;
        min-height: 32px;
        transition: all .3s
    }
    
    .ant-transfer-list-content-item>span {
        padding-right: 0
    }
    
    .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
        cursor: pointer;
        background-color: #e1faf7
    }
    
    .ant-transfer-list-content-item-disabled {
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-transfer-list-body-not-found {
        padding-top: 0;
        color: rgba(0, 0, 0, .25);
        text-align: center;
        display: none;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -10px
    }
    
    .ant-transfer-list-content:empty+.ant-transfer-list-body-not-found {
        display: block
    }
    
    .ant-transfer-list-footer {
        border-top: 1px solid #e8e8e8;
        border-radius: 0 0 3px 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
    
    .ant-transfer-operation {
        display: inline-block;
        overflow: hidden;
        margin: 0 8px;
        vertical-align: middle
    }
    
    .ant-transfer-operation .ant-btn {
        display: block
    }
    
    .ant-transfer-operation .ant-btn:first-child {
        margin-bottom: 4px
    }
    
    .ant-transfer-operation .ant-btn .anticon {
        font-size: 12px
    }
    
    @keyframes transferHighlightIn {
        0% {
            background: #98ede6
        }
        to {
            background: transparent
        }
    }
    
    .ant-tree.ant-tree-directory {
        position: relative
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher,
    .ant-tree.ant-tree-directory>li span.ant-tree-switcher {
        position: relative;
        z-index: 1
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher.ant-tree-switcher-noop,
    .ant-tree.ant-tree-directory>li span.ant-tree-switcher.ant-tree-switcher-noop {
        pointer-events: none
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-checkbox,
    .ant-tree.ant-tree-directory>li span.ant-tree-checkbox {
        position: relative;
        z-index: 1
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper {
        user-select: none;
        border-radius: 0
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover {
        background: transparent
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover:before,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover:before {
        background: #e1faf7
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
        color: #fff;
        background: transparent
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:before,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 24px;
        transition: all .3s
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper>span,
    .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper>span {
        position: relative;
        z-index: 1
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher {
        color: #fff
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner {
        border-color: #00b0b9
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after {
        border-color: #fff
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
        background: #fff
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
        border-color: #00b0b9
    }
    
    .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,
    .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before {
        background: #00b0b9
    }
    
    .ant-tree-checkbox {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        cursor: pointer;
        outline: none;
        display: inline-block;
        line-height: 1;
        position: relative;
        vertical-align: middle;
        top: -.09em
    }
    
    .ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,
    .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
    .ant-tree-checkbox:hover .ant-tree-checkbox-inner {
        border-color: #00b0b9
    }
    
    .ant-tree-checkbox-checked:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        border: 1px solid #00b0b9;
        content: "";
        animation: antCheckboxEffect .36s ease-in-out;
        animation-fill-mode: both;
        visibility: hidden
    }
    
    .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,
    .ant-tree-checkbox:hover:after {
        visibility: visible
    }
    
    .ant-tree-checkbox-inner {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        background-color: #fff;
        transition: all .3s
    }
    
    .ant-tree-checkbox-inner:after {
        transform: rotate(45deg) scale(0);
        position: absolute;
        left: 4.57142857px;
        top: 1.14285714px;
        display: table;
        width: 5.71428571px;
        height: 9.14285714px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .1s cubic-bezier(.71, -.46, .88, .6)
    }
    
    .ant-tree-checkbox-input {
        position: absolute;
        left: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    
    .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
        content: " ";
        transform: scale(1);
        position: absolute;
        left: 2.42857143px;
        top: 5.92857143px;
        width: 9.14285714px;
        height: 1.14285714px
    }
    
    .ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
        transform: rotate(45deg) scale(1);
        position: absolute;
        display: table;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
    }
    
    .ant-tree-checkbox-checked .ant-tree-checkbox-inner,
    .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
        background-color: #00b0b9;
        border-color: #00b0b9
    }
    
    .ant-tree-checkbox-disabled {
        cursor: not-allowed
    }
    
    .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
        animation-name: none;
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
        cursor: not-allowed
    }
    
    .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
        border-color: #d9d9d9!important;
        background-color: #f5f5f5
    }
    
    .ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
        animation-name: none;
        border-color: #f5f5f5
    }
    
    .ant-tree-checkbox-disabled+span {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-tree-checkbox-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: unset;
        cursor: pointer;
        display: inline-block
    }
    
    .ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper {
        margin-left: 8px
    }
    
    .ant-tree-checkbox+span,
    .ant-tree-checkbox-wrapper+span {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-tree-checkbox-group {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }
    
    .ant-tree-checkbox-group-item {
        display: inline-block;
        margin-right: 8px
    }
    
    .ant-tree-checkbox-group-item:last-child {
        margin-right: 0
    }
    
    .ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item {
        margin-left: 0
    }
    
    .ant-tree {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box
    }
    
    .ant-tree,
    .ant-tree ol,
    .ant-tree ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .ant-tree li {
        padding: 4px 0;
        margin: 0;
        list-style: none;
        white-space: nowrap;
        outline: 0
    }
    
    .ant-tree li span[draggable=true],
    .ant-tree li span[draggable] {
        user-select: none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -khtml-user-drag: element;
        -webkit-user-drag: element;
        line-height: 20px
    }
    
    .ant-tree li.drag-over>span[draggable] {
        background-color: #00b0b9;
        color: #fff;
        opacity: .8
    }
    
    .ant-tree li.drag-over-gap-top>span[draggable] {
        border-top-color: #00b0b9
    }
    
    .ant-tree li.drag-over-gap-bottom>span[draggable] {
        border-bottom-color: #00b0b9
    }
    
    .ant-tree li.filter-node>span {
        color: #f5222d!important;
        font-weight: 500!important
    }
    
    .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:before,
    .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 24px;
        height: 24px;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E64D";
        animation: loadingCircle 1s infinite linear;
        color: #00b0b9;
        transform: none;
        font-size: 14px
    }
    
    :root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after,
    :root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after {
        opacity: 0
    }
    
    .ant-tree li ul {
        margin: 0;
        padding: 0 0 0 18px
    }
    
    .ant-tree li .ant-tree-node-content-wrapper {
        display: inline-block;
        padding: 0 5px;
        border-radius: 2px;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
        vertical-align: top;
        color: #282828;
        transition: all .3s;
        height: 24px;
        line-height: 24px
    }
    
    .ant-tree li .ant-tree-node-content-wrapper:hover {
        background-color: #e1faf7
    }
    
    .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
        background-color: #98ede6
    }
    
    .ant-tree li span.ant-tree-checkbox {
        margin: 4px 4px 0 2px
    }
    
    .ant-tree li span.ant-tree-iconEle,
    .ant-tree li span.ant-tree-switcher {
        margin: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        vertical-align: top;
        border: 0 none;
        cursor: pointer;
        outline: none;
        text-align: center
    }
    
    .ant-tree li span.ant-tree-switcher {
        position: relative
    }
    
    .ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
        cursor: default
    }
    
    .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
        font-size: 12px;
        font-size: 7px\9;
        transform: scale(.58333333) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E606";
        font-weight: 700;
        transition: transform .3s
    }
    
    :root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
        font-size: 12px
    }
    
    .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
        font-size: 12px;
        font-size: 7px\9;
        transform: scale(.58333333) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E606";
        font-weight: 700;
        transition: transform .3s
    }
    
    :root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
        font-size: 12px
    }
    
    .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
        transform: rotate(270deg) scale(.59)
    }
    
    .ant-tree li:last-child>span.ant-tree-iconEle:before,
    .ant-tree li:last-child>span.ant-tree-switcher:before {
        display: none
    }
    
    .ant-tree>li:first-child {
        padding-top: 7px
    }
    
    .ant-tree>li:last-child {
        padding-bottom: 7px
    }
    
    .ant-tree-child-tree {
        display: none
    }
    
    .ant-tree-child-tree-open {
        display: block
    }
    
    li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper,
    li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper span,
    li.ant-tree-treenode-disabled>span:not(.ant-tree-switcher) {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper:hover {
        background: transparent
    }
    
    .ant-tree-icon__close,
    .ant-tree-icon__open {
        margin-right: 2px;
        vertical-align: top
    }
    
    .ant-tree.ant-tree-show-line li {
        position: relative
    }
    
    .ant-tree.ant-tree-show-line li span.ant-tree-switcher {
        background: #fff;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
        font-size: 12px;
        font-size: 12px\9;
        transform: scale(1) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E664";
        vertical-align: baseline;
        font-weight: 400;
        transition: transform .3s
    }
    
    :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
        font-size: 12px
    }
    
    .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
        font-size: 12px;
        font-size: 12px\9;
        transform: scale(1) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E621";
        vertical-align: baseline;
        font-weight: 400;
        transition: transform .3s
    }
    
    :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
        font-size: 12px
    }
    
    .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
        font-size: 12px;
        font-size: 12px\9;
        transform: scale(1) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E645";
        vertical-align: baseline;
        font-weight: 400;
        transition: transform .3s
    }
    
    :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
        font-size: 12px
    }
    
    .ant-tree.ant-tree-show-line li:not(:last-child):before {
        content: " ";
        width: 1px;
        border-left: 1px solid #d9d9d9;
        height: 100%;
        position: absolute;
        left: 12px;
        margin: 22px 0
    }
    
    .ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
        display: none
    }
    
    .ant-select-tree-checkbox {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        cursor: pointer;
        outline: none;
        display: inline-block;
        line-height: 1;
        position: relative;
        vertical-align: middle;
        top: -.09em
    }
    
    .ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,
    .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
    .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner {
        border-color: #00b0b9
    }
    
    .ant-select-tree-checkbox-checked:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        border: 1px solid #00b0b9;
        content: "";
        animation: antCheckboxEffect .36s ease-in-out;
        animation-fill-mode: both;
        visibility: hidden
    }
    
    .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,
    .ant-select-tree-checkbox:hover:after {
        visibility: visible
    }
    
    .ant-select-tree-checkbox-inner {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        background-color: #fff;
        transition: all .3s
    }
    
    .ant-select-tree-checkbox-inner:after {
        transform: rotate(45deg) scale(0);
        position: absolute;
        left: 4.57142857px;
        top: 1.14285714px;
        display: table;
        width: 5.71428571px;
        height: 9.14285714px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .1s cubic-bezier(.71, -.46, .88, .6)
    }
    
    .ant-select-tree-checkbox-input {
        position: absolute;
        left: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    
    .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
        content: " ";
        transform: scale(1);
        position: absolute;
        left: 2.42857143px;
        top: 5.92857143px;
        width: 9.14285714px;
        height: 1.14285714px
    }
    
    .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
        transform: rotate(45deg) scale(1);
        position: absolute;
        display: table;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
    }
    
    .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
    .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
        background-color: #00b0b9;
        border-color: #00b0b9
    }
    
    .ant-select-tree-checkbox-disabled {
        cursor: not-allowed
    }
    
    .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
        animation-name: none;
        border-color: rgba(0, 0, 0, .25)
    }
    
    .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
        cursor: not-allowed
    }
    
    .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
        border-color: #d9d9d9!important;
        background-color: #f5f5f5
    }
    
    .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
        animation-name: none;
        border-color: #f5f5f5
    }
    
    .ant-select-tree-checkbox-disabled+span {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    .ant-select-tree-checkbox-wrapper {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: unset;
        cursor: pointer;
        display: inline-block
    }
    
    .ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper {
        margin-left: 8px
    }
    
    .ant-select-tree-checkbox+span,
    .ant-select-tree-checkbox-wrapper+span {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .ant-select-tree-checkbox-group {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }
    
    .ant-select-tree-checkbox-group-item {
        display: inline-block;
        margin-right: 8px
    }
    
    .ant-select-tree-checkbox-group-item:last-child {
        margin-right: 0
    }
    
    .ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item {
        margin-left: 0
    }
    
    .ant-select-tree {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        padding: 0;
        list-style: none;
        margin: 0;
        padding: 0 4px;
        margin-top: -4px
    }
    
    .ant-select-tree li {
        padding: 0;
        margin: 8px 0;
        list-style: none;
        white-space: nowrap;
        outline: 0
    }
    
    .ant-select-tree li.filter-node>span {
        font-weight: 500
    }
    
    .ant-select-tree li ul {
        margin: 0;
        padding: 0 0 0 18px
    }
    
    .ant-select-tree li .ant-select-tree-node-content-wrapper {
        display: inline-block;
        padding: 3px 5px;
        border-radius: 2px;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
        color: #282828;
        transition: all .3s;
        width: calc(100% - 24px)
    }
    
    .ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
        background-color: #e1faf7
    }
    
    .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
        background-color: #98ede6
    }
    
    .ant-select-tree li span.ant-select-tree-checkbox {
        margin: 0 4px 0 0
    }
    
    .ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper {
        width: calc(100% - 46px)
    }
    
    .ant-select-tree li span.ant-select-tree-iconEle,
    .ant-select-tree li span.ant-select-tree-switcher {
        margin: 0;
        width: 24px;
        height: 24px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        border: 0 none;
        cursor: pointer;
        outline: none;
        text-align: center
    }
    
    .ant-select-tree li span.ant-select-tree-icon_loading:after {
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E6AE";
        animation: loadingCircle 1s infinite linear;
        color: #00b0b9
    }
    
    .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
        cursor: auto
    }
    
    .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
        font-size: 12px;
        font-size: 7px\9;
        transform: scale(.58333333) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E606";
        font-weight: 700;
        transition: transform .3s
    }
    
    :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
        font-size: 12px
    }
    
    .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
        font-size: 12px;
        font-size: 7px\9;
        transform: scale(.58333333) rotate(0deg);
        display: inline-block;
        font-family: anticon;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E606";
        font-weight: 700;
        transition: transform .3s
    }
    
    :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
        font-size: 12px
    }
    
    .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
        transform: rotate(270deg) scale(.59)
    }
    
    .ant-select-tree-child-tree {
        display: none
    }
    
    .ant-select-tree-child-tree-open {
        display: block
    }
    
    li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,
    li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,
    li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher) {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }
    
    li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover {
        background: transparent
    }
    
    .ant-select-tree-icon__close,
    .ant-select-tree-icon__open {
        margin-right: 2px;
        vertical-align: top
    }
    
    .ant-select-tree-dropdown {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .ant-select-tree-dropdown .ant-select-dropdown-search {
        display: block;
        padding: 4px
    }
    
    .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
        width: 100%
    }
    
    .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
        padding: 4px 7px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        outline: none
    }
    
    .ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
        display: none
    }
    
    .ant-select-tree-dropdown .ant-select-not-found {
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25);
        padding: 7px 16px;
        display: block
    }
    
    .ant-upload {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        outline: 0
    }
    
    .ant-upload p {
        margin: 0
    }
    
    .ant-upload-btn {
        display: block;
        width: 100%;
        outline: none
    }
    
    .ant-upload input[type=file] {
        cursor: pointer
    }
    
    .ant-upload.ant-upload-select {
        display: inline-block
    }
    
    .ant-upload.ant-upload-select-picture-card {
        border: 1px dashed #d9d9d9;
        width: 104px;
        height: 104px;
        border-radius: 3px;
        background-color: #fafafa;
        text-align: center;
        cursor: pointer;
        transition: border-color .3s ease;
        vertical-align: top;
        margin-right: 8px;
        margin-bottom: 8px;
        display: table
    }
    
    .ant-upload.ant-upload-select-picture-card>.ant-upload {
        width: 100%;
        height: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 8px
    }
    
    .ant-upload.ant-upload-select-picture-card:hover {
        border-color: #00b0b9
    }
    
    .ant-upload.ant-upload-drag {
        border: 1px dashed #d9d9d9;
        transition: border-color .3s;
        cursor: pointer;
        border-radius: 3px;
        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 16px 0;
        background: #fafafa
    }
    
    .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
        border: 2px dashed #20c4c7
    }
    
    .ant-upload.ant-upload-drag.ant-upload-disabled {
        cursor: not-allowed
    }
    
    .ant-upload.ant-upload-drag .ant-upload-btn {
        display: table;
        height: 100%
    }
    
    .ant-upload.ant-upload-drag .ant-upload-drag-container {
        display: table-cell;
        vertical-align: middle
    }
    
    .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
        border-color: #20c4c7
    }
    
    .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
        margin-bottom: 20px
    }
    
    .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
        font-size: 48px;
        color: #20c4c7
    }
    
    .ant-upload.ant-upload-drag p.ant-upload-text {
        font-size: 16px;
        margin: 0 0 4px;
        color: rgba(0, 0, 0, .85)
    }
    
    .ant-upload.ant-upload-drag p.ant-upload-hint {
        font-size: 14px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-upload.ant-upload-drag .anticon-plus {
        font-size: 30px;
        transition: all .3s;
        color: rgba(0, 0, 0, .25)
    }
    
    .ant-upload.ant-upload-drag .anticon-plus:hover,
    .ant-upload.ant-upload-drag:hover .anticon-plus {
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-upload-list {
        font-family: Neo Sans Pro, sans-serif;
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 20px;
        color: #282828;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        zoom: 1
    }
    
    .ant-upload-list:after,
    .ant-upload-list:before {
        content: "";
        display: table
    }
    
    .ant-upload-list:after {
        clear: both
    }
    
    .ant-upload-list-item {
        margin-top: 8px;
        font-size: 14px;
        position: relative;
        height: 22px
    }
    
    .ant-upload-list-item-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 22px;
        width: 100%;
        display: inline-block
    }
    
    .ant-upload-list-item-info {
        height: 100%;
        padding: 0 12px 0 4px;
        transition: background-color .3s
    }
    
    .ant-upload-list-item-info>span {
        display: block
    }
    
    .ant-upload-list-item-info .anticon-loading,
    .ant-upload-list-item-info .anticon-paper-clip {
        font-size: 14px;
        color: rgba(0, 0, 0, .45);
        position: absolute;
        top: 5px
    }
    
    .ant-upload-list-item .anticon-cross {
        display: inline-block;
        font-size: 12px;
        font-size: 10px\9;
        transform: scale(.83333333) rotate(0deg);
        transition: all .3s;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 4px;
        color: rgba(0, 0, 0, .45);
        line-height: 22px
    }
    
    :root .ant-upload-list-item .anticon-cross {
        font-size: 12px
    }
    
    .ant-upload-list-item .anticon-cross:hover {
        color: #282828
    }
    
    .ant-upload-list-item:hover .ant-upload-list-item-info {
        background-color: #e1faf7
    }
    
    .ant-upload-list-item:hover .anticon-cross {
        opacity: 1
    }
    
    .ant-upload-list-item-error,
    .ant-upload-list-item-error .ant-upload-list-item-name,
    .ant-upload-list-item-error .anticon-paper-clip {
        color: #f5222d
    }
    
    .ant-upload-list-item-error .anticon-cross {
        opacity: 1;
        color: #f5222d!important
    }
    
    .ant-upload-list-item-progress {
        line-height: 0;
        font-size: 14px;
        position: absolute;
        width: 100%;
        bottom: -12px;
        padding-left: 26px
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item,
    .ant-upload-list-picture .ant-upload-list-item {
        padding: 8px;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        height: 66px;
        position: relative
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item:hover,
    .ant-upload-list-picture .ant-upload-list-item:hover {
        background: transparent
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-error,
    .ant-upload-list-picture .ant-upload-list-item-error {
        border-color: #f5222d
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-info,
    .ant-upload-list-picture .ant-upload-list-item-info {
        padding: 0
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,
    .ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info {
        background: transparent
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading,
    .ant-upload-list-picture .ant-upload-list-item-uploading {
        border-style: dashed
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
    .ant-upload-list-picture .ant-upload-list-item-thumbnail {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 8px;
        left: 8px;
        text-align: center
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-icon,
    .ant-upload-list-picture .ant-upload-list-item-icon {
        color: rgba(0, 0, 0, .25);
        font-size: 36px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -18px
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
    .ant-upload-list-picture .ant-upload-list-item-thumbnail img {
        width: 48px;
        height: 48px;
        display: block;
        overflow: hidden
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before,
    .ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before {
        line-height: 48px;
        font-size: 24px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-name,
    .ant-upload-list-picture .ant-upload-list-item-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 0 0 8px;
        line-height: 44px;
        transition: all .3s;
        padding-left: 48px;
        padding-right: 8px;
        max-width: 100%;
        display: inline-block;
        box-sizing: border-box
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,
    .ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name {
        line-height: 28px
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-progress,
    .ant-upload-list-picture .ant-upload-list-item-progress {
        padding-left: 56px;
        margin-top: 0;
        bottom: 14px;
        width: calc(100% - 24px)
    }
    
    .ant-upload-list-picture-card .anticon-cross,
    .ant-upload-list-picture .anticon-cross {
        position: absolute;
        right: 8px;
        top: 8px;
        line-height: 1
    }
    
    .ant-upload-list-picture-card {
        display: inline
    }
    
    .ant-upload-list-picture-card.ant-upload-list:after {
        display: none
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item {
        float: left;
        width: 104px;
        height: 104px;
        margin: 0 8px 8px 0
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-info {
        height: 100%;
        position: relative;
        overflow: hidden
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-info:before {
        content: " ";
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, .5);
        transition: all .3s;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
        opacity: 1
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-actions {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        white-space: nowrap;
        opacity: 0;
        transition: all .3s
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,
    .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o {
        z-index: 10;
        transition: all .3s;
        cursor: pointer;
        font-size: 16px;
        width: 16px;
        color: hsla(0, 0%, 100%, .85);
        margin: 0 4px
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,
    .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover {
        color: #fff
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-actions:hover,
    .ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions {
        opacity: 1
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
    .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        position: static
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-name {
        margin: 8px 0 0;
        padding: 0;
        text-align: center;
        line-height: 20px;
        display: none
    }
    
    .ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name {
        display: block
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
        background-color: #fafafa
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
        height: auto
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,
    .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
    .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before {
        display: none
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
        margin-top: 18px;
        color: rgba(0, 0, 0, .45)
    }
    
    .ant-upload-list-picture-card .ant-upload-list-item-progress {
        padding-left: 0;
        bottom: 32px
    }
    
    .ant-upload-list .ant-upload-success-icon {
        color: #52c41a;
        font-weight: 700
    }
    
    .ant-upload-list .ant-upload-animate-enter,
    .ant-upload-list .ant-upload-animate-inline-enter,
    .ant-upload-list .ant-upload-animate-inline-leave,
    .ant-upload-list .ant-upload-animate-leave {
        animation-duration: .3s;
        animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
    }
    
    .ant-upload-list .ant-upload-animate-enter {
        animation-name: uploadAnimateIn
    }
    
    .ant-upload-list .ant-upload-animate-leave {
        animation-name: uploadAnimateOut
    }
    
    .ant-upload-list .ant-upload-animate-inline-enter {
        animation-name: uploadAnimateInlineIn
    }
    
    .ant-upload-list .ant-upload-animate-inline-leave {
        animation-name: uploadAnimateInlineOut
    }
    
    @keyframes uploadAnimateIn {
        0% {
            height: 0;
            margin: 0;
            opacity: 0;
            padding: 0
        }
    }
    
    @keyframes uploadAnimateOut {
        to {
            height: 0;
            margin: 0;
            padding: 0;
            opacity: 0
        }
    }
    
    @keyframes uploadAnimateInlineIn {
        0% {
            width: 0;
            height: 0;
            margin: 0;
            opacity: 0;
            padding: 0
        }
    }
    
    @keyframes uploadAnimateInlineOut {
        to {
            width: 0;
            height: 0;
            margin: 0;
            padding: 0;
            opacity: 0
        }
    }
    
    /*@font-face {
        font-family: Neo Sans Pro;
        src: url(/assets/svg/048575842c176fdae78467f759f50965.woff)
    }
    
    @font-face {
        font-family: Neo Sans Pro;
        src: url(/assets/svg/62891b9eade2bd305d9074a8f77f1441.woff);
        font-weight: 500
    }
    
    @font-face {
        font-family: Neo Sans Pro;
        src: url(/assets/svg/0226997b7acbf20cf294748a07b0b82c.woff);
        font-weight: 700
    }
    
    @font-face {
        font-family: Neo Sans Pro;
        src: url(/assets/svg/82ceb80b93f1b7e6f616f50150646a7c.woff);
        font-style: italic
    }
    
    @font-face {
        font-family: Neo Sans Pro;
        src: url(/assets/svg/e1d09b7e46c42cbc782e239205b401fa.woff);
        font-weight: 500;
        font-style: italic
    }*/
    
    .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1
    }
    
    .swiper-container-no-flexbox .swiper-slide {
        float: left
    }
    
    .swiper-container-vertical>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
    
    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    
    .swiper-container-multirow>.swiper-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    
    .swiper-container-free-mode>.swiper-wrapper {
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        margin: 0 auto
    }
    
    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }
    
    .swiper-slide-invisible-blank {
        visibility: hidden
    }
    
    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: auto
    }
    
    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }
    
    .swiper-container-3d {
        -webkit-perspective: 1200px;
        perspective: 1200px
    }
    
    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }
    
    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
    }
    
    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
    }
    
    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
    }
    
    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
    }
    
    .swiper-container-wp8-horizontal,
    .swiper-container-wp8-horizontal>.swiper-wrapper {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }
    
    .swiper-container-wp8-vertical,
    .swiper-container-wp8-vertical>.swiper-wrapper {
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: 50%;
        background-repeat: no-repeat
    }
    
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }
    
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
        left: 10px;
        right: auto
    }
    
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
        right: 10px;
        left: auto
    }
    
    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
    }
    
    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
    }
    
    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
    }
    
    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
    }
    
    .swiper-button-lock {
        display: none
    }
    
    .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: opacity .3s;
        -o-transition: .3s opacity;
        transition: opacity .3s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 10
    }
    
    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%
    }
    
    .swiper-pagination-bullets-dynamic {
        overflow: hidden;
        font-size: 0
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }
    
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }
    
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2
    }
    
    button.swiper-pagination-bullet {
        border: none;
        margin: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
    
    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer
    }
    
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff
    }
    
    .swiper-container-vertical>.swiper-pagination-bullets {
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    
    .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }
    
    .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }
    
    .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        display: inline-block;
        -webkit-transition: top .2s, -webkit-transform .2s;
        transition: top .2s, -webkit-transform .2s;
        -o-transition: .2s transform, .2s top;
        transition: transform .2s, top .2s;
        transition: transform .2s, top .2s, -webkit-transform .2s
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s, -webkit-transform .2s;
        transition: left .2s, -webkit-transform .2s;
        -o-transition: .2s transform, .2s left;
        transition: transform .2s, left .2s;
        transition: transform .2s, left .2s, -webkit-transform .2s
    }
    
    .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: right .2s, -webkit-transform .2s;
        transition: right .2s, -webkit-transform .2s;
        -o-transition: .2s transform, .2s right;
        transition: transform .2s, right .2s;
        transition: transform .2s, right .2s, -webkit-transform .2s
    }
    
    .swiper-pagination-progressbar {
        background: rgba(0, 0, 0, .25);
        position: absolute
    }
    
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }
    
    .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top
    }
    
    .swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0
    }
    
    .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical>.swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }
    
    .swiper-pagination-white .swiper-pagination-bullet-active {
        background: #fff
    }
    
    .swiper-pagination-progressbar.swiper-pagination-white {
        background: hsla(0, 0%, 100%, .25)
    }
    
    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }
    
    .swiper-pagination-black .swiper-pagination-bullet-active {
        background: #000
    }
    
    .swiper-pagination-progressbar.swiper-pagination-black {
        background: rgba(0, 0, 0, .25)
    }
    
    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }
    
    .swiper-pagination-lock {
        display: none
    }
    
    .swiper-scrollbar {
        border-radius: 10px;
        position: relative;
        -ms-touch-action: none;
        background: rgba(0, 0, 0, .1)
    }
    
    .swiper-container-horizontal>.swiper-scrollbar {
        position: absolute;
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%
    }
    
    .swiper-container-vertical>.swiper-scrollbar {
        position: absolute;
        right: 3px;
        top: 1%;
        z-index: 50;
        width: 5px;
        height: 98%
    }
    
    .swiper-scrollbar-drag {
        height: 100%;
        width: 100%;
        position: relative;
        background: rgba(0, 0, 0, .5);
        border-radius: 10px;
        left: 0;
        top: 0
    }
    
    .swiper-scrollbar-cursor-drag {
        cursor: move
    }
    
    .swiper-scrollbar-lock {
        display: none
    }
    
    .swiper-zoom-container {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    
    .swiper-zoom-container>canvas,
    .swiper-zoom-container>img,
    .swiper-zoom-container>svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    
    .swiper-slide-zoomed {
        cursor: move
    }
    
    .swiper-lazy-preloader {
        width: 42px;
        height: 42px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -21px;
        margin-top: -21px;
        z-index: 10;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
        animation: swiper-preloader-spin 1s steps(12) infinite
    }
    
    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }
    
    .swiper-lazy-preloader-white:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    }
    
    @-webkit-keyframes swiper-preloader-spin {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }
    
    @keyframes swiper-preloader-spin {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }
    
    .swiper-container .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000
    }
    
    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    
    .swiper-container-fade .swiper-slide {
        pointer-events: none;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity
    }
    
    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }
    
    .swiper-container-fade .swiper-slide-active,
    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }
    
    .swiper-container-cube {
        overflow: visible
    }
    
    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }
    
    .swiper-container-cube .swiper-slide .swiper-slide {
        pointer-events: none
    }
    
    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    
    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }
    
    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next+.swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }
    
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    
    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }
    
    .swiper-container-flip {
        overflow: visible
    }
    
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }
    
    .swiper-container-flip .swiper-slide .swiper-slide {
        pointer-events: none
    }
    
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }
    
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    
    .swiper-container-coverflow .swiper-wrapper {
        -ms-perspective: 1200px
    }
    
    .m-0 {
        margin: 0!important
    }
    
    .mt-0,
    .my-0 {
        margin-top: 0!important
    }
    
    .mr-0,
    .mx-0 {
        margin-right: 0!important
    }
    
    .mb-0,
    .my-0 {
        margin-bottom: 0!important
    }
    
    .ml-0,
    .mx-0 {
        margin-left: 0!important
    }
    
    .m-1 {
        margin: .25rem!important
    }
    
    .mt-1,
    .my-1 {
        margin-top: .25rem!important
    }
    
    .mr-1,
    .mx-1 {
        margin-right: .25rem!important
    }
    
    .mb-1,
    .my-1 {
        margin-bottom: .25rem!important
    }
    
    .ml-1,
    .mx-1 {
        margin-left: .25rem!important
    }
    
    .m-2 {
        margin: .5rem!important
    }
    
    .mt-2,
    .my-2 {
        margin-top: .5rem!important
    }
    
    .mr-2,
    .mx-2 {
        margin-right: .5rem!important
    }
    
    .mb-2,
    .my-2 {
        margin-bottom: .5rem!important
    }
    
    .ml-2,
    .mx-2 {
        margin-left: .5rem!important
    }
    
    .m-3 {
        margin: 1rem!important
    }
    
    .mt-3,
    .my-3 {
        margin-top: 1rem!important
    }
    
    .mr-3,
    .mx-3 {
        margin-right: 1rem!important
    }
    
    .mb-3,
    .my-3 {
        margin-bottom: 1rem!important
    }
    
    .ml-3,
    .mx-3 {
        margin-left: 1rem!important
    }
    
    .m-4 {
        margin: 1.5rem!important
    }
    
    .mt-4,
    .my-4 {
        margin-top: 1.5rem!important
    }
    
    .mr-4,
    .mx-4 {
        margin-right: 1.5rem!important
    }
    
    .mb-4,
    .my-4 {
        margin-bottom: 1.5rem!important
    }
    
    .ml-4,
    .mx-4 {
        margin-left: 1.5rem!important
    }
    
    .m-5 {
        margin: 3rem!important
    }
    
    .mt-5,
    .my-5 {
        margin-top: 3rem!important
    }
    
    .mr-5,
    .mx-5 {
        margin-right: 3rem!important
    }
    
    .mb-5,
    .my-5 {
        margin-bottom: 3rem!important
    }
    
    .ml-5,
    .mx-5 {
        margin-left: 3rem!important
    }
    
    .p-0 {
        padding: 0!important
    }
    
    .pt-0,
    .py-0 {
        padding-top: 0!important
    }
    
    .pr-0,
    .px-0 {
        padding-right: 0!important
    }
    
    .pb-0,
    .py-0 {
        padding-bottom: 0!important
    }
    
    .pl-0,
    .px-0 {
        padding-left: 0!important
    }
    
    .p-1 {
        padding: .25rem!important
    }
    
    .pt-1,
    .py-1 {
        padding-top: .25rem!important
    }
    
    .pr-1,
    .px-1 {
        padding-right: .25rem!important
    }
    
    .pb-1,
    .py-1 {
        padding-bottom: .25rem!important
    }
    
    .pl-1,
    .px-1 {
        padding-left: .25rem!important
    }
    
    .p-2 {
        padding: .5rem!important
    }
    
    .pt-2,
    .py-2 {
        padding-top: .5rem!important
    }
    
    .pr-2,
    .px-2 {
        padding-right: .5rem!important
    }
    
    .pb-2,
    .py-2 {
        padding-bottom: .5rem!important
    }
    
    .pl-2,
    .px-2 {
        padding-left: .5rem!important
    }
    
    .p-3 {
        padding: 1rem!important
    }
    
    .pt-3,
    .py-3 {
        padding-top: 1rem!important
    }
    
    .pr-3,
    .px-3 {
        padding-right: 1rem!important
    }
    
    .pb-3,
    .py-3 {
        padding-bottom: 1rem!important
    }
    
    .pl-3,
    .px-3 {
        padding-left: 1rem!important
    }
    
    .p-4 {
        padding: 1.5rem!important
    }
    
    .pt-4,
    .py-4 {
        padding-top: 1.5rem!important
    }
    
    .pr-4,
    .px-4 {
        padding-right: 1.5rem!important
    }
    
    .pb-4,
    .py-4 {
        padding-bottom: 1.5rem!important
    }
    
    .pl-4,
    .px-4 {
        padding-left: 1.5rem!important
    }
    
    .p-5 {
        padding: 3rem!important
    }
    
    .pt-5,
    .py-5 {
        padding-top: 3rem!important
    }
    
    .pr-5,
    .px-5 {
        padding-right: 3rem!important
    }
    
    .pb-5,
    .py-5 {
        padding-bottom: 3rem!important
    }
    
    .pl-5,
    .px-5 {
        padding-left: 3rem!important
    }
    
    .m-auto {
        margin: auto!important
    }
    
    .mt-auto,
    .my-auto {
        margin-top: auto!important
    }
    
    .mr-auto,
    .mx-auto {
        margin-right: auto!important
    }
    
    .mb-auto,
    .my-auto {
        margin-bottom: auto!important
    }
    
    .ml-auto,
    .mx-auto {
        margin-left: auto!important
    }
    
    @media (min-width:576px) {
        .m-sm-0 {
            margin: 0!important
        }
        .mt-sm-0,
        .my-sm-0 {
            margin-top: 0!important
        }
        .mr-sm-0,
        .mx-sm-0 {
            margin-right: 0!important
        }
        .mb-sm-0,
        .my-sm-0 {
            margin-bottom: 0!important
        }
        .ml-sm-0,
        .mx-sm-0 {
            margin-left: 0!important
        }
        .m-sm-1 {
            margin: .25rem!important
        }
        .mt-sm-1,
        .my-sm-1 {
            margin-top: .25rem!important
        }
        .mr-sm-1,
        .mx-sm-1 {
            margin-right: .25rem!important
        }
        .mb-sm-1,
        .my-sm-1 {
            margin-bottom: .25rem!important
        }
        .ml-sm-1,
        .mx-sm-1 {
            margin-left: .25rem!important
        }
        .m-sm-2 {
            margin: .5rem!important
        }
        .mt-sm-2,
        .my-sm-2 {
            margin-top: .5rem!important
        }
        .mr-sm-2,
        .mx-sm-2 {
            margin-right: .5rem!important
        }
        .mb-sm-2,
        .my-sm-2 {
            margin-bottom: .5rem!important
        }
        .ml-sm-2,
        .mx-sm-2 {
            margin-left: .5rem!important
        }
        .m-sm-3 {
            margin: 1rem!important
        }
        .mt-sm-3,
        .my-sm-3 {
            margin-top: 1rem!important
        }
        .mr-sm-3,
        .mx-sm-3 {
            margin-right: 1rem!important
        }
        .mb-sm-3,
        .my-sm-3 {
            margin-bottom: 1rem!important
        }
        .ml-sm-3,
        .mx-sm-3 {
            margin-left: 1rem!important
        }
        .m-sm-4 {
            margin: 1.5rem!important
        }
        .mt-sm-4,
        .my-sm-4 {
            margin-top: 1.5rem!important
        }
        .mr-sm-4,
        .mx-sm-4 {
            margin-right: 1.5rem!important
        }
        .mb-sm-4,
        .my-sm-4 {
            margin-bottom: 1.5rem!important
        }
        .ml-sm-4,
        .mx-sm-4 {
            margin-left: 1.5rem!important
        }
        .m-sm-5 {
            margin: 3rem!important
        }
        .mt-sm-5,
        .my-sm-5 {
            margin-top: 3rem!important
        }
        .mr-sm-5,
        .mx-sm-5 {
            margin-right: 3rem!important
        }
        .mb-sm-5,
        .my-sm-5 {
            margin-bottom: 3rem!important
        }
        .ml-sm-5,
        .mx-sm-5 {
            margin-left: 3rem!important
        }
        .p-sm-0 {
            padding: 0!important
        }
        .pt-sm-0,
        .py-sm-0 {
            padding-top: 0!important
        }
        .pr-sm-0,
        .px-sm-0 {
            padding-right: 0!important
        }
        .pb-sm-0,
        .py-sm-0 {
            padding-bottom: 0!important
        }
        .pl-sm-0,
        .px-sm-0 {
            padding-left: 0!important
        }
        .p-sm-1 {
            padding: .25rem!important
        }
        .pt-sm-1,
        .py-sm-1 {
            padding-top: .25rem!important
        }
        .pr-sm-1,
        .px-sm-1 {
            padding-right: .25rem!important
        }
        .pb-sm-1,
        .py-sm-1 {
            padding-bottom: .25rem!important
        }
        .pl-sm-1,
        .px-sm-1 {
            padding-left: .25rem!important
        }
        .p-sm-2 {
            padding: .5rem!important
        }
        .pt-sm-2,
        .py-sm-2 {
            padding-top: .5rem!important
        }
        .pr-sm-2,
        .px-sm-2 {
            padding-right: .5rem!important
        }
        .pb-sm-2,
        .py-sm-2 {
            padding-bottom: .5rem!important
        }
        .pl-sm-2,
        .px-sm-2 {
            padding-left: .5rem!important
        }
        .p-sm-3 {
            padding: 1rem!important
        }
        .pt-sm-3,
        .py-sm-3 {
            padding-top: 1rem!important
        }
        .pr-sm-3,
        .px-sm-3 {
            padding-right: 1rem!important
        }
        .pb-sm-3,
        .py-sm-3 {
            padding-bottom: 1rem!important
        }
        .pl-sm-3,
        .px-sm-3 {
            padding-left: 1rem!important
        }
        .p-sm-4 {
            padding: 1.5rem!important
        }
        .pt-sm-4,
        .py-sm-4 {
            padding-top: 1.5rem!important
        }
        .pr-sm-4,
        .px-sm-4 {
            padding-right: 1.5rem!important
        }
        .pb-sm-4,
        .py-sm-4 {
            padding-bottom: 1.5rem!important
        }
        .pl-sm-4,
        .px-sm-4 {
            padding-left: 1.5rem!important
        }
        .p-sm-5 {
            padding: 3rem!important
        }
        .pt-sm-5,
        .py-sm-5 {
            padding-top: 3rem!important
        }
        .pr-sm-5,
        .px-sm-5 {
            padding-right: 3rem!important
        }
        .pb-sm-5,
        .py-sm-5 {
            padding-bottom: 3rem!important
        }
        .pl-sm-5,
        .px-sm-5 {
            padding-left: 3rem!important
        }
        .m-sm-auto {
            margin: auto!important
        }
        .mt-sm-auto,
        .my-sm-auto {
            margin-top: auto!important
        }
        .mr-sm-auto,
        .mx-sm-auto {
            margin-right: auto!important
        }
        .mb-sm-auto,
        .my-sm-auto {
            margin-bottom: auto!important
        }
        .ml-sm-auto,
        .mx-sm-auto {
            margin-left: auto!important
        }
    }
    
    @media (min-width:768px) {
        .m-md-0 {
            margin: 0!important
        }
        .mt-md-0,
        .my-md-0 {
            margin-top: 0!important
        }
        .mr-md-0,
        .mx-md-0 {
            margin-right: 0!important
        }
        .mb-md-0,
        .my-md-0 {
            margin-bottom: 0!important
        }
        .ml-md-0,
        .mx-md-0 {
            margin-left: 0!important
        }
        .m-md-1 {
            margin: .25rem!important
        }
        .mt-md-1,
        .my-md-1 {
            margin-top: .25rem!important
        }
        .mr-md-1,
        .mx-md-1 {
            margin-right: .25rem!important
        }
        .mb-md-1,
        .my-md-1 {
            margin-bottom: .25rem!important
        }
        .ml-md-1,
        .mx-md-1 {
            margin-left: .25rem!important
        }
        .m-md-2 {
            margin: .5rem!important
        }
        .mt-md-2,
        .my-md-2 {
            margin-top: .5rem!important
        }
        .mr-md-2,
        .mx-md-2 {
            margin-right: .5rem!important
        }
        .mb-md-2,
        .my-md-2 {
            margin-bottom: .5rem!important
        }
        .ml-md-2,
        .mx-md-2 {
            margin-left: .5rem!important
        }
        .m-md-3 {
            margin: 1rem!important
        }
        .mt-md-3,
        .my-md-3 {
            margin-top: 1rem!important
        }
        .mr-md-3,
        .mx-md-3 {
            margin-right: 1rem!important
        }
        .mb-md-3,
        .my-md-3 {
            margin-bottom: 1rem!important
        }
        .ml-md-3,
        .mx-md-3 {
            margin-left: 1rem!important
        }
        .m-md-4 {
            margin: 1.5rem!important
        }
        .mt-md-4,
        .my-md-4 {
            margin-top: 1.5rem!important
        }
        .mr-md-4,
        .mx-md-4 {
            margin-right: 1.5rem!important
        }
        .mb-md-4,
        .my-md-4 {
            margin-bottom: 1.5rem!important
        }
        .ml-md-4,
        .mx-md-4 {
            margin-left: 1.5rem!important
        }
        .m-md-5 {
            margin: 3rem!important
        }
        .mt-md-5,
        .my-md-5 {
            margin-top: 3rem!important
        }
        .mr-md-5,
        .mx-md-5 {
            margin-right: 3rem!important
        }
        .mb-md-5,
        .my-md-5 {
            margin-bottom: 3rem!important
        }
        .ml-md-5,
        .mx-md-5 {
            margin-left: 3rem!important
        }
        .p-md-0 {
            padding: 0!important
        }
        .pt-md-0,
        .py-md-0 {
            padding-top: 0!important
        }
        .pr-md-0,
        .px-md-0 {
            padding-right: 0!important
        }
        .pb-md-0,
        .py-md-0 {
            padding-bottom: 0!important
        }
        .pl-md-0,
        .px-md-0 {
            padding-left: 0!important
        }
        .p-md-1 {
            padding: .25rem!important
        }
        .pt-md-1,
        .py-md-1 {
            padding-top: .25rem!important
        }
        .pr-md-1,
        .px-md-1 {
            padding-right: .25rem!important
        }
        .pb-md-1,
        .py-md-1 {
            padding-bottom: .25rem!important
        }
        .pl-md-1,
        .px-md-1 {
            padding-left: .25rem!important
        }
        .p-md-2 {
            padding: .5rem!important
        }
        .pt-md-2,
        .py-md-2 {
            padding-top: .5rem!important
        }
        .pr-md-2,
        .px-md-2 {
            padding-right: .5rem!important
        }
        .pb-md-2,
        .py-md-2 {
            padding-bottom: .5rem!important
        }
        .pl-md-2,
        .px-md-2 {
            padding-left: .5rem!important
        }
        .p-md-3 {
            padding: 1rem!important
        }
        .pt-md-3,
        .py-md-3 {
            padding-top: 1rem!important
        }
        .pr-md-3,
        .px-md-3 {
            padding-right: 1rem!important
        }
        .pb-md-3,
        .py-md-3 {
            padding-bottom: 1rem!important
        }
        .pl-md-3,
        .px-md-3 {
            padding-left: 1rem!important
        }
        .p-md-4 {
            padding: 1.5rem!important
        }
        .pt-md-4,
        .py-md-4 {
            padding-top: 1.5rem!important
        }
        .pr-md-4,
        .px-md-4 {
            padding-right: 1.5rem!important
        }
        .pb-md-4,
        .py-md-4 {
            padding-bottom: 1.5rem!important
        }
        .pl-md-4,
        .px-md-4 {
            padding-left: 1.5rem!important
        }
        .p-md-5 {
            padding: 3rem!important
        }
        .pt-md-5,
        .py-md-5 {
            padding-top: 3rem!important
        }
        .pr-md-5,
        .px-md-5 {
            padding-right: 3rem!important
        }
        .pb-md-5,
        .py-md-5 {
            padding-bottom: 3rem!important
        }
        .pl-md-5,
        .px-md-5 {
            padding-left: 3rem!important
        }
        .m-md-auto {
            margin: auto!important
        }
        .mt-md-auto,
        .my-md-auto {
            margin-top: auto!important
        }
        .mr-md-auto,
        .mx-md-auto {
            margin-right: auto!important
        }
        .mb-md-auto,
        .my-md-auto {
            margin-bottom: auto!important
        }
        .ml-md-auto,
        .mx-md-auto {
            margin-left: auto!important
        }
    }
    
    @media (min-width:992px) {
        .m-lg-0 {
            margin: 0!important
        }
        .mt-lg-0,
        .my-lg-0 {
            margin-top: 0!important
        }
        .mr-lg-0,
        .mx-lg-0 {
            margin-right: 0!important
        }
        .mb-lg-0,
        .my-lg-0 {
            margin-bottom: 0!important
        }
        .ml-lg-0,
        .mx-lg-0 {
            margin-left: 0!important
        }
        .m-lg-1 {
            margin: .25rem!important
        }
        .mt-lg-1,
        .my-lg-1 {
            margin-top: .25rem!important
        }
        .mr-lg-1,
        .mx-lg-1 {
            margin-right: .25rem!important
        }
        .mb-lg-1,
        .my-lg-1 {
            margin-bottom: .25rem!important
        }
        .ml-lg-1,
        .mx-lg-1 {
            margin-left: .25rem!important
        }
        .m-lg-2 {
            margin: .5rem!important
        }
        .mt-lg-2,
        .my-lg-2 {
            margin-top: .5rem!important
        }
        .mr-lg-2,
        .mx-lg-2 {
            margin-right: .5rem!important
        }
        .mb-lg-2,
        .my-lg-2 {
            margin-bottom: .5rem!important
        }
        .ml-lg-2,
        .mx-lg-2 {
            margin-left: .5rem!important
        }
        .m-lg-3 {
            margin: 1rem!important
        }
        .mt-lg-3,
        .my-lg-3 {
            margin-top: 1rem!important
        }
        .mr-lg-3,
        .mx-lg-3 {
            margin-right: 1rem!important
        }
        .mb-lg-3,
        .my-lg-3 {
            margin-bottom: 1rem!important
        }
        .ml-lg-3,
        .mx-lg-3 {
            margin-left: 1rem!important
        }
        .m-lg-4 {
            margin: 1.5rem!important
        }
        .mt-lg-4,
        .my-lg-4 {
            margin-top: 1.5rem!important
        }
        .mr-lg-4,
        .mx-lg-4 {
            margin-right: 1.5rem!important
        }
        .mb-lg-4,
        .my-lg-4 {
            margin-bottom: 1.5rem!important
        }
        .ml-lg-4,
        .mx-lg-4 {
            margin-left: 1.5rem!important
        }
        .m-lg-5 {
            margin: 3rem!important
        }
        .mt-lg-5,
        .my-lg-5 {
            margin-top: 3rem!important
        }
        .mr-lg-5,
        .mx-lg-5 {
            margin-right: 3rem!important
        }
        .mb-lg-5,
        .my-lg-5 {
            margin-bottom: 3rem!important
        }
        .ml-lg-5,
        .mx-lg-5 {
            margin-left: 3rem!important
        }
        .p-lg-0 {
            padding: 0!important
        }
        .pt-lg-0,
        .py-lg-0 {
            padding-top: 0!important
        }
        .pr-lg-0,
        .px-lg-0 {
            padding-right: 0!important
        }
        .pb-lg-0,
        .py-lg-0 {
            padding-bottom: 0!important
        }
        .pl-lg-0,
        .px-lg-0 {
            padding-left: 0!important
        }
        .p-lg-1 {
            padding: .25rem!important
        }
        .pt-lg-1,
        .py-lg-1 {
            padding-top: .25rem!important
        }
        .pr-lg-1,
        .px-lg-1 {
            padding-right: .25rem!important
        }
        .pb-lg-1,
        .py-lg-1 {
            padding-bottom: .25rem!important
        }
        .pl-lg-1,
        .px-lg-1 {
            padding-left: .25rem!important
        }
        .p-lg-2 {
            padding: .5rem!important
        }
        .pt-lg-2,
        .py-lg-2 {
            padding-top: .5rem!important
        }
        .pr-lg-2,
        .px-lg-2 {
            padding-right: .5rem!important
        }
        .pb-lg-2,
        .py-lg-2 {
            padding-bottom: .5rem!important
        }
        .pl-lg-2,
        .px-lg-2 {
            padding-left: .5rem!important
        }
        .p-lg-3 {
            padding: 1rem!important
        }
        .pt-lg-3,
        .py-lg-3 {
            padding-top: 1rem!important
        }
        .pr-lg-3,
        .px-lg-3 {
            padding-right: 1rem!important
        }
        .pb-lg-3,
        .py-lg-3 {
            padding-bottom: 1rem!important
        }
        .pl-lg-3,
        .px-lg-3 {
            padding-left: 1rem!important
        }
        .p-lg-4 {
            padding: 1.5rem!important
        }
        .pt-lg-4,
        .py-lg-4 {
            padding-top: 1.5rem!important
        }
        .pr-lg-4,
        .px-lg-4 {
            padding-right: 1.5rem!important
        }
        .pb-lg-4,
        .py-lg-4 {
            padding-bottom: 1.5rem!important
        }
        .pl-lg-4,
        .px-lg-4 {
            padding-left: 1.5rem!important
        }
        .p-lg-5 {
            padding: 3rem!important
        }
        .pt-lg-5,
        .py-lg-5 {
            padding-top: 3rem!important
        }
        .pr-lg-5,
        .px-lg-5 {
            padding-right: 3rem!important
        }
        .pb-lg-5,
        .py-lg-5 {
            padding-bottom: 3rem!important
        }
        .pl-lg-5,
        .px-lg-5 {
            padding-left: 3rem!important
        }
        .m-lg-auto {
            margin: auto!important
        }
        .mt-lg-auto,
        .my-lg-auto {
            margin-top: auto!important
        }
        .mr-lg-auto,
        .mx-lg-auto {
            margin-right: auto!important
        }
        .mb-lg-auto,
        .my-lg-auto {
            margin-bottom: auto!important
        }
        .ml-lg-auto,
        .mx-lg-auto {
            margin-left: auto!important
        }
    }
    
    @media (min-width:1200px) {
        .m-xl-0 {
            margin: 0!important
        }
        .mt-xl-0,
        .my-xl-0 {
            margin-top: 0!important
        }
        .mr-xl-0,
        .mx-xl-0 {
            margin-right: 0!important
        }
        .mb-xl-0,
        .my-xl-0 {
            margin-bottom: 0!important
        }
        .ml-xl-0,
        .mx-xl-0 {
            margin-left: 0!important
        }
        .m-xl-1 {
            margin: .25rem!important
        }
        .mt-xl-1,
        .my-xl-1 {
            margin-top: .25rem!important
        }
        .mr-xl-1,
        .mx-xl-1 {
            margin-right: .25rem!important
        }
        .mb-xl-1,
        .my-xl-1 {
            margin-bottom: .25rem!important
        }
        .ml-xl-1,
        .mx-xl-1 {
            margin-left: .25rem!important
        }
        .m-xl-2 {
            margin: .5rem!important
        }
        .mt-xl-2,
        .my-xl-2 {
            margin-top: .5rem!important
        }
        .mr-xl-2,
        .mx-xl-2 {
            margin-right: .5rem!important
        }
        .mb-xl-2,
        .my-xl-2 {
            margin-bottom: .5rem!important
        }
        .ml-xl-2,
        .mx-xl-2 {
            margin-left: .5rem!important
        }
        .m-xl-3 {
            margin: 1rem!important
        }
        .mt-xl-3,
        .my-xl-3 {
            margin-top: 1rem!important
        }
        .mr-xl-3,
        .mx-xl-3 {
            margin-right: 1rem!important
        }
        .mb-xl-3,
        .my-xl-3 {
            margin-bottom: 1rem!important
        }
        .ml-xl-3,
        .mx-xl-3 {
            margin-left: 1rem!important
        }
        .m-xl-4 {
            margin: 1.5rem!important
        }
        .mt-xl-4,
        .my-xl-4 {
            margin-top: 1.5rem!important
        }
        .mr-xl-4,
        .mx-xl-4 {
            margin-right: 1.5rem!important
        }
        .mb-xl-4,
        .my-xl-4 {
            margin-bottom: 1.5rem!important
        }
        .ml-xl-4,
        .mx-xl-4 {
            margin-left: 1.5rem!important
        }
        .m-xl-5 {
            margin: 3rem!important
        }
        .mt-xl-5,
        .my-xl-5 {
            margin-top: 3rem!important
        }
        .mr-xl-5,
        .mx-xl-5 {
            margin-right: 3rem!important
        }
        .mb-xl-5,
        .my-xl-5 {
            margin-bottom: 3rem!important
        }
        .ml-xl-5,
        .mx-xl-5 {
            margin-left: 3rem!important
        }
        .p-xl-0 {
            padding: 0!important
        }
        .pt-xl-0,
        .py-xl-0 {
            padding-top: 0!important
        }
        .pr-xl-0,
        .px-xl-0 {
            padding-right: 0!important
        }
        .pb-xl-0,
        .py-xl-0 {
            padding-bottom: 0!important
        }
        .pl-xl-0,
        .px-xl-0 {
            padding-left: 0!important
        }
        .p-xl-1 {
            padding: .25rem!important
        }
        .pt-xl-1,
        .py-xl-1 {
            padding-top: .25rem!important
        }
        .pr-xl-1,
        .px-xl-1 {
            padding-right: .25rem!important
        }
        .pb-xl-1,
        .py-xl-1 {
            padding-bottom: .25rem!important
        }
        .pl-xl-1,
        .px-xl-1 {
            padding-left: .25rem!important
        }
        .p-xl-2 {
            padding: .5rem!important
        }
        .pt-xl-2,
        .py-xl-2 {
            padding-top: .5rem!important
        }
        .pr-xl-2,
        .px-xl-2 {
            padding-right: .5rem!important
        }
        .pb-xl-2,
        .py-xl-2 {
            padding-bottom: .5rem!important
        }
        .pl-xl-2,
        .px-xl-2 {
            padding-left: .5rem!important
        }
        .p-xl-3 {
            padding: 1rem!important
        }
        .pt-xl-3,
        .py-xl-3 {
            padding-top: 1rem!important
        }
        .pr-xl-3,
        .px-xl-3 {
            padding-right: 1rem!important
        }
        .pb-xl-3,
        .py-xl-3 {
            padding-bottom: 1rem!important
        }
        .pl-xl-3,
        .px-xl-3 {
            padding-left: 1rem!important
        }
        .p-xl-4 {
            padding: 1.5rem!important
        }
        .pt-xl-4,
        .py-xl-4 {
            padding-top: 1.5rem!important
        }
        .pr-xl-4,
        .px-xl-4 {
            padding-right: 1.5rem!important
        }
        .pb-xl-4,
        .py-xl-4 {
            padding-bottom: 1.5rem!important
        }
        .pl-xl-4,
        .px-xl-4 {
            padding-left: 1.5rem!important
        }
        .p-xl-5 {
            padding: 3rem!important
        }
        .pt-xl-5,
        .py-xl-5 {
            padding-top: 3rem!important
        }
        .pr-xl-5,
        .px-xl-5 {
            padding-right: 3rem!important
        }
        .pb-xl-5,
        .py-xl-5 {
            padding-bottom: 3rem!important
        }
        .pl-xl-5,
        .px-xl-5 {
            padding-left: 3rem!important
        }
        .m-xl-auto {
            margin: auto!important
        }
        .mt-xl-auto,
        .my-xl-auto {
            margin-top: auto!important
        }
        .mr-xl-auto,
        .mx-xl-auto {
            margin-right: auto!important
        }
        .mb-xl-auto,
        .my-xl-auto {
            margin-bottom: auto!important
        }
        .ml-xl-auto,
        .mx-xl-auto {
            margin-left: auto!important
        }
    }
    
    .text-white {
        color: #fff!important
    }
    
    .text-body {
        color: #212529!important
    }
    
    .text-muted {
        color: #6c757d!important
    }
    
    .text-black-50 {
        color: rgba(40, 40, 40, .5)!important
    }
    
    .text-white-50 {
        color: hsla(0, 0%, 100%, .5)!important
    }
    
    .btn-block {
        display: block;
        width: 100%
    }
    
    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
        width: 100%
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit
    }
    
    .h1,
    h1 {
        font-size: 35px
    }
    
    .h2,
    h2 {
        font-size: 28px
    }
    
    .h3,
    h3 {
        font-size: 24.5px
    }
    
    .h4,
    h4 {
        font-size: 20px
    }
    
    .h5,
    h5 {
        font-size: 16px
    }
    
    .h6,
    h6 {
        font-size: 14px
    }
    
    ul {
        padding-inline-start: 10px
    }
    
    .text-justify {
        text-align: justify!important
    }
    
    .text-nowrap {
        white-space: nowrap!important
    }
    
    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .text-left {
        text-align: left!important
    }
    
    .text-right {
        text-align: right!important
    }
    
    .text-center {
        text-align: center!important
    }
    
    .ant-steps-item-finish {
        cursor: pointer
    }
    
    .text-lowercase {
        text-transform: lowercase!important
    }
    
    .text-uppercase {
        text-transform: uppercase!important
    }
    
    .text-capitalize {
        text-transform: capitalize!important
    }
    
    .font-weight-light {
        font-weight: 300!important
    }
    
    .font-weight-normal {
        font-weight: 400!important
    }
    
    .font-weight-bold {
        font-weight: 500!important
    }
    
    .font-weight-bolder {
        font-weight: 700!important
    }
    
    .font-italic {
        font-style: italic!important
    }
    
    .ant-btn {
        font-weight: 400
    }
    
    .form-cc-new .credit-card {
        margin-left: 10px
    }
    
    .form-cc-new .card-type-null {
        width: 45px;
        height: 30px;
        object-fit: cover;
        margin-right: 10px
    }
    
    .form-cc-new .card-type {
        width: 60px;
        height: 30px;
        overflow: hidden;
        position: relative
    }
    
    .form-cc-new .card-type img {
        position: absolute;
        height: 60px;
        width: auto
    }
    
    .form-cc-new .card-type .mastercard {
        top: 0;
        left: -210px
    }
    
    .form-cc-new .card-type .visa {
        top: 0;
        left: 0
    }
    
    .form-cc-new .card-type .amex {
        top: 0;
        left: -105px
    }
    
    .form-cc-new .card-type .discover {
        left: -89px;
        bottom: 0
    }
    
    .form-cc-new .card-type .jcb {
        bottom: 0;
        left: -133px
    }
    
    .form-cc-new .card-type .laser {
        bottom: 0;
        right: 0
    }
    
    .form-cc-new .card-type .visa_electron {
        top: 0;
        left: -54px
    }
    
    .form-cc-new .card-type .diners_club_carte_blanche {
        left: 0;
        bottom: 0
    }
    
    .form-cc-new .card-type .diners_club_international {
        bottom: 0;
        left: -40px
    }
    
    .form-cc-new .card-type .maestro {
        top: 0;
        right: -7px
    }
    
    .no-overflow {
        overflow: hidden;
        z-index: 99
    }
    
    body {
        background-color: #f1f3f4;
        padding: 0!important
    }
    
    .body-container {
        background-color: #fafafa;
        max-width: 480px;
        height: 100%;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1)
    }
    
    .body-container.noscroll {
        overflow: hidden
    }
    
    .contentCategory p {
        text-align: center
    }
    
    .content-container {
        padding: 70px 0 0;
        min-height: 100vh;
        margin-top: 101px
    }
    
    .backdrop {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .8);
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }
    
    .backdrop.show {
        opacity: 1;
        visibility: visible
    }
    
    header .toolbar {
        height: 56px;
        max-width: 480px;
        width: 100%;
        position: fixed;
        top: 32px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 0 5px;
        box-sizing: border-box;
        z-index: 90;
        border-bottom: 1px solid #eee
    }
    
    header .toolbar.home-page {
        height: 80px;
        border-bottom: solid 1px #cccaca;
        box-shadow: rgb(0 0 0 / 12%) 3px 5px 5px;
    }
    
    header .toolbar.catalog {
        background-color: #ffad00
    }
    
    header .toolbar.step-order {
        background: #edfffe;
        background: linear-gradient(0deg, #edfffe, #c2fffc);
        border: none
    }
    
    header .toolbar nav {
        height: 100%
    }
    
    header .toolbar .logo {
        background-color: #fff;
        padding: 8px;
        height: 50px;
        box-sizing: border-box;
        display: flex
    }
    
    header .toolbar .logo.home-page {
        margin-bottom: 30px
    }
    
    header .toolbar .logo img {
        width: auto;
        height: 100%
    }


    header .top-navigation {
        height: 56px;
        max-width: 480px;
        width: 100%;
        position: fixed;
        top: -1px;
        background-color: #1cb0b9;
        color:#fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 0 5px;
        box-sizing: border-box;
        z-index: 90;
        border-bottom: 1px solid #eee
    }
    
    header .top-navigation.home-page {
        height: 33px
    }
    
    .sideDrawer {
        position: fixed;
        width: 280px;
        max-width: 70%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 99999999;
        background-color: #fff;
        padding: 16px;
        box-sizing: border-box;
        transition: transform .3s ease-out
    }
    
    .sideDrawer.sideDrawer__menu--open {
        transform: translateX(0)
    }
    
    .sideDrawer.sideDrawer__menu--close {
        transform: translateX(100%)
    }
    
    .sideDrawer .sideDrawer__menu {
        margin: 0 0 30px
    }
    
    .drawerToggle {
        width: 30px;
        height: 40px;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        box-sizing: border-box;
        cursor: pointer
    }
    
    .drawerToggle div {
        width: 75%;
        height: 3px;
        background-color: #282828
    }
    
    .navigationItems {
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
        height: 100%
    }
    
    .navigationItems .navigationItems__needHelp {
        margin: 20px 0;
        font-size: 12px
    }
    
    .navigationItems .navigationItem {
        margin: 24px 0;
        box-sizing: border-box;
        display: flex;
        width: 100%
    }
    
    .navigationItems .navigationItem a {
        color: #282828;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        display: block
    }
    
    .navigationItems .navigationItem a:active,
    .navigationItems .navigationItem a:hover {
        color: #40a4c8
    }
    
    .footer {
        padding: 15px;
        padding-bottom: 60px;
        position: relative;
        width: 100%;
        background-color: #282828;
        color: #fff;
        bottom: 0;
        min-height: 100px
    }
    
    .footer .footer__ul {
        list-style-type: none;
        padding: 0;
        margin: 40px 0;
        font-size: 12px
    }
    
    .footer .footer__list {
        display: flex;
        width: 100%;
        margin: 20px 0
    }
    
    .footer .placeholderImage--small {
        background-color: #b4b4b4;
        min-width: 25px;
        min-height: 25px;
        margin-right: 16px
    }
    
    .footer .footer__block {
        margin: 40px 0
    }
    
    .footer .footer__border {
        border-bottom: 91 solid #c8c8c891
    }
    
    .footer .footer__copywrite {
        margin-top: 30px;
        font-size: 11px
    }
    
    .landingPage__registration {
        background: url(/assets/images/7b449bfd13000cdedc7571cebc59f10c.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px
    }
    
    .landingPage__registration .ant-form-item label {
        color: #fff
    }
    
    .landingPage__registration .ant-input {
        opacity: .8
    }
    
    .landingPage__registration .gradient-top {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
        padding-top: 30px;
        background: linear-gradient(0deg, #fafafa, hsla(0, 0%, 98%, 0))
    }
    
    .abouutDDC-bg,
    .Etika__Reseller-ddc {
        background-position: 50%;
        background-size: cover;
        height: 243px;
        background-repeat: no-repeat
    }
    
    .title__carrerDDC {
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 1.33;
        padding: 0 15px;
        background: linear-gradient(0deg, #ff8700, hsla(0, 0%, 98%, 0))
    }
    
    .contain-carrerDDC {
        background: #ff8700;
        padding: 10px 15px
    }
    
    .job__list-postion {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #8c8c8c
    }
    
    .title__job-list {
        font-size: 16px;
        padding: 15px;
        color: #282828
    }
    
    .seeDetailCareer,
    .title__job-list {
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .seeDetailCareer {
        font-size: 14px;
        text-align: center;
        color: #f5821f;
        padding: 0 15px
    }
    
    .career__item {
        margin: 10px 0
    }
    
    .career__item,
    .career__items {
        height: 180px;
        border-radius: 3px;
        background-color: #fff
    }
    
    .join__GroupFbDDC {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #282828
    }
    
    .join__GroupFbDDC,
    .title__carrerDDC {
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .title__carrerDDC {
        font-size: 20px;
        font-weight: 700;
        color: #fff
    }
    
    .button__detail-career {
        padding-bottom: 20px;
        cursor: pointer
    }
    
    .button__detail-career .ant-btn.ant-btn-default {
        border: none!important;
        color: #ffad00
    }
    
    .level__member-order {
        padding-bottom: 10px
    }
    
    .level__member-diskon,
    .level__member-order {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }
    
    .level__member-diskon {
        text-align: right
    }
    
    .ensure__all-project,
    .ensure__all-project-desc .ul .li {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #282828
    }
    
    .ensure__all-project {
        padding: 15px
    }
    
    .ensure__all-proect-desc {
        padding: 0 15px
    }
    
    .upload__ktp .ant-upload.ant-upload-select-picture-card {
        width: 100%;
        height: 150px
    }
    
    .style__profil-global {
        height: 40px;
        width: 40px;
        border-radius: 3px;
        border-radius: 20% 60% 65% 20%
    }
    
    .carrerDDC-bg,
    .style__profil-global {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }
    
    .carrerDDC-bg {
        height: 243px
    }
    
    .uploaded--resume {
        font-weight: 500;
        line-height: normal;
        text-align: center;
        color: #16b8b2
    }
    
    .contain-etika-reseller,
    .uploaded--resume {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .contain-etika-reseller {
        font-weight: 400;
        line-height: 1.43;
        color: #fff
    }
    
    .title__etika-reseller {
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #fff;
        padding: 0 15px;
        background: linear-gradient(0deg, #00b0b9, hsla(0, 0%, 98%, 0))
    }
    
    .contain-etika-reseller {
        background: #00b0b9;
        padding: 10px 15px;
        margin-bottom: 30px
    }
    
    .contain-aboutDDC {
        background: #00b0b9;
        padding: 10px 15px;
        padding-bottom: 110px
    }
    
    .contain-aboutDDC-text,
    .containt-carrerDDC-text {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #fff
    }
    
    .containt-carrerDDC-text span {
        font-weight: 700
    }
    
    .containt-carrerDDC-text .list__requirmentCarrerDDC,
    .containt-carrerDDC-text p {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #fff
    }
    
    .ddc__partnership {
        font-size: 20px;
        line-height: normal;
        text-align: center;
        color: #282828
    }
    
    .ddc__partnership,
    .title__aboutDDC {
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .title__aboutDDC {
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 1.33;
        color: #fff;
        padding: 0 15px;
        background: linear-gradient(0deg, #00b0b9, hsla(0, 0%, 98%, 0))
    }
    
    .etika__gradient {
        padding: 0
    }
    
    .trendingCategory__noimage {
        width: 100%
    }
    
    .downloadCatalog {
        margin: 0 -15px -15px;
        padding: 15px;
        background-color: #f0f0f0
    }
    
    .downloadCatalog__image {
        max-height: 100px;
        min-height: auto;
        width: auto;
        padding-right: 15px
    }
    
    .p-15 {
        padding: 15px
    }
    
    .pt-15 {
        padding-top: 15px
    }
    
    .pt-30 {
        padding-top: 30px
    }
    
    .pb-15 {
        padding-bottom: 15px
    }
    
    .pb-10 {
        padding-bottom: 10px
    }
    
    .pl-15 {
        padding-left: 15px
    }
    
    .pr-15 {
        padding-right: 15px
    }
    
    .mt-10 {
        margin-top: 10px
    }
    
    .mt-15 {
        margin-top: 15px
    }
    
    .mt-20 {
        margin-top: 20px
    }
    
    .mt-25 {
        margin-top: 25px
    }
    
    .mt-30 {
        margin-top: 30px
    }
    
    .mt-40 {
        margin-top: 40px
    }
    
    .mt-45 {
        margin-top: 45px
    }
    
    .mb-5 {
        margin-bottom: 5px!important
    }
    
    .mb-10 {
        margin-bottom: 10px
    }
    
    .mb-15 {
        margin-bottom: 15px
    }
    
    .mb-25 {
        margin-bottom: 25px
    }
    
    .ml-15 {
        margin-left: 15px
    }
    
    .mr-15 {
        margin-right: 15px
    }
    
    .my-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }
    
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }
    
    .bg-white {
        background: #fff
    }
    
    .bg-orange {
        background: #ffad00
    }
    
    .bg-gray {
        background: #f0f0f0
    }
    
    .bg-gray-light {
        background: #fafafa
    }
    
    .box-shadow {
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2)!important
    }
    
    .border-radius {
        border-radius: 3px
    }
    
    .border {
        border: .5px solid #dcdcdc
    }
    
    .font-size-smaller {
        font-size: 10px
    }
    
    .font-size-small {
        font-size: 12px
    }
    
    .font-size-normal {
        font-size: 14px
    }
    
    .font-size-big {
        font-size: 16px
    }
    
    .font-size-bigger {
        font-size: 18px
    }
    
    .font-color-black {
        color: #282828
    }
    
    .font-color-red {
        color: #e61e3c
    }
    
    .font-color-white {
        color: #fff
    }
    
    .font-color-gray {
        color: #8c8c8c
    }
    
    .font-color-orange {
        color: #ffad00
    }
    
    .font-color-green,
    .font-color-primary {
        color: #00b0b9
    }
    
    .text-decoration-strike {
        text-decoration: line-through
    }
    
    .text-decoration-underline {
        text-decoration: underline
    }
    
    .text-decoration-none {
        text-decoration: none
    }
    
    .button-voucher {
        color: #00b0b9;
        border-color: #00b0b9
    }
    
    .tag-voucher {
        color: #00b0b9;
        background-color: #fff;
        border-color: #00b0b9;
        border: 1px solid #00b0b9;
        border-radius: 5px;
        padding: 2px 8px;
        align-items: center;
        display: flex
    }
    
    .tag-voucher div {
        padding: 0 4px
    }
    
    .tag-voucher-underline {
        text-decoration: underline;
        color: #00b0b9;
        text-align: right
    }
    
    .thinSolidBorder {
        border-bottom: 91 solid #c8c8c891;
        margin: 0 -16px
    }
    
    .deviderLine {
        color: #dcdcdc;
        margin: 0
    }
    
    .ant-divider-inner-text {
        font-size: 12px;
        font-weight: 400
    }
    
    .copywrite {
        margin: 20px 0;
        font-size: 12px
    }
    
    .ddc_notification_badge {
        position: absolute;
        padding: 5px;
        border-radius: 50%;
        background-color: #f5222d;
        color: #f5222d;
        top: 22px;
        margin-left: 6px
    }
    
    .ddc__rate {
        margin-top: 5px;
        font-size: 12px
    }
    
    .ddc__rate li {
        margin-right: 4px
    }
    
    .ddc_radio_button_group {
        text-align: center
    }
    
    .ddc_default_font_color {
        color: #282828
    }
    
    .ddc_default_font_color .ddc_message_badge {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #e61e3c;
        color: #fff;
        border-radius: 10px;
        padding: 3px 5px;
        font-size: 11px;
        font-weight: 700;
        height: 18px;
        min-width: 18px;
        margin-left: 8px
    }
    
    .ddc_fixed__bottom {
        width: 100%;
        max-width: 480px;
        position: fixed;
        bottom: 0;
        z-index: 90
    }
    
    .ddc_coundown__block {
        width: 24px;
        height: 24px;
        padding-top: 1px
    }
    
    .ddc_coundown__block,
    .ddc_coundown__block--trial {
        display: inline-block;
        border-radius: 3px;
        background-color: #ffad00;
        color: #fff;
        font-weight: lighter;
        text-align: center;
        padding-bottom: 1px
    }
    
    .ddc_coundown__block--trial {
        width: 60px;
        height: 60px;
        font-size: 20px;
        padding-top: 20px
    }
    
    .datepicker-menu-penjualan {
        margin-top: 10px;
        margin-left: -20px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap!important
    }
    
    .datepicker-menu-penjualan .icon-date {
        margin-top: -2px;
        width: 28px;
        height: 30px;
        object-fit: contain;
        margin-left: 10px;
        margin-right: 10px
    }
    
    .datepicker-menu-penjualan .ant-calendar-picker-icon {
        display: none
    }
    
    .datepicker-menu-penjualan input {
        border: unset!important;
        padding: unset!important;
        text-align: center;
        height: 25px!important
    }
    
    .ddc__twoTabs .ant-tabs-bar {
        margin-bottom: 0!important;
        display: block!important;
        justify-content: unset!important;
        border-bottom: 1px solid #e8e8e8!important
    }
    
    .ddc__twoTabs .ant-tabs-bar .ant-tabs-nav {
        width: 100%
    }
    
    .ddc__twoTabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        width: 50%;
        text-align: center;
        font-weight: 500!important
    }
    
    .ddc__twoTabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-ink-bar {
        width: 50%!important
    }
    
    .ddc__threeTabs .ant-tabs-bar {
        margin-bottom: 0!important;
        display: block!important;
        justify-content: unset!important;
        border-bottom: 1px solid #e8e8e8!important
    }
    
    .ddc__threeTabs .ant-tabs-bar .ant-tabs-nav {
        width: 100%
    }
    
    .ddc__threeTabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        width: 33.33%;
        text-align: center;
        font-weight: 500!important
    }
    
    .ddc__threeTabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-ink-bar {
        width: 33.33%!important
    }
    
    .ddc__tabs .ant-tabs-bar {
        margin-bottom: 0;
        justify-content: unset!important
    }
    
    .ddc__tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        font-weight: 500!important
    }
    
    .tab-like-checked .ant-tabs-bar {
        margin-bottom: 0
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav>div {
        padding: 10px
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav {
        width: 100%
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav .ant-tabs-ink-bar {
        display: none!important
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab:first-child {
        margin-left: 0
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        padding: 2px 13px!important;
        overflow: hidden;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        margin-left: 10px;
        text-align: center
    }
    
    .tab-like-checked .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
        background-color: #00b0b9;
        border: 1px solid #00b0b9;
        border-radius: 4px;
        color: #fff
    }
    
    .tab-like-checked .ant-input-affix-wrapper {
        margin-bottom: 17px
    }
    
    .tab-like-checked .ant-input-affix-wrapper .ant-input {
        border-radius: 6px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
        border: unset!important
    }
    
    .tab-like-checked .ant-input-affix-wrapper .ant-input:not(:first-child) {
        padding-left: 35px!important
    }
    
    .ddc_table {
        width: 100%
    }
    
    .ddc_table tr {
        min-height: 50px
    }
    
    .ddc_table th {
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 700;
        text-align: center;
        border: 1px solid #f0f0f0
    }
    
    .ddc_table td {
        padding: 15px;
        border: 1px solid #f0f0f0
    }
    
    .text-badge {
        padding: 0 5px;
        font-size: 10px;
        border-radius: 3px;
        background-color: #d8d8d8
    }
    
    .text-label {
        font-size: 12px
    }
    
    .table__ongkir {
        width: 100%
    }
    
    .table__ongkir tr {
        background-color: #e6e6e6
    }
    
    .table__ongkir tr:nth-child(2n) {
        background-color: #f0f0f0
    }
    
    .table__ongkir td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center
    }
    
    .wrapStepper:before {
        content: "";
        display: block;
        border-top: 1px solid #ffad00;
        width: 100%;
        height: 1px;
        position: relative;
        z-index: 1;
        top: 15px
    }
    
    .floatingButton {
        right: 20px;
        bottom: 20px;
        position: fixed;
        box-shadow: 0 2px 12px 0 rgba(40, 40, 40, .4)
    }
    
    .ant-form-item-with-help {
        margin-bottom: 6px
    }
    
    .ant-form-explain,
    .ant-form label {
        font-size: 12px
    }
    
    .input__icon {
        font-size: 22px
    }
    
    .input__icon .anticon {
        color: #ced4da
    }
    
    .icon__button {
        font-size: 24px
    }
    
    .clickable {
        cursor: pointer
    }
    
    .facebook-color {
        color: #fff;
        background-color: #3b5998;
        border-color: #3b5998
    }
    
    .google-color {
        color: #fff;
        background-color: #d34836;
        border-color: #d34836
    }
    
    .whatsapp-color {
        color: #fff;
        background-color: #25d366;
        border-color: #25d366
    }
    
    .heart {
        color: #e61e3c;
        transition: all .3s ease 0s
    }
    
    .image__circle-left {
        width: 75px;
        height: 75px;
        border: 1px solid #fff;
        background: #fff;
        border-radius: 50%
    }
    
    .product__image-registration {
        width: 100%;
        height: 150px;
        overflow: hidden;
        background: #7fff00
    }
    
    .product__image-registration img {
        height: 100%
    }
    
    .metode-pembayaran-rahn-container {
        background: #fff;
        padding: 25px
    }
    
    .metode-pembayaran-rahn-container h5.title__context {
        color: #000;
        font-size: 12pt;
        font-weight: 500;
        margin-bottom: 5px
    }
    
    .metode-pembayaran-rahn-container p {
        color: #000;
        font-size: 10pt;
        font-weight: 100
    }
    
    .metode-pembayaran-rahn-container .customer__identity {
        margin: 20px 0
    }
    
    .metode-pembayaran-rahn-container .customer__identity h5.akad__number,
    .metode-pembayaran-rahn-container .customer__identity h5.customer__name {
        color: #a1a1a1;
        font-size: 12pt;
        font-weight: 200
    }
    
    .metode-pembayaran-rahn-container .transaction__list {
        border-bottom: .5px solid #d8d8d8;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    
    .metode-pembayaran-rahn-container .transaction__list .transaction__detail {
        margin: 20px 0
    }
    
    .transaction__list .transaction__detail h4.description {
        color: #a1a1a1;
        font-size: 14pt;
        font-weight: 400
    }
    
    .transaction__list .transaction__detail h4.value {
        text-align: right;
        font-weight: 600
    }
    
    .transaction__list .transaction__detail h4.total__value {
        text-align: right;
        font-weight: 600;
        color: #72bf44
    }
    
    .metode-pembayaran-rahn-container .payment__method {
        margin: 20px 0;
        padding: 10px 0
    }
    
    .metode-pembayaran-rahn-container .payment__method .detail__payment {
        padding: 10px 15px 10px 0
    }
    
    .metode-pembayaran-rahn-container .payment__method .detail__payment .wrapper {
        border: 1px solid #a1a1a1;
        padding: 20px;
        height: 80px
    }
    
    .metode-pembayaran-rahn-container .payment__method .detail__payment .ant-col-xs-5 {
        padding: 10px
    }
    
    .payment__method .detail__payment .ant-col-xs-5 p.addition__fee {
        text-align: right;
        color: #989898;
        font-weight: 400
    }
    
    .metode-pembayaran-rahn-container .payment__method .total-transaction-container {
        padding-right: 15px
    }
    
    .metode-pembayaran-rahn-container .payment__method .total-transaction-container .total__of__transaction {
        margin: 20px 5px 0 0;
        height: 60px;
        padding: 15px;
        border: 1px solid #a1a1a1
    }
    
    .metode-pembayaran-rahn-container .payment__method .total-transaction-container .total__of__transaction .ant-col-xs-8 {
        padding: 5px
    }
    
    .metode-pembayaran-rahn-container .payment__method .total-transaction-container .total__of__transaction .ant-col-xs-5 {
        padding: 5px;
        text-align: right
    }
    
    .payment__method .total-transaction-container .total__of__transaction h4.desription__total {
        font-weight: 600
    }
    
    .payment__method .total-transaction-container .total__of__transaction h4.value__total {
        font-weight: 500;
        font-size: 12pt;
        color: #72bf44
    }
    
    .descb__option-payment {
        display: none!important
    }
    
    .catalog__search {
        position: fixed;
        max-width: 480px;
        top: 54px;
        z-index: 90
    }
    
    .catalog__search .ant-input {
        border-radius: 0;
        border: 0;
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2);
        padding-left: 40px!important;
        font-size: 12px
    }
    
    .catalog__container {
        margin: 15px;
        max-height: auto;
        max-width: auto;
        padding-top: 40px
    }
    
    .catalog__container .ant-tabs-nav {
        position: fixed;
        width: 100%;
        max-width: 480px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%)!important;
        background: #fff;
        z-index: 1;
        border-bottom: 1px solid #ddd;
        padding: 0 15px
    }
    
    .catalog__container .ant-tabs-nav .ant-tabs-tab {
        margin-right: 0;
        width: 50%;
        text-align: center
    }
    
    .catalog__container .ant-tabs-nav .ant-tabs-ink-bar {
        bottom: 0!important
    }
    
    .productCard {
        width: 100%;
        background-color: #fff;
        border: 1px solid #f1f1f1;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 3px
    }
    
    .productCard.thumbnail .slick-arrow,
    .productCard.thumbnail .slick-dots {
        display: none!important
    }
    
    .productCard .productCard__imageSlider {
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px
    }
    
    .productCard .productCard__social {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 15px;
        color: #8c8c8c
    }
    
    .productCard .productCard__information {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #505050;
        font-size: 12px
    }
    
    .productCard .productCard__description {
        margin-bottom: 15px;
        margin-top: 25px
    }
    
    .productCard .productCard__description .productCard__description__name {
        font-size: 16px
    }
    
    .productCard .productCard__description .productCard__description__name.ellipsis {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
    
    .productCard .productCard__description .productCard__description__rate {
        margin-top: 5px;
        font-size: 12px
    }
    
    .productCard .productCard__description .productCard__description__rate li {
        margin-right: 4px
    }
    
    .productCard .productCard__description .productCard__description__label {
        font-size: 12px
    }
    
    .productCard .productCard__description .productCard__description__price {
        margin-top: 10px
    }
    
    .catalog__toolbar__bottom {
        background-color: #f9f9f9;
        width: 100%;
        max-width: 480px;
        height: 55px;
        position: fixed;
        bottom: 0;
        z-index: 90;
        border-top: .5px solid #dcdcdc
    }
    
    .catalog__toolbar__bottom .filter {
        font-size: 15px;
        line-height: 55px
    }
    
    .catalog__toolbar__bottom__icon {
        font-size: 16px;
        padding-right: 5px
    }
    
    .border-right {
        border-right: .5px solid #dcdcdc;
        height: 100%
    }
    
    .saldo__icon__bottom {
        background-color: transparent;
        width: 100%;
        max-width: 480px;
        height: 40px;
        bottom: 0;
        z-index: 1;
        font-size: 12px;
        position: fixed
    }
    
    .tarik__saldo-value {
        font-size: 14px;
        color: #282828;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        padding-bottom: 15px
    }
    
    .tarik__saldo-label {
        font-size: 12px;
        color: #8c8c8c;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px
    }
    
    .form__tarik-saldo {
        padding: 15px;
        background: #fff
    }
    
    .form__rekening-tujuan {
        background: #f0f0f0;
        padding: 10px 15px;
        border-radius: 3px
    }
    
    .ant-btn.btn-block.span.ant-btn-primary {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 400;
        text-align: center;
        letter-spacing: normal;
        line-height: normal;
        color: #fff
    }
    
    .attention__tarik-saldo {
        padding: 0 15px;
        line-height: 18px;
        color: #282828;
        padding-top: 20px
    }
    
    .attention__tarik-saldo,
    .rekening__tujuan {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        font-stretch: normal;
        font-style: normal
    }
    
    .rekening__tujuan {
        padding: 5px 0;
        line-height: normal
    }
    
    .catalog__slider .slick-slide {
        transition: all .5s ease;
        opacity: .8;
        transform: scale(.9)
    }
    
    .catalog__slider .slick-center {
        transition: all .5s ease;
        opacity: 1;
        transform: scale(1)
    }
    
    .slick-slide img {
        border-radius: 3px
    }
    
    .curtain {
        background-color: #fff;
        position: fixed;
        top: 0;
        max-width: 480px;
        width: 100%;
        height: 100%;
        z-index: 91;
        overflow: auto
    }
    
    .curtain::-webkit-scrollbar {
        width: 4px
    }
    
    .curtain::-webkit-scrollbar-button,
    .curtain::-webkit-scrollbar-track-piece {
        background: #eee
    }
    
    .curtain::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }
    
    .curtain .toolbar {
        height: 56px;
        max-width: 480px;
        width: 100%;
        position: fixed;
        top: -1px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 0 5px;
        box-sizing: border-box;
        z-index: 90;
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2)
    }
    
    .curtain .catalog__sort {
        font-size: 14px;
        padding: 70px 15px 15px
    }
    
    .curtain .ant-modal.custom__header-modal.ant-modal-footer {
        border-top: none!important
    }
    
    .curtain .catalog__filter {
        font-size: 14px;
        padding: 70px 15px 15px
    }
    
    .curtain .catalog__filter .catalog__filter__section {
        margin-bottom: 25px
    }
    
    .curtain .catalog__filter .catalog__filter__section .catalog__filter__section__tilte {
        padding: 10px 0
    }
    
    .curtain .catalog__filter .catalog__filter__section .catalog__filter__section__category_button {
        margin-right: 8px;
        margin-bottom: 8px
    }
    
    .curtain .curtain__catalog__search {
        width: inherit
    }
    
    .curtain .curtain__catalog__search .curtain__catalog__search__input {
        padding: 15px 0;
        width: 100%;
        font-size: 14px;
        outline: none;
        border: none
    }
    
    .curtain .curtain__catalog__search .curtain__catalog__search__input:focus {
        outline: none;
        border: none
    }
    
    .curtain .curtain__catalog__search_section {
        padding: 70px 15px 15px
    }
    
    .curtain .catalog__search__result_text {
        padding: 5px 0
    }
    
    .curtain .catalog__search__result_product {
        padding: 15px 0;
        color: #000
    }
    
    .curtain .catalog__search__result_product.brand {
        padding-bottom: 0!important
    }
    
    .curtain .catalog__search__result_product .title_line {
        background: #15b8b2;
        color: #fff;
        line-height: 40px;
        margin: -15px -15px 0;
        padding: 0 15px;
        font-size: 14px;
        position: sticky;
        top: 55px;
        z-index: 2
    }
    
    .curtain .catalog__search__result_product .brand {
        display: flex;
        padding: 10px 0;
        box-sizing: border-box;
        border-top: 0
    }
    
    .curtain .catalog__search__result_product .brand.line {
        border-top: .5px solid #dcdcdc
    }
    
    .curtain .catalog__search__result_product .brand .logo {
        width: 70px
    }
    
    .curtain .catalog__search__result_product .brand .logo .image {
        max-width: 70px;
        max-height: 60px
    }
    
    .curtain .catalog__search__result_product .brand .info {
        padding: 0 15px;
        box-sizing: border-box;
        color: #000
    }
    
    .curtain .catalog__search__result_product .brand .info .name {
        font-weight: 700;
        font-size: 15px
    }
    
    .curtain .catalog__search__result_product__image {
        max-width: 70px;
        max-height: 60px
    }
    
    .imgPromoHome {
        height: 100%
    }
    
    .imgPromo,
    .imgPromoHome {
        object-fit: cover;
        width: 100%
    }
    
    .imgPromo {
        height: 330px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }
    
    .imgPromoProduct {
        width: 90px;
        height: 90px
    }
    
    .flexStart {
        display: flex;
        justify-content: flex-start
    }
    
    .flexBetween {
        display: flex;
        justify-content: space-between
    }
    
    .mgTopPadd {
        margin-top: 15px;
        padding: 15px
    }
    
    .promoCard {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2);
        margin-bottom: 15px;
        border-radius: 3px
    }
    
    .promo__filter {
        font-size: 14px;
        padding: 70px 15px 15px
    }
    
    .promo__filter .promo__filter__section {
        margin: 8px
    }
    
    .promoInfoDay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        display: flex;
        justify-content: center
    }
    
    .promoInfoDayFix {
        padding: 15px;
        text-align: center;
        background-color: #f5f5f5;
        box-shadow: 0 0 6px 0 rgba(40, 40, 40, .2);
        max-width: 480px;
        width: 100%
    }
    
    .e-catalog-list {
        background-color: #15b8b2;
        width: 28px;
        height: 2px
    }
    
    .e-catalog-title {
        margin-bottom: 10px
    }
    
    .e-catalog-grid-one {
        display: flex;
        flex-direction: row;
        margin-right: -15px;
        overflow: auto
    }
    
    .e-catalog-grid-one .box {
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2);
        width: 50%;
        background-color: #fff;
        margin-right: 15px;
        border-radius: 3px
    }
    
    .e-catalog-grid-one .box .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 212px)
    }
    
    .e-catalog-grid-one .box .desc {
        margin-top: 5px;
        margin-bottom: 5px
    }
    
    .e-catalog-grid-one .box .p10 {
        padding: 10px
    }
    
    .e-catalog-grid-one .box img {
        width: 100%;
        height: 212px;
        object-fit: cover;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .e-catalog-grid-one .box button {
        border-color: #ffad00;
        margin: 10px;
        height: 32px;
        margin-top: 0;
        color: #fff;
        font-size: 13px;
        width: calc(100% - 20px)
    }
    
    .e-catalog-grid-one .box button:hover {
        color: #ffad00;
        border-color: #ffad00
    }
    
    .e-catalog-grid-two {
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2);
        width: 100%;
        background-color: #fff;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 3px;
        position: relative
    }
    
    .e-catalog-grid-two img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 3px
    }
    
    .e-catalog-grid-two .grid {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        justify-content: space-between;
        display: flex;
        margin: 10px;
        align-items: center
    }
    
    .e-catalog-grid-two .grid button {
        border-color: #ffad00;
        height: 60px;
        margin-top: 0;
        color: #fff;
        width: 125px;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: unset
    }
    
    .e-catalog-grid-two .grid button:hover {
        color: #ffad00;
        border-color: #ffad00
    }
    
    .e-catalog-grid-two .grid .text {
        color: #fff;
        width: calc(100% - 125px)
    }
    
    .e-catalog-grid-three {
        display: flex;
        flex-direction: row;
        margin-right: -15px;
        overflow: auto
    }
    
    .e-catalog-grid-three .box {
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2);
        width: 150px;
        background-color: #fff;
        margin-right: 15px;
        border-radius: 3px
    }
    
    .e-catalog-grid-three .box .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 200px)
    }
    
    .e-catalog-grid-three .box .desc {
        margin-top: 5px;
        margin-bottom: 5px
    }
    
    .e-catalog-grid-three .box .p10 {
        padding: 10px
    }
    
    .e-catalog-grid-three .box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .e-catalog-grid-three .box button {
        border-color: #ffad00;
        margin: 10px;
        height: 32px;
        margin-top: 0;
        color: #fff;
        padding: 0;
        font-size: 12px;
        width: calc(100% - 20px)
    }
    
    .e-catalog-grid-three .box button:hover {
        color: #ffad00;
        border-color: #ffad00
    }
    
    .productCard__review {
        margin-top: 15px;
        padding: 15px;
        border: .5px solid #dcdcdc;
        border-radius: 3px
    }
    
    .productCard__review .productCard__review__rate {
        margin-top: 5px;
        font-size: 12px
    }
    
    .productCard__review .productCard__review__rate li {
        margin-right: 4px
    }
    
    .productCard__review .productCard__review__text,
    .productCard__review .productCard__review__title {
        margin-top: 10px
    }
    
    .order {
        margin: 0 -15px
    }
    
    .order .order__product {
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2);
        padding: 15px
    }
    
    .order .order__product .order__product__label__price {
        font-size: 10px;
        color: #505050
    }
    
    .order .order__product .productCard__description__label {
        font-size: 12px
    }
    
    .order .order__product .productCard__description__price {
        margin-top: 10px
    }
    
    .order .order__total_price {
        padding: 11px 15px;
        background: #fafafa
    }
    
    .order .order__delivery {
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2)
    }
    
    .order .order__delivery .order__label {
        font-size: 12px
    }
    
    .order__delivery__branch__address,
    .order__delivery__member__address {
        font-size: 12px;
        padding: 15px;
        min-height: 100px;
        background-color: #f0f0f0;
        border-radius: 3px;
        border: 1px solid #dcdcdc
    }
    
    .addToCart__toolbar__bottom {
        width: 100%;
        max-width: 480px;
        position: fixed;
        bottom: 0;
        z-index: 90;
        border-top: 1px solid #ececec
    }
    
    .addToCart__toolbar__bottom .order__total_price {
        width: 100%;
        background: #fff;
        padding-bottom: 25px
    }
    
    .shipping__class {
        border: 1px solid #ccc;
        width: 100%
    }
    
    .shipping__class.ant-radio-button-wrapper {
        border: none!important;
        background: none!important
    }
    
    .radio__button--style.ant-radio-button-wrapper {
        width: 50%
    }
    
    .button__bank {
        width: 100%
    }
    
    .payment__method-button {
        padding: 10px
    }
    
    .rangePicker .ant-calendar.ant-calendar-range {
        width: 100%!important
    }
    
    .radio__custom.ant-radio-button-wrapper {
        width: 120px!important;
        background: #fff!important;
        text-align: center
    }
    
    .history__filter .ant-calendar-picker {
        width: 100%;
        padding-bottom: 10px
    }
    
    .datePicker .ant-calendar.ant-calendar-range {
        width: 100%!important
    }
    
    .dateRange {
        width: 100%
    }
    
    .icon__pictures-profil {
        margin-right: 15px;
        height: 30px;
        width: 30px
    }
    
    .picture__profil,
    .picture__profil div {
        transform-origin: 50% 50%;
        overflow: hidden;
        width: 30px;
        height: 30px
    }
    
    .picture__profil {
        border-radius: 5px 25px 25px 5px
    }
    
    .picture__profil .icon__profil {
        width: 355px;
        height: 355px;
        transform: rotate(-45deg) translateY(-74px)
    }
    
    .picture__profil .icon__profil img {
        width: 100%;
        height: auto
    }
    
    .fb-group {
        max-width: 500px
    }
    
    .fb-group,
    .wrap {
        overflow: hidden;
        position: relative
    }
    
    .wrap {
        width: 42px;
        margin: 0 auto;
        background-color: #fff;
        margin-right: 10px;
        background-position: 50%;
        background-size: cover
    }
    
    .wrap img {
        width: 42px;
        height: 42px;
        display: block
    }
    
    .wrap:after,
    .wrap:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        background-color: inherit;
        padding-bottom: 9%
    }
    
    .wrap:before {
        right: 65%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(18deg)
    }
    
    .wrap:after {
        left: 36%;
        -ms-transform-origin: 0 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: skewX(-45deg);
        -webkit-transform: skewX(-45deg);
        transform: skewX(-56deg)
    }
    
    .fb-group iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }
    
    .filter__botom {
        background: #ffad00;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        color: #fff;
        margin-bottom: 15px;
        bottom: 0;
        position: absolute;
        right: 15px
    }
    
    .label__point-sum {
        text-align: center;
        width: 100%
    }
    
    .methode__renew {
        padding: 10px 0
    }
    
    .s_and_k.ant-alert-info {
        padding: 10px 10px 10px 64px!important
    }
    
    .s_and_k.ant-alert-info .sk {
        cursor: pointer;
        text-decoration: underline;
        font-style: italic
    }
    
    .akun__profil-top {
        background: #fafafa;
        padding: 20px 15px;
        line-height: 16px;
        font-size: 12px;
        letter-spacing: 0;
        text-align: justify;
        border: 1px solid #f0f0f0
    }
    
    .label__top-facebook {
        text-align: center;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: normal;
        padding: 0 15px;
        color: #282828
    }
    
    .title__bank {
        font-size: 13px;
        color: #555;
        font-weight: 400
    }
    
    .akun__profil-page {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px
    }
    
    .badge__icon {
        padding: 0 11px
    }
    
    .dashboard {
        padding: 10px
    }
    
    .profile__icon-user-set {
        width: 50px;
        height: 50px;
        border: 1px solid #ddd;
        border-radius: 50%;
        padding: 14px;
        background: #333333b3 b3
    }
    
    .container__no__image {
        width: 60px;
        height: 60px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        margin-top: 6px
    }
    
    .upload__image-selfi {
        width: 100%;
        min-height: 125px;
        background: #ccc;
        overflow: hidden
    }
    
    .container__no__image img {
        width: 100%;
        border-radius: 100%;
        height: 60px;
        overflow: hidden
    }
    
    .profile__first-name {
        padding-top: 15px
    }
    
    .profile__first-name span {
        color: #b4b4b4;
        font-size: 12px
    }
    
    .profile__first-name span,
    .profile__value_alamat {
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .profile__value_alamat {
        font-size: 14px;
        color: #282828
    }
    
    .profile__label {
        font-size: 12px;
        padding-bottom: 10px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #b4b4b4
    }
    
    .title__pengiriman {
        font-weight: bolder;
        font-size: 14px;
        letter-spacing: 0;
        color: #282828;
        padding-bottom: 15px
    }
    
    .nama__warung-class {
        letter-spacing: 0;
        height: 14px;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #282828;
        color: var(--black)
    }
    
    .Line {
        width: 100%;
        height: 2px;
        border: 1px solid #f0f0f0
    }
    
    .data__profile-user {
        padding: 24px 0
    }
    
    .container-photo-detail {
        margin-left: 0!important;
        margin-right: 0!important
    }
    
    .profile__icon-user-set {
        font-size: 20px;
        color: #fff
    }
    
    .loading--state {
        background: rgba(0, 0, 0, .05)
    }
    
    .loading---state,
    .loading--state {
        text-align: center;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 30px 50px;
        margin: 20px 0
    }
    
    .profile__akun-view {
        background-color: rgba(245, 130, 31, .15);
        height: 60px;
        padding: 11px
    }
    
    .ant-btn.btn-block.custom.ant-btn-primary.ant-btn>.anticon+span,
    .ant-btn>span+.anticon {
        margin-left: 0!important
    }
    
    .profile__name {
        font-weight: bolder
    }
    
    .profile__name span {
        padding: 12px
    }
    
    .circle-dot {
        height: 30px;
        width: 30px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        margin: 5px
    }
    
    .label__user {
        color: #ccc
    }
    
    .level__user {
        font-weight: 700!important
    }
    
    .point__user {
        color: #ccc
    }
    
    .circle-dot-small {
        margin: 12px
    }
    
    .circle-dot-medium,
    .circle-dot-small {
        height: 30px;
        width: 30px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle
    }
    
    .circle-dot-medium {
        margin: 18px
    }
    
    .custom__header-modal.ant-modal-title {
        color: #16b8b2!important;
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .list__saldo-member-active {
        padding-left: 15px;
        border-bottom: 1px solid a8;
        padding-bottom: 20px
    }
    
    .describe__content-ajak-teman {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 60px;
        color: #282828
    }
    
    .referal__code-view {
        height: 55px
    }
    
    .notes__point-referal {
        font-weight: 500
    }
    
    .notes__point-referal,
    .referal__code-notes p {
        font-size: 12px;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #282828
    }
    
    .referal__code-notes p {
        font-weight: 400
    }
    
    .ant-input.referal__code-view {
        font-size: 16px;
        font-weight: 700;
        color: #282828
    }
    
    .ant-input.referal__code-view,
    .myCode__referal-title {
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center
    }
    
    .myCode__referal-title {
        font-size: 12px;
        padding-bottom: 15px;
        font-weight: 500
    }
    
    .describe__headline-ajak-teman {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 21px;
        text-align: center;
        letter-spacing: normal;
        padding-bottom: 20px;
        color: #282828;
        padding-top: 20px
    }
    
    .titip__dropship-title {
        font-size: 16px;
        font-weight: bolder;
        padding-bottom: 12px
    }
    
    .title__dropship-title--headline {
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 2px
    }
    
    .titip__dropship-title--desc {
        font-size: 12px;
        color: #282828;
        text-align: justify
    }
    
    .title__search-tds {
        font-size: 12px;
        text-align: justify;
        padding-bottom: 10px;
        padding: 0
    }
    
    .prefixCheck__member.ant-input-affix-wrapper .ant-input-prefix {
        left: 90%
    }
    
    .container__search-tds {
        margin-left: -15px;
        margin-right: -15px;
        background: #fff
    }
    
    .label__saldo {
        font-weight: 700!important
    }
    
    .ant-rate.ant-rate-disabled.list_tds_rate {
        font-size: 10px;
        padding: 0 10px
    }
    
    .heade__shope-name {
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .search__cari--tds {
        margin-left: -15px;
        margin-right: -15px;
        background: #fff
    }
    
    .styleContain {
        font-size: 14px;
        line-height: 1.43
    }
    
    .labelVaucherEvent,
    .styleContain {
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .labelVaucherEvent {
        font-size: 12px;
        line-height: normal
    }
    
    .confirmGetVoucher {
        font-weight: 500;
        line-height: normal;
        color: #fff
    }
    
    .confirmGetVoucher,
    .getVoucherRegister {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
    
    .getVoucherRegister {
        font-weight: 400;
        line-height: 1.43;
        color: #282828
    }
    
    .vaucherEvent {
        font-size: 12px;
        text-align: right;
        color: #00b0b9
    }
    
    .styleTitle,
    .vaucherEvent {
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .styleTitle {
        font-size: 18px;
        color: #282828
    }
    
    .bottom__search--tds,
    .result__search--tds {
        margin-left: -15px;
        margin-right: -15px
    }
    
    .bottom__search--tds {
        background: #fff;
        padding-bottom: 15px
    }
    
    .top__search-tds {
        background: #fafafa
    }
    
    .cek__member-label {
        font-weight: 500;
        line-height: 10
    }
    
    .cek__member-label,
    .list__tds-rate {
        font-size: 12px;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .list__tds-rate {
        padding: 0 10px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.67;
        color: #8c8c8c
    }
    
    .empety__image-listtds img {
        width: 100%;
        border-radius: 100%
    }
    
    .heade__shop-name {
        padding: 0 10px;
        padding-top: 6px;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #282828
    }
    
    .form__review-tds .ant-form-vertical .ant-form-item {
        padding-bottom: 0
    }
    
    .form__review-tds .ant-form-item {
        margin-bottom: 0
    }
    
    .empety__image-listReviewtds img {
        width: 100%
    }
    
    .empety__image-listtds {
        width: 60px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        margin-top: 6px
    }
    
    .empety__image-comment img {
        width: 50px;
        height: 50px;
        border-radius: 100%
    }
    
    .empety__image-comment {
        overflow: hidden;
        vertical-align: middle;
        text-align: left
    }
    
    .profile__menu-penjualan {
        padding-left: 20px;
        color: #282828
    }
    
    .profile__menu {
        padding: 0
    }
    
    legend {
        background-color: #000;
        color: #fff;
        padding: 3px 6px
    }
    
    .address__book {
        width: 100%;
        background: #fff;
        padding: 12px 0;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2)
    }
    
    .container__address-book {
        padding: 15px
    }
    
    .view__level-member {
        margin-left: -15px;
        margin-top: -15px;
        margin-right: -15px;
        padding-bottom: 15px
    }
    
    .view__label-saldo {
        color: #8c8c8c;
        padding-top: 12px;
        font-size: 12px;
        line-height: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400
    }
    
    .view__saldo-member {
        background: #f0f0f0
    }
    
    .view__saldo-member,
    .view__tarik-saldo-member {
        margin-left: -15px;
        margin-top: -15px;
        margin-right: -15px;
        padding-bottom: 15px
    }
    
    .level__member {
        text-align: center;
        color: #ccc
    }
    
    .saldo__page-member {
        color: #fff;
        font-size: 12px
    }
    
    .saldo__page-member-label {
        color: #ccc;
        font-size: 12px
    }
    
    .saldo__member-now {
        font-weight: bolder;
        padding: 15px 25px;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal
    }
    
    .group__Fb-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        padding: 0 21px
    }
    
    .group__Fb-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    
    .fb-column {
        width: 100%;
        margin: 2px 12px 12px 0!important
    }
    
    .fb-page {
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0
    }
    
    .fb-group,
    .fb-group span,
    .fb-group span iframe[style] {
        width: 100%!important;
        overflow: hidden
    }
    
    .fb-group ._65wk,
    .fb-group span ._65wk,
    .fb-group span iframe[style] ._65wk {
        width: auto
    }
    
    .fb-group .uiScaledImageContainer,
    .fb-group span .uiScaledImageContainer,
    .fb-group span iframe[style] .uiScaledImageContainer {
        width: auto!important
    }
    
    .tab__info-saldo .ant-tabs-bar .ant-tabs-nav {
        width: 100%
    }
    
    .tab__info-saldo .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        width: 50%;
        text-align: center;
        font-weight: 500!important;
        margin-right: 0
    }
    
    .tab__info-saldo {
        width: 100%
    }
    
    .label__bank-transfer {
        font-size: 10px;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        font-weight: 400;
        padding-top: 15px;
        color: #ccc
    }
    
    .view__result-search {
        padding: 10px 0
    }
    
    .searchByName--tds {
        padding-bottom: 25px;
        padding: 15px;
        background: #fff
    }
    
    .label__bank-account-name {
        line-height: 22px;
        color: #282828
    }
    
    .label__bank-account-name,
    .list-requirment {
        font-size: 12px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 400
    }
    
    .list-requirment {
        line-height: 21px
    }
    
    .order__id {
        font-weight: bolder;
        font-size: 12px
    }
    
    .ant-collapse>.ant-collapse-item.right-arrow>.ant-collapse-header .arrow {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(90deg);
        font-size: 12px;
        position: absolute;
        display: inline-block;
        line-height: 46px;
        vertical-align: top;
        transition: transform .24s;
        top: 12px;
        left: 92%!important
    }
    
    .total__order {
        font-weight: 400;
        color: #ccc
    }
    
    #Embed {
        display: none
    }
    
    #Embed .u-userLauncherColor:not([disabled]) {
        display: none!important;
        visibility: hidden
    }
    
    .total__order-label {
        font-weight: bolder;
        color: #282828
    }
    
    .level__name-color {
        color: #00b0b9;
        font-weight: bolder
    }
    
    .ant-collapse>.ant-collapse-item.right-arrow>.ant-collapse-header {
        line-height: 22px;
        padding: 12px 0 12px 15px;
        color: rgba(0, 0, 0, .85);
        cursor: pointer;
        position: relative;
        transition: all .3s
    }
    
    .ant-collapse>.ant-collapse-item.right-arrow>.ant-collapse-header[aria-expanded=true] .arrow {
        transform: rotate(-90deg)
    }
    
    .ant-collapse>.ant-collapse-item.right-arrow>.ant-collapse-header .arrow:before {
        content: "\E61F"!important;
        display: block!important;
        font-family: anticon!important
    }
    
    .tds-aktif-non .ant-switch .ant-switch-inner {
        text-align: center
    }
    
    .level__member-sum-total {
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }
    
    .level__member-value {
        color: #fff
    }
    
    .header__level-order {
        width: 100%;
        height: 80px;
        background: #505050;
        padding: 0 15px
    }
    
    .status__member-now {
        padding: 15px;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal
    }
    
    .level__table table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd
    }
    
    .level__table table th {
        font-weight: bolder;
        background: #f2f2f2
    }
    
    .level__table table td,
    .level__table table th {
        text-align: center;
        padding: 8px;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal
    }
    
    .level__table table td {
        font-weight: 400
    }
    
    .level__table table tr:nth-child(2n) {
        background-color: #fff
    }
    
    .header__level-class {
        width: 100%;
        height: 50px;
        background: #505050;
        padding: 0 15px
    }
    
    .Membership__page-container {
        margin-bottom: 15px;
        font-size: 18px;
        width: 100%;
        height: calc(100vh - 56px)
    }
    
    .benefitCard__class {
        padding: 15px
    }
    
    .title__benefit-list {
        color: #282828;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: normal;
        font-style: normal;
        font-stretch: normal;
        padding-top: 15px;
        line-height: 18px;
        padding-bottom: 5px
    }
    
    .swiper-content-slide {
        position: relative
    }
    
    .swiper-content-slide .next {
        right: 0
    }
    
    .swiper-content-slide .next,
    .swiper-content-slide .prev {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28.57143%;
        max-width: 137.14286px;
        z-index: 9;
        cursor: pointer
    }
    
    .swiper-content-slide .prev {
        left: 0
    }
    
    .swiper-content-slide .swiper-container .card {
        font-size: 12px;
        width: 40%;
        max-width: 192px;
        min-height: 300px;
        border-radius: 8px;
        background-color: #fff
    }
    
    .swiper-content-slide .swiper-container .card .image {
        width: 100%;
        border-radius: 8px
    }
    
    .swiper-content-slide .swiper-container .card.swiper-slide-active {
        border: 4px solid #ffad00
    }
    
    .swiper-content-slide .swiper-container .card .info {
        padding: 5px
    }
    
    .swiper-content-slide .swiper-container .card .info .title {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 5px
    }
    
    .swiper-content-slide .swiper-container .card .check {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        color: #ffad00;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 2
    }
    
    .paket-slider {
        background: #fff;
        padding: 30px 0
    }
    
    .paket-slider .header {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 0 15px
    }
    
    .paket-slider .description {
        margin-top: 40px;
        padding: 0 20px;
        line-height: 30px
    }
    
    .paket-slider .button {
        padding: 0 15px;
        margin-top: 50px
    }
    
    .paket-slider .image-container {
        position: relative;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        cursor: pointer
    }
    
    .paket-slider .image-container.active .image {
        border: 4px solid #ffad00
    }
    
    .paket-slider .image-container .image {
        width: 100%;
        border-radius: 8px
    }
    
    .paket-slider .image-container .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 10px);
        height: 50%;
        margin: 6px;
        z-index: 1;
        border-radius: 6px;
        background-image: linear-gradient(180deg, transparent, #000)
    }
    
    .paket-slider .image-container .info {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        z-index: 3
    }
    
    .paket-slider .image-container .info .title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 5px
    }
    
    .paket-slider .image-container .check {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 30px;
        color: #ffad00;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 2
    }
    
    .paket-slider .slick-next,
    .paket-slider .slick-prev {
        z-index: 2;
        border-radius: 50%;
        background: #fff;
        height: 21px
    }
    
    .paket-slider .slick-next.slick-disabled,
    .paket-slider .slick-prev.slick-disabled {
        opacity: 0
    }
    
    .paket-slider .slick-next {
        right: 10px
    }
    
    .paket-slider .slick-prev {
        left: 10px
    }
    
    .paket-slider .slick-next:before,
    .paket-slider .slick-prev:before {
        opacity: 1;
        color: #ffad00
    }
    
    .paket-slider .slick-dots button,
    .paket-slider .slick-dots li {
        width: 30px;
        height: 10px
    }
    
    .paket-slider .slick-dots button:before {
        content: "";
        width: 30px;
        height: 10px;
        background: #ffad00;
        border-radius: 5px
    }
    
    .describe__paket-item {
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        letter-spacing: normal;
        font-style: normal;
        font-stretch: normal;
        padding: 15px 0
    }
    
    .describe__paket-item-price {
        font-weight: bolder;
        padding-bottom: 15px;
        width: 100%
    }
    
    .describe__paket-item-price,
    .title__paket-upgrade {
        font-size: 20px;
        color: #282828;
        letter-spacing: normal;
        font-style: normal;
        font-stretch: normal
    }
    
    .title__paket-upgrade {
        font-weight: 700;
        line-height: 1.2;
        text-align: center
    }
    
    .describe__benefit-list {
        font-size: 14px;
        padding-bottom: 15px
    }
    
    .describe__benefit-list,
    .title__why-reseller {
        color: #282828;
        font-weight: 400;
        letter-spacing: normal;
        font-style: normal;
        font-stretch: normal
    }
    
    .title__why-reseller {
        position: relative;
        margin: 15px 25px;
        font-size: 15px;
        line-height: normal;
        text-align: center
    }
    
    .title__why-reseller:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        height: 5px;
        width: 100px;
        background: #17b8b2
    }
    
    .svg__upgrade-reseller {
        width: 60px;
        height: 60px
    }
    
    .container-payment-confirmation .image-upload {
        display: flex;
        position: relative;
        width: 104px
    }
    
    .container-payment-confirmation .image-upload .list {
        position: relative;
        margin-right: 10px
    }
    
    .container-payment-confirmation .image-upload .list .img {
        width: 104px;
        height: 104px;
        border: 1px dashed #d9d9d9
    }
    
    .container-payment-confirmation .image-upload .list .remove {
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -7px;
        right: -7px
    }
    
    .container-payment-confirmation .image-upload input {
        display: none
    }
    
    .container-payment-confirmation .image-upload .div-progress {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .container-payment-confirmation .image-upload label {
        border: 1px dashed #d9d9d9;
        width: 104px;
        height: 104px;
        border-radius: 3px;
        background-color: #fafafa;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }
    
    .campaign__upgrade-member {
        padding: 0 10px;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #fff
    }
    
    .campaign__upgrade-member .caption {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: calc(100vh - 56px);
        font-size: 30px
    }
    
    .campaign__upgrade-member .caption p {
        font-size: 15px;
        font-weight: 400;
        margin-top: 25px
    }
    
    .campaign__upgrade-member .caption .button {
        font-size: 15px;
        max-width: 200px;
        width: 100%;
        line-height: 40px;
        font-weight: 700;
        color: #20aba6;
        background: #fff;
        border-radius: 20px;
        margin-top: 30px
    }
    
    .campaign__upgrade-member_beranda {
        padding: 0 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        color: #fff
    }
    
    .buku__alamat-add,
    .campaign__upgrade-member_beranda {
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .buku__alamat-add {
        padding: 15px;
        color: #282828;
        font-size: 14px;
        font-weight: 500
    }
    
    .text__describ-addressBook {
        font-size: 14px;
        color: #282828;
        line-height: 1.4;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        padding-top: 10px;
        line-height: 25px;
        padding-bottom: 20px
    }
    
    .thumbnail__banner-articles {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 3px
    }
    
    .list__articles-class {
        padding-bottom: 15px;
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2)
    }
    
    .heading__faq-page {
        font-size: 20px;
        font-weight: 700;
        color: #f5821f;
        padding: 20px 15px
    }
    
    .heading__faq-page,
    .tgl__banner-article {
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }
    
    .tgl__banner-article {
        font-size: 12px;
        font-weight: 400;
        color: #8c8c8c;
        padding-bottom: 38px
    }
    
    .ddc__menuButon .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
        text-align: center;
        font-weight: 500!important
    }
    
    .ant-tabs-tab-next,
    .ddc__menuButon.ant-tabs-tab-prev {
        display: none
    }
    
    .ddc__menuButon.ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
        padding-left: 0!important;
        padding-right: 0!important
    }
    
    .title__banner-article {
        font-size: 18px;
        padding: 15px 0;
        line-height: 20px
    }
    
    .shareComment,
    .title__banner-article {
        color: #282828;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .shareComment {
        font-size: 14px;
        line-height: normal;
        text-align: right
    }
    
    .icon__profil-comment {
        width: 50px;
        height: 50px;
        background: #e61e3c;
        border-radius: 50%
    }
    
    .icon--share-comment-article {
        width: 17px;
        height: 17px;
        overflow: hidden
    }
    
    .countComment {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0
    }
    
    .countComment,
    .label__comment-article {
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .label__comment-article {
        padding-bottom: 10px;
        padding: 0 15px;
        font-size: 12px;
        font-weight: 400
    }
    
    .facebook__comment-plugin {
        font-size: 10px;
        padding-top: 18px;
        padding-bottom: 19px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3b5998
    }
    
    .lineDivider {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        border: .5px solid #dcdcdc
    }
    
    .related__article-list {
        font-size: 14px;
        line-height: normal;
        padding-top: 30px;
        padding-bottom: 15px
    }
    
    .list__article-card,
    .related__article-list {
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .list__article-card {
        font-size: 12px;
        line-height: 1.43;
        padding: 8px 0;
        overflow: hidden;
        height: 50px
    }
    
    .comment__detail-article {
        width: 100%;
        background-color: #fff;
        background-color: var(--white-two);
        padding: 0 15px
    }
    
    .describe__detail-article {
        font-size: 14px;
        padding-bottom: 15px;
        line-height: 1.43;
        color: #282828
    }
    
    .describe__detail-article,
    .tgl__detail-article {
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }
    
    .tgl__detail-article {
        font-size: 12px;
        line-height: normal;
        color: #8c8c8c;
        padding-bottom: 30px
    }
    
    .list__article-divider {
        padding: 0 15px
    }
    
    .list__article-divider .ps--focus>.ps__rail-x,
    .list__article-divider .ps--focus>.ps__rail-y,
    .list__article-divider .ps--scrolling-x>.ps__rail-x,
    .list__article-divider .ps--scrolling-y>.ps__rail-y,
    .list__article-divider .ps:hover>.ps__rail-x,
    .list__article-divider .ps:hover>.ps__rail-y {
        opacity: 0!important;
        opacity: 0
    }
    
    .list__article-divider .ps__thumb-x {
        opacity: 0
    }
    
    .label__main-address {
        padding: 2px 10px;
        background: #55555526 26;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        font-size: 10px;
        margin-top: 9px;
        color: #ffad00;
        border-radius: 3px;
        background-color: rgba(245, 130, 31, .05);
        border: .5px solid #f5821f
    }
    
    .btn-get-shipping {
        overflow: hidden
    }
    
    .productCardMini__rate {
        font-size: 10px
    }
    
    .productCardMini__rate li {
        margin-right: 4px
    }
    
    .payment__method .ant-collapse {
        background-color: #fff!important
    }
    
    .payment__method .ant-collapse .ant-collapse-item {
        border-bottom: 0 solid #d9d9d9!important
    }
    
    .payment__method .ant-collapse .ant-collapse-item-active {
        background-color: #f0f0f0
    }
    
    .payment__method .ant-collapse .ant-collapse-header {
        font-size: 14px;
        font-weight: 700
    }
    
    .swiped__parallax {
        z-index: 1;
        top: 0;
        text-align: left;
        overflow: hidden;
        will-change: transform;
        margin-left: 95%;
        left: -50px;
        pointer-events: none;
        width: 400%
    }
    
    .swiped__parallax .swiped__parallax:not(:first-child) {
        margin-left: -100px
    }
    
    .svgStyle {
        width: 100px;
        height: 100px;
        opacity: 1;
        will-change: opacity;
        margin-right: 0
    }
    
    .svgStyle img:first-child {
        margin-left: 177px
    }
    
    .swiped__parallax:nth-child(2) {
        z-index: 1;
        top: 0;
        text-align: left;
        overflow: hidden;
        will-change: transform;
        margin-left: 0;
        left: -46px;
        pointer-events: none
    }
    
    .title__swipable {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 10px
    }
    
    .swiped__paralax:not(:first-child) {
        margin-left: -100px
    }
    
    .swiped__paralax-img {
        width: 100px;
        height: 100px;
        will-change: opacity;
        margin-right: 12.5%
    }
    
    .ant-collapse>.ant-collapse-item.etika__reseller-collapse>.ant-collapse-header {
        line-height: 22px;
        color: rgba(0, 0, 0, .85);
        cursor: pointer;
        position: relative;
        transition: all .3s;
        min-height: 70px;
        padding-left: 10px
    }
    
    .ant-collapse>.ant-collapse-item.etika__reseller-collapse>.ant-collapse-header .ant-collapse>.ant-collapse-item {
        border: none!important
    }
    
    .ant-collapse-item.etika__reseller-collapse {
        border: none;
        padding: 0 15px;
        border-bottom: .1rem solid #8b8b8b;
        margin: 0 15px
    }
    
    .ant-collapse>.ant-collapse-item.etika__reseller-collapse>.ant-collapse-header .arrow {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(0);
        font-size: 12px;
        position: absolute;
        display: inline-block;
        line-height: 46px;
        vertical-align: top;
        transition: transform .24s;
        top: 12px;
        left: 96%!important
    }
    
    .etika__collapse-color {
        color: #282828;
        font-weight: bolder
    }
    
    .etika__collapse-color.etika {
        padding-right: 25px
    }
    
    .faq__reseller-collapse ul li {
        line-height: 20px;
        letter-spacing: normal
    }
    
    .ant-collapse>.ant-collapse-item.faq__reseller-collapse>.ant-collapse-header {
        line-height: 22px;
        color: rgba(0, 0, 0, .85);
        cursor: pointer;
        position: relative;
        transition: all .3s;
        padding-right: 40px!important;
        padding: 19px 15px;
        border: none
    }
    
    .ant-collapse>.ant-collapse-item.faq__reseller-collapse>.ant-collapse-header .arrow {
        font-style: normal;
        vertical-align: baseline;
        text-align: center;
        text-transform: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        position: absolute;
        display: inline-block;
        line-height: 46px;
        vertical-align: top;
        transition: transform .24s;
        top: 6px;
        left: 92%!important
    }
    
    .faq__reseller-collapse .ant-collapse-content {
        border-top: none
    }
    
    .view__faq-reseller {
        padding: 0 15px;
        background: #fff
    }
    
    .view__faq-reseller ul li {
        line-height: 20px;
        letter-spacing: normal
    }
    
    .view__faq-reseller .ant-collapse-content>.ant-collapse-content-box {
        padding: 15px 0
    }
    
    .view__faq-reseller .ant-collapse {
        border: none!important
    }
    
    .view__faq-reseller .ant-collapse>.ant-collapse-item {
        border-bottom: 1px solid #f0f0f0;
        background: #fff
    }
    
    .view__faq-reseller .ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded=true] .arrow {
        transform: rotate(90deg)
    }
    
    .collapse__etika-resellers .ant-collapse-content {
        overflow: hidden;
        color: #282828;
        background-color: #fafafa;
        border: none;
        margin-left: -15px;
        margin-right: -15px
    }
    
    .collapse__etika-resellers ul li {
        line-height: 20px;
        letter-spacing: normal
    }
    
    .collapse__etika-resellers .ant-collapse {
        border: none!important
    }
    
    .collapse__etika-resellers .ant-collapse-content>.ant-collapse-content-box {
        padding: 15px 0
    }
    
    .collapse__etika-resellers .ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded=true] .arrow {
        transform: rotate(90deg)
    }
    
    .faq__collapse .ant-collapse-header {
        color: #282828;
        font-weight: bolder
    }
    
    .d-none {
        display: none!important
    }
    
    #reason {
        width: 93%;
        height: 280px
    }
    
    #review {
        width: 93%;
        height: 200px
    }
    
    .button-review {
        display: flex;
        justify-content: space-between
    }
    
    .button-review button {
        width: 220px!important
    }
    
    .containerarea {
        display: flex;
        justify-content: center;
        position: relative;
        top: 15px
    }
    
    #horizontalline {
        opacity: .4;
        position: relative
    }
    
    .view-container {
        height: 74px
    }
    
    .text-container,
    .view-container {
        display: flex;
        justify-content: center;
        position: relative
    }
    
    .oval {
        width: 60px;
        height: 60px;
        border-style: none;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px
    }
    
    .wrap__review-tds:after,
    .wrap__review-tds:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        background-color: inherit;
        padding-bottom: 9%
    }
    
    .wrap__review-tds:before {
        right: 65%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(18deg)
    }
    
    .wrap__review-tds {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        background-color: #fff;
        margin-right: 10px
    }
    
    .review__tds-picture,
    .wrap__review-tds {
        width: 60px;
        background-position: 50%;
        background-size: cover
    }
    
    .review__tds-picture {
        height: 60px;
        background-repeat: no-repeat;
        border-radius: 3px;
        border-radius: 20% 60% 65% 20%
    }
    
    .label__member-reviewtds {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.67;
        color: #8c8c8c
    }
    
    .member__name-reviewtds {
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #282828
    }
    
    .reviewcontainer {
        width: 360px;
        height: 640px;
        background-color: #fafafa;
        z-index: 100
    }
    
    .empety__image-listReviewtds {
        width: 40px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        margin-top: 6px
    }
    
    .margin-left-review {
        margin-left: -15px!important
    }
    
    .footer-adjustment {
        z-index: 200
    }
    
    #logoDusdusan {
        width: auto!important;
        max-height: 28px
    }
    
    .FormVisible .ant-form-explain {
        visibility: hidden
    }
    
    #invoiceBlankPage {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9000;
        height: 100%;
        background-color: grey;
        overflow-x: auto!important
    }
    
    #containerInvoice {
        position: relative;
        display: flex;
        justify-content: center;
        z-index: 10000
    }
    
    .contAdjustment {
        background-color: #fff;
        display: flex;
        border-style: ridge
    }
    
    .report-page {
        min-width: 595px
    }
    
    .TableContainer {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem
    }
    
    .TableContainer td,
    .TableContainer th {
        padding: 0;
        vertical-align: top;
        border-top: 1px solid #eceeef
    }
    
    .TableContainer thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef
    }
    
    .TableContainer tbody+tbody {
        border-top: 2px solid #eceeef
    }
    
    .TableContainer .TableContainer {
        background-color: #fff
    }
    
    #containerHeader {
        display: inline-flex;
        justify-content: space-between;
        width: 100%
    }
    
    #containerHeader .divContainerHeader {
        width: 50%
    }
    
    .inventory__btn--decrease {
        background: #ffad00;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center
    }
    
    .reason__decrease-stock {
        font-size: 10px;
        color: #d0021b;
        padding-top: 20px
    }
    
    .TotalAdjustment {
        display: flex;
        justify-content: space-between;
        text-align: right
    }
    
    .beri__rating-tds {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .ColAdjustment {
        width: 4em!important
    }
    
    .LandPageKatalog {
        display: flex;
        justify-content: flex-start
    }
    
    .Count__down-trial {
        width: 100%;
        height: 100px
    }
    
    .MediaImageAdjustment {
        height: 100px!important;
        margin: 0 2px
    }
    
    .MediaRegister {
        display: flex;
        width: 100%;
        flex-wrap: wrap
    }
    
    .MediaImageAdjustmentRegister {
        width: 20%;
        float: left;
        object-fit: contain
    }
    
    .imageBannerAdjustment {
        max-width: 450px!important;
        width: 100%;
        height: 100%;
        max-height: 450px!important
    }
    
    .kurangi__stock-produk {
        font-size: 12px;
        border-radius: 3px;
        color: #fff;
        background-color: #ffad00
    }
    
    .stockAdjusment__search {
        position: fixed;
        top: 60px;
        z-index: 90
    }
    
    .PaymentHowTo {
        height: 16px;
        font-size: 15px;
        font-weight: 700;
        margin-left: 17px;
        margin-top: -8px;
        padding-top: 25px;
        padding-bottom: 45px
    }
    
    .FontWeightHeader .ant-collapse-header {
        font-weight: bolder
    }
    
    .footer_helper-class {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .ContainerNotFoundProduct {
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .informasi__stock-barang {
        width: 100%;
        background-color: rgba(245, 130, 31, .5);
        border: 1px solid #ffad00
    }
    
    .info__stock {
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #282828
    }
    
    .stock__label {
        text-align: center;
        padding: 5px 0
    }
    
    .gudang__label {
        text-align: left;
        border-right: 1px solid #ffad00;
        padding: 5px 0
    }
    
    .Rectangle {
        width: 100%;
        height: 83px;
        background-color: rgba(245, 130, 31, .05);
        display: flex;
        justify-content: flex-start;
        border: 1px solid #ffad00
    }
    
    .VoucherTitle {
        width: 71px;
        height: 12px;
        color: #ffad00;
        margin: 15px;
        font-weight: 400
    }
    
    .promo__banner-section {
        position: absolute;
        left: 0;
        text-align: center;
        top: 4px;
        padding: 0 6px;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }
    
    .bg__menu-event {
        background: #00b0b9;
        width: 100%;
        height: 200px;
        padding: 10px 0
    }
    
    .banner__event-challange {
        width: 100%;
        max-height: 200px;
        margin: 3px 0
    }
    
    .Vlog-Challenge-Goy {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #282828;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        cursor: pointer
    }
    
    .Vlog-Challenge-Goy:hover {
        overflow: visible;
        white-space: normal;
        height: auto
    }
    
    .reward__challange {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        padding-bottom: 15px;
        line-height: normal;
        letter-spacing: normal;
        color: #8c8c8c
    }
    
    .reward__challange-poin {
        font-weight: 700;
        color: #f5a623
    }
    
    .event__picture {
        width: "100%";
        height: "80px";
        background-size: "cover";
        background-position-y: "no-repeat";
        border-radius: "3px";
        background-position: "center center";
        transform: scale(1);
        transition: transform .5s ease
    }
    
    .event__picture:hover {
        transform: scale(1.1)
    }
    
    .event__date {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center
    }
    
    .event__date .date {
        font-size: 30px;
        line-height: 65px;
        min-width: 70px;
        font-weight: 500;
        color: #fff;
        border-radius: 3px;
        background: #ffad00;
        border: .5px solid #f5821f
    }
    
    .event__icon {
        display: inline-block;
        width: 20px;
        color: #969696
    }
    
    .ribbon {
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 45px;
        right: 0;
        min-width: 100px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .14);
        background: #fff;
        font-size: 13px;
        line-height: 30px;
        font-weight: 700;
        padding: 0 10px;
        z-index: 2;
        color: #696969
    }
    
    .right__align {
        text-align: right
    }
    
    .center__align {
        text-align: center
    }
    
    .duration__challenge {
        padding: 2px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: #f5821f;
        border-radius: 3px;
        background-color: rgba(245, 130, 31, .05);
        border: .5px solid #f5821f;
        margin: 0 3px
    }
    
    .TextChallengeDetail {
        font-weight: 800;
        margin-top: 30px;
        margin-bottom: 5px
    }
    
    .MiniOrangeBox {
        width: 71px;
        height: 21px;
        background-color: rgba(245, 130, 31, .05);
        border: 1px solid;
        margin: 10px 3px;
        border-color: #ffad00
    }
    
    .TagOrange {
        width: 50px;
        height: 12px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: normal;
        color: #f4831f
    }
    
    .BoxContainerShadow {
        margin-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0 -1px 4px 0 hsla(0, 4%, 83%, .5);
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px
    }
    
    .ButtonChallengeDownload {
        width: 197px;
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        height: 40px;
        background-color: #00b0b9
    }
    
    .BoxClaimButtonContainer {
        margin-top: 20px;
        padding: 20px;
        box-shadow: 0 -1px 4px 0 hsla(0, 4%, 83%, .5);
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px
    }
    
    .information__klaim {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: .5px;
        color: #282828
    }
    
    #filter__text {
        text-transform: lowercase
    }
    
    .title__task-challenge {
        color: #f5a623;
        font-size: 14px
    }
    
    .popup-register-mentoring {
        max-width: 450px
    }
    
    .popup-register-mentoring .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    
    .popup-register-mentoring .title {
        font-size: 24px;
        color: #000;
        font-weight: 700;
        margin-bottom: 25px;
        white-space: nowrap
    }
    
    .popup-register-mentoring .desc-1 {
        margin-top: 18px;
        margin-bottom: 5px;
        font-size: 15px
    }
    
    .popup-register-mentoring .desc-1 span {
        color: #ffad00;
        font-weight: 700
    }
    
    .popup-register-mentoring .desc-2 {
        font-size: 12px;
        margin-bottom: 18px
    }
    
    .popup-register-mentoring ul {
        padding-inline-start: 15px!important
    }
    
    .popup-register-mentoring .ant-btn {
        border-radius: 2px;
        margin-bottom: 10px
    }
    
    .grid-image-starterkit {
        display: flex;
        flex-direction: row
    }
    
    .grid-image-starterkit img {
        height: 100px;
        width: 100px;
        margin-right: 13px;
        border-radius: 3px
    }
    
    .grid-image-starterkit .grid-detail .title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -5px
    }
    
    .grid-image-starterkit .grid-detail .desc {
        color: #888;
        font-size: 8px;
        max-height: 45px;
        overflow: hidden
    }
    
    .payment-method-drawer .payment-method-wrapper {
        padding: 15px;
        border-bottom: 10px solid #f5f5f5
    }
    
    .payment-method-drawer .payment-method-wrapper .label {
        font-weight: 500;
        margin-bottom: 10px
    }
    
    .payment-method-drawer .payment-method-wrapper .banks,
    .payment-method-drawer .payment-method-wrapper .retail {
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 15px;
        box-sizing: border-box
    }
    
    .payment-method-drawer .payment-method-wrapper .banks::-webkit-scrollbar,
    .payment-method-drawer .payment-method-wrapper .retail::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div,
    .payment-method-drawer .payment-method-wrapper .retail>div {
        display: flex;
        flex-wrap: wrap
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div .card,
    .payment-method-drawer .payment-method-wrapper .retail>div .card {
        margin-right: 10px;
        border-radius: 5px;
        box-shadow: none;
        border: 1px solid #ddd
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div .card:last-child,
    .payment-method-drawer .payment-method-wrapper .retail>div .card:last-child {
        margin-right: 0
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div .card .card-content,
    .payment-method-drawer .payment-method-wrapper .retail>div .card .card-content {
        padding: 5px!important
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div .card .card-content img,
    .payment-method-drawer .payment-method-wrapper .retail>div .card .card-content img {
        height: 20px
    }
    
    .payment-method-drawer .payment-method-wrapper .banks>div .card .card-content .ddc-ui-icon,
    .payment-method-drawer .payment-method-wrapper .retail>div .card .card-content .ddc-ui-icon {
        display: flex
    }
    
    .qr__scan {
        width: 300px;
        height: 300px;
        position: absolute;
        top: calc(50% + 25px);
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #fff
    }
    
    @media (min-width:320px) and (max-width:480px) {
        .qr__scan {
            border: 1px solid #fff
        }
    }
    
    .qr__scan .laser {
        width: 100%;
        background-color: #fff;
        height: 2px;
        position: absolute;
        top: 0;
        z-index: 2;
        box-shadow: 0 0 4px #fff;
        animation: scanning 2s infinite
    }
    
    .qr__scan .diode {
        animation: beam .01s infinite
    }
    
    @keyframes beam {
        50% {
            opacity: 0
        }
    }
    
    @keyframes scanning {
        50% {
            transform: translateY(298px)
        }
    }
    
    .tawk-main-panel {
        width: calc(100% - 20px)!important
    }
    
    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        padding: 10px;
        background: #fff;
        margin-left: 0!important;
        border-top: 1px solid #dcdcdc;
        z-index: 2
    }
    
    .sub-category {
        position: relative
    }
    
    .sub-category .sub-category-filter {
        position: relative;
        line-height: 30px;
        font-weight: 400
    }
    
    .sub-category .sub-category-filter.checked {
        font-weight: 700
    }
    
    .sub-category .sub-category-filter .sub-category-check {
        position: absolute;
        top: 0;
        right: 0
    }
    
    .sub-category .sub-category-all-select {
        position: absolute;
        top: 11px;
        right: 16px;
        z-index: 2
    }
    
    .brand-slide {
        margin-right: 12px;
        cursor: pointer
    }
    
    .brand-slide .image {
        background: #ddd;
        width: 80px;
        height: 80px
    }
    
    .brand-slide .label {
        width: 80px;
        margin: 10px 0;
        font-size: 12px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }
    
    .brand__tabs .ant-tabs-nav-wrap.fixed {
        position: fixed;
        top: 55px;
        left: 50%;
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 100;
        transform: translateX(-50%)
    }
    
    .skeleton-container {
        animation: skeleton_scale 1.2s ease-in-out infinite
    }
    
    .skeleton-container .skeleton {
        display: inline-block;
        overflow: hidden;
        position: relative;
        background: #ccc;
        border-radius: 5px
    }
    
    @keyframes skeleton_scale {
        0% {
            transform: scale(1);
            opacity: 1
        }
        50% {
            transform: scale(1);
            opacity: 0
        }
        to {
            transform: scale(1);
            opacity: 1
        }
    }
    
    @media screen and (max-width:480px) {
        .zopim.upper55 {
            bottom: 55px!important
        }
        .zopim.upper60 {
            bottom: 60px!important
        }
    }
    
    .express-shopping-modal .ant-modal-body {
        padding: 0!important
    }
    
    .express-shopping-modal .ant-modal-close-x {
        font-size: 25px
    }
    
    .express-shopping-modal .body-content {
        padding-top: 50px;
        text-align: center
    }
    
    .express-shopping-modal .image img {
        margin: 0 30px;
        height: 204px
    }
    
    .express-shopping-modal .label {
        margin-bottom: 25px
    }
    
    .express-shopping-modal .label p {
        margin: 0;
        color: #000
    }
    
    .express-shopping-modal .btn-block {
        border-radius: 40px;
        margin: 10px 0;
        font-weight: 700
    }
    
    .express-shopping-modal .btn-block.shopping {
        background: #fff;
        color: #15b8b2
    }
    
    .express-shopping-modal .btn-block.login {
        border-radius: 40px;
        background: transparent;
        border: 1px solid #00b0b9;
        color: #00b0b9
    }
    
    .express-shopping-form .ant-row {
        margin: 20px 0
    }
    
    .express-shopping-form .address-button {
        position: absolute;
        left: 10px;
        top: 30px
    }
    
    .express-shopping-form .address-button-edit {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 80px;
        height: 30px;
        background: #c3c3c3;
        color: #fff
    }
    
    .express-shopping-form-address {
        margin-top: 40px;
        padding: 15px
    }
    
    .express-shopping-form-address .ant-row {
        margin: 20px 0
    }
    
    .home-floating-button {
        position: fixed;
        bottom: 90px;
        min-width: 200px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer
    }
    
    .home-floating-button.show .button {
        opacity: 1;
        transform: scale(1)
    }
    
    .home-floating-button.hide .button {
        opacity: 1;
        transform: translateY(100px)
    }
    
    .home-floating-button .button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0 15px;
        height: 40px;
        background: #ffad00;
        color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        border-radius: 20px;
        opacity: 0;
        transform: scale(0);
        transition: all .3s ease;
        animation: pulse-shadow 1s infinite
    }
    
    .home-floating-button .button .link {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 40px;
        white-space: nowrap
    }
    
    .home-floating-button .button .close {
        position: relative;
        margin-left: 15px;
        font-size: 20px;
        line-height: 40px;
        outline: none
    }
    
    .home-floating-button .button .close:hover {
        font-weight: 700
    }
    
    .home-floating-button .button .close:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -6px;
        height: 20px;
        width: 1px;
        background: #fff
    }
    
    .ant-modal-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh
    }
    
    .ant-modal-wrap .ant-modal {
        top: unset;
        padding-bottom: unset
    }
    
    @keyframes pulse-shadow {
        0% {
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), 0 0 0 #f5821f
        }
        to {
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), 0 0 4px 10px rgba(245, 130, 31, 0)
        }
    }
    
    .message_custom {
        position: absolute;
        width: 100%;
        max-width: 480px;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        background: #ffdede;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
        border: 1px solid red;
        border-left: 0;
        border-right: 0
    }
    
    .message_custom .message_custom_body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        color: red;
        padding: 0 10px
    }
    
    .message_custom .message_custom_body .anticon {
        background: #e84849;
        color: #fff;
        font-weight: 700;
        padding: 5px;
        border-radius: 50%
    }
    
    .pop-up-panel-time-picker-armada .ant-time-picker-panel-input-wrap {
        max-width: none
    }
    
    .pop-up-panel-time-picker-armada .ant-time-picker-panel-select {
        width: 50%
    }
     /*--- Batas Style --- */
    .new-footer {
        padding: 1.75rem;
        padding-bottom: 5rem;
        background-color: #00b0b9
    }
    
    .new-footer .label {
        font-size: 1.125rem;
        font-weight: 500;
        color: #fff
    }
    
    .new-footer .text,
    .new-footer .text a {
        font-size: 1rem!important;
        color: #fff!important
    }
    
    .new-footer .div-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 2.5rem;
        padding-bottom: 1.5rem
    }
    
    .new-footer .div-icon img {
        height: 2.25rem;
        width: 2.25rem;
        margin-right: .5rem;
        margin-left: .5rem;
        cursor: pointer
    }
    
    .new-footer .address {
        padding: 0 10px;
        margin-bottom: 20px
    }
    
    .new-footer .address,
    .new-footer .copyright {
        color: #fff;
        align-items: center;
        text-align: center
    }
    
    .new-footer .copyright {
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: .938rem;
        padding-bottom: 10px
    }
    
    .new-footer .copyright img {
        height: .85rem;
        width: .85rem;
        margin-left: 5px;
        margin-right: 5px
    }
    
    .footer {
        max-width: 480px;
        padding-bottom: 85px;
        background: #00b0b9
    }
    
    .footer .social-media-container {
        background: #ffad00;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
    }
    
    .footer .social-media-container .social-media-list-container {
        padding: 5px
    }
    
    .footer .social-media-container .social-media-list-container div {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 3px
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-list-container div {
            font-size: 14px
        }
    }
    
    .footer .social-media-container .social-media-list-container .footer-ul {
        list-style-type: none;
        padding: 0;
        font-size: 10px;
        font-weight: 500;
        margin-top: 15px
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-list-container .footer-ul {
            margin-top: 5px
        }
    }
    
    .footer .social-media-container .social-media-list-container .footer-ul .footer-li {
        color: #fff;
        display: flex;
        width: 100%;
        margin-bottom: 5px
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-list-container .footer-ul .footer-li {
            margin-bottom: 2px
        }
    }
    
    .footer .social-media-container .social-media-list-container .footer-ul .footer-li a {
        color: #fff;
        text-decoration: none
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-list-container .footer-ul .footer-li a span {
            font-size: 9px
        }
    }
    
    .footer .social-media-container .social-media-list-container .footer-ul .footer-li .social-icon {
        max-width: 28px;
        margin-right: 10px
    }
    
    @media only screen and (max-width:420px) {
        .footer .social-media-container .social-media-list-container .footer-ul .footer-li .social-icon {
            max-width: 22px
        }
    }
    
    @media only screen and (max-width:375px) {
        .footer .social-media-container .social-media-list-container .footer-ul .footer-li .social-icon {
            max-width: 22px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-list-container .footer-ul .footer-li .social-icon {
            max-width: 16px
        }
    }
    
    .footer .social-media-container .social-media-image-container {
        padding: 10px 0;
        display: flex;
        justify-content: flex-end
    }
    
    .footer .social-media-container .social-media-image-container img {
        width: 90px;
        height: 170px;
        margin-right: 10px
    }
    
    @media only screen and (max-width:420px) {
        .footer .social-media-container .social-media-image-container img {
            width: 82px;
            height: 155px
        }
    }
    
    @media only screen and (max-width:375px) {
        .footer .social-media-container .social-media-image-container img {
            width: 72px;
            height: 136px
        }
    }
    
    @media only screen and (max-width:355px) {
        .footer .social-media-container .social-media-image-container img {
            width: 65px;
            height: 122px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .social-media-container .social-media-image-container img {
            width: 57px;
            height: 108px
        }
    }
    
    .footer .help-container {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between
    }
    
    .footer .help-container .image-wrapper {
        display: flex;
        justify-content: center;
        padding-left: 10px
    }
    
    .footer .help-container .image-wrapper img {
        max-width: 180px;
        max-height: 180px;
        padding-top: 10px
    }
    
    @media only screen and (max-width:375px) {
        .footer .help-container .image-wrapper img {
            max-width: 150px;
            max-height: 150px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .help-container .image-wrapper img {
            max-width: 125px;
            max-height: 125px
        }
    }
    
    .footer .help-container .help-content-wrapper {
        font-size: 12px;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 5px;
        font-weight: 500
    }
    
    @media only screen and (max-width:415px) {
        .footer .help-container .help-content-wrapper {
            font-size: 10px
        }
    }
    
    @media only screen and (max-width:375px) {
        .footer .help-container .help-content-wrapper {
            font-size: 10px
        }
    }
    
    @media only screen and (max-width:360px) {
        .footer .help-container .help-content-wrapper {
            font-size: 9px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .help-container .help-content-wrapper {
            font-size: 8px
        }
    }
    
    .footer .help-container .help-content-wrapper .title {
        font-size: 16px;
        font-weight: bolder
    }
    
    @media only screen and (max-width:360px) {
        .footer .help-container .help-content-wrapper .title {
            font-size: 14px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .help-container .help-content-wrapper .title {
            font-size: 14px
        }
    }
    
    .footer .help-container .help-content-wrapper .support-wrapper {
        font-size: 10px;
        margin-top: 10px;
        font-weight: 400
    }
    
    @media only screen and (max-width:320px) {
        .footer .help-container .help-content-wrapper .support-wrapper {
            font-size: 8px
        }
    }
    
    .footer .help-container .help-content-wrapper .support-wrapper a {
        text-decoration: none;
        color: #fff
    }
    
    .footer .copyright {
        font-size: 12px;
        display: flex;
        justify-content: center;
        text-align: center
    }
    
    @media only screen and (max-width:360px) {
        .footer .copyright {
            font-size: 10px
        }
    }
    
    @media only screen and (max-width:320px) {
        .footer .copyright {
            font-size: 10px
        }
    }
     /*--- Batas Style --- */
    .drawer-up {
        position: fixed;
        bottom: 0;
        left: 50%;
        height: 100%;
        width: 100%;
        max-width: 480px;
        transform: translateX(-50%);
        z-index: 99
    }
    
    .drawer-up.maps {
        z-index: 101
    }
    
    .drawer-up .title-wrapper-maps {
        position: sticky;
        top: -15px;
        margin: -15px;
        background: #fff;
        border-bottom: 1px solid #eee;
        z-index: 1
    }
    
    .drawer-up .title-wrapper-maps .div-top {
        display: flex;
        align-items: center;
        height: 55px
    }
    
    .drawer-up .title-wrapper-maps .div-top .close-drawer {
        font-size: 24px;
        margin-left: 10px;
        cursor: pointer
    }
    
    .drawer-up .title-wrapper-maps .div-top .title {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        margin-left: 10px
    }
    
    .drawer-up .title-wrapper-maps .search {
        padding: 10px;
        padding-top: 0
    }
    
    .drawer-up .title-wrapper-maps .search .ant-select {
        width: 100%
    }
    
    .drawer-up .title-wrapper-maps .search .ant-alert-icon {
        top: unset!important
    }
    
    .drawer-up.close .overlay {
        animation: hide .5s ease;
        opacity: 0
    }
    
    .drawer-up.close .container {
        transform: translateY(100%);
        opacity: 0
    }
    
    .drawer-up .overlay {
        top: 0;
        left: 0;
        height: 100%;
        max-height: calc(100vh + 15px);
        background: rgba(0, 0, 0, .5);
        animation: show .5s ease
    }
    
    .drawer-up .container,
    .drawer-up .overlay {
        position: absolute;
        width: 100%;
        outline: none;
        opacity: 1;
        transition: all .5s ease
    }
    
    .drawer-up .container {
        max-height: 100%;
        overflow: auto;
        bottom: 0;
        padding: 15px;
        background: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        transform: translateY(0);
        animation: slide .5s ease;
        z-index: 1;
        scrollbar-width: thin
    }
    
    .drawer-up .container .close {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 5px;
        box-sizing: border-box;
        outline: none;
        cursor: pointer
    }
    
    .drawer-up .container .close .image {
        height: 25px;
        width: 25px
    }
    
    .drawer-up .container .close .image path {
        fill: #a9a9a9
    }
    
    .drawer-up .container::-webkit-scrollbar {
        width: 4px
    }
    
    .drawer-up .container::-webkit-scrollbar-button,
    .drawer-up .container::-webkit-scrollbar-track-piece {
        background: #eee
    }
    
    .drawer-up .container::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }
    
    @keyframes show {
        0% {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes slide {
        0% {
            transform: translateY(100%)
        }
        to {
            transform: translateY(0)
        }
    }
    
    @keyframes hide {
        0% {
            opacity: 1
        }
        to {
            opacity: 0
        }
    }
     /*--- Batas Style --- */
    .event-page-container .tabs {
        position: fixed;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 480px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
        z-index: 2
    }
    
    .event-page-container .tabs .tab {
        flex: 0 0 50%;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        transition: all .3s ease;
        cursor: pointer
    }
    
    .event-page-container .tabs .tab.active {
        color: #fff
    }
    
    .event-page-container .tabs .tab span {
        position: relative;
        z-index: 2
    }
    
    .event-page-container .tabs .selected {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: calc(100% + 1px);
        background: #00b0b9;
        transition: transform .3s ease
    }
    
    .event-page-container .tabs .selected.registered {
        transform: translateX(100%)
    }
    
    .event-page-container .event-list {
        overflow-x: hidden;
        margin: -15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-list .slider {
        width: 200%;
        display: flex;
        transition: transform .3s ease
    }
    
    .event-page-container .event-list .slider.registered {
        transform: translateX(-50%)
    }
    
    .event-page-container .event-list .slider.registered>div:first-child {
        height: calc(100vh - 100px)
    }
    
    .event-page-container .event-list .slider.registered>div:last-child {
        height: 100%
    }
    
    .event-page-container .event-list .slider>div {
        flex: 0 0 50%;
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        overflow: hidden
    }
    
    .event-page-container .event-list .slider>div:last-child {
        height: calc(100vh - 100px)
    }
    
    .event-page-container .event-card-container {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        margin-bottom: 15px;
        border-bottom: 4px solid #f5821e;
        overflow: hidden;
        cursor: pointer;
        animation: show 1s ease
    }
    
    .event-page-container .event-card-container .image-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        border-bottom: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .image-wrapper .image {
        width: 100%;
        border-radius: 10px
    }
    
    .event-page-container .event-card-container .image-wrapper .price {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 15px 0;
        width: 100px;
        background: #ffad00;
        color: #fff;
        font-weight: 700;
        text-align: center;
        z-index: 1
    }
    
    .event-page-container .event-card-container .image-wrapper .price:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        border: 50px solid transparent;
        border-top: 30px solid #ffad00;
        border-bottom: 0;
        border-left: 0
    }
    
    .event-page-container .event-card-container .image-wrapper .price:after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        border: 50px solid transparent;
        border-top: 30px solid #ffad00;
        border-bottom: 0;
        border-right: 0
    }
    
    .event-page-container .event-card-container .image-wrapper .event-ended-overlay,
    .event-page-container .event-card-container .image-wrapper .slot-out-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        user-select: none
    }
    
    .event-page-container .event-card-container .detail {
        display: flex;
        position: relative;
        padding: 10px;
        background: #fff
    }
    
    .event-page-container .event-card-container .detail .big-date {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .event-page-container .event-card-container .detail .big-date .date {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #f5821e;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .event-page-container .event-card-container .detail .big-date .date:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .event-page-container .event-card-container .detail .big-date .date:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .event-page-container .event-card-container .detail .big-date .date .day {
        font-size: 40px;
        font-weight: 500;
        line-height: 40px
    }
    
    .event-page-container .event-card-container .detail .big-date .date .month-year {
        font-size: 12px;
        text-align: center;
        font-weight: 500
    }
    
    .event-page-container .event-card-container .detail .big-date .slot {
        color: #9f9f9f;
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        border-radius: 10px;
        padding: 5px 0;
        border: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 5px
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon span {
        margin-left: 5px
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .quantity {
        font-weight: 700
    }
    
    .event-page-container .event-card-container .detail .title-wrapper {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-transform: capitalize
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .desc {
        display: flex;
        margin-top: 2px
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .desc .badge {
        display: flex
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .desc .badge .type {
        background: #9f9f9f;
        color: #fff;
        display: inline-block;
        padding: 2px 10px 0;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .desc .badge .check {
        width: 20px;
        height: 20px;
        padding: 5px;
        background: #00b0b9;
        border-radius: 10px;
        margin-left: 4px
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .desc .price {
        margin-left: 4px;
        background-color: #f5821e;
        color: #fff;
        padding: 2px 10px 0;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        margin-top: unset
    }
    
    .event-page-container .event-card-container .detail .address,
    .event-page-container .event-card-container .detail .date,
    .event-page-container .event-card-container .detail .time {
        display: flex;
        color: #9f9f9f;
        margin-top: 4px
    }
    
    .event-page-container .event-card-container .detail .address .icon,
    .event-page-container .event-card-container .detail .date .icon,
    .event-page-container .event-card-container .detail .time .icon {
        display: flex;
        align-items: center;
        flex: 0 0 15px;
        width: 15px;
        height: 18px;
        margin-right: 7px
    }
    
    .event-page-container .event-card-container .detail .address .icon img,
    .event-page-container .event-card-container .detail .date .icon img,
    .event-page-container .event-card-container .detail .time .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-card-container .detail .description {
        color: #9f9f9f;
        max-height: 45px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden
    }
    
    .event-page-container .event-card-container .detail .description .title {
        font-weight: 700;
        margin-top: 5px
    }
    
    .event-page-container .event-empty {
        height: calc(100vh - 125px);
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .event-page-container .event-empty .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        font-weight: 500;
        color: #969696;
        padding: 20px;
        box-sizing: border-box
    }
    
    .event-page-container .event-empty .box .icon {
        height: 50px;
        margin-bottom: 15px;
        opacity: .2
    }
    
    .event-page-container .event-empty .box .reset-button {
        margin-top: 15px;
        font-weight: 500;
        color: #969696
    }
    
    .event-page-container .event-empty .box .login-button {
        width: 150px;
        margin-top: 15px;
        font-weight: 500
    }
    
    .event-page-container .filter {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 55px;
        font-weight: 500;
        padding: 0 15px;
        background: #fff;
        border-top: 1px solid #ddd;
        visibility: hidden;
        z-index: 99
    }
    
    .event-page-container .filter.active .button-wrapper {
        background: #00b0b9
    }
    
    .event-page-container .filter .button-wrapper {
        visibility: visible;
        display: flex;
        align-items: center;
        background: #9f9f9f;
        color: #fff;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer
    }
    
    .event-page-container .filter .button-wrapper.active {
        color: #00b0b9
    }
    
    .event-page-container .filter .button-wrapper .icon {
        height: 15px;
        margin-right: 5px
    }
    
    .event-page-container .drawer-up .container {
        border-radius: 0;
        height: 100vh
    }
    
    .event-page-container .drawer-up .container .filter-container {
        padding: 5px;
        padding-bottom: 65px
    }
    
    .event-page-container .drawer-up .container .filter-container .label {
        font-weight: 500;
        margin: 10px 0
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search {
        position: relative
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search .remove-button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 20px;
        font-weight: 700;
        transform: scale(0);
        opacity: 0;
        transition: all .3s ease
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search .remove-button.show {
        transform: scale(1);
        opacity: 1
    }
    
    .event-page-container .drawer-up .container .filter-container .input {
        width: 100%;
        height: 30px;
        padding: 0 10px
    }
    
    .event-page-container .drawer-up .container .filter-container .reset-button {
        margin-top: 10px;
        font-weight: 500;
        background: #f5f5f5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .event-page-container .filter-close-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 65px;
        background: #fff;
        padding: 15px 5px;
        border-top: 1px solid #ddd;
        transform: translate(-50%, 200%);
        transition: all .5s ease;
        z-index: 999
    }
    
    .event-page-container .filter-close-wrapper.show {
        transform: translate(-50%)
    }
    
    .event-page-container .filter-close-wrapper .close-button,
    .event-page-container .filter-close-wrapper .close-button:active,
    .event-page-container .filter-close-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .event-page-container .filter-close-wrapper .filter-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .event-page-container .skeleton-wrapper {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-bottom: 4px solid #ddd;
        margin-top: 40px;
        overflow: hidden
    }
    
    .event-page-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .event-page-container .skeleton-wrapper .skeleton.image {
        border-radius: 10px;
        width: 100%;
        padding-top: 100%
    }
    
    .event-page-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail {
        display: flex;
        position: relative;
        padding: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #ddd;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .title {
        width: 100%
    }
    
    .event-page-container .loading-wrapper {
        margin-top: -25px
    }
    
    .event-page-container .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 55px;
        height: 30px;
        margin: auto;
        border-radius: 15px;
        padding: 0 10px 8px
    }
    
    .event-page-container .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .event-page-container .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .event-page-container .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .detail-event-container {
        margin: -15px;
        background: #fff;
        animation: show 1s ease
    }
    
    .detail-event-container .image-wrapper {
        position: relative
    }
    
    .detail-event-container .image-wrapper .image {
        width: 100%
    }
    
    .detail-event-container .image-wrapper .event-ended-overlay,
    .detail-event-container .image-wrapper .slot-out-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        user-select: none
    }
    
    .detail-event-container .header {
        display: flex;
        justify-content: space-between;
        padding: 15px
    }
    
    .detail-event-container .header .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px
    }
    
    .detail-event-container .header .badge {
        flex: 0 0 20px;
        width: 20px;
        margin-top: 2px;
        margin-left: 4px
    }
    
    .detail-event-container .header .badge .check {
        width: 20px;
        height: 20px;
        padding: 5px;
        background: #00b0b9;
        border-radius: 10px
    }
    
    .detail-event-container .detail {
        padding: 15px;
        border-top: 1px solid #eee
    }
    
    .detail-event-container .detail table {
        border: none
    }
    
    .detail-event-container .detail table tr td {
        padding: 5px 0;
        vertical-align: top
    }
    
    .detail-event-container .detail table tr td.label {
        width: 80px
    }
    
    .detail-event-container .detail table tr td.separator {
        width: 10px
    }
    
    .detail-event-container .detail table tr td:last-child {
        font-weight: 500
    }
    
    .detail-event-container .detail .description {
        margin-top: 15px
    }
    
    .detail-event-container .detail .info {
        margin-top: 15px;
        padding: 10px;
        border: 1px solid #ffad00;
        border-radius: 15px;
        font-weight: 500;
        border-bottom: 5px solid #ffad00;
        border-left: 5px solid #ffad00;
        background: rgba(245, 130, 31, .05);
        text-align: center
    }
    
    .detail-event-container .detail .info .label {
        text-align: center;
        margin-top: 5px;
        text-transform: uppercase;
        border-top: 1px solid #ffad00;
        padding-top: 5px
    }
    
    .detail-event-container .detail .info .registration-number {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 20px;
        background: #ffad00;
        color: #fff;
        font-weight: 500;
        box-sizing: border-box
    }
    
    .detail-event-container .detail .info .registration-number .number {
        flex-grow: 1;
        text-align: center;
        padding: 0 10px
    }
    
    .detail-event-container .detail .info .registration-number .button {
        position: relative;
        height: 100%;
        border: 0;
        border-left: 2px solid #fff;
        border-radius: 0 20px 20px 0;
        font-size: 12px;
        font-weight: 500
    }
    
    .detail-event-container .detail .info .registration-number .button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: hsla(0, 0%, 100%, .2);
        border: 2px solid #00b0b9;
        border-bottom: 0;
        border-radius: 0 20px
    }
    
    .detail-event-container .detail .info .registration-number .button .icon {
        width: 20px;
        height: 20px;
        margin-right: 4px
    }
    
    .detail-event-container .detail .info .registration-number .button .hidden {
        display: none
    }
    
    .detail-event-container .detail .button-wrapper {
        margin-top: 15px
    }
    
    .detail-event-container .detail .button-wrapper .button {
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-event-container .detail .not-available {
        position: relative;
        color: #9f9f9f;
        font-size: 12px;
        margin: 5px 0 0 10px
    }
    
    .detail-event-container .detail .not-available:before {
        content: "*";
        position: absolute;
        top: 0;
        left: -8px
    }
    
    .detail-event-container .facebook-comment {
        padding: 10px 7px 0;
        border-top: 10px solid #f1f1f1
    }
    
    .detail-event-container .facebook-comment .top-wrapper {
        display: flex;
        justify-content: space-between;
        margin: -7px;
        padding: 10px 15px;
        border-bottom: 1px solid #eee
    }
    
    .detail-event-container .facebook-comment .top-wrapper .label {
        font-weight: 700
    }
    
    .detail-event-container .facebook-comment .top-wrapper .share {
        font-weight: 700;
        cursor: pointer
    }
    
    .detail-event-container .facebook-comment .fb-comments {
        height: 180px;
        margin-top: 15px
    }
    
    .detail-event-container .other-events {
        border-top: 10px solid #f1f1f1;
        background: #00b0b9;
        color: #fff
    }
    
    .detail-event-container .other-events .label {
        padding: 15px 15px 0;
        font-weight: 700
    }
    
    .detail-event-container .other-events .events {
        display: inline-flex;
        padding: 15px;
        margin-bottom: 15px
    }
    
    .detail-event-container .other-events .events .other-event-card {
        width: 150px;
        margin-right: 10px;
        border-radius: 3px;
        cursor: pointer
    }
    
    .detail-event-container .other-events .events .other-event-card:last-child {
        margin-right: 0
    }
    
    .detail-event-container .other-events .events .other-event-card .image-wrapper {
        display: flex;
        align-items: center;
        flex: 0 0 100px;
        background: #f1f1f1;
        width: 150px;
        height: 100px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden
    }
    
    .detail-event-container .other-events .events .other-event-card .image-wrapper .image {
        min-height: 75px;
        background: #eee;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .detail-event-container .other-events .events .other-event-card .detail {
        padding: 10px;
        background: #fff;
        color: #282828;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top: 0
    }
    
    .detail-event-container .other-events .events .other-event-card .detail .title {
        display: flex;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        height: 40px;
        overflow: hidden
    }
    
    .detail-event-container .other-events .events .other-event-card .detail .publish-date {
        color: #ffad00;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px
    }
    
    .detail-event-container .qr-code-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box
    }
    
    .detail-event-container .qr-code-container .image-wrapper {
        width: 100%;
        padding: 40px
    }
    
    .detail-event-container .qr-code-container .image-wrapper .image {
        width: 100%;
        padding-top: 100%
    }
    
    .detail-event-container .qr-code-container .button {
        margin-top: 15px;
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-event-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .detail-event-container .skeleton-wrapper .skeleton.image {
        width: 100%;
        padding-top: 100%
    }
    
    .detail-event-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .detail-event-container .skeleton-wrapper .detail {
        position: relative;
        padding: 15px
    }
    
    .detail-event-container .skeleton-wrapper .detail .title {
        margin-bottom: 35px
    }
    
    .detail-event-container .skeleton-wrapper .detail .table {
        display: flex
    }
    
    .detail-event-container .skeleton-wrapper .detail .table .text {
        margin-right: 10px
    }
    
    .share-modal-event .label {
        line-height: 40px
    }
    
    .share-modal-event .button-wrapper {
        display: flex;
        justify-content: space-between
    }
    
    .share-modal-event .button-wrapper .button {
        width: 100%;
        margin: 0 4px 0 0
    }
    
    .share-modal-event .button-wrapper .button:last-child {
        margin: 0 0 0 4px
    }
    
    .confirmation-whatsapp .ant-confirm-body-wrapper .ant-confirm-btns-yes {
        float: right
    }
    
    .confirmation-whatsapp .ant-confirm-body-wrapper .ant-confirm-btns-yes button {
        margin-left: 5px
    }
    
    .confirmation-whatsapp .ant-confirm-body-wrapper .ant-confirm-btns {
        display: none
    }
     /*--- Batas Style --- */
    .ddc-ui-icon {
        position: relative;
        display: inline-flex;
        user-select: none
    }
    
    .ddc-ui-icon img {
        height: 100%;
        margin: auto
    }
    
    .ddc-ui-icon .icon-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1
    }
     /*--- Batas Style --- */
    .ddc-ui-ripple {
        position: relative;
        height: 100%;
        -webkit-tap-highlight-color: transparent;
        outline: none
    }
    
    .ddc-ui-ripple.clickable {
        cursor: pointer
    }
    
    .ddc-ui-ripple .ripple-area {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1
    }
    
    .ddc-ui-ripple .ripple-area span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: inline-block
    }
    
    .ddc-ui-ripple .ripple-area .ripple-animation {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        animation-name: ripple-animation;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        pointer-events: none
    }
    
    @keyframes ripple-animation {
        0% {
            opacity: .2;
            transform: scale(1)
        }
        80% {
            opacity: 0
        }
        to {
            transform: scale(20)
        }
    }
     /*--- Batas Style --- */
    .ddc-ui-button {
        height: 40px;
        background: #fff;
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
        outline: none;
        box-sizing: border-box;
        font-size: 14px;
        -webkit-tap-highlight-color: transparent;
        transition: all .3s ease;
        cursor: pointer
    }
    
    .ddc-ui-button.primary {
        background: #00b0b9;
        color: #fff;
        border: 1px solid #00b0b9
    }
    
    .ddc-ui-button.primary:not(.disabled):hover {
        background: #37c4bb;
        border-color: #37c4bb
    }
    
    .ddc-ui-button.block {
        display: block
    }
    
    .ddc-ui-button.bold {
        font-weight: 500
    }
    
    .ddc-ui-button.disabled {
        background: #f5f5f5;
        border-color: #d9d9d9
    }
    
    .ddc-ui-button.disabled .text {
        color: rgba(0, 0, 0, .25)
    }
    
    .ddc-ui-button.pulse {
        animation: ddc-button-pulse 1s infinite
    }
    
    .ddc-ui-button .text {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 10px
    }
    
    .ddc-ui-button .text .icon {
        margin: auto 5px
    }
    
    @keyframes ddc-button-pulse {
        0% {
            box-shadow: 0 0 0 #00b0b9
        }
        to {
            box-shadow: 0 0 4px 10px hsla(0, 0%, 60%, 0)
        }
    }
     /*--- Batas Style --- */
    .ddc-ui-card {
        position: relative;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        overflow: hidden
    }
    
    .ddc-ui-card .badge {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px;
        font-weight: 700;
        background: #ffad00;
        color: #fff;
        border-radius: 10px;
        padding: 0 10px
    }
    
    .ddc-ui-card .card-content {
        padding: 10px;
        box-sizing: border-box
    }
     /*--- Batas Style --- */
    .ddc-ui-category {
        position: relative;
        overflow: hidden;
        padding: 10px 0
    }
    
    .ddc-ui-category .top {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 700;
        z-index: 1
    }
    
    .ddc-ui-category .top .button-wrapper {
        opacity: 0
    }
    
    .ddc-ui-category .top .button {
        height: 25px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        border-radius: 12px;
        background: #ffad00;
        color: #fff;
        border: 2px solid #fff
    }
    
    .ddc-ui-category .slider {
        position: relative;
        width: 100%;
        min-height: 155px;
        overflow-x: auto
    }
    
    .ddc-ui-category .slider::-webkit-scrollbar {
        display: none
    }
    
    .ddc-ui-category .slider .product-wrapper {
        display: inline-flex;
        padding-left: 150px
    }
    
    .ddc-ui-category .slider .product-wrapper .product {
        position: relative;
        flex: 0 0 100px;
        width: 100px;
        border-radius: 10px;
        margin-right: 10px;
        background: #fff;
        z-index: 2
    }
    
    .ddc-ui-category .slider .product-wrapper .product .product-image {
        width: 100px;
        height: 100px;
        border-radius: 10px
    }
    
    .ddc-ui-category .slider .product-wrapper .product .detail {
        font-size: 12px;
        padding: 10px;
        max-height: 54px;
        overflow: hidden
    }
    
    .ddc-ui-category .slider .product-wrapper .product .detail .name {
        color: #000;
        font-weight: 500;
        line-height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden
    }
    
    .ddc-ui-category .scrollbar {
        margin: 0 auto;
        padding: 0 3px;
        width: 30px;
        height: 8px;
        border-radius: 3px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, .2);
        overflow: hidden;
        opacity: .5;
        transition: all .3s ease
    }
    
    .ddc-ui-category .scrollbar .wrapper {
        position: relative;
        height: 100%;
        width: 100%
    }
    
    .ddc-ui-category .scrollbar .wrapper .track {
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        background: #fff;
        transform: translateX(-50%)
    }
    
    .ddc-ui-category .image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        color: #fff;
        font-weight: 700;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 150px;
        height: 150px
    }
    
    .ddc-ui-category .image .icon {
        width: 150px;
        padding: 5px;
        box-sizing: border-box
    }
    
    .ddc-ui-category .image .button {
        height: 24px;
        flex: 0 0 24px;
        background: #ffad00;
        color: #fff;
        border: 2px solid #fff;
        font-size: 12px;
        font-weight: 500;
        border-radius: 12px
    }
     /*--- Batas Style --- */
    .ddc-ui-counter {
        display: flex;
        align-items: center
    }
    
    .ddc-ui-counter .counter-button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 25px;
        font-size: 15px;
        font-weight: 700;
        width: 25px;
        height: 25px;
        border: 0;
        border-radius: 50%;
        padding: 0;
        background: #00b0b9;
        color: #fff;
        user-select: none;
        cursor: pointer
    }
    
    .ddc-ui-counter .counter-button.disabled {
        background: #ddd;
        color: #fff;
        cursor: default
    }
    
    .ddc-ui-counter .counter-number {
        margin: 0 5px;
        border: 0;
        border-bottom: 1px solid #00b0b9;
        border-radius: 0;
        text-align: center;
        font-weight: 700;
        box-shadow: none;
        width: 45px;
        height: 25px;
        padding: 0
    }
     /*--- Batas Style --- */
    .ddc-ui-drawer {
        position: fixed;
        width: 100%;
        height: 100%;
        max-width: 480px;
        left: 50%;
        transform: translateX(-50%);
        visibility: hidden;
        z-index: 1000
    }
    
    .ddc-ui-drawer.bottom,
    .ddc-ui-drawer.bottom .container {
        bottom: 0
    }
    
    .ddc-ui-drawer.open {
        visibility: visible
    }
    
    .ddc-ui-drawer.open .overlay {
        opacity: 1
    }
    
    .ddc-ui-drawer.open .container {
        transform: translateY(0)!important;
        opacity: 1!important;
        transition: all .3s ease-out
    }
    
    .ddc-ui-drawer .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: -webkit-fill-available;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        transition: all .2s ease-in;
        cursor: default
    }
    
    .ddc-ui-drawer .overlay.closable {
        cursor: pointer
    }
    
    .ddc-ui-drawer .container {
        position: absolute;
        overflow-y: auto;
        background: #fff;
        width: 100%;
        max-height: -webkit-fill-available;
        transform: translateY(100%);
        transition: all .3s ease;
        z-index: 1;
        cursor: default
    }
    
    .ddc-ui-drawer .container .content {
        background: #fff;
        padding: 0 0 30px;
        box-sizing: border-box;
        height: calc(100vh - 56px)
    }
    
    .ddc-ui-drawer .container .loading {
        text-align: center;
        line-height: 40px;
        font-size: 12px
    }
    
    .ddc-ui-drawer .container .select-option-list {
        margin: 0!important
    }
    
    .ddc-ui-drawer .container.fullscreen {
        top: 0;
        bottom: unset;
        height: 100%;
        height: -webkit-fill-available;
        transform: translateY(20%);
        opacity: 0
    }
    
    .ddc-ui-drawer .container.fullscreen .title-bar {
        border-bottom: 1px solid #eee
    }
    
    .ddc-ui-drawer .container.fullscreen .title-bar:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .2))
    }
    
    .ddc-ui-drawer .container.fullscreen .content {
        padding: 15px 15px 35px;
        box-sizing: border-box
    }
    
    .ddc-ui-drawer .container.fullscreen .content .select-option-list {
        margin: -15px!important
    }
    
    .ddc-ui-drawer .container .search-bar {
        position: sticky;
        top: 56px;
        padding: 10px 15px;
        background: #fff;
        z-index: 1002
    }
    
    .ddc-ui-drawer .container .search-bar input {
        width: 100%;
        border: 0;
        background: #f5f5f5;
        line-height: 40px;
        border-radius: 5px;
        padding: 0 40px
    }
    
    .ddc-ui-drawer .container .search-bar input:focus {
        box-shadow: 0 0 5px 2px #00b0b9
    }
    
    .ddc-ui-drawer .container .search-bar .icon {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        opacity: .5
    }
    
    .ddc-ui-drawer .container .search-bar .clear {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        opacity: .5;
        cursor: pointer
    }
    
    .ddc-ui-drawer .container .title-bar {
        display: flex;
        align-items: center;
        position: sticky;
        top: 0;
        background: #fff;
        height: 56px;
        line-height: 56px;
        padding: 0 15px;
        box-sizing: border-box;
        z-index: 1000
    }
    
    .ddc-ui-drawer .container .title-bar .close {
        margin-left: -15px;
        padding: 15px;
        cursor: pointer
    }
    
    .ddc-ui-drawer .container .title-bar .close .ddc-ui-icon {
        display: flex
    }
    
    .ddc-ui-drawer .container .title-bar .title {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden
    }
    
    .ddc-ui-drawer .container::-webkit-scrollbar {
        width: 4px
    }
    
    @media only screen and (max-width:480px) {
        .ddc-ui-drawer .container::-webkit-scrollbar {
            width: 0
        }
    }
    
    .ddc-ui-drawer .container::-webkit-scrollbar-button,
    .ddc-ui-drawer .container::-webkit-scrollbar-track-piece {
        background: #eee
    }
    
    .ddc-ui-drawer .container::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }
    
    .ddc-ui-drawer-footer {
        position: fixed;
        width: 100%;
        min-height: 55px;
        max-width: 480px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        padding: 10px;
        background: #fff;
        border-top: 1px solid #f1f1f1;
        transition: all .3s ease;
        opacity: 0;
        z-index: 1001
    }
    
    .ddc-ui-drawer-footer.open {
        transform: translate(-50%);
        opacity: 1
    }
    
    .ddc-ui-drawer-footer>div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    
    .ddc-ui-drawer-footer>div>div {
        flex: 0 0 calc(50% - 5px)
    }
    
    .ddc-ui-drawer-footer>div>div:first-child {
        margin-right: 5px
    }
    
    .ddc-ui-drawer-footer>div>div:last-child {
        margin-left: 5px
    }
     /*--- Batas Style --- */
    .ddc-ui-info {
        display: inline-block;
        cursor: pointer
    }
    
    .ddc-ui-info .info-content {
        padding: 0 15px
    }
    
    .ddc-ui-info .info-button {
        text-align: right;
        margin: 10px 0 -25px
    }
    
    .ddc-ui-info .info-button .ok-button {
        height: 30px;
        font-size: 12px;
        font-weight: 500
    }
     /*--- Batas Style --- */
    .ddc-ui-image {
        position: relative
    }
    
    .ddc-ui-image .badge {
        position: absolute;
        top: -6px;
        right: -6px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: red;
        border: 4px solid #fff;
        box-sizing: border-box;
        z-index: 1
    }
     /*--- Batas Style --- */
    .ddc-ui-modal {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 100%;
        transform: translateX(-50%);
        visibility: hidden;
        z-index: 1000
    }
    
    .ddc-ui-modal .modal {
        display: block;
        text-align: center
    }
    
    .ddc-ui-modal .modal .modal-inset {
        position: relative;
        padding: 60px;
        background-color: #fff;
        min-width: 320px;
        min-height: 126px;
        margin: auto;
        visibility: hidden;
        box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
        backface-visibility: hidden;
        transform: translateZ(0);
        transform-style: preserve-3d
    }
    
    .ddc-ui-modal .modal .modal-inset .modal-body {
        margin: auto;
        opacity: 0;
        transform: translateY(0) scale(.8);
        transition-property: opacity, transform;
        transition-duration: .25s;
        transition-delay: .1s
    }
    
    .ddc-ui-modal.open {
        visibility: visible
    }
    
    .ddc-ui-modal.open .modal-inset {
        animation: modalComeIn .25s ease;
        visibility: visible!important
    }
    
    .ddc-ui-modal.open .modal-body {
        opacity: 1!important;
        transform: translateY(0) scale(1)
    }
    
    .ddc-ui-modal.close .modal-inset {
        animation: modalHeadOut .35s ease .1s forwards;
        visibility: visible
    }
    
    .ddc-ui-modal.close .modal-body {
        opacity: 0;
        transition-delay: 0s;
        transition-duration: .35s;
        transition-timing-function: ease;
        transform: translateY(25px)
    }
    
    @keyframes modalComeIn {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: scale(.8)
        }
        65.5% {
            transform: scale(1.03)
        }
        to {
            visibility: visible;
            opacity: 1;
            transform: scale(1)
        }
    }
    
    @keyframes modalHeadOut {
        0% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0) scale(1)
        }
        to {
            visibility: hidden;
            opacity: 0;
            transform: translateY(35px) scale(.97)
        }
    }
     /*--- Batas Style --- */
    .ddc-ui-select {
        margin: 5px 0;
        border-bottom: 1px solid #d9d9d9;
        transition: all .3s ease
    }
    
    .ddc-ui-select:not(.disabled):hover {
        border-color: #b3b3b3!important;
        cursor: pointer
    }
    
    .ddc-ui-select.disabled .select-arrow {
        opacity: .2
    }
    
    .ddc-ui-select.shake {
        animation: shake 1s
    }
    
    .ddc-ui-select .select-label {
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        margin-top: 10px
    }
    
    .ddc-ui-select .select-value {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        padding: 0 5px;
        color: #565656;
        user-select: none
    }
    
    .ddc-ui-select .select-value .value {
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 5px
    }
    
    .ddc-ui-select .select-value .placeholder {
        color: #888
    }
    
    .ddc-ui-select .select-value .placeholder .text-loading {
        animation: text-loading 1s ease infinite
    }
    
    .ddc-ui-select .select-value .placeholder .disabled-badge {
        font-size: 10px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
        background: red;
        color: #fff;
        padding: 0 5px;
        border-radius: 4px;
        margin-left: 4px;
        user-select: none
    }
    
    .ddc-ui-select .select-arrow {
        margin-right: 5px;
        opacity: .5;
        transition: all .3s ease
    }
    
    .ddc-ui-select .select-arrow.rotate {
        transform: rotate(180deg)
    }
    
    .ddc-ui-select .select-option-list {
        margin: -15px
    }
    
    .ddc-ui-group .badge {
        background: #00b0b9;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 0 10px;
        line-height: 24px;
        user-select: none
    }
    
    .ddc-ui-group.highlight {
        padding-top: 5px;
        background: #00b0b9;
        color: #fff
    }
    
    .ddc-ui-group.highlight .badge {
        display: inline-block;
        margin: 0 5px 5px 0;
        background: #109c97;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
    
    .ddc-ui-group.highlight .outstock-badge {
        background: #0c9e99
    }
    
    .ddc-ui-group.highlight .ddc-ui-option {
        font-weight: 700;
        background: #00b0b9;
        border-bottom: 1px solid #16a7a1
    }
    
    .ddc-ui-group.highlight .ddc-ui-option:not(.disabled):hover {
        background: #1ac3bd
    }
    
    .ddc-ui-group.search {
        padding: 0
    }
    
    .ddc-ui-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        border-bottom: 1px solid #eee;
        user-select: none;
        cursor: pointer
    }
    
    .ddc-ui-option:not(.disabled):hover {
        background: #f5f5f5
    }
    
    .ddc-ui-option.disabled {
        cursor: default
    }
    
    .ddc-ui-option.disabled .value {
        opacity: .4
    }
    
    .ddc-ui-option.hidden {
        display: none
    }
    
    .ddc-ui-option .value {
        display: flex;
        align-items: center;
        min-width: 0
    }
    
    .ddc-ui-option .value>div {
        min-width: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
    
    .ddc-ui-option .disabled-badge {
        background: red
    }
    
    .ddc-ui-option .disabled-badge,
    .ddc-ui-option .outstock-badge {
        font-size: 10px;
        font-weight: 500;
        white-space: nowrap;
        color: #fff;
        padding: 0 5px;
        border-radius: 4px;
        margin-left: 4px;
        user-select: none
    }
    
    .ddc-ui-option .outstock-badge {
        background: #b9b9b9
    }
    
    .ddc-ui-option .choose-button {
        height: 25px;
        font-size: 12px;
        width: 60px
    }
    
    .footer-style {
        text-align: center;
        margin-top: 10px;
        color: #f5821f;
        font-size: 14px;
        font-weight: 900
    }
    
    .footer-style.action-style {
        cursor: pointer;
        text-decoration: underline
    }
    
    @keyframes shake {
        0%,
        to {
            transform: translateZ(0)
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            transform: translate3d(-10px, 0, 0)
        }
        20%,
        40%,
        60%,
        80% {
            transform: translate3d(10px, 0, 0)
        }
    }
    
    @keyframes text-loading {
        0% {
            opacity: 1
        }
        50% {
            opacity: .5
        }
        to {
            opacity: 1
        }
    }
    
    .not-found-search {
        text-align: center;
        margin-top: 80px
    }
    
    .not-found-search .text-not-found {
        font-size: 18px;
        margin-top: 50px;
        font-weight: 800
    }
     /*--- Batas Style --- */
    .ddc-ui-switch {
        display: inline-flex;
        align-items: center
    }
    
    .ddc-ui-switch span {
        position: relative;
        width: 34px;
        height: 18px;
        float: left
    }
    
    .ddc-ui-switch span input {
        display: none
    }
    
    .ddc-ui-switch span input:checked+.slider {
        background: #00b0b9;
        animation: ddc-switch-pulse 1s
    }
    
    .ddc-ui-switch span input:checked+.slider:before {
        transform: translateX(16px)
    }
    
    .ddc-ui-switch span input:focus+.slider {
        box-shadow: 0 0 1px #00b0b9
    }
    
    .ddc-ui-switch span .slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border: 0;
        outline: none;
        background-color: #ccc;
        transition: .4s;
        border-radius: 11px;
        cursor: pointer
    }
    
    .ddc-ui-switch span .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        transition: .4s;
        border-radius: 50%
    }
    
    .ddc-ui-switch .switch-label {
        margin: 0 5px;
        font-size: 12px;
        font-weight: 500;
        color: #565656
    }
    
    .ddc-ui-switch .switch-info {
        padding: 0 15px
    }
    
    @keyframes ddc-switch-pulse {
        0% {
            box-shadow: 0 0 0 #00b0b9
        }
        to {
            box-shadow: 0 0 4px 8px hsla(0, 0%, 60%, 0)
        }
    }
     /*--- Batas Style --- */
    .ddc-ui-tabs .tabs-nav {
        position: relative;
        display: flex;
        border-bottom: 1px solid #eee
    }
    
    .ddc-ui-tabs .tabs-nav .tabs-tab {
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        cursor: pointer
    }
    
    .ddc-ui-tabs .tabs-nav .tabs-tab .tab-active {
        font-weight: 500
    }
    
    .ddc-ui-tabs .tabs-nav .tabs-tab .tab-unactive img {
        filter: grayscale(1);
        opacity: .7;
        transition: all .3s ease
    }
    
    .ddc-ui-tabs .tabs-nav .tab-selector {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #00b0b9;
        transition: all .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ddc-ui-tabs .tabs-container {
        margin: 0 -15px;
        overflow: hidden
    }
    
    .ddc-ui-tabs .tabs-container .tabs-content {
        display: flex
    }
    
    .ddc-ui-tab-pane,
    .ddc-ui-tabs .tabs-container .tabs-content {
        width: 100%;
        transition: all .3s cubic-bezier(.645, .045, .355, 1)
    }
    
    .ddc-ui-tab-pane {
        flex-shrink: 0;
        height: 100%;
        padding: 5px 15px
    }
    
    .ddc-ui-tab-pane.unactive {
        height: 0;
        opacity: 0
    }
     /*--- Batas Style --- */
    .choose-payment-btn {
        font-weight: 500
    }
    
    .choose-payment-btn,
    .choose-payment-btn:focus,
    .choose-payment-btn:hover {
        background: #00b0b9;
        color: #fff;
        border: unset
    }
    
    .choose-payment-btn:focus {
        outline: unset
    }
    
    .pulse-payment {
        animation: pulse-shadow 1s infinite
    }
    
    @keyframes pulse-shadow {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .5), 0 0 0 #f5821f
        }
        to {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .5), 0 0 4px 10px rgba(245, 130, 31, 0)
        }
    }
     /*--- Batas Style --- */
    .mentor-status {
        margin: -15px;
        margin-bottom: 0
    }
    
    .mentor-status .ant-btn-orange {
        color: #fff;
        background-color: #feac01;
        border-color: #feac01
    }
    
    .mentor-status .header-status {
        margin: 20px 40px;
        display: flex;
        align-items: center;
        position: relative;
        height: 40px
    }
    
    .mentor-status .header-status .line {
        height: 2px;
        width: 100%;
        background: #cdd1d1
    }
    
    .mentor-status .header-status .line.one {
        background: linear-gradient(90deg, #00b0b9 50%, #cdd1d1 0)
    }
    
    .mentor-status .header-status .line.two {
        background: #00b0b9
    }
    
    .mentor-status .header-status .list-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between
    }
    
    .mentor-status .header-status .list-icon .icon {
        background-color: #fff;
        border: 2px solid #cdd1d1;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .mentor-status .header-status .list-icon .icon.active {
        border: 2px solid #00b0b9;
        box-shadow: 0 0 5px 0 #00b0b9
    }
    
    .mentor-status .bg-img {
        width: 100%;
        object-fit: contain;
        margin: 50px 0
    }
    
    .mentor-status .label {
        font-weight: 700;
        margin: 0 35px;
        margin-top: 35px;
        text-align: center;
        font-size: 20px
    }
    
    .mentor-status .text {
        margin: 0 35px;
        margin-top: 15px;
        text-align: center
    }
    
    .mentor-status .price-omset {
        color: #00b0b9
    }
    
    .mentor-status .card-userpass {
        margin: 15px;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        opacity: 1
    }
    
    .mentor-status .card-userpass .cards {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-between
    }
    
    .mentor-status .card-userpass .cards .cards-title {
        letter-spacing: 0;
        color: #282828;
        opacity: .54;
        font-size: 14px
    }
    
    .mentor-status .card-userpass .cards .cards-text {
        letter-spacing: 0;
        color: #282828;
        opacity: 1;
        font-size: 15px
    }
    
    .mentor-status .card-userpass .cards:nth-child(2) {
        border-top: 1px solid #d8d8d8
    }
    
    .mentor-status .card-userpass .copy {
        cursor: pointer
    }
    
    .mentor-status .review-box {
        margin-top: 35px;
        background-color: #00b0b9;
        padding: 30px;
        color: #fff;
        margin-bottom: -15px
    }
    
    .mentor-status .review-box .title {
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px
    }
    
    .mentor-status .review-box .question {
        margin-bottom: 25px
    }
    
    .mentor-status .review-box .question .star {
        margin-top: 10px;
        display: flex;
        justify-content: space-between
    }
    
    .mentor-status .review-box .question .star .anticon-star {
        cursor: pointer
    }
    
    @media screen and (max-width:480px) {
        .mentor-status .header-status {
            margin: 8vw
        }
        .mentor-status .label {
            font-weight: 700;
            margin: 0 10vw;
            margin-top: 10vw
        }
        .mentor-status .text {
            margin: 0 10vw;
            margin-top: 5vw
        }
    }
     /*--- Batas Style --- */
    .refund-list {
        margin: -15px
    }
    
    .refund-list .ant-tabs-tabpane {
        padding: 15px
    }
    
    .refund-list .ant-tabs-nav-wrap,
    .refund-list .list {
        background-color: #fff
    }
    
    .refund-list .list {
        margin: 10px -15px;
        margin-top: -15px
    }
    
    .refund-list .list .row {
        cursor: pointer;
        padding: 15px;
        border-bottom: 1px solid #fafafa;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    
    .refund-list .list .row .no {
        font-weight: 700;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 15px
    }
    
    .refund-list .list .row .date {
        font-size: 10px
    }
    
    .refund-list .list .row img {
        height: 20px;
        margin-right: 15px
    }
    
    .refund-list .empty {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px
    }
    
    .refund-list .empty img {
        width: 30%;
        height: auto
    }
    
    .refund-submit {
        margin: -15px
    }
    
    .refund-submit .title {
        font-size: 16px;
        padding: 30px 15px;
        text-align: center;
        font-weight: 700
    }
    
    .refund-submit .ant-form {
        padding: 15px
    }
    
    .refund-status {
        margin: -15px;
        margin-bottom: 0
    }
    
    .refund-status .ant-btn-orange {
        color: #fff;
        background-color: #feac01;
        border-color: #feac01
    }
    
    .refund-status .header-status {
        margin: 20px 40px;
        display: flex;
        align-items: center;
        position: relative;
        height: 40px
    }
    
    .refund-status .header-status .line {
        height: 2px;
        width: 100%;
        background: #cdd1d1
    }
    
    .refund-status .header-status .line.one {
        background: linear-gradient(90deg, #00b0b9 50%, #cdd1d1 0)
    }
    
    .refund-status .header-status .line.two {
        background: #00b0b9
    }
    
    .refund-status .header-status .list-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between
    }
    
    .refund-status .header-status .list-icon .icon {
        background-color: #fff;
        border: 2px solid #cdd1d1;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .refund-status .header-status .list-icon .icon.active {
        border: 2px solid #00b0b9;
        box-shadow: 0 0 5px 0 #00b0b9
    }
    
    .refund-status .bg-img {
        width: 100%;
        object-fit: contain;
        margin: 50px 0
    }
    
    .refund-status .label {
        font-weight: 700;
        margin: 0 35px;
        margin-top: 35px;
        text-align: center;
        font-size: 20px
    }
    
    .refund-status .text {
        margin: 0 35px;
        margin-top: 15px;
        text-align: center
    }
    
    .refund-status .price-omset {
        color: #00b0b9
    }
    
    .refund-status .card-userpass {
        margin: 15px;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        opacity: 1
    }
    
    .refund-status .card-userpass .cards {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-between
    }
    
    .refund-status .card-userpass .cards .cards-title {
        letter-spacing: 0;
        color: #282828;
        opacity: .54;
        font-size: 14px
    }
    
    .refund-status .card-userpass .cards .cards-text {
        letter-spacing: 0;
        color: #282828;
        opacity: 1;
        font-size: 15px
    }
    
    .refund-status .card-userpass .cards:nth-child(2) {
        border-top: 1px solid #d8d8d8
    }
    
    .refund-status .card-userpass .copy {
        cursor: pointer
    }
    
    .refund-status .review-box {
        margin-top: 35px;
        background-color: #00b0b9;
        padding: 30px;
        color: #fff;
        margin-bottom: -15px
    }
    
    .refund-status .review-box .title {
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px
    }
    
    .refund-status .review-box .question {
        margin-bottom: 25px
    }
    
    .refund-status .review-box .question .star {
        margin-top: 10px;
        display: flex;
        justify-content: space-between
    }
    
    .refund-status .review-box .question .star .anticon-star {
        cursor: pointer
    }
    
    @media screen and (max-width:480px) {
        .refund-status .header-status {
            margin: 8vw
        }
        .refund-status .label {
            font-weight: 700;
            margin: 0 10vw;
            margin-top: 10vw
        }
        .refund-status .text {
            margin: 0 10vw;
            margin-top: 5vw
        }
    }
     /*--- Batas Style --- */
    .heart-icon {
        font-size: 25px
    }
    
    @media screen and (max-width:330px) {
        .heart-icon {
            font-size: 22px
        }
    }
     /*--- Batas Style --- */
    .toolbar-detail-product {
        position: fixed;
        display: flex;
        align-items: center;
        height: 56px;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        line-height: 56px;
        background: #fff;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
        z-index: 4;
        transform: translate(-50%, -100%);
        transition: all .5s ease;
        transition-delay: .3s
    }
    
    .toolbar-detail-product.show {
        transform: translate(-50%);
        height: 56px
    }
    
    .toolbar-detail-product .back-icon {
        font-size: 24px;
        cursor: pointer
    }
    
    .toolbar-detail-product .title {
        font-weight: 500;
        margin-left: 10px;
        font-size: 16px
    }
    
    .toolbar-detail-product .logo {
        margin: auto
    }
    
    .header-text {
        text-align: center;
        font-size: 28px;
        font-weight: 500
    }
    
    .footer-text {
        margin-top: 45px;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.42
    }
    
    .button-back {
        border-radius: 13.5px;
        background-color: #17b8b2;
        color: #fff;
        width: 133px;
        height: 35px
    }
     /*--- Batas Style --- */
    .searchbar-container {
        position: fixed;
        width: 100%;
        max-width: 480px;
        height: 45px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        background: transparent;
        border-left: 0;
        border-right: 0;
        z-index: 90
    }
    
    .searchbar-container .icon {
        position: absolute;
        z-index: 1;
        top: 45%;
        transform: translateY(-50%);
        left: 25px;
        color: #bfbfbf;
        font-size: 18px;
        z-index: 3
    }
    
    .searchbar-container .icon.catalog {
        top: -28px;
        left: 60px
    }
    
    .searchbar-container .searchbar-wrapper {
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: relative
    }
    
    .searchbar-container .searchbar-wrapper.active .input-search {
        margin: 0;
        height: 100%;
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }
    
    .searchbar-container .searchbar-wrapper.active .input-search:active,
    .searchbar-container .searchbar-wrapper.active .input-search:focus,
    .searchbar-container .searchbar-wrapper.active .input-search:hover {
        border-left: 0!important;
        border-right: 0!important
    }
    
    .searchbar-container .searchbar-wrapper .input-search {
        margin: 0 4px;
        height: 35px;
        font-size: 14px;
        box-shadow: none;
        padding: 0 10px 0 40px;
        border-radius: 3px;
        width: 95%;
        transition: all .5s ease
    }
    
    .searchbar-container .searchbar-wrapper .input-search:active,
    .searchbar-container .searchbar-wrapper .input-search:focus,
    .searchbar-container .searchbar-wrapper .input-search:hover {
        border: 1px solid #d9d9d9!important
    }
    
    .searchbar-container .searchbar-wrapper .button-wrapper {
        position: absolute;
        right: 8px;
        display: flex;
        align-items: center;
        height: 100%;
        visibility: hidden
    }
    
    .searchbar-container .searchbar-wrapper .button-wrapper.show {
        visibility: visible
    }
    
    .searchbar-container .searchbar-wrapper .button-wrapper.show .button {
        opacity: 1;
        transform: scale(1);
        margin-right: 10px
    }
    
    .searchbar-container .searchbar-wrapper .button-wrapper .button {
        height: 27px;
        min-width: 80px;
        border-radius: 15px;
        font-weight: 700;
        opacity: 0;
        transform: scale(.5);
        transition: all .3s ease
    }
    
    .searchbar-container .searchbar-wrapper.catalog {
        max-width: 425px;
        background: transparent;
        border: none;
        top: -50px;
        left: 40px
    }
    
    @media only screen and (max-width:450px) {
        .searchbar-container .searchbar-wrapper.catalog {
            width: 85%
        }
    }
    
    .searchbar-container .searchbar-wrapper.catalog.auth {
        max-width: 340px
    }
    
    @media only screen and (max-width:450px) {
        .searchbar-container .searchbar-wrapper.catalog.auth {
            width: 63vw
        }
    }
    
    .searchbar-container .searchbar-wrapper.catalog input {
        border-radius: 6px
    }
    
    .searchbar-container .searchbar-wrapper.catalog input::-webkit-input-placeholder {
        padding-top: 5px
    }
    
    .searchbar-container .searchbar-wrapper.catalog input:-ms-input-placeholder {
        padding-top: 5px
    }
    
    .searchbar-container .searchbar-wrapper.catalog input::placeholder {
        padding-top: 5px;
        width: 100%
    }
    
    @media only screen and (max-width:415px) {
        .searchbar-container .searchbar-wrapper.catalog input::placeholder {
            font-size: 12px
        }
    }
    
    .searchbar-container .result-container {
        position: fixed;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        height: calc(100vh - 45px);
        padding-bottom: 56px;
        box-sizing: border-box;
        z-index: 1;
        overflow: hidden;
        visibility: hidden;
        transition: all .3s ease
    }
    
    .searchbar-container .result-container .result-content {
        overflow: auto;
        height: 100%;
        background: #fff;
        padding-bottom: 100px;
        transform: translateY(-100%);
        transition: all .3s ease
    }
    
    .searchbar-container .result-container .result-content::-webkit-scrollbar {
        width: 4px
    }
    
    .searchbar-container .result-container .result-content::-webkit-scrollbar-button,
    .searchbar-container .result-container .result-content::-webkit-scrollbar-track-piece {
        background: #eee
    }
    
    .searchbar-container .result-container .result-content::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }
    
    .searchbar-container .result-container.show {
        visibility: visible;
        transform: translate(-50%)
    }
    
    .searchbar-container .result-container.show .result-content {
        transform: translateY(0)
    }
    
    .searchbar-container .result-container .recent-search {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        padding: 0 15px;
        background: #21a9a3;
        color: #fff;
        font-size: 12px
    }
    
    .searchbar-container .result-container .recent-search .clear {
        cursor: pointer;
        outline: none
    }
    
    .searchbar-container .result-container .section {
        position: sticky;
        top: 0;
        background: #15b8b2;
        color: #fff;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        text-transform: uppercase;
        z-index: 2
    }
    
    .searchbar-container .result-container .not-found {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 18px
    }
    
    .searchbar-container .result-container .result {
        display: flex;
        flex-direction: row;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc
    }
    
    .searchbar-container .result-container .result .image-wrapper {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        background: #eee
    }
    
    .searchbar-container .result-container .result .image-wrapper .image {
        width: 100%
    }
    
    .searchbar-container .result-container .result .detail-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 10px
    }
    
    .searchbar-container .result-container .result .detail-wrapper .name {
        color: #000;
        font-size: 15px;
        font-weight: 700
    }
    
    .searchbar-container .result-container .result .detail-wrapper .name.product {
        font-size: 14px;
        font-weight: 400
    }
    
    .searchbar-container .result-container .result .detail-wrapper .review {
        color: #000
    }
    
    .searchbar-container .result-container .result .detail-wrapper .rating {
        font-size: 12px
    }
    
    .searchbar-container .result-container .result .detail-wrapper .price {
        color: #000;
        font-weight: 700;
        margin-top: 5px
    }
    
    .searchbar-container .overlay-search-bar {
        position: fixed;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        visibility: hidden;
        opacity: 0;
        outline: none;
        transition: all .3s ease
    }
    
    .searchbar-container .overlay-search-bar.show {
        opacity: 1;
        visibility: visible
    }
    
    .searchbar-container .loader-container {
        position: fixed;
        top: 56px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 56px);
        z-index: 2;
        transition: all .3s ease
    }
    
    .searchbar-container .loader-container .loader .square {
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 10px;
        position: relative;
        animation: bouncer cubic-bezier(.455, .03, .515, .955) .75s infinite alternate
    }
    
    .searchbar-container .loader-container .loader .square:nth-child(5n+1) {
        background: #15b8b2;
        animation-delay: 0
    }
    
    .searchbar-container .loader-container .loader .square:nth-child(5n+2) {
        background: #fff;
        animation-delay: 0.1s
    }
    
    .searchbar-container .loader-container .loader .square:nth-child(5n+3) {
        background: #15b8b2;
        animation-delay: 0.2s
    }
    
    .searchbar-container .loader-container .loader .square:nth-child(5n+4) {
        background: #fff;
        animation-delay: 0.3s
    }
    
    .searchbar-container .loader-container .loader .square:nth-child(5n+5) {
        background: #15b8b2;
        animation-delay: 0.4s
    }
    
    @keyframes bouncer {
        to {
            transform: scale(1.75) translateY(-20px)
        }
    }
     /*--- Batas Style --- */
    .bell-icon {
        width: 24px
    }
    
    @media screen and (max-width:330px) {
        .bell-icon {
            width: 22px
        }
    }
    
    .bell-icon.catalog {
        filter: invert(1)
    }
     /*--- Batas Style --- */
    .message-icon {
        width: 25px
    }
    
    @media screen and (max-width:330px) {
        .message-icon {
            width: 22px
        }
    }

    /*--- Header Style SWA--- */
    .header-top-navigation-container {
        position: relative;
        z-index: 6;
        width: 100%;
        max-width: 480px;
        height: 37px;
        margin: 12px 0;
        background-color: #01b0b9;
        margin-top: 110px
    } 

     /*--- Batas Style --- */
    .product-navigation-container {
        position: fixed;
        z-index: 6;
        width: 100%;
        max-width: 480px;
        height: 37px;
        margin: 12px 0;
        background-color: #01b0b9;
        margin-top: 110px
    }
    
    .product-navigation-container .category-wrapper {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        margin-right: 12px;
        margin-left: 12px
    }
    
    .product-navigation-container .category-wrapper .category {
        padding: 10px;
        color: #fff;
        font-weight: 700;
        font-size: 2vw;
        cursor: pointer
    }
    
    @media only screen and (min-width:450px) {
        .product-navigation-container .category-wrapper .category {
            font-size: 10px
        }
    }
    
    @media only screen and (max-width:330px) {
        .product-navigation-container .category-wrapper .category {
            font-size: 6px
        }
    }
    
    @media screen and (max-width:330px) {
        .product-navigation-container .category-wrapper {
            margin-right: 5px;
            margin-left: 5px
        }
    }
     /*--- Batas Style --- */
    .footer-navigation-container {
        position: fixed;
        z-index: 99999999;
        width: 100%;
        height: 100%;
        max-width: 480px;
        height: 60px;
        margin: 12px 0;
        background-color: #01b0b9;
        bottom: -12px;
        box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .25)
    }
    
    .footer-navigation-container .navigation-wrapper {
        padding: 15px;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box;
        align-items: center
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .label {
        color: #fff;
        font-size: 10px;
        margin-top: -5px
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .label {
            font-size: 9px;
            padding-top: 1px
        }
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .label.active {
        font-weight: 700
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .label.katalog {
        margin-top: 5px
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .label.katalog {
            margin-top: 2px
        }
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .image-svg {
        width: 22px;
        height: auto
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .image-svg {
            width: 18px
        }
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper {
        padding: 10px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px
    }
    
    @media screen and (max-width:320px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper {
            margin-top: -36px
        }
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper {
            width: 52px;
            height: 52px
        }
    }
    
    .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper .catalog-svg {
        width: 40px;
        height: auto
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper .catalog-svg {
            width: 38px
        }
    }
    
    @media screen and (max-width:320px) {
        .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper .catalog-svg {
            width: 30px
        }
    }
    
    .footer-navigation-container.start-tour {
        z-index: 99
    }
    
    @media screen and (max-width:375px) {
        .footer-navigation-container {
            height: 53px
        }
        .footer-navigation-container .navigation-wrapper {
            padding: 11px 15px
        }
    }
    
    @media screen and (max-width:330px) {
        .footer-navigation-container {
            height: 47px
        }
        .footer-navigation-container .navigation-wrapper {
            padding: 11px 15px
        }
        .footer-navigation-container .navigation-wrapper .icon-wrapper .label {
            font-size: 8px;
            padding-top: 1px
        }
        .footer-navigation-container .navigation-wrapper .icon-wrapper .label.katalog {
            margin-top: -1px
        }
        .footer-navigation-container .navigation-wrapper .icon-wrapper .image-svg {
            width: 18px
        }
        .footer-navigation-container .navigation-wrapper .icon-wrapper .catalog-wrapper {
            width: 53px;
            height: 53px
        }
        .footer-navigation-container .navigation-wrapper .icon-wrapper .ant-badge-count {
            font-size: 10px
        }
    }
     /*--- Batas Style --- */
    .shopping-step-wrapper {
        position: fixed;
        width: 100%;
        max-width: 480px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .95), #ebfffe);
        padding: 10px 0 15px
    }
    
    .shopping-step-wrapper .step {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .shopping-step-wrapper .step li {
        position: relative;
        width: 25%;
        text-align: center
    }
    
    .shopping-step-wrapper .step li:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #c5c5c5;
        position: absolute;
        left: -50%;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease
    }
    
    .shopping-step-wrapper .step li:first-child:before {
        content: none
    }
    
    .shopping-step-wrapper .step li .icon-wrapper {
        position: relative;
        background: #fff;
        border: 2px solid #c5c5c5;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 auto;
        padding: 5px;
        box-sizing: border-box;
        z-index: 1;
        transition: all .3s ease;
        cursor: pointer
    }
    
    .shopping-step-wrapper .step li .icon-wrapper .icon {
        width: 100%;
        height: 100%;
        filter: grayscale(1);
        opacity: .8;
        transition: all .3s ease
    }
    
    .shopping-step-wrapper .step li .icon-wrapper .badge {
        position: absolute;
        top: -6px;
        right: -10px;
        min-width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 700;
        background: red;
        color: #fff;
        z-index: 1
    }
    
    .shopping-step-wrapper .step li .icon-wrapper .lock {
        background: #ababab
    }
    
    .shopping-step-wrapper .step li .icon-wrapper .complete,
    .shopping-step-wrapper .step li .icon-wrapper .lock {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -6px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 500;
        padding: 5px;
        box-sizing: border-box;
        z-index: 1
    }
    
    .shopping-step-wrapper .step li.active:before,
    .shopping-step-wrapper .step li .icon-wrapper .complete {
        background: #00b0b9
    }
    
    .shopping-step-wrapper .step li.active:not(.locked) .icon-wrapper {
        border: 2px solid #00b0b9;
        box-shadow: 0 0 5px 2px #00b0b9
    }
    
    .shopping-step-wrapper .step li.active:not(.locked) .icon-wrapper .icon {
        filter: grayscale(0);
        opacity: 1
    }
    
    .shopping-step-wrapper .step li.loading .icon-wrapper {
        box-shadow: none!important
    }
    
    .shopping-step-wrapper .step li.loading:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 48px;
        width: 48px;
        border-radius: 24px;
        background: linear-gradient(0deg, rgba(22, 184, 178, .1) 33%, #16b8b2);
        animation: loading-spin .5s infinite linear
    }
    
    .shopping-step-wrapper .step li.locked .icon-wrapper {
        cursor: default
    }
    
    .shopping-step-wrapper .animation {
        position: absolute;
        top: -50px;
        right: 10px;
        width: 55px;
        height: 55px;
        animation: icon-spin 5s infinite linear
    }
    
    .shopping-step-wrapper .animation .triangle-1 {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 12px;
        animation: icon-spin 5s infinite linear
    }
    
    .shopping-step-wrapper .animation .triangle-2 {
        position: absolute;
        top: 30px;
        right: 30px;
        height: 18px;
        animation: icon-spin-reverse 2s infinite linear
    }
    
    .shopping-step-wrapper .animation .plus-1 {
        position: absolute;
        top: 35px;
        right: 10px;
        height: 18px;
        animation: icon-spin 5s infinite linear
    }
    
    .shopping-step-wrapper .animation .plus-2 {
        position: absolute;
        top: 10px;
        right: 40px;
        height: 12px;
        animation: icon-spin-reverse 2s infinite linear
    }
    
    @keyframes icon-spin {
        to {
            transform: rotate(1turn)
        }
    }
    
    @keyframes icon-spin-reverse {
        to {
            transform: rotate(-1turn)
        }
    }
    
    @keyframes icon-floating {
        0% {
            transform: translateY(0)
        }
        50% {
            transform: translateY(15px)
        }
        to {
            transform: translateY(0)
        }
    }
    
    @keyframes loading-spin {
        to {
            transform: translate(-50%, -50%) rotate(1turn)
        }
    }
     /*--- Batas Style --- */
    .toolbar-login-register-wrapper {
        display: flex
    }
    
    .toolbar-login-register-wrapper .ant-btn {
        max-height: 30px
    }
    
    .toolbar-login-register-wrapper .ant-btn span {
        font-size: 12px
    }
    
    .toolbar-login-register-wrapper .ant-btn.btn-login-toolbar {
        background-color: #fff;
        color: #ffad00;
        font-weight: 500;
        border-color: #ffad00
    }
    
    .toolbar-login-register-wrapper .ant-btn.btn-login-toolbar:hover {
        color: #fff;
        background-color: #ffad00
    }
    
    .toolbar-login-register-wrapper .ant-btn.btn-register-toolbar {
        background-color: #ffad00;
        color: #fff;
        font-weight: 500;
        border-color: #ffad00
    }
    
    .toolbar-login-register-wrapper .ant-btn.btn-register-toolbar:hover {
        color: #ffad00;
        background-color: #fff
    }
     /*--- Batas Style --- */
    .complain-notif-container .badge-complain {
        background-color: #e02020;
        border-radius: 10px;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 20px
    }
    
    .complain-notif-container .status-icon {
        width: 30px
    }
    
    @media screen and (max-width:330px) {
        .complain-notif-container .status-icon {
            width: 25px
        }
    }
     /*--- Batas Style --- */
    .article-notif-container .status-icon {
        width: 30px
    }
    
    @media screen and (max-width:330px) {
        .article-notif-container .status-icon {
            width: 25px
        }
    }
     /*--- Batas Style --- */
    .side-drawer {
        position: fixed;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999999;
        padding-top: 56px;
        box-sizing: border-box;
        overflow: hidden;
        visibility: hidden
    }
    
    .side-drawer .topbar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 56px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        transform: translateX(-100%);
        transition: all .4s ease
    }
    
    .side-drawer .topbar .logo {
        height: 30px
    }
    
    .side-drawer .topbar .close {
        opacity: 0;
        cursor: pointer;
        transition: all .4s ease
    }
    
    .side-drawer .topbar .close .button {
        height: 34px;
        width: 34px;
        font-weight: 700
    }
    
    .side-drawer.open {
        visibility: visible
    }
    
    .side-drawer.open .topbar {
        transform: translateX(0)
    }
    
    .side-drawer.open .overlay,
    .side-drawer.open .topbar .close {
        opacity: 1
    }
    
    .side-drawer.open .content {
        transform: translateX(0)
    }
    
    .side-drawer .overlay {
        position: fixed;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0;
        transition: all .4s ease
    }
    
    .side-drawer .content {
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: all .4s ease;
        overflow: auto
    }
    
    .side-drawer .content .no-login {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #f4f4f4;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        height: 150px
    }
    
    .side-drawer .content .no-login .title {
        font-size: 15px;
        font-weight: 700;
        line-height: 30px
    }
    
    .side-drawer .content .no-login .button-wrapper {
        margin-top: 10px;
        outline: none
    }
    
    .side-drawer .content .no-login .button-wrapper .button {
        margin: 5px;
        padding: 0 30px
    }
    
    .side-drawer .content .login {
        position: relative;
        padding: 20px;
        padding-top: 30px;
        box-sizing: border-box
    }
    
    .side-drawer .content .login .pattern {
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 1;
        opacity: .8
    }
    
    .side-drawer .content .login .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 2
    }
    
    .side-drawer .content .login .container .photo-wrapper {
        position: relative;
        height: 100px;
        width: 100px;
        margin-left: 10px;
        flex-basis: 100px
    }
    
    .side-drawer .content .login .container .photo-wrapper .photo {
        position: absolute;
        height: 100px;
        width: 100px;
        z-index: 2
    }
    
    .side-drawer .content .login .container .photo-wrapper .dot-1 {
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 1;
        opacity: .5
    }
    
    .side-drawer .content .login .container .photo-wrapper .dot-2 {
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: 1;
        opacity: .5
    }
    
    .side-drawer .content .login .container .info {
        margin-left: 20px;
        color: #fff;
        flex-grow: 1;
        font-size: 12px
    }
    
    .side-drawer .content .login .container .info .name {
        font-weight: 700;
        font-size: 14px;
        margin: 0 5px
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper,
    .side-drawer .content .login .container .info .member-status-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level,
    .side-drawer .content .login .container .info .member-point-wrapper .point,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo,
    .side-drawer .content .login .container .info .member-point-wrapper .type,
    .side-drawer .content .login .container .info .member-status-wrapper .level,
    .side-drawer .content .login .container .info .member-status-wrapper .point,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo,
    .side-drawer .content .login .container .info .member-status-wrapper .type {
        position: relative;
        flex-grow: 1;
        margin-top: 10px;
        max-width: 150px;
        width: 100%
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level.mnr,
    .side-drawer .content .login .container .info .member-point-wrapper .point.mnr,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo.mnr,
    .side-drawer .content .login .container .info .member-point-wrapper .type.mnr,
    .side-drawer .content .login .container .info .member-status-wrapper .level.mnr,
    .side-drawer .content .login .container .info .member-status-wrapper .point.mnr,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo.mnr,
    .side-drawer .content .login .container .info .member-status-wrapper .type.mnr {
        max-width: 100%
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-point-wrapper .level.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-point-wrapper .point.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-point-wrapper .point.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-point-wrapper .type.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-point-wrapper .type.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-status-wrapper .level.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-status-wrapper .level.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-status-wrapper .point.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-status-wrapper .point.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo.type:not(.mnr):after,
    .side-drawer .content .login .container .info .member-status-wrapper .type.point:not(.reseller):after,
    .side-drawer .content .login .container .info .member-status-wrapper .type.type:not(.mnr):after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        background: hsla(0, 0%, 100%, .5)
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level span,
    .side-drawer .content .login .container .info .member-point-wrapper .point span,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo span,
    .side-drawer .content .login .container .info .member-point-wrapper .type span,
    .side-drawer .content .login .container .info .member-status-wrapper .level span,
    .side-drawer .content .login .container .info .member-status-wrapper .point span,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo span,
    .side-drawer .content .login .container .info .member-status-wrapper .type span {
        display: block;
        font-weight: 700;
        text-transform: uppercase
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level span.red,
    .side-drawer .content .login .container .info .member-point-wrapper .point span.red,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo span.red,
    .side-drawer .content .login .container .info .member-point-wrapper .type span.red,
    .side-drawer .content .login .container .info .member-status-wrapper .level span.red,
    .side-drawer .content .login .container .info .member-status-wrapper .point span.red,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo span.red,
    .side-drawer .content .login .container .info .member-status-wrapper .type span.red {
        color: red
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level .icon,
    .side-drawer .content .login .container .info .member-point-wrapper .point .icon,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo .icon,
    .side-drawer .content .login .container .info .member-point-wrapper .type .icon,
    .side-drawer .content .login .container .info .member-status-wrapper .level .icon,
    .side-drawer .content .login .container .info .member-status-wrapper .point .icon,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo .icon,
    .side-drawer .content .login .container .info .member-status-wrapper .type .icon {
        width: 15px;
        height: 15px;
        margin-right: 5px
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .level:not(.mnr),
    .side-drawer .content .login .container .info .member-point-wrapper .saldo:not(.mnr),
    .side-drawer .content .login .container .info .member-status-wrapper .level:not(.mnr),
    .side-drawer .content .login .container .info .member-status-wrapper .saldo:not(.mnr) {
        margin-left: 10px
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper .point span,
    .side-drawer .content .login .container .info .member-point-wrapper .saldo span,
    .side-drawer .content .login .container .info .member-status-wrapper .point span,
    .side-drawer .content .login .container .info .member-status-wrapper .saldo span {
        text-transform: capitalize
    }
    
    .side-drawer .content .login .container .info .member-point-wrapper {
        cursor: pointer
    }
    
    .side-drawer .content .login .transaction-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, .2);
        margin: 10px -20px;
        padding: 15px 20px;
        color: #fff
    }
    
    .side-drawer .content .login .transaction-wrapper .image {
        height: 48px
    }
    
    .side-drawer .content .login .transaction-wrapper .total-transaction {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        max-width: 230px;
        width: 100%
    }
    
    .side-drawer .content .login .transaction-wrapper .total-transaction .total {
        display: inline-block;
        font-size: 18px;
        margin-top: 5px;
        font-weight: 700
    }
    
    .side-drawer .content .login .transaction-wrapper .total-transaction .transaction-period {
        margin-bottom: 5px
    }
    
    .side-drawer .content .login .button-wrapper {
        margin-top: 20px;
        border-radius: 20px;
        outline: none
    }
    
    .side-drawer .content .login .button-wrapper .button {
        display: flex;
        justify-content: center;
        font-weight: 700;
        border-radius: 20px
    }
    
    .side-drawer .content .login .button-wrapper .button span {
        line-height: 36px
    }
    
    .side-drawer .content .login .button-wrapper .button.mnr,
    .side-drawer .content .login .button-wrapper .button.mnr:focus,
    .side-drawer .content .login .button-wrapper .button.mnr:hover {
        color: #136a8a;
        border-color: #136a8a
    }
    
    .side-drawer .content .login .button-wrapper .button.reseller,
    .side-drawer .content .login .button-wrapper .button.reseller:focus,
    .side-drawer .content .login .button-wrapper .button.reseller:hover {
        color: #007874;
        border-color: #007874
    }
    
    .side-drawer .content .login .button-wrapper .button.tds,
    .side-drawer .content .login .button-wrapper .button.tds:focus,
    .side-drawer .content .login .button-wrapper .button.tds:hover {
        color: #db6500;
        border-color: #db6500
    }
    
    .side-drawer .content .login .button-wrapper .button .badge {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e61e3c;
        color: #fff;
        border-radius: 10px;
        padding: 3px 5px;
        font-size: 11px;
        font-weight: 700;
        height: 17px;
        min-width: 17px;
        margin-left: 8px;
        margin-top: 5px
    }
    
    .side-drawer .content .menu {
        margin-top: 0;
        background: #fff;
        position: relative;
        border-top: 1px solid #fff
    }
    
    .side-drawer .content .menu ul {
        list-style: none;
        padding: 0
    }
    
    .side-drawer .content .menu ul li {
        font-size: 16px;
        font-weight: 700;
        line-height: 60px;
        padding: 0 15px;
        border-left: 8px solid transparent;
        cursor: pointer
    }
    
    .side-drawer .content .menu ul li.active,
    .side-drawer .content .menu ul li:hover {
        background: #f4f4f4;
        border-left: 8px solid #ffad00
    }
    
    .side-drawer .content .menu ul li.active span,
    .side-drawer .content .menu ul li:hover span {
        color: #ffad00
    }
    
    .side-drawer .content .menu ul li:not(.active):hover {
        border-left: 8px solid transparent
    }
    
    .side-drawer .content .menu ul li:not(.active):hover span {
        color: #404040
    }
    
    .side-drawer .content .menu ul li.active {
        cursor: default
    }
    
    .side-drawer .content .menu ul li span {
        color: #404040;
        text-decoration: none;
        margin-left: 15px
    }
    
    .side-drawer .content::-webkit-scrollbar {
        width: 4px
    }
    
    .side-drawer .content::-webkit-scrollbar-button,
    .side-drawer .content::-webkit-scrollbar-track-piece {
        background: #eee
    }
    
    .side-drawer .content::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }
    
    .drawer-toggle {
        width: 30px;
        height: 18px;
        position: relative;
        margin: 8px 5px 8px 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer
    }
    
    .drawer-toggle.spin {
        display: flex;
        justify-content: center
    }
    
    .drawer-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 25px;
        border-radius: 1px;
        background: #01b0b9;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out
    }
    
    .drawer-toggle span:first-child {
        top: 0
    }
    
    .drawer-toggle span:nth-child(2),
    .drawer-toggle span:nth-child(3) {
        top: 7px
    }
    
    .drawer-toggle span:nth-child(4) {
        top: 14px
    }
    
    .drawer-toggle.open span:first-child {
        top: 7px;
        opacity: 0
    }
    
    .drawer-toggle.open span:nth-child(2) {
        transform: rotate(45deg)
    }
    
    .drawer-toggle.open span:nth-child(3) {
        transform: rotate(-45deg)
    }
    
    .drawer-toggle.open span:nth-child(4) {
        top: 7px;
        opacity: 0
    }
     /*--- Batas Style --- */
    * {
        outline: none
    }
    
    .uom-note {
        color: #000;
        margin-top: 15px;
        font-size: 12px;
        font-weight: 500
    }
    
    .uom-note.list-grid {
        margin-top: 5px;
        font-size: 11px
    }
    
    .list-location {
        position: fixed;
        bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        transform: translateX(-50%);
        z-index: 999999999;
        background-color: #fff;
        transform: translateY(0);
        opacity: 1;
        outline: none;
        transition: all .5s ease;
        animation: slide .5s ease
    }
    
    .list-location.close {
        transform: translateY(100%);
        opacity: 0
    }
    
    .list-location .icon-close {
        float: right;
        margin: 15px;
        cursor: pointer
    }
    
    .list-location .title-div {
        margin: 15px;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        font-weight: 700
    }
    
    .list-location .title-div .reset {
        color: #01b0b9;
        font-weight: 400;
        cursor: pointer
    }
    
    .list-location .ant-input {
        border-radius: 35px;
        margin: 0 15px;
        width: calc(100% - 30px)!important
    }
    
    .list-location .list {
        border-bottom: 1px solid #d9d9d9;
        padding: 20px;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }
    
    .list-location .list img {
        height: 18px
    }
    
    .list-location .list:first-child {
        margin-top: 30px
    }
    
    .list-location .list:last-child {
        border-bottom: 0 solid
    }
    
    .searchbar-wrapper {
        background: #fafafa;
        border: 1px solid #eee
    }
    
    .detail-promo .stock-product {
        padding: 15px
    }
    
    .detail-promo .stock-product .label {
        font-weight: 700
    }
    
    .detail-promo .stock-product .table-stock-wrapper {
        width: 100%;
        margin-top: 15px;
        border: 1px solid #f1f1f1
    }
    
    .detail-promo .stock-product .table-stock-wrapper .table-stock {
        width: 100%;
        border: 0
    }
    
    .detail-promo .stock-product .table-stock-wrapper .table-stock tr:nth-child(2n) {
        background: #f3f3f3
    }
    
    .detail-promo .stock-product .table-stock-wrapper .table-stock tr.tds {
        color: #00b0b9
    }
    
    .detail-promo .stock-product .table-stock-wrapper .table-stock th {
        background: #ffad00;
        color: #fff
    }
    
    .detail-promo .stock-product .table-stock-wrapper .table-stock td,
    .detail-promo .stock-product .table-stock-wrapper .table-stock th {
        width: 50%;
        padding: 0 10px;
        line-height: 30px
    }
    
    .catalog-page-container {
        position: relative;
        margin: -15px;
        margin-top: 30px;
        padding-bottom: 55px;
        animation: show 1s ease
    }
    
    .catalog-page-container .check-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 15px;
        width: 15px
    }
    
    .catalog-page-container .check-button .icon {
        opacity: .8;
        height: 11px;
        width: 11px
    }
    
    .catalog-page-container .display-setting-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 480px;
        height: 35px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fff;
        z-index: 3;
        transform: translateY(0);
        transition: all .3s ease;
        top: 135px
    }
    
    .catalog-page-container .display-setting-wrapper.hide {
        transform: translateY(-100%)
    }
    
    .catalog-page-container .display-setting-wrapper .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: inherit;
        cursor: pointer
    }
    
    .catalog-page-container .display-setting-wrapper .button .icon {
        height: 15px;
        width: 15px;
        opacity: .7;
        z-index: 2
    }
    
    .catalog-page-container .display-setting-wrapper .button .icon.active {
        filter: brightness(0) invert(1)
    }
    
    .catalog-page-container .display-setting-wrapper .selector {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 35px;
        background: #00b0b9;
        border-bottom: 5px solid #00b0b9;
        transform: translateX(0);
        transition: all .3s ease
    }
    
    .catalog-page-container .display-setting-wrapper .selector.right {
        transform: translateX(100%)
    }
    
    .catalog-page-container .sorting-setting-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        top: 54px;
        width: 100%;
        max-width: 480px;
        height: 45px;
        border-top: 1px solid #ddd;
        background: #fff;
        z-index: 92;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15)
    }
    
    .catalog-page-container .sorting-setting-wrapper .button {
        position: relative;
        text-align: center;
        width: 50%;
        font-weight: 400;
        line-height: 35px;
        cursor: pointer
    }
    
    .catalog-page-container .sorting-setting-wrapper .button .icon {
        height: 15px;
        width: 15px;
        opacity: .7;
        margin-right: 5px
    }
    
    .catalog-page-container .sorting-setting-wrapper .button .check {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 15px
    }
    
    .catalog-page-container .sorting-setting-wrapper .vertical-separator {
        width: 1px;
        height: 70%;
        border-right: .5px solid #c4c4c4
    }
    
    .catalog-page-container .catalog-content {
        padding-top: 0
    }
    
    .catalog-page-container .catalog-content.skeleton:after {
        content: "";
        top: -100px;
        transform: translateX(100%);
        width: 100%;
        height: 100vh;
        position: absolute;
        animation: shinning-full 1s infinite ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0))
    }
    
    .catalog-page-container .catalog-content .search-container {
        padding: 5px 5px 0
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper {
        padding: 5px;
        border-radius: 3px
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .label {
        font-weight: 700;
        margin-bottom: 5px;
        background: #ffad00;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        border-radius: 10px;
        line-height: 20px
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list {
        margin: 5px -5px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #eee
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand {
        position: relative;
        display: flex
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .image {
        height: 100px;
        width: 100px;
        flex-shrink: 0
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .scrollbar-container {
        flex-shrink: 1
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products {
        display: inline-flex;
        background: #fff;
        padding: 5px 0
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products .brand-group {
        display: inline-flex;
        border-right: 1px solid #ddd;
        margin: 0 0 0 5px
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products .brand-group:last-child {
        border: 0
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products .brand-group .product-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        height: 100px;
        width: 100px;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products .brand-group .product-wrapper.all {
        border: 1px solid #e8e8e8;
        border-radius: 12px;
        text-align: center;
        background: #fff;
        color: #777;
        font-weight: 700;
        font-size: 12px
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .brand-products .brand-group .product-wrapper .image {
        height: 100%;
        width: 100%;
        border-radius: 3px;
        background: #f1f1f1
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .info {
        padding: 10px;
        color: #282828
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .info .title {
        font-weight: 700
    }
    
    .catalog-page-container .catalog-content .search-container .brand-wrapper .brands-list .brand .info .rating {
        font-size: 12px
    }
    
    .catalog-page-container .catalog-content .label-search {
        font-weight: 700;
        margin: 5px 10px;
        background: #ffad00;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        border-radius: 10px;
        line-height: 20px
    }
    
    .catalog-page-container .catalog-content .products-container {
        display: grid;
        grid-template-columns: 100%
    }
    
    .catalog-page-container .catalog-content .products-container.grid {
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        padding: 5px;
        padding-right: 10px;
        box-sizing: border-box
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper {
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        margin-bottom: 0
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper.skeleton {
        height: 300px;
        border-radius: 5px
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .slick-slide img {
        border-radius: 0;
        min-height: 150px
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .slick-dots li {
        margin: 0 2px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .slick-dots li.slick-active button:before {
        width: 18px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .slick-dots li button:before {
        background: #fff!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .like-share-wrapper {
        padding: 4px!important;
        bottom: 0;
        border-top-left-radius: 5px;
        font-size: 17px!important;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper {
        position: relative;
        background: #fff;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        min-width: 25px;
        padding: 0 4px;
        box-sizing: border-box;
        z-index: 2
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .count-like {
        display: inline-block;
        font-size: 12px;
        margin-left: 4px;
        font-weight: 700
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .share {
        margin: 0;
        width: 18px
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .anticon-share-alt {
        font-size: 17px!important;
        font-weight: 700
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .rating-wrapper {
        margin-top: 0!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .rating-wrapper .likes {
        display: none
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper {
        top: 5px!important;
        left: -3px!important;
        min-width: 80px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .label {
        font-size: 15px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper,
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .days-left {
        font-size: 12px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper .icon,
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .days-left .icon {
        margin-right: 3px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper .timer,
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .promo-wrapper .days-left .timer {
        width: 55px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .out-stock-overlay {
        font-size: 15px!important
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail {
        padding: 10px;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail .name-wrapper {
        display: flex;
        overflow: hidden
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail .name-wrapper .name {
        font-size: 12px;
        padding-right: 0;
        max-height: 40px;
        overflow: hidden
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail .button-wrapper {
        flex-direction: column
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail .button-wrapper .button.detail {
        display: none
    }
    
    .catalog-page-container .catalog-content .products-container.grid .product-wrapper .detail .button-wrapper .button.patungan {
        margin: 5px 0 0
    }
    
    .catalog-page-container .catalog-content .products-container.hide .product-wrapper {
        opacity: 0;
        transform: scale(.9)
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
        margin-bottom: 15px;
        transition: all .2s ease
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper.animation {
        animation: show-product cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper.skeleton {
        height: 100vh;
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail-link {
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image {
        position: relative;
        width: 100%;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .image-wrapper {
        display: block!important
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .image-wrapper .image {
        width: 100%;
        padding-top: 100%
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .blank {
        width: 100%;
        padding-top: 100%;
        background: #eee
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .like-share-wrapper {
        position: absolute;
        display: flex;
        padding: 15px;
        font-size: 25px;
        right: 0;
        color: #777
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .like-share-wrapper .like {
        color: #e61e3c;
        animation: like cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .like-share-wrapper .unlike {
        color: #777
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .like-share-wrapper .share {
        margin-left: 10px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .like-share-wrapper .count-like {
        display: none
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots {
        bottom: 10px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots li {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        transition: all .2s ease;
        z-index: 1
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots li.slick-active {
        width: 25px;
        margin: 0
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots li.slick-active button:before {
        width: 25px;
        height: 8px;
        background: #00b0b9;
        opacity: 1
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots button {
        width: 8px;
        height: 8px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .slick-dots button:before {
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background: #00b0b9;
        border-radius: 5px;
        opacity: 1;
        transition: all .2s ease
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper {
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .label {
        background: #00b0b9;
        color: #fff;
        font-size: 18px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper,
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .days-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #f5821e;
        color: #fff;
        font-size: 14px;
        margin-top: 2px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper .icon,
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .days-left .icon {
        height: 12px;
        margin-right: 5px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper .timer,
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper .days-left .timer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 65px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .product-image .promo-wrapper:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .name {
        display: block;
        font-size: 15px;
        font-weight: 700;
        padding-right: 65px;
        color: #282828
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper {
        margin-bottom: 5px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper .price {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        color: #636363;
        margin-bottom: 5px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper .price .number {
        font-size: 14px;
        font-weight: 700;
        color: #ffad00
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper .price .number.strike {
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper .price .number.promo {
        position: relative;
        overflow: hidden
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .price-wrapper .price .number.promo:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .rating-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 12px;
        color: #bbb;
        margin-top: 8px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .rating-wrapper .rating {
        font-size: 12px;
        margin-bottom: 5px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .rating-wrapper .likes {
        color: #333
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .status-stock {
        color: #f5222d;
        text-align: center;
        font-weight: 500;
        line-height: 30px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .button-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .button-wrapper .button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .button-wrapper .button.detail {
        margin-right: 10px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .button-wrapper .button.patungan {
        border: 1px solid #ffad00;
        color: #ffad00;
        margin-left: 10px
    }
    
    .catalog-page-container .catalog-content .products-container .product-wrapper .detail .button-wrapper .button.patungan:hover {
        color: #fff;
        background-color: #ffa456;
        border-color: #ffa456
    }
    
    .catalog-page-container .catalog-content .empty-product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 200px)
    }
    
    .catalog-page-container .catalog-content .empty-product .image {
        width: 150px
    }
    
    .catalog-page-container .catalog-content .empty-product .message {
        margin-top: 10px;
        font-weight: 500
    }
    
    .catalog-page-container .catalog-content .loading-wrapper {
        margin: -5px 0 10px
    }
    
    .catalog-page-container .catalog-content .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 55px;
        height: 30px;
        margin: auto;
        border-radius: 15px;
        padding: 0 10px 8px
    }
    
    .catalog-page-container .catalog-content .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .catalog-page-container .catalog-content .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .catalog-page-container .catalog-content .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .catalog-page-container .catalog-content .overlay-catalog {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        top: 133px;
        width: 100%;
        max-width: 480px;
        height: 100%;
        background: #fff;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease
    }
    
    .catalog-page-container .catalog-content .overlay-catalog.show {
        opacity: 1;
        visibility: visible
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container {
        position: fixed;
        top: 56px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 56px);
        z-index: 2;
        transition: all .3s ease
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square {
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 10px;
        position: relative;
        background: #15b8b2;
        animation: bouncer cubic-bezier(.455, .03, .515, .955) .75s infinite alternate
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square:nth-child(5n+1) {
        animation-delay: 0
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square:nth-child(5n+2) {
        animation-delay: 0.1s
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square:nth-child(5n+3) {
        animation-delay: 0.2s
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square:nth-child(5n+4) {
        animation-delay: 0.3s
    }
    
    .catalog-page-container .catalog-content .overlay-catalog .loader-container .loader .square:nth-child(5n+5) {
        animation-delay: 0.4s
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper {
        position: fixed;
        display: flex;
        bottom: 0;
        width: 100%;
        max-width: 480px;
        background: #fff;
        z-index: 2
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product {
        position: relative;
        width: 100%;
        max-width: 480px;
        border-top: 3px solid #f1f1f1;
        background: #fff;
        padding: 5px
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .div-label {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .div-label .label {
        font-weight: 700;
        margin-left: 5px
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar {
        background: #fff
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product {
        display: inline-flex;
        padding: 5px;
        padding-bottom: 0
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .similar-product-wrapper {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 100px;
        background: #fff;
        margin-right: 10px;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .similar-product-wrapper:last-child {
        margin-right: 0
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .similar-product-wrapper .image {
        width: 100%;
        padding-top: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .detail-product {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: space-between;
        font-size: 11px;
        width: calc(100% - 10px)
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .detail-product .name {
        margin-top: 10px;
        font-weight: 700;
        color: #282828;
        padding: 0;
        max-height: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .detail-product .price {
        display: flex;
        flex-direction: column;
        margin-bottom: 1px
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .detail-product .price .number {
        font-size: 10px;
        font-weight: 700;
        color: #ffad00;
        display: block;
        white-space: nowrap;
        overflow: hidden
    }
    
    .catalog-page-container .catalog-content .last-seen-wrapper .similar-product .similar-product-scrollbar .product .detail-product .rating {
        font-size: 12px;
        margin-top: 5px
    }
    
    .catalog-page-container .catalog-content .sorting-setting-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        width: 100%;
        max-width: 480px;
        height: 40px;
        border-top: 1px solid #ddd;
        background: #fff;
        z-index: 2
    }
    
    .catalog-page-container .catalog-content .sorting-setting-wrapper .button {
        position: relative;
        text-align: center;
        width: 50%;
        font-weight: 700;
        line-height: 55px;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .sorting-setting-wrapper .button .icon {
        height: 15px;
        width: 15px;
        opacity: .7;
        margin-right: 5px
    }
    
    .catalog-page-container .catalog-content .sorting-setting-wrapper .button .check {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 15px
    }
    
    .catalog-page-container .catalog-content .drawer-up {
        z-index: 99999999
    }
    
    .catalog-page-container .catalog-content .drawer-up .container {
        padding-top: 5px;
        border-radius: 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .close {
        display: none
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container {
        padding-top: 10px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul {
        list-style: none;
        padding: 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 -15px;
        padding: 0 20px;
        line-height: 50px;
        text-transform: capitalize
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul li:last-child {
        border: 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul li.active {
        background: #eee;
        font-weight: 700
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul li:hover {
        background: #eee;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container ul li .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container .button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container .button-wrapper .close-button,
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container .button-wrapper .close-button:active,
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container .button-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .sorting-container .button-wrapper .reset-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container {
        padding-bottom: 55px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .label {
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        margin: 15px 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .label .more {
        color: #01b0b9;
        font-weight: 400;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .label .reset-button {
        height: 25px;
        font-size: 14px;
        opacity: 0;
        transform: scale(0);
        visibility: hidden;
        transition: all .3s ease;
        border-radius: 12px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .label .reset-button.show {
        opacity: 1;
        transform: scale(1);
        visibility: visible
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .label.category {
        margin-bottom: 0;
        height: 25px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .scrollbar-container {
        margin: 0 -15px;
        padding: 0 15px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .range-price-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .range-price-wrapper .button {
        width: calc(50% - 10px);
        margin: 5px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .brands-wrapper {
        display: flex;
        width: calc(100% + 12px)
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .brands-wrapper .brand-slide {
        display: flex;
        flex-direction: column;
        width: calc(20% - 12px);
        margin-right: 12px;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .brands-wrapper .brand-slide .image {
        background: #ddd;
        width: 100%;
        max-height: 80px;
        height: calc(20vw - 12px)
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .brands-wrapper .brand-slide .label {
        display: inline-block!important;
        width: 100%!important;
        margin: 10px 0!important;
        font-size: 12px!important;
        font-weight: 400!important;
        white-space: nowrap!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        text-align: center!important
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper {
        margin: 0 -15px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .panel-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .label {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin: -8px 0 0 40px
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .ant-collapse-content-box {
        padding: 4px 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .subcategory-wrapper {
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .subcategory-wrapper li {
        padding: 0 15px 0 40px;
        line-height: 35px;
        margin: 0;
        font-weight: 400
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .subcategory-wrapper li:hover {
        background: #eee;
        cursor: pointer
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .subcategory-wrapper li.active {
        background: #eee;
        font-weight: 700
    }
    
    .catalog-page-container .catalog-content .drawer-up .container .filter-container .category-wrapper .subcategory-wrapper li .text {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .catalog-page-container .catalog-content .filter-close-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        width: 100%;
        max-width: 480px;
        height: 65px;
        background: #fff;
        padding: 15px;
        z-index: 99999999;
        transform: translateY(200%);
        transition: all .5s ease
    }
    
    .catalog-page-container .catalog-content .filter-close-wrapper.show {
        transform: translateY(0)
    }
    
    .catalog-page-container .catalog-content .filter-close-wrapper .close-button,
    .catalog-page-container .catalog-content .filter-close-wrapper .close-button:active,
    .catalog-page-container .catalog-content .filter-close-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .catalog-page-container .catalog-content .filter-close-wrapper .filter-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .detail-product-container {
        position: relative;
        margin: -15px;
        margin-top: -70px;
        overflow: hidden;
        max-width: 480px;
        background: #fff;
        min-height: 100vh
    }
    
    .detail-product-container.show {
        animation: show 1s ease
    }
    
    .detail-product-container.skeleton:after {
        content: "";
        top: -100px;
        transform: translateX(100%);
        width: 100%;
        height: 100vh;
        position: absolute;
        animation: shinning-full 1s infinite ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0))
    }
    
    .detail-product-container .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .detail-product-container .skeleton.image {
        width: 100%;
        padding-top: 100%
    }
    
    .detail-product-container .toolbar-detail-product {
        position: fixed;
        display: flex;
        align-items: center;
        height: 56px;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        line-height: 56px;
        background: #fff;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
        z-index: 4;
        transform: translate(-50%, -100%);
        transition: all .5s ease;
        transition-delay: .3s
    }
    
    .detail-product-container .toolbar-detail-product.show {
        transform: translate(-50%);
        height: 56px
    }
    
    .detail-product-container .toolbar-detail-product .back-icon {
        font-size: 24px;
        cursor: pointer
    }
    
    .detail-product-container .toolbar-detail-product .title {
        font-weight: 500;
        margin-left: 10px;
        font-size: 16px
    }
    
    .detail-product-container .back-button {
        position: fixed;
        display: flex;
        align-items: center;
        height: 56px;
        top: 0;
        padding-left: 10px;
        line-height: 56px;
        z-index: 3;
        overflow: hidden;
        transition: all .5s ease
    }
    
    .detail-product-container .back-button.show .icon-wrapper {
        width: 40px;
        transform: translateX(0)
    }
    
    .detail-product-container .back-button .icon-wrapper {
        display: flex;
        align-items: center;
        line-height: 30px;
        background: #00b0b9;
        color: #fff;
        font-weight: 700;
        padding: 0 8px;
        font-size: 24px;
        font-weight: 400;
        height: 30px;
        width: 40px;
        overflow: hidden;
        border-radius: 15px;
        cursor: pointer;
        transform: translateX(-100%);
        transition: all .5s ease;
        transition-delay: .3s
    }
    
    .detail-product-container .back-button .icon-wrapper:hover {
        width: 100%;
        transition: all .2s ease;
        transition-delay: 0s
    }
    
    .detail-product-container .back-button .icon-wrapper:hover span {
        margin-left: 5px
    }
    
    .detail-product-container .back-button .icon-wrapper span {
        font-size: 14px;
        margin: 0 10px;
        font-weight: 700;
        transition: all .5s ease
    }
    
    .detail-product-container .product-image {
        position: relative;
        width: 100%;
        padding-top: 100%
    }
    
    .detail-product-container .product-image .slider-wrapper {
        background: #eee;
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 480px;
        overflow: hidden
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed {
        width: 100%;
        transition: all .5s ease;
        transform-origin: bottom center
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .image {
        position: relative;
        width: 100%;
        padding-top: 100%
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .image .download-button {
        position: absolute;
        bottom: 25px;
        right: 10px;
        height: 25px;
        font-size: 12px;
        z-index: 1
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots {
        bottom: 10px
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        transition: all .2s ease
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots li.slick-active {
        width: 25px;
        margin: 0
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots li.slick-active button:before {
        width: 25px;
        height: 8px;
        background: #00b0b9;
        opacity: 1
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots button {
        width: 8px;
        height: 8px
    }
    
    .detail-product-container .product-image .slider-wrapper .slider-fixed .slick-dots button:before {
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background: #00b0b9;
        border-radius: 5px;
        opacity: 1;
        transition: all .2s ease
    }
    
    .detail-product-container .product-image .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .detail-product-container .product-image .out-stock-overlay span {
        position: fixed
    }
    
    .detail-product-container .detail {
        position: relative;
        background: #fff;
        min-height: 480px
    }
    
    .detail-product-container .detail .cart-notification-wrapper {
        margin: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .detail-product-container .detail .cart-notification-wrapper .cart-notification {
        margin-top: 15px;
        width: 100%;
        color: #ffad01;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #fffbf4;
        border: 1px solid #ffad01;
        border-radius: 5px
    }
    
    .detail-product-container .detail .title-wrapper {
        display: flex;
        justify-content: space-between
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper {
        padding: 20px;
        font-size: 25px;
        display: flex;
        justify-content: space-between;
        color: #8c8c8c
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper {
        background: #fff;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        min-width: 28px;
        padding: 0 4px;
        box-sizing: border-box;
        cursor: pointer
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper .like {
        color: #e61e3c;
        animation: like cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper .unlike {
        color: #777
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper .count-like {
        display: inline-block;
        font-size: 12px;
        margin-left: 4px;
        font-weight: 700
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper .share {
        margin: 0;
        width: 18px
    }
    
    .detail-product-container .detail .title-wrapper .like-share-wrapper .button-wrapper .anticon-share-alt {
        font-size: 25px;
        font-weight: 700
    }
    
    .detail-product-container .detail .title-wrapper .name {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        padding: 25px 0 0 15px
    }
    
    .detail-product-container .detail .pre-order-wrapper {
        margin: 15px;
        margin-bottom: 20px;
        color: #fff
    }
    
    .detail-product-container .detail .pre-order-wrapper .text {
        background-color: #929292;
        padding: 10px;
        border-radius: 4px;
        font-weight: 500
    }
    
    .detail-product-container .detail .rating-wrapper {
        display: flex;
        justify-content: flex-start;
        font-size: 14px;
        color: #bbb;
        padding: 0 15px
    }
    
    .detail-product-container .detail .rating-wrapper .rating {
        display: flex;
        align-items: flex-end;
        margin-right: 5px;
        color: #333
    }
    
    .detail-product-container .detail .rating-wrapper .rating img {
        width: 20px;
        height: auto
    }
    
    .detail-product-container .detail .rating-wrapper .rating span {
        margin-left: 5px;
        margin-bottom: -2px;
        border-right: 1px solid #d9d9d9;
        padding-right: 5px
    }
    
    .detail-product-container .detail .rating-wrapper .likes {
        display: flex;
        align-items: flex-end;
        color: #333;
        margin-right: 10px
    }
    
    .detail-product-container .detail .rating-wrapper .likes img {
        width: 15px;
        height: auto
    }
    
    .detail-product-container .detail .rating-wrapper .likes span {
        margin-left: 5px;
        margin-bottom: -2px
    }
    
    .detail-product-container .detail .price-scheme-container {
        margin-top: 15px
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-content-box {
        padding-bottom: 0
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-header {
        height: 50px;
        border-bottom: 1px solid #d9d9d9;
        display: flex;
        align-items: baseline;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-left: 15px;
        padding-top: 0;
        font-weight: 500
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-header .arrow {
        position: relative;
        left: -25px
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-header .arrow:before {
        color: #000;
        font-size: 15px;
        font-weight: bolder
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-item {
        border-top: 7px solid #f3f3f3;
        border-bottom: 7px solid #f3f3f3
    }
    
    .detail-product-container .detail .price-scheme-container .ant-collapse-item:first-child {
        border-top: unset;
        border-bottom: unset
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper {
        position: relative;
        padding: 15px;
        padding-top: 0;
        padding-bottom: 0
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .price {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        color: #636363;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d9d9d9
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .price .number {
        font-size: 14px;
        font-weight: 700;
        color: #ffad00
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .price .number.strike {
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .price .number.promo {
        position: relative;
        overflow: hidden
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .price .number.promo:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .reseller-price {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .reseller-price .price {
        width: 50%;
        border-bottom: 0
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper {
        position: absolute;
        top: 30px;
        right: 15px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .label {
        background: #00b0b9;
        color: #fff;
        font-size: 18px
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .countdown-wrapper,
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .days-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #f5821e;
        color: #fff;
        font-size: 14px;
        margin-top: 2px
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .countdown-wrapper .icon,
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .days-left .icon {
        height: 12px;
        margin-right: 5px
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .countdown-wrapper .timer,
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper .days-left .timer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 65px
    }
    
    .detail-product-container .detail .price-scheme-container .price-wrapper .promo-wrapper:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .detail-product-container .detail .promo-running-text {
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #f5821e;
        color: #fff;
        font-weight: 700;
        white-space: nowrap;
        font-size: 12px;
        line-height: 30px;
        margin-top: -15px;
        height: 0;
        transition: all .3s ease;
        transition-delay: 1.5s
    }
    
    .detail-product-container .detail .promo-running-text.show {
        background: #f5821e;
        height: 30px
    }
    
    .detail-product-container .detail .promo-running-text .text {
        display: inline-block;
        animation: running-text 20s linear infinite
    }
    
    .detail-product-container .detail .promo-running-text .text-continue {
        display: inline-block;
        animation: running-text-continue 20s linear infinite;
        animation-delay: 10s
    }
    
    .detail-product-container .detail .status-stock {
        color: #f5222d;
        text-align: center;
        font-weight: 500;
        line-height: 30px
    }
    
    .detail-product-container .detail .order-wrapper {
        border-top: 10px solid #f1f1f1;
        padding: 15px
    }
    
    .detail-product-container .detail .order-wrapper .status-stock {
        text-align: center
    }
    
    .detail-product-container .detail .order-wrapper .button-wrapper {
        display: flex
    }
    
    .detail-product-container .detail .order-wrapper .button-wrapper .shipping-button {
        font-weight: 700;
        background: #6d6d6d;
        color: #fff;
        height: 50px
    }
    
    .detail-product-container .detail .order-wrapper .button-wrapper .shipping-button img {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }
    
    .detail-product-container .detail .order-wrapper .button-wrapper .button-order {
        margin-left: 5px;
        font-weight: 700;
        height: 50px;
        padding: 0 10px
    }
    
    .detail-product-container .detail .order-wrapper .button-wrapper .button-order img {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }
    
    .detail-product-container .detail .order-wrapper .button.patungan {
        border: 1px solid #ffad00;
        color: #ffad00;
        margin-top: 10px
    }
    
    .detail-product-container .detail .order-wrapper .button.patungan:hover {
        color: #fff;
        background-color: #ffad00;
        border-color: #ffad00
    }
    
    .detail-product-container .detail .new-rating-wrapper {
        border-top: 1px solid #f1f1f1;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }
    
    .detail-product-container .detail .new-rating-wrapper .rating .label {
        font-weight: 700
    }
    
    .detail-product-container .detail .new-rating-wrapper .rating .rating-container {
        margin-top: -2px;
        display: flex;
        justify-content: flex-start
    }
    
    .detail-product-container .detail .new-rating-wrapper .rating .rating-container .star-container {
        margin-top: 5px
    }
    
    .detail-product-container .detail .new-rating-wrapper .rating .rating-container .star {
        width: 25px;
        height: auto
    }
    
    .detail-product-container .detail .new-rating-wrapper .rating .rating-container .review-label {
        margin-left: 10px;
        margin-top: 10px
    }
    
    .detail-product-container .detail .new-rating-wrapper .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px
    }
    
    .detail-product-container .detail .new-rating-wrapper .image-wrapper.arrow {
        margin-left: 10px
    }
    
    .detail-product-container .detail .new-rating-wrapper .image-wrapper.arrow img {
        width: 15px;
        height: auto
    }
    
    .detail-product-container .detail .patungan-wrapper {
        border-top: 1px solid #f1f1f1;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }
    
    .detail-product-container .detail .patungan-wrapper .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px
    }
    
    .detail-product-container .detail .patungan-wrapper .image-wrapper img {
        width: 35px;
        height: 35px
    }
    
    .detail-product-container .detail .patungan-wrapper .image-wrapper.arrow {
        margin-left: 10px
    }
    
    .detail-product-container .detail .patungan-wrapper .image-wrapper.arrow img {
        width: 15px;
        height: auto
    }
    
    .detail-product-container .detail .patungan-wrapper .label {
        font-weight: 700
    }
    
    .detail-product-container .detail .patungan-wrapper p {
        font-size: 10px;
        color: #9c9c9c;
        line-height: 15px
    }
    
    .detail-product-container .detail .order-button-wrapper {
        width: 100%;
        max-width: 480px;
        z-index: 5;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .25)
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #222;
        height: 50px
    }
    
    @media only screen and (max-width:330px) {
        .detail-product-container .detail .order-button-wrapper .ant-col-8 {
            padding: 0 7px
        }
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8 img {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }
    
    @media only screen and (max-width:330px) {
        .detail-product-container .detail .order-button-wrapper .ant-col-8 img {
            width: 15px;
            height: 15px;
            margin-right: 2px
        }
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8 span {
        margin-left: 5px;
        margin-top: 3px
    }
    
    @media only screen and (max-width:330px) {
        .detail-product-container .detail .order-button-wrapper .ant-col-8 span {
            font-size: 13px
        }
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8.disabled {
        background-color: #6d6d6d;
        color: #fff;
        cursor: not-allowed
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8.disabled img {
        filter: invert(1)
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-8.disabled span {
        font-weight: 500
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-16 {
        height: 50px;
        background-color: #00b0b9;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-16.disabled {
        background-color: #f5f5f5;
        color: #b8b8b8;
        cursor: not-allowed
    }
    
    .detail-product-container .detail .order-button-wrapper .ant-col-16.pre-order {
        background-color: #ffad00;
        color: #fff
    }
    
    .detail-product-container .detail .stock-product {
        border-top: 1px solid #f1f1f1;
        padding: 15px
    }
    
    .detail-product-container .detail .stock-product .label {
        font-weight: 700
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper {
        margin-top: 15px;
        border: 1px solid #f1f1f1
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock {
        width: 100%;
        border: 0
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock tr:nth-child(2n) {
        background: #f3f3f3
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock tr.tds {
        color: #00b0b9
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock th {
        background: #00b0b9;
        color: #fff
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock td,
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock th {
        width: 50%;
        padding: 0 10px;
        line-height: 30px
    }
    
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock td:last-child,
    .detail-product-container .detail .stock-product .table-stock-wrapper .table-stock th:last-child {
        text-align: center
    }
    
    .detail-product-container .detail .breadcrumb-wrapper {
        border-top: 1px solid #f1f1f1;
        padding: 15px 15px 10px
    }
    
    .detail-product-container .detail .breadcrumb-wrapper .breadcrumb-navigation {
        font-size: 12px!important
    }
    
    .detail-product-container .detail .breadcrumb-wrapper .breadcrumb-product-name {
        font-size: 12px!important;
        font-weight: 500!important
    }
    
    .detail-product-container .detail .description-product {
        border-top: 2px solid #f1f1f1;
        padding: 15px
    }
    
    .detail-product-container .detail .description-product .label {
        font-weight: 700
    }
    
    .detail-product-container .detail .description-product .description-wrapper {
        margin-top: 15px;
        line-height: 25px
    }
    
    .detail-product-container .detail .description-product .description-wrapper .dimension-wrapper div {
        display: flex;
        justify-content: space-between
    }
    
    .detail-product-container .detail .description-product .description-wrapper .dimension-wrapper div span:first-child {
        flex: 0 0 100px
    }
    
    .detail-product-container .detail .description-product .description-wrapper .dimension-wrapper div span.value {
        flex-grow: 1
    }
    
    .detail-product-container .detail .description-product .description-wrapper .description {
        position: relative;
        margin-top: 15px;
        max-height: 150px;
        overflow: hidden
    }
    
    .detail-product-container .detail .description-product .description-wrapper .description.expand {
        max-height: 100%
    }
    
    .detail-product-container .detail .description-product .description-wrapper .description.collapse:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: 0;
        background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0))
    }
    
    .detail-product-container .detail .description-product .description-wrapper .read-more {
        text-align: center;
        color: #ffad00;
        font-weight: 700;
        cursor: pointer
    }
    
    .detail-product-container .detail .review-product {
        border-top: 1px solid #f1f1f1;
        padding: 15px
    }
    
    .detail-product-container .detail .review-product .rating-wrapper {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        margin-top: 25px;
        margin-bottom: 20px
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating {
        flex-basis: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating .ant-progress-circle .ant-progress-circle-path {
        stroke: #ffae00
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating .ant-progress-circle .ant-progress-text {
        color: #ffae00
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating .ant-progress-circle .ant-progress-circle-tail {
        stroke: #fff6e2
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating .ant-progress-circle .ant-progress-text {
        font-weight: 700
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .all-rating .label {
        margin-top: 5px;
        color: #282828;
        text-align: center;
        justify-content: center
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review {
        flex-basis: 70%;
        display: flex;
        flex-direction: column;
        margin-left: -15px
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review .rating-bar {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 3px
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review .rating-bar .ant-progress-line {
        width: 80%
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review .rating-bar .ant-progress-line .ant-progress-text {
        font-size: 12px;
        color: #282828
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review .rating-bar .rating-number {
        color: #282828;
        justify-content: center;
        text-align: center;
        margin: auto;
        width: 15px;
        font-size: 10px
    }
    
    .detail-product-container .detail .review-product .rating-wrapper .rating-review .rating-bar .imgStar {
        width: 15px;
        height: 12px;
        margin: auto;
        margin-right: 5px;
        margin-left: -20px;
        vertical-align: baseline
    }
    
    .detail-product-container .detail .review-product .label {
        display: flex;
        justify-content: space-between;
        font-weight: 700
    }
    
    .detail-product-container .detail .review-product .label span {
        font-weight: 400
    }
    
    .detail-product-container .detail .review-product .ant-btn-orange {
        color: #fff;
        background-color: #feac01;
        border-color: #feac01
    }
    
    .detail-product-container .detail .review-product .category-button .ant-radio-button-wrapper {
        margin-right: 10px;
        border-left: 1px solid #d9d9d9;
        border-radius: 5px
    }
    
    .detail-product-container .detail .review-product .category-button .ant-radio-button-wrapper .imgStar {
        cursor: pointer;
        margin-top: -2px;
        width: 10px;
        height: 10px;
        margin-right: 5px
    }
    
    .detail-product-container .detail .review-product .category-button .ant-radio-button-wrapper-checked {
        border-left-color: #20c4c7;
        box-shadow: unset!important
    }
    
    .detail-product-container .detail .review-product .category-button label:before {
        left: unset!important;
        width: unset!important
    }
    
    .detail-product-container .detail .review-product .review-wrapper {
        margin-top: 15px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review {
        display: flex;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .photo {
        height: 80px;
        width: 80px;
        margin-right: 15px;
        flex: 0 0 80px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper {
        width: 100%
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .name {
        font-size: 15px;
        font-weight: 700;
        padding: 0
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .date {
        margin-top: -5px;
        font-size: 12px;
        font-weight: 500;
        color: #aca9a9
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .rating {
        font-size: 12px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        position: relative
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img .placeholder {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
        padding: 8px;
        background-color: rgba(255, 173, 1, .73);
        cursor: pointer;
        border-radius: 3px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img .img {
        margin-left: 5px;
        height: 40px;
        border-radius: 3px;
        width: 40px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .title {
        font-weight: 700;
        margin-top: 10px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .title:first-letter {
        text-transform: uppercase
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .comment {
        padding-left: 30px;
        margin-top: 5px
    }
    
    .detail-product-container .detail .review-product .review-wrapper .review .comment-wrapper .comment:first-letter {
        text-transform: uppercase
    }
    
    .detail-product-container .detail .review-product .review-wrapper .show-all-review {
        text-align: center;
        color: #ffad00;
        font-weight: 700;
        cursor: pointer
    }
    
    .detail-product-container .detail .review-product .no-review {
        margin-top: 15px
    }
    
    .detail-product-container .detail .similar-product {
        border-top: 1px solid #f1f1f1;
        background: #00b0b9;
        color: #fff;
        padding: 15px 0
    }
    
    .detail-product-container .detail .similar-product .label {
        font-weight: 700;
        margin: 0 15px
    }
    
    .detail-product-container .detail .similar-product .product-wrapper {
        display: inline-flex;
        margin: 0 -15px 15px -10px;
        padding: 0 15px
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product {
        display: flex;
        flex-direction: column;
        width: 150px;
        overflow: hidden;
        margin: 15px 0 15px 10px;
        background: #fff;
        font-size: 12px;
        border-radius: 3px;
        cursor: pointer
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .image {
        width: 100%;
        padding-top: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #ddd;
        position: relative
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .image .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        user-select: none
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .image .out-stock-overlay span {
        position: fixed
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        padding: 10px;
        box-sizing: border-box
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .name {
        margin-bottom: 2px;
        font-weight: 700;
        color: #000;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
        font-size: unset;
        line-height: unset;
        font-weight: 500;
        padding: unset
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .price {
        color: #ffad00;
        font-weight: 700;
        margin-top: 0
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .rating {
        font-size: 12px
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .rating .number {
        color: #8c8c8c
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .uom-note {
        margin-top: 0;
        color: #949494;
        font-size: 10px
    }
    
    .detail-product-container .detail .similar-product .product-wrapper .product .content .status-stock {
        text-align: center;
        font-weight: 500;
        margin: 0 -10px -10px;
        background: #f5222d;
        color: #fff
    }
    
    .detail-product-container .drawer-up .container {
        border-radius: 0;
        padding-bottom: 56px;
        min-height: 100vh;
        top: 0;
        bottom: 0
    }
    
    .detail-product-container .drawer-up .title-wrapper {
        position: sticky;
        top: -15px;
        margin: -15px 0 15px;
        padding: 15px 0 1px;
        background: #fff;
        z-index: 1
    }
    
    .detail-product-container .drawer-up .title-wrapper .title {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 15px
    }
    
    .detail-product-container .drawer-up .title-wrapper .title:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        height: 5px;
        width: 100px;
        background: #00b0b9
    }
    
    @-moz-document url-prefix() {
        .detail-product-container .drawer-up .description-product {
            padding-bottom: 65px
        }
    }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .detail-product-container .drawer-up .description-product,
        .detail-product-container .drawer-up::i-block-chrome {
            padding-bottom: 65px;
            margin-bottom: 100px
        }
    }
    
    .detail-product-container .drawer-up .review-product {
        padding: 0 0 15px
    }
    
    .detail-product-container .drawer-up .review-product .category-button .ant-radio-button-wrapper {
        margin-right: 10px;
        border-left: 1px solid #d9d9d9;
        border-radius: 5px
    }
    
    .detail-product-container .drawer-up .review-product .category-button .ant-radio-button-wrapper .imgStar {
        cursor: pointer;
        margin-top: -2px;
        width: 10px;
        height: 10px;
        margin-right: 5px
    }
    
    .detail-product-container .drawer-up .review-product .category-button .ant-radio-button-wrapper-checked {
        border-left-color: #20c4c7;
        box-shadow: unset!important
    }
    
    .detail-product-container .drawer-up .review-product .category-button label:before {
        left: unset!important;
        width: unset!important
    }
    
    .detail-product-container .drawer-up .review-product .label {
        display: flex;
        justify-content: space-between;
        font-weight: 700
    }
    
    .detail-product-container .drawer-up .review-product .label span {
        font-weight: 400
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper {
        margin-top: 15px;
        margin-bottom: 60px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review {
        display: flex;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .photo {
        height: 80px;
        width: 80px;
        margin-right: 15px;
        flex: 0 0 80px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper {
        width: 100%
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .name {
        font-size: 14px;
        font-weight: 700;
        padding: 0
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .date {
        margin-top: -5px;
        font-size: 12px;
        font-weight: 500;
        color: #aca9a9
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .rating {
        font-size: 12px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        position: relative
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img .placeholder {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
        padding: 8px;
        background-color: rgba(255, 173, 1, .73);
        cursor: pointer;
        border-radius: 3px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .header-comment .list-img .img {
        margin-left: 5px;
        height: 40px;
        border-radius: 3px;
        width: 40px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .title {
        font-weight: 700;
        margin-top: 10px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .title:first-letter {
        text-transform: uppercase
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .comment {
        margin-left: 30px;
        margin-top: 5px
    }
    
    .detail-product-container .drawer-up .review-product .review-wrapper .review .comment-wrapper .comment:first-letter {
        text-transform: uppercase
    }
    
    .detail-product-container .drawer-up .review-product .no-review {
        margin-top: 15px
    }
    
    .detail-product-container .close-all-review,
    .detail-product-container .close-description {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        width: 100%;
        max-width: 480px;
        height: 65px;
        border-top: 1px solid #f1f1f1;
        background: #fff;
        padding: 15px;
        z-index: 99999999;
        transform: translateY(200%);
        transition: all .5s ease
    }
    
    .detail-product-container .close-all-review.show,
    .detail-product-container .close-description.show {
        transform: translateY(0)
    }
    
    .detail-product-container .close-all-review .close-button,
    .detail-product-container .close-all-review .close-button:active,
    .detail-product-container .close-all-review .close-button:hover,
    .detail-product-container .close-description .close-button,
    .detail-product-container .close-description .close-button:active,
    .detail-product-container .close-description .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .detail-product-container .review-img-drawer {
        z-index: 99999999
    }
    
    .detail-product-container .review-img-drawer .container {
        min-height: unset!important;
        top: calc(50% - 210px);
        bottom: calc(50% - 210px)
    }
    
    .detail-product-container .review-img-drawer .container .slide-img-review {
        width: 100%;
        height: 370px;
        display: flex!important;
        align-items: center
    }
    
    .detail-product-container .review-img-drawer .container .slide-img-review img {
        width: 100%;
        height: auto
    }
    
    .detail-product-container .review-img-drawer .close {
        display: block!important
    }
    
    @keyframes bouncer {
        to {
            transform: scale(1.75) translateY(-20px)
        }
    }
    
    @keyframes show-product {
        0% {
            opacity: 0;
            transform: scale(.9)
        }
        to {
            opacity: 1;
            transform: scale(1)
        }
    }
    
    @keyframes show {
        0% {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes like {
        0% {
            color: #777;
            transform: scale(1)
        }
        50% {
            transform: scale(1.3)
        }
        to {
            color: #e61e3c;
            transform: scale(1)
        }
    }
    
    @keyframes unlike {
        0% {
            color: #777;
            transform: scale(1)
        }
        50% {
            transform: scale(1.3)
        }
        to {
            color: #777;
            transform: scale(1)
        }
    }
    
    @keyframes shinning {
        0% {
            transform: translateX(-200%) rotate(45deg)
        }
        to {
            transform: translateX(200%) rotate(45deg)
        }
    }
    
    @keyframes shinning-full {
        0% {
            transform: translateX(-100%)
        }
        to {
            transform: translateX(100%)
        }
    }
    
    @keyframes loader-jump {
        0% {
            transform: translateY(0)
        }
        18% {
            transform: translateY(-7px)
        }
        36%,
        to {
            transform: translateY(0)
        }
    }
    
    @keyframes running-text {
        0% {
            transform: translatex(100%)
        }
        to {
            transform: translatex(-100%)
        }
    }
    
    @keyframes running-text-continue {
        0% {
            transform: translatex(0)
        }
        to {
            transform: translatex(-200%)
        }
    }
    
    @keyframes skeleton {
        0% {
            opacity: 1
        }
        50% {
            opacity: .3
        }
        to {
            opacity: 1
        }
    }
     /*--- Batas Style --- */
    .patungan-modal {
        width: calc(100% - 20px)!important;
        max-width: 400px
    }
    
    .patungan-modal .ant-modal-body {
        padding: 0!important
    }
    
    .patungan-modal .ant-modal-close-x {
        font-size: 25px
    }
    
    .patungan-modal .body-content {
        text-align: center
    }
    
    .patungan-modal .body-content .slick-slide {
        height: inherit!important;
        width: calc(100% - 20px)!important;
        max-width: 400px
    }
    
    .patungan-modal .body-content .slick-slide>div {
        height: 100%;
        padding: 25px
    }
    
    .patungan-modal .body-content .slick-slide>div .container {
        height: 100%;
        display: flex!important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center
    }
    
    .patungan-modal .body-content .slick-track {
        display: flex!important
    }
    
    .patungan-modal .geser {
        font-weight: 700;
        color: #15b8b2;
        cursor: pointer
    }
    
    .patungan-modal .li-oval {
        display: flex;
        align-items: center
    }
    
    .patungan-modal .li-oval img {
        height: 5px;
        margin-right: 5px
    }
    
    .patungan-modal .li-tick {
        display: flex;
        align-items: center
    }
    
    .patungan-modal .li-tick img {
        height: 10px;
        margin-right: 5px
    }
    
    .patungan-modal .image img {
        height: 204px
    }
    
    .patungan-modal .label {
        margin: 25px 0
    }
    
    .patungan-modal .label p {
        margin: 0;
        color: #000;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.42
    }
    
    .patungan-modal .btn-block {
        border-radius: 40px;
        margin: 10px 0;
        font-weight: 700
    }
    
    .patungan-modal .btn-block.shopping {
        background: #fff;
        color: #15b8b2
    }
    
    .patungan-modal .btn-block.login {
        border-radius: 40px;
        background: transparent;
        border: 1px solid #00b0b9;
        color: #00b0b9
    }
    
    .jumlah-patungan {
        font-weight: 700;
        display: flex
    }
    
    .jumlah-patungan .num {
        color: #ffad00
    }
    
    .text-left {
        text-align: left
    }
    
    .text-right {
        text-align: right
    }
    
    .flex {
        display: flex
    }
    
    .space-between {
        display: flex;
        justify-content: space-between
    }
    
    .align-items-center {
        display: flex;
        align-items: center
    }
    
    .alamat-utama {
        background-color: #ffad00;
        border-radius: 8.5px;
        padding: 0 10px;
        color: #fff
    }
    
    .page-patungan {
        margin: -6px -15px 0
    }
    
    .page-patungan .patungan__product {
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2);
        padding: 15px
    }
    
    .page-patungan .jumlah input {
        box-shadow: unset;
        border-top: unset;
        border-right: unset;
        border-left: unset;
        text-align: center;
        width: 55px;
        height: 20px;
        padding: 13px 0;
        border-radius: 0
    }
    
    .page-patungan .plus-minus {
        height: 23px;
        width: 23px;
        margin: 0 5px;
        position: relative;
        display: inline-block;
        cursor: pointer
    }
    
    .page-patungan .plus-minus .hide-hover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99
    }
    
    .page-patungan .plus-minus:hover .hide-hover {
        display: inline
    }
    
    .page-patungan .barang-title {
        font-size: 15px;
        font-weight: 500
    }
    
    .page-patungan .barang-title-sub {
        font-size: 12px;
        color: #8b8b8b
    }
    
    .page-patungan .netto {
        font-size: 14px;
        font-weight: 500;
        color: #707070
    }
    
    .page-patungan .dikirim__label {
        font-size: 12px;
        font-weight: 400
    }
    
    .page-patungan .price {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        color: #636363;
        margin-top: 15px
    }
    
    .page-patungan .price .number {
        font-size: 14px;
        font-weight: 700;
        color: #ffad00
    }
    
    .page-patungan .price .number.strike {
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .page-patungan .price .number.promo {
        position: relative;
        overflow: hidden
    }
    
    .page-patungan .price .number.promo:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .kurir-list .non-list {
        margin: 0 auto;
        height: .3rem;
        background-color: #d8d8d8;
        border-radius: 4px;
        width: 75px;
        cursor: pointer
    }
    
    .kurir-list .list {
        display: flex;
        align-items: center;
        box-shadow: 0 2px 10px 0 #ccccc0;
        margin-top: 15px;
        padding: 18px 0;
        border-radius: 5px;
        cursor: pointer
    }
    
    .kurir-list .list img {
        width: 50%;
        height: 30px;
        object-fit: contain
    }
    
    .kurir-list .list .info .title {
        font-weight: 700;
        font-size: 14px
    }
    
    .kurir-list .list .info .day {
        font-weight: 500;
        font-size: 12px;
        color: #d8d8d8
    }
    
    .kurir-list .list .info .price {
        font-weight: 650;
        font-size: 14px;
        color: #ffad00
    }
    
    .drawer-up>.container>.close {
        display: none
    }
    
    .detail-kurir {
        justify-content: space-between;
        cursor: pointer
    }
    
    .detail-kurir,
    .detail-kurir .flex-img {
        display: flex;
        align-items: center
    }
    
    .detail-kurir .flex-img img {
        height: 20px;
        object-fit: contain;
        margin-left: 10px
    }
    
    .new-order-page-container-patungan {
        margin: -15px;
        padding-bottom: 70px;
        font-size: 12px
    }
    
    .new-order-page-container-patungan .ant-btn-circle:disabled:hover>.anticon {
        color: #b3b3b3!important
    }
    
    .new-order-page-container-patungan .menu-wizard {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        width: 100%;
        position: relative
    }
    
    .new-order-page-container-patungan .menu-wizard .background {
        position: absolute
    }
    
    .new-order-page-container-patungan .menu-wizard .menu {
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 0 20px -10px;
        height: 30px;
        width: 30px
    }
    
    .new-order-page-container-patungan .menu-wizard .menu img {
        height: 30px;
        width: 30px;
        object-fit: none;
        cursor: default
    }
    
    .new-order-page-container-patungan .menu-wizard .active {
        background-color: #15b8b2
    }
    
    .new-order-page-container-patungan .menu-wizard .line {
        width: 27px;
        height: 1px;
        margin: 0 7.5px
    }
    
    .new-order-page-container-patungan .new-order {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }
    
    .new-order-page-container-patungan .new-order .order-produk {
        padding: 20px;
        border-bottom: .8px solid rgba(0, 0, 0, .1)
    }
    
    .new-order-page-container-patungan .new-order .order-produk .delete_order {
        margin-top: -10px;
        background: none;
        color: red;
        font-size: 20px;
        border: none;
        font-weight: 800
    }
    
    .new-order-page-container-patungan .new-order .order-produk .detail-produk {
        display: flex
    }
    
    .new-order-page-container-patungan .new-order .order-produk .detail-produk .detail-desc {
        margin-left: 10px
    }
    
    .new-order-page-container-patungan .new-order .order-produk .detail-produk .title {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.33
    }
    
    .new-order-page-container-patungan .new-order .order-produk .barang {
        font-weight: 500;
        line-height: 1.33
    }
    
    .new-order-page-container-patungan .new-order .order-produk .img-produk {
        width: 100px;
        height: 100px;
        object-fit: fill;
        border-radius: 4px
    }
    
    .new-order-page-container-patungan .metode-pengiriman {
        padding: 20px;
        margin-bottom: 30px
    }
    
    .new-order-page-container-patungan .metode-pengiriman .title-type-metode {
        display: flex;
        font-size: 12px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .metode-pengiriman img {
        width: 11px;
        height: 11px;
        margin-left: 5px
    }
    
    .new-order-page-container-patungan .metode-pengiriman button {
        border-radius: 8px!important;
        font-weight: 700;
        font-size: 12px!important;
        padding: 0 24px!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman button.add-produk {
        margin-top: 10px;
        color: #ffad00!important;
        border-color: #ffad00!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-select-selection {
        border-top: unset!important;
        border-left: unset!important;
        border-right: unset!important;
        border-radius: unset!important;
        height: 60px!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-select-selection__rendered {
        font-weight: 700!important;
        margin-left: unset!important;
        line-height: 60px!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-select-selection__rendered .recommended {
        height: 18px;
        margin-top: -8px;
        font-weight: unset!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-select-selection,
    .new-order-page-container-patungan .metode-pengiriman .select-selection,
    .new-order-page-container-patungan .metode-pengiriman .select-selection:active,
    .new-order-page-container-patungan .metode-pengiriman .select-selection:focus,
    .new-order-page-container-patungan .metode-pengiriman .select-selection:hover {
        box-shadow: unset!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .item57 {
        height: 57px
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-select-dropdown-menu-list .item57 {
        height: 37px;
        font-weight: 700!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .order__label {
        font-size: 10px!important;
        color: #b3b3b3!important;
        margin-bottom: -12px!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-checkbox-wrapper,
    .new-order-page-container-patungan .metode-pengiriman .ant-checkbox-wrapper span {
        display: flex;
        align-items: center
    }
    
    .new-order-page-container-patungan .metode-pengiriman .ant-checkbox-wrapper span img {
        height: 11px;
        width: 11px
    }
    
    .new-order-page-container-patungan .metode-pengiriman .order__delivery__member__address {
        position: relative;
        background-color: transparent
    }
    
    .new-order-page-container-patungan .metode-pengiriman .order__delivery__member__address .change_address {
        cursor: pointer;
        position: absolute;
        right: 15px
    }
    
    .new-order-page-container-patungan .metode-pengiriman .select-tds-gudang {
        display: flex
    }
    
    .new-order-page-container-patungan .metode-pengiriman .select-tds-gudang .active {
        background-color: #c5fffd!important
    }
    
    .new-order-page-container-patungan .metode-pengiriman .select-tds-gudang .split {
        height: 40px;
        width: .3rem;
        margin-right: 11px;
        margin-left: 11px;
        background-color: #dcdcdc
    }
    
    .new-order-page-container-patungan .metode-pengiriman button>span:focus,
    .new-order-page-container-patungan .metode-pengiriman button>span:hover {
        color: #fff!important
    }
    
    .new-order-page-container-patungan .patungan__product {
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(40, 40, 40, .2);
        padding: 15px
    }
    
    .new-order-page-container-patungan .patungan__product .barang-title {
        font-weight: 500;
        line-height: 1.33
    }
    
    .new-order-page-container-patungan .patungan__product .from {
        font-size: 10px!important;
        color: #b3b3b3!important;
        margin-bottom: -12px!important
    }
    
    .new-order-page-container-patungan .patungan__product input {
        color: #000!important;
        background-color: #fff!important;
        border: unset!important;
        font-weight: 700!important;
        border-bottom: 1px solid #d9d9d9!important;
        padding: unset!important
    }
    
    .new-order-page-container-patungan .patungan__product input:hover {
        border-bottom: 1px solid #37c4bb!important
    }
    
    .new-order-page-container-patungan .cart {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }
    
    .new-order-page-container-patungan .cart .loc {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #d9d9d9
    }
    
    .new-order-page-container-patungan .cart .loc img {
        height: 33px;
        width: 33px
    }
    
    .new-order-page-container-patungan .cart .loc .name {
        display: flex;
        align-items: center
    }
    
    .new-order-page-container-patungan .cart .loc .name div {
        margin-left: 8px
    }
    
    .new-order-page-container-patungan .cart .title {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.43;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        cursor: pointer
    }
    
    .new-order-page-container-patungan .cart .title .text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
    
    .new-order-page-container-patungan .cart .title img {
        width: 9px;
        height: 16px;
        object-fit: contain
    }
    
    .new-order-page-container-patungan .cart .detail {
        display: flex;
        font-size: 12px;
        font-weight: 500;
        color: #6d7278;
        padding: 0 15px 15px;
        border-bottom: 1px solid #d9d9d9
    }
    
    .new-order-page-container-patungan .cart .detail .text {
        width: 100%
    }
    
    .new-order-page-container-patungan .cart .detail .produk {
        border-radius: 4px;
        height: 100px;
        width: 100px;
        margin-right: 15px
    }
    
    .new-order-page-container-patungan .cart .detail .price {
        color: #ffad00;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px
    }
    
    .new-order-page-container-patungan .cart .detail .diskon {
        font-size: 14px;
        color: #e02020
    }
    
    .new-order-page-container-patungan .cart .detail .list {
        margin-bottom: 7px
    }
    
    .new-order-page-container-patungan .cart .detail .poin {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 11px;
        color: #15b8b2
    }
    
    .new-order-page-container-patungan .cart .detail .poin img {
        width: 12px;
        height: 14px;
        object-fit: contain;
        cursor: pointer
    }
    
    .new-order-page-container-patungan .cart .jumlah-group {
        padding: 15px;
        max-height: 47px;
        height: 100%;
        overflow: hidden;
        transition: all .3s ease-in-out
    }
    
    .new-order-page-container-patungan .cart .jumlah-group.open {
        max-height: 500px
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .total {
        padding-bottom: 6px;
        font-size: 13px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .total .price {
        font-weight: 700;
        color: #ffad00;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        margin: 0
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .total .price img {
        transition: all .3s ease;
        transform: rotate(-90deg);
        margin-left: 5px;
        height: 12px;
        width: 12px
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .total .price img.open {
        transform: rotate(0deg)
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .jumlah {
        margin-top: 10px;
        font-size: 12px;
        display: flex;
        justify-content: space-between
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .jumlah .hitam {
        font-weight: 500
    }
    
    .new-order-page-container-patungan .cart .jumlah-group .jumlah .merah {
        font-weight: 500;
        color: #e02020
    }
    
    .new-order-page-container-patungan .voucher {
        margin-top: 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff;
        padding: 15px;
        color: #15b8b2;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer
    }
    
    .new-order-page-container-patungan .voucher img {
        width: 25px;
        height: 16px;
        object-fit: contain;
        margin-right: 11px
    }
    
    .new-order-page-container-patungan .total-order {
        font-size: 12px;
        margin-top: 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }
    
    .new-order-page-container-patungan .total-order .list-total {
        padding: 15px 15px 7px;
        border-bottom: 5px solid #15b8b2
    }
    
    .new-order-page-container-patungan .total-order .list-total .list {
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between
    }
    
    .new-order-page-container-patungan .total-order .list-total .list .merah {
        font-size: 13px;
        font-weight: 500;
        color: #e02020
    }
    
    .new-order-page-container-patungan .total-order .list-total .list .orange {
        font-size: 13px;
        font-weight: 500;
        color: #ffad00
    }
    
    .new-order-page-container-patungan .total-order .list-total .list .hijau {
        font-size: 13px;
        font-weight: 500;
        color: #15b8b2
    }
    
    .new-order-page-container-patungan .belanja-lagi {
        padding: 25px 15px;
        text-align: center
    }
    
    .new-order-page-container-patungan .belanja-lagi p {
        margin-bottom: 0
    }
    
    .new-order-page-container-patungan .belanja-lagi button {
        color: #ffad00;
        border-color: #ffad00;
        margin-top: 15px;
        border-radius: 20px
    }
    
    .new-order-page-container-patungan .belanja-lagi button img {
        height: 20px;
        width: 20px;
        object-fit: contain;
        margin-right: 5px
    }
    
    .new-order-page-container-patungan .shipping {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff;
        margin-bottom: 15px
    }
    
    .new-order-page-container-patungan .shipping .loc {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #d9d9d9
    }
    
    .new-order-page-container-patungan .shipping .loc img {
        height: 33px;
        width: 33px
    }
    
    .new-order-page-container-patungan .shipping .loc .name {
        display: flex;
        align-items: center
    }
    
    .new-order-page-container-patungan .shipping .loc .name div {
        margin-left: 8px
    }
    
    .new-order-page-container-patungan .shipping .title {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.43;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px
    }
    
    .new-order-page-container-patungan .shipping .title .text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
    
    .new-order-page-container-patungan .shipping .title .img {
        width: 9px;
        height: 16px;
        object-fit: contain
    }
    
    .new-order-page-container-patungan .shipping .title .badge {
        position: absolute;
        display: flex;
        align-items: center;
        top: -1px;
        left: 0;
        padding: 0 15px;
        line-height: 20px;
        border-radius: 0 0 20px 0;
        background: #00b0b9;
        border-top: 1px solid #ddd;
        color: #fff;
        font-size: 12px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .shipping .title .badge .icon {
        height: 12px;
        margin-right: 8px
    }
    
    .new-order-page-container-patungan .shipping .detail {
        display: flex;
        font-size: 12px;
        font-weight: 500;
        color: #6d7278;
        padding: 0 15px 15px
    }
    
    .new-order-page-container-patungan .shipping .detail .text {
        width: 100%
    }
    
    .new-order-page-container-patungan .shipping .detail .image-wrapper {
        flex: 0 0 100px;
        height: 100px;
        width: 100px;
        margin-right: 15px;
        border-radius: 10px
    }
    
    .new-order-page-container-patungan .shipping .detail .image-wrapper .image {
        width: 100%;
        padding-top: 100%;
        border-radius: 4px
    }
    
    .new-order-page-container-patungan .shipping .detail .produk {
        border-radius: 4px;
        height: 100px;
        width: 100px;
        margin-right: 15px
    }
    
    .new-order-page-container-patungan .shipping .detail .price {
        color: #ffad00;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px
    }
    
    .new-order-page-container-patungan .shipping .detail .strike {
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .new-order-page-container-patungan .shipping .detail .diskon {
        font-size: 14px;
        color: #e02020
    }
    
    .new-order-page-container-patungan .shipping .detail .list {
        margin-bottom: 7px
    }
    
    .new-order-page-container-patungan .shipping .detail .poin {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 11px;
        color: #15b8b2
    }
    
    .new-order-page-container-patungan .shipping .detail .poin img {
        width: 12px;
        height: 14px;
        object-fit: contain;
        cursor: pointer
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 0 15px 15px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-top: 10px;
        overflow: hidden
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one .image {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
        background: #ddd;
        border-radius: 10px
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one .detail-one {
        flex-grow: 1;
        margin-left: 15px;
        flex-direction: column
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one .detail-one .product-name {
        font-size: 15px;
        font-weight: 500;
        padding: 0;
        border-top: 0;
        text-transform: none;
        cursor: unset
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one .detail-one .info {
        font-size: 12px
    }
    
    .new-order-page-container-patungan .shipping .buy-one-get-one .detail-one .free {
        font-size: 14px;
        font-weight: 700;
        color: #ffad00;
        margin-top: 5px
    }
    
    .new-order-page-container-patungan .shipping .address {
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 300;
        border-top: 1px solid #dcdcdc
    }
    
    .new-order-page-container-patungan .shipping .address p {
        margin: unset!important
    }
    
    .new-order-page-container-patungan .shipping .address .text {
        font-weight: 500
    }
    
    .new-order-page-container-patungan .shipping .address .contact {
        font-weight: 400
    }
    
    .new-order-page-container-patungan .shipping .courier {
        border-top: 1px solid #dcdcdc;
        padding: 10px 15px
    }
    
    .new-order-page-container-patungan .shipping .courier .pilih {
        font-size: 14px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .shipping .courier .change {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: baseline
    }
    
    .new-order-page-container-patungan .shipping .courier .change .recomended {
        font-size: 10px;
        color: #b3b3b3
    }
    
    .new-order-page-container-patungan .shipping .courier .change .type {
        display: flex;
        align-items: center
    }
    
    .new-order-page-container-patungan .shipping .courier .change .type img {
        width: 9px;
        height: 16px;
        object-fit: contain
    }
    
    .new-order-page-container-patungan .shipping .courier .change .type .type-courier {
        width: 73px;
        height: 21px;
        object-fit: contain;
        margin-right: 14px
    }
    
    .new-order-page-container-patungan .shipping .courier .change-total {
        font-size: 13px;
        display: flex
    }
    
    .new-order-page-container-patungan .shipping .courier .change-total .uppercase {
        text-transform: uppercase
    }
    
    .new-order-page-container-patungan .shipping .subsidi {
        padding: 15px 15px 0;
        font-size: 12px;
        border-top: 1px solid #dcdcdc
    }
    
    .new-order-page-container-patungan .shipping .subsidi .list {
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .new-order-page-container-patungan .shipping .subsidi .list .ant-switch-checked {
        background-color: #ffad00
    }
    
    .new-order-page-container-patungan .shipping .subsidi .list .label {
        font-size: 12px;
        font-weight: 500;
        color: #ffad00
    }
    
    .new-order-page-container-patungan .shipping .subsidi .list .orange {
        color: #ffad00
    }
    
    .new-order-page-container-patungan .shipping .batas-waktu {
        border-top: 1px solid #dcdcdc;
        padding: 20px 15px;
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        font-weight: 300
    }
    
    .new-order-page-container-patungan .shipping .batas-waktu .title-batas {
        font-size: 12px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .shipping .batas-waktu .countdown-wrapper {
        color: #e02020;
        font-size: 12px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .shipping .batas-waktu .countdown-wrapper .timer {
        display: flex;
        justify-content: flex-end
    }
    
    .new-order-page-container-patungan .shipping .batas-waktu .countdown-wrapper .timer .countdown {
        margin: 0 4px;
        border: 1px solid;
        padding: 3px;
        min-width: 25px;
        text-align: center;
        border-radius: 5px
    }
    
    .new-order-page-container-patungan .shipping .courier-sudah-ditentukan {
        border-top: 1px solid #dcdcdc;
        padding: 17px 15px;
        font-size: 13px
    }
    
    .new-order-page-container-patungan .shipping .courier-sudah-ditentukan .title-ditentukan {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500
    }
    
    .new-order-page-container-patungan .drawer-up .container {
        min-height: unset!important;
        top: unset!important
    }
    
    .none {
        display: none
    }
    
    .add-to-order {
        width: 100%;
        max-width: 480px;
        position: fixed;
        bottom: 0;
        margin-left: -15px;
        z-index: 90;
        border-top: 1px solid #ececec;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }
    
    .add-to-order button {
        font-weight: 700
    }
    
    .add-to-order:disabled>span:hover {
        color: #b3b3b3!important
    }
    
    .add-to-order .price {
        margin: 0!important
    }
    
    .add-to-order .price .number {
        font-size: 17px!important
    }
    
    .curtain .toolbar-metode {
        max-width: 480px;
        width: 100%;
        position: fixed;
        top: -1px;
        background-color: #fff;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        z-index: 90;
        padding: 18px 15px!important;
        display: unset!important;
        height: unset!important;
        box-shadow: unset!important
    }
    
    .curtain .toolbar-metode .info {
        margin-top: 20px;
        font-size: 13px;
        font-weight: 300;
        width: 100%;
        padding: 12px 17px;
        border-radius: 8px;
        background-color: #fffcd7
    }
    
    .curtain .toolbar-metode .info img {
        height: 13px;
        width: 13px;
        margin-right: 15px
    }
    
    .curtain .select-metode {
        cursor: pointer;
        padding: 18px 33px 18px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: .8px solid #d9d9d9;
        border-bottom: .8px solid #d9d9d9;
        font-size: 15px;
        font-weight: 500;
        box-shadow: 0 1px 2px 0 rgba(40, 40, 40, .2)
    }
    
    .curtain .select-metode img {
        height: 28px;
        width: 28px
    }
    
    .curtain .body-metode {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 125px);
        margin-top: 125px
    }
    
    .curtain .body-metode button {
        margin: 15px;
        font-weight: 700;
        width: calc(100% - 30px)
    }
    
    .curtain .category {
        margin-bottom: 25px
    }
    
    .curtain .category .text-category {
        text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        font-size: 15px;
        font-weight: 700
    }
    
    .curtain .category .list-category {
        margin-top: 10px;
        border-radius: 4px;
        border: .8px solid #d9d9d9;
        padding: 15px 0;
        position: relative;
        cursor: pointer
    }
    
    .curtain .category .list-category .title-termurah {
        margin-left: 18px;
        font-size: 10px;
        font-weight: 500
    }
    
    .curtain .category .list-category .list-desc {
        display: flex
    }
    
    .curtain .category .list-category .list-desc .div-img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .curtain .category .list-category .list-desc .div-img img {
        width: 100px;
        height: 40px;
        object-fit: contain
    }
    
    .curtain .category .list-category .list-desc .desc {
        font-size: 14px;
        font-weight: 500
    }
    
    .curtain .category .list-category .list-desc .desc .small {
        font-size: 12px;
        font-weight: 400;
        color: #6d6d6d
    }
    
    .curtain .category .list-category .list-desc .desc .orang-price {
        color: #ffad00
    }
    
    .curtain .category .list-category:hover {
        border: 1.2px solid #15b8b2!important
    }
    
    .curtain .category .list-category:hover .title-termurah {
        color: #15b8b2
    }
    
    .curtain .category .termurah {
        border: .8px solid #15b8b2
    }
    
    .curtain .category .termurah .title-termurah {
        color: #15b8b2
    }
    
    .curtain .category .termurah .anticon-check {
        font-size: 25px;
        font-weight: 700;
        color: #15b8b2;
        position: absolute;
        right: 12px;
        top: 35%
    }
    
    .netto {
        font-size: 14px;
        font-weight: 500;
        padding-right: 37px
    }
    
    .price {
        display: flex;
        flex-direction: column;
        color: #FFF;
        margin-top: 5px;
        font-size: 12px;
        font-weight: 700
    }
    
    .price .number {
        font-size: 14px;
        color: #ffad00
    }
    
    .price .number.strike {
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .price .number.promo {
        position: relative;
        overflow: hidden
    }
    
    .price .number.promo:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .jumlah input {
        box-shadow: unset;
        border-top: unset;
        border-right: unset;
        border-left: unset;
        text-align: center;
        width: 55px;
        height: 20px;
        padding: 13px 0;
        border-radius: 0;
        font-weight: 700
    }
    
    .jumlah .ant-input:focus {
        box-shadow: unset!important
    }
    
    .plus-minus {
        height: 23px;
        width: 23px;
        margin: 0 5px;
        position: relative;
        display: inline-block;
        cursor: pointer
    }
    
    .plus-minus .hide-hover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99
    }
    
    .plus-minus:hover .hide-hover {
        display: inline
    }
    
    .ambilsendiri {
        margin-left: -20px
    }
    
    .ambilsendiri .mt-3,
    .ambilsendiri .my-3,
    .ambilsendiri .my-4,
    .ambilsendiri .order__delivery__branch__address {
        margin: 1rem!important
    }
    
    .ambilsendiri .divtop {
        margin-top: 70px!important
    }
    
    .page-payment-new {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }
    
    .page-payment-new .detail-payment {
        font-size: 15px;
        padding: 20px 15px;
        color: #000!important;
        background-color: #fff
    }
    
    .page-payment-new .detail-payment .title {
        font-weight: 700;
        padding-bottom: 10px
    }
    
    .page-payment-new .detail-payment .list {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        margin-top: 10px
    }
    
    .page-payment-new .detail-payment .list img {
        margin-left: 5px;
        cursor: pointer
    }
    
    .page-payment-new .detail-payment .list .tag-voucher-underline {
        text-transform: uppercase!important;
        font-weight: 700!important
    }
    
    .page-payment-new .detail-payment .list .price-payment {
        font-weight: 500!important;
        text-align: right
    }
    
    .page-payment-new .detail-payment .list .price-payment-orange {
        font-weight: 500!important;
        color: #ffad00
    }
    
    .page-payment-new .metode-title {
        font-size: 15px;
        font-weight: 700;
        padding: 28px 15px 17px;
        border-top: 5px solid #15b8b2;
        background-color: #fff
    }
    
    .page-payment-new .ant-collapse-item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }
    
    .page-payment-new .ant-collapse-header {
        padding: 14px!important
    }
    
    .page-payment-new .header-panel-new {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .21px
    }
    
    .page-payment-new .ant-collapse-header .arrow:before {
        display: none!important
    }
    
    .page-payment-new .ant-collapse-header .header-panel-new .arrow-new {
        width: 14.3px;
        height: 8px;
        transition: all .3s;
        transform: rotate(0deg)!important
    }
    
    .page-payment-new .ant-collapse-header[aria-expanded=true] .header-panel-new .arrow-new {
        transform: rotate(-180deg)!important
    }
    
    .page-payment-new .ant-select-selection {
        border-top: unset!important;
        border-left: unset!important;
        border-right: unset!important;
        border-radius: unset!important;
        height: 50px!important
    }
    
    .page-payment-new .ant-select-selection__rendered {
        font-weight: 700!important;
        margin-left: unset!important;
        line-height: 50px!important
    }
    
    .page-payment-new .ant-select-selection,
    .page-payment-new .select-selection,
    .page-payment-new .select-selection:active,
    .page-payment-new .select-selection:focus,
    .page-payment-new .select-selection:hover {
        box-shadow: unset!important
    }
    
    .page-payment-new .order__label {
        font-size: 12px!important
    }
    
    .recommended {
        font-size: 10px;
        color: #b3b3b3
    }
    
    .content-modal-alert .title {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 7px
    }
    
    .content-modal-alert p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.67
    }
    
    .info-modal {
        cursor: pointer;
        align-self: center
    }
    
    .alert-info {
        border-radius: 3px;
        background-color: #e6fcfb;
        padding: 13px 17px;
        margin-bottom: 20px
    }
    
    .alert-info .title {
        font-size: 12px;
        font-weight: 500;
        color: #636363;
        margin-bottom: 7px
    }
    
    .alert-info p {
        margin-bottom: unset!important;
        font-size: 10px;
        font-weight: 300;
        color: #757575
    }
    
    .shipping-cost-wrapper {
        padding: 5px;
        min-height: 200px;
        margin-bottom: 10px
    }
    
    .shipping-cost-wrapper .label {
        padding-bottom: 10px;
        margin-left: 5px;
        font-weight: 500
    }
    
    .shipping-cost-wrapper .loading {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        height: 175px
    }
    
    .shipping-cost-wrapper .loading img {
        height: 20px
    }
    
    .shipping-cost-wrapper .table-wrapper {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        overflow: hidden
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table {
        width: 100%
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table thead tr {
        background: #fff
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table tr {
        background: #eee;
        padding: 0 10px
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table tr:nth-child(2n) {
        background: #fff
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table tr th {
        font-size: 12px;
        line-height: 30px;
        font-weight: 700;
        text-align: center;
        color: #909090
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table tr td {
        padding: 8px;
        font-weight: 700;
        text-align: center;
        white-space: nowrap
    }
    
    .shipping-cost-wrapper .table-wrapper .shipping-cost-table tr td img {
        max-width: 120px;
        max-height: 50px
    }
     /*--- Batas Style --- */
    .tour-new-selector {
        z-index: 1000000000!important;
        position: relative!important
    }
    
    .tour-new-selector.fixed {
        position: fixed!important
    }
    
    .tour-new-selector.absolute {
        position: absolute!important
    }
    
    .tour-new-selector.screenshot-tour-new {
        z-index: 99999999!important
    }
    
    .catalog-page-container .tour-new-container {
        height: unset!important
    }
    
    .tour-new-container {
        justify-content: center;
        position: absolute;
        top: 0;
        margin-left: -15px;
        width: 100%;
        max-width: 480px;
        height: 100vh;
        z-index: 100000000;
        visibility: hidden
    }
    
    .tour-new-container.show {
        visibility: visible
    }
    
    .tour-new-container.show .tour-overlay {
        opacity: 1;
        visibility: visible
    }
    
    .tour-new-container.fixed {
        position: fixed!important
    }
    
    .tour-new-container .tour-overlay {
        position: fixed;
        top: 0;
        left: auto;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease
    }
    
    .tour-new-container .tour-new-content {
        position: relative;
        top: 55px;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        padding-top: 20px;
        background: #fff;
        margin: 10px auto;
        width: 300px;
        opacity: 0;
        border-radius: 4px;
        z-index: 9999999;
        visibility: hidden;
        transition: opacity .5s ease;
        animation: float 1s ease infinite
    }
    
    .tour-new-container .tour-new-content .like {
        color: #e61e3c;
        font-size: 30px;
        margin: 16px
    }
    
    .tour-new-container .tour-new-content.show {
        opacity: 1;
        visibility: visible
    }
    
    .tour-new-container .tour-new-content.cek-ongkir,
    .tour-new-container .tour-new-content.left {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail .title {
        color: #00b0b9
    }
    
    .tour-new-container .tour-new-content.right,
    .tour-new-container .tour-new-content.right-setting {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content:after {
        content: "";
        position: absolute;
        bottom: 99%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-bottom-color: #fff;
        border-width: 10px
    }
    
    .tour-new-container .tour-new-content.left:after {
        left: 6px;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.right:after {
        left: 75%;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.tour-image-profil:after {
        left: 15%;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.tour-level-wrapper:after,
    .tour-new-container .tour-new-content.tour-member-status:after,
    .tour-new-container .tour-new-content.tour-poin:after,
    .tour-new-container .tour-new-content.tour-total:after {
        left: 65%;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.edit-profile-anda:after,
    .tour-new-container .tour-new-content.right-setting:after,
    .tour-new-container .tour-new-content.verifikasi-status-akun:after {
        left: 90%;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.top {
        padding-top: 10px
    }
    
    .tour-new-container .tour-new-content.top:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: #fff;
        border-width: 10px
    }
    
    .tour-new-container .tour-new-content .title,
    .tour-new-container .tour-new-content .title-content {
        font-weight: 700;
        font-size: 16px
    }
    
    .tour-new-container .tour-new-content .title-content.banner,
    .tour-new-container .tour-new-content .title.banner {
        font-size: 14px;
        text-align: center
    }
    
    .tour-new-container .tour-new-content .button-wrapper {
        text-align: right
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button {
        display: inline-block;
        border: 1px solid #d4d4d4;
        line-height: 20px;
        border-radius: 4px;
        padding: 5px 10px;
        min-width: 75px;
        text-align: center;
        margin-top: 10px;
        outline: 0;
        cursor: pointer;
        margin-left: 15px
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button.primary {
        background: #15b8b2;
        border: 1px solid #15b8b2;
        color: #fff
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button.secondary {
        background: #ffad00;
        color: #fff;
        font-weight: 500
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button:first-child {
        margin-right: 5px
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper:after {
        left: 16%
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.favorite:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.favorite.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail:after {
        left: 85%
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.cek-ongkir:after {
        left: 22%!important
    }
    
    .tour-new-container .tour-new-content.cek-ongkir.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.catalog.top:after {
        top: 99%
    }
    
    .tour-new-container .tour-new-content.profile {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.profile:after {
        left: 87%
    }
    
    .tour-new-container .tour-new-content.profile.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.list-transaction-wrapper {
        margin-left: 48px
    }
    
    .tour-new-container .tour-new-content.list-transaction-wrapper:after {
        left: 33%
    }
    
    .tour-new-container .tour-new-content.help {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.help:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.community {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.community:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.transaction:after {
        left: 23%
    }
    
    @media only screen and (max-width:414px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 28%
        }
    }
    
    @media only screen and (max-width:375px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 34%;
            left: 36%
        }
    }
    
    @media only screen and (max-width:320px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 42%
        }
    }
    
    .tour-overlay {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease
    }
    
    @keyframes float {
        50% {
            transform: translateY(5px)
        }
    }
     /*--- Batas Style --- */
    .tour-new-selector {
        z-index: 1000000000!important;
        position: relative!important
    }
    
    .tour-new-selector.fixed {
        position: fixed!important
    }
    
    .tour-new-selector.absolute {
        position: absolute!important
    }
    
    .tour-new-selector.payment-method-tour {
        z-index: 100000000!important
    }
    
    .tour-new-container {
        justify-content: center;
        position: absolute;
        top: 0;
        margin-left: -15px;
        width: 100%;
        max-width: 480px;
        height: 100vh;
        z-index: 100000000;
        visibility: hidden
    }
    
    .tour-new-container.show {
        visibility: visible
    }
    
    .tour-new-container.show .tour-overlay {
        opacity: 1;
        visibility: visible
    }
    
    .tour-new-container.fixed {
        position: fixed!important
    }
    
    .tour-new-container .tour-overlay {
        position: fixed;
        top: 0;
        left: auto;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 120vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease
    }
    
    .tour-new-container .tour-new-content {
        position: relative;
        top: 55px;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        padding-top: 20px;
        background: #fff;
        margin: 10px auto;
        width: 300px;
        opacity: 0;
        border-radius: 4px;
        z-index: 9999999;
        visibility: hidden;
        transition: opacity .5s ease;
        animation: float 1s ease infinite
    }
    
    .tour-new-container .tour-new-content.show {
        opacity: 1;
        visibility: visible
    }
    
    .tour-new-container .tour-new-content.cek-ongkir,
    .tour-new-container .tour-new-content.left {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail .title {
        color: #00b0b9
    }
    
    .tour-new-container .tour-new-content.right {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content:after {
        content: "";
        position: absolute;
        bottom: 99%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-bottom-color: #fff;
        border-width: 10px
    }
    
    .tour-new-container .tour-new-content.left:after {
        left: 6px;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.right:after {
        left: 75%;
        transform: translateX(0)
    }
    
    .tour-new-container .tour-new-content.top {
        padding-top: 10px
    }
    
    .tour-new-container .tour-new-content.top:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: #fff;
        border-width: 10px
    }
    
    .tour-new-container .tour-new-content .title-tour-new {
        font-weight: 700;
        font-size: 14px
    }
    
    .tour-new-container .tour-new-content .title-tour-new.banner {
        font-size: 14px;
        text-align: center
    }
    
    .tour-new-container .tour-new-content .button-wrapper {
        text-align: right
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button {
        display: inline-block;
        border: 1px solid #d4d4d4;
        line-height: 20px;
        border-radius: 4px;
        padding: 5px 10px;
        min-width: 75px;
        text-align: center;
        margin-top: 10px;
        outline: 0;
        cursor: pointer;
        margin-left: 15px
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button.primary {
        background: #15b8b2;
        border: 1px solid #15b8b2;
        color: #fff
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button.secondary {
        background: #ffad00;
        color: #fff;
        font-weight: 500
    }
    
    .tour-new-container .tour-new-content .button-wrapper .button:first-child {
        margin-right: 5px
    }
    
    .tour-new-container .tour-new-content .anticon.anticon-close {
        cursor: pointer
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper:after {
        left: 16%
    }
    
    .tour-new-container .tour-new-content.navigation-wrapper.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.favorite:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.favorite.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail:after {
        left: 85%
    }
    
    .tour-new-container .tour-new-content.title-favorit-detail.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.cek-ongkir:after {
        left: 22%!important
    }
    
    .tour-new-container .tour-new-content.cek-ongkir.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.catalog.top:after {
        top: 99%
    }
    
    .tour-new-container .tour-new-content.profile {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.profile:after {
        left: 87%
    }
    
    .tour-new-container .tour-new-content.profile.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.list-transaction-wrapper {
        margin-left: 48px
    }
    
    .tour-new-container .tour-new-content.list-transaction-wrapper:after {
        left: 33%
    }
    
    .tour-new-container .tour-new-content.help {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.help:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.community {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.community:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.search-tds {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.search-tds:after {
        left: 22%
    }
    
    .tour-new-container .tour-new-content.tds-name {
        margin-left: 10px
    }
    
    .tour-new-container .tour-new-content.tds-name:after {
        left: 18%
    }
    
    .tour-new-container .tour-new-content.order-button-tour:after {
        left: 77%
    }
    
    .tour-new-container .tour-new-content.order-button-tour.top:after {
        top: 99%;
        border-width: 16px
    }
    
    .tour-new-container .tour-new-content.select-courier {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.select-courier:after {
        left: 86%
    }
    
    .tour-new-container .tour-new-content.payment-button {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.payment-button:after {
        left: 86%
    }
    
    .tour-new-container .tour-new-content.cart-button {
        margin-right: 10px
    }
    
    .tour-new-container .tour-new-content.cart-button:after {
        left: 83%
    }
    
    .tour-new-container .tour-new-content.complain:after {
        left: 87%
    }
    
    .tour-new-container .tour-new-content.transaction:after {
        left: 23%
    }
    
    @media only screen and (max-width:414px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 28%
        }
    }
    
    @media only screen and (max-width:375px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 34%;
            left: 36%
        }
    }
    
    @media only screen and (max-width:320px) {
        .tour-new-container .tour-new-content.transaction:after {
            left: 42%
        }
    }
    
    .tour-new-container .tour-new-content.transaction-tds:after {
        left: 40%
    }
    
    .tour-new-container.order,
    .tour-new-container.search-tds {
        margin-left: 0
    }
    
    .tour-new-container.order-2 {
        margin-left: 15px
    }
    
    .tour-new-container.payment {
        margin-left: -15px;
        z-index: 100000000!important
    }
    
    .tour-overlay {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 120vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease
    }
    
    @keyframes float {
        50% {
            transform: translateY(5px)
        }
    }
     /*--- Batas Style --- */
    .address-book-container {
        padding-bottom: 100px
    }
    
    .address-book-container .loading {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        height: 100vh;
        z-index: 1
    }
    
    .address-book-container .empty-address {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: -15px;
        background: #fff;
        height: calc(100vh - 55px)
    }
    
    .address-book-container .empty-address .text {
        margin-top: 50px;
        text-align: center
    }
    
    .address-book-container .empty-address .text p {
        margin-top: 10px
    }
    
    .address-book-container .empty-address .button {
        margin-top: 20px;
        font-weight: 700;
        border-radius: 20px
    }
    
    .address-book-container .address-card {
        position: relative;
        padding: 30px 10px 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .address-book-container .address-card.default {
        border-bottom: 4px solid #e3e5e6
    }
    
    .address-book-container .address-card .default {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px;
        font-weight: 700;
        background: #ffad00;
        color: #fff;
        border-radius: 10px;
        padding: 0 10px
    }
    
    .address-book-container .address-card .default .icon {
        margin-left: 5px
    }
    
    .address-book-container .address-card .default-button {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px;
        font-weight: 700;
        height: 28px;
        padding: 0 10px
    }
    
    .address-book-container .address-card .label {
        font-size: 11px;
        margin-top: 5px
    }
    
    .address-book-container .address-card .detail-address {
        margin-top: 5px
    }
    
    .address-book-container .address-card .detail-address pre {
        font-family: unset;
        white-space: pre-wrap
    }
    
    .address-book-container .address-card .button-wrapper {
        text-align: right
    }
    
    .address-book-container .address-card .button-wrapper .button {
        height: 28px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer
    }
    
    .address-book-container .add-address-button-wrapper {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        padding: 10px;
        background: #fff;
        z-index: 1
    }
    
    .address-book-container .add-address-button-wrapper:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        height: 10px;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent)
    }
    
    .address-book-container .add-address-button-wrapper .button {
        font-weight: 500
    }
    
    .address-book-container .drawer-up .container {
        border-radius: 0;
        padding-bottom: 56px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        top: 0;
        bottom: 0
    }
    
    .address-book-container .drawer-up .title-wrapper {
        display: flex;
        align-items: center;
        position: sticky;
        top: -15px;
        margin: -15px;
        height: 55px;
        background: #fff;
        border-bottom: 1px solid #eee;
        z-index: 1
    }
    
    .address-book-container .drawer-up .title-wrapper .close-drawer {
        font-size: 24px;
        margin-left: 10px;
        cursor: pointer
    }
    
    .address-book-container .drawer-up .title-wrapper .title {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        margin-left: 10px
    }
    
    .address-book-container .drawer-up .address-form-container {
        padding-top: 40px
    }
    
    .address-book-container .submit-form {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 65px;
        border-top: 1px solid #f1f1f1;
        background: #fff;
        padding: 15px;
        z-index: 100;
        transform: translate(-50%, 200%);
        transition: all .5s ease
    }
    
    .address-book-container .submit-form.show {
        transform: translate(-50%)
    }
    
    .address-book-container .submit-form .ant-form-item {
        width: 100%;
        padding: 0;
        margin: 0
    }
     /*--- Batas Style --- */
    .article-page-container {
        margin: -15px
    }
    
    .article-page-container .article-category {
        position: fixed;
        top: 55px;
        background: #f7f7f7;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        width: 100%;
        max-width: 480px
    }
    
    .article-page-container .article-category .category {
        display: inline-flex;
        padding: 15px 10px
    }
    
    .article-page-container .article-category .category .button {
        height: 30px;
        min-width: 80px;
        padding: 0 10px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        margin-right: 10px
    }
    
    .article-page-container .article-category .category .button:last-child {
        margin-right: 0
    }
    
    .article-page-container .article-list {
        margin-top: 60px;
        animation: show 1s ease
    }
    
    .article-page-container .article-list .article-card {
        position: relative;
        background: #fff;
        cursor: pointer
    }
    
    .article-page-container .article-list .article-card .image-wrapper {
        width: 100%;
        max-height: 480px;
        overflow: hidden
    }
    
    .article-page-container .article-list .article-card .image-wrapper .image {
        width: 100%
    }
    
    .article-page-container .article-list .article-card .detail {
        position: relative;
        padding: 15px;
        box-sizing: border-box
    }
    
    .article-page-container .article-list .article-card .detail .title {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px
    }
    
    .article-page-container .article-list .article-card .detail .date {
        color: #ffad00;
        font-weight: 500;
        margin-top: 10px
    }
    
    .article-page-container .article-list .article-card.big .detail {
        padding-bottom: 35px
    }
    
    .article-page-container .article-list .article-card.big .detail .date {
        position: absolute;
        left: 5px;
        bottom: 0;
        background: #ffad00;
        color: #fff;
        border-bottom: 0;
        padding: 0 15px;
        border-radius: 25px 25px 0 0
    }
    
    .article-page-container .article-list .article-card.small {
        display: flex;
        padding: 15px;
        border-top: 1px solid #eee
    }
    
    .article-page-container .article-list .article-card.small:hover {
        background: #f1f1f1
    }
    
    .article-page-container .article-list .article-card.small .image-wrapper {
        flex: 0 0 100px;
        width: 150px;
        max-height: 150px;
        border-radius: 7px;
        overflow: hidden
    }
    
    .article-page-container .article-list .article-card.small .image-wrapper .image {
        min-height: 50px;
        border-radius: 7px;
        border: 2px solid #fff;
        background: #eee
    }
    
    .article-page-container .article-list .article-card.small .detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        margin-left: 10px
    }
    
    .article-page-container .article-list .article-card.small .detail .title {
        font-size: 14px;
        line-height: 20px
    }
    
    .article-page-container .show-more {
        text-align: center;
        cursor: pointer;
        line-height: 50px;
        border-top: 1px solid #eee;
        font-weight: 500
    }
    
    .article-page-container .show-more .button {
        height: 30px;
        border-radius: 15px;
        font-weight: 500
    }
    
    .article-page-container .skeleton-wrapper {
        margin-top: 60px
    }
    
    .article-page-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .article-page-container .skeleton-wrapper .skeleton.image {
        width: 100%;
        padding-top: 50%
    }
    
    .article-page-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .article-page-container .skeleton-wrapper .detail {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 35px;
        box-sizing: border-box
    }
    
    .article-page-container .skeleton-wrapper .detail .date {
        position: absolute;
        left: 5px;
        bottom: 0;
        width: 145px;
        height: 20px;
        background: #ddd;
        padding: 0 15px;
        border-radius: 25px 25px 0 0
    }
    
    .article-page-container .skeleton-wrapper .card {
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #eee
    }
    
    .article-page-container .skeleton-wrapper .card .image {
        flex: 0 0 100px;
        width: 100px;
        height: 75px;
        padding-top: 0;
        border-radius: 7px
    }
    
    .article-page-container .skeleton-wrapper .card .detail {
        padding: 0;
        margin-left: 15px;
        width: 100%;
        border: none
    }
    
    .detail-article-container {
        margin: -15px;
        background: #fff
    }
    
    .detail-article-container .detail-wrapper {
        animation: show 1s ease
    }
    
    .detail-article-container .detail-wrapper .image-wrapper {
        width: 100%;
        max-height: 480px;
        overflow: hidden
    }
    
    .detail-article-container .detail-wrapper .image-wrapper .image {
        width: 100%
    }
    
    .detail-article-container .detail-wrapper .detail {
        position: relative;
        padding: 15px;
        padding-bottom: 35px;
        box-sizing: border-box
    }
    
    .detail-article-container .detail-wrapper .detail .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px
    }
    
    .detail-article-container .detail-wrapper .detail .date {
        position: absolute;
        left: 5px;
        bottom: 0;
        background: #ffad00;
        color: #fff;
        font-weight: 500;
        border-bottom: 0;
        padding: 0 15px;
        border-radius: 25px 25px 0 0
    }
    
    .detail-article-container .detail-wrapper .content {
        padding: 15px;
        line-height: 25px;
        box-sizing: border-box;
        border-top: 1px solid #eee
    }
    
    .detail-article-container .detail-wrapper .content img {
        border-radius: 10px
    }
    
    .detail-article-container .detail-wrapper .facebook-comment {
        padding: 10px 7px 0;
        border-top: 10px solid #f1f1f1
    }
    
    .detail-article-container .detail-wrapper .facebook-comment .top-wrapper {
        display: flex;
        justify-content: space-between;
        margin: -7px;
        padding: 10px 15px;
        border-bottom: 1px solid #eee
    }
    
    .detail-article-container .detail-wrapper .facebook-comment .top-wrapper .label {
        font-weight: 700
    }
    
    .detail-article-container .detail-wrapper .facebook-comment .top-wrapper .share {
        font-weight: 700;
        cursor: pointer
    }
    
    .detail-article-container .detail-wrapper .facebook-comment .fb-comments {
        height: 180px;
        margin-top: 15px
    }
    
    .detail-article-container .detail-wrapper .other-articles {
        border-top: 10px solid #f1f1f1;
        background: #00b0b9;
        color: #fff
    }
    
    .detail-article-container .detail-wrapper .other-articles .label {
        padding: 15px 15px 0;
        font-weight: 700
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles {
        display: inline-flex;
        padding: 15px;
        margin-bottom: 15px
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card {
        margin-right: 10px;
        border-radius: 3px;
        cursor: pointer
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card:last-child {
        margin-right: 0
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card .image-wrapper {
        flex: 0 0 100px;
        width: 150px;
        max-height: 150px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card .image-wrapper .image {
        min-height: 75px;
        background: #eee;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card .detail {
        padding: 10px;
        background: #fff;
        color: #282828;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card .detail .title {
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden
    }
    
    .detail-article-container .detail-wrapper .other-articles .articles .other-article-card .detail .publish-date {
        color: #ffad00;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px
    }
    
    .detail-article-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .detail-article-container .skeleton-wrapper .skeleton.image {
        width: 100%;
        padding-top: 50%
    }
    
    .detail-article-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .detail-article-container .skeleton-wrapper .detail {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 35px;
        box-sizing: border-box
    }
    
    .detail-article-container .skeleton-wrapper .detail .date {
        position: absolute;
        left: 5px;
        bottom: 0;
        width: 145px;
        height: 20px;
        background: #ddd;
        padding: 0 15px;
        border-radius: 25px 25px 0 0
    }
    
    .detail-article-container .skeleton-wrapper .content {
        padding: 15px;
        height: 50vh
    }
    
    .share-modal-article .label {
        line-height: 40px
    }
    
    .share-modal-article .button-wrapper {
        display: flex;
        justify-content: space-between
    }
    
    .share-modal-article .button-wrapper .button {
        width: 100%;
        margin: 0 4px 0 0
    }
    
    .share-modal-article .button-wrapper .button:last-child {
        margin: 0 0 0 4px
    }
    
    @keyframes show {
        0% {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes skeleton {
        0% {
            opacity: 1
        }
        50% {
            opacity: .3
        }
        to {
            opacity: 1
        }
    }
     /*--- Batas Style --- */
    .challenge-page-container .tabs {
        position: fixed;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 480px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
        z-index: 2
    }
    
    .challenge-page-container .tabs .tab {
        flex: 0 0 50%;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        transition: all .3s ease;
        cursor: pointer
    }
    
    .challenge-page-container .tabs .tab.active {
        color: #fff
    }
    
    .challenge-page-container .tabs .tab span {
        position: relative;
        z-index: 2
    }
    
    .challenge-page-container .tabs .selected {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: calc(100% + 1px);
        background: #00b0b9;
        transition: transform .3s ease
    }
    
    .challenge-page-container .tabs .selected.followed {
        transform: translateX(100%)
    }
    
    .challenge-page-container .challenge-list {
        overflow-x: hidden;
        margin: 25px -15px -15px;
        box-sizing: border-box
    }
    
    .challenge-page-container .challenge-list .slider {
        width: 200%;
        display: flex;
        transition: transform .3s ease
    }
    
    .challenge-page-container .challenge-list .slider.followed {
        transform: translateX(-50%)
    }
    
    .challenge-page-container .challenge-list .slider.followed>div:first-child {
        height: calc(100vh - 100px)
    }
    
    .challenge-page-container .challenge-list .slider.followed>div:last-child {
        height: 100%
    }
    
    .challenge-page-container .challenge-list .slider>div {
        flex: 0 0 50%;
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        overflow: hidden
    }
    
    .challenge-page-container .challenge-list .slider>div:last-child {
        height: calc(100vh - 100px)
    }
    
    .challenge-page-container .challenge-card-container {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        margin-bottom: 15px;
        border-bottom: 4px solid #f5821e;
        overflow: hidden;
        cursor: pointer;
        animation: show 1s ease
    }
    
    .challenge-page-container .challenge-card-container .image-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        border-bottom: 1px solid #ddd
    }
    
    .challenge-page-container .challenge-card-container .image-wrapper .image {
        width: 100%;
        border-radius: 10px
    }
    
    .challenge-page-container .challenge-card-container .image-wrapper .price {
        position: absolute;
        bottom: 8px;
        right: 8px;
        background: #ffad00;
        color: #fff;
        border: 2px solid #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 0 10px;
        line-height: 28px;
        border-radius: 14px;
        z-index: 1
    }
    
    .challenge-page-container .challenge-card-container .detail {
        display: flex;
        position: relative;
        padding: 10px;
        background: #fff
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .type {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #f5821e;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .type:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .type:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .quota {
        color: #9f9f9f;
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        border-radius: 10px;
        padding: 5px 0;
        border: 1px solid #ddd
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .quota .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 5px
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .quota .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .quota .icon span {
        margin-left: 5px
    }
    
    .challenge-page-container .challenge-card-container .detail .type-wrapper .quota .quantity {
        font-weight: 700
    }
    
    .challenge-page-container .challenge-card-container .detail .info {
        flex-grow: 1
    }
    
    .challenge-page-container .challenge-card-container .detail .info .title-wrapper {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd
    }
    
    .challenge-page-container .challenge-card-container .detail .info .title-wrapper .title {
        display: flex;
        align-items: center;
        min-height: 40px;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-transform: capitalize
    }
    
    .challenge-page-container .challenge-card-container .detail .info .title-wrapper .badge {
        display: flex;
        margin-top: 2px
    }
    
    .challenge-page-container .challenge-card-container .detail .info .title-wrapper .badge .type {
        background: #9f9f9f;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500
    }
    
    .challenge-page-container .challenge-card-container .detail .info .title-wrapper .badge .check {
        width: 20px;
        height: 20px;
        padding: 5px;
        background: #00b0b9;
        border-radius: 10px;
        margin-left: 4px
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date,
    .challenge-page-container .challenge-card-container .detail .info .reward {
        display: flex;
        color: #9f9f9f;
        margin-top: 4px
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .icon,
    .challenge-page-container .challenge-card-container .detail .info .reward .icon {
        display: flex;
        align-items: center;
        flex: 0 0 15px;
        width: 15px;
        height: 18px;
        margin-right: 7px
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .icon img,
    .challenge-page-container .challenge-card-container .detail .info .reward .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .point,
    .challenge-page-container .challenge-card-container .detail .info .reward .point {
        margin-left: 5px;
        font-weight: 700;
        color: #f5811e
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .long-text-reward,
    .challenge-page-container .challenge-card-container .detail .info .reward .long-text-reward {
        overflow: hidden;
        max-height: 40px;
        color: #f5811e;
        font-weight: 500;
        margin: 2px 0 0 -22px
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .long-text-reward.expand,
    .challenge-page-container .challenge-card-container .detail .info .reward .long-text-reward.expand {
        max-height: 100%
    }
    
    .challenge-page-container .challenge-card-container .detail .info .date .ellipsis,
    .challenge-page-container .challenge-card-container .detail .info .reward .ellipsis {
        color: #f5811e;
        font-weight: 500;
        margin: -5px 0 0 -22px
    }
    
    .challenge-page-container .challenge-empty {
        height: calc(100vh - 125px);
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .challenge-page-container .challenge-empty .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        font-weight: 500;
        color: #969696;
        padding: 20px;
        box-sizing: border-box
    }
    
    .challenge-page-container .challenge-empty .box .icon {
        height: 50px;
        margin-bottom: 15px;
        opacity: .3
    }
    
    .challenge-page-container .challenge-empty .box .reset-button {
        margin-top: 15px;
        font-weight: 500;
        color: #969696
    }
    
    .challenge-page-container .challenge-empty .box .login-button {
        width: 150px;
        margin-top: 15px;
        font-weight: 500
    }
    
    .challenge-page-container .filter {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 55px;
        font-weight: 500;
        padding: 0 15px;
        background: #fff;
        border-top: 1px solid #ddd;
        visibility: hidden;
        z-index: 99
    }
    
    .challenge-page-container .filter.active .button-wrapper {
        background: #00b0b9
    }
    
    .challenge-page-container .filter .button-wrapper {
        visibility: visible;
        display: flex;
        align-items: center;
        background: #9f9f9f;
        color: #fff;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer
    }
    
    .challenge-page-container .filter .button-wrapper.active {
        color: #00b0b9
    }
    
    .challenge-page-container .filter .button-wrapper .icon {
        height: 15px;
        margin-right: 5px
    }
    
    .challenge-page-container .drawer-up .container {
        border-radius: 0;
        min-height: 100vh;
        top: 0
    }
    
    .challenge-page-container .drawer-up .container .filter-container {
        padding: 5px;
        padding-bottom: 120px
    }
    
    .challenge-page-container .drawer-up .container .filter-container .label {
        font-weight: 500;
        margin: 10px 0
    }
    
    .challenge-page-container .drawer-up .container .filter-container .input-search {
        position: relative
    }
    
    .challenge-page-container .drawer-up .container .filter-container .input-search .remove-button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 20px;
        font-weight: 700;
        transform: scale(0);
        opacity: 0;
        transition: all .3s ease
    }
    
    .challenge-page-container .drawer-up .container .filter-container .input-search .remove-button.show {
        transform: scale(1);
        opacity: 1
    }
    
    .challenge-page-container .drawer-up .container .filter-container .input {
        width: 100%;
        height: 30px;
        padding: 0 10px
    }
    
    .challenge-page-container .drawer-up .container .filter-container .reset-button {
        margin-top: 10px;
        font-weight: 500;
        background: #f5f5f5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .challenge-page-container .filter-close-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 65px;
        background: #fff;
        padding: 15px 5px;
        border-top: 1px solid #ddd;
        transform: translate(-50%, 200%);
        transition: all .5s ease;
        z-index: 999
    }
    
    .challenge-page-container .filter-close-wrapper.show {
        transform: translate(-50%)
    }
    
    .challenge-page-container .filter-close-wrapper .close-button,
    .challenge-page-container .filter-close-wrapper .close-button:active,
    .challenge-page-container .filter-close-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .challenge-page-container .filter-close-wrapper .filter-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .challenge-page-container .skeleton-wrapper {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-bottom: 4px solid #ddd;
        margin-top: 40px;
        overflow: hidden
    }
    
    .challenge-page-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .challenge-page-container .skeleton-wrapper .skeleton.image {
        border-radius: 10px;
        width: 100%;
        padding-top: 50%
    }
    
    .challenge-page-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .challenge-page-container .skeleton-wrapper .detail {
        display: flex;
        position: relative;
        padding: 10px
    }
    
    .challenge-page-container .skeleton-wrapper .detail .type-wrapper {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .challenge-page-container .skeleton-wrapper .detail .type-wrapper .type {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #ddd;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .challenge-page-container .skeleton-wrapper .detail .type-wrapper .type:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .challenge-page-container .skeleton-wrapper .detail .type-wrapper .type:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .challenge-page-container .skeleton-wrapper .detail .title {
        width: 100%
    }
    
    .challenge-page-container .loading-wrapper {
        margin-top: -25px
    }
    
    .challenge-page-container .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 55px;
        height: 30px;
        margin: auto;
        border-radius: 15px;
        padding: 0 10px 8px
    }
    
    .challenge-page-container .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .challenge-page-container .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .challenge-page-container .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .detail-challenge-container {
        margin: -15px;
        background: #fff;
        animation: show 1s ease
    }
    
    .detail-challenge-container .image-wrapper {
        position: relative
    }
    
    .detail-challenge-container .image-wrapper .image {
        width: 100%
    }
    
    .detail-challenge-container .image-wrapper .share {
        position: absolute;
        bottom: 8px;
        right: 8px;
        background: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 0 10px;
        line-height: 28px;
        border-radius: 14px;
        z-index: 1;
        cursor: pointer
    }
    
    .detail-challenge-container .image-wrapper .countdown-task {
        position: fixed;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 15px;
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
        white-space: nowrap;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        z-index: 1;
        text-align: center;
        transition: all .3s ease
    }
    
    .detail-challenge-container .image-wrapper .countdown-task.pin {
        max-width: 480px;
        width: 100%;
        border-radius: 0;
        top: 55px;
        box-shadow: none;
        border-bottom: 1px solid #eee
    }
    
    .detail-challenge-container .image-wrapper .countdown-task .timer {
        background: #f58120;
        padding: 0 5px;
        color: #fff;
        min-width: 70px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        border-radius: 10px;
        margin-right: -9px
    }
    
    .detail-challenge-container .header {
        display: flex;
        justify-content: space-between;
        padding: 15px
    }
    
    .detail-challenge-container .header .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px
    }
    
    .detail-challenge-container .header .title.desc {
        font-size: 16px
    }
    
    .detail-challenge-container .detail {
        padding: 15px;
        border-top: 1px solid #eee
    }
    
    .detail-challenge-container .detail table {
        border: none
    }
    
    .detail-challenge-container .detail table tr td {
        padding: 5px 0;
        vertical-align: top
    }
    
    .detail-challenge-container .detail table tr td.label {
        width: 125px
    }
    
    .detail-challenge-container .detail table tr td.separator {
        width: 10px
    }
    
    .detail-challenge-container .detail table tr td.type {
        text-transform: capitalize
    }
    
    .detail-challenge-container .detail table tr td:last-child {
        font-weight: 500
    }
    
    .detail-challenge-container .detail table tr td .point {
        font-weight: 700;
        color: #f5811e
    }
    
    .detail-challenge-container .detail table tr td .long-text-reward {
        position: relative;
        padding: 10px;
        border: 1px solid #ffad00;
        border-radius: 15px;
        font-weight: 500;
        border-bottom: 5px solid #ffad00;
        border-left: 5px solid #ffad00;
        background: #fff9f3;
        z-index: 1
    }
    
    .detail-challenge-container .detail .button-wrapper {
        margin-top: 15px
    }
    
    .detail-challenge-container .detail .button-wrapper .button {
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-challenge-container .file-info {
        padding: 15px;
        text-align: center;
        border-top: 1px solid #eee
    }
    
    .detail-challenge-container .file-info .label {
        font-weight: 500;
        margin-bottom: 10px
    }
    
    .detail-challenge-container .file-info .button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 20px
    }
    
    .detail-challenge-container .description {
        position: relative;
        padding: 15px;
        border-top: 1px solid #eee;
        line-height: 25px;
        max-height: 150px;
        overflow: hidden
    }
    
    .detail-challenge-container .description.collapse:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, #fff, transparent)
    }
    
    .detail-challenge-container .description.expand {
        max-height: 100%
    }
    
    .detail-challenge-container .read-more {
        text-align: center;
        color: #ffad00;
        font-weight: 500;
        margin-bottom: 15px;
        user-select: none;
        cursor: pointer
    }
    
    .detail-challenge-container .challenge-task {
        padding: 15px;
        border-top: 1px solid #eee
    }
    
    .detail-challenge-container .challenge-task .task-list ul {
        padding: 0 15px
    }
    
    .detail-challenge-container .challenge-task .task-list ul.unlist {
        padding: 0;
        list-style-type: none
    }
    
    .detail-challenge-container .challenge-task .task-list ul li {
        margin-bottom: 5px
    }
    
    .detail-challenge-container .challenge-task .task-list ul li .title {
        font-weight: 500;
        color: #f5811e
    }
    
    .detail-challenge-container .button-wrapper {
        padding: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
    
    .detail-challenge-container .button-wrapper .terms-conditions {
        margin-bottom: 10px;
        text-align: center
    }
    
    .detail-challenge-container .button-wrapper .terms-conditions span {
        font-size: 12px;
        font-weight: 500;
        color: #9a9a9a;
        padding-right: 0
    }
    
    .detail-challenge-container .button-wrapper .terms-conditions span.link {
        padding-left: 0;
        color: #00b0b9;
        cursor: pointer
    }
    
    .detail-challenge-container .button-wrapper .button {
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-challenge-container .info {
        position: relative;
        color: #9f9f9f;
        font-size: 12px;
        margin: 5px 0 0 10px
    }
    
    .detail-challenge-container .info:before {
        content: "*";
        position: absolute;
        top: 0;
        left: -8px
    }
    
    .detail-challenge-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .detail-challenge-container .skeleton-wrapper .skeleton.image {
        width: 100%;
        padding-top: 50%
    }
    
    .detail-challenge-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .detail-challenge-container .skeleton-wrapper .detail {
        position: relative;
        padding: 15px
    }
    
    .detail-challenge-container .skeleton-wrapper .detail .title {
        margin-bottom: 35px
    }
    
    .detail-challenge-container .skeleton-wrapper .detail .table {
        display: flex
    }
    
    .detail-challenge-container .skeleton-wrapper .detail .table .text {
        margin-right: 10px
    }
    
    .detail-challenge-container .drawer-up .container {
        border-radius: 0;
        min-height: 100vh;
        top: 0
    }
    
    .detail-challenge-container .drawer-up .container .terms-conditions-note {
        padding: 10px;
        padding-bottom: 60px
    }
    
    .detail-challenge-container .drawer-up .container .terms-conditions-note .title {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px
    }
    
    .detail-challenge-container .drawer-up .container .terms-conditions-note .title:after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        width: 80px;
        height: 4px;
        background: #00b0b9
    }
    
    .detail-challenge-container .drawer-up .container .terms-conditions-note .note {
        line-height: 30px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container,
    .detail-challenge-container .drawer-up .container .winner-challenge-container {
        padding-bottom: 60px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .title,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .title {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .title:after,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .title:after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        width: 80px;
        height: 4px;
        background: #00b0b9
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container label,
    .detail-challenge-container .drawer-up .container .winner-challenge-container label {
        display: inline-block;
        font-weight: 500;
        margin: 20px 0 5px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .upload-wrapper,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .upload-wrapper {
        margin-top: 20px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .upload-wrapper div,
    .detail-challenge-container .drawer-up .container .claim-challenge-container .upload-wrapper span,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .upload-wrapper div,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .upload-wrapper span {
        display: block;
        width: 100%;
        height: 100%
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .upload-wrapper .button,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .upload-wrapper .button {
        line-height: 40px;
        font-weight: 500
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .upload-wrapper .filename,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .upload-wrapper .filename {
        overflow: hidden;
        background: #eee;
        padding: 0 5px;
        line-height: 25px;
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .info-wrapper,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .info-wrapper {
        position: relative;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #ffad00;
        border-radius: 15px;
        font-weight: 500;
        border-bottom: 5px solid #ffad00;
        border-left: 5px solid #ffad00;
        background: #fff9f3;
        z-index: 1
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .info-wrapper .label,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .info-wrapper .label {
        margin-bottom: 5px;
        border-bottom: 1px solid #ffad00;
        padding-bottom: 5px;
        font-weight: 700
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .search-participant,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .search-participant {
        position: sticky;
        top: -15px;
        margin: 40px -15px 0;
        padding: 5px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #eee
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .search-participant .input-wrapper,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .search-participant .input-wrapper {
        border-radius: 20px;
        border: 1px solid #ddd;
        overflow: hidden
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .search-participant .input-wrapper input,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .search-participant .input-wrapper input {
        border: 0
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .search-participant .input-wrapper .icon,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .search-participant .input-wrapper .icon {
        color: #b5b5b5
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .search-participant .input-wrapper .icon.delete,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .search-participant .input-wrapper .icon.delete {
        cursor: pointer
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .participant,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .participant {
        position: sticky;
        top: 38px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 -15px;
        padding: 5px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .participant div:first-child,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .participant div:first-child {
        margin-right: 10px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .participant span,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .participant span {
        font-weight: 500;
        color: #ffad00
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .winner-list,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .winner-list {
        margin: 0 -15px 60px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .winner-list ul,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .winner-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .winner-list ul li,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .winner-list ul li {
        padding: 10px 15px
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .winner-list ul li:nth-child(odd),
    .detail-challenge-container .drawer-up .container .winner-challenge-container .winner-list ul li:nth-child(odd) {
        background: #f9f9f9
    }
    
    .detail-challenge-container .drawer-up .container .claim-challenge-container .winner-list ul li div:first-child,
    .detail-challenge-container .drawer-up .container .winner-challenge-container .winner-list ul li div:first-child {
        font-weight: 700
    }
    
    .detail-challenge-container .modal-close-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 65px;
        background: #fff;
        padding: 15px 5px;
        border-top: 1px solid #ddd;
        transform: translate(-50%, 200%);
        transition: all .5s ease;
        z-index: 999
    }
    
    .detail-challenge-container .modal-close-wrapper.show {
        transform: translate(-50%)
    }
    
    .detail-challenge-container .modal-close-wrapper .close-button,
    .detail-challenge-container .modal-close-wrapper .close-button:active,
    .detail-challenge-container .modal-close-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .detail-challenge-container .modal-close-wrapper .claim-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .share-modal-challenge .label {
        line-height: 40px
    }
    
    .share-modal-challenge .button-wrapper {
        display: flex;
        justify-content: space-between
    }
    
    .share-modal-challenge .button-wrapper .button {
        width: 100%;
        margin: 0 4px 0 0
    }
    
    .share-modal-challenge .button-wrapper .button:last-child {
        margin: 0 0 0 4px
    }
     /*--- Batas Style --- */
    .event-page-container .tabs {
        position: fixed;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 480px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
        z-index: 2
    }
    
    .event-page-container .tabs .tab {
        flex: 0 0 50%;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        transition: all .3s ease;
        cursor: pointer
    }
    
    .event-page-container .tabs .tab.active {
        color: #fff
    }
    
    .event-page-container .tabs .tab span {
        position: relative;
        z-index: 2
    }
    
    .event-page-container .tabs .selected {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: calc(100% + 1px);
        background: #00b0b9;
        transition: transform .3s ease
    }
    
    .event-page-container .tabs .selected.registered {
        transform: translateX(100%)
    }
    
    .event-page-container .event-list {
        overflow-x: hidden;
        margin: 25px -15px -15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-list .slider {
        width: 200%;
        display: flex;
        transition: transform .3s ease
    }
    
    .event-page-container .event-list .slider.registered {
        transform: translateX(-50%)
    }
    
    .event-page-container .event-list .slider.registered>div:first-child {
        height: calc(100vh - 100px)
    }
    
    .event-page-container .event-list .slider.registered>div:last-child {
        height: 100%
    }
    
    .event-page-container .event-list .slider>div {
        flex: 0 0 50%;
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        overflow: hidden
    }
    
    .event-page-container .event-list .slider>div:last-child {
        height: calc(100vh - 100px)
    }
    
    .event-page-container .event-card-container {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        margin-bottom: 15px;
        border-bottom: 4px solid #f5821e;
        overflow: hidden;
        cursor: pointer;
        animation: show 1s ease
    }
    
    .event-page-container .event-card-container .image-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        border-bottom: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .image-wrapper .image {
        width: 100%;
        border-radius: 10px
    }
    
    .event-page-container .event-card-container .image-wrapper .price {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 15px 0;
        width: 100px;
        background: #ffad00;
        color: #fff;
        font-weight: 700;
        text-align: center;
        z-index: 1
    }
    
    .event-page-container .event-card-container .image-wrapper .price:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        border: 50px solid transparent;
        border-top: 30px solid #ffad00;
        border-bottom: 0;
        border-left: 0
    }
    
    .event-page-container .event-card-container .image-wrapper .price:after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        border: 50px solid transparent;
        border-top: 30px solid #ffad00;
        border-bottom: 0;
        border-right: 0
    }
    
    .event-page-container .event-card-container .image-wrapper .event-ended-overlay,
    .event-page-container .event-card-container .image-wrapper .slot-out-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        user-select: none;
        white-space: nowrap
    }
    
    .event-page-container .event-card-container .detail {
        display: flex;
        position: relative;
        padding: 10px;
        background: #fff
    }
    
    .event-page-container .event-card-container .detail .big-date {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .event-page-container .event-card-container .detail .big-date .date {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #f5821e;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .event-page-container .event-card-container .detail .big-date .date:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .event-page-container .event-card-container .detail .big-date .date:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .event-page-container .event-card-container .detail .big-date .date .day {
        font-size: 40px;
        font-weight: 500;
        line-height: 40px
    }
    
    .event-page-container .event-card-container .detail .big-date .date .month-year {
        font-size: 12px;
        text-align: center;
        font-weight: 500
    }
    
    .event-page-container .event-card-container .detail .big-date .slot {
        color: #9f9f9f;
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        border-radius: 10px;
        padding: 5px 0;
        border: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 5px
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .icon span {
        margin-left: 5px
    }
    
    .event-page-container .event-card-container .detail .big-date .slot .quantity {
        font-weight: 700
    }
    
    .event-page-container .event-card-container .detail .title-wrapper {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-transform: capitalize
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .badge {
        display: flex;
        margin-top: 2px
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .badge .type {
        background: #9f9f9f;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500
    }
    
    .event-page-container .event-card-container .detail .title-wrapper .badge .check {
        width: 20px;
        height: 20px;
        padding: 5px;
        background: #00b0b9;
        border-radius: 10px;
        margin-left: 4px
    }
    
    .event-page-container .event-card-container .detail .address,
    .event-page-container .event-card-container .detail .date,
    .event-page-container .event-card-container .detail .time {
        display: flex;
        color: #9f9f9f;
        margin-top: 4px
    }
    
    .event-page-container .event-card-container .detail .address .icon,
    .event-page-container .event-card-container .detail .date .icon,
    .event-page-container .event-card-container .detail .time .icon {
        display: flex;
        align-items: center;
        flex: 0 0 15px;
        width: 15px;
        height: 18px;
        margin-right: 7px
    }
    
    .event-page-container .event-card-container .detail .address .icon img,
    .event-page-container .event-card-container .detail .date .icon img,
    .event-page-container .event-card-container .detail .time .icon img {
        width: 15px;
        height: 15px;
        box-sizing: border-box
    }
    
    .event-page-container .event-empty {
        height: calc(100vh - 125px);
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .event-page-container .event-empty .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        font-weight: 500;
        color: #969696;
        padding: 20px;
        box-sizing: border-box
    }
    
    .event-page-container .event-empty .box .icon {
        height: 50px;
        margin-bottom: 15px;
        opacity: .2
    }
    
    .event-page-container .event-empty .box .reset-button {
        margin-top: 15px;
        font-weight: 500;
        color: #969696
    }
    
    .event-page-container .event-empty .box .login-button {
        width: 150px;
        margin-top: 15px;
        font-weight: 500
    }
    
    .event-page-container .filter {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 55px;
        font-weight: 500;
        padding: 0 15px;
        background: #fff;
        border-top: 1px solid #ddd;
        visibility: hidden;
        z-index: 99
    }
    
    .event-page-container .filter.active .button-wrapper {
        background: #00b0b9
    }
    
    .event-page-container .filter .button-wrapper {
        visibility: visible;
        display: flex;
        align-items: center;
        background: #9f9f9f;
        color: #fff;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer
    }
    
    .event-page-container .filter .button-wrapper.active {
        color: #00b0b9
    }
    
    .event-page-container .filter .button-wrapper .icon {
        height: 15px;
        margin-right: 5px
    }
    
    .event-page-container .drawer-up .container {
        border-radius: 0;
        height: 100vh
    }
    
    .event-page-container .drawer-up .container .filter-container {
        padding: 5px;
        padding-bottom: 65px
    }
    
    .event-page-container .drawer-up .container .filter-container .label {
        font-weight: 500;
        margin: 10px 0
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search {
        position: relative
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search .remove-button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 20px;
        font-weight: 700;
        transform: scale(0);
        opacity: 0;
        transition: all .3s ease
    }
    
    .event-page-container .drawer-up .container .filter-container .input-search .remove-button.show {
        transform: scale(1);
        opacity: 1
    }
    
    .event-page-container .drawer-up .container .filter-container .input {
        width: 100%;
        height: 30px;
        padding: 0 10px
    }
    
    .event-page-container .drawer-up .container .filter-container .reset-button {
        margin-top: 10px;
        font-weight: 500;
        background: #f5f5f5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .event-page-container .filter-close-wrapper {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 480px;
        height: 65px;
        background: #fff;
        padding: 15px 5px;
        border-top: 1px solid #ddd;
        transform: translate(-50%, 200%);
        transition: all .5s ease;
        z-index: 999
    }
    
    .event-page-container .filter-close-wrapper.show {
        transform: translate(-50%)
    }
    
    .event-page-container .filter-close-wrapper .close-button,
    .event-page-container .filter-close-wrapper .close-button:active,
    .event-page-container .filter-close-wrapper .close-button:hover {
        background: #ffad00;
        border: 1px solid #ffad00;
        color: #fff;
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .event-page-container .filter-close-wrapper .filter-button {
        font-weight: 700;
        height: 45px;
        margin: 4px
    }
    
    .event-page-container .skeleton-wrapper {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-bottom: 4px solid #ddd;
        margin-top: 40px;
        overflow: hidden
    }
    
    .event-page-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .event-page-container .skeleton-wrapper .skeleton.image {
        border-radius: 10px;
        width: 100%;
        padding-top: 100%
    }
    
    .event-page-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail {
        display: flex;
        position: relative;
        padding: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date {
        flex: 0 0 80px;
        margin-right: 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: #ddd;
        color: #fff;
        border-radius: 0 15px 15px 15px;
        margin-left: -10px;
        margin-top: 0
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: inherit
    }
    
    .event-page-container .skeleton-wrapper .detail .big-date .date:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: #fff;
        border-radius: 0 0 0 10px
    }
    
    .event-page-container .skeleton-wrapper .detail .title {
        width: 100%
    }
    
    .event-page-container .loading-wrapper {
        margin-top: -25px
    }
    
    .event-page-container .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 55px;
        height: 30px;
        margin: auto;
        border-radius: 15px;
        padding: 0 10px 8px
    }
    
    .event-page-container .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .event-page-container .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .event-page-container .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .detail-event-container {
        margin: -15px;
        background: #fff;
        animation: show 1s ease
    }
    
    .detail-event-container .image-wrapper {
        position: relative
    }
    
    .detail-event-container .image-wrapper .image {
        width: 100%
    }
    
    .detail-event-container .image-wrapper .event-ended-overlay,
    .detail-event-container .image-wrapper .slot-out-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        user-select: none;
        white-space: nowrap
    }
    
    .detail-event-container .header {
        display: flex;
        justify-content: space-between;
        padding: 15px
    }
    
    .detail-event-container .header .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px
    }
    
    .detail-event-container .header .badge {
        flex: 0 0 20px;
        width: 20px;
        margin-top: 2px;
        margin-left: 4px
    }
    
    .detail-event-container .header .badge .check {
        width: 20px;
        height: 20px;
        padding: 5px;
        background: #00b0b9;
        border-radius: 10px
    }
    
    .detail-event-container .detail {
        padding: 15px;
        border-top: 1px solid #eee
    }
    
    .detail-event-container .detail table {
        border: none
    }
    
    .detail-event-container .detail table tr td {
        padding: 5px 0;
        vertical-align: top
    }
    
    .detail-event-container .detail table tr td.label {
        width: 80px
    }
    
    .detail-event-container .detail table tr td.separator {
        width: 10px
    }
    
    .detail-event-container .detail table tr td:last-child {
        font-weight: 500
    }
    
    .detail-event-container .detail .description {
        margin-top: 15px
    }
    
    .detail-event-container .detail .info {
        margin-top: 15px;
        padding: 10px;
        border: 1px solid #ffad00;
        border-radius: 15px;
        font-weight: 500;
        border-bottom: 5px solid #ffad00;
        border-left: 5px solid #ffad00;
        background: rgba(245, 130, 31, .05);
        text-align: center
    }
    
    .detail-event-container .detail .info .label {
        text-align: center;
        margin-top: 5px;
        text-transform: uppercase;
        border-top: 1px solid #ffad00;
        padding-top: 5px
    }
    
    .detail-event-container .detail .info .registration-number {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 20px;
        background: #ffad00;
        color: #fff;
        font-weight: 500;
        box-sizing: border-box
    }
    
    .detail-event-container .detail .info .registration-number .number {
        flex-grow: 1;
        text-align: center;
        padding: 0 10px
    }
    
    .detail-event-container .detail .info .registration-number .button {
        position: relative;
        height: 100%;
        border: 0;
        border-left: 2px solid #fff;
        border-radius: 0 20px 20px 0;
        font-size: 12px;
        font-weight: 500
    }
    
    .detail-event-container .detail .info .registration-number .button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: hsla(0, 0%, 100%, .2);
        border: 2px solid #00b0b9;
        border-bottom: 0;
        border-radius: 0 20px
    }
    
    .detail-event-container .detail .info .registration-number .button .icon {
        width: 20px;
        height: 20px;
        margin-right: 4px
    }
    
    .detail-event-container .detail .info .registration-number .button .hidden {
        display: none
    }
    
    .detail-event-container .detail .button-wrapper {
        margin-top: 15px
    }
    
    .detail-event-container .detail .button-wrapper .button {
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-event-container .detail .not-available {
        position: relative;
        color: #9f9f9f;
        font-size: 12px;
        margin: 5px 0 0 10px
    }
    
    .detail-event-container .detail .not-available:before {
        content: "*";
        position: absolute;
        top: 0;
        left: -8px
    }
    
    .detail-event-container .facebook-comment {
        padding: 10px 7px 0;
        border-top: 10px solid #f1f1f1
    }
    
    .detail-event-container .facebook-comment .top-wrapper {
        display: flex;
        justify-content: space-between;
        margin: -7px;
        padding: 10px 15px;
        border-bottom: 1px solid #eee
    }
    
    .detail-event-container .facebook-comment .top-wrapper .label {
        font-weight: 700
    }
    
    .detail-event-container .facebook-comment .top-wrapper .share {
        font-weight: 700;
        cursor: pointer
    }
    
    .detail-event-container .facebook-comment .fb-comments {
        height: 180px;
        margin-top: 15px
    }
    
    .detail-event-container .other-events {
        border-top: 10px solid #f1f1f1;
        background: #00b0b9;
        color: #fff
    }
    
    .detail-event-container .other-events .label {
        padding: 15px 15px 0;
        font-weight: 700
    }
    
    .detail-event-container .other-events .events {
        display: inline-flex;
        padding: 15px;
        margin-bottom: 15px
    }
    
    .detail-event-container .other-events .events .other-event-card {
        width: 150px;
        margin-right: 10px;
        border-radius: 3px;
        cursor: pointer
    }
    
    .detail-event-container .other-events .events .other-event-card:last-child {
        margin-right: 0
    }
    
    .detail-event-container .other-events .events .other-event-card .image-wrapper {
        display: flex;
        align-items: center;
        flex: 0 0 100px;
        background: #f1f1f1;
        width: 150px;
        height: 100px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden
    }
    
    .detail-event-container .other-events .events .other-event-card .image-wrapper .image {
        min-height: 75px;
        background: #eee;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    
    .detail-event-container .other-events .events .other-event-card .detail {
        padding: 10px;
        background: #fff;
        color: #282828;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top: 0
    }
    
    .detail-event-container .other-events .events .other-event-card .detail .title {
        display: flex;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        height: 40px;
        overflow: hidden
    }
    
    .detail-event-container .other-events .events .other-event-card .detail .publish-date {
        color: #ffad00;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px
    }
    
    .detail-event-container .qr-code-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box
    }
    
    .detail-event-container .qr-code-container .image-wrapper {
        width: 100%;
        padding: 40px
    }
    
    .detail-event-container .qr-code-container .image-wrapper .image {
        width: 100%;
        padding-top: 100%
    }
    
    .detail-event-container .qr-code-container .button {
        margin-top: 15px;
        font-weight: 700;
        border-radius: 20px
    }
    
    .detail-event-container .skeleton-wrapper .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .detail-event-container .skeleton-wrapper .skeleton.image {
        width: 100%;
        padding-top: 100%
    }
    
    .detail-event-container .skeleton-wrapper .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .detail-event-container .skeleton-wrapper .detail {
        position: relative;
        padding: 15px
    }
    
    .detail-event-container .skeleton-wrapper .detail .title {
        margin-bottom: 35px
    }
    
    .detail-event-container .skeleton-wrapper .detail .table {
        display: flex
    }
    
    .detail-event-container .skeleton-wrapper .detail .table .text {
        margin-right: 10px
    }
    
    .share-modal-event .label {
        line-height: 40px
    }
    
    .share-modal-event .button-wrapper {
        display: flex;
        justify-content: space-between
    }
    
    .share-modal-event .button-wrapper .button {
        width: 100%;
        margin: 0 4px 0 0
    }
    
    .share-modal-event .button-wrapper .button:last-child {
        margin: 0 0 0 4px
    }
     /*--- Batas Style --- */
    .notification-container {
        position: relative;
        margin: -15px
    }
    
    .notification-container .ant-btn-orange {
        color: #fff;
        background-color: #feac01;
        border-color: #feac01
    }
    
    .notification-container ul.list {
        list-style-type: none;
        padding: 0
    }
    
    .notification-container ul.list li {
        position: relative;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        cursor: pointer
    }
    
    .notification-container ul.list li .status.active {
        font-weight: 700
    }
    
    .notification-container ul.list li .badge {
        top: 50%;
        right: 15px;
        transform: translateY(-50%)
    }
    
    .notification-container .badge,
    .notification-container ul.list li .badge {
        position: absolute;
        padding: 0 5px;
        border-radius: 12px;
        background: #f5222d;
        color: #fff;
        line-height: 20px;
        min-width: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        animation: show-badge .3s ease
    }
    
    .notification-container .badge {
        margin-left: 5px
    }
    
    .notification-container .transaction-container {
        position: relative;
        padding-top: 1px;
        margin-top: 55px
    }
    
    .notification-container .transaction-container.filter {
        margin-top: 108px
    }
    
    .notification-container .transaction-container .status-category {
        position: fixed;
        top: 55px;
        background: #f7f7f7;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        width: 100%;
        max-width: 480px
    }
    
    .notification-container .transaction-container .status-category .category {
        display: inline-flex;
        padding: 15px 10px
    }
    
    .notification-container .transaction-container .status-category .category .button {
        height: 30px;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        margin-right: 10px
    }
    
    .notification-container .transaction-container .status-category .category .button:last-child {
        margin-right: 0
    }
    
    .notification-container .transaction-container .transaction-card {
        margin: 15px 10px;
        border: 1px solid #eee;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .08);
        border-radius: 0 0 3px 3px;
        opacity: 0;
        animation: show-transaction .3s ease;
        animation-fill-mode: forwards;
        cursor: pointer
    }
    
    .notification-container .transaction-container .transaction-card.success .number-wrapper {
        border-top: unset
    }
    
    .notification-container .transaction-container .transaction-card.success .number-wrapper .order-number,
    .notification-container .transaction-container .transaction-card.success .total-payment {
        color: #00b0b9
    }
    
    .notification-container .transaction-container .transaction-card.success .status .label {
        background: #00b0b9
    }
    
    .notification-container .transaction-container .transaction-card.success .label-status {
        font-weight: 700;
        color: #00b0b9
    }
    
    .notification-container .transaction-container .transaction-card.cancel .number-wrapper .order-number,
    .notification-container .transaction-container .transaction-card.cancel .total-payment {
        color: #c30f00
    }
    
    .notification-container .transaction-container .transaction-card.cancel .status .label {
        background: #c30f00
    }
    
    .notification-container .transaction-container .transaction-card.cancel .label-status {
        font-weight: 700;
        color: #c30f00
    }
    
    .notification-container .transaction-container .transaction-card .number-wrapper {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
        padding: 5px 15px;
        line-height: 20px;
        box-sizing: border-box;
        font-weight: 500;
        color: gray
    }
    
    .notification-container .transaction-container .transaction-card .number-wrapper .order-number {
        color: #ffad00;
        margin-right: 10px
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper {
        position: relative;
        display: flex;
        padding: 15px;
        box-sizing: border-box;
        border-top: 1px solid #ddd
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .image {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        border-radius: 10px;
        border: 1px solid #ddd
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail {
        margin-left: 15px;
        overflow: hidden
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail .name {
        font-weight: 700;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        min-height: 25px
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail .label {
        margin-top: 2px;
        font-size: 12px;
        color: #8e8e8e
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail .order-number {
        font-size: 12px;
        font-weight: 500
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail .grid-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        font-weight: 700
    }
    
    .notification-container .transaction-container .transaction-card .order-wrapper .detail .price {
        display: flex;
        font-size: 12px;
        font-weight: 700;
        flex-direction: row;
        color: unset
    }
    
    .notification-container .transaction-container .transaction-card .other-product {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        font-weight: 500;
        border-top: 1px solid #ddd;
        border-bottom: 0
    }
    
    .notification-container .transaction-container .transaction-card .other-product.hide {
        height: 18px;
        color: gray;
        border-top: 0
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper {
        box-sizing: border-box;
        border-top: 1px solid #ddd
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper .label {
        font-weight: 700
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper .bank-info {
        display: flex;
        align-items: center
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper .bank-info .bank-image {
        flex: 1 1 50%;
        padding: 5px 5px 5px 15px
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper .bank-info .bank-image .image {
        height: 25px
    }
    
    .notification-container .transaction-container .transaction-card .bank-wrapper .bank-info .bank-detail {
        flex: 1 1 50%;
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
        white-space: nowrap;
        padding: 5px 15px 5px 5px;
        border-left: 1px solid #ddd
    }
    
    .notification-container .transaction-container .transaction-card .total-payment {
        padding: 10px 15px;
        color: #ffad00;
        font-size: 16px;
        font-weight: 700;
        border-top: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .notification-container .transaction-container .transaction-card .total-payment .label {
        font-size: 14px;
        color: #000
    }
    
    .notification-container .transaction-container .transaction-card .total-payment .timer {
        display: flex
    }
    
    .notification-container .transaction-container .transaction-card .label-top {
        font-weight: 700;
        border-radius: 3px;
        text-align: center;
        padding: 8px
    }
    
    .notification-container .transaction-container .transaction-card .label-top.waiting {
        color: #ffad00;
        background-color: rgba(255, 173, 0, .34)
    }
    
    .notification-container .transaction-container .transaction-card .label-top.success {
        color: #00b0b9;
        background-color: rgba(1, 176, 185, .4)
    }
    
    .notification-container .transaction-container .transaction-card .label-top.cancel {
        color: #e02020;
        background-color: rgba(224, 32, 32, .47)
    }
    
    .notification-container .transaction-container .transaction-card .total-payment-review {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        padding: 10px 15px;
        font-weight: 700
    }
    
    .notification-container .transaction-container .transaction-card .total-payment-review .rupiah {
        color: #ffad00;
        font-size: 18px
    }
    
    .notification-container .transaction-container .transaction-card .nilai-produk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        padding: 10px 15px;
        color: #ffad00
    }
    
    .notification-container .transaction-container .transaction-card .status {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
        padding: 0 10px
    }
    
    .notification-container .transaction-container .transaction-card .status .label {
        display: inline-block;
        padding: 4px 20px;
        line-height: 15px;
        font-size: 12px;
        background: #ffad00;
        color: #fff;
        border-radius: 20px 20px 0 0;
        font-weight: 500;
        min-width: 150px;
        max-width: 150px;
        text-align: center
    }
    
    .notification-container .transaction-container .transaction-card .status .label .countdown-wrapper {
        font-size: 16px;
        line-height: 20px
    }
    
    .notification-container .transaction-container .transaction-card .status .label .countdown-wrapper .timer {
        display: flex;
        justify-content: center
    }
    
    .notification-container .transaction-container .transaction-card .confirmation-button,
    .notification-container .transaction-container .transaction-card .reorder-button {
        text-align: center;
        padding: 10px;
        border-top: 1px solid #ddd
    }
    
    .notification-container .transaction-container .transaction-card .confirmation-button .button,
    .notification-container .transaction-container .transaction-card .reorder-button .button {
        font-size: 12px;
        font-weight: 500;
        border-radius: 4px
    }
    
    .notification-container .transaction-container .blank {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: calc(100vh - 162px);
        padding: 15px;
        box-sizing: border-box
    }
    
    .notification-container .transaction-container .blank .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px
    }
    
    .notification-container .transaction-container .blank .text {
        margin: 30px 0
    }
    
    .notification-container .transaction-container .blank img {
        height: auto;
        width: 180px
    }
    
    .notification-container .transaction-container .blank .button {
        width: 150px;
        margin: 0 auto;
        border-radius: 20px;
        font-weight: 500
    }
    
    .notification-container .loader {
        position: absolute;
        top: 0;
        width: 100%;
        height: 4px;
        overflow: hidden
    }
    
    .notification-container .loader .indeterminate {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #ddd
    }
    
    .notification-container .loader .indeterminate:before {
        content: "";
        position: absolute;
        height: 100%;
        background-color: #00b0b9;
        animation: indeterminate-first 2s infinite ease-out;
        animation-delay: .5s
    }
    
    .notification-container .loader .indeterminate:after {
        content: "";
        position: absolute;
        height: 100%;
        background-color: #00b0b9;
        animation: indeterminate-second 2s infinite ease-in;
        animation-delay: .5s
    }
    
    .notification-container .filter-notification {
        position: fixed;
        width: 100%;
        max-width: 480px;
        top: 116px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 500;
        background: #f6f6f6;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        padding: 5px 10px;
        transition: all .3s ease
    }
    
    .notification-container .filter-notification.open {
        height: calc(100vh - 116px)
    }
    
    .notification-container .filter-notification .filter-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center
    }
    
    .notification-container .filter-notification .filter-wrapper .date-wrapper {
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-weight: 400;
        color: #9e9e9e
    }
    
    .notification-container .filter-notification .filter-wrapper .date-wrapper .icon {
        margin-right: 10px;
        cursor: pointer
    }
    
    .notification-container .filter-notification .filter-wrapper .button {
        width: 80px;
        height: 30px;
        border-radius: 3px;
        font-weight: 500;
        margin-left: 5px;
        padding: 0
    }
    
    .notification-container .filter-notification .filter-wrapper .button .icon {
        height: 14px;
        width: 14px;
        margin-right: 5px
    }
    
    .notification-container .filter-notification .calendar-wrapper {
        margin-top: 5px
    }
    
    @keyframes show-badge {
        0% {
            opacity: 0;
            transform: translateY(-50%) scale(.5)
        }
        to {
            opacity: 1;
            transform: translateY(-50%) scale(1)
        }
    }
    
    @keyframes show-transaction {
        0% {
            opacity: 0;
            transform: translateY(20px)
        }
        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
    
    @keyframes indeterminate-first {
        0% {
            left: -100%;
            width: 100%
        }
        to {
            left: 100%;
            width: 10%
        }
    }
    
    @keyframes indeterminate-second {
        0% {
            left: -150%;
            width: 100%
        }
        to {
            left: 100%;
            width: 10%
        }
    }
    
    .one-branch {
        border-top: none!important
    }
     /*--- Batas Style --- */
    .guide-selector {
        z-index: 1000000000!important;
        position: relative!important
    }
    
    .guide-selector.fixed {
        position: fixed!important
    }
    
    .guide-container {
        justify-content: center;
        position: absolute;
        top: 0;
        margin-left: -15px;
        width: 100%;
        max-width: 480px;
        height: 100vh;
        z-index: 100000000;
        visibility: hidden
    }
    
    .guide-container.show {
        visibility: visible
    }
    
    .guide-container.show .tour-overlay {
        opacity: 1;
        visibility: visible
    }
    
    .guide-container.fixed {
        position: fixed!important
    }
    
    .guide-container .tour-overlay {
        position: fixed;
        top: 0;
        left: auto;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease
    }
    
    .guide-container .guide-content {
        position: relative;
        top: 55px;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        background: #fff;
        margin: 10px auto;
        width: 240px;
        z-index: 1000;
        opacity: 0;
        border-radius: 4px;
        z-index: 9999999;
        visibility: hidden;
        transition: opacity .5s ease;
        animation: float 1s ease infinite
    }
    
    .guide-container .guide-content.show {
        opacity: 1;
        visibility: visible
    }
    
    .guide-container .guide-content.left {
        margin-left: 10px
    }
    
    .guide-container .guide-content.right {
        margin-right: 10px
    }
    
    .guide-container .guide-content:after {
        content: "";
        position: absolute;
        bottom: 99%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-bottom-color: #fff;
        border-width: 10px
    }
    
    .guide-container .guide-content.left:after {
        left: 6px;
        transform: translateX(0)
    }
    
    .guide-container .guide-content.right:after {
        left: 75%;
        transform: translateX(0)
    }
    
    .guide-container .guide-content.top:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: #fff;
        border-width: 10px
    }
    
    .guide-container .guide-content .button-wrapper {
        text-align: right
    }
    
    .guide-container .guide-content .button-wrapper .button {
        display: inline-block;
        border: 1px solid #d4d4d4;
        line-height: 20px;
        border-radius: 4px;
        padding: 5px 10px;
        min-width: 75px;
        text-align: center;
        margin-top: 10px;
        outline: 0;
        cursor: pointer
    }
    
    .guide-container .guide-content .button-wrapper .button.primary {
        background: #15b8b2;
        border: 1px solid #15b8b2;
        color: #fff
    }
    
    .guide-container .guide-content .button-wrapper .button.secondary {
        background: #dadada;
        color: #fff
    }
    
    .guide-container .guide-content .button-wrapper .button:first-child {
        margin-right: 5px
    }
    
    .guide-container .guide-content.transaction {
        margin-right: 24px
    }
    
    .guide-container .guide-content.waiting-payment {
        top: 98px!important
    }
    
    .guide-container .guide-content.payment-accepted {
        top: 148px!important
    }
    
    .guide-container .guide-content.transaction-detail {
        top: 275px!important
    }
    
    .guide-container .guide-content.payment-method {
        top: 105px!important
    }
    
    .guide-container .guide-content.payment-confirmation {
        top: 230px!important
    }
    
    .guide-container .guide-content.list-transaction-wrapper {
        margin-left: 35px
    }
    
    .guide-container.notification,
    .guide-container.transaction {
        margin-left: 0
    }
    
    .guide-container.transaction-card {
        margin-left: -15px
    }
    
    .guide-container.transaction-detail {
        margin-left: 0
    }
    
    .tour-overlay {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease
    }
    
    @keyframes float {
        50% {
            transform: translateY(5px)
        }
    }
     /*--- Batas Style --- */
    .store-setting {
        margin: -15px
    }
    
    .store-setting .header-label {
        display: flex;
        justify-content: center;
        text-align: center;
        color: #ffad00;
        font-weight: 500;
        margin-top: 2rem
    }
    
    .store-setting .header-label span {
        max-width: 280px;
        width: 100%
    }
    
    .store-setting .active-store {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1.5rem;
        background-color: #fff;
        margin-bottom: .75rem
    }
    
    .store-setting .active-store .label {
        font-size: 1rem;
        color: #000;
        font-weight: 500
    }
    
    .store-setting .my-store {
        background-color: #fff;
        padding: 1.5rem;
        margin-top: 10px;
        margin-bottom: .75rem
    }
    
    .store-setting .my-store .label-wrapper {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px
    }
    
    .store-setting .my-store .label-wrapper .label {
        color: #8b8b8b;
        font-weight: 600;
        font-size: 14px
    }
    
    .store-setting .my-store .label-wrapper .edit-button {
        cursor: pointer;
        width: 20px;
        height: 20px
    }
    
    .store-setting .my-store .content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding-top: 20px
    }
    
    .store-setting .my-store .content-wrapper .no-photo {
        width: 60px
    }
    
    .store-setting .my-store .content-wrapper .name {
        font-weight: 600;
        padding-top: 15px;
        font-size: 16px;
        color: #000
    }
    
    .store-setting .my-store .content-wrapper .name .verified {
        padding-left: 5px;
        width: 20px
    }
    
    .store-setting .my-store .address-wrapper {
        margin-top: 20px
    }
    
    .store-setting .my-store .address-wrapper .address-header {
        display: flex;
        justify-content: flex-end
    }
    
    .store-setting .my-store .address-wrapper .address-header .label {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        margin-bottom: 5px
    }
    
    .store-setting .my-store .address-wrapper .address-header .edit-address span {
        color: #ffad00;
        font-size: 12px;
        text-decoration: underline;
        cursor: pointer
    }
    
    .store-setting .my-store .address-wrapper .address-input {
        background-color: #f8f8f8;
        border-radius: 3px;
        border: 1px solid #dfdfdf;
        padding: 10px 15px;
        cursor: pointer
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-input-header {
        display: flex;
        align-items: center
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-input-header .pin-point {
        height: 15px
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-input-header .placeholder {
        padding-left: 5px;
        font-size: 12px;
        color: #b0aeae
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-input-header .label-alamat {
        padding-left: 5px;
        font-size: 12px;
        color: #000;
        font-weight: 500
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-default {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
        padding-left: 5px
    }
    
    .store-setting .my-store .address-wrapper .address-input .address-note {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.5;
        padding-left: 5px;
        color: #8f8f8f
    }
    
    .store-setting .bank-wrapper {
        background-color: #fff;
        padding: 1.5rem;
        margin-top: 10px;
        padding: 20px 30px
    }
    
    .store-setting .bank-wrapper .label-wrapper {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px
    }
    
    .store-setting .bank-wrapper .label-wrapper .label {
        color: #8b8b8b;
        font-weight: 600;
        font-size: 14px
    }
    
    .store-setting .bank-wrapper .label-wrapper .edit-button {
        cursor: pointer;
        width: 20px;
        height: 20px
    }
    
    .store-setting .bank-wrapper .bank-detail {
        margin-top: 15px
    }
    
    .store-setting .bank-wrapper .bank-detail .separator {
        width: 10px
    }
    
    .store-setting .bank-wrapper .bank-detail .label {
        font-size: 10px;
        color: #969696
    }
    
    .store-setting .bank-wrapper .bank-detail .value {
        font-size: 10px;
        cursor: pointer
    }
    
    .store-setting .bank-wrapper .bank-detail .value .value-content {
        border: .5px solid #e0e0e0;
        min-height: 20px;
        max-width: 307px;
        width: 57vw;
        margin-top: 5px;
        padding: 5px 10px
    }
     /*--- Batas Style --- */
    .help-page {
        margin-right: -15px;
        margin-left: -15px;
        background-color: #fafafa
    }
    
    .help-page .help-page-content {
        margin-top: -15px
    }
    
    .help-page .help-page-content .help-page-header {
        margin-top: 20px;
        margin-bottom: 5px;
        padding: 0 15px
    }
    
    .help-page .help-page-content .button-wrapper {
        cursor: pointer;
        color: #222
    }
    
    .help-page .help-page-content .ant-row-flex {
        padding: 0 15px;
        box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, .1);
        background-color: #fff;
        height: 60px
    }
    
    .help-page .help-page-content .ant-row-flex .left-section {
        display: flex;
        align-items: center
    }
    
    .help-page .help-page-content .ant-row-flex .left-section .label-setting {
        font-size: 14px;
        font-weight: 500
    }
    
    .help-page .help-page-content .ant-row-flex .left-section .image {
        width: 25px;
        height: 25px;
        margin-right: 15px
    }
     /*--- Batas Style --- */
    .complain-page-container .complain-page-content .landing-image-container {
        display: block;
        text-align: center;
        padding: 20px
    }
    
    .complain-page-container .complain-page-content .landing-image-container .landing-image {
        width: 100%
    }
    
    .complain-page-container .complain-page-content .spinner-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 35px;
        margin-bottom: 15px
    }
    
    .complain-page-container .complain-page-content .headline-container {
        display: flex;
        align-items: center;
        padding: 7px 15px;
        margin: 0 10px;
        margin-bottom: 15px;
        background: #fff1d3;
        border-radius: 8px
    }
    
    .complain-page-container .complain-page-content .headline-container .headline-image {
        height: 30px;
        width: auto;
        margin-right: 10px
    }
    
    .complain-page-container .complain-page-content .headline-container .headline-content-container .order-number {
        font-size: 12px;
        font-weight: 500;
        color: #222
    }
    
    .complain-page-container .complain-page-content .headline-container .headline-content-container .text {
        font-size: 10px;
        color: #000
    }
    
    .complain-page-container .complain-page-content .headline-container .headline-content-container .text span {
        color: #00b0b9;
        font-weight: 500;
        cursor: pointer
    }
    
    .complain-page-container .complain-page-content .card-container {
        padding: 0 10px
    }
    
    .complain-page-container .complain-page-content .card-container .tag-header {
        font-weight: 500;
        font-size: 14px;
        color: #8a8a8a;
        padding-bottom: 10px
    }
    
    .complain-page-container .complain-page-content .card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding: 20px 15px;
        border-radius: 3px;
        box-shadow: 0 0 2px 1px rgba(97, 97, 97, .13);
        background-color: #fff;
        cursor: pointer
    }
    
    .complain-page-container .complain-page-content .card .left-section {
        display: flex;
        padding-left: 5px
    }
    
    .complain-page-container .complain-page-content .card .left-section .image {
        margin: -5px 0;
        width: 65px;
        height: 65px;
        padding-right: 15px
    }
    
    .complain-page-container .complain-page-content .card .left-section .content {
        font-size: 11px;
        color: #7c7c7c
    }
    
    .complain-page-container .complain-page-content .card .left-section .content .title {
        font-size: 18px;
        color: #222;
        font-weight: 500;
        margin-bottom: 5px
    }
    
    .complain-page-container .complain-page-content .card .right-section {
        padding-left: 10px
    }
    
    .complain-status-page-container {
        margin: -15px;
        position: relative
    }
    
    .complain-status-page-container .list-card {
        height: calc(100vh - 100px);
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    .complain-status-page-container .card {
        padding: 20px;
        border-bottom: 1px solid #ededed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    
    .complain-status-page-container .card .arrow-right {
        cursor: pointer;
        height: 15px;
        width: 7px;
        object-fit: contain
    }
    
    .complain-status-page-container .card .card-div {
        cursor: pointer;
        color: #7c7c7c;
        font-size: 10px
    }
    
    .complain-status-page-container .card .card-div .no {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
        font-weight: 500
    }
    
    .complain-status-page-container .card .card-div .status-orange {
        color: #ffad00;
        border: 1px solid #ffad00;
        border-radius: 2px;
        padding: 2px 9px 1px
    }
    
    .complain-status-page-container .card .card-div .status-red {
        color: #e02020;
        border: 1px solid #e02020;
        border-radius: 2px;
        padding: 2px 9px 1px
    }
    
    .complain-status-page-container .card .card-div .status-green {
        color: #00b0b9;
        border: 1px solid #00b0b9;
        border-radius: 2px;
        padding: 2px 9px 1px
    }
    
    .complain-status-page-container .img-guarantee {
        width: 100%;
        object-fit: contain
    }
    
    .list-complain-page-container {
        margin: -15px;
        position: relative
    }
    
    .list-complain-page-container .ant-input {
        background: #f2f2f2;
        border: unset
    }
    
    .list-complain-page-container .list-card {
        height: calc(100vh - 55px);
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    .list-complain-page-container .custome-checkbox {
        width: 100%;
        margin-left: 5px
    }
    
    .list-complain-page-container .card {
        padding: 10px 20px;
        border-bottom: 1px solid #ededed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }
    
    .list-complain-page-container .card .arrow-right {
        cursor: pointer;
        height: 15px;
        width: 7px;
        object-fit: contain
    }
    
    .list-complain-page-container .card .card-div {
        cursor: pointer;
        color: #7c7c7c;
        font-size: 10px
    }
    
    .list-complain-page-container .card .card-div .title {
        padding-bottom: 5px
    }
    
    .list-complain-page-container .card .card-div .no {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 10px
    }
    
    .list-complain-page-container .card .card-div .date {
        font-size: 11px;
        font-weight: 500;
        color: #606060
    }
    
    .list-complain-page-container .img-guarantee {
        width: 100%;
        object-fit: contain
    }
    
    .complain-detail-page-container {
        font-size: 12px;
        position: relative;
        margin: -15px
    }
    
    .complain-detail-page-container .container {
        height: calc(100vh - 117px);
        overflow: auto
    }
    
    .complain-detail-page-container .container-no {
        height: calc(100vh - 56px);
        overflow: auto
    }
    
    .complain-detail-page-container .wrapStepper:before {
        border-top: 1px dotted #ffad00
    }
    
    .complain-detail-page-container .card-status {
        padding: 20px
    }
    
    .complain-detail-page-container .card-notif {
        background-color: #fcefd4;
        padding: 20px;
        margin: 10px;
        border-radius: 3px;
        box-shadow: 0 3px 3px 0 rgba(255, 173, 0, .05)
    }
    
    .complain-detail-page-container .card-notif .card-title {
        margin-top: 10px;
        font-size: 13px;
        font-weight: 500
    }
    
    .complain-detail-page-container .card-notif .no {
        margin-top: 10px;
        font-size: 9px;
        line-height: 9px
    }
    
    .complain-detail-page-container .card-resi-branch {
        background-color: #fcefd4;
        padding: 20px;
        margin: 10px;
        border-radius: 3px;
        box-shadow: 0 3px 3px 0 rgba(255, 173, 0, .05);
        padding-top: 10px
    }
    
    .complain-detail-page-container .card-resi-branch .text {
        font-weight: 700;
        color: #00b0b9
    }
    
    .complain-detail-page-container .card-resi-branch .label {
        margin-top: 8px;
        font-size: 10px
    }
    
    .complain-detail-page-container .card-resi-branch .card-title {
        font-size: 13px;
        font-weight: 700;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    
    .complain-detail-page-container .card-resi-branch .desc {
        color: #7c7c7c;
        font-size: 8px;
        border-bottom: 1px solid #9c9c9c;
        padding-bottom: 6px;
        margin-top: -.5px
    }
    
    .complain-detail-page-container .card-resi-branch .img-resi {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        object-fit: contain;
        background-color: #fafafa;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
    }
    
    .complain-detail-page-container .card {
        margin: 10px;
        padding: 15px;
        padding-top: 10px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(97, 97, 97, .1)
    }
    
    .complain-detail-page-container .card .text {
        font-weight: 700;
        color: #00b0b9
    }
    
    .complain-detail-page-container .card .label {
        margin-top: 8px;
        font-size: 10px;
        color: #9e9d9d
    }
    
    .complain-detail-page-container .card .card-title {
        font-size: 13px;
        font-weight: 700;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee
    }
    
    .complain-detail-page-container .card .card-title .invoice {
        background-color: #00b0b9;
        color: #fff;
        font-size: 11px;
        padding: 2px 8px 0;
        line-height: 12px;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(97, 97, 97, .1);
        cursor: pointer
    }
    
    .complain-detail-page-container .card .card-title .invoice.wait {
        background-color: rgba(255, 173, 0, .34);
        color: #ffad00;
        font-size: 9px
    }
    
    .complain-detail-page-container .card .card-title .invoice.success {
        background-color: rgba(1, 176, 185, .4);
        color: #00b0b9;
        font-size: 9px
    }
    
    .complain-detail-page-container .card .card-title .invoice.danger {
        background-color: rgba(224, 32, 32, .47);
        color: #e02020;
        font-size: 9px
    }
    
    .complain-detail-page-container .card .form-resi .desc {
        font-size: 8px;
        line-height: 8px;
        color: #7c7c7c;
        border-top: 1px solid #eee;
        padding-top: 5px;
        margin-bottom: 5px
    }
    
    .complain-detail-page-container .card .form-resi .label {
        color: #222;
        font-size: 10px
    }
    
    .complain-detail-page-container .card .form-resi .ant-input {
        border-width: 0!important;
        border-bottom-width: 2px!important;
        border-color: #d9d9d9!important;
        font-size: 14px;
        background-color: transparent!important;
        height: 18px;
        padding: 0;
        margin-bottom: 5px
    }
    
    .complain-detail-page-container .card .form-resi .ant-input::placeholder {
        font-size: 8px!important
    }
    
    .complain-detail-page-container .card .form-resi .ant-input:focus {
        box-shadow: unset
    }
    
    .complain-detail-page-container .card .form-resi .error-text {
        font-size: 10px!important;
        color: red
    }
    
    .complain-detail-page-container .card .form-resi .ant-btn {
        font-size: 10px!important;
        font-weight: 500!important;
        height: 25px!important
    }
    
    .complain-detail-page-container .card .form-resi .ant-btn:disabled {
        color: #fff!important;
        background-color: #c4c4c4!important;
        border-color: #c4c4c4!important
    }
    
    .complain-detail-page-container .card .upload-resi {
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    
    .complain-detail-page-container .card .upload-resi .remove {
        position: absolute;
        top: -6px;
        left: 76px;
        width: 16px;
        cursor: pointer
    }
    
    .complain-detail-page-container .card .upload-resi .ant-progress {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff!important
    }
    
    .complain-detail-page-container .card .upload-resi input {
        display: none
    }
    
    .complain-detail-page-container .card .upload-resi .icon-upload {
        cursor: pointer;
        width: 85px;
        height: 85px;
        border: 2px dashed #c1c1c1;
        border-radius: 3px;
        object-fit: contain
    }
    
    .complain-detail-page-container .card .upload-resi .img-null {
        cursor: pointer;
        width: 85px;
        height: 85px;
        border: 2px dashed #c1c1c1;
        background-color: #fafafa;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    .complain-detail-page-container .card .div-default-resi {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    
    .complain-detail-page-container .card .div-default-resi .title-resi-default {
        font-size: 13px;
        font-weight: 500;
        color: #373737
    }
    
    .complain-detail-page-container .card .div-default-resi .button {
        display: flex;
        flex-direction: row;
        align-items: center
    }
    
    .complain-detail-page-container .card .div-default-resi .button .cancel {
        cursor: not-allowed;
        color: #b7b7b7;
        background-color: #f1f1f1;
        padding: 5px 9px 3px;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
        margin-right: 5px
    }
    
    .complain-detail-page-container .card .div-default-resi .button .yes {
        cursor: pointer;
        color: #fff;
        background-color: #00b0b9;
        padding: 5px 9px 3px;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05)
    }
    
    .complain-detail-page-container .card .img-resi {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        object-fit: contain;
        background-color: #fafafa;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
    }
    
    .complain-detail-page-container .drawer-img-drawer {
        z-index: 99999999
    }
    
    .complain-detail-page-container .drawer-img-drawer .container {
        min-height: unset!important;
        top: calc(50% - 210px);
        bottom: calc(50% - 210px);
        height: unset!important
    }
    
    .complain-detail-page-container .drawer-img-drawer .container .slide-img-drawer {
        width: 100%;
        height: 370px;
        display: flex!important;
        align-items: center
    }
    
    .complain-detail-page-container .drawer-img-drawer .container .slide-img-drawer img {
        width: 100%;
        height: auto
    }
    
    .complain-detail-page-container .drawer-img-drawer .close {
        display: block!important
    }
    
    .complain-detail-page-container .status-orange {
        font-weight: 700;
        font-size: 14px;
        color: #ffad00
    }
    
    .complain-detail-page-container .status-red {
        font-weight: 700;
        font-size: 14px;
        color: #e02020
    }
    
    .complain-detail-page-container .status-green {
        font-weight: 700;
        font-size: 14px;
        color: #00b0b9
    }
    
    .complain-detail-page-container .border-bottom {
        border-bottom: 1px dashed #00b0b9;
        width: 100%;
        margin-bottom: 15px
    }
    
    .complain-detail-page-container .button-action {
        background-color: #fff;
        width: 100%;
        padding: 10px
    }
    
    .complain-detail-page-container .button-action .ant-btn {
        font-size: 13px;
        font-weight: 500;
        color: #ffad00!important;
        border-color: #ffad00!important
    }
    
    .complain-detail-page-container .button-action .ant-btn:hover {
        color: #ffad00!important;
        font-weight: 700;
        border-color: #ffad00!important
    }
    
    .complain-detail-page-container .button-action .ant-btn.orange-action {
        background-color: #ffad00!important;
        color: #fff!important
    }
    
    .complain-detail-page-container .card-img {
        margin-top: 8px;
        display: flex;
        flex-direction: row
    }
    
    .complain-detail-page-container .card-img img {
        height: 50px;
        width: 50px;
        object-fit: contain;
        margin-right: 8px
    }
    
    .complain-detail-page-container .card-img .div {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    .complain-detail-page-container .card-img-notif {
        margin-top: 8px;
        display: flex;
        flex-direction: row
    }
    
    .complain-detail-page-container .card-img-notif .image {
        position: relative;
        overflow: hidden;
        height: 38px;
        width: 40px;
        background-color: #fcefd4;
        margin-right: 10px;
        background-position: 50%;
        background-size: cover
    }
    
    .complain-detail-page-container .card-img-notif .image:after,
    .complain-detail-page-container .card-img-notif .image:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        background-color: inherit;
        padding-bottom: 11%
    }
    
    .complain-detail-page-container .card-img-notif .image img {
        object-fit: contain;
        margin-right: 8px;
        height: 40px;
        width: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 3px;
        background-position: 50%;
        border-radius: 20% 60% 65% 20%
    }
    
    .complain-detail-page-container .card-img-notif .image:before {
        right: 65%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(18deg)
    }
    
    .complain-detail-page-container .card-img-notif .image:after {
        left: 36%;
        -ms-transform-origin: 0 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: skewX(-45deg);
        -webkit-transform: skewX(-45deg);
        transform: skewX(-56deg)
    }
    
    .complain-detail-page-container .card-img-notif .div {
        color: #7c7c7c;
        font-size: 9px;
        display: flex;
        flex-direction: column
    }
    
    .complain-detail-page-container .card-img-notif .div .title {
        font-size: 16px;
        color: #000
    }
    
    .complain-detail-page-container .img-list img {
        height: auto;
        width: 30%;
        object-fit: contain;
        margin: 1.5%;
        cursor: pointer
    }
    
    .complain-proses-page-container .list {
        height: calc(100vh - 56px);
        overflow: auto;
        margin: -15px;
        padding: 15px
    }
    
    .complain-proses-page-container .card-proses {
        margin-bottom: 15px;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }
    
    .complain-proses-page-container .card-proses .card-header {
        border-radius: 3px;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        font-weight: 500
    }
    
    .complain-proses-page-container .card-proses.wait .card-header {
        background-color: rgba(255, 173, 0, .34);
        color: #ffad00
    }
    
    .complain-proses-page-container .card-proses.success .card-header {
        background-color: rgba(1, 176, 185, .4);
        color: #00b0b9
    }
    
    .complain-proses-page-container .card-proses.danger .card-header {
        background-color: rgba(224, 32, 32, .47);
        color: #e02020
    }
    
    .complain-proses-page-container .card-proses .card-body {
        padding: 15px 13px;
        border-bottom: 1px solid #ededed
    }
    
    .complain-proses-page-container .card-proses .card-body .no {
        display: flex;
        justify-content: space-between;
        color: #7c7c7c;
        font-size: 10px;
        line-height: 12px
    }
    
    .complain-proses-page-container .card-proses .card-body .no .no-text {
        font-size: 11px;
        line-height: 11px;
        color: #222
    }
    
    .complain-proses-page-container .card-proses .card-body .no .date {
        white-space: nowrap
    }
    
    .complain-proses-page-container .card-proses .card-body .product {
        margin-top: 15px;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        justify-content: space-between
    }
    
    .complain-proses-page-container .card-proses .card-body .product .desc {
        padding-bottom: 15px
    }
    
    .complain-proses-page-container .card-proses .card-body .product .desc .bold {
        font-weight: 500
    }
    
    .complain-proses-page-container .card-proses .card-body .product .list-img {
        display: flex;
        align-self: flex-end
    }
    
    .complain-proses-page-container .card-proses .card-body .product .list-img img {
        margin-left: 5px;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 4px
    }
    
    .complain-proses-page-container .card-proses .card-footer {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 13px
    }
    
    .complain-proses-page-container .card-proses .card-footer .button {
        border-radius: 2px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
        font-size: 12px;
        font-weight: 500;
        padding: 2px 5px 0;
        color: #fff;
        cursor: pointer
    }
    
    .complain-proses-page-container .card-proses .card-footer .button.wait {
        background-color: #ffad00
    }
    
    .complain-proses-page-container .card-proses .card-footer .button.danger,
    .complain-proses-page-container .card-proses .card-footer .button.success {
        background-color: #c4c4c4
    }
    
    .form-complain-page-container .ant-form-explain {
        font-size: 9px
    }
    
    .form-complain-page-container .ant-input {
        padding-left: 0
    }
    
    .form-complain-page-container .spinner-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 250px
    }
    
    .form-complain-page-container .header-container {
        margin: 0 -15px;
        padding: 0 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
    }
    
    .form-complain-page-container .header-container .header {
        font-size: 17px;
        font-weight: 500
    }
    
    .form-complain-page-container .header-container .header-detail {
        font-size: 9px;
        color: #aeaeae;
        padding-bottom: 10px
    }
    
    .form-complain-page-container .steps-complain-container {
        margin: 0 -15px
    }
    
    .form-complain-page-container .steps-complain-container .steps-complain {
        border-top: 2px solid #00b0b9;
        width: 50%
    }
    
    .form-complain-page-container .product-container {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
        padding: 15px;
        border-radius: 3px;
        box-shadow: 0 0 2px 1px rgba(97, 97, 97, .13);
        background: #fff
    }
    
    .form-complain-page-container .product-container .order-number {
        color: #7c7c7c;
        font-size: 14px;
        padding-bottom: 5px
    }
    
    .form-complain-page-container .product-container .order-number span {
        color: #000;
        font-weight: 500
    }
    
    .form-complain-page-container .product-container .detail-wrapper {
        display: flex;
        padding-top: 10px
    }
    
    .form-complain-page-container .product-container .detail-wrapper .image-wrapper {
        margin-right: 15px
    }
    
    .form-complain-page-container .product-container .detail-wrapper .image-wrapper .image {
        border-radius: 14px;
        width: 85px;
        height: 85px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
    }
    
    .form-complain-page-container .product-container .detail-wrapper .detail {
        display: flex;
        flex-direction: column
    }
    
    .form-complain-page-container .product-container .detail-wrapper .detail .product-name {
        font-weight: 500
    }
    
    .form-complain-page-container .product-container .detail-wrapper .detail .price-title {
        font-size: 12px
    }
    
    .form-complain-page-container .product-container .detail-wrapper .detail .price-detail {
        color: #000;
        display: flex;
        font-size: 12px;
        font-weight: 500
    }
    
    .form-complain-page-container .product-container .header {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 2px
    }
    
    .form-complain-page-container .product-container .header .star {
        color: red
    }
    
    .form-complain-page-container .complain-category-wrapper {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
        padding: 15px;
        border-radius: 3px;
        box-shadow: 0 0 2px 1px rgba(97, 97, 97, .13);
        background: #fff
    }
    
    .form-complain-page-container .complain-category-wrapper .header {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 2px
    }
    
    .form-complain-page-container .complain-category-wrapper .header .star {
        color: red
    }
    
    .form-complain-page-container .complain-category-wrapper .text {
        padding-left: 7px;
        color: #9e9e9e;
        font-size: 10px
    }
    
    .form-complain-page-container .complain-category-wrapper .checkbox-wrapper .ant-checkbox-wrapper {
        padding-bottom: 5px;
        padding-left: 7px
    }
    
    .form-complain-page-container .complain-category-wrapper .checkbox-wrapper .ant-checkbox-wrapper .ant-checkbox-inner:after {
        margin-left: -.5px
    }
    
    .form-complain-page-container .complain-category-wrapper .checkbox-wrapper .checkbox-lainnya {
        display: flex
    }
    
    .form-complain-page-container .complain-category-wrapper .checkbox-wrapper .checkbox-lainnya .input-complain {
        border-width: 0!important;
        border-bottom-width: 2px!important;
        border-color: #d9d9d9!important;
        font-size: 12px;
        background-color: transparent!important;
        height: 18px;
        padding: 0
    }
    
    .form-complain-page-container .complain-category-wrapper .checkbox-wrapper .checkbox-lainnya .ant-input:focus {
        box-shadow: unset
    }
    
    .form-complain-page-container .complain-category-wrapper .textarea-wrapper {
        padding-left: 7px
    }
    
    .form-complain-page-container .complain-category-wrapper .textarea-wrapper .ant-input {
        border: unset;
        border-bottom: 1px solid #dadada;
        background: unset;
        border-radius: 0;
        min-height: 25px
    }
    
    .form-complain-page-container .complain-category-wrapper .textarea-wrapper .ant-input:focus {
        box-shadow: unset
    }
    
    .form-complain-page-container .complain-category-wrapper .textarea-wrapper .character-counter {
        font-size: 9px;
        color: #e02020
    }
    
    .form-complain-page-container .proof-wrapper {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
        padding: 10px 15px;
        border-radius: 3px;
        box-shadow: 0 0 2px 1px rgba(97, 97, 97, .13);
        background: #fff
    }
    
    .form-complain-page-container .proof-wrapper .header {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 2px;
        padding-top: 10px
    }
    
    .form-complain-page-container .proof-wrapper .header .star {
        color: red
    }
    
    .form-complain-page-container .proof-wrapper .text {
        padding-left: 7px;
        color: #9e9e9e;
        font-size: 10px
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain {
        padding: 15px 10px;
        display: flex;
        justify-content: space-around
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain {
        text-align: center
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .list-image {
        position: relative
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .list-image .img {
        width: 85px;
        height: 85px;
        border: 2px dashed #c1c1c1
    }
    
    @media only screen and (max-width:320px) {
        .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .list-image .img {
            width: 75px;
            height: 75px
        }
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .list-image .remove {
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -7px;
        right: -7px
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .select-image label {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85px;
        width: 85px;
        border: 2px dashed #c1c1c1
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .select-image input {
        display: none
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .image-upload .icon-upload {
        cursor: pointer;
        width: 60px;
        height: 60px;
        padding: 0 15px 5px 10px;
        border: 2px dashed #c1c1c1
    }
    
    .form-complain-page-container .proof-wrapper .picture-container-complain .upload-wrapper-complain .text-image {
        padding-top: 10px;
        color: #7c7c7c;
        font-size: 10px
    }
    
    .form-complain-page-container .proof-wrapper .input-video {
        margin-top: 10px;
        border: unset;
        border-bottom: 1px solid #dadada;
        background: unset;
        border-radius: 0;
        height: 25px;
        max-width: 90%
    }
    
    .form-complain-page-container .proof-wrapper .ant-input:focus {
        box-shadow: unset
    }
    
    .form-complain-page-container .proof-wrapper::placeholder {
        font-size: 10px;
        padding-left: 0
    }
    
    .form-complain-page-container .tutorial-curtain-container {
        padding: 15px;
        padding-top: 75px
    }
    
    .form-complain-page-container .tutorial-curtain-container .ant-col-12 {
        padding: 0 5px
    }
    
    .form-complain-page-container .tutorial-curtain-container .tutorial-button {
        font-weight: 500;
        background: #dedede;
        padding: 5px 0;
        border-radius: 3px;
        color: #7c7c7c
    }
    
    .form-complain-page-container .tutorial-curtain-container .tutorial-button.active {
        background: #00b0b9;
        color: #fff
    }
    
    .form-complain-page-container .tutorial-curtain-container .header-text-tutorial {
        color: #979797
    }
    
    .form-complain-page-container .tutorial-curtain-container .image-card-tutorial {
        height: 230px;
        width: auto
    }
    
    @media only screen and (max-width:375px) {
        .form-complain-page-container .tutorial-curtain-container .image-card-tutorial {
            height: 200px
        }
    }
    
    @media only screen and (max-width:320px) {
        .form-complain-page-container .tutorial-curtain-container .image-card-tutorial {
            height: 170px
        }
    }
    
    .loading-wrapper {
        margin: -5px 0 10px
    }
    
    .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 40px;
        height: 25px;
        margin: auto;
        border-radius: 15px;
        padding-bottom: 5px
    }
    
    .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .ddc-ui-counter {
        display: flex;
        align-items: center
    }
    
    .ddc-ui-counter .counter-button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 25px;
        font-size: 15px;
        font-weight: 700;
        width: 25px;
        height: 25px;
        border: 0;
        border-radius: 50%;
        padding: 0;
        background: #00b0b9;
        color: #fff;
        user-select: none;
        cursor: pointer
    }
    
    .ddc-ui-counter .counter-button.disabled {
        background: #ddd;
        color: #fff;
        cursor: default
    }
    
    .ddc-ui-counter .counter-number {
        margin: 0 5px;
        border: 0;
        border-bottom: 1px solid #00b0b9;
        border-radius: 0;
        text-align: center;
        font-weight: 700;
        box-shadow: none;
        width: 45px;
        height: 25px;
        padding: 0
    }
     /*--- Batas Style --- */
    .scroll-select-container {
        position: relative;
        height: 100%
    }
    
    .scroll-selector-area {
        position: absolute;
        border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
        width: 99%;
        z-index: -1
    }
    
    .scroll-select-list {
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        color: #bbb;
        position: relative;
        perspective: 1000px
    }
    
    .scroll-select-list::-webkit-scrollbar {
        width: 0!important
    }
    
    .scroll-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 10px;
        margin: 0 auto;
        width: 100%
    }
    
    .wheel-item {
        background: #f9f9f9;
        border: 1px solid #b1b1b1
    }
    
    .scroll-item:hover {
        cursor: pointer
    }
    
    .selected-time {
        color: #1d1d1d;
        font-weight: 700;
        transition: all .2s;
        color: #323232
    }
     /*--- Batas Style --- */
    .armada-tds-shipping-page-container .bold {
        font-weight: 500
    }
    
    .armada-tds-shipping-page-container .image-armada-wrapper {
        margin-top: 120px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .armada-tds-shipping-page-container .image-armada-wrapper .image {
        width: 80%
    }
    
    .armada-tds-shipping-page-container .landing-text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    
    .armada-tds-shipping-page-container .landing-text-wrapper .text {
        text-align: center;
        padding: 30px;
        padding-bottom: 20px
    }
    
    .armada-tds-shipping-page-container .landing-text-wrapper .btn-orange {
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 30px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
        background-color: #ffad00;
        color: #fff;
        font-weight: 500;
        border: none!important
    }
    
    .armada-tds-shipping-page-container .landing-text-wrapper .ant-btn-clicked:after {
        border-color: #ffad00
    }
    
    .shipping-tds-submission-page-container {
        padding: 15px;
        padding-top: 0
    }
    
    .shipping-tds-submission-page-container .card-container-armada {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        margin-top: 10px;
        border-radius: 4px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
        background-color: #fff;
        cursor: pointer
    }
    
    .shipping-tds-submission-page-container .card-container-armada .left-section {
        display: flex;
        align-items: center
    }
    
    .shipping-tds-submission-page-container .card-container-armada .left-section .image-container {
        margin-right: 15px
    }
    
    .shipping-tds-submission-page-container .card-container-armada .left-section .image-container .image {
        width: 50px;
        height: 50px
    }
    
    .shipping-tds-submission-page-container .card-container-armada .left-section .content-container-armada .title {
        font-size: 15px;
        font-weight: 500
    }
    
    .shipping-tds-submission-page-container .card-container-armada .left-section .content-container-armada .description {
        font-size: 11px;
        padding-right: 15px;
        line-height: 16px
    }
    
    .shipping-tds-submission-page-container .ant-btn-primary {
        font-size: 13px;
        font-weight: 500
    }
    
    .shipping-tds-submission-page-container .ant-form-explain {
        font-size: 8px;
        margin-left: 10px
    }
    
    .form-tds-shipping-container .separator-level-container {
        margin-left: -23px;
        margin-right: -23px
    }
    
    .form-tds-shipping-container .separator-level-container .separator-level {
        margin-bottom: 20px;
        margin-top: -20px;
        border-bottom: 3px solid #00b0b9;
        width: 50%
    }
    
    .form-tds-shipping-container .title-text {
        font-size: 16px;
        font-weight: 500;
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
    
    .form-tds-shipping-container .ant-input-number-input {
        height: 27px
    }
    
    .form-tds-shipping-container .background-time {
        width: 90%;
        max-width: 480px;
        position: fixed;
        background-color: #eaeaea;
        height: 45px;
        bottom: 104px;
        margin-left: -15px;
        border-radius: 16px;
        left: 35px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .form-tds-shipping-container .background-time .colon {
        padding: 10px
    }
    
    @media only screen and (max-width:415px) {
        .form-tds-shipping-container .background-time .colon {
            padding-right: 15px
        }
    }
    
    @media only screen and (max-width:376px) {
        .form-tds-shipping-container .background-time .colon {
            padding-right: 20px
        }
    }
    
    @media only screen and (max-width:330px) {
        .form-tds-shipping-container .background-time .colon {
            padding-right: 25px
        }
    }
    
    .form-tds-shipping-container .delivery-schedule-wrapper .list-wrapper {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 7px;
        padding: 5px 15px;
        border: 1px solid #d9d9d9;
        border-radius: 35px;
        min-height: 37px!important
    }
    
    .form-tds-shipping-container .delivery-schedule-wrapper .list-wrapper .list-day {
        cursor: pointer;
        min-width: 25px;
        font-size: 10px
    }
    
    .form-tds-shipping-container .delivery-schedule-wrapper .list-wrapper .list-day.active {
        font-weight: 500;
        color: #00b0b9;
        border: 1px solid #00b0b9;
        min-width: 25px;
        min-height: 25px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .form-tds-shipping-container .time-wheel-container {
        margin-bottom: -30px
    }
    
    .form-tds-shipping-container .btn-time-wrapper {
        width: 100%;
        padding: 10px;
        cursor: pointer
    }
    
    .form-tds-shipping-container .btn-time-wrapper .btn-time {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        color: #fff;
        background: #00b0b9;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 4px
    }
    
    .form-tds-shipping-container .mr-40 {
        margin-right: 23px
    }
    
    @media only screen and (max-width:415px) {
        .form-tds-shipping-container .mr-40 {
            margin-right: 20px
        }
    }
    
    @media only screen and (max-width:376px) {
        .form-tds-shipping-container .mr-40 {
            margin-right: 20px
        }
    }
    
    @media only screen and (max-width:320px) {
        .form-tds-shipping-container .mr-40 {
            margin-right: 10px
        }
    }
    
    .form-tds-shipping-container .shipping-type-wrapper {
        background-color: #fafafa;
        border-radius: 5px;
        padding: 15px 12px;
        margin-bottom: 15px
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .head-text {
        font-size: 10px;
        margin-bottom: 5px
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .head-text.required:before {
        display: inline-block;
        margin-right: 2px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 14px;
        color: #f5222d
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .type {
        display: flex;
        align-items: center;
        width: 80%
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .image-shipping-type-wrapper {
        margin-right: 10px
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .image-shipping-type-wrapper img {
        width: 35px;
        height: 35px
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .type-name {
        font-size: 13px;
        font-weight: 500
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .button-ubah {
        color: #ffad00;
        font-size: 9px;
        font-weight: 500;
        border: 1.5px solid #ffad00;
        padding: 4px 15px;
        padding-bottom: 3px;
        border-radius: 20px;
        cursor: pointer
    }
    
    .form-tds-shipping-container .shipping-type-wrapper .flex-wrapper .button-ubah:hover {
        background-color: #ffad00;
        color: #fff
    }
    
    .form-tds-shipping-container .curtain-setting-armada {
        padding-bottom: 65px!important
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-wrapper {
        width: 100%
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container {
        background: #fafafa;
        padding: 15px;
        margin-bottom: 10px
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container::-webkit-input-placeholder {
        font-size: 8px
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container:-ms-input-placeholder {
        font-size: 8px
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container::placeholder {
        font-size: 8px
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .title-range {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .min-max {
        display: flex;
        align-items: center
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .ant-form-item-label {
        font-weight: 400
    }
    
    @media only screen and (max-width:420px) {
        .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .ant-form-item-label label {
            font-size: 11px
        }
    }
    
    @media only screen and (max-width:376px) {
        .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .ant-form-item-label label {
            font-size: 9.5px
        }
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .ant-form-item {
        margin-bottom: 15px
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .control-button {
        margin-top: 10px;
        cursor: pointer;
        padding: 2px;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00b0b9
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .control-button.minus {
        background: #e02020
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-range-wrapper .ant-form-explain {
        display: none
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .input-distance-fix-wrapper .ant-form-item-label {
        font-weight: 400
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .ant-radio-inner {
        border-color: #c4c4c4
    }
    
    .form-tds-shipping-container .curtain-setting-armada .range-container .ant-radio-inner:after {
        background-color: #ffad00
    }
    
    .form-tds-shipping-container .swipeable-container {
        padding: 15px
    }
    
    .form-tds-shipping-container .swipeable-container .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #c4c4c4;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 25px
    }
    
    .form-tds-shipping-container .swipeable-container .header-container .ic-close {
        cursor: pointer;
        color: #7c7c7c;
        font-size: 18px
    }
    
    .form-tds-shipping-container .swipeable-container .swipeable-content-container {
        margin-top: 10px;
        padding: 10px
    }
    
    .form-tds-shipping-container .swipeable-container .card-container {
        border-bottom: 1px solid #c4c4c4;
        padding: 10px 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }
    
    .form-tds-shipping-container .swipeable-container .card-container .left-card {
        display: flex;
        align-items: center
    }
    
    .form-tds-shipping-container .swipeable-container .card-container .left-card img {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }
    
    .form-tds-shipping-container .swipeable-container .card-container .left-card .text-img {
        font-size: 13px;
        font-weight: 500
    }
    
    .form-tds-shipping-container .swipeable-container .card-container .right-card .ic-right {
        color: #c4c4c4
    }
    
    .form-tds-shipping-container .ant-time-picker-input {
        height: 27px
    }
    
    .form-tds-shipping-container .ant-time-picker-input::placeholder {
        font-size: 10px
    }
    
    .form-tds-shipping-container .ant-time-picker-icon {
        right: 5px
    }
    
    .form-tds-shipping-container .ant-form-item-label {
        font-size: 12px;
        font-weight: 500
    }
    
    @media only screen and (max-width:320px) {
        .form-tds-shipping-container .ant-form-item-label {
            font-size: 10px
        }
    }
    
    .form-tds-shipping-container .ant-form-item {
        padding-bottom: 0
    }
    
    .form-tds-shipping-container .ant-form-item.mgb-0 {
        margin-bottom: 0
    }
    
    .form-tds-shipping-container .ant-form-item.mgb-0 .ant-form-explain {
        margin-left: 0
    }
    
    .form-tds-shipping-container .ant-form-item.p4 .ant-form-item-label {
        padding-bottom: 4px
    }
    
    .form-tds-shipping-container .ant-form-item.pl-8 label {
        padding-left: 8px
    }
    
    .form-tds-shipping-container .ant-form-item.w-85 {
        width: 85px
    }
    
    @media only screen and (max-width:420px) {
        .form-tds-shipping-container .ant-form-item.w-85 {
            width: 80px
        }
    }
    
    @media only screen and (max-width:380px) {
        .form-tds-shipping-container .ant-form-item.w-85 {
            width: 70px
        }
    }
    
    .form-tds-shipping-container .ant-form-item-required:before {
        margin-right: 2px
    }
    
    .form-tds-shipping-container .input-box {
        max-height: 27px;
        margin-left: 8px
    }
    
    .form-tds-shipping-container .input-box.w-150 {
        width: 190px
    }
    
    @media only screen and (max-width:460px) {
        .form-tds-shipping-container .input-box.w-150 {
            width: 163px
        }
    }
    
    @media only screen and (max-width:420px) {
        .form-tds-shipping-container .input-box.w-150 {
            width: 163px
        }
    }
    
    @media only screen and (max-width:394px) {
        .form-tds-shipping-container .input-box.w-150 {
            width: 143px
        }
    }
    
    @media only screen and (max-width:376px) {
        .form-tds-shipping-container .input-box.w-150 {
            width: 135px
        }
    }
    
    @media only screen and (max-width:321px) {
        .form-tds-shipping-container .input-box.w-150 {
            width: 105px
        }
    }
    
    .form-tds-shipping-container .input-box.w-95 {
        width: 95%
    }
    
    .form-tds-shipping-container .ant-input:focus {
        box-shadow: none
    }
    
    .form-tds-shipping-container .ant-input::placeholder {
        font-size: 8px!important
    }
    
    .form-tds-shipping-container .input-underline {
        margin-top: 5px;
        border: unset;
        border-bottom: 1px solid #dadada;
        background: unset;
        border-radius: 0;
        height: 25px;
        max-width: 90%
    }
    
    .form-tds-shipping-container .input-underline.pl-0 {
        padding-left: 0
    }
    
    .form-tds-shipping-container .example-input {
        font-size: 10px;
        color: #7c7c7c;
        margin-left: 9px;
        margin-top: -10px
    }
    
    .form-tds-shipping-container .example-input.mtm-5 {
        margin-top: -5px;
        margin-bottom: 2px
    }
    
    .form-tds-shipping-container .example-input.pl-8 {
        padding-left: 8px
    }
    
    .form-tds-shipping-container .example-input.min-order {
        margin-left: 5px
    }
    
    .form-tds-shipping-container .example-input .head-text {
        font-size: 10px;
        margin-bottom: 5px
    }
    
    .form-tds-shipping-container .example-input .head-text.required:before {
        display: inline-block;
        margin-right: 2px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 14px;
        color: #f5222d
    }
    
    .form-tds-shipping-container .ant-btn-primary.disabled {
        background: #c4c4c4;
        color: #fff
    }
    
    .form-tds-shipping-container .fee-radio-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px
    }
    
    .form-tds-shipping-container .fee-radio-wrapper .ant-radio-wrapper {
        margin-right: 20px;
        font-size: 13px;
        font-weight: 500
    }
    
    .form-tds-shipping-container .prefix {
        position: absolute;
        left: 15px;
        font-size: 9px;
        color: #7c7c7c
    }
    
    .form-tds-shipping-container .suffix {
        position: absolute;
        right: -190px;
        font-size: 9px;
        color: #7c7c7c
    }
    
    @media only screen and (max-width:460px) {
        .form-tds-shipping-container .suffix {
            right: -163px
        }
    }
    
    @media only screen and (max-width:420px) {
        .form-tds-shipping-container .suffix {
            right: -163px
        }
    }
    
    @media only screen and (max-width:394px) {
        .form-tds-shipping-container .suffix {
            right: -143px
        }
    }
    
    @media only screen and (max-width:376px) {
        .form-tds-shipping-container .suffix {
            right: -135px
        }
    }
    
    @media only screen and (max-width:321px) {
        .form-tds-shipping-container .suffix {
            right: -105px
        }
    }
    
    .form-tds-shipping-container .suffix.w-80 {
        right: -80px
    }
    
    @media only screen and (max-width:420px) {
        .form-tds-shipping-container .suffix.w-80 {
            right: -75px
        }
    }
    
    @media only screen and (max-width:380px) {
        .form-tds-shipping-container .suffix.w-80 {
            right: -65px
        }
    }
    
    .form-tds-shipping-container .suffix.w-100 {
        right: -380px
    }
    
    @media only screen and (max-width:480px) {
        .form-tds-shipping-container .suffix.w-100 {
            position: fixed;
            right: 14%
        }
    }
    
    @media only screen and (max-width:395px) {
        .form-tds-shipping-container .suffix.w-100 {
            position: fixed;
            right: 16%
        }
    }
    
    .form-tds-shipping-container .prefixed {
        padding-left: 10px
    }
    
    .form-tds-shipping-container .label-m3 {
        font-size: 12px;
        font-weight: 500
    }
    
    .form-tds-shipping-container .label-m3.required:before {
        display: inline-block;
        margin-right: 2px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 14px;
        color: #f5222d
    }
    
    .form-tds-shipping-container .ant-input-number-handler-wrap {
        z-index: 1
    }
    
    .form-tds-shipping-container input::-webkit-inner-spin-button,
    .form-tds-shipping-container input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }
    
    .form-tds-shipping-container input[type=number] {
        -moz-appearance: textfield
    }
    
    .list-armada-tds-tab {
        margin: -15px;
        position: relative
    }
    
    .list-armada-tds-tab .div-list-tabpane {
        height: calc(100vh - 100px);
        padding: 15px;
        overflow: auto
    }
    
    .list-armada-tds-tab .no-list {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    .list-armada-tds-tab .no-list img {
        width: 70%
    }
    
    .list-armada-tds-tab .add-armada {
        cursor: pointer;
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 10px;
        background-color: #ffad00;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        width: 55px;
        border-radius: 50px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
    }
    
    .list-armada-tds-tab .add-armada img {
        width: 65%
    }
    
    .list-armada-tds-tab .card {
        padding: 5px;
        margin-bottom: 15px;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
    }
    
    .list-armada-tds-tab .card .card-header {
        padding: 15px;
        padding-right: 5px;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    
    .list-armada-tds-tab .card .card-header .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 11px;
        line-height: 11px
    }
    
    .list-armada-tds-tab .card .card-header .left img {
        height: 20px;
        width: 30px;
        object-fit: contain;
        margin-right: 12px
    }
    
    .list-armada-tds-tab .card .card-header .left .title {
        margin-bottom: 5px;
        line-height: 14px;
        font-size: 14px;
        font-weight: 500
    }
    
    .list-armada-tds-tab .card .card-header .label {
        padding: 3px 8px;
        padding-bottom: 2px;
        border: 1px solid #00b0b9;
        color: #00b0b9;
        border-radius: 8px;
        font-size: 8px;
        font-weight: 500;
        line-height: 11px
    }
    
    .list-armada-tds-tab .card .card-header .label.orange {
        border-color: #ffad00;
        color: #ffad00
    }
    
    .list-armada-tds-tab .card .card-header .label.red {
        border-color: #e02020;
        color: #e02020
    }
    
    .list-armada-tds-tab .card .card-header .label-armada {
        padding: 2px 8px 1px;
        color: #00b0b9;
        background-color: rgba(0, 176, 185, .2);
        border-radius: 4px;
        font-size: 9px;
        font-weight: 500;
        line-height: 12px
    }
    
    .list-armada-tds-tab .card .card-header .label-armada.orange {
        color: #ffad00;
        background-color: rgba(255, 173, 0, .2)
    }
    
    .list-armada-tds-tab .card .card-body {
        padding: 15px;
        padding-top: 17px
    }
    
    .list-armada-tds-tab .card .card-body .list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        color: #000;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 3px
    }
    
    .list-armada-tds-tab .card .card-body .list .left {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        color: #4d4d4d;
        width: 160px
    }
    
    .list-armada-tds-tab .card .card-body .list .left .dot {
        font-size: 20px;
        line-height: 4px;
        margin-right: 5px
    }
    
    .list-armada-tds-tab .card .card-body .list .free-ongkir {
        display: flex
    }
    
    .list-armada-tds-tab .card .card-body .list .free-ongkir span {
        padding-left: 2px
    }
    
    @media only screen and (max-width:385px) {
        .list-armada-tds-tab .card .card-body .list .free-ongkir {
            flex-direction: column
        }
        .list-armada-tds-tab .card .card-body .list .free-ongkir span {
            padding-left: 6px
        }
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom .alert {
        font-size: 10px;
        line-height: 12px;
        padding: 10px;
        width: 100%;
        margin-right: 10px
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom .alert.red {
        background-color: rgba(224, 32, 32, .1)
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom .detail-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        color: #7c7c7c;
        width: 65px;
        font-size: 10px;
        white-space: nowrap
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom .detail-button .arrow {
        padding: 0 5px;
        font-weight: 700
    }
    
    .list-armada-tds-tab .card .card-body .card-bottom .detail-button.red {
        color: #e02020
    }
    
    .popup-armada-delete {
        max-width: 400px
    }
    
    .popup-armada-delete img {
        height: 30px;
        width: 30px;
        object-fit: contain
    }
    
    .popup-armada-delete .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    
    .popup-armada-delete .title {
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px
    }
    
    .popup-armada-delete .message {
        font-size: 18px;
        font-weight: 500;
        max-width: 250px;
        text-align: center
    }
    
    .popup-armada-delete .div-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 38px
    }
    
    .popup-armada-delete .div-button button {
        margin: 2px;
        border-radius: 2px;
        color: #fff;
        font-weight: 500;
        font-size: 11px
    }
    
    .popup-armada-delete .div-button button.red:hover {
        border-color: #e02020
    }
    
    .popup-armada-delete .div-button button.red {
        background-color: #e02020;
        border-color: #e02020
    }
    
    .popup-armada-delete .div-button button.grey:hover {
        border-color: #dadada
    }
    
    .popup-armada-delete .div-button button.grey {
        background-color: #dadada;
        border-color: #dadada
    }
    
    .detail-armada-tds {
        margin: -15px;
        padding-top: 100px
    }
    
    .detail-armada-tds .header-toolbar {
        position: fixed;
        top: 0;
        z-index: 90;
        max-width: 480px;
        width: 100%;
        padding: 5px;
        background-color: #2bc8d0
    }
    
    .detail-armada-tds .header-toolbar.orange {
        background-color: #ffad00
    }
    
    .detail-armada-tds .header-toolbar .action {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        width: 100%;
        margin-bottom: 36px
    }
    
    .detail-armada-tds .header-toolbar .trash {
        margin-right: 12px;
        height: 23px;
        width: 20px;
        cursor: pointer
    }
    
    .detail-armada-tds .header-toolbar .img-type {
        position: absolute;
        left: calc((100% - 76px) / 2);
        right: calc((100% - 76px) / 2);
        bottom: -38px;
        width: 76px;
        height: 76px;
        padding: 10px;
        border-radius: 76px;
        background-color: #fff;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .detail-armada-tds .header-toolbar .img-type img {
        height: 50px;
        width: 50px;
        object-fit: contain
    }
    
    .detail-armada-tds .header-toolbar .update {
        position: absolute;
        bottom: -32px;
        right: 10px;
        background-color: #ececec;
        border-radius: 3px;
        color: #9e9e9e;
        font-size: 11px;
        line-height: 11px;
        padding: 1px 10px;
        padding-top: 3px;
        cursor: pointer
    }
    
    .detail-armada-tds .body {
        padding: 15px
    }
    
    .detail-armada-tds .body .list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px
    }
    
    .detail-armada-tds .body .list .left {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        color: #4d4d4d;
        width: 180px;
        font-weight: 400
    }
    
    .detail-armada-tds .body .list.orange {
        color: #ffad00
    }
    
    .detail-armada-tds .body .list.red {
        color: #e02020
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .value {
        font-size: 11px
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .suffix {
        font-size: 9px;
        color: #7c7c7c
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .suffix.rp {
        margin-right: 5px
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .distance {
        padding: 5px;
        width: 20%;
        border: 1px solid #c1bdbd;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 5px
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .sd {
        margin-right: 5px
    }
    
    .detail-armada-tds .body .range-distance-wrapper .range .price-box {
        padding: 5px;
        width: 35%;
        border: 1px solid #c1bdbd;
        border-radius: 3px;
        display: flex;
        align-items: center;
        margin-right: 5px
    }
    
    .detail-armada-tds .body .title {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        margin-top: 20px;
        margin-bottom: 10px
    }
    
    .detail-armada-tds .body .ant-btn.edit {
        margin-top: 20px;
        font-weight: 500
    }
    
    .info-armada-tds {
        margin: -15px;
        padding: 25px;
        font-size: 12px
    }
    
    .info-armada-tds .img-landing {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 25px
    }
    
    .info-armada-tds .img-landing img {
        width: 70%;
        object-fit: contain
    }
    
    .info-armada-tds .title {
        font-weight: 500;
        font-size: 16px;
        color: #00b0b9;
        margin-top: 15px;
        margin-bottom: 5px
    }
    
    .info-armada-tds .ol-one,
    .info-armada-tds .ol-two {
        padding-left: 15px
    }
    
    .info-armada-tds .ol-two li {
        margin-bottom: 10px
    }
    
    .info-armada-tds .ol-two .sub-title {
        font-weight: 500
    }
    
    .info-armada-tds .sub-sub-title-wrapper {
        display: flex;
        margin-bottom: 10px
    }
    
    .info-armada-tds .sub-sub-title-wrapper .point {
        margin-right: 5px
    }
    
    .info-armada-tds .example-table-wrapper {
        margin-left: 15px;
        margin-top: 10px
    }
    
    .info-armada-tds .range {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }
    
    .info-armada-tds .range .value {
        font-size: 10px
    }
    
    .info-armada-tds .range .suffix {
        font-size: 8px;
        color: #7c7c7c
    }
    
    .info-armada-tds .range .suffix.rp {
        margin-right: 5px
    }
    
    .info-armada-tds .range .distance {
        padding: 5px;
        width: 20%;
        border: 1px solid #c1bdbd;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 5px
    }
    
    .info-armada-tds .range .sd {
        margin-right: 5px
    }
    
    .info-armada-tds .range .price-box {
        padding: 5px;
        width: 35%;
        border: 1px solid #c1bdbd;
        border-radius: 3px;
        display: flex;
        align-items: center;
        margin-right: 5px
    }
    
    .loading-wrapper {
        margin: -5px 0 10px
    }
    
    .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 40px;
        height: 25px;
        margin: auto;
        border-radius: 15px;
        padding-bottom: 5px
    }
    
    .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
     /*--- Batas Style --- */
    .ddc_ui_alert {
        position: fixed;
        top: -55px;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        justify-content: center;
        z-index: 1011;
        width: 275px;
        transition: all .4s ease-in-out
    }
    
    .ddc_ui_alert.active {
        transform: translate(-50%, 80px)
    }
    
    .ddc_ui_alert .alert-body {
        background-color: #fff;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
        padding: 0 5px;
        transition: all .5s ease-in-out;
        overflow: hidden;
        display: none;
        width: 100%;
        border-radius: 3px;
        align-items: center
    }
    
    .ddc_ui_alert .alert-body .content-wrapper {
        display: flex;
        align-items: center
    }
    
    .ddc_ui_alert .alert-body .content-wrapper img {
        height: 25px;
        margin-right: 10px
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .line {
        height: 37px;
        width: 3px;
        border-radius: 10px;
        margin-right: 10px
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .line.success {
        background-color: #89b900
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .line.error {
        background-color: #e02020
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .line.warning {
        background-color: #ffad00
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .line.info {
        background-color: #00b0b9
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .content {
        padding: 5px 0
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .content.success {
        color: #89b900
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .content.error {
        color: #e02020
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .content.warning {
        color: #ffad00
    }
    
    .ddc_ui_alert .alert-body .content-wrapper .content.info {
        color: #00b0b9
    }
    

   /* ---Batas style ---*/
    .tour-selector {
        z-index: 999999!important;
        position: relative!important
    }
    
    .tour-selector.fixed {
        position: fixed!important
    }
    
    .tour-container {
        justify-content: center;
        position: absolute;
        top: 0;
        margin-left: -15px;
        width: 100%;
        max-width: 480px;
        height: 100vh;
        z-index: 1000;
        visibility: hidden
    }
    
    .tour-container.show {
        visibility: visible
    }
    
    .tour-container.show .tour-overlay {
        opacity: 1;
        visibility: visible
    }
    
    .tour-container.fixed {
        position: fixed!important
    }
    
    .tour-container .tour-overlay {
        position: fixed;
        top: 0;
        left: auto;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease
    }
    
    .tour-container .tour-content {
        position: relative;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        background: #fff;
        margin: 10px auto;
        width: 215px;
        opacity: 0;
        border-radius: 2px;
        z-index: 9999999;
        visibility: hidden;
        transition: opacity .5s ease;
        animation: float 1s ease infinite
    }
    
    .tour-container .tour-content.show {
        opacity: 1;
        visibility: visible
    }
    
    .tour-container .tour-content.left {
        margin-left: 10px
    }
    
    .tour-container .tour-content.right {
        margin-right: 10px
    }
    
    .tour-container .tour-content:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-bottom-color: #fff;
        border-width: 10px
    }
    
    .tour-container .tour-content.left:after {
        left: 6px;
        transform: translateX(0)
    }
    
    .tour-container .tour-content.right:after {
        left: 75%;
        transform: translateX(0)
    }
    
    .tour-container .tour-content.top:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: #fff;
        border-width: 10px
    }
    
    .tour-container .tour-content.transaction.right:after {
        left: 69%;
        transform: translateX(0)
    }
    
    .tour-container .tour-content .button-wrapper {
        display: flex;
        justify-content: flex-end
    }
    
    .tour-container .tour-content .button-wrapper .button {
        flex-basis: 50%;
        display: inline-block;
        border: 1px solid #d4d4d4;
        line-height: 30px;
        border-radius: 4px;
        padding: 0 10px;
        min-width: 75px;
        text-align: center;
        margin-top: 10px;
        outline: 0;
        cursor: pointer
    }
    
    .tour-container .tour-content .button-wrapper .button.primary {
        background: #15b8b2;
        border: 1px solid #15b8b2;
        color: #fff
    }
    
    .tour-container .tour-content .button-wrapper .button:first-child {
        margin-right: 5px
    }
    
    .tour-overlay {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(0);
        background: rgba(0, 0, 0, .7);
        height: 100vh;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease
    }
    
    @keyframes float {
        50% {
            transform: translateY(5px)
        }
    }
     /*--- Batas Style --- */
    .searchbar-wrapper {
        background: transparent;
        border: none
    }
    
    .new-landing-container {
        margin-top: -60px
    }
    
    .new-landing-container:before {
        left: 0
    }
    
    .new-landing-container:after,
    .new-landing-container:before {
        content: "";
        position: fixed;
        height: 100vh;
        width: 15px;
        top: 0;
        background: transparent;
        z-index: 1
    }
    
    .new-landing-container:after {
        right: 0
    }
    
    .new-landing-container .category-wrapper {
        margin: -5px;
        padding-bottom: 15px
    }
    
    .new-landing-container .category-wrapper .bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        margin: 0 15px;
        padding-top: 20px;
        font-size: 15px
    }
    
    .new-landing-container .category-wrapper .bar .link-button {
        outline: none
    }
    
    .new-landing-container .category-wrapper .bar .more {
        display: flex;
        align-items: center;
        background: #ffad00;
        color: #fff;
        border-radius: 5px;
        line-height: 25px;
        font-weight: 400;
        padding: 0 5px 0 10px;
        cursor: pointer;
        font-size: 10px
    }
    
    .new-landing-container .category-wrapper .bar .more .anticon {
        margin-bottom: 3px
    }
    
    .new-landing-container .category-wrapper .highlight {
        background-image: linear-gradient(221deg, #2fddd9, #15b8b2)
    }
    
    .new-landing-container .category-wrapper .highlight .bar {
        color: #fff
    }
    
    .new-landing-container .category-wrapper #all-product {
        border-top: 0 dashed #ddd
    }
    
    .new-landing-container .category-wrapper .product {
        position: relative;
        display: flex;
        flex-direction: column
    }
    
    .new-landing-container .category-wrapper .product .image {
        width: 100%;
        height: auto;
        position: relative
    }
    
    .new-landing-container .category-wrapper .product .image .out-stock-overlay {
        font-size: 15px!important;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .new-landing-container .category-wrapper.skeleton {
        background: #adadad;
        margin: 0 -15px 15px;
        padding: 25px 0 0
    }
    
    .new-landing-container .category-wrapper.product-category {
        background: #ffad00;
        color: #fff;
        margin-bottom: 15px
    }
    
    .new-landing-container .category-wrapper.product-category #category {
        margin-bottom: -15px
    }
    
    .new-landing-container .category-wrapper .button-wrapper {
        width: 100%;
        padding: 15px;
        margin-top: -30px
    }
    
    .new-landing-container .category-wrapper .button-wrapper .button {
        width: 100%;
        background: #ffad00;
        border: 0;
        color: #fff
    }
    
    .new-landing-container .category-wrapper .brands-wrapper {
        display: inline-flex;
        margin: 15px 0;
        padding: 0 15px;
        width: 100%;
        padding-right: 3px
    }
    
    .new-landing-container .category-wrapper .brands-wrapper.flex {
        display: flex;
        flex-wrap: wrap
    }
    
    .new-landing-container .category-wrapper .brands-wrapper a {
        width: 20%
    }
    
    .new-landing-container .category-wrapper .brands-wrapper .brand {
        margin-right: 12px;
        display: flex;
        flex-direction: column
    }
    
    .new-landing-container .category-wrapper .brands-wrapper .brand .image {
        background: #ddd;
        width: 100%;
        max-height: 80px;
        height: calc(20vw - 12px)
    }
    
    .new-landing-container .category-wrapper .brands-wrapper .brand .label {
        width: 100%;
        margin: 10px 0;
        font-size: 12px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }
    
    .new-landing-container .category-wrapper .brands-wrapper .label {
        color: #000
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper,
    .new-landing-container .category-wrapper .products-wrapper,
    .new-landing-container .category-wrapper .promo-wrapper,
    .new-landing-container .category-wrapper .trending-product-wrapper {
        display: inline-flex;
        margin: 0 -15px 15px -10px;
        padding: 0 15px
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product,
    .new-landing-container .category-wrapper .products-wrapper .product,
    .new-landing-container .category-wrapper .promo-wrapper .product,
    .new-landing-container .category-wrapper .trending-product-wrapper .product {
        display: flex;
        flex-direction: column;
        width: 150px;
        overflow: hidden;
        margin: 15px 0 15px 10px;
        background: #fff;
        font-size: 12px;
        border-radius: 3px;
        cursor: pointer
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .image,
    .new-landing-container .category-wrapper .products-wrapper .product .image,
    .new-landing-container .category-wrapper .promo-wrapper .product .image,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .image {
        width: 100%;
        padding-top: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #ddd;
        position: relative
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content,
    .new-landing-container .category-wrapper .products-wrapper .product .content,
    .new-landing-container .category-wrapper .promo-wrapper .product .content,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        padding: 10px;
        box-sizing: border-box
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .name,
    .new-landing-container .category-wrapper .products-wrapper .product .content .name,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .name,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .name {
        margin-bottom: 2px;
        font-weight: 700;
        color: #000;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .price,
    .new-landing-container .category-wrapper .products-wrapper .product .content .price,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .price,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .price {
        color: #ffad00;
        font-weight: 700;
        margin-top: 0
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .rating,
    .new-landing-container .category-wrapper .products-wrapper .product .content .rating,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .rating,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .rating {
        font-size: 12px
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .rating .number,
    .new-landing-container .category-wrapper .products-wrapper .product .content .rating .number,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .rating .number,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .rating .number {
        color: #8c8c8c
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .uom-note,
    .new-landing-container .category-wrapper .products-wrapper .product .content .uom-note,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .uom-note,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .uom-note {
        margin-top: 0;
        color: #949494;
        font-size: 10px
    }
    
    .new-landing-container .category-wrapper .best-selling-wrapper .product .content .status-stock,
    .new-landing-container .category-wrapper .products-wrapper .product .content .status-stock,
    .new-landing-container .category-wrapper .promo-wrapper .product .content .status-stock,
    .new-landing-container .category-wrapper .trending-product-wrapper .product .content .status-stock {
        text-align: center;
        font-weight: 500;
        margin: 0 -10px -10px;
        background: #f5222d;
        color: #fff
    }
    
    .new-landing-container .category-wrapper .promo-wrapper .product {
        min-width: 150px;
        width: auto
    }
    
    .new-landing-container .category-wrapper .trending-product-wrapper .product {
        border: 1px solid #f1f1f1
    }
    
    .new-landing-container .category-wrapper .products-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
        margin: 0 10px 15px 0;
        padding: 15px;
        box-sizing: border-box
    }
    
    .new-landing-container .category-wrapper .products-wrapper .product {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        border: 1px solid #f1f1f1
    }
    
    .new-landing-container .category-wrapper .products-wrapper .product .image {
        width: 100%;
        height: auto;
        position: relative
    }
    
    .new-landing-container .category-wrapper .products-wrapper .product .image .out-stock-overlay {
        font-size: 15px!important;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .new-landing-container .category-wrapper .products-wrapper .product .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1
    }
    
    .new-landing-container .category-wrapper .products-wrapper .product .content .name {
        max-height: 40px;
        overflow: hidden
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        gap: 0;
        padding: 15px 25px;
        margin: 0 -15px;
        transition: all .5s ease
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper .category {
        width: auto;
        margin: 5px;
        cursor: pointer
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper .category .image-wrapper {
        max-width: 85px;
        height: auto;
        margin: auto
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper .category .image-wrapper .image {
        width: 100%;
        padding-top: 100%;
        background: #fff
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper .category .image-wrapper .blank {
        width: 100%;
        opacity: .1
    }
    
    .new-landing-container .category-wrapper .product-category-wrapper .category .name {
        margin: 10px 0;
        font-size: 12px;
        max-height: 40px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 0
    }
    
    .new-landing-container .category-wrapper .acticle-list {
        margin: 0 15px
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row {
        margin-top: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        width: 100%
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .wrapper {
        flex: 0 0 100px;
        width: 150px;
        max-height: 150px;
        border-radius: 7px;
        overflow: hidden;
        margin-right: 17px
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .wrapper img {
        min-height: 50px;
        border-radius: 7px;
        border: 2px solid #fff;
        background: #eee;
        width: 100%
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .desc {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .desc .article-category-title {
        font-size: 12px
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .desc .article-title {
        font-size: 16px;
        font-weight: 500
    }
    
    .new-landing-container .category-wrapper .acticle-list .article-row .row .desc .article-date {
        font-size: 14px;
        font-weight: 500;
        color: #ffad00
    }
    
    .new-landing-container .banner-wrapper {
        margin: 0 -15px 9px
    }
    
    .new-landing-container .banner-wrapper .banner {
        width: 100%;
        cursor: pointer
    }
    
    .new-landing-container .banner-wrapper .banner .image {
        width: 100%;
        min-height: 300px;
        height: 100%;
        background: #ccc
    }
    
    .new-landing-container .slick-slide img {
        border-radius: 0
    }
    
    .new-landing-container .slick-dots {
        bottom: 10px
    }
    
    .new-landing-container .slick-dots li {
        width: 25px;
        height: 10px;
        margin: 0 2px
    }
    
    .new-landing-container .slick-dots li.slick-active button:before {
        background: #00b0b9;
        border: 2px solid #fff;
        opacity: 1
    }
    
    .new-landing-container .slick-dots button {
        width: 25px;
        height: 10px
    }
    
    .new-landing-container .slick-dots button:before {
        content: "";
        width: 25px;
        height: 10px;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        opacity: .3
    }
    
    .new-landing-container .about-wrapper {
        margin: 0 -15px;
        padding: 30px 0;
        background: #00b0b9;
        text-align: center;
        color: #fff
    }
    
    .new-landing-container .about-wrapper .title {
        position: relative;
        font-size: 18px;
        line-height: 50px;
        font-weight: 700
    }
    
    .new-landing-container .about-wrapper .title:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 100px;
        background: #fff;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    
    .new-landing-container .about-wrapper .text {
        margin: 15px
    }
    
    .new-landing-container .about-wrapper .content {
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    
    .new-landing-container .about-wrapper .content .description {
        margin: 20px 15px 30px;
        color: #fff
    }
    
    .new-landing-container .about-wrapper .slick-dots li.slick-active button:before {
        background: #ffad00;
        border: 2px solid #ffad00
    }
    
    .new-landing-container .facebook-wrapper {
        margin: -15px;
        margin-top: 0;
        padding: 15px
    }
    
    .new-landing-container .facebook-wrapper .title {
        font-size: 18px;
        line-height: 50px;
        font-weight: 700
    }
    
    .new-landing-container .facebook-wrapper .fb-group {
        background: #ddd;
        min-height: 200px
    }
    
    .new-landing-container .tour-overlay {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 480px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, .5);
        z-index: 1000;
        visibility: hidden
    }
    
    .skeleton-wrapper-article .skeleton {
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .skeleton-wrapper-article .skeleton.image {
        width: 100%;
        padding-top: 50%
    }
    
    .skeleton-wrapper-article .skeleton.text {
        height: 15px;
        background: #ddd;
        border-radius: 8px;
        margin-bottom: 10px
    }
    
    .skeleton-wrapper-article .detail {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 35px;
        box-sizing: border-box
    }
    
    .skeleton-wrapper-article .detail .date {
        position: absolute;
        left: 5px;
        bottom: 0;
        width: 145px;
        height: 20px;
        background: #ddd;
        padding: 0 15px;
        border-radius: 25px 25px 0 0
    }
    
    .skeleton-wrapper-article .card {
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #eee
    }
    
    .skeleton-wrapper-article .card .image {
        flex: 0 0 100px;
        width: 100px;
        height: 75px;
        padding-top: 0;
        border-radius: 7px
    }
    
    .skeleton-wrapper-article .card .detail {
        padding: 0;
        margin-left: 15px;
        width: 100%;
        border: none
    }
    
    .loading-wrapper {
        margin: -5px 0 10px
    }
    
    .loading-wrapper .loader {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 40px;
        height: 25px;
        margin: auto;
        border-radius: 15px;
        padding-bottom: 5px
    }
    
    .loading-wrapper .loader .dot {
        display: inline-block;
        background-color: #00b0b9;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        animation: loader-jump 1.5s linear infinite
    }
    
    .loading-wrapper .loader .dot:nth-of-type(2) {
        animation-delay: .1s
    }
    
    .loading-wrapper .loader .dot:nth-of-type(3) {
        animation-delay: .2s
    }
    
    .page-brand-all {
        margin: -15px
    }
    
    .tag-button-brand {
        padding: 15px;
        padding-bottom: 0;
        margin-top: -15px
    }
    
    .tag-button-brand .ant-input-prefix img {
        height: 16px;
        width: 16px
    }
    
    .tag-button-brand .ant-input-affix-wrapper {
        margin-bottom: 17px
    }
    
    .tag-button-brand .ant-input-affix-wrapper .ant-input {
        border-radius: 6px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
        border: unset!important
    }
    
    .tag-button-brand .ant-input-affix-wrapper .ant-input:not(:first-child) {
        padding-left: 35px!important
    }
    
    .tag-button-brand .scrollbar-container {
        display: flex;
        padding-bottom: 15px;
        margin: 0 -15px
    }
    
    .tag-button-brand .scrollbar-container .ant-tag-checkable:first-child {
        margin-left: 15px
    }
    
    .tag-button-brand .scrollbar-container .ant-tag-checkable {
        padding: 2px 13px!important;
        height: unset!important;
        border: 1px solid #d9d9d9;
        color: #000;
        border-radius: 4px
    }
    
    .tag-button-brand .scrollbar-container .ant-tag-checkable-checked {
        border-radius: 4px;
        border: 1px solid #01b0b9;
        font-weight: 500;
        color: #fff;
        background-color: #01b0b9
    }
    
    .brand-list-wrapper {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        gap: 0;
        padding: 15px;
        margin-top: -15px
    }
    
    .brand-list-wrapper .brand {
        padding: 0;
        margin: 3px;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        cursor: pointer
    }
    
    .brand-list-wrapper .brand .image {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    
    .brand-list-wrapper .brand .label {
        max-width: 100px;
        margin: 0 5px;
        font-size: 12px;
        line-height: 30px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        color: #000
    }
    
    .all-categories-container {
        margin: -15px;
        margin-bottom: 0;
        height: calc(100vh - 85px);
        display: flex;
        background: #f5f5f5
    }
    
    .all-categories-container .side-categories {
        flex: 75px 0 0;
        height: calc(100vh - 55px);
        overflow-y: auto;
        background: #fff
    }
    
    .all-categories-container .side-categories .icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        cursor: pointer
    }
    
    .all-categories-container .side-categories .icon.active {
        border-left: 4px solid #ffad00;
        background: #f5f5f5
    }
    
    .all-categories-container .side-categories .icon .image {
        width: 60px;
        height: 60px
    }
    
    .all-categories-container .side-categories .icon span {
        margin-top: 5px;
        font-size: 10px;
        text-align: center;
        font-weight: 700;
        line-height: 14px
    }
    
    .all-categories-container .side-categories::-webkit-scrollbar {
        display: none
    }
    
    .all-categories-container .content-categories {
        margin-left: 10px;
        flex-grow: 1;
        height: calc(100vh - 55px);
        overflow-y: auto
    }
    
    .all-categories-container .content-categories::-webkit-scrollbar {
        display: none
    }
    
    .all-categories-container .content-categories .banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-top: 15%;
        padding-bottom: 15%;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-right: 10px;
        background-size: cover!important;
        background-repeat: no-repeat!important
    }
    
    .all-categories-container .content-categories .card {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 10px 5px;
        background: #fff;
        margin-top: 10px
    }
    
    .all-categories-container .content-categories .card .label {
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        margin-left: 5px
    }
    
    .all-categories-container .content-categories .card .product-wrapper {
        display: flex;
        flex-wrap: wrap
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product {
        flex: calc(50% - 10px) 0 0;
        margin: 5px;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        border-radius: 3px;
        cursor: pointer;
        position: relative
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .image {
        width: 100%;
        padding-top: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #ddd;
        position: relative
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .image .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content .name {
        display: block;
        margin-bottom: 2px;
        font-weight: 700;
        color: #000;
        max-height: 40px;
        overflow: hidden
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content .price {
        color: #ffad00;
        font-weight: 700
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content .rating {
        font-size: 12px
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content .rating .number {
        color: #8c8c8c
    }
    
    .all-categories-container .content-categories .card .product-wrapper .product .content .status-stock {
        text-align: center;
        font-weight: 500;
        margin: 10px -10px -10px;
        background: #f5222d;
        color: #fff
    }
    
    .all-categories-container .content-categories .card .more {
        margin: 10px 0;
        text-align: center;
        font-weight: 700;
        cursor: pointer
    }
    
    .all-categories-container .content-categories .card .more .button {
        padding: 0 15px;
        background: #ffad00;
        color: #fff;
        border-radius: 15px;
        height: 30px;
        font-size: 12px;
        font-weight: 700;
        border: none
    }
    
    .all-categories-container .content-categories .card .empty-product {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px
    }
    
    .all-categories-container .loading {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        background: #fff;
        height: calc(100vh - 220px)
    }
    
    .all-categories-container .detail-category-container {
        width: 100%
    }
    
    .all-categories-container .detail-category-container .toolbar>div {
        display: flex
    }
    
    .all-categories-container .detail-category-container .toolbar>div .clickable {
        font-size: 24px;
        margin-left: 10px
    }
    
    .all-categories-container .detail-category-container .toolbar>div span {
        margin-top: 2px;
        margin-left: 10px;
        font-size: 18px;
        font-weight: 700
    }
    
    .all-categories-container .detail-category-container .category-content {
        min-height: calc(100vh - 55px);
        background: #fff
    }
    
    .all-categories-container .detail-category-container .category-content .banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15%;
        padding-bottom: 15%;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        color: #fff;
        font-size: 15px;
        font-weight: 700
    }
    
    .all-categories-container .detail-category-container .category-content .scrollbar-container {
        height: unset;
        position: sticky;
        top: 0;
        background: transparent;
        z-index: 99
    }
    
    .all-categories-container .detail-category-container .category-content .categories-wrapper {
        display: inline-flex;
        padding: 10px
    }
    
    .all-categories-container .detail-category-container .category-content .categories-wrapper .button {
        height: 30px;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 15px;
        border: .5px solid #c9c9c9;
        color: #000
    }
    
    .all-categories-container .detail-category-container .category-content .categories-wrapper .button.active {
        border: .5px solid #2bd7d2;
        color: #2bd7d2
    }
    
    .all-categories-container .detail-category-container .category-content .categories-wrapper .button:last-child {
        margin-right: 0
    }
    
    .all-categories-container .detail-category-container .category-content .empty-product,
    .all-categories-container .detail-category-container .category-content .loading {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        background: #fff;
        width: 100%;
        height: 200px
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper {
        display: flex;
        flex-wrap: wrap
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product {
        flex: calc(50% - 10px) 0 0;
        margin: 5px;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        border-radius: 3px;
        cursor: pointer
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .image {
        width: 100%;
        padding-top: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #ddd;
        position: relative
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content .name {
        display: block;
        margin-bottom: 2px;
        font-weight: 700;
        color: #000;
        max-height: 40px;
        overflow: hidden
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content .price {
        color: #ffad00;
        font-weight: 700
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content .rating {
        font-size: 12px
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content .rating .number {
        color: #8c8c8c
    }
    
    .all-categories-container .detail-category-container .category-content .products-wrapper .product .content .status-stock {
        text-align: center;
        font-weight: 500;
        margin: 10px -10px -10px;
        background: #f5222d;
        color: #fff
    }
    
    .tour-modal {
        display: flex;
        justify-content: center
    }
    
    .tour-modal .ant-modal-content {
        max-width: 400px;
        width: 100%
    }
    
    @media screen and (max-width:330px) {
        .tour-modal .ant-modal-content {
            max-width: 290px;
            width: 100%
        }
    }
    
    .tour-modal .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    
    .tour-modal .container .title {
        font-weight: 700;
        font-size: 18px;
        margin: 0
    }
    
    @media screen and (max-width:330px) {
        .tour-modal .container .title {
            font-size: 13px
        }
    }
    
    .tour-modal .container .welcome-tour {
        width: 250px;
        height: 250px;
        align-items: center
    }
    
    @media screen and (max-width:330px) {
        .tour-modal .container .welcome-tour {
            width: 200px;
            height: 200px
        }
    }
    
    @media screen and (max-width:330px) {
        .tour-modal .container .description-tour {
            font-size: 12px
        }
    }
    
    .tour-modal .container .button-wrapper {
        width: 100%
    }
    
    .tour-modal .container .button-wrapper .button-text {
        font-size: 16px;
        font-weight: 700
    }
    
    @media screen and (max-width:330px) {
        .tour-modal .container .button-wrapper {
            font-size: 14px
        }
    }
    
    .product-popular-liked {
        display: flex;
        align-items: center
    }
    
    .product-popular-liked .count-like {
        margin-left: 4px
    }
    
    .product-popular-liked .like {
        color: #e61e3c;
        animation: like cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .product-popular-liked .unlike {
        color: #777
    }
    
    .best-product {
        margin-top: 5px
    }
    
    .best-product .title {
        font-size: 18px;
        font-weight: 900;
        color: #ffad00;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: center
    }
    
    .best-product .button-footer {
        padding: 5px;
        margin-bottom: 10px
    }
    
    .best-product .products-container {
        display: grid;
        grid-template-columns: 100%
    }
    
    .best-product .products-container.grid {
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px;
        box-sizing: border-box
    }
    
    .best-product .products-container.grid .product-wrapper {
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        margin-bottom: 0
    }
    
    .best-product .products-container.grid .product-wrapper.skeleton {
        height: 300px;
        border-radius: 5px
    }
    
    .best-product .products-container.grid .product-wrapper .slick-slide img {
        border-radius: 0;
        min-height: 150px
    }
    
    .best-product .products-container.grid .product-wrapper .slick-dots li {
        margin: 0 2px!important
    }
    
    .best-product .products-container.grid .product-wrapper .slick-dots li.slick-active button:before {
        width: 18px!important
    }
    
    .best-product .products-container.grid .product-wrapper .slick-dots li button:before {
        background: #fff!important
    }
    
    .best-product .products-container.grid .product-wrapper .like-share-wrapper {
        padding: 4px!important;
        bottom: 0;
        border-top-left-radius: 5px;
        font-size: 17px!important;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    
    .best-product .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper {
        position: relative;
        background: #fff;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        min-width: 25px;
        padding: 0 4px;
        box-sizing: border-box;
        z-index: 2
    }
    
    .best-product .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .count-like {
        display: inline-block;
        font-size: 12px;
        margin-left: 4px;
        font-weight: 700
    }
    
    .best-product .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .share {
        margin: 0;
        width: 18px
    }
    
    .best-product .products-container.grid .product-wrapper .like-share-wrapper .button-wrapper .anticon-share-alt {
        font-size: 17px!important;
        font-weight: 700
    }
    
    .best-product .products-container.grid .product-wrapper .rating-wrapper {
        margin-top: 0!important
    }
    
    .best-product .products-container.grid .product-wrapper .rating-wrapper .likes {
        display: none
    }
    
    .best-product .products-container.grid .product-wrapper .promo-wrapper {
        top: 5px!important;
        left: 3px!important;
        min-width: 80px!important
    }
    
    .best-product .products-container.grid .product-wrapper .promo-wrapper .label {
        font-size: 15px!important
    }
    
    .best-product .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper,
    .best-product .products-container.grid .product-wrapper .promo-wrapper .days-left {
        font-size: 12px!important
    }
    
    .best-product .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper .icon,
    .best-product .products-container.grid .product-wrapper .promo-wrapper .days-left .icon {
        margin-right: 3px!important
    }
    
    .best-product .products-container.grid .product-wrapper .promo-wrapper .countdown-wrapper .timer,
    .best-product .products-container.grid .product-wrapper .promo-wrapper .days-left .timer {
        width: 55px!important
    }
    
    .best-product .products-container.grid .product-wrapper .out-stock-overlay {
        font-size: 15px!important
    }
    
    .best-product .products-container.grid .product-wrapper .detail {
        padding: 10px;
        cursor: pointer
    }
    
    .best-product .products-container.grid .product-wrapper .detail .name-wrapper {
        display: flex;
        height: 40px;
        overflow: hidden
    }
    
    .best-product .products-container.grid .product-wrapper .detail .name-wrapper .name {
        font-size: 12px;
        padding-right: 0;
        max-height: 40px;
        overflow: hidden
    }
    
    .best-product .products-container.grid .product-wrapper .detail .button-wrapper .button.detail {
        display: none
    }
    
    .best-product .products-container.hide .product-wrapper {
        opacity: 0;
        transform: scale(.9)
    }
    
    .best-product .products-container .product-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
        margin-bottom: 15px;
        transition: all .2s ease
    }
    
    .best-product .products-container .product-wrapper.animation {
        animation: show-product cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .best-product .products-container .product-wrapper.skeleton {
        height: 100vh;
        background: #ddd;
        animation: skeleton 1s ease infinite
    }
    
    .best-product .products-container .product-wrapper .detail-link {
        cursor: pointer
    }
    
    .best-product .products-container .product-wrapper .product-image {
        position: relative;
        width: 100%;
        cursor: pointer
    }
    
    .best-product .products-container .product-wrapper .product-image .image-wrapper {
        display: block!important
    }
    
    .best-product .products-container .product-wrapper .product-image .image-wrapper .image {
        width: 100%;
        padding-top: 100%
    }
    
    .best-product .products-container .product-wrapper .product-image .blank {
        width: 100%;
        padding-top: 100%;
        background: #eee
    }
    
    .best-product .products-container .product-wrapper .product-image .out-stock-overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        user-select: none
    }
    
    .best-product .products-container .product-wrapper .product-image .like-share-wrapper {
        position: absolute;
        display: flex;
        padding: 15px;
        font-size: 25px;
        right: 0;
        color: #777
    }
    
    .best-product .products-container .product-wrapper .product-image .like-share-wrapper .like {
        color: #e61e3c;
        animation: like cubic-bezier(.455, .03, .515, .955) .5s
    }
    
    .best-product .products-container .product-wrapper .product-image .like-share-wrapper .unlike {
        color: #777
    }
    
    .best-product .products-container .product-wrapper .product-image .like-share-wrapper .share {
        margin-left: 10px
    }
    
    .best-product .products-container .product-wrapper .product-image .like-share-wrapper .count-like {
        display: none
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots {
        bottom: 10px
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots li {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        transition: all .2s ease;
        z-index: 1
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots li.slick-active {
        width: 25px;
        margin: 0
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots li.slick-active button:before {
        width: 25px;
        height: 8px;
        background: #00b0b9;
        opacity: 1
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots button {
        width: 8px;
        height: 8px
    }
    
    .best-product .products-container .product-wrapper .product-image .slick-dots button:before {
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background: #00b0b9;
        border-radius: 5px;
        opacity: 1;
        transition: all .2s ease
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper {
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .label {
        background: #00b0b9;
        color: #fff;
        font-size: 18px
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper,
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .days-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #f5821e;
        color: #fff;
        font-size: 14px;
        margin-top: 2px
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper .icon,
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .days-left .icon {
        height: 12px;
        margin-right: 5px
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .countdown-wrapper .timer,
    .best-product .products-container .product-wrapper .product-image .promo-wrapper .days-left .timer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 65px
    }
    
    .best-product .products-container .product-wrapper .product-image .promo-wrapper:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .best-product .products-container .product-wrapper .detail {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer
    }
    
    .best-product .products-container .product-wrapper .detail .name {
        display: block;
        font-size: 15px;
        font-weight: 700;
        padding-right: 65px;
        color: #282828
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper {
        margin-bottom: 5px
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper .price {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        color: #636363;
        margin-bottom: 5px
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper .price .number {
        font-size: 14px;
        font-weight: 700;
        color: #ffad00
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper .price .number.strike {
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: line-through
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper .price .number.promo {
        position: relative;
        overflow: hidden
    }
    
    .best-product .products-container .product-wrapper .detail .price-wrapper .price .number.promo:after {
        content: "";
        top: -100px;
        transform: translateX(100%) rotate(45deg);
        width: 100%;
        height: 200px;
        position: absolute;
        animation: shinning 3s infinite 3s ease;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0))
    }
    
    .best-product .products-container .product-wrapper .detail .rating-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 12px;
        color: #bbb;
        margin-top: 8px
    }
    
    .best-product .products-container .product-wrapper .detail .rating-wrapper .rating {
        font-size: 12px;
        margin-bottom: 5px
    }
    
    .best-product .products-container .product-wrapper .detail .rating-wrapper .likes {
        color: #333
    }
    
    .best-product .products-container .product-wrapper .detail .status-stock {
        color: #f5222d;
        text-align: center;
        font-weight: 500;
        line-height: 30px
    }
    
    .best-product .products-container .product-wrapper .detail .button-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }
    
    .best-product .products-container .product-wrapper .detail .button-wrapper .button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px
    }
    
    .best-product .products-container .product-wrapper .detail .button-wrapper .button.detail {
        margin-right: 10px
    }
    /*</style>
    <style type="text/css" data-fbcssmodules="css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe">*/
    .fb_hidden {
        position: absolute;
        top: -10000px;
        z-index: 10001
    }
    
    .fb_reposition {
        overflow: hidden;
        position: relative
    }
    
    .fb_invisible {
        display: none
    }
    
    .fb_reset {
        background: none;
        border: 0;
        border-spacing: 0;
        color: #000;
        cursor: auto;
        direction: ltr;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1;
        margin: 0;
        overflow: visible;
        padding: 0;
        text-align: left;
        text-decoration: none;
        text-indent: 0;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-spacing: normal
    }
    
    .fb_reset>div {
        overflow: hidden
    }
    
    @keyframes fb_transform {
        from {
            opacity: 0;
            transform: scale(.95)
        }
        to {
            opacity: 1;
            transform: scale(1)
        }
    }
    
    .fb_animate {
        animation: fb_transform .3s forwards
    }
    
    .fb_dialog {
        background: rgba(82, 82, 82, .7);
        position: absolute;
        top: -10000px;
        z-index: 10001
    }
    
    .fb_dialog_advanced {
        border-radius: 8px;
        padding: 10px
    }
    
    .fb_dialog_content {
        background: #fff;
        color: #373737
    }
    
    .fb_dialog_close_icon {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: block;
        height: 15px;
        position: absolute;
        right: 18px;
        top: 17px;
        width: 15px
    }
    
    .fb_dialog_mobile .fb_dialog_close_icon {
        left: 5px;
        right: auto;
        top: 5px
    }
    
    .fb_dialog_padding {
        background-color: transparent;
        position: absolute;
        width: 1px;
        z-index: -1
    }
    
    .fb_dialog_close_icon:hover {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
    }
    
    .fb_dialog_close_icon:active {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
    }
    
    .fb_dialog_iframe {
        line-height: 0
    }
    
    .fb_dialog_content .dialog_title {
        background: #6d84b4;
        border: 1px solid #365899;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: 0
    }
    
    .fb_dialog_content .dialog_title>span {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
        float: left;
        padding: 5px 0 7px 26px
    }
    
    body.fb_hidden {
        height: 100%;
        left: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        top: -10000px;
        transform: none;
        width: 100%
    }
    
    .fb_dialog.fb_dialog_mobile.loading {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
        min-height: 100%;
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 10001
    }
    
    .fb_dialog.fb_dialog_mobile.loading.centered {
        background: none;
        height: auto;
        min-height: initial;
        min-width: initial;
        width: auto
    }
    
    .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
        width: 100%
    }
    
    .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
        background: none
    }
    
    .loading.centered #fb_dialog_loader_close {
        clear: both;
        color: #fff;
        display: block;
        font-size: 18px;
        padding-top: 20px
    }
    
    #fb-root #fb_dialog_ipad_overlay {
        background: rgba(0, 0, 0, .4);
        bottom: 0;
        left: 0;
        min-height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000
    }
    
    #fb-root #fb_dialog_ipad_overlay.hidden {
        display: none
    }
    
    .fb_dialog.fb_dialog_mobile.loading iframe {
        visibility: hidden
    }
    
    .fb_dialog_mobile .fb_dialog_iframe {
        position: sticky;
        top: 0
    }
    
    .fb_dialog_content .dialog_header {
        background: linear-gradient(from(#738aba), to(#2c4987));
        border-bottom: 1px solid;
        border-color: #043b87;
        box-shadow: white 0 1px 1px -1px inset;
        color: #fff;
        font: bold 14px Helvetica, sans-serif;
        text-overflow: ellipsis;
        text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
        vertical-align: middle;
        white-space: nowrap
    }
    
    .fb_dialog_content .dialog_header table {
        height: 43px;
        width: 100%
    }
    
    .fb_dialog_content .dialog_header td.header_left {
        font-size: 12px;
        padding-left: 5px;
        vertical-align: middle;
        width: 60px
    }
    
    .fb_dialog_content .dialog_header td.header_right {
        font-size: 12px;
        padding-right: 5px;
        vertical-align: middle;
        width: 60px
    }
    
    .fb_dialog_content .touchable_button {
        background: linear-gradient(from(#4267B2), to(#2a4887));
        background-clip: padding-box;
        border: 1px solid #29487d;
        border-radius: 3px;
        display: inline-block;
        line-height: 18px;
        margin-top: 3px;
        max-width: 85px;
        padding: 4px 12px;
        position: relative
    }
    
    .fb_dialog_content .dialog_header .touchable_button input {
        background: none;
        border: none;
        color: #fff;
        font: bold 12px Helvetica, sans-serif;
        margin: 2px -12px;
        padding: 2px 6px 3px 6px;
        text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
    }
    
    .fb_dialog_content .dialog_header .header_center {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        text-align: center;
        vertical-align: middle
    }
    
    .fb_dialog_content .dialog_content {
        background: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
        border: 1px solid #4a4a4a;
        border-bottom: 0;
        border-top: 0;
        height: 150px
    }
    
    .fb_dialog_content .dialog_footer {
        background: #f5f6f7;
        border: 1px solid #4a4a4a;
        border-top-color: #ccc;
        height: 40px
    }
    
    #fb_dialog_loader_close {
        float: left
    }
    
    .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
        visibility: hidden
    }
    
    #fb_dialog_loader_spinner {
        animation: rotateSpinner 1.2s linear infinite;
        background-color: transparent;
        background-image: url(https://z-m-static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px
    }
    
    @keyframes rotateSpinner {
        0% {
            transform: rotate(0deg)
        }
        100% {
            transform: rotate(360deg)
        }
    }
    
    .fb_iframe_widget {
        display: inline-block;
        position: relative
    }
    
    .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify
    }
    
    .fb_iframe_widget iframe {
        position: absolute
    }
    
    .fb_iframe_widget_fluid_desktop,
    .fb_iframe_widget_fluid_desktop span,
    .fb_iframe_widget_fluid_desktop iframe {
        max-width: 100%
    }
    
    .fb_iframe_widget_fluid_desktop iframe {
        min-width: 220px;
        position: relative
    }
    
    .fb_iframe_widget_lift {
        z-index: 1
    }
    
    .fb_iframe_widget_fluid {
        display: inline
    }
    
    .fb_iframe_widget_fluid span {
        width: 100%
    }
    
    .fb_mpn_mobile_landing_page_slide_out {
        animation-duration: 200ms;
        animation-name: fb_mpn_landing_page_slide_out;
        transition-timing-function: ease-in
    }
    
    .fb_mpn_mobile_landing_page_slide_out_from_left {
        animation-duration: 200ms;
        animation-name: fb_mpn_landing_page_slide_out_from_left;
        transition-timing-function: ease-in
    }
    
    .fb_mpn_mobile_landing_page_slide_up {
        animation-duration: 500ms;
        animation-name: fb_mpn_landing_page_slide_up;
        transition-timing-function: ease-in
    }
    
    .fb_mpn_mobile_bounce_in {
        animation-duration: 300ms;
        animation-name: fb_mpn_bounce_in;
        transition-timing-function: ease-in
    }
    
    .fb_mpn_mobile_bounce_out {
        animation-duration: 300ms;
        animation-name: fb_mpn_bounce_out;
        transition-timing-function: ease-in
    }
    
    .fb_mpn_mobile_bounce_out_v2 {
        animation-duration: 300ms;
        animation-name: fb_mpn_fade_out;
        transition-timing-function: ease-in
    }
    
    .fb_customer_chat_bounce_in_v2 {
        animation-duration: 300ms;
        animation-name: fb_bounce_in_v2;
        transition-timing-function: ease-in
    }
    
    .fb_customer_chat_bounce_in_from_left {
        animation-duration: 300ms;
        animation-name: fb_bounce_in_from_left;
        transition-timing-function: ease-in
    }
    
    .fb_customer_chat_bounce_out_v2 {
        animation-duration: 300ms;
        animation-name: fb_bounce_out_v2;
        transition-timing-function: ease-in
    }
    
    .fb_customer_chat_bounce_out_from_left {
        animation-duration: 300ms;
        animation-name: fb_bounce_out_from_left;
        transition-timing-function: ease-in
    }
    
    .fb_invisible_flow {
        display: inherit;
        height: 0;
        overflow-x: hidden;
        width: 0
    }
    
    @keyframes fb_mpn_landing_page_slide_out {
        0% {
            margin: 0 12px;
            width: 100% - 24px
        }
        60% {
            border-radius: 18px
        }
        100% {
            border-radius: 50%;
            margin: 0 24px;
            width: 60px
        }
    }
    
    @keyframes fb_mpn_landing_page_slide_out_from_left {
        0% {
            left: 12px;
            width: 100% - 24px
        }
        60% {
            border-radius: 18px
        }
        100% {
            border-radius: 50%;
            left: 12px;
            width: 60px
        }
    }
    
    @keyframes fb_mpn_landing_page_slide_up {
        0% {
            bottom: 0;
            opacity: 0
        }
        100% {
            bottom: 24px;
            opacity: 1
        }
    }
    
    @keyframes fb_mpn_bounce_in {
        0% {
            opacity: .5;
            top: 100%
        }
        100% {
            opacity: 1;
            top: 0
        }
    }
    
    @keyframes fb_mpn_fade_out {
        0% {
            bottom: 30px;
            opacity: 1
        }
        100% {
            bottom: 0;
            opacity: 0
        }
    }
    
    @keyframes fb_mpn_bounce_out {
        0% {
            opacity: 1;
            top: 0
        }
        100% {
            opacity: .5;
            top: 100%
        }
    }
    
    @keyframes fb_bounce_in_v2 {
        0% {
            opacity: 0;
            transform: scale(0, 0);
            transform-origin: bottom right
        }
        50% {
            transform: scale(1.03, 1.03);
            transform-origin: bottom right
        }
        100% {
            opacity: 1;
            transform: scale(1, 1);
            transform-origin: bottom right
        }
    }
    
    @keyframes fb_bounce_in_from_left {
        0% {
            opacity: 0;
            transform: scale(0, 0);
            transform-origin: bottom left
        }
        50% {
            transform: scale(1.03, 1.03);
            transform-origin: bottom left
        }
        100% {
            opacity: 1;
            transform: scale(1, 1);
            transform-origin: bottom left
        }
    }
    
    @keyframes fb_bounce_out_v2 {
        0% {
            opacity: 1;
            transform: scale(1, 1);
            transform-origin: bottom right
        }
        100% {
            opacity: 0;
            transform: scale(0, 0);
            transform-origin: bottom right
        }
    }
    
    @keyframes fb_bounce_out_from_left {
        0% {
            opacity: 1;
            transform: scale(1, 1);
            transform-origin: bottom left
        }
        100% {
            opacity: 0;
            transform: scale(0, 0);
            transform-origin: bottom left
        }
    }
    
    @keyframes slideInFromBottom {
        0% {
            opacity: .1;
            transform: translateY(100%)
        }
        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }
    
    @keyframes slideInFromBottomDelay {
        0% {
            opacity: 0;
            transform: translateY(100%)
        }
        97% {
            opacity: 0;
            transform: translateY(100%)
        }
        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }
     /*--- Batas Style --- */
#ydsldi4moh61644982852477 {
        outline: none !important;
        visibility: visible !important;
        resize: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        background: none !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity 1
    }
    
    ) !important;
    -mz-opacity:1 !important;
    -khtml-opacity:1 !important;
    top:auto !important;
    right:0px !important;
    bottom:0px !important;
    left:auto !important;
    position:fixed !important;
    border:0 !important;
    min-height:0px !important;
    min-width:0px !important;
    max-height:none !important;
    max-width:none !important;
    padding:0px !important;
    margin:0px !important;
    -moz-transition-property:none !important;
    -webkit-transition-property:none !important;
    -o-transition-property:none !important;
    transition-property:none !important;
    transform:none !important;
    -webkit-transform:none !important;
    -ms-transform:none !important;
    width:auto !important;
    height:auto !important;
    display:none !important;
    z-index:2000000000 !important;
    background-color:transparent !important;
    cursor:none !important;
    float:none !important;
    border-radius:unset !important;
    pointer-events:auto !important;
    clip:auto !important;
}
     /*--- Batas Style --- */
    @keyframes tawkMaxOpen {
        0% {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }
    
    @-moz-keyframes tawkMaxOpen {
        0% {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }
    
    @-webkit-keyframes tawkMaxOpen {
        0% {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }
    
    #uod59bl7m46o1644982852567.open {
        animation: tawkMaxOpen .25s ease!important;
    }
    
    @keyframes tawkMaxClose {
        from {
            opacity: 1;
            transform: translate(0px, 0);
            ;
        }
        to {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
    }
    
    @-moz-keyframes tawkMaxClose {
        from {
            opacity: 1;
            transform: translate(0px, 0);
            ;
        }
        to {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
    }
    
    @-webkit-keyframes tawkMaxClose {
        from {
            opacity: 1;
            transform: translate(0px, 0);
            ;
        }
        to {
            opacity: 0;
            transform: translate(30px, 0);
            ;
        }
    }
    
    #uod59bl7m46o1644982852567.closed {
        animation: tawkMaxClose .25s ease!important
    }