:root {
    --master-color-default: #4e73df;
    --bg-default-acelios: #cbdeff;
    --bg-content: #eceef5;
    --bg-light: #f8f9fc;
    --border-light: #446da44f;
    --bg-grey: #eceef5;

    --primary:#2653d4;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#22395B;
    --white: #ffffff;
    --grey: #8A8C8E;

    --title-color: #446DA4;
    --subtitle-color: #858796;

    --icon-summary-1: #4e73df;
    --icon-summary-2: #4e73df;
    --icon-summary-3: #4e73df;
    --icon-summary-4: #4e73df;

    --light-exam: #e9f2ff;
    --light-class-work: #ffe0de;
    --light-unit-test: #d5fbdd;
    --light-material: #ffe9c5;

    --exam-color: #446da4;
    --class-work-color: #F07B71;
    --unit-test-color: #72C484;
    --material-color: #FCAB24;

    --primary-color:#4e73df;
    --primary-hover-color:#2e59d9;

    --secondary-color:#6c757d;
    --secondary-hover-color:#717384;

    --success-color:#28a745;
    --success-hover-color:#17a673;
    
    --bg-material-header: #cbdeff;

    --bg-thead-color: #446DA4;
    --thead-color: #ffffff;

    --bg-month-color: #cbdeff;
}