
        :root {
            --bs-primary: #0b5ed7;
            --bs-primary-rgb: 11, 94, 215;
            --bs-body-bg: #f0f8ff;
            --bs-body-color: #1a2d4d;
            --navbar-bg: #0b5ed7;
            --footer-bg: #e3f2fd;
            --footer-text: #6c757d;
            --link-color: #0b5ed7;
            --link-hover-color: #0954C1;
            --breadcrumb-active: #6c757d;
            --table-header-bg: #0b5ed7;
            --table-header-color: #fff;
            --text-muted: #6c757d;
            --heading-color: #0b5ed7;
            --input-bg: #fff;
            --input-border: #dee2e6;
            --card-bg: #fff;
        }
    