:where(.css-mc1tut).ant-btn {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}
:where(.css-mc1tut).ant-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: rgba(0,0,0,0.88);
}
:where(.css-mc1tut).ant-btn {
    height: 32px;
    padding: 0px 15px;
    border-radius: 6px;
}
:where(.css-mc1tut).ant-btn-lg {
    font-size: 16px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 8px;
}
:where(.css-mc1tut).ant-btn-color-primary {
    color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}
:where(.css-mc1tut).ant-btn-variant-solid {
    color: #fff;
    background: #1677ff;
}
