:root { 
    overflow-x: hidden;
	height: 100%;
	max-width: 100vw;
    
/* Version ICE */

	--ice-p1: #007dff; /* Azure blue */
	--ice-p2: #8DBBF9;  
	--ice-p3: #C5DDFC; 

	--ice-b1: #001e3c; /* Oxford blue */
	--ice-b2: #818E9C; 
	--ice-b3: #BFC6CC; 

	--ice-t1: #1ed2ff; /* Light blue */
	--ice-t2: #A3E6FB; 
	--ice-t3: #D1F2FD; 

	--ice-r1: #ff505f;  /* Coral red */
	--ice-r2: #F2ABB1;
	--ice-r3: #F8D5D9; 

	--ice-y1: #ffc846;  /* Amber */
	--ice-y2: #FAE4AA;
	--ice-y3: #FDF1D3;

	--ice-g1: #3ccd78; /* Green */
	--ice-g2: #ADE4BF;
	--ice-g3: #D6F1E0;

	--ice-background: #ebeced; /* Utilities */
    --ice-background: rgb(242, 246, 252);
    --ice-super-light: #f8fafb;
    /* --ice-super-light: rgb(242, 246, 252); */

    --wtl-b1: #0367f2; 
    --wtl-b2: #1551f3;

    --wtl-p: rgb(255,33,147);
    --wtl-o: rgb(255,134,3);

    --wtl-lb: #11BAFE;
    --wtl-g: #EFC55E; 

    --wtl-t: #3B1A2B; 

    --wtl-dark: #100f0f;

    --wtl-accent: #E5FDFF;


}

body {
	background: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "pnum";
	font-feature-settings: "pnum";
	font-variant-numeric: proportional-nums;
    padding-top: 60px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-wide,
.container-xl {
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
}
.row{
	margin: 0 -12px;
}
.container-sm {
	max-width: 670px;
}
.container-md {
	max-width: 1080px;
}
.container{
	max-width: 1280px;
}
.container-wide,
.container-xl {
	max-width: 1400px;
}
.nopad {
	padding: 0;
}
.bg-image-full {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.bg-wtl{
    background: var(--wtl-b1);
    color: #fff;
}
.bg-solid-light, .bg-light-new{
    background: var(--ice-super-light);
    color: #000;
}

.bg-solid-theme{
    background: var(--wtl-accent);
}

.bg-solid-dark{
    background: var(--wtl-dark);
}

p.standaard-tekst{
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.54);
}

footer a{
    color: rgba( 255, 255, 255, .87 ) !important;
    font-weight: 400;
    text-decoration: none;
}

footer h2{
    color: rgba( 255, 255, 255, .54 );
    font-weight: 600 !important;
}

footer h3{
    color: var(--wtl-b1);
    font-weight: 700 !important;
}

footer > div{
    min-height: 36px;

}

footer #feedback-button-inner, footer #informatie-button-inner{
    color: var(--ice-b2);
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 0.8rem;
    text-decoration: none;
}

footer #feedback-button-inner{
    background: #fff;
    border-radius: 100px !important;
    box-shadow: rgba(0, 0, 10, 0.1) 0px 1px 10px -4px;
    margin-bottom: 12px;
    position: fixed;
    right: 24px;
    z-index: 9999;
    bottom: 0px;
    transition: all 0.2s ease-in-out;
}

footer #feedback-button-inner:hover{
    color: #fff;
    background: var(--wtl-b1);
}

#pagina-informatie-modal{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.5 );
    z-index: 9999;
    display: none;
}

#pagina-informatie-modal .onwijs-card{
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#pagina-informatie-modal-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#pagina-informatie-modal h6{
    color: var(--ice-b2);
    font-weight: 500; 
    line-height: 24px;
    font-size: 16px;
}

.ice-vivid-title{
    color: var(--ice-p1);
}

.ice-tekst{
    color: var(--ice-b2);
    font-weight: 500; 
    line-height: 24px;
    font-size: 16px;
}

