.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
{
    display: flex;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}
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: #93282C; 
    visibility: hidden;
    margin-left: -0.5rem;
}
.mandatorystyle::after{
    color: #93282C; 
    content: "(required)";
    visibility: visible;
    font-size: 15px;
}
.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;
}

.tblstyle thead{
    display:none;
}

.tblstyle tr{
    display: flex;
    border-bottom: 1px solid #E0E0E0;
}

.tblstyle tr:last-child{
    border-bottom: none;
}


.tblstyle td div{
    font-size: 15px !important;
}
.tblstyle td{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    color: #0F0F0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    white-space: normal;     /* allows text to wrap */
    word-wrap: break-word;   /* breaks long words if needed */
    word-break: break-word;  /* ensures breaking inside long words */
}

.tblstyle td:first-child{
    flex-basis: 38%;
    border-right: 1px solid #E0E0E0;
}

.tblstyle td a{
    color: #0F0F0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration: underline;
}

.tblstyle td input[type=file]{
  display: none;
}
.tblstyle td input[type=file]::file-selector-button{
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border-radius: 4px;
  border: 2px solid #10069F;
  background: rgba(255, 255, 255, 0.00);
  overflow: hidden;
  color: #10069F;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
}

.tblstyle td input[type=file]::file-selector-button:hover,
.tblstyle td input[type=file]::file-selector-button:focus{
    background-color: #10069F;
    color: #FFFFFF;
    text-decoration: none;
}

p.placeholder{
    color: #828282;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    background-color: transparent;
    margin-bottom: 0;
}
