html, body {
  height: 100%;
  margin: 0;
}

.content {
  float: left;
  height: 100%;
  padding-left: 10px;
}

#botContainer {
  float: right;
  height: 99%;
  width: 460px;
  position: relative;
  display: none;
  border-width: 2px;
  border-style: inset;
}

#botContainer.wc-display {
  display: block;
}

.ac-input div input[type="checkbox"] + div{
  flex: auto !important;
  white-space: unset!important;
  margin: -5px 6px 10px 6px !important;
}

.ac-input div input[type="checkbox"]:checked + div{
  color: #886a1f!important
}

.wc-console
{
  visibility:hidden;
}

.wc-header
{
  background-color: #886a1f;
  color: #886a1f;
}

.wc-app button 
{
  background-color: #C6B784;
  border: 1px solid #886a1f;
}

.wc-suggested-actions .wc-hscroll > ul > li button 
{
  background-color: #886a1f;
}

.wc-suggested-actions .wc-hscroll > ul > li button:hover
{
  background-color: #886a1f;
}

.wc-suggested-actions .wc-hscroll > ul > li button:active 
{
   background-color: #886a1f;
   border-color: #886a1f;
}

.wc-message-wrapper.clickable 
{
  border: 1px solid #886a1f;
}

.wc-card button
{
  color: #000000;
}

.wc-card button:hover 
{
  background-color: #886a1f;
  border-color: #886a1f;
  color: #ffffff;
}

.wc-card button:active 
{
  background-color: #ffffff;
  border-color: #886a1f !important;
  color: #886a1f
}

.wc-card.receipt tbody tr, .wc-card.receipt tfoot tr {
    border-top: 1px solid #886a1f; }
    
.wc-card
{
  border: 1px solid #886a1f;
}

.wc-wide .wc-card
{
  border: 1px solid #886a1f;
}

.wc-narrow .wc-card
{
  border: 1px solid #886a1f;
}

.wc-message-from 
{
  color: #886a1f;
}

.wc-message-from-me .wc-message-content 
{
  background-color: #886a1f;
}

.wc-message-from-me svg.wc-message-callout path 
{
  fill: #886a1f; 
}

.wc-message-from-bot .wc-message-content 
{
  background-color: #F1E4B2;
  color: #000000;
}

.wc-message-from-bot svg.wc-message-callout path
{
  fill: #F1E4B2;
}
