/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.sd-mention {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.sd-mention.sd-mention-fit-width {
  width: fit-content;
}
.sd-mention.sd-mention-max-w-full {
  max-width: 100%;
}
.sd-mention-measure {
  position: absolute;
  inset: 0;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
}