/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.flcd .Reply-Pop-up {
  background: #b4d9f1;
  box-shadow: 0 0 4px #5d5d5d;
}

.flcd .Reply-Pop-up .text-area-user {
  border: solid 1px #fffbfb;
  box-shadow: 0 1px 3px #8c8c8c;
}

.flcd .Reply-Pop-up .opt-icon {
  padding-left: 0;
  color: #4c5075;
}

.flcd {
  width: 430px;
}

#chatBox {
  position: fixed;
  bottom: 0;
  right: 11%;
}

.flcd #chatMsg {
  height: 347px;
  overflow: auto;
}

.front-chat-div h1 {
  color: #329ddb;
  letter-spacing: 6px;
  font-family: Alegreya;
  padding-top: 10px;
  font-size: 30px;
  opacity: 0.4;
}

.chat-section {
  background: #ecf8ff url(../../images/background/bg-message.png);
  background-size: 7%;
  overflow: hidden;
}

.chat-section-left-div {
  min-height: 550px;
  max-height: 300px;
}

.chat-section-left-div .table tr {
  background: rgba(3, 169, 244, 0.0392156863);
}

.chat-section-left-div .table {
  border: 1px solid #eee;
}

.chat-section-body .flcd {
  bottom: 48px;
}

.front-chat {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  left: 15px;
  right: 15px;
}

.shadow-pulse {
  -webkit-animation: shadow-pulse 1s infinite;
  -moz-animation: shadow-pulse 1s infinite;
  -ms-animation: shadow-pulse 1s infinite;
  -o-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
}

.csr-project-dashboard-view .Reply-Pop-up {
  max-height: 520px;
  overflow: auto;
}

.csr-project-dashboard-view .Reply-Pop-up .text-area-user {
  color: #ffffff;
}

/*# sourceMappingURL=chatbox.css.map */
