#tds-footer {
  background: transparent;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #0f4445;
  border-top: 0.5px solid #ddd;
}
#tds-footer button {
  background: none;
  border: none;
  color: #0f4445;
  text-decoration: none;
  cursor: pointer;
  margin-left: 0px;
	font-size: 12px;
}
#tds-footer .pipe {
  margin: 0 12px;
  color: #0f4445;
}
.tds-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.5);
}
.tds-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.tds-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}
.tds-modal-body {
  margin-top: 20px;
  color: #333;
  line-height: 1.6;
}