/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
.user-mgt-dvs-tips {
  padding: 16px 12px 12px;
}
.user-mgt-dvs-tips .fe-popups-coach-mark-step__footer {
  justify-content: end;
}
.user-mgt-dvs-tips .tag-new {
  border-color: #A8CCF8;
  padding: 4px 6px;
  margin-right: 4px;
  border-radius: 14px;
  background-color: #F2F8FF;
  color: #2057B1;
}
.user-mgt-dvs-tips .user-mgt-dvs-header {
  margin-bottom: 5px;
  font-weight: 590;
  font-size: 14px;
  line-height: 18px;
}
.user-mgt-dvs-tips .user-mgt-dvs-desc {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
}
.user-mgt-dvs-tips .user-mgt-dvs-footer {
  text-align: end;
}