.top-left-radius {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 1px #0E7DE6 solid;
  border-top: 1px #0E7DE6 solid;
  border-top-left-radius: 3px;
}

.top-right-radius {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 1px #0E7DE6 solid;
  border-top: 1px #0E7DE6 solid;
  border-top-right-radius: 3px;
}

.bottom-right-radius {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px #0E7DE6 solid;
  border-bottom: 1px #0E7DE6 solid;
  border-bottom-right-radius: 3px;
}

.bottom-left-radius {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px #0E7DE6 solid;
  border-bottom: 1px #0E7DE6 solid;
  border-bottom-left-radius: 3px;
}

.div-bg {
  border-radius: 3px;
  background-color: rgba(14, 125, 230, 0.1);
}