.send-lists-period{
    width: 150px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 6px 12px grey;
}
.send-lists-div{
    width: 350px;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 6px 12px grey;
    position: relative;
}