/* weergave loguitvoer */
.a2s-logElement {
    overflow-y: scroll; /* Vertical scrollbar */
    overflow: scroll; /* Horizontal and vertical scrollbar*/
    height: 300px;
    resize: none; /* Remove this if you want the user to resize the textarea */
    font-size: small;
}


/* icon kleuren */
.a2s-icon-lightgrey {
    color: lightgrey;
}


/* alert boxes en toasts */
.a2s-toast-container {
    position: absolute; 
    top: 10px; 
    right: 10px;
}

/* icons in de projectentabel */
.a2s-delicon:hover{
    color: var(--bs-danger);
}

.a2s-loadicon:hover{
    color: var(--bs-primary);
}

.a2s-renameicon:hover{
    color: var(--bs-primary);
}

.a2s-downloadloadicon{
    color: var(--bs-black);
}

.a2s-downloadloadicon:hover{
    color: var(--bs-primary);
}