
.dropdown{
    display: flex;
    width: 100%;
}

.dash-dropdown{
    flex-grow: 1;
}

.resulttable {
    height: 500px;
    overflow-y: auto;
}

.container.main{
    justify-content:center;
}

.chat-output {
    min-height: 400px;
    border-radius: 10px;
    border: 2px solid;
    border-color: #c8d7db;
    margin-top: 15px;
}

.chat-input {
    margin-top: 15px;
}

.dash-spinner {
  background-image: url("https://cdn.dribbble.com/users/1040528/screenshots/5100277/eye.gif");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
.dash-spinner.dash-default-spinner {
  width: 100%;
  height: 100%;
}

.dash-spinner * {
  display: none !important;
}

.gifloader
{
    width:100%;
    height: 100%;
    display: flex;

}

._dash-loading {
  margin: auto;
  color: transparent;
  width: 0;
  height: 0;
  text-align: center;
}

._dash-loading::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: black;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  margin-top: 2rem;
}

.form {
    overflow:auto;
    flex-grow: 1;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 5px;
}

.form .field {
    flex: 0 1 0px;
}

.stats-graph{
    min-height: 400px;
}

.clicktable {
    overflow-y: auto;
    height: 600px;
}

.chat {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.chat-input {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    column-gap:10px;
    padding-left:10px;
    padding-right:10px;
}

.chat-prompt {
    flex-grow: 1;
}

#askResults {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow:1;
}

.chat-output{
    flex-grow: 1;
}

.tab-content{
    height:100%;
    display: flex;
}

#app-column.column {
    display: flex;
    flex-direction: row;
}

#app-column .tab-parent {
    width: 100%;
}

#formCol.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wordcloudCol.column {
    align-items: center;
    display: flex;
}

.wordcloud-info-panel{
    display: flex;
    column-gap: 10px;
}