.bg-gradient-custome{
    background-image:linear-gradient(195deg, #8cca6a 0%, #449909 100%) ;
}
.bg-gradient-edit{
    background-image:linear-gradient(195deg, #4ea3d1 0%, #45a8e1 100%) ;
}
.bg-gradient-delete{
    background-image:linear-gradient(195deg, #d33535 0%, #e13f3f 100%) ;
}
.bg-gradient-posting{
    background-image:linear-gradient(195deg, #10c43d 0%, #10c43d 100%) ;
}
.text-red{
    color: red;
    font-weight: bold;
}
.bg-blue {
    background-color: #cff2db;
    border-radius: 8px
}
.bg-blue:hover {
    background-color: #8cca6a;
    color: #eee;
    cursor: pointer
}

.bg-blue:hover .fa-check,
.bg-blue:hover .fa-minus {
    background-color: #8cca6a;
    color: #eee
}
.btn-txt{
    font-size: 14px;
    margin-right: 10px;
}