@charset "utf-8";

.satisfactionMessageScale__ratingOptionContainer___cV5eR { cursor: pointer; width: 50px; height: 50px; background-size: contain; background-repeat: no-repeat; display: inline-block; }

.satisfactionMessageScale__optionContainer___pbmLv { display: flex; width: 100%; justify-content: space-around; }

.satisfactionMessageScale__labels___RDK7j { width: 100%; display: flex; justify-content: space-between; margin: 15px 0px; }

.satisfactionMessageScale__container___fCjWW { width: 115px; height: 2.4em; overflow: hidden; }

.satisfactionMessageScale__label___xVz4- { color: var(--agent-bubble-secondary-font-color); display: -webkit-box; -webkit-box-orient: vertical; position: relative; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; height: 2.4em; }

.satisfactionMessageScale__label___xVz4-::after { content: "..."; text-align: right; bottom: 0px; right: 0px; width: 10%; display: block; position: absolute; height: 1.2em; background: var(--agent-bubble-background-color); color: var(--agent-bubble-secondary-font-color); }

@supports (-webkit-line-clamp: 1) {
  .satisfactionMessageScale__label___xVz4-::after { display: none; }
}

html[dir="rtl"] .satisfactionMessageScale__optionContainer___pbmLv { direction: rtl; }