.occupants-pade-polls {
	background: #fafafa;
	padding-left: 10px !important;
}

.poll-dialog {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.poll-dialog h1,
.poll-dialog li,
.poll-dialog span,
.poll-dialog strong {
	color: black
}

.poll-dialog ol {
	margin: 0
}

.poll-question-field {
	padding: 8px 16px;
	padding-bottom: 24px;
	border-bottom: 1px solid #525252
}

.poll-header {
	margin-bottom: 8px
}

.poll-creator {
	color: black;
	font-weight: 600;
	margin: 4px 0 16px 0
}

.poll-answer-container {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 8px
}

@media (max-width:580px) {
	.poll-answer-container>span {
		padding: 8px 0
	}
	.poll-answer-container svg {
		margin-top: 6px
	}
}


.poll-answer-option {
	font-weight: 400;
	margin: 4px
}

@media (max-width:580px) {
	.poll-answer-option {
		font-size: 16px;
		margin: 11px 8px
	}
}


.poll-answer-field-list,
.poll-answer-list,
.poll-result-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.poll-answer-field-list {
	padding: 0 16px
}

ol.poll-result-list {
	margin-bottom: 1.5em
}

.poll-result-list>li {
	margin-bottom: 16px
}

.poll-answer-field {
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 16
}

.poll-answer-field:last-child {
	margin-bottom: 0
}

.poll-create-option-row {
	display: flex;
	margin-bottom: 4
}

.poll-create-container .jsYMHu {
	background: #f9f9f9;
	border-color: #808090;
	color: black
}

.poll-add-button {
	display: flex;
	justify-content: center;
	padding: 8px 16px
}

.poll-remove-option-button {
	background: 0 0;
	border: none;
	color: #e04757;
	padding-left: 0
}

.poll-create-add-option {
	border: none;
	background-color: #f9f9f9;
	padding: 3px;
	width: 100%
}

.poll-drag-handle .jitsi-icon svg,
.poll-icon-button .jitsi-icon svg {
	fill: #929292
}

.poll-drag-handle {
	background-color: transparent;
	border: none;
	cursor: grab;
	padding-left: 8;
	padding-top: 8px;
	display: flex
}

.poll-dragged {
	opacity: .5
}

.poll-dragged * {
	cursor: grabbing!important
}

.poll-question {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px
}

.poll-answer-voters {
	font-weight: lighter;
	list-style-type: none;
	border: #fff solid 1px;
	border-radius: 3px;
	padding: 2px 6px;
	margin: 4px 0 12px;
	background-color: #fff
}

.poll-answer-header {
	display: flex;
	justify-content: space-between
}

.poll-answer-vote-name {
	flex-shrink: 1;
	overflow-wrap: anywhere
}

.poll-answer-vote-count-container {
	display: flex
}

.poll-answer-vote-count {
	margin-left: 10px;
	white-space: nowrap;
	flex: 1;
	text-align: right
}

.poll-answer-short-results {
	display: flex;
	min-width: 10em;
	justify-content: space-between;
	align-items: center
}

.poll-bar,
.poll-bar-container {
	border-radius: 3px;
	height: 6px
}

.poll-bar-container {
	background-color: #616161;
	max-width: 160px;
	margin-top: 3px;
	flex: 1
}

.poll-bar {
	background-color: #246fe5
}

.poll-message-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	margin-top: 5px
}

.poll-notice {
	font-weight: 100;
	margin-right: 10px
}

.poll-show-details {
	background-color: transparent;
	border: none
}

.poll-show-details:hover {
	text-decoration: underline
}

.poll-result-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.poll-result-links a.poll-change-vote-link,
.poll-result-links a.poll-detail-link {
	color: #669aec;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none
}

.poll-result-links a.poll-change-vote-link:hover,
.poll-result-links a.poll-detail-link:hover {
	color: #669aec
}

.poll-result-links a.poll-change-vote-link:visited,
.poll-result-links a.poll-detail-link:visited {
	color: #669aec
}

.polls-pane-content {
	height: 100%;
	position: relative
}

.pane-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 100%
}

.empty-pane-icon {
	width: 50%;
	padding: 24px
}

.empty-pane-icon svg {
	fill: #3d3d3d;
	width: 100%;
	height: auto
}

.empty-pane-message {
	color: black;
	padding: 0 16px;
	text-align: center
}

.poll-answer,
.poll-results {
	background: #e9e9e9;
	border-radius: 8px;
	border: 1px solid #666;
	margin: 16px;
	padding: 16px;
	word-break: break-word
}

.poll-results {
	color: black;
}

.poll-answer h1,
.poll-answer span,
.poll-answer strong {
	/* color: black; */
}

.poll-create-label {
	color: black;
	display: flex;
	font-weight: 400;
	margin-bottom: 4
}

.expandable-input {
	line-height: 18px;
	resize: none;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #666;
	background-color: #f4f4f4;
	color: black;
	border-radius: 6px;
	padding: 10px 16px
}

#polls-panel {
	height: 500px;
}

.poll-container {
	font-size: 14px;
	font-weight: 600;
	height: calc(100% - 88px);
	line-height: 20px;
	overflow-y: auto;
	position: relative
}

.poll-container>*+:not(.ignore-child) {
	margin-top: 16px
}

@media (max-width:580px) {
	.poll-container {
		height: calc(100% - 102px)
	}
}

.poll-create-header {
	color: black;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 16px;
	font-weight: 600
}

.poll-create-container {
	padding: 8px 0
}

.poll-create-footer {
	background-color: #f4f4f4;
	bottom: 0;
	position: absolute;
	width: calc(100% - 32px)
}

.poll-footer {
	display: flex;
	justify-content: space-between;
	padding: 0 16px 16px 16px
}

.poll-answer-footer {
	padding: 8px 0 0 0
}

.poll-button {
	color: white !important;
	align-items: center;
	border: 0;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	min-height: 40px;
	width: 100%
}

.poll-button:disabled {
	cursor: initial
}

@media (max-width:580px) {
	.poll-button {
		min-height: 48px
	}
}

.poll-button-primary {
	background-color: #0056e0
}

.poll-button-primary:hover {
	background-color: #246fe5
}

.poll-button-primary:active {
	background-color: #0045b3
}

.poll-button-primary:focus {
	background-color: #0045b3;
	border: 3px solid #99bbf3
}

.poll-button-primary:disabled {
	background-color: #00225a;
	color: #858585
}

.poll-button-secondary {
	background-color: #3d3d3d
}

.poll-button-secondary:hover {
	background-color: #525252
}

.poll-button-secondary:active {
	background-color: #f9f9f9
}

.poll-button-secondary:focus {
	background-color: #f9f9f9;
	border: 3px solid #858585
}

.poll-button-secondary:disabled {
	background-color: #f4f4f4;
	color: #858585
}

.poll-button-short {
	max-width: 132px
}

.poll-button-shortest {
	max-width: 117px
}

@media (max-width:580px) {
	.poll-button-short,
	.poll-button-shortest {
		min-width: 49%
	}
}

.notification-appear,
.notification-enter {
	opacity: 0;
	position: relative;
	left: -200px;
	transition: all .2s!important
}

.notification-appear-active,
.notification-enter-active {
	opacity: 1;
	left: 0
}

.notification-exit {
	opacity: 1;
	position: relative;
	left: 0;
	transition: all .2s!important
}

.notification-exit-active {
	opacity: 0;
	left: -200px
}