.custom-dropdown {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.createSupportingDocButton
{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    color: #000000;
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    border-color: #59bec9;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #59bec9;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none
}
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto,
}
.tblstyle
{
    width: 100%;
    background-color: #f0f0f0;
    border-collapse: collapse;
}
table #tbldocument1{
    table-layout: fixed;
}
#tbldocument1 th .thdoc {
width: 30%;
}
#tbldocument1 th .thcertainty{
    width: 30%;
}
.thinf {
    width: 35%;   
}
#tbldocument1 th .thfileupload {
width:45%;
}
.mandatorystyle {
color: red;
}
.newrowhtmlstyle 
{
font-family: 'Segoe UI','Helvetica Neue',sans-serif;
font-size: 12px;
}
.TableNullText 
{
padding-left: 5px;
}
.header1,
.header2,
.header3,
.header4,
.header5 {
padding-left: 5px;
}
.subtext1,
.subtext2,
.subtext3,
.subtext4,
.subtext5,
.subtext6 {
padding-left: 5px;
}


