.tree-item {
    margin-left: 20px;
    cursor: pointer;
}
.tree-radio {
    margin-right: 5px;
}
.sub-tree {
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
#utforende-tree {
	max-height: 200px;
    overflow: auto;
    margin-top: 15px;
    border: 2px solid #04AA6D;
    border-radius: 8px;
}
select#saksbehandler {
    border: 2px solid #04AA6D;
    background-color: white;
    color: #333;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.forbedringsforslag-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
}
