/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.sd-secret {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.sd-secret-content {
  flex: 1 1 auto;
  min-width: 0;
}
.sd-secret-placeholder {
  overflow: hidden;
  color: var(--sd-color-text-3);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sd-secret-trigger {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--sd-color-text-3);
  background: transparent;
  border: 0;
  border-radius: var(--sd-border-radius-small);
  cursor: pointer;
}
.sd-secret-trigger .sd-icon {
  font-size: 16px;
}
.sd-secret-trigger:hover {
  color: var(--sd-color-text-1);
}