#pagina-informatie-modal ul{
    color: var(--ice-b2);
}

.navbar {
	padding: 10px 16px;
	background: none;
	margin-bottom: 16px;
	z-index: 999;
	background: rgba( 255, 255, 255, 1 ) !important;
	transition: box-shadow 200ms ease-in-out;
	backdrop-filter: blur( 5px );
	-webkit-backdrop-filter: blur( 5px );
	border-bottom: 1px solid var(--ice-background);
}



.navbar .navbar-toggler{
    border: none;
    outline: none;
    background: none;
    font-size: 1rem;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--ice-b1);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 16px;
    white-space: nowrap;
}

.globalNav{
	z-index: 1030;
}

#centernav{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.nav-item.active .nav-link{
    color: var(--ice-p1) !important;
    font-weight: 700;
}

.dropdown-menu.onwijs-card{
    border: none;
}

.dropdown-menu.onwijs-card .dropdown-item{
    border-radius: 3px;
}

.globalNav .dropdown-menu{
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 991px){ 
    .globalNav .dropdown-menu{
        left: 0;
        transform: translateX(0);
    }
    #pagina-informatie-modal{
        padding: 0;
    }
    #pagina-informatie-modal-inner .onwijs-card{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
	#centernav{
		position: initial;
		left: 0;
		top: 0;
		transform: none;
	}
    .navbar-light .navbar-nav .nav-link:first-child {
        margin-top: 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 16px; 
        text-align: center;
        background: var(--ice-background);
        border-radius: 2px;
        margin-bottom: 0.5rem;
    }
    .navbar{
        overflow-y: scroll;
        max-height: 100vh;
    }
    .navbar .onwijs-card.dropdown-menu{
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .navbar .onwijs-card.dropdown-menu li{
        background: var(--ice-background);
        margin-bottom: 4px;
        padding: 4px 0;
        text-align: center;
    }
}

.general-background{
    background: var(--ice-super-light);
    height: calc(100vh - 62px - 62px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 3rem 0;
    /* border-radius: 40px; */
    position: relative;
}

.general-background.no-save{
    min-height: calc(100vh - 62px);
}
  
.ice-background{
    background: var(--ice-background);
    padding: 3rem 0;
    border-radius: 40px;
    position: relative;
    min-height: calc(100vh - 62px - 62px);
}

.super-light{
    background: var(--ice-super-light);
}

h1, h2, h3{
    color: var(--ice-b1);
    font-weight: 700;
}

h6{
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}


/* .onwijs-card{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom: 12px;
} */

.onwijs-card{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 10, 0.1) 0px 1px 10px -4px;
    margin-bottom: 12px;
}

.onwijs-card-header{
    padding: 20px;
}

.sidenav-expanded-false{
    padding: 12px 0;
}

.sidenav-expanded-true{
    background: var(--ice-b1);
    margin: 0 -12px;
    padding: 12px;
}

#sidenav .link-dark i{
    margin: 3px 8px 0 0;
}

.sidenav-expanded-true button, .sidenav-expanded-true a{
   color: #fff !important;
}

#sidenav{
    position: sticky;
    top: 15px;
    max-height: calc(100vh - 61px);
    overflow-y: auto;
    border-radius: 0;
}

#sidenav hr{
    background-color: #fff;
    margin: 0.2rem 1.4rem;
}

#sidenav .indent{
    margin-left: 0.6rem;
}

.btn-toggle::before {
    /* content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%27%23001e3c%27%20width%3D%279%27%3E%3Cpath%20d%3D%22M96%20480c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L242.8%20256L73.38%2086.63c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l192%20192c12.5%2012.5%2012.5%2032.75%200%2045.25l-192%20192C112.4%20476.9%20104.2%20480%2096%20480z%22%2F%3E%3C%2Fsvg%3E") !important; */
}

.page-return-nav{
    position: absolute;
    top: 25px; 
    left: 10px;
}

.btn{
    border-radius: 2px !important;
    padding: 6px 16px;
}

