.rounded_div .content-div {
  border-color: aqua;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  border: 1px solid aqua;
}

.content {
  position: relative;
}
.content .inner_div {
  background-color: #ffffff;
  height: 94px;
  width: 104px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 54px;
  border-bottom-right-radius: 20px;
  border: 1px solid aqua;
  border-right: none;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .inner_div .img_div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 50%;
}
.content .inner_div .img_div img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .right_upper {
  background-color: rgb(255, 255, 255);
  z-index: 2;
  height: 30px;
  width: 30px;
  bottom: 93px;
  position: absolute;
  right: 0px;
}
.content .right_upper::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0;
  height: 32px;
  width: 31px;
  z-index: -1;
  border-color: aqua;
  border-bottom-right-radius: 17px;
  border-bottom: 1px solid aqua;
  border-right: 1px solid aqua;
}
.content .left_bottom {
  background-color: rgb(255, 255, 255);
  z-index: 2;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 100px;
  bottom: 0;
}
.content .left_bottom::before {
  position: absolute;
  content: "";
  right: 3px;
  bottom: 0;
  height: 32px;
  width: 31px;
  z-index: -1;
  border-color: aqua;
  border-bottom-right-radius: 17px;
  border-bottom: 1px solid aqua;
  border-right: 1px solid aqua;
}/*# sourceMappingURL=my-style.css.map */