@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
	src: url("/wp-content/uploads/2021/03/Lato-Regular.ttf");
}

@import url("styles/boots-bones.css");

:root {
	--redColor: #c11c23;
	--blueColor: #24354b;
	--greyColor: #7286a0;

	--mainFont: "Montserrat";
	--fontRegular: 400;
	--fontBold: 700;
}
/*
Theme Name: Naked Wordpress PADDAP
Author: PADDAP
Description: PADDAP Naked Wordpress theme

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
	overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 10px;
	background: #ccc;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
textarea {
	color: #888888;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #101010;
}
input[type="text"],
input[type="email"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Karla", Helvetica, sans-serif;
	line-height: 26.64px;
	font-size: 18px;
	font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
	line-height: 71px;
	font-size: 48px;
	font-size: 4.8rem;
}
h2 {
	line-height: 50px;
	font-size: 34px;
	font-size: 3.4rem;
}
h3 {
	line-height: 41px;
	font-size: 28px;
	font-size: 2.8rem;
}
h4 {
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b,
strong {
	font-weight: bold;
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
strong p {
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
	box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
	color: #007998;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a {
	text-transform: uppercase;
	font-size: 4em;
	text-align: center;
}
.site-title a:hover {
}
.site-description {
	font-style: italic;
}
header {
	padding: 20px 0;
	background: transparent;
	margin: 20px auto;
}
header .gravatar {
	overflow: hidden;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	float: right;
}
header #brand {
	margin: 1em 0;
}
header #brand h1 {
	font-weight: 900;
	color: #565656;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.45em;
}
header #brand h1 a {
	color: #565656;
	text-decoration: none;
}
header #brand h1 span {
	font-weight: 200;
	color: #888888;
	text-transform: lowercase;
}
header nav {
	font-family: "Quicksand", Helvetica, sans-serif;
}
.menu-main-nav-container,
.menu-main-container {
	float: right;
}
header nav ul {
	list-style: none;
	margin: 0;
}
header nav ul li {
	float: left;
	margin: 2px 10px 0 0;
}
header nav ul li a {
	color: #888888;
	font-size: 14px;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
	background: transparent;
	padding: 0;
	/* 	margin-bottom: 80px; */
	/* 	border-bottom: 1px solid #dddddd; */
}
article .title {
	color: #404040;
	line-height: 56.24px;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
article .title a {
	text-decoration: none;
	color: #404040;
}
article .title a:hover {
	color: #007998;
}
article .post-meta {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
	font-family: "Karla", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
article .post-meta a {
	color: #888888;
	text-decoration: none;
}
article .post-meta a:hover {
	color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
	font-weight: 900;
	text-decoration: none;
}
article .the-content p {
	color: #191919;
	text-align: left;
}
article .the-content img {
	width: 100%;
	height: auto;
}
article .meta {
	line-height: 14.8px;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}
article .meta div {
	margin: 1px auto;
}
article .meta .post-categories {
	list-style: none;
	margin: 0 0 10px 0;
}
article .meta .post-categories li {
	display: inline-block;
	margin-right: 10px;
}
/* Page loop styling */
.page article {
	border-bottom: none;
}
.page article .title {
	margin-bottom: 40px;
}
/* Pagination */
#pagination {
	margin-bottom: 40px;
	width: 100%;
}
#pagination .past-page {
	float: right;
	width: 49%;
	text-align: right;
}
#pagination .next-page {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	height: 200px;
}
.next-page a,
.past-page a {
	font-size: 2em;
	font-family: "Quicksand", Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 10%;
}
/* Comments */
h3#comments {
	margin-bottom: 80px;
	font-size: 16px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist .comment {
	margin: 0 0 40px 50px;
	padding: 20px;
	position: relative;
	list-style: none;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
	margin-top: 40px;
}
.commentlist .comment-author {
	float: left;
	margin-right: 10px;
}
.commentlist .comment-author img {
	position: absolute;
	left: -50px;
	top: 5px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
	display: none;
}
.comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
	margin-bottom: 0;
	font-size: 14px;
}
#respond {
	margin-bottom: 80px;
}
#respond > h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#respond form label {
	color: #888888;
}
footer {
	text-align: center;
	padding-bottom: 40px;
	font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer {
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clear {
	clear: both;
}
/* clear floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* #Media Queries
================================================== */

/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
	body {
		font-size: 2.5em;
		line-height: 1.5em;
	}
	article .title {
		font-size: 1.8em;
		line-height: 1.5em;
	}
	article .post-meta {
		font-size: 0.7em;
		line-height: 1em;
	}
	.menu-main-nav-container a,
	.side-title,
	.menu-main-container a {
		font-size: 1em;
		line-height: 1.5em;
	}
	#sidebar {
		font-size: 0.7em;
		line-height: 1.5em;
	}
	#sidebar h3 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.side-title {
		font-size: 1em;
		line-height: 1.5em;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.side-title {
		font-size: 1em;
		line-height: 1.5em;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.side-title {
		font-size: 1em;
		line-height: 1.5em;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body,
	article .post-meta {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	article .title {
		font-size: 2em;
		line-height: 1.5em;
	}
	.site-title {
		font-size: 10px !important;
		line-height: 50px;
	}
	.menu-main-nav-container a,
	.side-title,
	.menu-main-container a {
		font-size: 1em;
		line-height: 1.5em;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	body,
	article .post-meta {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	article .title {
		font-size: 2em;
		line-height: 1.5em;
	}
	.site-title {
		font-size: 6px !important;
		line-height: 30px;
	}
	.menu-main-nav-container a,
	.side-title,
	.menu-main-container a {
		font-size: 1em;
		line-height: 1.5em;
	}
}

/* Custom css */
/* Custom default settings */
::selection {
	background: var(--blueColor);
}
.row-fluid .offset2:first-child {
	margin-left: 0 !important;
	width: 100%;
}
.main-fluid {
	padding: 0 !important;
	max-width: 100% !important;
}

html body h1,
html body h1 span {
	font-size: 50px;
	line-height: 60px;
}
html body h2 {
	font-size: 30px;
	line-height: 36px;
	color: var(--blueColor);
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
h1,
h1 span,
a {
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
body,
p,
span {
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

/* Primary Button */
.primaryBttn {
	line-height: 0 !important;
	transition: 1s;
	padding-right: 4rem !important;
	display: flex !important;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-around !important;
	width: auto;
	font-family: var(--mainfont) !important;
	color: var(--redColor) !important;
	font-weight: var(--fontBold) !important;
	font-size: 13px !important;
	line-height: 26px;
	text-transform: uppercase;
	border: 2px solid var(--redColor);
	border-radius: 24px;
	padding: 20px;
	height: 48px;
	width: 170px;
	background-color: inherit;
	position: relative;
	opacity: 0;
}
.primaryBttn i {
	margin-left: 7px;
	font-size: 18px;
	color: var(--blueColor);
	position: absolute;
	right: 1.5rem;
}
button.primaryBttn,
button.primaryBttn i {
	transition: 0.5s;
}
button.primaryBttn:hover {
	background-color: var(--redColor);
	color: white !important;
}
button.primaryBttn:hover i {
	right: 1rem;
	color: white !important;
}
.primaryButton {
	display: inline-block !important;
	background-color: var(--redColor) !important;
	border: 2px solid var(--redColor) !important;
	border-radius: 30px !important;
	color: #ffffff !important;
	padding: 10px 75px !important;
	transition: 0.5s ease !important;
	cursor: pointer !important;
	font-size: 1.4rem;
	line-height: 1;
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
.primaryButton:hover {
	background-color: #ffffff !important;
	border: 2px solid var(--redColor) !important;
	color: var(--redColor) !important;
}

/* Portaal basis */
header#masthead {
	height: 100vh;
	width: 306px;
	left: 0;
	top: 0;
	margin: 0 auto 0 0;
	padding: 0;
	background: var(--redColor);
	position: fixed;
}
main.main-fluid {
	width: calc(100% - 335px);
	margin-left: 322px;
}
main.main-fluid .row-fluid {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/* Header */
/*.desktopOnly {
display: block;
}

.mobileOnlySiteHeader {
display: none;
}*/
header#masthead .container img.logo {
	width: 200px !important;
	height: auto;
	margin-bottom: 100px;
}
header#masthead .container.center {
	text-align: unset;
	margin-left: 10%;
	margin-top: 100px;
}
header#masthead nav ul {
	display: flex;
	flex-flow: column;
}
header#masthead nav ul li {
	margin: 0 0 4rem 0;
}
header#masthead nav ul li:last-child {
	position: absolute;
	bottom: 5rem;
	margin: 0;
}
header#masthead nav ul li a {
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
	font-size: 21px;
	line-height: 26px;
	color: #ffffff;
}
.menu-item {
	padding-bottom: 0.25rem;
	border-bottom: 2px solid var(--redColor);
}
.current_page_item {
	border-bottom: 2px solid white;
	width: fit-content;
}
body {
	background-color: #efefef;
}
/* Login page */
.views-template-log-in #masthead,
.site-footer {
	display: none !important;
}
.views-template-log-in {
	overflow: hidden;
}
.views-template-log-in main.main-fluid {
	width: 100%;
	margin-left: 0;
}
.views-template-log-in main.main-fluid .row-fluid {
	width: 100%;
	margin-top: 0;
}
.views-template-log-in .the-content {
	background-color: #ffffff;
}
.views-template-log-in div#particle-div {
	width: 100vw;
	height: 100vh;
	margin-left: -10%;
	position: absolute;
}
.centeredLogin .bottomSwirl {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.centeredLogin {
	padding: 20px 0;
	width: 80%;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
}
div#particleDiv:not('.centeredLogin') {
	padding: 0px !important;
}
.centeredLogin .loginContent {
	position: relative;
	background-color: #ffffff;
	padding: 35px 30px;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-height: 400px;
	margin: auto;
}
.centeredLogin .phantom {
	height: 100px;
}
.centeredLogin .logo {
	width: auto;
	height: 100px;
}
.centeredLogin .particles1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 900px;
	height: auto;
}
.centeredLogin .particles2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: auto;
}
.centeredLogin .loginContent #loginform {
	position: relative;
}
.centeredLogin .loginContent #loginform .wp-error {
	position: absolute;
	top: -30px;
	transform: translateY(-100%);
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.centeredLogin .loginContent h1 {
	font-size: 35px;
	line-height: 1;
	font-weight: 600;
	color: #24354B;
	margin-bottom: 5rem;
}
.centeredLogin .loginContent .loginBttn {
	box-shadow: none;
	background-color: var(--blueColor);
	color: #ffffff;
	font-weight: 700;
	padding: 15px 100px;
	border-radius: 9999px;
}
.centeredLogin input[type="text"],
.centeredLogin input[type="password"] {
	width: 300px;
	padding: 10px 30px;
	color: var(--blueColor);
	border-radius: 10px;
	border: 1px solid #CECECE;
	font-size: 14px;
	line-height: 1;
}
.centeredLogin p.login-username {
	margin-bottom: 20px;
}
.centeredLogin p.login-password {
	margin-bottom: 50px;
}
.loginContent .login-submit input#wp-submit {
	display: none;
}
.centeredLogin .login-username, .centeredLogin .login-password {
	position: relative;
	cursor: text;
}
.centeredLogin .login-username label,
.centeredLogin .login-password label {
	cursor: text;
	position: absolute;
	top: 50%;
	font-size: 14px;
	line-height: 1;
	color: var(--blueColor);
	background-color: #ffffff;
	border-radius: 9999px;
	left: 30px;
	transform: translateY(-50%);
	transition: 0.5s;
	transition-timing-function: ease;
}
.centeredLogin .login-username label.active, .centeredLogin .login-password label.active {
	font-size: 12px;
	top: 0;
	transform: translateY(-50%);
	left: 15px;
}
.centeredLogin .login-submit #wp-submit {
	background: var(--blueColor);
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
	font-size: 25px;
	line-height: 30px;
	width: 170px;
	height: 50px;
	padding: 0;
	color: #ffffff;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/* Downloads */
