/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/chat-pop/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
@media screen and (max-width: 768px) {
  .wp-block-dialog-chat-pop {
    max-width: calc(100% - 40px);
  }
}

.chart-pop-container {
  position: relative;
  margin-bottom: 20px;
}
.chart-pop-container.orange .chat-pop-description {
  border-color: #FD671A;
  color: #FD671A;
}
.chart-pop-container.orange .triangle::after {
  border-right: 1px solid #FD671A;
}
.chart-pop-container.orange .triangle::before {
  border-left: 1px solid #FD671A;
}
.chart-pop-container.blue .chat-pop-description {
  border-color: #19166D;
  color: #19166D;
}
.chart-pop-container.blue .triangle::after {
  border-right: 1px solid #19166D;
}
.chart-pop-container.blue .triangle::before {
  border-left: 1px solid #19166D;
}
.chart-pop-container.sky .chat-pop-description {
  border-color: #4A42E5;
  color: #4A42E5;
}
.chart-pop-container.sky .triangle::after {
  border-right: 1px solid #4A42E5;
}
.chart-pop-container.sky .triangle::before {
  border-left: 1px solid #4A42E5;
}
.chart-pop-container .chat-pop-description {
  font-family: "SansCN-Medium";
  font-weight: normal;
  font-size: 1.3020833333vw;
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 0.2604166667vw;
  border: 1px solid #FD671A;
}
@media screen and (max-width: 768px) {
  .chart-pop-container .chat-pop-description {
    font-size: 13px;
    padding: 9px 21px;
    border-radius: 20px;
  }
}
.chart-pop-container .chat-pop-description .percent-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-pop-container .chat-pop-description .percent-conatiner .percent {
  font-family: "Nexa Bold";
  font-size: 52px;
  font-weight: normal;
}
.chart-pop-container .chat-pop-description .percent-conatiner .zhan {
  text-align: right;
  font-family: "SansCN-Medium";
  font-weight: normal;
  font-size: 15px;
}
.chart-pop-container .triangle {
  position: absolute;
  bottom: -30px;
  right: 10%;
  width: 30px;
  height: 30px;
}
.chart-pop-container .triangle .line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  background-color: #FFF;
  width: 17px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .chart-pop-container .triangle .line {
    height: 2px;
  }
}
.chart-pop-container .triangle::after {
  content: "";
  position: absolute;
  border-right: 1px solid #FD671A;
  height: 11px;
  right: 0;
  top: 0;
  transform: rotate(-22deg);
  transform-origin: -5px 30px;
  z-index: 2;
}
.chart-pop-container .triangle::before {
  content: "";
  position: absolute;
  border-left: 1px solid #FD671A;
  top: 0;
  left: 0;
  height: 24px;
  transform: rotate(-64deg);
  transform-origin: 0 0;
  z-index: 2;
}

/*# sourceMappingURL=style-index.css.map*/
