.elementor-5721 .elementor-element.elementor-element-8677a1b{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-cfc2a26 */h1{
    letter-spacing: 0px !important;
}


.main-customerportal {
    display: flex;
    flex-direction: row;
    background: white;
    padding-bottom: 200px;
    

}

.main-customerportal > .col-left {
    flex: 0 0 250px;
    background: white;
}

.main-customerportal > .col-left .corner{
    background:#284066e3;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.main-customerportal > .col-left .corner h2{
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
}

.main-customerportal > .col-left .corner h3{
    color: #ddd;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0px;
}

.main-customerportal > .col-left .sidebar{
    padding-bottom: 50px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.col-left .sidebar .featured-image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-right: 50px;
    padding-left: 30px;
    display: none;
}

.col-left .sidebar img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.col-left .sidebar h2{
    color: black;
    margin: 0px;
}

.col-left .sidebar .nav{
    flex-direction: column;
    display: flex;
    margin-bottom: 30px;
}

.col-left .sidebar .nav h3{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size:17px;
    margin-top:0px;
}

.col-left .sidebar .nav .item{
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
}

.col-left .sidebar > a{
    font-weight: 600;
    font-size: 14px;
}


header.main-header{
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
}

header.main-header .naam-opdracht h1{
    font-size: 40px;
    color: #24395A;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0px;
}

header.main-header .naam-opdracht span{
    font-weight: 600;
    color: #555;
}

header.main-header .terug{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #555;
}

.main-customerportal > .col-right{
    width: 100%;
}


.main-customerportal .table-header{
    display: flex;
    color:#aaa;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.main-customerportal .table-header .column{
    display: flex;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
}

.main-customerportal .table-header .img{
    padding-right:30px;
}

.main-customerportal .info{

    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 150px;
    border-radius: 20px;
    background: #f3f2f1;
}

.main-customerportal #search{
    border-bottom: 1px solid #e3e3e3;
    background-color: #FFFFFFA3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 4px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    width: 250px;

    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
}

.main-customerportal .search{
    display: flex;
    align-items: center;
}

.main-customerportal .search svg{

 margin-right: 15px;
 width:35px;
}

.main-customerportal .search svg path{

 fill: #24395A;
}

.main-customerportal #search:focus, .main-customerportal #search:focus-visible{

    outline: none;

}

.main-customerportal div.row{
    display: flex;
    padding-top:15px;
    padding-bottom: 15px;
    cursor:pointer;
    border-bottom: solid 1px #ddd;
    margin:0px;
}

.main-customerportal div.row:hover{
    background: #ffc8726e;
}


.main-customerportal .row .column {
    display: flex;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
}

.main-customerportal .row .column.img{
    padding-right:30px;
}
.main-customerportal .row .column.img img{
    height:100px;
    object-fit: cover;
}

.main-customerportal .row .column.img img:hover{
    transform: scale(1.5);
    transition: all 0.2s ease-in-out;
}

.main-customerportal .table-header{
    font-weight:300;
}

.main-customerportal div.row {
    font-weight:500;
}



@media only screen and (max-width: 1100px) {
    .main-customerportal > .col-left{
        display:none;
    }
}

@media only screen and (max-width: 767px) {
header.main-header{
		padding-left: 18px;
		padding-right: 18px;
		flex-direction:column;
		padding-bottom:20px;
	}
	
	.main-customerportal .search
{
    margin-top:20px;
}


.main-customerportal > .col-right > .info{
	flex-wrap: wrap;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 25px;
	border-radius: 0px;
	padding-bottom:25px;

}

	.main-customerportal > .col-right > .info > .col-left{
	flex: 0 0 100%;
	width: 100%;
	margin-right: 0px;
}

.main-customerportal > .col-right > .info > .col-right{
	flex: 0 0 100%;
	width: 100%;
	margin-left: 0px;
}

.main-customerportal .table-header .img{
    display:none;
}

.main-customerportal .row .column.img{
    display:none;
}


}

@media only screen and (max-width: 450px) {
    .main-customerportal .table-header{
        flex-direction:column;
        align-items:center;
    }
    
    .main-customerportal .row{
        flex-direction:column;
        align-items:center;
    }
}



.n-main-customerportal {
	display: flex;
	flex-direction: column;
	

} 

header.n-main-header{
	background: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
}

header.n-main-header .n-naam-opdracht h1{
	font-size: 40px;
	color: #24395A;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top: 0px;
}

header.n-main-header .n-naam-opdracht span{
	font-weight: 600;
	color: #555;
}

header.n-main-header .n-terug{
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #555;
}


.n-main-customerportal .n-info{
	margin: auto;
	text-align: center;
	max-width: 900px;
	padding-top: 100px;
	padding-bottom:100px;
}

.n-main-customerportal .n-info h2{
	color: #24395A;
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 800;
	position: relative;
	line-height: 60px;
}

.n-main-customerportal .n-info a{
	padding: 20px;
	border: solid 2px #24395A;
	margin-top: 50px;
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 18px;
}


@media only screen and (max-width: 767px) {

header.n-main-header{
	justify-content: center;
	padding-right: 20px;
	padding-left: 20px;
}

header.n-main-header .n-terug{
	display: none;
}

.n-main-customerportal .n-info{
 padding-left: 20px;
 padding-right: 20px;
}
.n-main-customerportal .n-info h2{
font-size: 26px;
line-height:30px;
}

.n-main-customerportal .n-info a{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

	}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2e794ea */.elementor-5721 .elementor-element.elementor-element-2e794ea .elementor-3659 .elementor-element.elementor-element-b60349e{
    padding-top:50px;
}/* End custom CSS */
/* Start custom CSS */.qrt-top-bar{
    z-index: 88 !important;
}

.qrt-dynamic-content{
    z-index: 89 !important;
}

.qrt-content{
    top:0px !Important;
    height:100vh !important;
}/* End custom CSS */