@charset "utf-8";

.yotpo-progress-bar { display: flex; width: 141px; height: 6px; background: rgb(234, 234, 234); border-radius: 17px; margin-right: 22px; margin-top: 4px; }

.yotpo-progress-bar--rtl { margin-right: 0px; direction: ltr; }

.yotpo-progress-bar .yotpo-progress-bar-score { background: var(--primary-color); height: 6px; border-radius: 17px; }

.yotpo-display-m .yotpo-bold-layout .yotpo-progress-bar { width: 110px; }

.yotpo-progress-bar-value { display: flex; flex-direction: column; height: fit-content; position: relative; direction: ltr; }

.yotpo-progress-bar-value .yotpo-progress-bar-value-point { position: relative; bottom: 8px; background: var(--product-custom-questions-color); border-radius: 50%; width: 10px; height: 10px; }

.yotpo-progress-bar-value .yotpo-progress-bar-value-label { display: flex; justify-content: space-between; position: relative; margin-top: 3px; font-size: 12px; font-weight: 600; line-height: 22px; color: var(--text-color); }