﻿body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background-image: none !important;
    background-color: white !important;
}

a {
    color: #3699ff !important;
}

.btn.btn-primary {
    color: #fff !important;
}

.button-like-link:hover {
    color: #fff !important;
}

.header {
    background-color: #06c !important;
    color: white !important;
    font-size: 14px;
}

.header-mobile {
    background-color: #06c !important;
    color: white !important;
    font-size: 14px;
}

.footer {
    background-color: #06c !important;
    color: white !important;
}

.header .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: white;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .header .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
        color: black;
        font-weight: 500;
    }
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    color: #fff !important;
}

