.ant-input-number-input {
    text-align: right !important; 
}

.ant-input-number-input-wrap {
    margin-right: 20px !important;
}

.ant-input-number-sm {
    width: 75px !important;
}

.ant-tabs-content {
    display: block !important;
}

.ant-transfer-list {
    height: 420px !important;
    width: 100% !important;
    min-width: 340px !important;
}

/* Модальное окно с автоматической шириной для длинного контента */
.ant-modal {
    display: table !important;
    width: auto !important;
}

/* Сохраняет переносы строк (\n), схлопывает лишние пробелы, делает автоперенос текста */
.ant-modal .ant-modal-confirm-content {
    white-space: pre-line !important;
    margin-top: 0 !important;
}
