.fw-bold {
    font-weight: 700;
}

.text-right {
    text-align: right;
}
.action-buttons {
    display: flex;
    justify-content: end;
    column-gap: 0.5rem;
}

.action-buttons button {
    cursor: pointer;
    vertical-align: middle;
    line-height: normal;
    display: flex;
    color: #ffffff!important;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    padding: .75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.color---red {
    background-color: rgba(243, 101, 115, 1);
}
.color---red:hover {
    background-color: rgba(243, 101, 115, 0.75);
}
.color---green {
    background-color: rgba(30, 203, 120, 1);
}
.color---green:hover {
    background-color: rgba(30, 203, 120, 0.75);
}
.color---blue {
    background-color: rgba(87, 131, 252, 1);
}
.color---blue:hover {
    background-color: rgba(87, 131, 252, 0.75);
}
.color---orange {
    background-color: rgba(253, 183, 74, 1);
}
.color---orange:hover {
    background-color: rgba(253, 183, 74, 0.75);
}
.table-action {
    display: flex;
    align-items: center;
    column-gap: .25rem;
    justify-content: center;
}
.table-action  button {
    padding: 0.25rem !important;
    border-radius: 50px !important;
    color: #ffffff!important;
    cursor: pointer;
}

.table-action  i {
    margin-right: 0 !important;
}
.text-white {

}