.official-chat {
  position: relative;
  background: #bdd1dc;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.official-chat li {
  list-style: none;
}

.official-chat a, .official-chat em, .official-chat span {
  text-decoration: none;
  font-style: normal;
}

.official-chat .official-chat-title {
  position: relative;
  padding: 35px 40px;
  background: #fafafa;
}

.official-chat .official-chat-title .official-chat-title-text {
  display: inline-block;
  font-size: 20px;
  color: #030201;
  font-weight: 500;
}

.official-chat .official-chat-box {
  padding: 32px 22px;
}

.official-chat .official-chat-box:after {
  content: "";
  display: block;
  clear: both;
}

.official-chat .official-chat-box li {
  position: relative;
  margin-bottom: 16px;
  clear: both;
}

.official-chat .official-chat-box li:last-child {
  margin-bottom: 0;
}

.official-chat .official-chat-box .official-chat-left:after {
  content: "";
  display: block;
  clear: both;
}

.official-chat .official-chat-box .official-chat-left .profile-img-requester {
  float: left;
  margin: 0 0 22px 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/official-chat-profile-img-requester.png) no-repeat 50% 50%/cover;
  border-radius: 100%;
}

.official-chat .official-chat-box .official-chat-left .profile-img-producer {
  float: left;
  margin: 0 0 22px 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/official-chat-profile-img--producer.png) no-repeat 50% 50%/cover;
  border-radius: 100%;
}

.official-chat .official-chat-box .official-chat-left .chat-box {
  overflow: hidden;
  padding: 0 0 0 25px;
  margin-right: auto;
  max-width: 347px;
  text-align: left;
}

.official-chat .official-chat-box .official-chat-left .chat-box .profile-name {
  padding: 0 0 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  text-align: left;
}

.official-chat .official-chat-box .official-chat-left .chat-box .bubble-box {
  position: relative;
  padding: 16px 20px;
  display: inline-block;
  background: #ffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.official-chat .official-chat-box .official-chat-left .chat-box .bubble-box .bubble-box-text {
  font-size: 15px;
  color: #141414;
  line-height: 1.6;
  text-align: left;
}

.official-chat .official-chat-box .official-chat-left .chat-box .bubble-box .bubble-box-text + .bubble-box-text {
  margin-top: 24px;
}

.official-chat .official-chat-box .official-chat-left .chat-box .bubble-box .bubble-triangle--left {
  position: absolute;
  left: -10px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: url(../img/bubble-triangle--left.svg) no-repeat 50% 50%/cover;
}

.official-chat .official-chat-box .official-chat-right {
  clear: both;
}

.official-chat .official-chat-box .official-chat-right:after {
  content: "";
  display: block;
  clear: both;
}

.official-chat .official-chat-box .official-chat-right .profile-img-xpress {
  float: right;
  margin: 0 0 22px 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/official-chat-profile-img--xpress.png) no-repeat 50% 50%/cover;
  border-radius: 100%;
}

.official-chat .official-chat-box .official-chat-right .chat-box {
  overflow: hidden;
  padding: 0 25px 0 0;
  margin-left: auto;
  max-width: 347px;
  text-align: right;
}

.official-chat .official-chat-box .official-chat-right .chat-box .profile-name {
  padding: 0 0 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  text-align: right;
}

.official-chat .official-chat-box .official-chat-right .chat-box .bubble-box {
  position: relative;
  padding: 16px 20px;
  display: inline-block;
  background: #ffe402;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.official-chat .official-chat-box .official-chat-right .chat-box .bubble-box .bubble-box-text {
  font-size: 15px;
  color: #141414;
  line-height: 1.6;
  text-align: left;
}

.official-chat .official-chat-box .official-chat-right .chat-box .bubble-box .bubble-triangle--right {
  position: absolute;
  right: -10px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: url(../img/bubble-triangle--right.svg) no-repeat 50% 50%/cover;
}

@media (min-width: 992px) {
  .official-chat-title {
    padding: 35px 210px 35px 40px;
  }
  .circle-list-box {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .circle-list-box .circle-list li {
    margin-left: 8px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }
  .circle-list-box .circle-list .circle-list-red {
    margin-left: 0;
    background: #ff5f57;
  }
  .circle-list-box .circle-list .circle-list-yellow {
    background: #febf2e;
  }
  .circle-list-box .circle-list .circle-list-green {
    background: #2acb42;
  }
}

/*# sourceMappingURL=widget-official-chat.css.map */
