.custom-ant-button{display:flex;text-align:center;justify-content:center;align-items:center;border-radius:6px;width:103px;height:32px;background:#fff;border:1px solid #d9d9d9;font-size:12px;line-height:20px;font-weight:400;cursor:pointer;white-space:nowrap;color:rgba(0,0,0,.85);transition:color .3s ease;-webkit-tap-highlight-color:transparent;box-sizing:border-box;text-decoration:none}@media screen and (min-width:769px){.custom-ant-button.default.able:hover{border-color:var(--main-color)!important;color:var(--main-color)!important}.custom-ant-button.default.able:hover svg path{fill:var(--main-color)!important}}.custom-ant-button .ant-btn-icon{display:flex;align-items:center;justify-content:center}.custom-ant-button.disabled{pointer-events:none;background:#f5f5f5;color:rgba(0,0,0,.25)}.custom-ant-button.selected{pointer-events:auto;border-color:#2f54eb!important;color:#2f54eb!important}.custom-ant-button.selected svg path{fill:#2f54eb!important}@media screen and (max-width:1024px){.custom-ant-button:hover{color:rgba(0,0,0,.85)!important;border-color:#d9d9d9!important}}