html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#containerBox{
    font-size: 12px;
    font-family: verdana;
    zoom: 1;
}
fieldset{
    border: 1px solid #666;
    padding: 5px;
}
legend{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    width: auto;
    border-bottom: 0px;
    float: none;
}
pre{
    margin: 0px;
}
option{
    background-image:url(static/donate_button.png);
}
.hide{
    display:none;
}
#containerBox{
    position:relative;
    height:100%;
    max-width:1000px;
    border:1px solid #999;
    margin-left: auto;
    margin-right: auto;
}
#chatContainer{
    width: 100%;
    max-width: 1000px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    background-color:#f8f8f8;
}
.chatBubble{
    position: relative;
    padding: 5px;
    border-radius: 8px;
    max-width: 600px;
    width: 80%;
    margin-bottom: 5px;
    clear: both;
    display: inline-block;
} 
.userInputContainer{
    background-color: #9CF;
    border: 1px solid #036;
    float: right;
    margin-right: 10px;
    white-space: pre-wrap;
}

.userInputContainer::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 21px;
    bottom: -8px;
    border: 4px solid;
    border-color: #9CF #9CF transparent transparent;
}
.userInputContainer::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    bottom: -10px;
    border: 5px solid;
    border-color: #036 #036 transparent transparent;
}
.chatBot{
    background-color: #CCC;
    border: 1px solid #999;
    margin-left: 10px;
    margin-top: 5px;
}
.chatBot::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 21px;
    right: auto;
    top: auto;
    bottom: -8px;
    border: 4px solid;
    border-color: #CCC transparent transparent #CCC;
}
.chatBot::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    right: auto;
    top: auto;
    bottom: -10px;
    border: 5px solid;
    border-color: #999 transparent transparent #999;
}
#ai_container{
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 3px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    bottom: 0px;
}
#userInput{
    padding:3px; 
    border-radius:12px; 
    border:1px solid #666; 
    background-color: #FFF; 
    padding-right: 20px;
    padding-left: 10px;
}
.ai_container:hover{
    border: 1px solid #AAA;
    background-color: #DDD;
}

div[contenteditable] {
    outline: none;
    -webkit-user-scalable: none;
    -moz-user-scalable: none;
    -ms-user-scalable: none;
    touch-action:none;
}
.control_container {
     position: fixed;
    bottom: 0;
    /*top: calc(100% - 50px);  
    display: flex;*/
    width: 100%;
    max-width: 1000px;
    background-color:#d5d5d5;
}
#donateButton{
    cursor: pointer;
}
#topButtons > div{
    display: table-cell;
    padding: 0px 5px;
}
#topButtons > div:first-child{
    width: 100%;
}
/*#selectExpert{
    white-space: nowrap;
    padding: 5px;
    padding-left: 30px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 10px;
}*/
#selectExpert a{
    padding: 3px 8px;
}
#selectExpert img{
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
#selectExpert button{
    /* width: 300px;*/
    text-align: left;
}
.modal-header {
    .close {
        margin-top: -1.5rem;
    }
}
.form-title {
    margin: -2rem 0rem 2rem;
}
.btn-round {
    border-radius: 3rem;
}
.delimiter {
    padding: 1rem;  
}
.signup-section {
    padding: 0.3rem 0rem;
}