.btn-round{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-link{
    color: var(--ice-b1);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 16px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-outline-b{
    border: 1.4px solid var(--ice-b1);
    transition: all 100ms ease-in-out;
}

.btn-outline-b:hover{
    background: var(--ice-b1);
    color: #fff;
}

.btn-primary{
    background: var(--ice-p1) !important;
    color: #fff;
    transition: all 100ms ease-in-out;
}



.btn-ice-primary{
    font-weight: light;
    background: var(--wtl-b1); 
    font-weight: 500;
    border: 1px solid var(--wtl-b1);
    color: #fff;
    transition: all 100ms ease-in-out;
}

.btn-ice-primary:hover{
    transform: scale(1.02);
    color: #fff;
    opacity: 0.9;
}

.btn-ice-primary-outline{
    background: none;
    border: 1px solid var(--wtl-b1);
    color: rgba(0,0,0,.87);
    font-weight: 500;
    transition: all 100ms ease-in-out;
}


.btn-ice-light{
    background: var(--ice-p3);
    color: var(--ice-d2);
    font-weight: light;
    transition: all 100ms ease-in-out;
}

.btn-ice-light:hover{
    transform: scale(1.02);
    color: var(--ice-d1);
    opacity: 0.9;
}


@media screen and (max-width: 768px){
    .page-return-nav{
        top: 0px; 
    }
    .page-return-nav{
        position: relative;
        left: 0;
    }
    .nav-item a{
        width: 100%;
    }
    .btn{
        padding: 12px;
    }
    #sidenav{
        position: relative;
        max-height: none;
        overflow-y: visible;
    }
}

form .form-topic{
    width: 100%;
    margin-bottom: 1rem;
    display: inline-flex; 
}

form .form-topic:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
    form .form-topic{
        display: block;
    }
}

form .form-topic i {
    color: var(--ice-b2);
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

form .input-duo{
    position: relative;
}

form .input-duo label{
    position: absolute;
    z-index: 2;
    background: #fff;
    font-size: 11px;
    margin-left: 8px;
    padding: 0 2px;
    margin-top: -8px;
}

form .input-duo input, form .input-duo textarea{
    position: relative;
    margin-bottom: 1rem;
    padding: 12px;
}

#ice-save-bar{
    min-height: 62px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 3;
}

@media screen and (max-width: 768px){
    #ice-save-bar{
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
}

span.blue-dot{
    color: var(--ice-p1) !important;
}


.concent-ice{
    padding: 0;
    min-height: 600px;
    height: calc(100vh - 134px - 12px);
    overflow-y: scroll;
    background: var(--ice-background);
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 40px;
    position: relative;
}


.table-responsive .top, .table-responsive .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
}

.table-responsive .top{
    position: sticky;
    top: 0;
    background: var(--ice-b3);
    z-index: 4;
}

.table-apetail td{
    padding: 0.1rem 1.5rem;
    border: none;
    cursor: pointer;
}

.table-apetail tr{
   /* border: 1px solid var(--ice-b1); */
    border-bottom: 1px solid var(--ice-background);
}

.table-sharp td{
    padding: 0.4rem 1.5rem;
   
}

.table-sharp thead tr{
    border-bottom: 1px solid var(--ice-background);
}

.table-sharp thead tr:hover{
    background: var(--ice-background);
}

.table-sharp .thumbnail-item{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}


.dataTables_wrapper{
    padding: 0;
}

.dataTables_wrapper select, .dataTables_wrapper input{
    width: 100%;
    padding: 8px 12px;
    border-radius: 5px;
    border: none;
    background: var(--ice-b2);
    font-size: 1rem;
    color:  #fff;
}

.page-link{
    border: 1px solid var(--ice-b2);
    color: var(--ice-b2);
}

.page-item .page-link{
    /* background: var(--ice-b3); */
}

.page-item.active .page-link{
    background: var(--ice-p1);
    border: 1px solid var(--ice-p1);
}


