.fancybox-button--delete { margin-right:30px !important; }

.myGoodbye-login-action-buttons {
	position: fixed;
	width: 90%;
	bottom: 0px;
	padding: 30px 0;
	margin: 0 auto;
	max-width: 1280px;
}

.contact-list-with-filter { width:100%; display:flex; min-height:600px; }
.contact-list-with-filter .contact-list { width:85%; }
.contact-list-with-filter .contact-filter { width:15%; display:flex; align-items:end; flex-direction:column; margin-top: 0.5rem; padding-top:6px; z-index:900; position:fixed; bottom:70px; right:24px; height:calc(100vh - 480px); overflow-x:hidden; overflow-y:auto; }
.contact-list-with-filter .contact-filter a { width:30px; height:30px; line-height:30px; text-align:center; border:1px solid #ccc; color:#ccc; margin-bottom:0.5rem; border-radius:5px; }
.contact-list-with-filter .contact-filter.stickyTop {  }
.contact-list-with-filter .contact-filter.genodigden, .contact-list-with-filter .contact-filter.vertrouwenspersoon { height:calc(100vh - 370px); }
.contact-list-letter-header{ padding:6px; font-size:18px; font-weight:normal; color:#ccc; }

.previousBtn {
    position: absolute;
    left:25px;
    top:35px;
    background-color: #fff;
    border-radius:100%;
    line-height: 1.5rem;
    margin:0px;
    box-shadow: 0 -5px 6px -2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 -5px 6px -2px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

.previousBtn a { 
	padding: 8px; 
	margin:0;
	line-height:1.5rem;
	width:38px;
	height:38px;
}

.previousBtn a i {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--dark-700);
}

.progress-percentage {
    text-align: center;
    margin-top:-15px;
    font-size: 10px;
    color: #aaa;
}