.tender_app .comment__sidebar{background:var(--surface-50);flex-direction:column;width:100%;max-width:460px;height:100%;display:flex}.tender_app .comment-item{border:1px solid var(--surface-border);background:var(--surface-0);border-radius:8px;min-height:90px;padding:8px;position:relative}.tender_app .comment-item--new{border:1px solid var(--pink-500);background-color:rgba(236,72,153,.1)}.tender_app .comment-item--highlighted{border:1px solid var(--purple-800)}.tender_app .comment-item__text--new{color:var(--pink-500)}.tender_app .comment-header{height:48px}.tender_app .comment-bopp__rounded{background:var(--purple-800);color:var(--surface-0);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:4px;right:0}.tender_app .comment-bopp__rounded--new{background:var(--pink-500);width:10px;height:10px;top:3px;right:-2px}.tender_app .comment-bopp__placeholder{color:var(--martinique)}.tender_app .comment-bopp__details{color:var(--text-color-secondary);width:66.6667%}.tender_app .comment-bopp__messages{max-height:75vh;overflow-y:auto}.tender_app .comment__date{color:var(--text-color-secondary)}.tender_app .comment-bopp__avatar{width:40px;height:40px;color:var(--surface-300)}.tender_app .delete-confirmation{background-color:rgba(255,255,255,.9);border-radius:8px;justify-content:flex-end;align-items:center;width:100%;height:100%;padding:8px;display:flex;position:absolute;top:0;left:0}