.form-item {
    input {
        outline: none;
        border: none;
        text-align: right;
    }
    .next-input {
        border: none !important;
    }
    :global{
        .next-input {
            outline: none;
            border: none !important;
        }
    }
    .next-upload-card {
        width: 90px;
        height: 90px;
    }
}
