body[m0] .ant-input {
    padding: 4px;
    line-height: 1.35;
    font-size: 13px;
}

body[m0] span.ant-input-affix-wrapper.ant-input-affix-wrapper {
    height: auto;
    padding: 0 4px;
}

body[m0] .ant-select-selector .ant-select-selection-search>input.ant-select-selection-search-input {
    font-size: 13px;
    height: 28px;
}

body[m0] div.ant-select div.ant-select-selector {
    padding: 0 6px;
    height: 28px;
}

body[m0] div.ant-select div.ant-select-selector .ant-select-selection-placeholder {
    line-height: 2;
    font-size: 13px;
}

body[m0] div.ant-select div.ant-select-selector span.ant-select-selection-item {
    line-height: 2;
    font-size: 13px;
}

body[m0] .ant-picker.ant-picker-range {
    padding: 4px;
}

body[m0] .ant-picker .ant-picker-input>input {
    line-height: 1.2;
    font-size: 13px;
}

body[m0] button.ant-btn {
    padding: 2px 8px;
    height: 26px;
    font-size: 13px;
}

.ant-tabs-top.ant-tabs-card>.ant-tabs-nav {
    margin-bottom: 0;
}

.ant-tabs-top.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab {
    padding: 5px 10px;
}

.ant-tabs-top.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
    padding-bottom: 3px;
    border-bottom: 2px solid #1890ff;
}

.ant-layout .ant-layout-header.header-wrapper .ant-menu li {
    user-select: none;
}