    body{
        background :  #dbe3f0;
    }

    .table-timetable {
        --bs-table-bg: #e6f7ff;
        --bs-table-striped-bg: #ffffff;
        --bs-table-striped-color: #000000;
    /*      --bs-table-active-bg: #bacbe6;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #bfd1ec;
        --bs-table-hover-color: #000;*/
        --timetable-header-bg: #001250;
        --timetable-header-color: #ffffff;
        color: #000000;
    }
    .direction,.locations {
        --station-timetable-header-color-1: #209d1b;
        --station-timetable-header-color-2: #9f7e20;
    }
    .table-timetable > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: var(--bs-table-striped-bg);
        color: var(--bs-table-striped-color);
    }
    .table-timetable > tbody > tr.manual-done:nth-of-type(odd) {
        --bs-table-accent-bg: #dcdcdc;
        color: #808080;
    }
    .table-timetable > tbody > tr.manual-done:nth-of-type(even) {
        --bs-table-accent-bg: #d3d3d3;
        color: #808080;
    }
    .table-timetable > thead {
        --bs-table-accent-bg: var(--timetable-header-bg);
        color: var(--timetable-header-color);
    }