
        .public-company-logo {
            background-image: url("https://essentialnurse.clientomgeving.nl/api/files/public/public-logo.png?t=1731337337329");
        }

        body {
            background: #F3F3F3 !important;
        }

        .navbar {
            background-color: #F8FAF9 !important;
        }
        .navbar h1, .navbar .nav-link, .navbar-text {
            color: #449887 !important;
        }

        .navbar a.dropdown-item {
            color: #212529 !important;
        }

        .box-success,
        .box-primary {
            border-top-color: #4BB685 !important;
        }

        .btn.btn-success,
        span.cell.day.highlighted span,
        .callout.callout-success {
            background-color: #4BB685 !important;
            border-color: #4BB685 !important;
            color: #fff !important;
        }

        .btn.btn-primary,
        .badge.bg-primary {
            background-color: #408F71 !important;
            border-color: #408F71 !important;
            color: #fff !important;
        }

        .time-label span {
            background-color: #408F71 !important;
             color: #fff !important;
        }

        .webshop-categories ul {
            background: rgb(242, 247, 252);
        }

        .article-box .el-tabs__item.is-active {
            color: #4BB685 !important;
        }

        .article-box .el-tabs__active-bar {
            background-color: #4BB685 !important;
        }

        .vuetable-body .btn-secondary {
            background-color: #408F71 !important;
            border-color: #408F71 !important;
            color: #fff !important;
        }

        .webshop-categories .nav-link.active {
            color: #495057 !important;
            border-bottom: 2px solid #495057 !important;
        }

        .webshop-categories .nav-link {
            color: #007bff !important;
        }