.closebutton {
    cursor: pointer;
    position:absolute; 
    padding:5px;
    top:40px; 
    right:30px;
    border:solid 1px #030364;
}

.window {
    position:absolute;
    top: 75px;
    left: 50%; 
    transform: translateX(-50%); 
    width: 900px; 
    height: 600px;
    overflow-y: auto;
    border: 2px dotted #030364; 
    border-radius: 16px; 
    padding:40px; 
    backdrop-filter: blur(10px)
}

.windowheader {
    font-family: DejaVu Sans Mono, monospace; 
    color:#030364;
}

.selected{
    border: 2px dotted #030364;
}

.progressBar {
    width: 100%;
    height: 0%;
    background-color: #030364;
}

.ProgressBarContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



