/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
body,
#root,
#app,
app {
    height: 100%;
}

.colorWeak {
    filter: invert(80%);
}

.ant-layout {
    min-height: 100vh;
}

canvas {
    display: block;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
    list-style: none;
}

@media (max-width: 480px) {
    .ant-table {
        width: 100%;
        overflow-x: auto;
    }

    .ant-table-thead > tr > th,
    .ant-table-tbody > tr > th,
    .ant-table-thead > tr > td,
    .ant-table-tbody > tr > td {
        white-space: pre;
    }

    .ant-table-thead > tr > th > span,
    .ant-table-tbody > tr > th > span,
    .ant-table-thead > tr > td > span,
    .ant-table-tbody > tr > td > span {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body .ant-design-pro > .ant-layout {
        min-height: 100vh;
    }
}

.form-generator {
    padding: 24px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.condition-separator {
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}

.condition-separator:before {
    bottom: 100%;
}

.condition-separator:after {
    top: 100%;
}

.condition-separator:before, .condition-separator:after {
    background-color: #dee1ea;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 1px;
}

.card-custom-extra .ant-card-head {
    padding: 0;
    height: 24px;
    min-height: 24px;
    border-bottom: none;
}

.card-custom-extra .ant-card-extra {
    padding: 5px;
}

.color-picker-modal {
    z-index: 9999 !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.main__b__2 {
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: auto;
    background-color: #fff;
}

.main__b__2 .leftMenu {
    width: 224px;
    border-right: 1px solid #f0f0f0;
}

.main__b__2 .leftMenu :global .ant-menu-inline {
    border: none;
}

.main__b__2 .leftMenu :global .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    font-weight: bold;
}

.main__b__2 .right__b__0 {
    flex: 1;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 8px;
    padding-left: 40px;
}

.main__b__2 .right__b__0 .title {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.main__b__2 .ant-list-split .ant-list-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.main__b__2 .ant-list-item {
    padding-top: 14px;
    padding-bottom: 14px;
}

.ant-list-item-meta .taobao {
    display: block;
    color: #ff4000;
    font-size: 48px;
    line-height: 48px;
    border-radius: 2px;
}

.ant-list-item-meta .dingding {
    margin: 2px;
    padding: 6px;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    background-color: #2eabff;
    border-radius: 2px;
}

.ant-list-item-meta .alipay {
    color: #2eabff;
    font-size: 48px;
    line-height: 48px;
    border-radius: 2px;
}

font.strong {
    color: #52c41a;
}

font.medium {
    color: #faad14;
}

font.weak {
    color: #ff4d4f;
}

@media screen and (max-width: 768px) {
    .main__b__2 {
        flex-direction: column;
    }

    .main__b__2 .leftMenu {
        width: 100%;
        border: none;
    }

    .main__b__2 .right__b__0 {
        padding: 40px;
    }
}

.tag-colorful-list > * {
    margin-bottom: 12px;
    margin-right: 8px;
}

.no-required .ant-form-item-required:before {
    content: "" !important;
}

.result-promotions-count > .ant-result-icon > .anticon {
    color: #722ed1;
}