/* Extracted from inline <style> blocks. Source hash: 128581d5171e71d2fc440f3a794a2f76 */
table.table{
	border-collapse: collapse;
}
table.table td{
	border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tr:first-child td{
	border-top: none;
}
table.table td:first-child{
	border-left: none;
}
.main-block{
	scrollbar-gutter: stable;
	overflow-x: hidden;
}
.tooltip{
	visibility: hidden;
  transition: 0.3s ease;
}
.info:hover .tooltip{
	opacity: 1;
  visibility: visible;
}
.error {
  border: 2px solid #ff3b3b !important;
  background: #ffe6e6 !important;
}
.choices__inner{
	border-radius: 8px;
  padding: 8px 20px;
  background: #f5f5f5;
  color: rgba(51, 51, 51, 0.3);
}
/* .complaint-toggle.w--open .complaint-grid{
	border-color: #40a351;
} */
