.flyer-table .all-flyer-row:hover {
    background: #0073aa;
    color: #fff;
}

.flyer-table .all-flyer-row .link-dark {
    cursor: pointer;
}

.btn-save {
    background: #0073aa;
    /*background: red;*/
    color: white;
    width: 80px;
    margin-left: 10px;
}

.mt-12 {
    margin-top: 50px;
}

#flyerRemoveModal .flyer-modal-content {
    width: 400px;
    height: 200px;
}

.text-warning-flyer {
    text-align: center;
    margin-top: 16px
}