.bubble {
  position: relative;
  border-radius: .4em;
  padding: 6px;
  color: #000000;
  width: 65%;
  min-height: 70px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
}
.bubble.outbound {
  background: #87a185;
  text-align: left;
  margin-right: 30px;
}
.bubble:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
}
.bubble.outbound:after {
  right: 0;
  top: 80%;
  border-left-color: #87a185;
  border-right: 0;
  border-bottom: 0;
  margin-top: -12.5px;
  margin-right: -25px;
}
.bubble.tosend {
  background: #949494;
  text-align: right;
  margin-right: 30px;
}
.bubble.tosend:after {
  right: 0;
  top: 80%;
  border-left-color: #949494;
  border-right: 0;
  border-bottom: 0;
  margin-top: -12.5px;
  margin-right: -25px;
}
.bubble.inbound {
  background: #6bb4d8;
  text-align: left;
  color: #000000;
  margin-left: 30px;
}
.bubble.inbound:after {
  left: 0;
  top: 25%;
  border-right-color: #6bb4d8;
  border-left: 0;
  border-top: 0;
  margin-top: -12.5px;
  margin-left: -25px;
}
.sms-btn {
  margin: 0px 5px 0px 5px;
}
.sms-btn:hover {
  -webkit-text-shadow: 0 2px 3px #dde1e3;
  text-shadow: 0 2px 3px #dde1e3;
}
.no-content-available {
  color: #afb4b9;
  text-align: center;
  margin: 20px;
  width: 100%;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #e3e3e3 !important;
}
.card .table th, .card .table td {
  padding: 0.75rem !important;
}
ul.page-breadcrumb{padding-left: 10px;}
ul.page-breadcrumb li{ list-style: none; display: inline-block; padding:2px;}
.bubble h6 {
  font-size: .9rem;
}
/* International phone number*/
#valid-msg {
  color: #00C900;
}
#error-msg {
  color: red;
}
.hide {
  display: none;
}

#contact-list-table .btn {
   padding: 0.375rem 0.5rem !important;
   line-height: 0.5 !important;
 }