.flyer-table .all-flyer-row:hover {
    background: #0073aa;
    color: #fff;

    .flyer-table .all-flyer-row tr td {
        border-color: #eee;
    }

}

.flyer-table .all-flyer-row .link-dark {
    cursor: pointer;
}

.flyer-table tr td, .flyer-table tr th {
    border-color: #eee;
}

.flyer-table .flyer-listing-table-header {
    background-color: #004fa3;
    color: #FFF;
    text-align: center;
}

.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
}

.btn-create-new-flyer-template {
    width: 150px;
    height: 40px;
    background-color: #0069a9;
    border-radius: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#wpadminbar {
    display: none;
}