/* Chatbot Page */

#chatbot-header {
    margin-bottom: 20px;
}

#conversation-container {
    height: 70vh;
    overflow: auto;
}

#question-input {
    padding-top: 4vh;
}

#question-input-form {
    display: flex;
    border: none;
}

#question-submit {
    margin-right: 5px;
}

.support-answer {
    width: 100%; 
    height:100px;
}

/* Chatbot Sessions Page */

#header-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

#chatbot-sessions-header {
    margin-right: 30px;
    display: inline;
}

#resolved-form {
    margin-bottom: 12px;
}

.hidden-table-inputs {
    display: none;
}
