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

        body {
            background: #FFFFFF !important;
        }

        .navbar {
            background-color: #FFFFFF !important;
        }
        .navbar h1, .navbar .nav-link, .navbar-text {
            color: #844E6B !important;
        }

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

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

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

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

        .time-label span {
            background-color: #219ce1 !important;
             color: #fff !important;
        }

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

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

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

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

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

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