a.deleteIconBtn {
    background-color: #f25961;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(255 56 96) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}

a.editIconBtn {
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(191 191 191) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
    background: #3490dc;
}

a.start-request {
    border-color: transparent;
    border-radius: 15px;
    box-shadow: rgb(191 191 191) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    padding: 2px 10px;
    background: #3490dc;
}

