.custom-table{
    table{
        thead {
            background: #6576C5 !important;
            color: white !important;
            border-bottom: 2px solid #2A458D !important;
        };
        tr, td, th {
            border-color: #2A458D !important;
            border: 2px solid #2A458D !important;
        }
    }
}