/*DO NOT REMOVE FOR DEFAULT CSS*/
/*csslint 
  empty-rules: false,
  important: false,
  adjoining-classes: false,
  order-alphabetical: false,
  ids: false,
  box-model: false,
  zero-units: false,
  known-properties: false,
*/
/*
* WIDGET HEADER
*/

/* .bar .bar-brand{
    height: 52px;
    padding: 10px 12px;
}

.bar-brand__title{
    font-size: 20px;
    padding-top: 6px;
} */

.bar .bar-brand {
  background-image: linear-gradient(289deg, #a58b68, #a58b68) !important;
  border-color: #857258;
}

.bar .bar-brand .title {
  text-shadow: 1px 1px 0 #7c6306;
}

#iconverse .bar-chat-footer {
  background: #f5f5f5;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 1px -3px 20px rgba(0, 0, 0, 0.05), 1px 1px 1px #000;
}

.brand-icons > .icon {
  color: #a58b68;
}

#iconverse .chat-log .chat-bubble .user {
  background-color: #6f6960;
  color: #fff;
}

.typing-indicator span {
  background-color: #6f6960;
}

#iconverse .chat-prompt-btn {
  /* background: #a58a67;
  color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1); */
  background: none;
  box-shadow: none;
  border: 1px solid #6f6960;
  color:#6f6960;
  height: 34px;
  line-height: 0.5;
  border-radius: 6px;
  padding: 4px 0;
}

#iconverse .chat-prompt-btn:active,
#iconverse .chat-prompt-btn:hover,
#iconverse .chat-prompt-btn:focus {
  background: #6f6960 !important;
  color: #FFF !important;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

#iconverse .chat-prompt-btn:hover {
  background: #6f6960;
}

#iconverse .choices-panel .chat-prompt-btn {
  min-width: 75px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.attachment-icon > .icon {
  color: #a58a67;
}

.button.button-positive {
  border-color: transparent;
  background-color: #6f6960;
  color: #fff;
}
.button.button-positive:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-positive.active,
.button.button-positive.activated {
  border-color: #6f6960;
  background-color: #a58a67;
}

.button.button-clear.button-brand {
  color: #a58a67 !important;
}

.button.button-clear.button-brand:hover {
  color: #6f6960;
}

.button.button-positive.button-clear.active,
.button.button-positive.button-clear:focus,
.button.button-positive.button-clear.activated {
  border-color: none !important;
  background-color: none !important;
}

a {
  color: #6f6960;
}

/**
  * Datepicker Styling
  * (ionic-datepicker)
  */
.ionic_datepicker_popup .popup-body .selected_date_full {
  background-color: #a58b68 !important;
}

.ionic_datepicker_popup .popup-buttons button {
  background-color: #a58b68 !important;
}

.ionic_datepicker_popup .selected_date {
  background-color: #a58b68 !important;
}

.ionic_datepicker_popup .popup-body .button-clear {
  color: #a58b68 !important;
}

.ionic_datepicker_popup .today {
    border: 1px solid #a58b68 !important;
  }

.ionic_datepicker_popup .popup-body .month_select,
.ionic_datepicker_popup .popup-body .year_select {
    border-bottom: 1px solid #a58b68 !important;
}

.ionic_datepicker_popup .popup-body .month_select:after,
.ionic_datepicker_popup .popup-body .year_select:after {
    color: #a58b68 !important;
}

.feedback-panel .text-brand {
  color: #a58b68;
}

.feedback-panel .button-brand{
  background: #6f6960;
}

.feedback-panel .button .button-brand:hover {
  background: #a58b68;
}

.chat-cta-button {
  background-color:#979694 !important;
}

#iconverse .chat-cta-button:hover{
  border: 1px solid #555;
  background-color:#777 !important;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.app-badge {
  background: #e1b100;
}

.bubble-btn-panel {
  text-align: center;
  padding-bottom: 10px;
}

.bubble-btn-panel a {
  background: #a58b68;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 6px;
  color: #FFF !important;
  text-decoration: none !important;
  margin: 0 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
}

#iconverse-chat-btn{
  background-color: #0C8188;
}


#iconverse-chat-btn{
  background-color: #0C8188;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  right: -87px;
  height: 40px;
  width: 216px;
  top: 50%;
  bottom: auto;
  transform: rotate(-90deg);
  background-position: 24px 12px;
}

#iconverse-chat-btn::after{
  content: "Ask Jamie @ HDB";
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  width: 150px;
}


#iconverse-chat-holder{
  right: 56px;
}

#iconverse .chat-log .chat-bubble a {
  color: #CC0001;
}
