﻿/* buttons */
.btn-primary {
    background-color: #af228e !important;
    border: #af228e solid !important;
}
.btn-primary:hover {
    border: #11becd solid !important;
    background-color: #11becd !important;
}

h1::first-letter {
    color: #af228e;
}
h1 {
    border-bottom: 4px solid #af228e;
}
h3::before {
    background: url(/images/menu/bg_data.png);
}
main .panel .btn-primary:hover {
    background-color: #af228e !important;
    border: #af228e 1px solid !important;
}

/* Content - Pagination */
.pagination .page-item.active .page-link {
    background-color: #af228e;
    color: #fff;
}
