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

        body {
            background: #f8f6f2 !important;
        }

        .navbar {
            background-color: #002fa7 !important;
        }
        .navbar h1, .navbar .nav-link, .navbar-text {
            color: #ffffff !important;
        }

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

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

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

        .btn.btn-primary,
        .badge.bg-primary {
            background-color: #ffc400 !important;
            border-color: #ffc400 !important;
            color: #071833 !important;
        }

        .time-label span {
            background-color: #ffc400 !important;
             color: #071833 !important;
        }

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

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

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

        .vuetable-body .btn-secondary {
            background-color: #ffc400 !important;
            border-color: #ffc400 !important;
            color: #071833 !important;
        }

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

        .webshop-categories .nav-link {
            color: #007bff !important;
        }body:has(.auth-container)::before
{
	content:"";
	position:fixed;
	inset:0;
	z-index:0;
	pointer-events:none;
	background:radial-gradient(ellipse at 85% 15%,#ffc40017,transparent 55%),linear-gradient(145deg,#071833 0%,#082665 55%,#002fa7 100%);
}

.auth-container
{
	position:relative;
	z-index:1;
}