body {
    background-color: whitesmoke;
    font-family: 'Raleway';
}

#leftBar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    padding: 20px;
    padding-top: 80px;
    color: white;
    background-color: #2b3136;
    text-align: left;
}

#main {
    margin-left: 400px;
    margin-top: 80px;
}

.panel {
    background-color: white;
    width: 800px;
    padding: 40px;
    border-radius: 12px 12px 0 0;
}

.all_border {
    border-radius: 12px;
    margin-bottom: 30px;
}

.code_panel {
    color: #82d3ff;
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    width: 800px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0 0 12px 12px;
    
}

code {
    color: #82d3ff;
}

.code_style {
    color: #82d3ff;
    max-height: 400px;
}

.panel_header {
    color: black;
    font-size: 200%;
}

.panel_input {
    padding: 10px;
    width: 100%;
}

.panel_input_medium {
    width: 100%;
    height: 100px;
}

.panel_input_documents {
    color: white;
    background-color: black;
    height: 500px;
}

.text_block {
    font-size: 18px;
    margin-top: 20px;
}

.input_button {
    margin-left: 30px;
    float: right;
}


#resultSection {
    width: 100%;
    min-height: 120px;
    background-color:#e3f5ff;
    padding: 20px;
}


.drop_list {
    padding: 10px;
}

#engineSelect{
    float: left;
}

#inputSection {
    margin-top: 100px;
    float: left;
    width: 500px;
}

#docDrop {
    float: left;
    width: 500px;
    min-height: 300px;
    padding: 20px;
}

#textDrop {
    
    margin-top: 10px;
    width: 500px;
    height: 200px;
    padding: 20px;
}

#analyzeButton {
    float: right;
}

#bestResponse {
    font-size: 28px;
    font-weight: bold;
    color: #219bff;
  
}

#reportSection {
    margin-top: 100px;
    margin-left: 80px;
    width: 400px;
    color: black;
    
    float:left;
}

#topScoreResult {
    color: white;
    background-color: #2b3136;
    min-height: 80px;
    text-align: center;
    padding: 20px;
}

#promptBoxSection {
    margin:auto;
    margin-left: 320px;
}

.prompt_box {
   border-radius: 8px;
    margin: 20px;
    margin-left: 0;
    float: left;
    width: 420px;
    padding: 16px;
    min-height: 500px;
    background-color: #f5f7fa;
}

.input_box {
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.input_item {
    width: 90px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
