.du-title {
  font-weight: 700;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.du-text {
  padding: 1rem 0;
}

.du-container {
  padding: 2rem;
  border: 1px dotted #00877c;
  border-radius: 10px;
  background: #dff0ef;
}

.du-container-font {
  font-weight: bold;
  color: #555;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
}

.du-browse-btn {
  padding: 1rem 3rem;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  background-color: #00877c;
  color: #fff;
  transition: background-color 0.3s ease-in-out 0s;
}

.udContainer {
  font-size: 12px;
  color: black;
}

.du-Header {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.udContainer .du-text {
  color: #555;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
}

.du-container-btnSection {
  justify-content: space-between;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #00877c;
  padding-bottom: 2rem;
}

.docList {
  padding-top: 1rem;
}

#docItemTable tr td {
  padding: 0.5rem 0;
}

.docItem button {
  background-color: transparent;
  color: red;
  border: none;
}

.docItem td:nth-child(2) {
  font-weight: bold;
  width: 80%;
}

.docItem td:nth-child(2) span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 500px;
  width: 95%;
  word-wrap: break-word;
}

.docItem td:nth-child(3) {
  vertical-align: bottom;
  width: 20%;
}

.du-legend {
  display: block;
  margin-top: 15px;
  color: #555;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
}

.du-legend span {
  font-weight: bold;
}

.orange {
  color: #eeaa17;
}

.teal {
  color: #00958f;
}

.red {
  color: red;
}

.upload-docs-InputRequested {
  padding: 15px 49px;
}

.orangeStatus {
  color: #eeaa17;
  pointer-events: none;
}

.tealStatus {
  color: #00958f;
  cursor: pointer;
}

.tealStatus:hover {
  color: #00958f;
  cursor: pointer;
  text-decoration: underline;
}

.redStatus {
  color: red;
  pointer-events: none;
}

.modal-body .du-legend {
  padding-left: 16px;
}

.modal-body a.tc-link.orangeStatus:focus {
  color: #eeaa17;
}

.modal-body a.tc-link.redStatus:focus {
  color: red;
}

.uploaded-docs .du-container {
  padding: 1rem;
}

#uploadDocCancelPopupYes {
  width: 100px
}