.page-item.disabled .page-link{
    /* background: var(--ice-b3); */
    border: 1px solid var(--ice-b3);
    color: var(--ice-b3);
    /* display: none; */
}


.dataTables_wrapper div.dataTables_filter input::placeholder{
    color: #fff;
}

textarea{
    /* background: var(--ice-background) !important; */
    /* border: none !important;  */
    /* border-radius: 10px !important; */
}

.cat-tag{
    position: relative;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    width: max-content;
}

.cat-tag-inner{
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.cat-tag.small{
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
}

.mutation-bar{
    background: var(--ice-background);
    padding: 12px;
    border-radius: 4px;
}

.logo-wrapper{
    width: 50px;
}

.logo-circle{
    height: 50px;
    padding: 5px;
    border-radius: 400px;
    background: var(--ice-background);
    display: flex;
    align-items: center;
    justify-content: center;
}


.thumb-circle{
    overflow: hidden;
    height: 50px;
    padding: 0;
    border-radius: 400px;
    background: var(--ice-background);
    display: flex;
    align-items: center;
    justify-content: center;
}


.text-wtl-b1{
    color: var(--wtl-b1);
}

.artefact{
    z-index: 0;
    position: relative;
    transform: skew(-26.6deg);
    height: 200px;
    width: 100px;
}



.artefact-o{
    background: var(--wtl-o);
}

.artefact-p{
    background: var(--wtl-p);
}

.artefact-b1{
    background: var(--wtl-b1);
}

.artefact-b2{
    background: var(--wtl-b1);
}

.artefact-lb{
    background: var(--wtl-lb);
}

.artefact-g{
    background: var(--wtl-g);
}


.ice-title{
    color: var(--wtl-b2);
    font-weight: 700;
}

.ice-title span{
    color: #000;
}

h5.tb{
    line-height: 1.5;
}

#hdr_int_wrapper{
    position: fixed;
    right: 0;
    top: 61px; 
    background: #fff;
    border-bottom: 1px solid var(--ice-background);
    border-left: 1px solid var(--ice-background);
    padding: 8px 24px;
    display: none;
}

@media screen and (max-width: 991px){
    #adviesbar__card .artefact-b1{
        z-index: 2;
    }
    #adviesbar__card #advies-persoon{
        display: none;
    }
    #hdr_int_wrapper{
        position: inherit;
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 576px){
    #adviesbar__card .artefact-b1{
        display: none;
    }
}

.front-card .title{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ice-b1);
}

.front-card .image{
    border-radius: 5px;
    min-height: 230px;
}

.front-card .subtext{
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--ice-b2);
}

.front-card .go-to-page{
    width: 100%;
    border-radius: 5px !important;
    background: none;
    border: 1px solid var(--ice-p1);
    align-self: baseline;
}

@media screen and (max-width: 992px){
    .front-card{
        /* display: inline-flex; */
    }
    .front-card .go-to-page{
       display: none;
    }
    
}

.profile-img-nav{
	height: 38px;
	border-radius: 100px;
	margin-left: 8px;
	width: 38px;
}

.big-hero-page{
    transform: skew(0deg, -2deg);
    background: #fff;
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 12px;
    overflow: hidden;
    margin-bottom: 50px;
}

.big-hero-page.flipped{
    transform: skew(0deg, 2deg);
}

.big-hero-page.big-hero-vivid{
    /* background: linear-gradient(90deg, var(--wtl-b1) 0%, var(--wtl-b2) 100%); */
    background: var(--ice-p1);
}

.big-hero-inner{
    transform: skew(0deg, 2deg);
    padding: 24px;
    z-index: 1;
    color: var(--ice-b2);
    position: relative;
}

.big-hero-page.flipped .big-hero-inner{
    transform: skew(0deg, -2deg);
}

.big-hero-page .big-hero-inner {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ice-b2);
}

.big-hero-page.big-hero-vivid .big-hero-inner{
    color: rgba( 255, 255, 255, .87 );
}

.big-hero-page .big-hero-inner .big-hero-title {
    color: var(--ice-p1);
}

