
 #addchat-bot span.c-subtitle {
    height: 1.5em;
    display: block;
 }

 #addchat-bot .c-top-menu, #addchat-bot-admin .c-top-menu {
    background-color: #FFBF00;
    color: #000000;
 }
 #addchat-bot .c-buddy .c-heading .c-title, #addchat-bot-admin .c-buddy .c-heading .c-title {
    color: #000000;
 }
 #addchat-bot .c-button-round, #addchat-bot-admin .c-button-round,
 #addchat-bot .c-button-round:hover, #addchat-bot-admin .c-button-round:hover,
 #addchat-bot .c-button-round:active, #addchat-bot-admin .c-button-round:active
  {
    color: #D47D05;
 }
 #addchat-bot .c-close, #addchat-bot-admin .c-close,
 #addchat-bot .c-close:hover, #addchat-bot-admin .c-close:hover {
    color: #000000;
 }

 #addchat-bot .c-messages .c-message .c-read.c-seen, #addchat-bot-admin .c-messages .c-message .c-read.c-seen {
    color: #D47D05;
 }
 #addchat-bot .c-messages .c-message .c-bubble, #addchat-bot-admin .c-messages .c-message .c-bubble {
    background: #D47D05;
 }
 #addchat-bot .c-menu-item.c-active, #addchat-bot .c-menu-item:hover, #addchat-bot-admin .c-menu-item.c-active, #addchat-bot-admin .c-menu-item:hover {
    color: #FFBF00;
    border-color: #FFBF00;
 }
 #addchat-bot .c-top-menu span.c-active, #addchat-bot .c-top-menu span:hover, #addchat-bot-admin .c-top-menu span.c-active, #addchat-bot-admin .c-top-menu span:hover {
   background-color: #FFBF00;
   color: #000000;
 }
 #addchat-bot .c-contacts .c-buddy .c-title, #addchat-bot .c-groups .c-buddy .c-title, #addchat-bot .c-guest .c-buddy .c-title, #addchat-bot .c-settings .c-buddy .c-title, #addchat-bot-admin .c-contacts .c-buddy .c-title, #addchat-bot-admin .c-groups .c-buddy .c-title, #addchat-bot-admin .c-guest .c-buddy .c-title, #addchat-bot-admin .c-settings .c-buddy .c-title {
    color: #D47D05;
 }
 #addchat-bot .c-profile .c-edit label, #addchat-bot-admin .c-profile .c-edit label {
   background-color: #FFBF00;
   color: #000000;
 }
 #addchat-bot .c-profile .c-edit label:hover, #addchat-bot-admin .c-profile .c-edit label:hover {
    background: #D47D05;
    color: #000000;
 }

 #addchat-bot .c-button, #addchat-bot-admin .c-button {
    border-radius: 4px;
 }
 #addchat-bot .c-button.c-btn-primary, #addchat-bot-admin .c-button.c-btn-primary,
 #addchat-bot .c-button.c-btn-primary:hover, #addchat-bot-admin .c-button.c-btn-primary:hover,
 #addchat-bot .c-button.c-btn-primary:active, #addchat-bot-admin .c-button.c-btn-primary:active {
   background-color: #FFBF00;
   border-color: #D47D05;
   color: #000000;
 }

 #addchat-bot .c-button.c-btn-neutral, #addchat-bot-admin .c-button.c-btn-neutral,
 #addchat-bot .c-button.c-btn-neutral:hover, #addchat-bot-admin .c-button.c-btn-neutral:hover,
 #addchat-bot .c-button.c-btn-neutral:active, #addchat-bot-admin .c-button.c-btn-neutral:active  {
   border: 1px solid #FFBF00;
   color: #D47D05;
   background: #FFFFFF;
 }

 #addchat-bot-admin .ca-sidebar {
   background-color: #B9B9B9;
 }

 #addchat-bot-admin .ca-header-text {
    color: #000000;
 }
 #addchat-bot-admin .ca-table-header {
    color: #000000;
 }
 #addchat-bot-admin .ca-card-header {
    color: #000000;
 }
 #addchat-bot .c-buddy, #addchat-bot-admin .c-buddy {
   background: #FFBF00;
   color: #000000;
 }
 #addchat-bot-admin .ca-form-content p.c-title {
    border: 0 none;
 }
 #addchat-bot .c-input-group .c-input, #addchat-bot-admin .c-input-group .c-input, #addchat-bot-admin .c-input-group-prepend {
    border-radius: 4px;
 }
 #addchat-bot .c-input-group-prepend .c-prepend-text, #addchat-bot-admin .c-input-group-prepend .c-prepend-text {
   color: #D47D05;
   background-color: #eee5cc;
 }
 #addchat-bot-admin .ca-sidebar-list-item.ca-active, #addchat-bot-admin .ca-sidebar-list-item:hover {
    color: #000;
 }
 .ca-header-brand-wrap {
    background: #FFFFFF;
 }
 #addchat-bot-admin .ca-header-brand {
   color: #000000;
 }

 #addchat-bot .c-button.c-btn-primary:not(:disabled):not(.disabled).active, #addchat-bot .c-button.c-btn-primary:not(:disabled):not(.disabled):active, #addchat-bot-admin .c-button.c-btn-primary:not(:disabled):not(.disabled).active, #addchat-bot-admin .c-button.c-btn-primary:not(:disabled):not(.disabled):active {
   background: #FFBF00;
   color: #000000;
 }
 #addchat-bot .c-button.c-btn-neutral:not(:disabled):not(.disabled).active, #addchat-bot .c-button.c-btn-neutral:not(:disabled):not(.disabled):active, #addchat-bot-admin .c-button.c-btn-neutral:not(:disabled):not(.disabled).active, #addchat-bot-admin .c-button.c-btn-neutral:not(:disabled):not(.disabled):active {
   color: #D47D05;
   background: #eee5cc;
 }