.mainContentHeader {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.mainContentHeader h1 {
	color: var(--blueColor);
}
.downloadsContainer {
	display: flex;
	flex-flow: row;
}
.downloadsItem {
	width: calc(38% - 40px);
	padding: 20px;
	background-color: #ffffff;
	border-radius: 15px;
	margin-right: 10%;
}
.downloadsContainer .downloadsItem h2 {
	margin-bottom: 2rem;
}
.downloadButtonsContainer a:hover .downloadButton {
	border: 3px solid var(--blueColor);
	background-color: #ffffff;
}
.downloadButton {
	border: 3px solid var(--greyColor);
	transition: 0.5s;
	background-color: var(--greyColor);
	padding: 7px 37px;
	border-radius: 30px;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.downloadButton p {
	color: #ffffff !important;
}
.downloadButton i {
	color: #ffffff;
	font-size: 26px;
}
.downloadsItem.persoonlijkeDownloads h2 i {
	margin-right: 2rem;
}
/* Dashboard */
.funnelContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.funnelContainerAdmin {
	display: block !important;
}
.funnelContainerAdmin .js-wpv-view-layout {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	gap: 2rem;
}
.funnelContainer .funnelItem {
	background-color: #ffffff;
	border-radius: 25px;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0% 4% 0;
}
.wpv-pagination:before,
.wpv-pagination:after {
	display: none !important;
}
.filterContainer {
	display: flex;
	justify-content: space-between;
}
.funnelItem:hover {
	cursor: pointer;
}
.funnelItem p {
	margin: 0;
}
.funnelItem .funnelDetails p {
	color: var(--blueColor);
}
.funnelItem .funnelDetails p.accountNaam {
	margin-bottom: 25px;
}
.funnelItem .funnelDetails p.funnelNaam {
	margin-bottom: 50px;
}
.funnelItem .funnelDetails .funnelNaam span,
.funnelItem .funnelDetails .accountNaam span {
	color: var(--blueColor);
}
.funnelItem .funnelDetails .accountStatus.accountNaam span {
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
}
.funnelItem .funnelDetails .accountStatus.accountNaam span.Actief {
	color: green !important;
	background-color: lightgreen;
}
.funnelItem .funnelDetails .accountStatus.accountNaam span.Inactief {
	color: white !important;
	background-color: red;
}
.funnelItem .funnelDetails p {
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
.funnelItem .funnelDetails p span {
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
.funnelDetailsBoven {
	display: flex;
	justify-content: space-between;
}

.funnelDetailsBoven .accountStatus span {
	font-size: 17px;
	color: var(--redColor) !important;
	text-decoration: underline;
}
.funnelItem .funnelShortSummary .infoBlock {
	background-color: var(--greyColor);
	padding: 10px 40px;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
}
.funnelItem .funnelShortSummary .infoBlock:not(:last-child) {
	margin-bottom: 3rem;
}
.funnelItem .funnelShortSummary .infoBlock span {
	color: #ffffff;
}
.funnelItem .funnelShortSummary .infoBlock span b {
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
/* Funnel detail */
.mainContentHeader .terugOverzicht {
	position: absolute;
	bottom: -33px;
	color: var(--blueColor);
	display: flex;
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
.mainContentHeader .terugOverzicht:hover i {
	margin-left: -1rem;
	margin-right: 2rem;
}
.mainContentHeader .terugOverzicht i {
	color: var(--blueColor);
	margin-right: 1rem;
	transition: 0.5s;
}
.mainContentHeader .terugOverzicht i:before {
	font-size: 26px;
}
.mainContentHeader .statusText {
	color: var(--blueColor);
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
	margin-left: 2rem;
}
.keyNumbers,
.actiesItem {
	margin-bottom: 5rem;
}
.funnelDetailItem h2 {
	margin-bottom: 2rem;
}
tr.funnelTr input {
	background-color: transparent;
	border: 0px !important;
	color: black;
}
.keyNumberItem {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.keyNumbersContainer {
	display: flex;
	flex-flow: row;
}
.keyNumbersCircle {
	background-color: var(--redColor);
	padding: 50px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.keyNumbersTitle {
	text-align: center !important;
}
.funnelDetailItem {
	background-color: #ffffff;
	border-radius: 15px;
	width: calc(100% - 40px);
	padding: 20px;
}
.periodeContainer {
	height: 30vh;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.periodeItem {
	position: relative;
	width: 16%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	transition: 0.5s;
	z-index: 2;
}
.periodeItem.itemDisabled {
	opacity: 0.6;
	z-index: 1;
}
.periodeItem h3 {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left;
	left: 0;
	bottom: 0px;
	width: 30vh;
	font-size: 25px;
	color: var(--blueColor);
}
.totaalBalk {
	position: absolute;
	background-color: var(--greyColor);
	border-radius: 15px;
	height: 100%;
	width: 80%;
	z-index: 2;
}
.percentageBalk {
	position: absolute;
	background-color: var(--blueColor);
	border-radius: 15px;
	height: 0%;
	width: 80%;
	transition: 1s;
	transition-timing-function: ease;
	z-index: 2;
}
.periodeItem .totaalValue {
	transition: 0.5s;
	position: absolute;
	color: #ffffff;
	text-align: center;
	width: 100px;
	top: 15px;
	background-color: var(--blueColor);
	border-radius: 0 15px 15px 0;
	right: -90px;
	display: none;
	z-index: 1;
	margin: 0;
}
.periodeItem .percentageValue {
	transition: 0.5s;
	position: absolute;
	color: #ffffff;
	text-align: center;
	width: 80%;
	bottom: 5px;
	margin: 0;
	z-index: 3;
}
.periodeItem .geaccepteerdValue {
	position: absolute;
	color: #ffffff;
	text-align: center;
	width: 100px;
	margin-bottom: 5px;
	background-color: var(--blueColor);
	border-radius: 0 15px 15px 0;
	right: -90px;
	display: none;
	z-index: 1;
	margin: 0;
}
.keyNumbersCircleValue {
	font-size: 40px;
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
}
.bekijkEnVergelijk {
	display: flex;
	justify-content: flex-end;
}
.funnelDetailItem .bekijkEnVergelijk a {
	/* 	position: absolute;
	bottom: -20px; */
	color: var(--redColor);
	display: flex;
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
.funnelDetailItem .bekijkEnVergelijk a:hover i {
	margin-left: 2rem;
}
.funnelDetailItem .bekijkEnVergelijk a i {
	color: var(--blueColor);
	margin-left: 1rem;
	transition: 0.5s;
}
.funnelDetailItem .bekijkEnVergelijk a i:before {
	font-size: 26px;
}
.columnContainer {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.leftColumn {
	display: flex;
	flex-flow: column;
	width: 48%;
}
.rightColumn {
	display: flex;
	flex-flow: column;
	width: 48%;
}
.funnelDetailItem.keyNumbers {
	height: 35%;
}
.funnelDetailItem.afgelopenPeriode {
	height: 53%;
}
.funnelDetailItem.actiesItem {
	height: 60%;
}
.funnelDetailItem.mededelingenItem {
	height: 30%;
}
img.cred-form-loading-spinner-image {
	width: 34px !important;
}

/* Funnel bekijk en vergelijk */
.tooltip {
	position: absolute;
	background-color: var(--redColor);
	padding: 8px 25px 8px 60px;
	white-space: nowrap;
	left: 80%;
	color: rgb(255, 255, 255);
	border-radius: 30px;
	box-sizing: border-box;
	display: none;
}
.tooltip1 {
	bottom: 90%;
}
@media only screen and (max-width: 1600px) {
	.tooltip1 {
		bottom: 85%;
	}
	.tooltip.tooltipLinks {
		right: 80%;
		left: auto;
		padding: 8px 60px 8px 25px;
	}
}
.bekijkEnVergelijkRow {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.funnelVergelijkItem {
	border-radius: 15px;
	background-color: #ffffff;
	padding: 20px;
}
.verstuurdOntvangenContainer {
	width: calc(70% - 40px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.keyNumbersItem {
	width: calc(25% - 40px);
}
.funnelVergelijkItem h2 {
	margin-bottom: 2rem;
}
.funnelVergelijkItem.keyNumbersItem .keyNumberItem {
	margin-bottom: 3rem;
}
.dataContainer {
	height: 80%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.dataContainer .periodeItem {
	justify-content: flex-start;
	width: 16%;
}
.dataContainer .periodeItem .totaalBalk {
	width: 100%;
}
.dataContainer .periodeItem .percentageBalk {
	width: 100%;
	height: 0%;
	transition: 0.5s;
}
.dataContainer .periodeItem h3 {
	transform: rotate(0);
	top: -40px;
	left: 0;
	right: 0;
	text-align: center;
	width: auto;
}
.dataContainer span {
	transition: 0.5s;
}
.dataContainer span#totaal {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}
.dataContainer span#percentage {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	text-align: center;
	z-index: 2;
	color: #ffffff;
	font-size: 20px;
}
.dataContainer span#reacties {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 2;
	color: #ffffff;
	font-size: 20px;
}
span.statusText {
	text-transform: lowercase !important;
}
.biggerScreen {
	background: var(--redColor);
	width: 100% !important;
}
div#particleDiv:not('.centeredLogin') img {
    margin-top: 6rem;
	width: 90%;
}
.biggerScreen .loginContent {
    color: var(--blueColor);
	font-weight: bold;
    position: absolute;
    height: fit-content;
    top: 200px;
    width: 80% !important;
}
.biggerScreen .loginContent p {
    font-weight: 700;
}
.funnelItemContainer {
	display: flex;
	justify-content: space-between;
}
.sorting::before {
	content: "\f338";
	font-family: "Font Awesome 5 Free";
	right: 4px;
	position: absolute;
}
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
	content: "\f309";
	font-family: "Font Awesome 5 Free";
	right: 4px;
	position: absolute;
}
table.dataTable thead .sorting_desc::before {
	content: "\f30c" !important;
}
table.dataTable thead .sorting,
html body table.dataTable thead .sorting_desc,
html body table.dataTable thead .sorting_asc {
	background-image: none !important;
}
.kickOffNavItem {
	position: relative;
	display: flex;
	align-items: center;
}
.kickOffNavItem:nth-child(1) {
	z-index: 4;
}
.kickOffNavItem:nth-child(2) {
	z-index: 3;
}
.kickOffNavItem:nth-child(3) {
	z-index: 2;
}
.kickOffNavItem:nth-child(4) {
	z-index: 1;
}
.kickOffNavItem:not(:first-child):before {
	content: "";
	position: absolute;
	left: 37.5px;
	top: -110px;
	transform: translateX(-50%);
	width: 5px;
	height: 120px;
	background-color: #ffffff;
}
.kickOffNavItem:not(:first-child):after {
	content: "";
	position: absolute;
	left: 37.5px;
	top: -110px;
	transform: translateX(-50%);
	width: 5px;
	height: 0;
	background-color: var(--blueColor);
	transition: 0.5s ease;
}
.kickOffNavItem.active:not(:first-child):after {
	height: 120px;
}
.kickOffNavItem:not(:last-child) {
	margin-bottom: 100px;
}
.kickOffNavItem .kickOffNavItemIcon {
	position: relative;
	margin-right: 25px;
	border-radius: 100%;
	background-color: #ffffff;
	width: 75px;
	height: 75px;
}
.kickOffNavItem .kickOffNavItemIcon svg * {
	fill: var(--redColor);
}
.kickOffNavItem.active .kickOffNavItemIcon {
	background-color: var(--blueColor);
}
.kickOffNavItem.active .kickOffNavItemIcon svg * {
	fill: #ffffff;
}
.kickOffNavItem .kickOffNavItemIcon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kickOffNavItem span {
	position: relative;
	color: #ffffff;
	font-family: var(--mainFont);
	font-weight: var(--fontBold);
	font-size: 20px;
	line-height: 26px;
}
.kickOffNavItem span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -5%;
	height: 5px;
	width: 0%;
	background-color: var(--blueColor);
	transition: 0.5s ease;
}
.kickOffNavItem.active span:after {
	width: 110%;
}
.kickOffStepsContainer {
	overflow: hidden;
}
.kickOffStepsContainer .kickOffStepsWrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	transition: 0.5s ease;
	transform: translateX(0%);
}
.kickOffStepsContainer .kickOffStepsWrapper .kickOffStep {
	flex-shrink: 0;
	width: 100%;
}
.kickOffStepsContainer .kickOffStepsWrapper .kickOffStep h1 {
	width: calc(60% + 8rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kickOffStep .contentVlak p {
	line-height: 26px;
}
.berichtItem {
	cursor: default !important;
}
.berichtItem .funnelDetails .typeVerzoek {
	font-size: 40px;
	line-height: 48px;
	color: var(--blueColor);
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.berichtItem .funnelDetails .berichtDag {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}
.berichtItem .funnelDetails .bericht p {
	color: #000000;
	font-family: var(--mainFont);
	font-weight: var(--fontRegular);
}
.berichtItem .funnelDetails .bericht p:not(:last-child) {
	margin-bottom: 15px;
}
.berichtLogItem {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.berichtLogItem:not(:last-child) {
	padding-bottom: 80px;
}
.berichtLogItem .berichtDatum {
	position: relative;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #ffffff;
	background-color: var(--redColor);
	padding: 22px 27px;
	border-radius: 37.5px;
	margin-right: 80px;
	flex-shrink: 0;
	text-align: center;
}
.berichtLogItem:not(:last-child) .berichtDatum:after {
	display: none;
	content: "";
	position: absolute;
	left: 130px;
	transform: translateX(-50%);
	bottom: 23%;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--redColor);
}
.berichtLogItem:not(:last-child) .connectorCircle {
	position: absolute;
	left: 130px;
	transform: translate(-50%, -50%);
	bottom: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--redColor);
}
.berichtContentContainer {
	position: relative;
	flex-grow: 1;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px 50px;
}
.editPencil i {
	font-size: 24px;
	color: var(--redColor);
}
.berichtContentContainer .berichtOpener {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: var(--redColor);
	margin-bottom: 20px;
}
.berichtenContainer {
	width: 100%;
	overflow: hidden;
}
.berichtenContainer .berichtenWrapper {
	display: flex;
	width: 100%;
	transition: 0.5s ease;
	transform: translateX(0%);
}
.berichtenContainer .berichtenWrapper.logOpen {
	transform: translateX(-100%);
}
.berichtenContainer .berichtenWrapper .js-wpv-view-layout {
	flex-shrink: 0;
	width: 100%;
}
.berichtAanmaken {
	display: flex;
	justify-content: center;
	align-items: center;
}
.filter select {
	background-color: var(--redColor) !important;
}
@media only screen and (max-height: 860px) {
	.kickOffNavItem:not(:last-child) {
		margin-bottom: 30px;
	}
	.kickOffNavItem:not(:first-child)::before {
		height: 40px;
		top: -35px;
	}
	.kickOffNavItem:not(:first-child)::after {
		top: -35px;
	}
	.kickOffNavItem.active:not(:first-child)::after {
		height: 40px;
	}
}
/* Responsive */

@media only screen and (max-width: 1750px) {
	.bekijkEnVergelijkRow {
		flex-flow: column;
		margin-bottom: 3rem;
	}
	.verstuurdOntvangenContainer {
		width: calc(100% - 40px);
		margin-bottom: 3rem;
	}
	.keyNumbersItem {
		width: calc(100% - 40px);
	}
	.keyNumberItemContainer {
		display: flex;
		justify-content: space-around;
	}
	.verstuurdOntvangenContainer .dataContainer {
		height: 40vh;
		margin-top: 3rem;
	}
	.funnelVergelijkItem.keyNumbersItem .keyNumberItem {
		margin-bottom: 0;
	}
	.dataContainer .periodeItem h3 {
		white-space: nowrap;
	}
	.dataContainer .periodeItem {
		width: 12%;
	}
}
@media only screen and (max-width: 1600px) {
	.funnelContainer a {
		width: 46%;
		margin: 0 4% 5% 0;
	}
}
@media only screen and (max-width: 1440px) {
	html body h1,
	html body h1 span {
		font-size: 32px;
		line-height: 40px;
	}
	body,
	p,
	span {
		font-size: 16px;
		line-height: 20px;
	}
	.periodeItem h3 {
		font-size: 20px;
	}
	.keyNumbersCircle {
		padding: 40px;
	}
}
@media only screen and (max-width: 1439px) {
	.verstuurdOntvangenContainer .dataContainer {
		padding-top: 3rem;
		overflow-x: scroll;
	}
	.dataContainer .periodeItem {
		width: 20%;
		flex-shrink: 0;
		margin-right: 10rem;
	}
}
@media only screen and (max-width: 1280px) {
	.funnelContainer a {
		width: 100%;
		margin: 0 0 5% 0;
	}
}
/*
@media only screen and (max-width: 1023px) {
.desktopOnly {
display: none;
}

.mobileOnlySiteHeader {
display: block;
position: fixed;
z-index: 1;
width: 100vw;
height: 100px;
background: var(--redColor);
top: 0;
left: 0;
margin: 0px;
text-align: center;
}

.mobileOnlySiteHeader .headerLogo {
width: 50px;
}

.kickOffNav {
transform: translate(0%,-300px) rotate(-90deg);
}

.kickOffNavItem .kickOffNavItemicon svg {
transform: translate(-50%,-50%) rotate(90deg);
}
}*/


/* Tabulator */
.tabulator-row.tabulator-selectable.tabulator-tree-level-0 {
	background-color: var(--blueColor) !important;
	color: white !important;
}
.tabulator-row.tabulator-selectable.tabulator-tree-level-0 input, .tabulator-row.tabulator-selectable.tabulator-tree-level-0 select{
	color: white !important;
}

.tabulator-row.tabulator-selectable.tabulator-tree-level-0 input::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

::-webkit-search-cancel-button{
	-webkit-appearance: none;	
}	

.tabulator-row.tabulator-group .tabulator-arrow {
	border-left: 6px solid white !important;
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
	border-top: 6px solid white !important;
	border-left: 6px solid transparent !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	color: var(--blueColor);
}
.tabulator-row .tabulator-cell {
	font-size: 18px;
	font-weight: 500;
	height: 30px;
}
input[type="search"], .datum {
	border: none;
	border-radius: 5px;
	color: white !important;
	background: var(--greyColor) !important;
    width: 98% !important;
    height: 30px !important;
	font-size: 16px;
	font-family:  var(--mainFont);
}
.tabulator-header{
	background: var(--blueColor) !important;
}
.tabulator-table input{
	height: -webkit-fill-available !important;
	background: none !important;
	border: none !important;
	color: black !important;
	font-family:  var(--mainFont);
}
.tabulator-header input::placeholder{
	color: white !important;
}
.datum{
	padding: 0 0 0 3px !important;
	min-width: auto !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	background: var(--blueColor) !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: 6px solid white !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: 6px solid var(--redColor) !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-top: 6px solid var(--redColor) !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	color: white !important;
	font-family: var(--mainFont);
}
.tabulator .tabulator-footer .tabulator-footer-contents {
	background: #efefef !important;
}
.group {
	width: 300px;
}
div#table {
	margin: 0 0 40px;
	border-radius: 10px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	font-size: 18px !important;
}
label {
	font-size: 18px !important;
}
.tabulator-row .tabulator-cell {
	padding-bottom: 0 !important;
}
.tabulator-row .tabulator-cell input, .tabulator-row .tabulator-cell select {
	margin-top: -4px;
	font-family:  var(--mainFont);
}
.tabulator-tableholder select.groupInput{
	color: white !important;
}
.tabulator-tableholder select {
	background: none !important;
	border: none !important;
	direction: rtl;
	height: -webkit-fill-available;
}
.tabulator-tableholder select option{
	direction:ltr;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
	padding: 5px;
}
.tabulator .tabulator-header {
	height: 75px;
}
.tabulator-row.tabulator-group .tabulator-group-toggle{
	display: none !important;
}
.openRijen{
	width: fit-content;
}
.openRij {
	position: relative;
	width: 22px;
	height: 22px !important;
	background: white;
	border: none !important;
	border-radius: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.openRij .pijl {
	color: var(--redColor);
	width: 0;
	height: 0;
	margin: 5px 0 0 1px;
	position: absolute;
	left: 7px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 0;
	border-left: 6px solid var(--redColor);
}
.openRij .pijl.activePijl{
	border-bottom: none;
	border-top: 6px solid var(--redColor);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	left: 4px;
	top: 4px;
}
.openRijen:hover::selection {
	background: var(--redColor);
}
.gisteren{
	padding-top: 5px !important;
}
.statusKlanten .tabulator-table{
	width: -webkit-fill-available;
}
.tabulator-row.tabulator-selectable:nth-of-type(odd) {
	background-color: #D8D8D8;
}
.tabulator-row.tabulator-selectable:hover{
	background-color: var(--greyColor) !important;
}
.tabulator-selectable.tabulator-tree-level-1 .tabulator-cell:nth-of-type(1) input{
	margin-left: 31px;
}
.tabulator-placeholder-contents {
	color: var(--blueColor) !important;
}
.tabulator-placeholder{
	margin-top: -20px;
}
.tabulator-col-title {
	color: white !important;
	font-size: 18px !important;
}
.tabulator-row .tabulator-cell .tabulator-arrow {
	display: block !important;
	float: left;
}
.tabulator .tabulator-tableholder{
	background: #efefef;
}
.tabulator .tabulator-header .tabulator-col {
	background: var(--blueColor) !important;
}
::-webkit-scrollbar{
	display: none !important;
}
.tabulator-edit-list .tabulator-edit-list-item:hover{
	background: var(--greyColor) !important;
}
.tabulator-edit-list{
	border-radius: 10px;
}
.tabulator-tree-level-0 .funnelItem{
	color: white;
}
.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
    border: 4px solid var(--blueColor) !important;
    color: var(--blueColor) !important;
}
.tabulator-data-tree-branch-empty {
    display: none !important;
}
.tabulator-tree-level-1 .openRij {
    margin-left: 2rem !important;
}
.tabulator-tree-level-2 .openRij {
    margin-left: 4rem !important;
}

.tabulator-cell[tabulator-field="verzonden"], .tabulator-cell[tabulator-field="follow_up_1"], .tabulator-cell[tabulator-field="follow_up_2"], .tabulator-cell[tabulator-field="follow_up_3"], .tabulator-cell[tabulator-field="antwoord"], .tabulator-cell[tabulator-field="persoon"] {
    height: max-content !important;
	font-size: 16px !important;
}