﻿.qa-link-style {
    background: none;
    color: blue;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.qa-link-style:hover {
    text-decoration: none;
}

.qa-link-disabled {
    color: black;
    cursor :unset;
    text-decoration: none;
}
.file-upload{
    width:100%;
}