.content-wrapper{
  position: relative;
  /* top: 80px; */
  /*margin-left: 250px;*/
  /* min-height: calc(100vh - 141px);
  border-radius: 8px; */
  z-index:800;
}

.white-box{
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pen{
    position:absolute;
    top:-10px;
    right:-10px;
    /* border:1px solid #999; */
    border-radius: 20%;
    height: 30px;
    width:30px;
    background-color: #BAD5EC;
    z-index:10;
    color:#ffffff;
}