
div.btn_del {
  display: flex;
  justify-content: right;
}
input.btn_del {
    position: absolute;
    
    /* display: flex;
    justify-content: left;
    align-items:flex-end;
  padding-right: 500px; */

  /* top:80px; */
  margin-right: 8px;
    

    text-align: center;
    width: 128px;
    height: 24px;
    padding: 0em 0em;
    border: 1px solid #e7e7e7;
    border: 1px solid #f0f0f0;

    border-radius: 25px;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
    box-shadow: 6px 6px 12px #dadada, -6px -6px 12px #fff;

    background-color: #e7e7e7;
    background-color: #f0f0f0;
    color: #555555;

    font-weight: 600;
}
input.btn_del:hover {
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #fff;
}
