#add-client-value input[name="priceDisposition"] {
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    height: 48px;
    border-radius: 8px;
    width: 500px;
}

#add-client-value button[type="submit"] {
    background: #0E870C;
    border-radius: 8px;
    border: none;
    color: white;
    text-transform: uppercase;
    width: 245px;
    font-weight: bold;
}

#upload-csv-input {
    height: 0;
    width: 0;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
