/**
 * Override Bdow (Sumone) Styles
 **/
.sumo-form-wrapper.listbuilder-popup.listbuilder-popup-fixed {
	background: hsla(210, 9%, 4%, 0.3) !important;
}
.sumome-react-wysiwyg-popup-container
  .sumome-react-wysiwyg-move-handle
  > div
  > div:first-child {
	background-color: var(--theme-color-palette-8, #f4f6f8) !important;
}

.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-popup-text.sumome-react-wysiwyg-text .sumome-react-wysiwyg-move-handle p {
	font-family: "Cantata One", serif !important;
	color: var(--theme-color-palette-4, #0a0b0c) !important;
}

.sumome-react-wysiwyg-popup > div:nth-of-type(5).sumome-react-wysiwyg-popup-text.sumome-react-wysiwyg-text .sumome-react-wysiwyg-move-handle p {
	font-family: var(--theme-font-family, sans-serif) !important;
	font-weight: 300 !important;
	color: var(--theme-color-palette-3, #0a0b0c) !important;
}

.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-button button {
	font-family: var(--theme-font-family, sans-serif) !important;
	background-color: var(--theme-palette-color-1) !important;
}

.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-button button:hover {
	background-color: var(--theme-palette-color-2) !important;
}

.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-popup-background .sumome-react-wysiwyg-move-handle > div {
	border-radius: 8px !important;
	border-color: hsla(210, 12%, 80%) !important;
	box-shadow: hsla(210, 9%, 4%, 0.2) 0px 0px 16px !important;
}

.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-button .sumome-react-wysiwyg-move-handle div,
.sumome-react-wysiwyg-popup .sumome-react-wysiwyg-popup-textField .sumome-react-wysiwyg-move-handle input {
	border-radius: 3px !important;
}