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

        body {
            background: #ecf0f5 !important;
        }

        .navbar {
            background-color: #f8f9fa !important;
        }
        .navbar h1, .navbar .nav-link, .navbar-text {
            color: #2F5943 !important;
        }

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

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

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

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

        .time-label span {
            background-color: #2F5943 !important;
             color: #fff !important;
        }

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

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

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

        .vuetable-body .btn-secondary {
            background-color: #2F5943 !important;
            border-color: #2F5943 !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;
        }body
{
	background-color:#f4fbf6!important;
	font-family:Arial,sans-serif;
	color:#2f2f2f;
}

.container
{
	background-color:#fff;
	border-radius:12px;
	padding:2rem;
	box-shadow:0 2px 6px #0000000d;
}