﻿.action-btns {
    min-width: 25px !important;
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.action-btns.delete {
    background-color: #EF4444 !important;
    color: white !important;
}

.action-btns.delete .mud-icon-root {
    color: white !important;
}

.action-btns.edit {
    background-color: #3B82F6 !important;
    color: white !important;
}

.action-btns.edit .mud-icon-root {
    color: white !important;
}

    .action-btns.info {
        background-color: #2f4f4fb0 !important;
        color: white !important;
        padding: 2px;
    }
    .action-btns .mud-icon-size-small {
        font-size: 15px !important;
    }
.action-btns.info .mud-icon-root {
    color: white !important;
}