.big-hero-page.big-hero-vivid .big-hero-inner .big-hero-title {
    color: var(--wtl-lb);
}

.big-hero-inner .artefact{
    margin-top: 100px;
}

.big-hero-text{
    position: relative;
    z-index: 2;
}

#adviesbar__spacer{
    height: calc(120px + 3rem);
}

#adviesbar__card{
    margin-top: -120px;
    min-height: 200px;
    /* background: var(--ice-background); */
    background: rgb(255,255,255);
    background: -moz-linear-gradient(218deg, rgba(255,255,255,1) 58%, rgba(242,246,252,1) 100%);
    background: -webkit-linear-gradient(218deg, rgba(255,255,255,1) 58%, rgba(242,246,252,1) 100%);
    background: linear-gradient(218deg, rgba(255,255,255,1) 58%, rgba(242,246,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f6fc",GradientType=1);
    padding: 0;
    position: relative;
}

#adviesbar__card img{
    z-index: 3;
    position: relative;
    margin-bottom: -4px;
}

#adviesbar__card h3{
    color: var(--wtl-b2);
    font-weight: 700;
}

#adviesbar__card h3 span{
    color: #000;
}

#adviesbar__card p{
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.54);
}

#adviesbar__card .artefact{
    position: absolute;
}

#adviesbar__card .artefact-o{
    z-index: 2;
    bottom: 0;
    left: -30px;
}

#adviesbar__card .artefact-b1{
    z-index: 4;
    bottom: calc(50% - 100px);
    right: 0;
}

#adviesbar__card #advies-persoon{
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 12px;
    color:rgba(0, 0, 0, 0.5);
}

.info-card{
    border: 1px solid var(--ice-b3);
    border-radius: 5px;
    padding: 12px 20px;
    color: var(--ice-b2);
    width: max-content;
}

.info-card .info-card-title{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ice-b1);
}

.back-to-overview{
    color: var(--ice-b2);
    font-weight: small;
    text-decoration: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#martine{
    margin-bottom: -105px;
}

.cursus-title{
    color: var(--ice-b1);
    font-size: 1.7rem;
}

.proef-nav .nav-link:not(.nav-link.proef){
    color: rgba(0,0,0,0.2) !important;
    cursor: not-allowed;
}


.image-section-auto-height{
    min-height: 450px;
    height: auto;
}

@media screen and (max-width: 768px){
    .image-section-auto-height{
        min-height: 200px;
    }
}


.screenshot-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px, rgba(0, 0, 0, 0.1) 0px 2px 20px 2px;
    border-radius: 10px;
}

.btn-ice-primary.nav-link{
    color: #fff !important; 
    font-weight: light !important;
    background: var(--wtl-b1) !important;
    font-weight: 500 !important;
    border: 1px solid var(--wtl-b1) !important;
    color: #fff !important;
    transition: all 100ms ease-in-out !important;
}

#customCard, #customSmallCard{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    padding: 0;
    border: none;
    overflow: hidden;
}

#customSmallCard{
    width: auto;
    opacity: 0;
}

@media screen and (max-width: 768px){
    #customCard{
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
    #customCard #cardImage{
        display: none;
    }
}

.color-wtl-o{
    color: var(--wtl-o) !important;
}

.color-wtl-b1{
    color: var(--wtl-b1) !important;
}

.color-b2{
    color: var(--ice-b2) !important;
}

/* Force navbar to collapse at <=1279px */
@media (max-width: 1279px) {
  .custom-breakpoint-navbar .navbar-collapse {
    display: none;
  }

  .custom-breakpoint-navbar .navbar-toggler {
    display: block;
  }

  .custom-breakpoint-navbar.collapsed .navbar-collapse {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* By default, show the navbar expanded above 1279px */
@media (min-width: 1280px) {
  .custom-breakpoint-navbar .navbar-collapse {
    display: flex !important;
  }

  .custom-breakpoint-navbar .navbar-toggler {
    display: none !important;
  }
}
