﻿.best-seller-input-small {
    font-size: 14px;
    width: 80px;
    height: 26px;
    color: #d72d36;
    border: 1px solid #1890ff;
    font-family: 'Segoe UI Semibold';
    border-radius: 2px;
    padding-inline-start: 2px;
}

.ant-btn-text-first-items {
    font-size: 14px;
    font-family: 'Segoe UI Semibold';
    color: #212529 !important;
    padding: 0 5px;
    height: fit-content;
}

.ant-btn-text-first-items:hover {
    border: 1px solid #1890ff;
    color: #1890ff !important;
}

.ant-btn-text-first-items:active {
    color: #fff !important;
    background-color: #1890ff;
}

.ant-btn-text-first-items:focus {
    color: #fff !important;
    background-color: #1890ff;
}