.fl_box{
    width: 100%;
    height: 48px;
    border-top: 1px solid white;
    position: relative;   
}

.fl_leftName{
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 48px;
    padding-left: 3.7%;
    box-sizing: border-box;
    overflow: hidden;
}

.fl_delete{
    width: 60px;
    height: 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #cce8ff;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 35px;
    font-size: 14px;
}
.delete_box{
    width: 18.55%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}