@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.top-row {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.logo {
    margin-top: 0px;
    background-image:url("../../resources/logos/VKE-Apeldoorn.png");
    margin-left: 10px;
    margin-right: 1px;
    margin-top: 10px;
    width: 200px;
    height: 80px;
}

.pr-logo {
    margin: auto;
    max-height: 70px;
    content: url("../../resources/logos/VKE-Apeldoorn.png");
    filter: invert(0) sepia(0%) brightness(100%)
}

.kname {
    font-size: 28px;
    color: #7A4091;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-family: "Poppins";
    font-optical-sizing: auto;
    font-weight:500;
    font-style: bold;

}

.sidebar .nav-item {
    font-size: 12pt;
    padding-bottom: 0.5rem;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: bold;
}

.stxt {
    color: #000000;
    background-color: #e9ecef;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    width: 320px;
    height: 25px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.sidebar .navline {
    margin-left: 10px;
    margin-right: 10px;
    height: 1px;
    background-color: #7A4091;
}

.btn-primary {
    color: #ffffff;
    background-color: #1669B1;
    border-color: #1669B1;
    max-height: 193.9px;
    width: 320px;
}
/* OBERE NAVIGATIONS LEISTE */
.top-row-bg {
    background-color: #ffffff;
}


.sidebar {
    height: 100vh;
    background-color: #ffffff;
    width 170px;
}
    .sidebar .nav-item a:hover {
        cursor: pointer;
        background-color: #7A4091;
        color: #ffffff;
	
    }

.sidebar .nav-item a {
    color: #000000;
    height: 2rem;
    display: flex;
    align-items: center;
}


.perleft {
    width: 370px;
    min-width: 370px;
    float: left;
    background-color: #fbfcfa;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 12pt;
    font-weight: bold;
    height: calc(100vh - 90px);
}


.ico-svg {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 150%;
    filter: invert(1) sepia(9) saturate(3) brightness(10%) hue-rotate(130deg);
}

/* Modal Base */
.modh {
    	background-color: #fff;
	color: #000
}
.modb {
	background-color: #fff;
}
.modc {
	background-color: inherit;
}
.modx {
    font-weight: inherit;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

