/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** radius *******/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.w-empty {
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  text-align: center;
}
.w-empty-image {
  margin-bottom: 4px;
  color: rgb(var(--gray-5));
  font-size: 48px;
  line-height: 1;
}
.w-empty-image img {
  height: 80px;
}
.w-empty .w-empty-description {
  color: rgb(var(--gray-5));
  font-size: 14px;
  line-height: 32px;
}
