.bb-poll-form .bb-rl-modal-mask {
	inset: 0;
	width: auto;
	height: auto;
}

.bb-poll-form .bb-rl-modal-wrapper {
	max-width: 700px;
}

.bb-poll-form .bb-rl-modal-header .bb-rl-modal-close-button span {
	color: var(--bb-rl-icon-color);
	font-size: 24px;
}

.bb-poll-form .bb-action-popup-content {
	padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
	max-height: calc(100vh - 220px);
	overflow: auto;
}

.bb-poll-form .bb-action-popup-content > label {
	display: block;
	color: var(--bb-rl-text-secondary-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form #message-feedabck {
	position: static;
	margin: -10px -10px 10px -10px;
	width: auto;
	display: none;
}

.bb-poll-form #message-feedabck.active {
	display: flex;
}

.bb-poll-form .input-field + label {
	margin-top: var(--bb-rl-space-100);
}

.bb-poll-form .bb-poll-question_options > input {
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form .bb-poll_duration {
	font-size: 14px;
	background-color: var(--bb-rl-background-secondary-color);
	border: 1px solid var(--bb-rl-border-quaternary-color);
	border-radius: var(--bb-rl-radius-md);
	padding: 0 var(--bb-rl-space-200);
	height: 40px;
	width: 100%;
}

.bb-poll-form .edit-activity-poll .bb-poll_duration {
	opacity: 0.75;
	pointer-events: none;
}

.bb-poll-form .bb-rl-checkbox-wrap {
	position: relative;
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form .bb-rl-checkbox-wrap label {
	font-size: 14px;
	font-weight: 500;
}

.bb-poll-form .bb-poll-question_options {
	width: calc(100% + 20px);
	margin-left: -20px;
}

.bb-poll-form .sortable-placeholder,
.bb-poll-form .input-field input[type="text"] {
	color: var(--bb-rl-text-secondary-color);
	font-size: 14px;
	min-height: 40px;
	padding: 0 var(--bb-rl-space-100);
	border-radius: var(--bb-rl-radius-md);
	border: 1px solid var(--bb-rl-border-tertiary-color);
	width: 100%;
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form .sortable-placeholder {
	margin: 0 40px 10px 20px;
}

.bb-poll-form .input-field.bb-rl-mb-20 {
	margin-bottom: var(--bb-rl-space-200);
}

.bb-poll-form .input-field.bb-rl-select-wrap {
	position: relative;
}

.bb-poll-form .input-field.bb-rl-select-wrap:after {
	content: "\e136";
	color: var(--bb-rl-icon-secondary-color);
	font-size: 14px;
	font-family: bb-icons-rl;
	position: absolute;
	top: 50%;
	right: var(--bb-rl-space-100);
	transform: translateY(-50%);
	pointer-events: none;
}

.bb-poll-form .input-field.bb-rl-select-wrap .bb-poll_duration {
	background-image: none;
}

.bb-poll-form .input-field.bb-rl-select-wrap select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: var(--bb-rl-space-300);
}

.bb-poll-form .input-field input[type="text"] {
	border-style: solid;
}

.bb-poll-form .bb-poll_option_draggable {
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form .bb-poll_option_draggable input {
	width: calc(100% - 20px);
}

.bb-poll-form .bb-poll_option_draggable input[disabled] {
	pointer-events: none;
}

.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #333;
	opacity: 0;
	visibility: hidden;
}

.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove span {
	font-size: 20px;
}

.bb-poll-form .bb-poll_option_draggable:hover:before,
.bb-poll-form .bb-poll_option_draggable:hover .bb-poll-edit-option_remove {
	opacity: 1;
	visibility: visible;
}

.bb-poll-form .bb-poll_option_draggable:before {
	cursor: move;
	content: "\eae2";
	font-family: bb-icons-rl;
	font-weight: 700;
	font-size: 16px;
	color: var(--bb-rl-icon-color);
	position: absolute;
	top: 8px;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.bb-poll-form .bb-activity-poll-submit {
	min-width: 65px;
	margin-left: 10px;
}

.bb-poll-form .bb-activity-poll-submit[disabled] {
	pointer-events: none;
	opacity: 0.5;
}

.bb-poll-form .bb-activity-poll-submit.loading:after {
	content: "";
	display: inline-block;
	height: 18px;
	width: 18px;
	border: 2px solid var(--bb-rl-border-quaternary-color);
	border-top-color: var(--bb-rl-border-tertiary-color);
	border-radius: var(--bb-rl-radius-full);
	animation: spin 3s infinite linear;
	margin-left: var(--bb-rl-space-100);
}

.bb-poll-form .bb-poll-option_add {
	color: var(--bb-rl-text-color);
	font-weight: 500;
	margin-bottom: var(--bb-rl-space-100);
}

.bb-poll-form .bb-poll-option_add[disabled] {
	pointer-events: none;
	opacity: 0.5;
}

.bb-poll-form .bb-poll-option_add [class*="bb-icon"] {
	font-size: 16px;
	margin-right: var(--bb-rl-space-50);
}

.bb-poll-form .bb-rl-model-footer {
	display: flex;
	border-top: 1px solid var(--bb-rl-border-secondary-color);
	padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-poll-form .bb-rl-model-footer .bb-rl-button {
	padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
}

.bb-poll-form .bb-activity-poll-cancel {
	min-width: 75px;
}

.bb-activity-poll_block {
	background-color: var(--bb-rl-background-secondary-color);
	padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
	border: 1px solid var(--bb-rl-border-secondary-color);
	border-radius: var(--bb-rl-radius-md);
	margin: 0 var(--bb-rl-space-300);
}

.bb-activity-poll_block .bb-activity-poll_header {
	position: relative;
	margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-inner .bb-activity-poll_block {
	background-color: var(--bb-rl-background-color);
	margin: 0 0 var(--bb-rl-space-100) 0;
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option {
	border-color: var(--bb-rl-border-secondary-color);
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option .bs-styled-checkbox + label:before {
	border-color: var(--bb-rl-border-quinery-color);
	height: 16px;
	width: 16px;
	margin-right: var(--bb-rl-space-100);
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option .bs-styled-checkbox:checked + label:after {
	font-size: 13px;
	left: 2px;
	top: 3px;
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option label > span {
	font-weight: 500;
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state {
	font-size: var(--bb-rl-font-size-sm);
}

.bb-rl-activity-inner .bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill {
	border-radius: var(--bb-rl-radius-md);
}

.bb-activity-poll_block .bb-activity-poll-options-wrap {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action {
	display: flex;
	cursor: pointer;
	border: 1px solid transparent;
	padding: var(--bb-rl-space-50);
	border-radius: var(--bb-rl-radius-md);
}

.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action i {
	color: var(--bb-rl-icon-tertiary-color);
	font-size: 24px;
	font-weight: 700;
}

.bb-activity-poll_block .bb-activity-poll-options-wrap.active .bb-activity-poll-options-action {
	background-color: var(--bb-rl-background-secondary-hover-color);
	border-color: var(--bb-rl-border-secondary-color);
}

.bb-activity-poll_block .bb-activity-poll-options-wrap.active .bb-activity-poll-options-action i {
	color: var(--bb-rl-icon-secondary-hover-color);
}

.bb-activity-poll_block .bb-activity-poll-options-wrap.active .bb-activity-poll-action-options {
	visibility: visible;
	opacity: 1;
}

.bb-activity-poll_block h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.bb-activity-poll_block .bb-activity-poll-action-options {
	position: absolute;
	right: 0;
	background-color: var(--bb-rl-background-color);
	padding: var(--bb-rl-space-100) 0;
	border-radius: var(--bb-rl-radius-md);
	min-width: 200px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	visibility: hidden;
	opacity: 0;
}

.bb-activity-poll_block .bb-activity-poll-action-options .bb-activity-poll-action-option {
	display: block;
	padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
}

.bb-activity-poll_block .bb-activity-poll-action-options .bb-activity-poll-action-option span {
	color: var(--bb-rl-text-secondary-color);
	font-size: 0.85rem;
	display: flex;
	align-items: center;
}

.bb-activity-poll_block .bb-activity-poll-action-options .bb-activity-poll-action-option span i {
	color: var(--bb-rl-icon-secondary-color);
	font-size: 20px;
	margin-right: var(--bb-rl-space-100);
}

.bb-activity-poll_block .bb-activity-poll-action-options .bb-activity-poll-action-option:hover {
	background-color: var(--bb-rl-background-secondary-color);
}

.bb-activity-poll_block .bb-activity-poll-action-options .bb-activity-poll-action-option:hover span {
	color: var(--bb-rl-text-color);
}

.bb-activity-poll_block .bb-activity-poll-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: var(--bb-rl-space-100);
	border: 1px solid var(--bb-rl-border-quaternary-color);
	border-radius: var(--bb-rl-radius-md);
	margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-activity-form .bb-activity-poll_block .bb-activity-poll-option {
	pointer-events: none;
}

.bb-rl-activity-form .bb-activity-poll_block .bb-activity-poll-option .bb-option-input-wrap {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-option.bb-activity-poll-option-hide {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-option.is-visible {
	display: flex;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-option-field-wrap {
	display: flex;
	flex: 1 0 auto;
	max-width: calc(100% - 85px);
	margin-left: var(--bb-rl-space-50);
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill {
	position: absolute;
	inset: 0;
	right: inherit;
	background-color: rgba(80, 135, 229, 0.1);
}

.bb-activity-poll_block .bb-activity-poll-option label {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	color: var(--bb-rl-text-color);
	font-size: 14px;
	margin-bottom: 0;
	max-width: 100%;
}

.bb-activity-poll_block .bb-activity-poll-option label > span {
	display: inline-block;
	max-width: calc(100% - 35px);
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-icon-plus:before {
	content: "\e3d4";
	font-family: bb-icons-rl;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-activity-poll-option-note {
	font-size: 11px;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state {
	font-size: 14px;
	font-weight: 500;
	color: var(--bb-rl-text-color);
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-no-vote {
	visibility: hidden;
	padding: 2px;
	font-size: 14px;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state {
	opacity: 1;
	padding: 2px;
	border-radius: var(--bb-rl-radius-md);
	border: 1px solid transparent;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:focus, .bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:hover {
	opacity: 1;
	background-color: var(--bb-rl-background-secondary-hover-color);
	border-color: var(--bb-rl-border-secondary-color);
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state [class*="bb-icon"]:before {
	content: "\e13a";
	color: var(--bb-rl-icon-secondary-color);
	font-family: bb-icons-rl;
	font-size: 12px;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-right {
	position: relative;
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) label {
	transform: translateY(6px);
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bs-styled-checkbox + label:before {
	transform: translateY(-5px);
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bs-styled-checkbox:checked + label:after {
	top: -2px;
}

.bb-template-v1 .bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bs-styled-radio:checked + label:after {
	transform: translateY(-5px);
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bb-activity-poll-option-note {
	position: absolute;
	top: 5px;
	left: 44px;
}

.bb-rl-activity-form .bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bb-activity-poll-option-note {
	top: -3px;
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bp-radio-wrap .bb-activity-poll-option-note {
	left: 37px;
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-activity-poll-option-note) .bs-styled-radio + label:before {
	transform: translateY(-5px);
}

.bb-activity-poll_block .bb-activity-poll-option:has(.bb-poll-option_remove) {
	margin-right: 22px;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove {
	font-size: 20px;
	color: #333;
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
	cursor: pointer;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove:hover {
	opacity: 1;
}

.bb-activity-poll_block .bb-poll-error {
	display: none;
	font-size: 13px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 5px;
}

.bb-activity-poll_block .bb-poll-error.is-visible {
	display: block;
}

.bb-activity-poll_block .bb-activity-poll-footer {
	color: var(--bb-rl-text-tertiary-color);
	font-size: 0.85rem;
	display: flex;
}

.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration {
	display: flex;
	align-items: center;
}

.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration:before {
	content: "";
	height: 4px;
	width: 4px;
	background-color: var(--bb-rl-background-tertiary-color);
	display: inline-block;
	vertical-align: middle;
	margin: 0 var(--bb-rl-space-100);
	border-radius: var(--bb-rl-radius-full);
}

.bb-activity-poll_block .bb-activity-poll-new-option {
	display: flex;
	align-items: center;
}

.bb-activity-poll_block .bb-activity-poll-new-option.bb-activity-poll-option-hide {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-new-option.is-visible {
	display: flex;
}

.bb-activity-poll_block .bb-activity-poll-new-option > span {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-poll-new-option-input {
	color: var(--bb-rl-text-color);
	font-size: 14px;
	background-color: transparent;
	flex: 1;
	border: 0 !important;
	outline: none !important;
	padding: 0;
	box-shadow: none !important;
}

.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-option-submit {
	display: none;
	pointer-events: none;
}

.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-option-submit > span {
	display: flex;
	color: var(--bb-rl-icon-disabled-color);
	font-size: 24px;
	line-height: 1;
}

.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-option-submit > span:before {
	content: "\e3d6";
	font-family: bb-icons-rl;
	font-weight: 500;
	margin: 0;
}

.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-option-submit.active {
	opacity: 1;
}

.bb-activity-poll_block .bb-activity-poll-new-option.is-valid .bb-activity-option-submit {
	opacity: 1;
	pointer-events: all;
}

.bb-activity-poll_block .bb-activity-poll-new-option.is-valid .bb-activity-option-submit > span {
	color: var(--bb-rl-icon-secondary-color);
}

.bb-activity-poll_block .bb-activity-poll-new-option:focus-within > span, .bb-activity-poll_block .bb-activity-poll-new-option.is-valid > span {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-new-option:focus-within .bb-activity-option-submit, .bb-activity-poll_block .bb-activity-poll-new-option.is-valid .bb-activity-option-submit {
	display: block;
}

.bb-activity-poll_block .bb-activity-poll-new-option.is-invalid {
	border-color: var(--bb-rl-border-warning-primary-color);
}

.bb-activity-poll_block .bb-activity-poll-see-more-link {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--bb-rl-text-color);
	background-color: var(--bb-rl-background-secondary-hover-color);
	text-align: center;
	border-radius: var(--bb-rl-radius-md);
	padding: var(--bb-rl-space-100);
	margin-bottom: var(--bb-rl-space-100);
}

.bb-activity-poll_block .bb-activity-poll-see-more-link .bb-poll-see-less-text {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-see-more-link.see-less .bb-poll-see-more-text {
	display: none;
}

.bb-activity-poll_block .bb-activity-poll-see-more-link.see-less .bb-poll-see-less-text {
	display: block;
}

.bb-activity-poll-option .bb-rl-styled-radio + label:before,
.bb-activity-poll-option .bb-rl-styled-radio + .bb-radio-label:before,
.bb-activity-poll-option .bs-styled-radio + label:before,
.bb-activity-poll-option .bs-styled-radio + .bb-radio-label:before {
	vertical-align: middle;
}

.bb-activity-poll-option .bb-rl-styled-radio + label:before,
.bb-activity-poll-option .bb-rl-styled-radio + .bb-radio-label:before,
.bb-activity-poll-option .bs-styled-radio + label:before,
.bb-activity-poll-option .bs-styled-radio + .bb-radio-label:before {
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.bb-activity-poll-option .bb-rl-styled-radio.is-checked + label:before,
.bb-activity-poll-option .bb-rl-styled-radio[checked="checked"] + label:before,
.bb-activity-poll-option .bs-styled-radio.is-checked + label:before,
.bb-activity-poll-option .bs-styled-radio[checked="checked"] + label:before {
	border-width: 6px;
	border-color: var(--bb-rl-primary-color);
}

.bb-activity-poll-option .bb-rl-styled-radio:checked + label:after,
.bb-activity-poll-option .bs-styled-radio:checked + label:after {
	display: none;
}

#bb-activity-poll-state_modal .bb-model-header h4 {
	max-width: calc(100% - 50px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#bb-activity-poll-state_modal .modal-container {
	position: relative;
	z-index: 1;
}

#bb-activity-poll-state_modal .bb-model-close-button .bb-icon-times:before {
	content: "\e4f6";
	font-family: bb-icons-rl;
	color: var(--bb-rl-icon-color);
	font-size: var(--bb-rl-base-line);
	margin: 0;
}

#bb-activity-poll-state_modal .bb-activity-poll-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}

#bb-activity-poll-state_modal .bb-activity-poll-loader > i:before {
	content: "";
	display: inline-block;
	height: 22px;
	width: 22px;
	border: 2px solid var(--bb-rl-border-quaternary-color);
	border-top-color: var(--bb-rl-border-tertiary-color);
	border-radius: var(--bb-rl-radius-full);
	animation: spin 3s infinite linear;
}

#bb-activity-poll-state_modal .bb-option-state {
	color: var(--bb-rl-text-secondary-color);
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: var(--bb-rl-space-100);
}

#bb-activity-poll-state_modal .activity-state_users {
	margin: 0;
	padding: 0;
}

#bb-activity-poll-state_modal .bb-poll-state-loader {
	display: flex;
	justify-content: center;
	padding: var(--bb-rl-space-100) 0;
	margin: 0;
}

#bb-activity-poll-state_modal .bb-action-popup-content {
	padding: var(--bb-rl-space-300);
}

#bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}

#bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty:after {
	content: "";
	display: inline-block;
	height: 22px;
	width: 22px;
	border: 2px solid var(--bb-rl-border-quaternary-color);
	border-top-color: var(--bb-rl-border-tertiary-color);
	border-radius: var(--bb-rl-radius-full);
	animation: spin 3s infinite linear;
}

#bb-activity-poll-state_modal .activity-state_user {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: var(--bb-rl-space-100) 0;
	margin: 0;
}

#bb-activity-poll-state_modal .activity-state_user .activity-state_user__avatar {
	width: 38px;
	height: 38px;
	object-fit: cover;
	position: relative;
	margin-right: var(--bb-rl-space-200);
}

#bb-activity-poll-state_modal .activity-state_user .activity-state_user__avatar img.avatar {
	width: 100%;
	max-width: 100%;
	border-radius: var(--bb-rl-radius-full);
}

#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 155px);
}

#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name a {
	color: var(--bb-rl-text-color);
	font-size: var(--bb-rl-font-size-base);
	font-weight: 600;
}

#bb-activity-poll-state_modal .activity-state_user .activity-state_user__role {
	color: var(--bb-rl-text-white-color);
	font-size: 11px;
	font-weight: 600;
	background-color: var(--bb-rl-background-brand-primary-hover-color);
	border-radius: var(--bb-rl-radius-sm);
	padding: var(--bb-rl-space-50) var(--bb-rl-space-100);
	margin-left: auto;
	text-transform: capitalize;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#bb-activity-poll-state_modal .modal-mask {
	backdrop-filter: blur(2px);
}

#bb-activity-poll-state_modal .bb-activity-poll-state_overlay {
	position: fixed;
	inset: 0;
}

.bs-styled-checkbox {
	position: absolute;
	opacity: 0;
}

.bs-styled-checkbox + label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 1;
}

.bs-styled-checkbox + label:before {
	content: "";
	margin-right: var(--bb-rl-space-50);
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: var(--bb-rl-background-color);
	border-radius: var(--bb-rl-radius-sm);
	border: 1px solid var(--bb-rl-border-tertiary-color);
}

.bs-styled-checkbox:focus + label:before {
	border-color: var(--bb-rl-primary-color);
}

.bs-styled-checkbox:checked + label:before {
	background: var(--bb-rl-primary-color);
	border-color: var(--bb-rl-primary-color);
}

.bs-styled-checkbox:disabled + label {
	color: var(--bb-rl-border-disabled-color);
	cursor: auto;
}

.bs-styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: var(--bb-rl-border-disabled-color);
}

.bs-styled-checkbox:checked + label:after {
	content: "\e182";
	position: absolute;
	left: 3px;
	top: 3px;
	font-family: bb-icons-rl;
	font-weight: 400;
	color: var(--bb-rl-text-white-color);
	font-size: 14px;
	display: block;
}

.bb-rl-styled-radio,
.bs-styled-radio {
	position: absolute;
	opacity: 0;
}

.bb-rl-styled-radio + label,
.bb-rl-styled-radio + .bb-radio-label,
.bs-styled-radio + label,
.bs-styled-radio + .bb-radio-label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0;
}

.bb-rl-styled-radio + label:before,
.bb-rl-styled-radio + .bb-radio-label:before,
.bs-styled-radio + label:before,
.bs-styled-radio + .bb-radio-label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 22px;
	line-height: 1;
	background-color: var(--bb-rl-background-color);
	border: 2px solid var(--bb-rl-border-tertiary-color);
	border-radius: 100%;
	margin-right: var(--bb-rl-space-100);
}

.bb-rl-styled-radio:disabled + label,
.bb-rl-styled-radio:disabled + .bb-radio-label,
.bs-styled-radio:disabled + label,
.bs-styled-radio:disabled + .bb-radio-label {
	color: var(--bb-rl-border-disabled-color);
	cursor: auto;
}

.bb-rl-styled-radio:disabled + label:before,
.bb-rl-styled-radio:disabled + .bb-radio-label:before,
.bs-styled-radio:disabled + label:before,
.bs-styled-radio:disabled + .bb-radio-label:before {
	box-shadow: none;
	background: var(--bb-rl-border-disabled-color);
}

.bb-rl-styled-radio:checked + label:after,
.bb-rl-styled-radio:checked + .bb-radio-label:after,
.bs-styled-radio:checked + label:after,
.bs-styled-radio:checked + .bb-radio-label:after {
	content: "";
	background-color: var(--bb-rl-primary-color);
	margin: auto;
	width: 14px;
	position: absolute;
	height: 14px;
	text-align: center;
	left: 4px;
	top: 4px;
	border-radius: var(--bb-rl-radius-full);
}
