.liv-thumb .liv-thumb-border {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.liv-thumb .liv-thumb-border .background {
  filter: blur(6px);
}

.liv-thumb img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

.welcome b,
.welcome strong {
  font-weight: 800;
}

.apexcharts-tooltip-y-group {
  color: rgb(17, 24, 39) !important;
}