/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.sd-back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
}
.sd-back-top-btn {
  width: 40px;
  height: 40px;
  color: var(--sd-color-white);
  font-size: 12px;
  text-align: center;
  background-color: rgb(var(--sd-primary-6));
  border: none;
  border-radius: var(--sd-border-radius-circle);
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.sd-back-top-btn:hover {
  background-color: rgb(var(--sd-primary-5));
}
.sd-back-top-btn svg {
  font-size: 14px;
}