.customwidgettitle {
  text-align: center;
}
.customwidgettitle h5 {
  font-size: 24px !important;
  font-weight: bold;
}
.totalimported {
  margin: 0 auto;
  border: 5px solid green;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
.totalimported h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 9px !important;
  font-weight: bolder;
  font-size: 35px !important;
}
