.im_head_meta_val {
    text-align: justify;

}

.systems-analysis-div-row {
    display: flex;
    align-items: left;
    justify-content: flex-start; 
    gap:30px;
}

.systems-analysis-div-row-desc {
    width :50%;
    align-items: left;
    text-align: justify;

}

.systems-analysis-div-row-desc-text {
    height :150px;
}



/* Graphs to Display */
.graph-div {
    width: 50%; 
    box-sizing: border-box;  
    padding: 5px;  
    height: 100%;            
}

.graph-div-venn {
    width:25%; 
    box-sizing: border-box;  
    padding: 5px; 
    height: 100%;            
}
.graph-div-geneweight {
    width: 25%; 
    box-sizing: border-box;  
    padding: 5px;  
    height: 100%;            
}

.graph-row-container{
    height :300;
    margin: 20px;
}
.graph-row{
    display :flex;
    height :300;
}


/* User Input R2 Threhold */
#r2_threshold_form {
    margin :20px;
}

input[type="number"] {
    width: 75px; /* Adjust the width as needed */
    text-align : center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Progress Bar */
.buttonAndProgressContainer {
    display : flex;
}
.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 20px;
}
.progress-bar {
    width: 0;
    height: 20px;
    background-color: #4CAF50;
    border-radius: 4px;
    text-align: center;
    color: white;
}