/* Minification failed. Returning unminified contents.
(3,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-radius'
(11,28): run-time error CSS1039: Token not allowed after unary operator: '-rws-grey'
(12,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-radius'
 */
.rss {
    border: 1px solid #0000002e;
    border-radius: var(--bs-border-radius);
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.panel-textarea {
    border: 1px solid var(--rws-grey);
    border-radius: var(--bs-border-radius);
    background-color: #FFFFFF;
    padding: 16px;
}

.panel-title {
    height: 18px;
    width: 434px;
    color: #154273;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}





.nobull {
    list-style-type: none !important;
}

.nieuws-date {
    padding: 5px 15px 7.5px 2px;
    color: dimgray;
    font-weight: bold;
}
.nieuws-title {
    padding: 5px 5px 7px 5px;
}

.ul-nieuws {
    padding: 14px 16px;
}


/* Home page */

.eherkenningLoginImg {
    height: 32px;
    width: 300px
}

.eherkenningLoginDiv {
    display: flex;
}

