.button_icon{
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer!important;
}

.button_icon img{
    width: 15px!important;
    height: 15px!important;
}

.button_icon:hover{
    background-color: var(--light-green);
    color: var(--medium-green);
}

.button_icon:hover img{
    filter: invert(52%) sepia(49%) saturate(966%) hue-rotate(201deg) brightness(97%);
}

#edit:hover{
    background-color: #fde0b5;
}

#edit:hover img{
    filter: invert(52%) sepia(93%) saturate(937%) hue-rotate(356deg) brightness(101%) contrast(102%);
}

#remove:hover{
    background-color: #fcd2d2;
}

#remove:hover img{
    filter: invert(20%) sepia(76%) saturate(4022%) hue-rotate(347deg) brightness(88%) contrast(94%);
}