/* CSS Popup */
.button-feedback-fixed, .kvk-popup {
	display: none;
}

.kvk-popup {
    z-index: 9999;
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a.b_btn {
    display: inline-block;
    padding: 0.6875rem 1.5rem;
    border: 1px solid #aa418c;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px hsla(0, 0%, 75%, .33), 0 1px 3px hsla(0, 0%, 75%, .33);
    background-color: #aa418c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
    transition: all .15s ease;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}


.kvk-popup:after {
	content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(255,255,255,0.7);
}

.kvk-popup-inner {
	min-height: 100vh;
    position: relative;
    width: 600px;
    margin: 0 auto;
}

.kvk-popup-inner iframe {
    border: none;
    height: 511px;
    width: 550px;
}

.kvk-popup-inner-content {
    background: #FFF;
	padding: 3em 1.5em 2em 1.5em;
    z-index: 100;
    position: absolute;
    box-shadow: 0 4px 8px -2px rgb(0 0 0 / 20%);
    top: 50%;
    transform: translateY(-50%);
	border-radius: 6px;
}

.kvk-close-popup {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 1px solid #FFF;
	border-radius: 3px;
    background: none;
    cursor:  pointer;
    color: #757575;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.kvk-close-popup svg {
	width: 15px;
	height: 15px;
	margin-left: 7px;
}

.kvk-popup h3 {
    margin-bottom: 1rem;
	padding-right: 40px;
}

.kvk-popup p {
    margin-bottom: 3rem;
    color: #495775;
    line-height: 1.6;
    font-size: 18px;
}

.btn-popup {
    width: auto;
    height: 41px;
    padding: 12px 15px;
    border: none;
    font-size: 16px;
    background: #e5eff7;
    color: #0064ae;
    cursor: pointer;
}

.button-feedback-fixed {
	z-index: 2;
	font-size: 16px;
	position: fixed;
	bottom: 6px;
	right: 6px;
	background: #00526E;
	padding: 10px 25px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	border: none;
	cursor: pointer;
	line-height: 1;
}

.button-feedback {
	font-size: 16px;
    background: #00526E;
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: fit-content;
    margin: 20px auto 0 auto;
}


.button-feedback-fixed:focus,
.button-feedback:focus {
  outline: 2px dashed #00526E;
  outline-offset: 5px;
}

.button-feedback-fixed:before {
    content: "\f4ad";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.page_kvk-bedrijventeller .button-feedback-fixed {
	display: none !important;
}

#footer .kvk-popup a {
    color: #FFF;
}

@media screen and (max-width: 600px){ 
	.kvk-popup-inner {
		min-height: 100vh;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	
	.kvk-popup-inner-content {
		width: 90%;
		margin: 0;
	}

	.kvk-popup-inner iframe {
		border: none;
		height: 601px;
		width: 100%;
	}
}