.error{
    color: red;
    font-size: 12px;
    border-color: red!important;
}
.button-wrapper{
    display: flex;
}
.table-button{
    padding: 12px;
    background: #9D1C20;
    color: #fff;
    border-radius:50% ;
    width: 40px;
    height: 40px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;

}
.table-button svg{
    font-size: 14px;
    color: white;
}
.header-table{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.repeater-delete{
    margin-top: 30px!important;
}
.delete{
    background-color: red;
}