.custom-edit-btn:hover{
    background:#ff7200;
    color:#fff;
    border-radius:50%;
    padding:10px
}
.custom-edit-btn{
    background:transparent;
    border-radius:50%;
    padding:10px
}
.custom-delete-btn:hover{
    background:#e91e63;
    color:#fff;
    border-radius:50%;
    padding:10px
}
.custom-delete-btn{
    background:transparent;
    border-radius:50%;
    padding:10px
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}
.action-buttons:hover{
    color:#fff
}
.pagination > li > a,
.pagination > li > span {
    color: black;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: black;
    border-color: #ff7200;
} 

.pagination{
    margin-top:20px;
    float: right;
}

.alert-message{
    position: fixed !important;
    top: 20% !important;
    left: 40% !important;
    width: 30% !important;
    height: 40px !important;
    box-shadow: 3px 3px 9px 1px !important;
    z-index: 2000;
}