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

        body {
            background: #F8F6F3 !important;
        }

        .navbar {
            background-color: #F0F0F0 !important;
        }
        .navbar h1, .navbar .nav-link, .navbar-text {
            color: #1C1C1C !important;
        }

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

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

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

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

        .time-label span {
            background-color: #4f6b53 !important;
             color: #fff !important;
        }

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

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

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

        .vuetable-body .btn-secondary {
            background-color: #4f6b53 !important;
            border-color: #4f6b53 !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;
        }html,body
{
	background:transparent!important;
	margin:0!important;
	padding:4px!important;
}

form
{
	background:transparent!important;
	margin:0!important;
	padding:0!important;
}

.container,.wrapper,.content,.section
{
	margin:0!important;
	padding:0!important;
}

form
{
	max-width:none!important;
	width:100%!important;
}

body,p,span,div,label
{
	color:#575757!important;
	font-size:16px!important;
	line-height:1.5!important;
	font-weight:400!important;
}

h1,h2,h3,h4,h5,h6
{
	color:#262626!important;
	font-weight:600!important;
	line-height:1.3!important;
}

label
{
	display:block!important;
	font-size:16px!important;
	font-weight:400!important;
	color:#262626!important;
	margin-bottom:6px!important;
}

input,textarea,select
{
	border:1px solid #0000001f!important;
	border-radius:10px!important;
	padding:12px 14px!important;
	background:#fff!important;
	color:#262626!important;
	font-size:16px!important;
	width:100%!important;
	transition:border-color .2s ease,box-shadow .2s ease!important;
	outline:none!important;
}

input::placeholder,textarea::placeholder
{
	color:#b4b4af!important;
}

input:focus,textarea:focus,select:focus
{
	border-color:#4f6b53!important;
	box-shadow:0 0 0 3px #4f6b531f!important;
}

button,input[type="submit"]
{
	background:#4f6b53!important;
	color:#fff!important;
	border:none!important;
	border-radius:10px!important;
	padding:8px 20px!important;
	font-size:15px!important;
	font-weight:300!important;
	line-height:1.5!important;
	cursor:pointer!important;
	transition:box-shadow .2s ease,opacity .2s ease!important;
}

button:hover,input[type="submit"]:hover
{
	box-shadow:0 0 0 4px #00000014!important;
	opacity:.95!important;
}

button:focus,input[type="submit"]:focus
{
	box-shadow:0 0 0 3px #4f6b5333!important;
	outline:none!important;
}

.callout-success h4,.callout-success p,.callout-success svg
{
	color:#fff!important;
}

.callout-success h4
{
	color:#fff!important;
	font-weight:400!important;
}